.simplecheckout-cart td.quantity input[type="text"] {
	width: 40px;
	padding-right: 3px;
}

/* Modificare culoare alerte */

.alert.alert-success {
	background: #363636;
	border-color: #000000;
}

.alert.alert-success .close {
	color: white;
}

/* Alerta popup desktop & tableta */
.alert {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	/*color: #555555;*/
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-radius: 0;
	position: fixed;
	top: 50px;
	float: right;
	right: 30px;
	width: 400px;
	z-index: 99999;
}

.alert.alert-success {
	background: #363636;
	border-color: black;
	opacity: .8;
}

.alert.alert-success .close {
	color: white;
}

/* Alerta popup mobil */
@media only screen and (max-width: 450px) {
	.alert {
		padding: 10px 10px 10px 33px;
		margin-bottom: 15px;
		/*color: #555555;*/
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-khtml-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		border-radius: 0;
		position: fixed;
		top: 25px;
		float: right;
		width: 100%;
		z-index: 99999;
		margin-top: 0;
		margin-bottom:0;
		right: 0;
	}

	.alert.alert-success {
		background: #363636;
		border-color: black;
		opacity: .8;
	}

	.alert.alert-success .close {
		color: white;
	}
	
	.module-info-block .mobile-center {
		font-size: 17px;
	}
}

/* Homepage Banner */
.module-images-banners {
    padding: 2rem 0
}
.module-images-banners .banner-1 {
    position: relative;
    padding-bottom: 32%;
    background-size: cover;
	border: 4px solid white;
    min-height: 250px
}
.module-images-banners .banner-1 .banner-text {
    position: absolute;
    left: 20%;
    z-index: 10;
    font-family: Caslon, sans-serif;
    font-weight: 500;
    max-width: 200px;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #442920;
    color: #523223;
    font-size: 2.5rem;
    text-align: center;
    padding: 1.5rem 1rem
}
.module-images-banners .banner-2 .banner-text, .module-images-banners .banner-3 .banner-text {
    left: 0;
    max-width: 250px;
    line-height: 3.5rem;
    z-index: 10;
    font-family: Caslon, sans-serif;
    font-weight: 500;
    border: 1px solid #442920;
    text-align: center;
    bottom: 20%
}
.module-images-banners .banner-1 .banner-text b {
    color: #393738;
    font-size: 5rem
}
.module-images-banners .banner-2 {
    position: relative;
    padding-bottom: 59%;
    background-size: cover;
	border: 4px solid white;
    min-height: 250px
}
.module-images-banners .banner-2 .banner-text {
    position: absolute;
    background: rgba(255, 255, 255, .5);
    color: #523223;
    font-size: 3.5rem;
    padding: 2rem 1rem
}
.module-images-banners .banner-2 .banner-text b {
    color: #393738;
    font-size: 3.5rem;
    line-height: 3.5rem
}
.module-images-banners .banner-3 {
    position: relative;
    padding-bottom: 59%;
    background-size: cover;
	border: 4px solid white;
    min-height: 250px
}
.module-images-banners .banner-3 .banner-text {
    position: absolute;
    background: rgba(255, 255, 255, .5);
    color: #523223;
    font-size: 3.5rem;
    padding: 2rem 1rem
}
.module-images-banners .banner-3 .banner-text b {
    color: #393738;
    font-size: 3.5rem;
    line-height: 3.5rem
}
.module-images-banners .banner-4 {
    position: relative;
    padding-bottom: 493px;
	border: 4px solid white;
    background-size: cover
}

.module-images-banners .banner-4 .banner-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 10;
    font-family: Caslon, sans-serif;
    font-weight: 500;
    min-width: 200px;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #442920;
    color: #523223;
    font-size: 2.8rem;
    line-height: 3.7rem;
    text-align: center;
    padding: 3rem 1rem
}
.module-images-banners .banner-4 .banner-text b {
    color: #393738;
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 5px;
    display: block
}
.module-images-banners .banner-4 .banner-text span {
    color: #393738;
    display: block;
    font-size: 2.5rem;
    line-height: 2.5rem
}
.btn.btn-banners-details {
    background: #393737;
    color: #FFF;
    font-size: 1.6rem;
    font-family: Gilroy, sans-serif;
    border-radius: 0;
    line-height: 1.6rem;
    font-weight: 600;
    padding: .6rem 1.5rem
}

