.widget-app {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
}

.widget-app .col, .widget-app .col-auto {
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget-app .app-name-logo, .go-to-app, .clouse {
    padding-right: 4px;
    padding-left: 4px;
}

.widget-app .go-to-app a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4px 10px 4px 10px;
   
    color: #FFFFFF;
    border-radius: 3px;
}

.widget-app .app-element-store {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.widget-app .app-element-store .app-image {
    width: 38px;
    height: 38px;
    position: relative;
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 2px rgba(45, 46, 63, 0.03), 0px 1px 2px rgba(45, 46, 63, 0.1), 0px 1px 1px rgba(45, 46, 63, 0.17), 0px 0px 1px rgba(45, 46, 63, 0.19), 0px 0px 0px rgba(45, 46, 63, 0.2);
            box-shadow: 0px 3px 2px rgba(45, 46, 63, 0.03), 0px 1px 2px rgba(45, 46, 63, 0.1), 0px 1px 1px rgba(45, 46, 63, 0.17), 0px 0px 1px rgba(45, 46, 63, 0.19), 0px 0px 0px rgba(45, 46, 63, 0.2);
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
}

.widget-app .app-element-store .app-image img {
    width: 100%;
    height: 100%;
}

.widget-app .app-name {
    width: calc(100% - 48px);
    color: #2C2D3F;
}

/*****************************************
 *  Menu Checkout page Desktop / Mobile
 ****************************************/
.checkout-page .header.shop .topbar {
	border-top: none;
	border-bottom: none;
}
/*****************************************
 *         Menu Desktop / Mobile
 ****************************************/
 .show-mobile-credit-card {
    text-align: right;
    margin-top: 6px;
    display: none;
 }
 
 @media (min-width: 1023px) {
    .hidden-mobile-credit-card {
       display: none;
    }
}

 /* .header.shop .nav li a, .slicknav_nav li a {
    text-transform: lowercase !important;
} */
/* 
.header.shop .nav li a:first-letter, .slicknav_nav li a:first-letter {
    text-transform: uppercase !important;
} */

/* .header.shop .nav li a > a, .slicknav_nav li a > a {
    text-transform: uppercase !important;
} */

/*****************************************
 *         Menu Bolacha
 ****************************************/
 .hamburgerul {
    overflow-x: auto;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
 }

/******************************************** 
 *  Autocomplete - Selected Search Resultes 
 ********************************************/
 .ui-autocomplete.ui-front {
    max-height: 70vh;
    overflow-y: auto;
	max-width: 100vw!important;
    border-radius: 0 0 5px 5px;
}

li.ui-autocomplete-row.ui-menu-item {
    background-color: transparent;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: calc(100% - 10px);
    white-space: nowrap;
    border: 0;
}

li.ui-autocomplete-row.ui-menu-item:hover {
    background-color: #D5EAFF;
    border: 0
}

li.ui-autocomplete-row.ui-menu-item img {
    padding: 0!important;
    width: 60px;
    height: 60px;
    background-color: #fff;
    text-align: center;
    border: 0;
    border-radius: 5px;
    margin: 4px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
     -webkit-box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/********************************************
*  Login And Register Form - All projects
********************************************/
.register-and-login div.form-group input:first-of-type {
    margin-bottom: 16px;
}

div.checkout-form + div.col-md-12 p a.basecolor {
    font-size: 18px;
    color: #333!important;
    background-color: transparent!important;
    font-weight: 700;
    line-height: 27px;
}

div.checkout-form ~ .single-widget.get-button.col-md-12 {
    margin-top: 32px;
    margin-bottom: 32px;
}

/******************************************** 
 *  Product Card - Bordringzip Mesage
 ********************************************/
.single-product .product-content {
    margin-top: 0 !important;
}

.single-product .button-head {
    height: 30px !important;
    line-height: 30px !important;
    position: absolute !important;
}

.single-product .product-img .product-action a {
    height: 30px;
}

.single-product.product-card-border {
    padding: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e5e7eb !important;
}

.single-product.product-card-border:hover {
    -webkit-box-shadow: 0 0 5pt 0.5pt #e5e7eb;
    box-shadow: 0 0 5pt 0.5pt #e5e7eb;
    border: 1px solid #e5e7eb;
}

/* TODO: Alteração do espaçamento das colunas no projeto */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .container, .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .row {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    #myTabContent [class^="col-"], #manpagepageproducts > [class^="col-"], #promotionlastid > [class^="col-"], .promotion-product-list [class^="col-"], #globalpageproducts > [class^="col-"], #divpromosection [class^="col-"] {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* TODO: FIM - Alteração do espaçamento das colunas no projeto */


/******************************************** 
 *  Product Detail - Bordringzip Mesage
 ********************************************/
 .bordringzip-mesage {
	margin: 15px 0;
	font-size: 12px;
}

.liwhatsapp_number {
    margin: 0 6px;
}

/******************************************** 
 *  Modal - Preview Products
 ********************************************/
.modal-body .row#modalproductbody {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

 .product-preview .modal-dialog {
    padding-left: 15px;
    padding-right: 15px;
}

.product-preview .modal-dialog .modal-content {
	overflow: hidden;
	border-radius: 15px;
}

.product-preview .modal-dialog .modal-content .quickview-content {
    padding: 15px;
}

.contact-us .single-head {
	padding: 50px;
	-webkit-box-shadow: 0px 0px 15px #0000001a;
	        box-shadow: 0px 0px 15px #0000001a;
	height: 100%;
}

/* new format contacts */
.contact-us .single-info .contact-name {
	display: block;
	font-weight: 600;
}

.contact-us .single-info .contact-phone, .contact-us .single-info .contact-whatsapp {
	display: inline-block;
	margin-right: 15px;
}
/* end new format contacts */

.contact-us .single-info {
	text-align: left;
	margin-bottom:30px;
}
.contact-us .single-info span i {
	color: initial;
	font-size: initial;
	display:initial;
	margin-bottom: initial;
	height: initial;
	width:  initial;
	display:  initial;
	text-align:  initial;
	border-radius:  initial;
	line-height:  initial;
    background-color: initial;
}

.contact-us .single-info span i {
	margin-right: 6px;
}

.contact-us .single-info ul
.contact-us .single-info ul li{
	margin-bottom:5px;
}

.header .search-form {
	position: absolute;
	right: -100px;
    left: initial;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 32px;
	background: #ffffff75;
	padding: 7px;
	border-radius: 5px;
	/* -webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0); */
	-webkit-box-shadow: 0px 4px 7px #0000003b;
	        box-shadow: 0px 4px 7px #0000003b;
	padding: 0;
	border-radius: 0;
}
.header .search-top.active .search-form {
	opacity:1;
	visibility:visible;
	/* -webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	        transform: scaleY(1); */
}
.header .search-form input {
	width: 100vw;
	height: 45px;
	line-height: 45px;
	padding: 0 60px 0 15px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #333;
	border-radius: 0;
}

.header .shopping-list .cart-img {
	float: right;
	border: 1px solid #ededed;
	overflow:hidden;
	pointer-events: none;
}
.header .shopping-list .cart-img img {
	width: 70px;
	height: 70px;
	border-radius:0;
	pointer-events: none;
}
/* .header .shopping-list .cart-img:hover img{
	-webkit-transform:scale(1.09);
	    -ms-transform:scale(1.09);
	        transform:scale(1.09);
} */
.header .shopping-list .quantity{
	line-height: 22px;
    font-size: 13px;
	padding-bottom: 30px;
}
.header .shopping-list h4 {
	font-size: 14px;
}
.header .shopping-list h4 a {
	font-weight: 600;
	font-size: 13px;
	color: #333;
	pointer-events: none;
}
/* .header .shopping-list h4 a:hover{
	color:#5CC161  ;
} */

/******************************************** 
 *  Page - List All Brands
 ********************************************/
/* Alphabet Navigation */
.anchor-alphabet-list {
    background-color: #FAFCE8;
    padding: 28px 0;
}

ul.alphabet-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
}

ul.alphabet-list li.alphabet-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    overflow: hidden;
}

ul.alphabet-list li.alphabet-list-item a.anchor-alphabet-item {
    position: inherit;
    width: 36px;
    height: 36px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-transform: capitalize;
    background-color: #5cc16133;
    color: #424646;
}

ul.alphabet-list li.alphabet-list-item a.anchor-alphabet-item.active {
    background-color: #5CC161;
    color: #FFFFFF;
}
/* End Alphabet Navigation */
.letter-lists-wrapper {
    padding: 40px 0;
}

.letter-title {
    position: relative;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: capitalize;
    padding-bottom: 6px;
}

.letter-title::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #D6E18D;
    left: 0;
    bottom: 0;
}

