.grecaptcha-badge {
    visibility: hidden;
}

.cart__content-image {
    aspect-ratio: 3/2;
}

.bt-1px {
    border-top: 1px solid #e4e4e4;
    opacity: 1;
}

nav.pagination {
    padding-top: 20px;
}

.aspect-ratio-3_2 {
    aspect-ratio: 3/2;
}

.accordion-button {
    font-size: 1.5rem!important;
}

@media only screen and (max-width: 467px) {
    .pagination__item {
        width: 2.8rem!important;
        height: 2.8rem!important;
        line-height: 2.6rem!important;
        font-size: 1rem!important;
    }
}

ul.widget__tagcloud {
    columns: 3;
}

.header__shipping {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header__shipping--text {
    width: fit-content;
    white-space: nowrap;
    animation: moveText 21s linear infinite;
}

@keyframes moveText {
    0% {
        margin-left: 100%;
    }
    100% {
        transform: translateX(-100%);
    }
}

/*font*/

.fs-12 {
    font-size: 12px;
}


.section__heading--maintitle {
    font-size: 3.5rem;
    line-height: 4rem;
}

.blog__content--title {
    color: #000;
}

.product__items--content__title a {
    color: #000;
}
/*end font*/


/*consultanta telefonica*/

.asistenta{
    width: 45px;
    height: 355px;
    border-radius: 5px 0 0 5px;
    background: #009746 url(../img/asistenta_text.png) no-repeat left bottom;
    background-position: -5 px 10px;
    position:fixed;
    top:20%;
    right:0px;
    transition: all 500ms ease;
    z-index: 99999;
}

.box-asistenta{
    position:relative;
    width:100%;
    height:100%;
    cursor: pointer;
}
.icon-asistenta{
    position: absolute;
    font-size: 30px;
    color: white;
    top: 15px;
    left: 7px;
}

.text-asistenta{
    padding-top: 30px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0px;
    right: -250px;
    background-color: #fff;
    height: 100%;
    width: 250px;
    padding: 15px;
}
.text-asistenta h3{
    margin-top:0px;
}
.text-asistenta p{
    padding-top: 10px;
    font-size: 14px;
}

.open-asist{
    right:250px;
    transition: all 500ms ease;
}
/*end consultanta telefonica*/

/*pagina search by $_GET['search']*/


.homepage_top_info {
    /*background: url("../img/home_bg_top_info.png") right top no-repeat;*/
    margin-bottom: 10px;
}

.caseta_home_info {
    text-align: center;
    padding: 20px;
}

.titlu_caseta_home_info,
.titlu_caseta_home_info a {
    font-family: 'Open Sans';
    color: #009746;
    font-size: 18px;
    font-weight: bold;
}

.text_caseta_home_info {
    font-family: 'Open Sans';
    font-size: 12px;
    color: #282828;
    margin-top: 10px;
}

.h1-search {
    font-size: 16px;
    font-weight: bold;
    color: #009746;
    padding-left: 10px;
}

/*end pagina search by $_GET['search']*/

/*sticky footer icons*/
.footer-sticky {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 9999;
}

.footer-sticky a:hover {
    color: #009746;
}

.rounded-list-li {
    background-color: #009746;
    border: 1px solid #009746;
    border-radius: 100%;
    width: 4.3rem;
    height: 4.3rem;
    text-align: center;
}

.rounded-list-li:first-child {
    margin-right: 20px;
}

.rounded-list-li i {
    color: white;
    font-size: 20px;
    line-height: 30px;
}
/*endsticky footer icons*/

/*Mentantanta*/
.maintanance {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999999999;
    background-color: rgba(0, 0, 0, 0.3);
}

.maintanance h1 {
    padding-top: 150px;
    font-size: 26px;
}
/*end mentenanta*/

.product-badge_extra {
    position: absolute;
    top: 0;
    right: 1rem;
}

.product-badge_extra .product-badge_extra--items {
    width: 12rem;
    height: 2.5rem;
    background: var(--secondary-color);
    color: var(--white-color);
    font-size: 1.25rem;
    padding-top: 5px;
    line-height: 1.8rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .product-badge_extra .product-badge_extra--items {
        width: 8rem;
        height: 3rem;
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .h1, h1 {
        font-size: 1.6rem;
    }

    .breadcrumb__content--menu__items {
        position: relative;
        margin-right: 10px;
        padding-right: 22px;
        font-size: 13px;
        line-height: 14px;
    }

    .header__shipping--text {
        animation: moveText 15s linear infinite;
    }

}

.stoc-curent-chenar {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    font-size: 1.5rem;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

/*newsletter*/
#newsletter_new-overlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9998;
}
/* Pop-up */
#newsletter_new {
	display: none;
	position: fixed;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
	z-index: 9999;
	font-family: Arial, sans-serif;
}
#newsletter_new h2 {
	margin-top: 0;
	color: #222;
}
#newsletter_new p {
	font-size: 16px;
	margin: 15px 0;
}
#newsletter_new .close-btn {
	position: absolute;
	top: 10px; right: 15px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #555;
}
#newsletter_new .close-btn:hover {
	color: red;
}
#newsletter_new input[type="email"] {
	width: 90%;
	padding: 10px;
	margin: 15px 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
}
#newsletter_new button {
	background: #28a745;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
}
#newsletter_new button:hover {
	background: #218838;
}
#newsletter-message {
	margin-top: 10px;
	font-size: 14px;
}

/* OVERRIDE POPUP BF */
#newsletter_new {
    background: black;
    width: auto;
    max-width: 650px;
}
#newsletter_new p {
    color: white;
}
#newsletter_new img {
    width: 300px;
}
#newsletter_new input[type="email"] {
	width: 100%;
    background: black;
    color: white;
    border: 1px solid white;
    margin: 0;
}
#newsletter_new button {
    background: black;
    color: white;
    border: 1px solid white;
    white-space: nowrap;
}