/* marius original
.mypresta_scrollup{
    width:40px;
    height:40px;
    position:fixed;
    display:none;
    text-indent:-9999px;
}
*/

/* marius sa ascund coloana din stanga pe telefoane si tablete */
/* ascuns pana la 767px */
@media (max-width: 767px) {
	.marius_ascund_banner_top_pe_telefoane_si_tablete_sub_767px {
		display: none !important;
	}
}

/* ascuns peste 768px */
@media (min-width: 768px) {
	.marius_ascund_banner_top_telefoane_pe_telefoane_si_tablete_peste_768px {
		display: none !important;
	}
}

.go_to_top_mypresta_scrollup{
	position: fixed;
	display: none; /* e important deoarece daca nu pun apare la incarcarea paginii */
	right: 5px;
	bottom: 50%; 
	z-index: 8000 !important; /* marius .fancybox-skin .fancybox-close  e la 10000 */
	outline: none; /* marius remove dotted link boarder */
	opacity: 0.35; 
	}
  @media (max-width: 767px) {
	.go_to_top_mypresta_scrollup{
			bottom: 40%;
			opacity: 0.35; 
			z-index: 8000 !important; /* marius .fancybox-skin .fancybox-close  e la 10000 */
		}
	}
	
.cart_mypresta_scrollup {
	position: fixed;
	display: none; /* e important deoarece daca nu pun apare la incarcarea paginii */
	right: 5px;
	top: 1%;
	z-index: 10000;
	outline: none; /* marius remove dotted link boarder */
}
	@media (max-width: 767px) {
		.cart_mypresta_scrollup {
			top: 1.3%;
			opacity: 0.75; 
		}
	}

.marime_cart_icon{
	height: 32px;
	width: 32px;
}
	@media (max-width: 767px) {
		.marime_cart_icon {
			height: 20px;
			width: 20px;
		}
	}

.contact_email_mypresta_scrollup {
	position: fixed;
	display: none; /* e important deoarece daca nu pun apare la incarcarea paginii */
	right: 5px;
	top: 1%; 
	z-index: 8000 !important; /* marius .fancybox-skin .fancybox-close  e la 10000 */
	outline: none; /* marius remove dotted link boarder */
}
  @media (max-width: 767px) {
	.contact_email_mypresta_scrollup {
			z-index: 8000 !important; /* marius .fancybox-skin .fancybox-close  e la 10000 */
			top: 1%; 
			opacity: 0.75; 
		}
	}

.skype_call_now_mypresta_scrollup {
	visibility: hidden; /* marius il ascund pe desktop */
	position: fixed;
	top: 5%; 
	left: 5px;
	display: none; /* e important deoarece daca nu pun apare la incarcarea paginii */
	z-index: 8000 !important; /* marius .fancybox-skin .fancybox-close  e la 10000 */
	opacity: 0.90; 
	outline: none; /* marius remove dotted link boarder */
}
  @media (max-width: 767px) {
	.skype_call_now_mypresta_scrollup {
			visibility: visible; /* marius il ascund pe desktop */
			position: fixed;
			left: 5px;
			right: auto;
			bottom: 6%; 
			top: auto; 
			display: none; /* e important deoarece daca nu pun apare la incarcarea paginii */
			outline: none; /* marius remove dotted link boarder */
			z-index: 8000 !important; /* marius .fancybox-skin .fancybox-close  e la 10000 */
			opacity: 0.90; 
		}
	}
	
.phone_call_now_mypresta_scrollup {
	visibility: hidden; /* marius il ascund pe desktop */
	position: fixed;
	display: none; /* e important deoarece daca nu pun apare la incarcarea paginii */
	right: 5px;
	z-index: 8000 !important; /* marius .fancybox-skin .fancybox-close  e la 10000 */
	bottom: 5%; 
	opacity: 0.90; 
	outline: none; /* marius remove dotted link boarder */
}
  @media (max-width: 767px) {
	.phone_call_now_mypresta_scrollup {
			visibility: visible;
			position: fixed;
			right: 5px;
			bottom: 6%; 
			display: none; /* e important deoarece daca nu pun apare la incarcarea paginii */
			outline: none; /* marius remove dotted link boarder */
			z-index: 8000 !important; /* marius .fancybox-skin .fancybox-close  e la 10000 */
			opacity: 0.90; 
		}
	}

.contactez_nous_bottom_banner_mypresta_scrollup {
	display: none; /* e important deoarece daca nu pun apare la incarcarea paginii */
	position: fixed;
	margin-left: 15px;
	max-width: 1170px;
	bottom: 0%;
	z-index: 10000;
	text-align: center;
	opacity: 0.65;
	border-color: #399b49 #51ae5c #208931 #369946; 
	background: #6FB828;
	background: -moz-linear-gradient(top, #6FB828 0%, #5F8E2F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6FB828), color-stop(100%, #5F8E2F));
	background: -webkit-linear-gradient(top, #6FB828 0%, #5F8E2F 100%);
	background: -o-linear-gradient(top, #6FB828 0%, #5F8E2F 100%);
	background: -ms-linear-gradient(top, #6FB828 0%, #5F8E2F 100%);
	background: linear-gradient(to bottom, #6FB828 0%, #5F8E2F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6FB828', endColorstr='#5F8E2F',GradientType=0);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	outline: none; /* marius remove dotted link boarder */
}
	@media (max-width: 767px) {
		.contactez_nous_bottom_banner_mypresta_scrollup {
			margin-left: 0;
			bottom: 0%; 
			opacity: 0.75; 
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 1023px) {
		.contactez_nous_bottom_banner_mypresta_scrollup {
			max-width: 720px;
		}
	}

	@media only screen and (min-width: 1024px) and (max-width: 1199px) {
		.contactez_nous_bottom_banner_mypresta_scrollup {
			max-width: 940px;
		}
	}

.cart_qties_scrollup {
	float: none;
	position: absolute;
	left: 0px;
	top: -5px;
	padding: 0 5px 0 5px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 6px;
	border: solid 1px;
	border-color: #399b49 #51ae5c #208931 #369946; 
	background-color: #5F8E2F;
}	