.brands-list {
    margin-bottom: 40px;
}

.brands-list ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.brands-list ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

@media (min-width: 576px) { 
    .brands-list ul li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }  
}

@media (min-width: 768px) {
    .brands-list ul li {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    }  
}

@media (min-width: 992px) {
    .brands-list ul li {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    }  
}

@media (min-width: 1200px) {
    .brands-list ul li {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    }  
}

.brands-list ul li a.brand-link {
    color: #131313;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.brands-list ul li a.brand-link:hover {
    color: #5CC161;
    text-decoration: none;
}

/* margin top after click a brands index */
html {
	scroll-padding-top: 8rem; 
}
/******************************************** 
 *  End List All Brands
 ********************************************/

/******************************************** 
 *  Fix - Style Textarea in Checkout
 ********************************************/
textarea {
    border-radius: 0px;
    padding: 12px 20px!important;
    border: 0 solid transparent!important;
}

/* input[type=text]:focus {
    -webkit-box-shadow: initial;
            box-shadow: initial;
    outline-width: initial;
} */

/******************************************** 
 * Product Details - 
 ********************************************/
 .quickview-content ul.product-tags , .new-quickview-content ul.product-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
 }

 .quickview-content ul.product-tags li:not(:last-child), .new-quickview-content ul.product-tags li:not(:last-child) {
	margin-right: 10px;
 }

 .quickview-content ul.product-tags li:not(:last-child)::after, .new-quickview-content ul.product-tags li:not(:last-child)::after {
	content: ',';
 }

 .quickview-content ul.product-tags li, .new-quickview-content ul.product-tags li {
	color: #8c8c8c;
 }

table.table-characteristics {
    border: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.table.table-characteristics {
    display: table;
    width: 100%;
    height: auto !important;
}

table.table-characteristics td {
    border: 0;
    height: 30px;
}

table.table-characteristics tr td:nth-child(1) {
    width: 180px;
    border-right: 1px solid #d1d1d1;
}

/* Add to Card */
.quickview-content .quantity .input-group {
    width: 110px;
}

.modal-body .inline-quantity-add-to-cart {
    margin-top: 20px;
}

.inline-quantity-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.inline-quantity-add-to-cart .quantity {
    margin-right: 5px;
}

.inline-quantity-add-to-cart .quantity, .inline-quantity-add-to-cart .add-to-cart  {
    margin-top: 5px;
    margin-bottom: 5px;
}

.alert-image-disclaimer {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    color: #8c8c8c;
    text-shadow: 0px 0px 2px 0px #FFF;
}

/******************************************** 
 * Product Details - 
 ********************************************/
 .quickview-content ul.product-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
 }

 .quickview-content ul.product-tags li:not(:last-child) {
	margin-right: 10px;
 }

 .quickview-content ul.product-tags li:not(:last-child)::after {
	content: ',';
 }

 .quickview-content ul.product-tags li {
	color: #8c8c8c;
    text-transform: lowercase;
 }

 .quickview-content ul.product-tags li::first-letter {
    text-transform: uppercase;
 }

 .quickview-content h3 {
	margin: 0 0 15px;
 }
 
 .quickview-peragraph {
    margin-top: 30px;
    margin-bottom: 30px;
 }
 
 /* Correct the description color to be the same as shown on editor - Bruno Castro */