@media (min-width: 1200px) {
	.module-images-banners .banner-4 {
    padding-bottom: 533px;
	}
}
@media (min-width: 1401px) {
	.module-images-banners .banner-4 {
    padding-bottom: 625px;
	}
}
@media (min-width: 1551px) {
	.module-images-banners .banner-4 {
    padding-bottom: 694px;
	}
}

/* Cele 6 poze de pe HOMEPAGE */
@media (min-width: 451px) {
	.module-banner .single-banner {
		border: 4px solid white;
	}
}

/* Afisare "Mai mult" pentru paginile de categorie */
.category-description {
	position: relative;
	display: block;
}
.category-description.closed {
	max-height: 100px;
	overflow: hidden;
}

.category-description.closed .sd {
	position: absolute;
	bottom: 0;
	left: -100px;
	right: -100px;
	top: 0;
	-webkit-box-shadow: inset 0px -97px 55px -56px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px -97px 55px -56px rgba(255,255,255,1);
	box-shadow: inset 0px -97px 55px -56px rgba(255,255,255,1);
}

.category-description button {
	display: none;
}

.category-description.closed .hid-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}

.category-description.closed .hid-btn button {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.hid-btn {
	display: block;
}

.hid-btn .btn.btn-primary {
	font-size: 1.3rem;
	padding: .6rem 2rem;
}

/* Textul H1 din categorii */
@media only screen and (max-width: 450px) {
	#mfilter-content-container .gilroy {
		font-size: 28px;
	}
}

/* Imaginea promo din categorii */
.img-promo {
	margin-top: 20px;
	margin-bottom: -10px;
	padding: 0px 15px;
}

@media only screen and (max-width: 766px) {
	.img-promo {
		margin: 0px 0px 5px 0px;
		padding: 0;
	}
}

/* Afisarea produselor in categorie / mobil */
@media only screen and (max-width: 450px) {
	.product-grid article {
		padding: 5px;
	}
}

/* Afisarea checkout / mobil */
@media only screen and (max-width: 450px) {
	.simplecheckout-customer-block .simplecheckout-customer-left {
		width: 100%;
		float: left;
	}
	
	.simplecheckout-customer-block .simplecheckout-customer-right {
		width: 100%;
		float: left;
		padding-bottom: 10px;
	}
}

/* Modificare meniu sub-sub categorii */
@media only screen and (max-width: 765px) {
	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
		background: none;
	}

	.elunico-dropdown .elunico-dropdown ul a {
		color: white;
		border-bottom: 1px #1c1c1c solid;
	}
}

/* Pagina search */
#form-search, #input-search {
	width: 100% !important;
}

#input-search {
	box-shadow: none;
	border: 1px solid #e3c7b2;
	font-size: 15px;
	height: 36px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(227,199,181,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(227,199,181,1);
	box-shadow: 0px 0px 8px 0px rgba(227,199,181,1);
}

.heading-search {
	font-size: 28px;
}

#zero-rezultate {
	margin-top: 30px;
}

@media only screen and (max-width: 765px) {
	.buton-cautare-sp {
		float: none !important;
	}
	
	.buton-cautare-sp #button-search {
		width: 100%;
		margin: 0;
	}
}

/* Imagine BLOG */
@media only screen and (max-width: 765px) {
	#news-img {
		width: 100%;
	}
}

/* Aranjare articole pagina categorie blog */
.single-post .text-center {
	min-height: 45px;
}

/* WHATSAPP */

.wp-float {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 10px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	display: block;
}

.my-float {
	margin-top: 10px;
}

/* Pagina SPECIAL/REDUCERI */
@media only screen and (max-width: 650px) {
	.display-special {
		display: none;
	}
	
	.limit.catf {
		float: left;
	}
}

/* Diferite modificari */
.rating-buttons img {
	display: none;
}