#description.quickview-peragraph h3,
#description.quickview-peragraph h4,
#description.quickview-peragraph p,
#description.quickview-peragraph span,
#description.quickview-peragraph ol,
#description.quickview-peragraph li {
    color: black;
}

 .quickview-content .add-to-cart .btn.min {
	top: 0;
 }

 .quickview-content .inline-quantity-add-to-cart .add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 }

 /* Breack in flex */
 .quickview-content .default-social {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

/* Stock Alert Product Detail */
.quickview-ratting-review {
    margin-top: 8px;
    margin-bottom: 12px;
    gap: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
            display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quickview-content .quickview-ratting-review .quickview-ratting-wrap, .new-quickview-content .quickview-ratting-review .quickview-ratting-wrap {
    /* margin-bottom: 5px; */
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.quickview-content .quickview-stock, .new-quickview-content .quickview-stock {
    background-color: #F6F7FB;
    border-radius: 20px;
    color: inherit;
    padding: 0px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
}
.quickview-content .quickview-stock.atert-no-stock, .new-quickview-content .quickview-stock.atert-no-stock {
    color: #c83543;
}

.quickview-content .quickview-stock.atert-in-stock, .new-quickview-content .quickview-stock.atert-in-stock {
    color: #26a842;
}

/* Bug fix in reset.css file */
.quickview-content .quickview-ratting-review .quickview-stock, .new-quickview-content .quickview-ratting-review .quickview-stock {
    margin-left: 0 !important;
}

.quickview-content .quickview-ratting-review .quickview-stock span i, .new-quickview-content .quickview-ratting-review .quickview-stock span i {
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: inherit;
}

.new-quickview-content .quickview-ratting-review .quickview-stock span {
font-size: 12px;
}
/*  */
.single-product .product-content :is(h3,h2,p) {
    padding: 0 6px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
       line-height: 1.5em;
    height: calc(1.5em* 2);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    font-weight: 100;
    font-size: 14px;
}

.single-product .product-content :is(h2,p) a{
    font-size: 14px;
    color: #424646;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

.single-product .product-img a img {
    -o-object-fit: contain!important;
       object-fit: contain!important;
    max-height: 250px!important;
    width: 100%!important;
    height: initial!important;
}

#promosection .single-product .product-img a img {
    max-height: initial!important;
}

div#modalprice #price-merchan {
    font-size: 22px;
    font-weight: 600;
}

div#modalprice .alert-promo-stock {
    line-height: normal;
}

.product-accumulate-promo-alert {  
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex; 
    font-size: 16px; 
    font-weight: 500; 
    /*margin-top:15px;*/ 
    color: white !important;
    padding:6px 12px;
    border-radius:50px;
    text-align:center;
}

.product-accumulate-promo-alert svg {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    margin-right: 6px;
    width: 22px;
}

/******************************************** 
 * Home Services Info Área
 ********************************************/
.shop-services.section.home {
    margin: 60px 0;
}

.single-service span.service-title-itens {
    text-align: left;
    scroll-padding-top: 80px;
    padding: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    font-family: inherit;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    color: #333;
}

/******************************************** 
 * Footer - Espaço
 ********************************************/
 .footer-top.section {
    padding: 60px 0 !important;
}

.single-footer span.footer-title-itens {
    display: inline-block;
    text-align: left;
    padding: 0;
    font-family: inherit;
    line-height: 1.2;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.single-footer .contact ul {
    margin-top: 0;
}
 
/******************************************** 
 * Services button
 ********************************************/
.contact-us .form-main.no-box-shadow {
     -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
}

.contact-us .form-main.no-box-shadow .button-align-center {
    display: inline-block;
    left: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

 .accept-appointment .book-now-button {
    background-color: #8FD421;
    color: #fff;
    border-radius: 5px;
    padding: 8px 18px;
    font-size: 15px;
}

/******************************************** 
 * Product promo-stock
 ********************************************/
.alert-promo-stock {
    margin-top: 4px;
}
.alert-promo-stock small {
    display: block;
    font-size: 10px;
}

/******************************************** 
 * Schedule Page
 ********************************************/
 .schedule-address {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 15px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
 }

  .schedule-address i {
    margin-bottom: 10px !important;
 }

 .schedule-address a {
    margin-bottom: 0 !important;
 }

 .schedule-address .collapse,
 .schedule-address .collapsing {
    padding: 15px 30px 10px 10px;
    background-color: #F6F7FB;
    border-radius: 15px;
 }
 
 /* .schedule-address i {
    color: inherit;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    background-color: inherit
} */

.carousel-control-prev, .carousel-control-next {
    display: none;
}

.schedule-items {
    padding-top: 30px;
    padding-bottom: 30px;
}

.schedule-items img {
    border-radius: 10px;
}

.schedule-items:nth-child(even) {
    background-color: #F6F7FB;
    border-radius: 15px;
}


.schedule-items:nth-child(even) .schedule-address .collapse, 
.schedule-items:nth-child(even) .schedule-address .collapsing {
    background-color: #ffffff;
}

/******************************************** 
 * Modal Checkout Medicines
 ********************************************/
.checkout-page .bordering-zip-modal {
    margin: 0 5%;
}

.checkout-page .bordering-zip-modal h5 {
    font-size: 16px;
}

.checkout-page .bordering-zip-modal ul.shopping-list {

}

.checkout-page .bordering-zip-modal ul.shopping-list li {
    -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;
}

.checkout-page .bordering-zip-modal ul.shopping-list li:nth-child(odd) {
   background-color: #f6f7fb;
}

.checkout-page .bordering-zip-modal ul.shopping-list li h6 {
    padding: 6px 6px;
    font-size: 14px;
    width: 60%;
}

.checkout-page .bordering-zip-modal ul.shopping-list li .quantity {
    font-size: 14px;
    padding: 0 6px;
    word-wrap: none;
}

.checkout-page .bordering-zip-modal ul.shopping-list li img {
    mix-blend-mode: darken;
}

/******************************************** 
 * Related Products
 ********************************************/
 .single-list.related-product-item {
    -webkit-box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
            box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
    border-radius: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
 }

 .single-list.related-product-item:hover {
    -webkit-box-shadow: 0 0 5pt 0.5pt #c3c3c3d1;
            box-shadow: 0 0 5pt 0.5pt #c3c3c3d1;
    border-radius: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
 }

 .single-list.related-product-item .pricedivcar {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    font-size: 12px !important;
    text-align: center;
    line-height: 1.1;
    padding: 4px 12px;
}

@media only screen and (min-width: 100px) and (max-width: 1023px) {
    .shop-home-list .single-list .content {
        padding: initial;
        padding: initial;
        text-align: initial;
    }
}
 
.single-list.related-product-item :is(h3, p) a {
    font-size: 13px;
    line-height: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    font-weight: 500;
    color: #424646 !important;
}

.single-list.related-product-item :is(h3,p) {
    margin-bottom: 10px;
}

.single-list.related-product-item .sale-price {
    text-align: left;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    font-size: 16px;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-list.related-product-item .sale-price strike.regular-price{
    font-size: 14px;
    font-weight: 400;
    margin-left: 6px;
}

.shop-home-list .single-list .no-padding {
    padding-right: 10px;
}

.single-list.related-product-item a.buy {
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    width: auto;
    text-align: center;
    text-transform: capitalize;
    border-radius: 0px;
    background: #333;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    font-size: 14px !important;
    padding: 0 15px 0 15px;
    cursor: pointer;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 130px;
    overflow: hidden;
    -o-text-overflow: '.';
       text-overflow: '.';
    direction: ltr;
}

.single-list.related-product-item a.buy i {
    margin-right: 6px;
}

#modalprice strike, .product-price strike {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #929292 !important;
}

/******************************************** 
 * Modal Products Previewe
 ********************************************/
 @media (max-width: 991px) {
    .modal-dialog {
        margin: 6% auto 0;
    }

    .modal-dialog .modal-content .modal-body {
        max-height: 100% !important;
    }

    .product-preview .modal-dialog .modal-content {
        height: 80vh !important;
    }
}

/******************************************** 
 * Home - Newsletter Form
 ********************************************/
 .shop-newsletter #newsletter-info {
    border: none !important;
    background-color: transparent !important;
 }

 .shop-newsletter #newsletter-info:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
 }

 /******************************************** 
 * Toggle - Filter in Mobile - Categories
 ********************************************/
 .shop .shop-shorter {
    padding: 0 10px;
 }

 .mobilehideshow {
    position: relative;
    padding-bottom: 15px;
 }

 .show-filter {
    display: block !important;
    position: absolute;
    z-index: 9999;
    background-color: rgb(255, 255, 255);
 }

 .close-filer-button {
    display: none;
    visibility: hidden;
 }

 @media only screen and (min-width: 100px) and (max-width: 1023px) {
    .close-filer-button {
        display: block;
        visibility: visible;
        position: absolute;
        top: 15px;
        right: 30px;
    }
}

.close-filer-button i {
    font-size: 18px;
}

 /******************************************** 
 * Breadcrumbs - Products
 ********************************************/
 /*.product-breadcrumbs ul.bread-list li:nth-child(2) {
    display: none;
 }*/
 
 .product-breadcrumbs ul.bread-list li:not(:last-child)::after {
    font-family: 'themify';
    font-size: 10px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	content: '\e628';
    margin: 0 10px;
 }
 
.bread-inner {
  position: relative;
  overflow: hidden; /* keeps fades/edges clean */
}

/* Make the UL the horizontal scroller */
.bread-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;          /* never wrap to next line */
  gap: .5rem;
  overflow-x: auto;           /* enable horizontal scrolling */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* iOS momentum */
  -ms-touch-action: pan-x;
      touch-action: pan-x;        /* allow horizontal touch scroll */
  overscroll-behavior-x: contain; /* avoid parent stealing scroll */
  scrollbar-width: none;      /* Firefox: hide scrollbar */
  -ms-overflow-style: none;   /* IE/old Edge */
}

/* Chrome/Safari/new Edge: hide scrollbar */
.bread-list::-webkit-scrollbar { display: none; }

/* CRUCIAL: prevent items from shrinking so content actually overflows */
.bread-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;             /* no shrink */
  white-space: nowrap;        /* keep each crumb on one line */
}

/* default */
.product-tags a, .bread-list a span {
  font-size: 12px;
}

/* hover/focus via the anchor */
.product-tags a:hover,
.product-tags a:focus-visible,
.bread-list a:hover span,
.bread-list a:focus-visible span {
  text-decoration-thickness: 2px;
}

/* current breadcrumb (no underline) */
.bread-list li.active a span { text-decoration: none; }

/******************************************** 
 * Card - Product List
 ********************************************/
 .single-product .product-action-add-to-cart.product-not-allowed .cartclass {
    opacity: 0.5;
    /* cursor: not-allowed; */
    color: initial;
    background-color: transparent;
    border: 1px solid #424646;
 }
 
 .owl-item .single-product {
    border: none;
 }
 
 .offer-products-slide .owl-item .single-product {
    border: 1px solid #e5e7eb !important;
 }

 .single-product .product-action-add-to-cart.product-not-allowed .cartclass span {
    margin-left: 0;
 }

 /******************************************** 
 * Read More Descriptions
 ********************************************/
 .homedescription h2 {
    margin-top: 10px;
 }

 .homedescription h2, .homedescription p {
    margin-bottom: 15px;
 }

/******************************************** 
 * Anular um espaçamento entre os cards dos 
 * pordutos na página de promoção
 ********************************************/
.most-popular .single-product {
    margin: 0 !important;
}


.single-product .product-img a span.price-dec {
position: absolute;
  top: 10px;
  left: 0;
  background: #FFD54F !important;
  color: #424646 !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
  padding: 6px 12px;

  border-radius: 0 12px 12px 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

  text-transform: uppercase;

  display: inline-block; /* ensures width = content */
  width: auto;           /* don't stretch */
  height: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;/* prevent taking 100% */
}

.single-product .product-img a .price-dec-out {
    margin-right: 4px;
    position: absolute;
  top: 10px;
  left: 0;

  background: #F97316;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  padding: 6px 12px;

  border-radius: 0 12px 12px 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

  text-transform: uppercase;

  display: inline-block; /* ensures width = content */
  width: auto;           /* don't stretch */
  height: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;/* prevent taking 100% */
}

.message-box {
    height: 200px !important;
    width: 380px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -100px !important;
    margin-left: 0px !important;
    color: #FFF !important;
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
}

.shop.checkout.section svg {
    top: 30%;
    max-width: 440px;
    width: 100%;
    padding: auto 30px;
    height: auto;
}

.section-404-page {
    height: 50dvh;
}


@media (max-width: 450px) {
    .shop.checkout.section svg {
        top: 5%;
        max-width: 480px;
        width: 100%;
        height: auto;
    }

    .message-box {
        margin: 0;
        max-width: 100% !important;
        top: 260px !important;
        left: 50%;
        margin-top: -100px;
        -webkit-transform: translateX(-50%) !important;
            -ms-transform: translateX(-50%) !important;
                transform: translateX(-50%) !important;
        text-align: center;
    }
}


.logo.mobileimglogo a h1 {
    position: absolute;
    z-index: -1;
    font-size: 8px;
    visibility: hidden !important;
}

#divpromosectionstyle .single-product .product-content .product-price {
    display: none;
}

#divpromosectionstyle .single-product .product-content {
 margin-bottom: 0 !important;
}

/* --- Highlight Categories Cuesta la Villa ---- */
/* ----------------------------------------------*/
.section-highlight-categories {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

.section-highlight-categories .highlight-categories-slider .category-item {
    padding: 8px;
    margin: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
    box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
    border-radius: 15px;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.section-highlight-categories .highlight-categories-slider .category-item a.link-to-category {
    text-transform: capitalize !important;
}

.section-highlight-categories .highlight-categories-slider .category-item:hover{
    -webkit-box-shadow: 0 0 7pt 0.7pt #A2C358;
    box-shadow: 0 0 7pt 0.7pt #A2C358;
}

.section-highlight-categories .highlight-categories-slider .category-item .category-image {
    overflow: hidden;
}

.section-highlight-categories .highlight-categories-slider .category-item a.link-to-category {
    text-align: center;
    width: 100%;
    display: inline-block;
}

/* Slider Nav */
.highlight-categories-slider .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}

.highlight-categories-slider .owl-nav div {
	height: 60px !important;
    width: 30px !important;
    line-height: 58px !important;
    background: #fff !important;
    color: #333 !important;
    position: absolute !important;
    margin: 0 !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    text-align: center !important;
    -webkit-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
    -webkit-box-shadow: 0px 0px 10px #3333331c !important;
    box-shadow: 0px 0px 10px #3333331c !important;
    /* display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; */
}

.highlight-categories-slider .owl-nav div:hover{
	color: #fff !important;
	background: #A2C358 !important;
}

.highlight-categories-slider .owl-nav .owl-prev{
	left: 0 !important;
}
.highlight-categories-slider .owl-nav .owl-next{
	right: 0 !important;
}

img.item-short-image {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-left: 4px;
}

.mobile-nav .slicknav_menu:first-of-type ul.hamburgerul li.family-item {
    border-top: 1px solid #e0e0e0;
}

.mobile-nav .slicknav_menu:first-of-type ul.hamburgerul li.family-item:last-child {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
}

@media only screen and (min-width: 100px) and (max-width: 1023px) {
    .header.shop .right-bar {
        margin-top: 10px;
    }
}

.highlight-categories-slider .owl-nav .owl-prev,
.highlight-categories-slider .owl-nav .owl-next,
.popular-slider .owl-nav .owl-prev,
.popular-slider .owl-nav .owl-next {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

/* Page Cart Select Shipping */
.nice-select {
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
}

.content ol li {
    margin-left: 30px;
    color: #757575;
    margin: 15px 0;
}

/* No Promo Page */
.section-no-promo {
    padding-bottom: 70px;
}

.section-no-promo .message-no-promo {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: block;
}

/* Icon Whatsapp */
.we-fa {
    width: 20px;
    height: 20px;
    padding: 4px;
}

.dropdown-item:active {
    color: initial !important;
    text-decoration: none !important;
    background-color: initial !important;
}

/* Product Description */
/* .quickview-content {
    padding: 40px 40px 0 !important;
} */

#description.quickview-peragraph h3{
    font-size: 1.25rem !important;
}

#description.quickview-peragraph h4{
    font-size: 1.15rem !important;
    font-weight: 700 !important;
}

dl, ol, ul {
    margin-bottom: 0px !important;
}

/* -------- Cookies Banner -------- */
.accept-all {
    margin: 2px;
    color:white; 
    border-radius:8px; 
    padding: 8px 12px; 
    border: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accept-all:hover {
    opacity: 0.6;
}

#cookies-advice {
    -webkit-box-shadow: 0px -8px 38px -18px rgba(176,176,176,1);
    box-shadow: 0px -8px 38px -18px rgba(176,176,176,1);
    position: fixed;
    border-top: 1px solid #efefef;
    bottom: 0;
    background-color: #fff;
    left: 0;
    width: 100%;
    padding: 8px;
    z-index: 99999999999999;
}

#cookies-advice .container .message, 
#cookies-advice .container .actions {
    margin: auto;
    text-align: center;
}

/* ---------- Bug Fix Preview Product ---------- */
.quickview-content .quickview-peragraph ul li {
    padding-left: 0;
}

.quickview-content .quickview-peragraph ul li::before {
    content: none;
}

/* Format product description  */
ol li[data-list="bullet"],
ol li[data-list="ordered"],
ol li[data-list="unchecked"],
ol li[data-list="checked"] {
    margin-left: 1.5rem;
    color: #757575;
}

ol li[data-list="bullet"] {
    list-style: inside;
}

ol li[data-list="ordered"] {
    margin-left: 2rem;
}

ol li[data-list="unchecked"] {
    background: url("https://wemakeitdemo.svr1.appsfarma.com/images/check-circle-broken.png") no-repeat left;
    padding: 0px 0px 0px 24px;
    list-style: none;
    margin-left: 1rem;
}

ol li[data-list="checked"] {
    background: url("https://wemakeitdemo.svr1.appsfarma.com/images/placeholder.png") no-repeat left;
    padding: 0px 0px 0px 24px;
    list-style: none;
    margin-left: 1rem;       
}

.title-suggestions-product {
    text-align: left;
    padding: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 22px;
}

.title-suggestions-product::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #00D4BF;
    bottom: -1px;
}

.shop-home-list .single-list .content .title a {
    text-align: left;
    padding: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    font-family: inherit;
    color: #424646 !important;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px !important;
    line-height: 18px;
}

/* ----- Login Recover Password ----- */
input#inforecover {
    width: 100% !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

/* Medicines Termes */
.medicines-conditions ul, 
.medicines-conditions ul li {
    list-style: initial !important;
    padding: 0;
    margin: 0 0 0 15px;
    color: #757575;
}

.medicines-conditions ol, 
.medicines-conditions ol li {
    list-style: decimal !important;
    padding: 0;
    margin: 0 0 0 15px;
    color: #757575;
}


.medicines-conditions li {
    margin-bottom: 25px !important;
}

.medicines-conditions h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* ----- Reviews ------ */

.rate {
    max-width: 500px; 
    margin-top: 30px; 
    justify-items: center;
}

.review {
    max-width: 750px; 
    margin-bottom: 30px; 
    justify-items: center;
}

/* ----- Stars Reviews ------- */

:root {
    --star-size: 24px;
    --star-color: #eaeaea;
    --star-background: #fde517;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times; /* make sure ★ appears correctly */
    line-height: 1;
}

.Stars::before {
    content: '★★★★★';
    letter-spacing: 0px;
    background: -o-linear-gradient(left, var(--star-background) var(--percent), var(--star-color) var(--percent));
    background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Stars span {
    font-size: 12px;
    color: #8C8C8C;
    font-family: "Poppins";
    vertical-align: middle;
}

.stars-average{
    font-size: 48px;
    font-weight: 700;
    line-height: 42px;
    color: #424646;
    text-align: center;
    margin-bottom: 8px;
}

.total-reviews {
    font-size: 12px;
    color: #8C8C8C;
}

.star-value, .star-percentage {
    font-size: 12px;
}

.star-value {
    width: 8px;
    color: #424646;
    line-height: 20px;
}

.star-percentage {
    width: 24px;
    color: #424646;
    line-height: 20px;
}

.progress-bar-review {
    max-width: calc(100% - 52px); /* Adjust the width as needed */
    width: 100%;
    height: 20px; /* Adjust the height as needed */
    background-color: #F9F9F9; /* Background bar color */
    border-radius: 4px;
    overflow: hidden;
    margin: 0 4px; /* Adds space between the numbers and bar */
}

.review-message {
    -webkit-box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
    box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
    border-radius: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 16px;
}

.review-message:last-of-type {
     margin-bottom: 0px;
}

.review-message:hover {
    -webkit-box-shadow: 0 0 5pt 0.5pt #c3c3c3d1;
    box-shadow: 0 0 5pt 0.5pt #c3c3c3d1;
    border-radius: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
}

.review-date {
    color: #8C8C8C;
    font-weight: 600;
}

.review-person {
    color: #424646;
    font-weight: 700;
}

.review-text {
    color: #424646;
}

.product-name-rate {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.77em;
    height: calc(1.77em * 2); /* Ensures two lines of text */
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    /* Text truncation for multi-line */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* ------- Snackbar -------- */
:root {
    --success-color: #28a745; /* Green */
    --error-color: #dc3545; /* Red */
    --info-color: #17a2b8; /* Blue */
    --warning-color: #ffc107; /* Yellow */
}
    
.toasts {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    top: 0;
    right: 0;
    z-index:1051;
}

.toast {
    background-color: #fff;
    border-radius: 5px;
    /* padding: 1rem 2rem; */
    margin: .5rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .5rem 1rem;
    color: #929292;
    font-size: 14px;
    min-width: 500px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(99 99 99 / .2);
            box-shadow: 0px 2px 8px 0px rgba(99 99 99 / .2);
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
    -webkit-animation: 4s ease-in-out slide-in;
            animation: 4s ease-in-out slide-in;
    border-left: 5px solid var(--theme);
}

.toast i {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: var(--theme);
}

.toast span {
    display: block;
    font-weight: 800;
    color: #000;
}

.toast.info {
     color: rebeccapurple;
     border-left: 5px solid var(--primary-color); 
}

.toast.info i {
     color: var(--primary-color);
}

.toast.success {
     color: green; 
     border-left: 5px solid var(--success-color); 
}

.toast.success i {
     color: var(--success-color); 
}

.toast.error {
     color: red; 
     border-left: 5px solid var(--error-color); 
}

.toast.error i {
    color: var(--error-color); 
}

@-webkit-keyframes slide-in {
    0% {
        -webkit-transform: translateX(150%);
                transform: translateX(150%);
    }

    10%,
    90% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateX(150%);
                transform: translateX(150%);
    }

    10%,
    90% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}

@media (max-width: 750px) {
    .toast {
        min-width: 250px;
        width: 100%;
    }
}

/* Page news */
/* #divpromosection .single-product {
    height: auto !important;
}

#divpromosection .single-product .product-img,
.promotion-product-list .owl-item .single-product .product-img {
    -webkit-box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
            box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
    border-radius: 15px;
} */

/* Fita-cola Black Friday MENU Remover*/
.secondory a[href="/black-friday"] {
    margin: 6px 0 !important;
    background-color: black !important;
    padding: 6px 6px !important;
    border-radius: 5px !important;
}

.secondory a[href="/black-friday"]:hover {
    background-color: #252525 !important;
}

/* h4 newsletter to p */
/*.shop-newsletter .inner p:first-of-type {
    color: #100f0f;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}*/

.modal-title-new {
    font-weight: 700;
    font-size: 1.5rem;
}

/* ------- JOB OPPORTUNITY PAGE -------- */
.job-opportunity .form-alert {
    padding: 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 8px;
    color: inherit;
    margin-bottom: 1rem;
    position: absolute;
    text-align: center;
    max-width: 80%;
    left: 50%;
    padding: 30px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 80px;
    margin: auto;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.job-opportunity .form-alert.success-message {
    background-color: #0ba032;
    color: #ffffff;
}

.job-opportunity .form-alert.error-message {
    background-color: rgb(255, 73, 73);
    color: #ffffff;
}

/* ------- Product Details Image Gallery -------- */
.product-gallery .carousel-indicators {
    position: relative !important;
}

.product-gallery .carousel-indicators.thumbnails {
    gap: 6px;
    bottom: -8px !important;
    margin-bottom: 16px !important;
}

/* --- Pagination Products --- */
ul.pagination {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}
ul.pagination li.page-item {
    margin-top: 4px;
}

/* ---- Drugs Page ---- */
.content-form-drugs input[type="radio"] {
    height: 16px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    display: inline-block !important;
    width: auto !important;
}

/* ---- Drugs Page ---- */
.shopping-list h4 {
    color: #222;
}

 /******************************************** 
 * Extra Footer Newsletter
 ********************************************/
 .extra-newsletter-section {
    padding: 60px 0 !important;
    background-color: #F1F1F1 !important;
    background-image: url('https://pindado.svr8.appsfarma.com/images/background-newsletter-1.jpg');
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
 }

 @media screen and (max-width: 768px) {
    .extra-newsletter-section {
        background-image: none !important;
    }  
 }

 .extra-newsletter-section h2 {
    font-weight: 500;
 }

 .extra-newsletter-section .newsletter-form {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column;
 }

 .extra-newsletter-section .newsletter-form .newsletter-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    gap: 4px;
 }

 .extra-newsletter-section .newsletter-form .newsletter-input input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
 }

 .extra-newsletter-section .newsletter-form .newsletter-input button {
    background-color: #829CA1 !important;
    color: #fff;
    border: none;
    padding: 15px 20px;
    border-radius: 5px;
 }

 .extra-newsletter-section .newsletter-form .newsletter-input button:hover {
    background-color: #c5d8d6 !important;
 }

 .extra-newsletter-section .newsletter-form .newsletter-checkbox {
    margin-top: 10px; 
    font-size: 15px;
 }

 .extra-newsletter-section .newsletter-form .newsletter-checkbox .label {
    font-size: 14px;
 }

 .extra-newsletter-section #newsletter-info {
    width: 100% !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 0px !important;
 }
/******************************************** 
 * END Extra Footer Newsletter
 ********************************************/

/******************************************** 
* Card Product Image
********************************************/
 .products-slider .product-card .img,
 .products-slider .products-horizontal-item-card img {
    aspect-ratio: 1/1;
}

.single-product .product-action-add-to-cart {
    white-space: nowrap !important;
    bottom: 22px;
    
}

/******************************************** 
 * Footer
 ********************************************/
.footer .copyright p {
    color: #fff;
    line-height: 1.2;
    font-size: 12px;
}

/******************************************** 
 * Payment Icons
 ********************************************/
.payment-icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
}

/******************************************** 
 * Documents Style For MCEditor
 ********************************************/
 
.newdocument h1,
.newdocument h2,
.newdocument h3,
.newdocument h4,
.newdocument h5,
.newdocument p {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding: 0 !important;
}

.newdocument ul,
.newdocument ol {
    padding-left: 32px !important;
    margin-bottom: 12px !important;
}

.newdocument li {
    margin-bottom: 4px;
    color: #757575;
    list-style: disc;
}

/******************************************** 
 * Bug Fin Menu Slicknav
 ********************************************/
@media (max-width: 1023px) {
    body.medicine-page .slicknav_menu:nth-of-type(1) {
        display: block !important;
    }
}

/******************************************** 
 * New - Product Shipping Info
 ********************************************/
.product-shipping-info {
    margin-top: 16px;
    border-radius: 8px 8px 0 0;
    border: 1px solid #D1D1D1;
    padding: 10px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 4px;
}

.label-short { display: none; }

@media (max-width: 349.98px) {
  .label-full { display: none; }
  .label-short { display: inline; }
  
  .add-to-cart { width: 100%; }
}

.outlet-label-short { display: none; }

@media (min-width: 1024px) and (max-width: 1059px) {
  .outlet-label-full { display: none; }
  .outlet-label-short { display: inline; }
}

@media (min-width: 768px) and (max-width: 959px) {
  .outlet-label-full { display: none; }
  .outlet-label-short { display: inline; }
}

@media (min-width: 361px) and (max-width: 459px) {
  .outlet-label-full { display: none; }
  .outlet-label-short { display: inline; }
}

@media (max-width: 339px) {
  .outlet-label-full { display: none; }
  .outlet-label-short { display: inline; }
}

.product-shipping-info a {
    font-size: 14px;
}

.product-payments-info {
    border-radius: 0 0 8px 8px;
    border: 1px solid #D1D1D1;
    border-top: 0;
    padding: 10px 12px;
}

.product-shipping-info img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

/******************************************** 
 * Menu opção 3
 ********************************************/
 .contact-item.small-contact i {
    font-size: 16px;
 }

 /* Bug fix Menu Option 1 Footer */
 .services-content {
    gap: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

/******************************************** 
 * News Cards
 ********************************************/
#divnewssection .section-title {
    margin-bottom: 8px;
}
 
#campaigns div .single-banner {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
            box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
    border-radius: 15px;
    overflow: hidden;
}

#campaigns div .single-banner a {
    color: initial;
    margin-top: 0;
    display: initial;
    font-size: medium;
    font-weight: normal;
    text-transform: none;
    border-bottom: none;
}

#campaigns div .single-banner a p {
    padding: 10px;
}

#campaigns div .single-banner:hover {
    -webkit-box-shadow: 0 0 7pt 0.7pt #828282;
            box-shadow: 0 0 7pt 0.7pt #828282;
}

#campaigns > div {
    padding-top: 10px; 
    padding-bottom: 10px; 
}

@media only screen and (min-width: 100px) and (max-width: 1023px) {
    .small-banner .single-banner {
        margin-bottom: 0px;
    }
}

/******************************************** 
 * Promotion Cards
 ********************************************/
#divpromosection .section-title {
    margin-bottom: 8px;
}
 
#promosection div .single-banner {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
            box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
    border-radius: 15px;
    overflow: hidden;
}

#promosection div .single-banner a p {
    padding: 10px;
}

#promosection div .single-banner:hover {
    -webkit-box-shadow: 0 0 7pt 0.7pt #828282;
            box-shadow: 0 0 7pt 0.7pt #828282;
}

/***********************************************
 * Card Product Price
 ***********************************************/
.single-product .product-content .product-price {;
    color: #424646 !important;
}

.single-product .product-content .product-price span {
    font-weight: 600 !important;
}

#modalprice strike, .product-price strike {
    font-weight: 400 !important;
    color: #a29f9f !important;
}

/***********************************************
 * Toast OFFER (force overrides)
 ***********************************************/
.toast-top.toast-offer .toast-card{
  background: var(--offer-bg, #F3E8FF);
  border: 0; /* kill the 1px green border */
  -webkit-box-shadow: 0 8px 24px rgba(0,0,0,.12);
          box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.toast-top.toast-offer .toast-row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.toast-top.toast-offer .toast-media { width: 56px; height: 56px; margin-right: 12px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.toast-top.toast-offer .thumb{
  width: 56px; height: 56px; -o-object-fit: cover; object-fit: cover;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.15);
          box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.toast-top.toast-offer .toast-icon { color: var(--offer-accent, #7C3AED); background: transparent; }
.toast-top.toast-offer .title { font-weight: 700; line-height: 1.2; }

.toast-top.toast-offer .offer-badge{
  display: inline-block; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .02em;
  padding: 2px 6px; border-radius: 6px;
  color: #fff; background: var(--offer-accent, #7C3AED);
  margin-right: 6px;
}

.toast-top.toast-offer .action{
  background: var(--offer-accent, #7C3AED);
  color: #fff; border: 0; padding: 8px 12px; border-radius: 8px;
}
.toast-top.toast-offer .action:hover{ -webkit-filter: brightness(0.95); filter: brightness(0.95); }

/* Use custom progress bar and disable the base ::before (green) */
.toast-top.toast-offer .bottom-progress{
  --bar: var(--offer-accent, #7C3AED);
  background:
    -o-linear-gradient(left, var(--bar), var(--bar)) no-repeat left bottom / 0% 3px,
    rgba(0,0,0,0.08);
  background:
    -webkit-gradient(linear, left top, right top, from(var(--bar)), to(var(--bar))) no-repeat left bottom / 0% 3px,
    rgba(0,0,0,0.08);
  background:
    linear-gradient(90deg, var(--bar), var(--bar)) no-repeat left bottom / 0% 3px,
    rgba(0,0,0,0.08);
  -webkit-animation: offerProgress var(--duration, 3000ms) linear var(--delay, 150ms) forwards;
          animation: offerProgress var(--duration, 3000ms) linear var(--delay, 150ms) forwards;
  border-radius: 0 0 10px 10px;
  height: 3px;
}
.toast-top.toast-offer .bottom-progress::before { content: none; }

@-webkit-keyframes offerProgress { to { background-size: 100% 3px, auto; } }

@keyframes offerProgress { to { background-size: 100% 3px, auto; } }

/***********************************************
 * Toast Add to Cart
 ***********************************************/
 :root {
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-600: #16a34a;
  --green-700: #15803d;
  --black-bt: #121212;
  --black-bt-hover: #3a3434;
  --text: #111827;
  --muted: #6D6D6D;
  --white: #FFFFFF;
  --shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.toast-top {
  position: fixed;
  inset-inline: 0;
  top: 15px;
  margin-inline: auto;
  width: min(92vw, 680px);
  z-index: 9999;

}

.toast-top .toast-card {
  position: relative;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: saturate(1.2) blur(8px);
  -webkit-backdrop-filter: saturate(1.2) blur(8px);
  border-radius: 16px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--green-100);
}

.toast-top .toast-body {
  padding: 12px 16px;
}

.toast-top .toast-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.toast-top .toast-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--green-100);
  color: var(--green-700);
}

.toast-top .title {
  font-size: 14px;
  font-weight: 600;
}

.toast-top .subtitle {
  font-size: 12px;
  color: var(--muted);
}

.toast-top .toast-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.toast-top .action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--black-bt);
  color: #fff;
  border: 0;
  cursor: pointer;
}

.toast-top .action:hover {
  background: var(--black-bt-hover);
}

.toast-top .bottom-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: var(--green-100);
  overflow: hidden;
}

.toast-top .bottom-progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--green-600);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: fillBar var(--duration) linear var(--delay) forwards;
          animation: fillBar var(--duration) linear var(--delay) forwards;
}

@-webkit-keyframes fillBar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  10% {
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2);
  }
  25% {
    -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
  }
  60% {
    -webkit-transform: scaleX(0.65);
            transform: scaleX(0.65);
  }
  80% {
    -webkit-transform: scaleX(0.70);
            transform: scaleX(0.70);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes fillBar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  10% {
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2);
  }
  25% {
    -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
  }
  60% {
    -webkit-transform: scaleX(0.65);
            transform: scaleX(0.65);
  }
  80% {
    -webkit-transform: scaleX(0.70);
            transform: scaleX(0.70);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes toastEnter {
  from {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes toastEnter {
  from {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes toastExit {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    opacity: 0;
  }
}

@keyframes toastExit {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    opacity: 0;
  }
}

.toast-enter {
  -webkit-animation: toastEnter .4s cubic-bezier(.2, .8, .2, 1) both;
          animation: toastEnter .4s cubic-bezier(.2, .8, .2, 1) both;
}

.toast-exit {
  -webkit-animation: toastExit .25s ease both;
          animation: toastExit .25s ease both;
}

@media (max-width: 640px) {
  .toast-top .toast-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .toast-top .action {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .toast-enter,
  .toast-exit{
    -webkit-animation: none;
            animation: none;
  }
  .bottom-progress::before {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

/**********************************************
* Promo Banner
***********************************************/

.promotion-product-list .product-img {
    border-radius: 15px !important;
    overflow: hidden !important;
}

.product-image-container {
    left: 0 !important;
    right: auto !important;
}

.pricedivcar {
    float: none !important;
    background: #FFD54F !important;
    color: #424646 !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
        font-weight: 700;
    padding: 6px 12px;
    border-radius: 0 16px 16px 0;
}

/**********************************************
* BreadCrumbs
***********************************************/

.breadcrumbs {
    padding: 12px 0;   
}    

.breadcrumbs a, .breadcrumbs span {
    font-size: 12px;   
}    

/**********************************************
* Home Promo Title 
***********************************************/
p[id^="h3titlepromo-"] {
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
}

/**********************************************
* Services Appointments Form
***********************************************/
.fc-toolbar-chunk button {
    margin-bottom: 6px !important;
}

@media screen and (max-width: 480px) {
    .fc-toolbar-chunk button.fc-today-button {
        margin-left: .75em !important;
    }
}

@media (max-width: 991px) {
    #takeappointment .modal-dialog .modal-content .modal-body {
        max-height: 66vh !important;
    }
}

/**********************************************
* Page News Carousel
***********************************************/
.single-product.news-carousel {
    height: auto !important;
}

/**********************************************
* Nice Select Product List
***********************************************/
.productsHeader .nice-select .list {
    left: auto !important;
    right: 0 !important;
}

.alert-warning .spinner{
  width:1rem; height:1rem; border:.2rem solid #e5e7eb; border-top-color:#9ca3af;
  border-radius:50%; -webkit-animation:spin 1s linear infinite; animation:spin 1s linear infinite;
}
@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.link-btn{background:none; border:0; text-decoration:underline; cursor:pointer; color:#1f6feb; padding:0;}

/* Container with max width */
.mbref-wrap {
  max-width: 420px;
}

/* Card */
.mbref-card {
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
}

/* Rows */
.mbref-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.mbref-row--align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mbref-row--last {
  margin-bottom: 0;
}

/* Labels & values */
.mbref-label {
  font-weight: 700;
}
.mbref-value {
  /* inherit font; keep clean */
}
.mbref-value--spaced {
  letter-spacing: 1px;
}

/* Value + icon container */
.mbref-value-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

/* Note under the card */
.mbref-note {
  font-size: 13px;
  color: #777;
}

/* Copy icon button */
.copy-icon {
  border: none;
  background: transparent;
  padding: 4px;
  border-radius: 6px;
  line-height: 0;
  cursor: pointer;
  color: #555;
}
.copy-icon:hover {
  background: #eee;
  color: #111;
}
.copy-icon.copied {
  color: #0a7a20; /* turns green briefly after copy */
}

/* Optional: responsive tweak for very small screens */
@media (max-width: 360px) {
  .mbref-wrap { max-width: 100%; }
  .mbref-value--spaced { letter-spacing: 0.5px; }
}

/* Products Card Style JavaScript*/

/* Overall Container */
    .products-horizontal-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
        padding: 0;
        background: transparent;
    }

    /* Each Section */
    .products-horizontal-section {
        background: transparent;
        /* padding-left: 15px;
        padding-right: 15px; */
        margin-bottom: 30px
    }
    .products-horizontal-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .products-horizontal-item-card {
        position: relative;
        -webkit-tap-highlight-color: transparent;
        -webkit-text-size-adjust: 100%;
           -moz-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
                text-size-adjust: 100%;
        color: #424646;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        /* -webkit-box-shadow: 0 0 5pt 0.5pt #c3c3c34d;
                box-shadow: 0 0 5pt 0.5pt #c3c3c34d; */
        border-radius: 15px;
        /* height: 100%; */
        padding: 6px 6px 15px 6px;
        background-color: #ffffff;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        /* min-width: 200px; */
        /* max-width: 25%;  */
        text-align: center;
        border: 1px solid #e5e7eb;
    }
    .products-horizontal-item-card:hover {
        -webkit-box-shadow: 0 0 5pt 0.5pt #e5e7eb !important;
        box-shadow: 0 0 5pt 0.5pt #e5e7eb !important;
        border: 1px solid #e5e7eb;
    }



    /* Product Image */
    .products-horizontal-item-card img {
        text-align: left;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: inherit;
        padding: 0;
        margin: 0;
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
        vertical-align: middle;
        border: 0;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        max-width: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        max-height: 250px;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .products-horizontal-item-card .product-content {
        height: 72px;
        color: #424646;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        padding: 0;
        margin: 0;
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
        text-align: center;
        margin-top: 0 !important;
    }
    .product-image-container {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
        background-color: transparent;
        display: inline-block;
        font-size: 11px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        position: absolute;
        width: auto;
        height: auto;
        right: 10px;
        top: 10px;
    }

    .product-image-container .pricedivcar {
        margin-top: 0px !important;
        white-space: normal;
    }

    /* Product Title */
    .products-horizontal-item-title {  
        font-family: 'Poppins', sans-serif;
        text-align: center;
        line-height: 24px;
        padding: 0;
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
        background-color: transparent;
        -ms-touch-action: manipulation;
            touch-action: manipulation;
        text-decoration: none;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-size: 14px;
        color: #424646;
        font-weight: 500;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        width: 100%;
            white-space: normal;
    }

    .products-horizontal-item-title a {
        font-weight: inherit  
    }

    /* Product Price */
    .products-horizontal-item-price {
        font-family: 'Poppins', sans-serif;
        line-height: 24px;
        padding: 0;
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
        margin: 6px 0 0 0;
        text-align: center;
        color: #424646;
        margin: 0;
        font-size: 15px;
        font-weight: 500;
    }

    .products-horizontal-item-price  strike{
        font-family: 'Poppins', sans-serif;
        line-height: 24px;
        text-align: center;
        padding: 0;
        margin: 0;
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
        font-size: 13px;
        font-weight: 400;
        color: #929292;
    }

    /* Button */
    .products-horizontal-button {
        border: none;    
        text-align: left;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
        -ms-touch-action: manipulation;
            touch-action: manipulation;
        font-weight: 400;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        text-decoration: none;
        display: inline-block;
        background-color: #00804C;
        border-radius: 8px;
        color: white;
        padding: 10px 15px;
        margin-top: 15px;
        cursor: pointer;
    }

    .products-horizontal-button:hover {
        border: none; 
        text-align: left;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
        -ms-touch-action: manipulation;
            touch-action: manipulation;
        font-weight: 400;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        outline: 0;
        display: inline-block;
        border-radius: 8px;
        padding: 10px 15px;
        margin-top: 15px;
        text-decoration: none;
        background-color: #64B32C;
        color: white;
        cursor: pointer;
    }

#manpagepageproducts {
  margin-left: -8px;   /* half of the padding you set below */
  margin-right: -8px;
}

#manpagepageproducts > [class*="col-"] {
  padding: 8px;
}

.products-horizontal-container .products-horizontal-item-price, .product-card .products-horizontal-item-price {
    color: #424646 !important;
    margin: 6px 0 0 0;
    font-weight: 600 !important;
}

/******************************************** 
 * IF Medicines Page
 ********************************************/
.medicine-page .header.shop .nav > li:first-child {
    margin-left: 0px;
}

/******************************************** 
 * Tabs HomePage
 ********************************************/
.tab-status {
    min-height: 140px;              /* enough height to feel centered */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 0.75rem;
    color: #6c757d;                 /* Bootstrap muted */
    font-size: 0.95rem;
}

.tab-status__text {
    margin: 0;
}

.tab-status .spinner-border {
    width: 2.5rem;
    height: 2.5rem;
}

/* Optional: different colors per state */
.tab-status--error {
    color: #dc3545;                 /* Bootstrap danger */
}

.tab-status--empty {
    color: #6c757d;
}

.tab-status--loading {
    color: #6c757d;
}

.spinner-border {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    border: 0.25em solid #e0e0e0;
    border-right-color: #007bff; /* main color */
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
            animation: spinner-border 0.75s linear infinite;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/******************************************** 
 * Products List
 ********************************************/
 
.breadcrumbs ul li a h1, .breadcrumbs ul li a h2{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;}

  .breadcrumbs ul li {display: ruby;}
  
  .productsHeader  { background:#fff; text-align: center; text-align: -webkit-center;}
  .productsHeader .row { display:-webkit-box; display:-ms-flexbox; display:flex; gap:16px; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; max-width:1150px; margin:10px 0px !important; }
  /* Nice Select — theme */
  .productsHeader .nice-select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 28px;
    padding: 6px 16px 4px 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 12px;
    background: #fff;
    color: #111827;
    line-height: 1.2;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease, background-color .15s ease, -webkit-box-shadow .15s ease;
    transition: border-color .15s ease, background-color .15s ease, -webkit-box-shadow .15s ease;
    -o-transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease, -webkit-box-shadow .15s ease;
    margin-bottom: 0px; 
margin-left: 6px;
  }
  .productsHeader .nice-select:hover { border-color: #d1d5db; }

  /* Arrow */
  .productsHeader .nice-select:after {    
    right: 12px; /* spacing from right */
    width: 8px; height: 8px;
    border-bottom: 2px solid #9ca3af;
    border-right: 2px solid #9ca3af;
    margin-top: -6px; /* vertically center */
  }

  /* Current label */
    .productsHeader .nice-select .current { color: #111827; margin-right: 16px; }

  /* Dropdown panel */
  .productsHeader .nice-select .list {
    margin-top: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(17,24,39,.08);
    box-shadow: 0 10px 30px rgba(17,24,39,.08);
    z-index: 40; /* ensure on top of sticky header */
    max-height: 260px;
    overflow: auto;
  }

  /* Options */
  .productsHeader .nice-select .option {
    padding: 0 8px;
    white-space: nowrap;
    color: #111827;
    line-height: 32px;
    min-height: 32px;
  }
  
  .productsHeader select { padding:8px 10px; border:1px solid #e5e7eb; border-radius:8px; background:#fff; }

  /* Size helpers */
  .productsHeader .nice-select.small { padding: 6px 32px 6px 10px; font-size: 13px; border-radius: 8px; }
  .productsHeader .nice-select.full { width: 100%; }
  
   .productsHeader .muted { color:#6b7280; font-size:12px; }

  /* make sure the container doesn't clip the handle */
  .wrapper .range{ overflow: visible; }

  /* give the slider space for the handles on both ends */
  .wrapper .range .noUi-target{
    -webkit-box-shadow:none;
    box-shadow:none; border:none; background:transparent;
    padding: 12px 16px 10px 0px; /* L/R room for knobs */
  }

  /* bar */
  .wrapper .range .noUi-base{
    height: 4px;
    border-radius: 999px;
    background: #e5e7eb;
  }

  /* filled part */
  .wrapper .range .noUi-connect{
    background: #2fb384;
    border-radius: 999px;
  }

  /* handle — perfectly centered on the bar */
  .wrapper .range .noUi-horizontal .noUi-handle{
    width: 18px;
    height: 18px;
    top: calc((4px - 18px) / 2) !important;
    border-radius: 50%;
    background:#fff;
    border:1.5px solid #2fb384;
    -webkit-box-shadow:0 2px 8px rgba(17,24,39,.12);
    box-shadow:0 2px 8px rgba(17,24,39,.12);
    cursor:-webkit-grab;
    cursor:grab; outline:none;
  }
  .wrapper .range .noUi-handle:before,
  .wrapper .range .noUi-handle:after{ display:none; }
  .wrapper {width: -webkit-fill-available; margin: 0 0 16px 0; display:-ms-grid; display:grid; -ms-grid-columns: 280px 1fr; grid-template-columns: 280px 1fr; -ms-grid-column-align: center; justify-self: center;}
  /* Sidebar */
  .wrapper .sidebar { background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:14px; height:-webkit-fit-content; height:-moz-fit-content; height:fit-content; top:74px; }
  /* ---------- Mobile / tablet: expand down from the button ---------- */
  @media (max-width: 991.98px) {
    /* collapsed by default */
    .wrapper .filters-collapsible { 
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      -webkit-transform: translateY(-4px);
          -ms-transform: translateY(-4px);
              transform: translateY(-4px);
      -webkit-transition: max-height .28s ease, opacity .18s ease, -webkit-transform .28s ease;
      transition: max-height .28s ease, opacity .18s ease, -webkit-transform .28s ease;
      -o-transition: max-height .28s ease, opacity .18s ease, transform .28s ease;
      transition: max-height .28s ease, opacity .18s ease, transform .28s ease;
      transition: max-height .28s ease, opacity .18s ease, transform .28s ease, -webkit-transform .28s ease;
    }

    /* while animating open we keep overflow hidden */
    .wrapper .filters-collapsible.is-opening {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
    }

    /* once fully open, remove the max-height cap so nothing gets clipped */
    .wrapper .filters-collapsible.is-open {
      max-height: none;       /* <- important */
      overflow: visible;      /* <- important */
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
    }

    /* Sidebar becomes a normal block panel on mobile (not fixed) */
    .wrapper .sidebar {
      position: static;
      height: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 16px;
      margin-top: 8px;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      background: #fff;
    }

    /* Toggle button style */
    .wrapper .filters-toggle {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: .5rem;
      padding: .5rem .75rem; border: 1px solid #e5e7eb; border-radius: 8px;
      background: #fff; font-weight: 600; cursor: pointer;
    }

    /* Overlay not used for this pattern */
    .wrapper .filters-overlay { display: none !important; }
  }

  /* ---------- Desktop: keep sidebar visible ---------- */
  @media (min-width: 992px) {
    .wrapper .filters-toggle, .wrapper .filters-overlay { display: none; }
  }
  .wrapper .filter-group { margin-bottom:8px; }
  .wrapper .filter-group:last-child { margin-bottom:0px; }
  .wrapper .filter-group .options, .wrapper .filter-group .range {
    display: none;             /* hidden by default */
  }

  .wrapper .filter-group.open .options, .wrapper .filter-group.open .range {
    display: block;            /* show when open */
  }

  .wrapper .filter-group .toggle-icon .icon-plus, .wrapper .filter-group .toggle-icon .icon-minus {
    width: 18px;
    height: 18px;
    fill: #9ca3af; /* Tailwind gray-400 */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    vertical-align: middle;
  }
  .wrapper .options {
    max-height: 220px;
    overflow: auto;
    border-radius: 8px;
    padding: 8px 8px 8px 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
  }

  .wrapper .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    /* no width growth */
    max-width: 100%;
  }

  .wrapper .options > label.option:last-of-type { margin-bottom: 0; }

  .wrapper .option input { accent-color: #2fb384; -webkit-box-shadow: none; box-shadow: none;}

  .wrapper .option-text {
    line-height: normal;
    font-size: 14px;
  }
  .wrapper .range { padding: 8px; border-radius:8px; background:#fff;   border: 1px solid #e5e7eb;}
  .wrapper .range .vals { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; font-size:12px; color:#6b7280; margin-top:6px; }
  .wrapper .actions { display:-webkit-box; display:-ms-flexbox; display:flex; gap:8px; margin-top:12px; }
  .wrapper .btn { -webkit-appearance:none; -moz-appearance:none; appearance:none; border:1px solid #e5e7eb; background:#fff; color:#111827; padding:8px 10px; border-radius:8px; cursor:pointer; }
  .wrapper .btn.primary { background:#2fb384; color:#fff; border-color:transparent; }
  /* Content */
  .productsHeader .controls { display:-webkit-box; display:-ms-flexbox; display:flex; gap:10px; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
  .productsHeader .controls .sort { display:-webkit-box; display:-ms-flexbox; display:flex; gap:6px; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
  
  .wrapper .grid { display:-ms-grid; display:grid; -ms-grid-columns: minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr); grid-template-columns: repeat(3, minmax(0,1fr)); gap:16px; }
  @media (max-width: 991.98px) { .wrapper {-ms-grid-columns:1fr;grid-template-columns:1fr;} .wrapper .grid {-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);} .wrapper .sidebar{position:static;} }
  @media (min-width: 992px) {.productsHeader .row {margin: 16px 0 0 !important;} .wrapper .sidebar { margin: 8px 16px 0 0;}}
  @media (max-width: 620px) { .wrapper .grid {-ms-grid-columns:1fr;grid-template-columns:1fr;} }
  .wrapper .empty {    margin: 15px 0 0 0; padding:28px; text-align:center; color:#6b7280; border:1px dashed #e5e7eb; border-radius:12px; background:#fff; }
  .wrapper .pagination {
      margin: 0px;    
  }

  .wrapper .readmore {margin-top:15px;}

  .wrapper .filter-group p {
    margin: 0 0 8px;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #374151;
    font-weight: bold;
  }
  
  .product-message-whatsapp {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
  }
