body, html {
	font-family: 'Roboto', sans-serif;
	height: 100%;
	background: #F9F9F9;
	/*overflow: scroll;*/
	-webkit-overflow-scrolling: touch;
}
h3 {
	font-size: 21px;
	color: #263A77;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 20px;
}
h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	color: #263A77;
	margin-bottom: 20px;
}
h5 {
	font-size: 16px;
	color: #4A4A4A;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 20px;
}

.fb_iframe_widget span{
    width: 100% !important;
    height: auto !important;
	
    margin-bottom: 30px;
}
span {
	font-size: 13px;
	color: #474220;
}
b { 
	font-weight: 700;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.btn {
	font-weight: 500 !important;
	font-size: 15px;
	padding: 7.5px 20px;
}
.btn.orange {
	background: #49b050;
	color: #ffffff;
}
label {
	color: #9B9B9B;
	font-weight: 500;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
	padding: 8px 10px !important;
	height: 38px !important;
}
a {
	color: #ef3c3f;
}
p {
	color: #4A4A4A;
}

/* Header */

.header-wrapper {
	background: #ff8b14;
  background: -moz-linear-gradient(-45deg, #ff8b14 0%, #e36a00 100%);
  background: -webkit-linear-gradient(-45deg, #ff8b14 0%,#e36a00 100%);
  background: linear-gradient(135deg, #49b050 0%,#419346 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8b14', endColorstr='#e36a00',GradientType=1 );
  height: 135px;
}
.marg {
	margin-bottom: 80px	
}
.header-wrapper.small {
	height: 97px;
}

.slideimg {
	width: 570px; 
	height: 432px;
	
    margin: auto;
}


.header-wrapper.small .logo-element {
	margin-top: 22px;
}
.header-wrapper.small .top-info {
	margin-top: 34px;
}
.logo-element {
	background: url(images/logo.png) no-repeat;
	background-size: 180px auto;
	display: inline-block;
	text-indent: -9999px;
	width: 180px;
	height: 64px;
	margin-top: 10px;
}
@media screen and (max-width: 990px){
.logo-element {
    background: url(images/logo.png) no-repeat;
    background-size: 180px auto;
    display: inline-block;
    text-indent: -9999px;
    width: 180px;
    height: 50px;
    margin-top: 10px;
}
	.footer-img {
		width: 150px;
		height: 40px;
	}
}
.search {
	margin-top: 29px;
}
.search input {
	width: 100%;
	border: none;
	padding: 10px 15px 10px 36px !important;
	background: #ffffff url(images/search.png) no-repeat;
	background-size: 16px auto;
	background-position: 12px 11px;
	font-size: 15px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.top-info {
	text-align: right;
	margin-top: 37px;
}
.top-info a.help {
	background: url(images/help-icon.png) no-repeat;
	background-size: 20px auto;
	color: #ffffff;
	margin-right: 10px;
	padding-left: 25px;
	font-size: 16px;
	text-decoration: none;
}

.scarcity {
    color: #ef3c3f;
    font-size: 20px;
}
.top-info a.cart {
	background: url(images/cart-icon.png) no-repeat;
	background-size: 20px auto;
	color: #ffffff;
	/*margin-left: 20px;*/
	padding-left: 25px;
	font-size: 16px;
	text-decoration: none;
}

/*.top-info a span {
	background: #ffffff;
	color: #FF7C61;
	-webkit-border-radius: 20px;
	-moz-border-radius: 25px;
	border-radius: 20px;
	padding: 0px 5px;
	font-size: 12px;
	line-height: 21px;
	font-weight: 400;
	float: right;
	margin-left: 5px;
}*/

.top-info a.my-account {
	background: url(images/account-icon.png) no-repeat;
	background-size: 26px auto;
	color: #ffffff;
	margin-left: 10px;
	font-size: 16px;
	padding-left: 25px;
	text-decoration: none;
}
.top-bar-container {
	position: relative;
}
.dropdown-menu {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
	margin-top: 10px;
	z-index: 1;
	position: absolute;
	top: 0;
	margin-left: 15px;
}
.dropdown-menu .sidebar,
.dropdown-menu .sidebar-collapse {
	width: 284px;
	margin-top: 7px;
	padding-top: 0px;
	padding-right: 20px;
}
.dropdown-menu .sidebar h4 a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bottomslideimg {
	        height: 105px;
    width: 125px;
	}
/* Top Bar */

.top-bar {
	background: #ffffff;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	margin-top: -35px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.10);
	height: 65px;
	z-index: 10;
	position: relative;
}
.top-bar a.categories {
	font-size: 17px;
	color: #263A77;
	font-weight: 600;
	background: url(images/menu-icon.png) no-repeat;
	background-position: 0px 2px;
	background-size: 22px auto;
	padding-left: 35px;
	margin-top: 22px;
	display: inline-block;
	text-decoration: none;
	margin-left: 20px;
}
.top-bar .breadcrumb {
	background: none;
	padding: 0;
	margin-top: 22px;
}
.top-bar .breadcrumb li:first-of-type a {
	margin-left: 5px;
}
.top-bar a.promo-btn {
	display: inline-block;
	border: solid 1px #B0B7CE;
	color: #263A77;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 15px;
	text-decoration: none;
	margin-top: 12px;
	float: right;
	margin-right: 12px;
}

a.promo-btn2 , button.promo-btn2 {
	display: inline-block;
	border: solid 0.5px #fff;
	color: #fff;
	background-color: #263A77;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 15px;
	text-decoration: none;
	margin-right: 12px;
	margin-left: 10px;
}

a.promo-btn3 {
	display: none;
    border: solid 0.5px #fff;
    color: #fff;
    background-color: #263A77;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 15px;
    text-decoration: none;
    margin-right: 12px;
    margin-left: 10px;
    width: 100%;
    margin-top: 5px;
}

@media (min-width: 480px) and (max-width: 767px) {
	
	a.promo-btn2 {
		display:none;	
	}
	a.promo-btn3 {
		display: inline-block;
	    padding: 6px 6px;	
        width: 150px;
        text-align: center;
	}
	
}

@media (min-width: 320px) and (max-width: 479px) {
	a.promo-btn2 {
		display:none;	
	}
	a.promo-btn3 {
		    /*display: inline-block;
			border: solid 0.5px #fff;
			color: #fff;
			background-color: #263A77;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			font-size: 16px;
			font-weight: 500;
			padding: 2px 10px;
			text-decoration: none;
			margin-right: 12px;
			margin-left: 5px;
			width: 100%;
			margin-top: 5px;*/
			    display: inline-block;
                border: solid 0.5px #fff;
                color: #fff;
                background-color: #263A77;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                font-size: 12px;
                text-align: center;
                font-weight: 500;
                padding: 7px 10px;
                text-decoration: none;
                margin-right: 10px;
                margin-left: 0px;
                width: 100%;
                height: 32px;
                margin-top: 5px;
	}
	
	
		.slideimg {
			width: 301px; 
			height: 240px;
			margin: auto;
		}
	.pass {
		/*margin-top: -44px;*/
		padding-left: 180px;
		padding-bottom: 25px;	
	}
	
	.bottomslideimg {
	    width: 100px;
    	height: 84px;
	}
}
@media only screen and (max-width: 1200px) {
	.top-bar a.promo-btn {
		margin-top: 3px;
	}
}
.top-bar a.promo-btn:before {
	content: '\f2b5';
  font-family: 'FontAwesome';
	color: #ef3c3f;
	font-size: 18px;
	margin-right: 10px;
}


/* Sidebar */

.sidebar {
  padding-top: 0px;
	z-index: 0;
}
.sidebar-menu {
	background: #ffffff;
	padding: 30px 0px 20px 20px;
	margin-bottom: 20px;
	margin-top: -10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.sidebar-category h4.category-title {
	outline: none;
	margin-bottom: 5px;
	margin-top: 5px;
}
.sidebar-category h4 a {
	background: #F9F9F9 url(images/arrow-up.png) no-repeat;
	background-size: 12px auto;
	background-position: 215px 20px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 100%;
	display: block;
	padding: 10px 15px;
	font-weight: 500;
	color: #263A77;
	font-size: 15px;
	text-decoration: none;
	outline: none;
}
.sidebar-category h4 a span {
	background: #ef3c3f;
	color: #ffffff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 0px 10px;
	font-size: 12px;
	line-height: 21px;
	font-weight: 400;
	float: right;
	margin-right: 25px;
	margin-top: 2px;
}
.sidebar-category h4 a.collapsed {
	background: none;
	//background: url(images/arrow-down.png) no-repeat;
	background-size: 12px auto;
	background-position: 215px 20px;
	border-bottom: solid 1px #F6F4F4;
}
.sidebar-category ul {
	margin: 0px;
	padding: 0px;
}
.sidebar-category ul li {
	list-style: none;
	padding: 10px 25px;
}
.sidebar-category ul li a {
	color: #4A4A4A;
	text-decoration: none;
}

.subscribeNews {
	background: #ef3c3f  no-repeat;
	background-position: 155px 15px;
	background-size: 90px auto;
	padding: 15px 30px 25px 30px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.subscribeNews h4 {
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 500;
}
.partners {
	background: #202020 url(images/partners-bg.png) no-repeat;
	background-position: 155px 15px;
	background-size: 90px auto;
	padding: 15px 30px 25px 30px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.partners h4 {
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 500;
}
.partners p {
	color: #ffffff;
	opacity: 0.6;
	line-height: 18px;
	margin-bottom: 15px;
}

/* Contents */

h3.page-title {
	margin-top: 36px;
}
a.main-content-view-all {
	float: right;
	color: #9B9B9B;
	text-decoration: none;
	margin-top: -45px;
}
a.main-content-view-all.back {
	background: url(images/arrow_back.png) no-repeat;
	background-size: 13px auto;
	background-position: 0px 3px;
	padding-left: 20px;
}
.product {
	position: relative;
	border-bottom: solid 1px #E1E1E1;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.product img {
	/*width: 100%;*/
	/*height: auto;*/
	max-width: 260px;
    height: 210px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.product p {
	font-size: 16px;
	color: #4A4A4A;
	font-weight: 500;
	line-height: 18px;
	margin-top: 15px;
}
.product p.pret {
	font-size: 20px;
	color: #ef3c3f;
	margin-top: 0px;
	margin-bottom: 15px;
}
.product p.pret span {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 300;
	text-decoration: line-through;
	color: #9B9B9B;
}
.product a.discount-tag {
	position: absolute;
	background: #ef3c3f;
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
	padding: 5px 10px;
	margin-top: 18px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.product a.time-tag {
	position: absolute;
	background: #49b050;
	font-size: 18px; /*24px*/
	color: #ffffff;
	margin-bottom: 0px;
    top: 140px;
    right: 0px;
	font-weight: 500;
	padding: 5px 10px;
	margin-top: 18px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.product-gallery {
	
}
ul.thumbnails-carousel {
	padding: 5px 0 0 0;
	margin-top: 18px;
	list-style-type: none;
	text-align: center;
}
ul.thumbnails-carousel li {
	margin-right: 18px;
	float: left;
	cursor: pointer;
}
ul.thumbnails-carousel li:last-of-type {
	margin-right: -15px !important;
}
.controls-background-reset {
	background: none !important;
}
.active-thumbnail {
	opacity: 0.4;
}
.indicators-fix {
	bottom: 70px;
}
.product-offer {
	padding: 20px 20px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.product-offer span.span-price {
	font-size: 25px;
	font-weight: 900;
	color: #4A4A4A;
}
.product-offer p.price {
	font-size: 29px;
	color: #ef3c3f;
	font-weight: 600;    
	text-align: left;
	margin-top: -5px;
	margin-bottom: 0px;
}
.product-offer p.initial-price {
	font-size: 12px;
	margin-top: -5px;
	color: #9B9B9B;
}
.product-offer .span-reducere {
	text-align: right;
	display: block;
}
.product-offer .reducere {
	color: #263A77;
	text-align: right;
	font-size: 38px;
	font-weight: 600;
}
.product-offer .remaining-time {
    
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	background: #F8F8F8 url(images/clock.png) no-repeat;
	background-position: 11px 11px;
	background-size: 20px auto;
	padding: 14px 0px 1px 35px;
	/*margin-bottom: 15px;*/
	margin-top: 10px;
	
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F8F8F8 url(images/clock.png) no-repeat;
	background-position: 11px 11px;
	background-size: 20px auto;
	padding: 14px 0px 1px 35px;
	margin-bottom: 15px;
	margin-top: 10px;*/
}
.product-offer .remaining-time  p {
	text-align: left;
	line-height: 2px;
	padding: 5px;
}

.remaining-time2 {
    
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-position: 11px 11px;
    background-size: 20px auto;
        padding: 7px 0px 0px 0px;
    margin-bottom: 15px;
    background-color: #49af51;
}
.product-offer .remaining-time2  p span {
  /*float: right;
	margin-right: 10px;
	font-size: 19px;
	color: #9B9B9B;
	font-weight: 300;
	padding-top: 0px; */
	
	
    margin-right: 10px;
    font-size: 19px;
    color: #fff;
    font-weight: bolder; /*300*/
    padding-top: 0px;
}
.product-offer a.btn {
	width: 100%;
}
.harta {
	background: #ffffff;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 15px;
	color: #9B9B9B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	    padding-top: 3px;
}

.orders {
	background: #ffffff;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 15px;
	color: #9B9B9B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	padding: 3px 10px 10px 10px;
}

.raport {
	background: #ffffff;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 15px;
	color: #9B9B9B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
}
.orders:hover {
	text-decoration: none;
}
.orders:before {
	background: url(images/graph.png) no-repeat;
	background-size: 20px auto;
	width: 25px;
	height: 13px;
	display: inline-block;
	content: ' ';
	margin-top: 10px;
	margin-right: 5px;
}

.raport:before {
	background: url(images/file-information.png) no-repeat;
	background-size: 20px auto;
	width: 25px;
    vertical-align: middle;
    height: 20px;
	display: inline-block;
	content: ' ';
/*	margin-top: 10px;*/
	margin-right: 5px;
}
.gift {
	background: #263A77;
	width: 100%;
	display: block;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	line-height: 21px;
	text-align: center;
	padding: 9px 10px 10px 10px;
}
.gift:hover{
	background: #1F3168;
	text-decoration: none;
	color: #ffffff;
}
.gift:before {
	background: url(images/present-box.png) no-repeat;
	background-size: 20px auto;
	width: 22px;
	height: 22px;
	display: inline-block;
	content: ' ';
	margin-right: 8px;
	line-height: 1px;
	margin-bottom: -5px
}
.product-content {
	background: #ffffff;
	margin-top: 40px;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.product-content p {
	margin-bottom: 20px;
	color: #4A4A4A;
	line-height: 22px;
}
.product-content ul.nav-tabs {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
.product-content ul.nav-tabs li a {
	color: #9B9B9B;
}
.product-content ul.nav-tabs li a:hover {
	background: none;
	border: none;
	padding: 11px 16px 11px 16px;
}
.product-content ul.nav-tabs li a:active {
	outline: none;
}
.product-content ul.nav-tabs li.active a {
	border-top: 0 !important;
	border-bottom: solid 3px #ef3c3f !important;
	border-left: 0px;
	border-right: 0px;
	background: none;
  color: #4A4A4A;
	font-weight: 500;
	padding: 10px 15px 11px 15px;
	outline: none;
}
.product-content .tab-pane {
  padding: 25px 25px 20px 25px;
}
.product-content .tab-pane ul {
	padding: 0px !important;
}
.product-content .tab-pane ul li {
	list-style: none;
	margin-bottom: 8px;
}
.product-content .tab-pane ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #ef3c3f;
	margin-right: 10px; 
}
.product-content .tab-pane p {
	color: #4A4A4A;
}
.product-content .tab-pane h3 {
	margin-top: 0px;
}
.product-content .tab-pane h5 {
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.product-content p.map {
	margin-top: 10px;
}
.product-content p.map:before {
	content: '\f041';
	font-family: 'FontAwesome';
	color: #ef3c3f;
	margin-right: 10px;
}
.full-page-content,
.sized-page-content {
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
}
.sized-page-content {
	margin-bottom: 20px;
}
.interior-content {
	padding: 25px;
}
.full-page-content ul.nav-tabs {
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	border-color: #F6F4F4;
}
.full-page-content ul.nav-tabs li a {
	color: #9B9B9B;
}
.full-page-content ul.nav-tabs li a:hover {
	background: none;
	border: none;
	padding: 11px 16px 11px 16px;
}
.full-page-content ul.nav-tabs li a:active {
	outline: none;
}
.full-page-content ul.nav-tabs li.active a {
	border-top: 0 !important;
	border-bottom: solid 3px #ef3c3f !important;
	border-left: 0px;
	border-right: 0px;
	background: none;
  color: #4A4A4A;
	font-weight: 500;
	padding: 10px 15px 11px 15px;
	outline: none;
}
.interior-content table th {
	color: #9B9B9B;
	font-weight: 500;
}
.interior-content table td {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	color: #4A4A4A;
}
.interior-content table td.align-right {
	text-align: right;
}
.interior-content table td a {
	color: #ef3c3f;
}
.interior-content table td .yellow-flag {
	background: #FFE0AC;
	color: #876121;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.interior-content table td .red-flag {
	background: #FFDDE1;
	color: #AF3544;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.interior-content table td .green-flag {
	background: #C0E39B;
	color: #5E8A2D;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h5.contact-text {
	border-bottom: solid 1px #F6F4F4;
	padding-top: 5px;
	padding-bottom: 23px;
	padding-left: 60px;
	background: url(images/email.png) no-repeat;
	background-size: 24px auto;
	background-position: 25px 8px;
}
.contact-group {
	padding-left: 40px;
}
.contact-group p {
	color: #9B9B9B;
	font-size: 14px;
	margin-bottom: 0px;
}
.contact-group span {
	color: #9B9B9B;
	font-size: 14px;
}
.contact-group h5 {
	margin-top: 0px;
	line-height: 23px;
}
.contact-group.phone {
	background: url(images/phone-5.png) no-repeat;
	background-size: 24px auto;
	background-position: 0px 5px;
}
.contact-group.email {
	background: url(images/email-orange.png) no-repeat;
	background-size: 24px auto;
  background-position: 0px 5px;
}

/* Checkout */

.cart table td {
  padding: 15px 20px !important;
	border-top: solid 1px #F6F4F4 !important;
}
.cart table td.sold {
	color: #9B9B9B;
}
.cart table td.total {
	color: #ef3c3f;
	font-weight: 500;
	font-size: 20px;
}
.cart table th {
	color: #9B9B9B;
	font-weight: 500;
	padding: 13px 20px !important;
	border-bottom: solid 1px #F6F4F4 !important;
}
.cart .pret-unitar {
	color: #9B9B9B;
}
.cart .cart-pic {
	float: left;
	display: inline;
	width: 100px;
}
.cart .cart-product {
	float: left;
	display: inline;
	width: 250px;
	margin-left: 15px;
}
.cart h5 {
	margin: 0;
	line-height: 20px;
}
.cart .cart-product a {
	margin-top: 5px;
	display: block;
}
.sold-group {
	padding: 15px 20px 63px 20px;
	background: url(images/piggy-bank.png) no-repeat;
	background-size: 36px auto;
	background-position: 35px 20px;
}

.gift-group {
	padding: 15px 20px 63px 20px;
	background: url(images/icon-128-grey-gift.png) no-repeat;
	background-size: 36px auto;
	background-position: 35px 20px;
}
.cont-group {
	padding: 15px 20px 63px 20px;
	background: url(images/person-2.png) no-repeat;
	background-size: 36px auto;
	background-position: 35px 18px;
}
.table > tbody > tr > td {
     vertical-align: middle;
}
.sold-group h5,
.gift-group h5,
.cont-group h5 {
	margin: 0;
	padding-left: 53px; 
}
.sold-group span,
.gift-group span,
.cont-group span {
	color: #9B9B9B;
	padding-left: 53px;
}
.cont-group a.facebook {
	background: #314D8F;
	color: #ffffff;
	margin-left: 10px;
}
.cont-group .col-md-7 {
	text-align: right;
}
.cont-group a.facebook:before {
	font-family: 'FontAwesome';
	content: '\f09a';
	margin-right: 10px;
	font-size: 14px;
}
.metoda-plata-group {
	padding: 15px 20px 63px 20px;
	background: url(images/credit-card-hand.png) no-repeat;
	background-size: 36px auto;
	background-position: 35px 20px;
}
.metoda-plata-group h5 {
	margin-top:0;
	margin-bottom: 10px;
	padding-left: 53px;
}
.metoda-plata-group .form-check {
	margin-bottom: 20px !important;
}
.metoda-plata-group .form-check label.card {
	background: url(images/cards.png) no-repeat;
	background-position: 120px 0px;
	width: 100%;
}
.metoda-plata-group .form-check label {
	font-weight: 400;
	color: #4A4A4A;
}
.metoda-plata-group input {
	margin-left: 53px;
	height: auto !important;
	margin-right: 10px;
}
.metoda-plata-group span {
	margin-left: 76px;
	display: block;
	font-size: 11px;
	margin-top: 0px;
}
.metoda-plata-group .col-md-4 {
	text-align: right;
}
.fara-cont {
	padding: 10px 20px;
}
.fara-cont .metoda-plata-group {
	background: none;
	padding-left: 0;
	padding-right: 0px;
	padding-top: 0px;
}
.fara-cont .metoda-plata-group h5,
.fara-cont .metoda-plata-group input {
	padding-left: 0;
	margin-left: 0;
}
.fara-cont a.main-content-view-all {
	margin-top: -42px;
}
.fara-cont .metoda-plata-group h5 {
	padding-top: 9px;
}
.fara-cont .metoda-plata-group span {
	margin-left: 23px;
}
.fara-cont .metoda-plata-group .form-check label.card {
	background: url(images/cards.png) no-repeat;
	background-position: 65px 0px;
	width: 100%;
}
.place-order {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: solid 1px #F6F4F4;
}
.place-order label {
	font-weight: 400;
	margin-top: 10px;
}
.place-order input[type="checkbox"] {
	height: auto !important;
	margin-right: 5px;
}
.place-order .btn {
  float: right;
}
.confirmare {
	text-align: center;
	background: url(images/check-circle-2.png) no-repeat;
	background-size: 60px auto;
	background-position: center 30px;
	padding-top: 100px;
	padding-bottom: 35px;
}
.confirmare h5 {
	margin-bottom: 0px;
}
.confirmare p {
	color: #9B9B9B;
}
.metoda-card-group {
	padding: 15px 20px 63px 20px;
	background: url(images/credit-card-hand.png) no-repeat;
	background-size: 36px auto;
	background-position: 35px 23px;
}
.metoda-card-group h5 {
	margin-top:0;
	margin-bottom: 0px;
	padding-left: 53px;
	padding-bottom: 0px;
}
.metoda-card-group span {
	margin-left: 53px;
}
.sumar-group {
	padding: 15px 20px 13px 73px;
	background: url(images/file-information.png) no-repeat;
	background-size: 36px auto;
	background-position: 35px 18px;
	display: inline-block;
	width: 100%;
}
.sumar-group table {
	width: 100%;
}
.sumar-group td {
	padding-bottom: 5px;
}
.info-voucher-group {
	padding: 15px 20px 13px 73px;
	background: url(images/infomation-circle.png) no-repeat;
	background-size: 36px auto;
	background-position: 35px 18px;
	display: inline-block;
	width: 100%;
}

/* Ajutor */

.white-box {
	padding: 25px 35px;
	background-color: #f0ff0f;
	margin-bottom: 20px;
}
.white-box h3 {
	margin-top: 5px;
}
.step-one {
	background: url(images/pas1.png) no-repeat;
	background-size: 50px auto;
	padding-left: 70px;
}
.step-two {
	background: url(images/pas2.png) no-repeat;
	background-size: 50px auto;
	padding-left: 70px;
}
.step-three {
	background: url(images/pas3.png) no-repeat;
	background-size: 50px auto;
	padding-left: 70px;
}
.step-one h5,
.step-two h5,
.step-three h5 {
	margin-bottom: 10px;
}
.faq-box {
	padding-left: 50px;
	margin-bottom: 40px;
}
.faq-box div {
	margin-bottom: 25px;
}
.faq-box h5 {
	margin-bottom: 10px;
}
.faq-box h3 {
	padding-top: 3px;
}
.white-box p {
	margin-bottom: 5px !important;
}
.faq-box p {
	margin-bottom: 15px !important;
}
.intrebari-frecvente {
	background: url(images/comments.png) no-repeat;
	background-size: 32px auto;
}
.intrebari-cumparaturi {
	background: url(images/cart.png) no-repeat;
	background-size: 32px auto;
}
.bonusuri {
	background: url(images/present.png) no-repeat;
	background-size: 32px auto;
}
.parteneri {
	background: url(images/checkmark-circle.png) no-repeat;
	background-size: 32px auto;
}

/* Footer */

.footer-wrapper {
	background: #DCDFE9;
	margin-top: 80px;
}
.footer-content {
	background: #ffffff url(images/mateifunnou2023.png) no-repeat;
	background-position: right 20px;
	background-size: 150px auto;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	margin-top: -35px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.10);
	padding: 25px 35px;
}
.footer-widget ul {
	margin: 0;
	padding: 0;
}
.footer-widget li {
	list-style: none;
  margin-bottom: 15px;
}
.footer-widget li a {
	color: #4A4A4A;
}
.footer-social {
	text-align: right;
	display: flex;
	justify-content: center;
}
.footer-social ul {
	margin-top: 0;
	padding: 0;
}
.footer-social li {
	display: inline-block;
}
.footer-social li a {
	font-family: 'FontAwesome';
	font-size: 20px;
	margin-left: 15px;
	color: #9B9B9B;
	text-decoration: none;
}

.footer-img {
	width: 200px;
	height: 50px;
}


.bottom {
	margin-top: 28px;
	margin-bottom: 20px;
}
.bottom p.copyright {
	color: #9B9B9B;
	margin-top: 5px;
}

.grecaptcha-badge {
    display:none;
}

@media (min-width: 320px) and (max-width: 479px) {
	.no-display {
		display: none !important;
	}

	a.main-content-view-all {
		margin-top: -40px;
	}

	.sidebar-mobile {
		display: none;
	}

	.header-wrapper {
		height: 93px;
	}

	.header-wrapper.small {
		height: 65px;
	}

	.header-wrapper.small .logo-element {
		margin-top: 15px !important;
	}

	.header-wrapper.small .top-info {
		margin-top: 22px;
	}

	iframe {
		max-width: 100%;
	}

	.top-bar {
		height: 45px;
		margin-top: -25px;
	}

	.top-bar a.categories {
		font-size: 15px;
		background-size: 18px auto;
		padding-left: 27px;
		margin-top: 13px;
		margin-left: 13px;
	}

	.page-title {
		font-size: 25px;
		line-height: 30px;
		margin-top: 30px !important;
	}

	h3 {
		font-size: 18px;
		line-height: 22px;
	}

	h5 {
		font-size: 14px;
	}

	h5.contact-text {
		padding-left: 45px;
		background-position: 10px 7px;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
		padding-top: 0px;
		margin-top: 0px;
		padding-bottom: 10px;
	}

	.logo-element {
		/*	width: 42px; */
		background-size: 120px auto;
		margin-top: 15px;
	}

	.search {
		margin-left: 70px;
		margin-top: 13px;
		margin-right: -15px;
	}

	.search input {
		width: 100%;
	}

	.top-info {
		margin-top: 22px;
		width: 100%;
	}

	.top-info a.help {
		width: 22px;
		height: 25px;
		font-size: 0px;
		margin-left: -20px;
		float: left;
		margin-right: 8px;
		display: inline;
		text-align: right;
	}

	/*.top-info a span {
		display: none;
	}*/
	.top-info a.cart {
		width: 22px;
		height: 25px;
		font-size: 0px;
		margin-left: 0px;
		float: left;
		/*margin-right: 8px;*/
		display: inline;
		text-align: right;
	}

	.top-info a.my-account {
		width: 20px;
		height: 25px;
		font-size: 0px;
		/*	margin-left: 28px; */
		margin-top: 1px;
		margin-right: 0;
		float: left;
		display: inline;
		text-align: right;
	}

	.promo-btn {
		font-size: 0 !important;
		padding: 2px 10px !important;
		margin-top: 6px !important;
		margin-right: 6px !important;
	}

	.top-bar a.promo-btn:before {
		margin-right: 0;
	}

	.breadcrumb {
		display: none;
	}

	.partners {
		display: none;
	}

	.thumbnails-carousel li {
		width: 21.5%;
		margin-right: 4.7% !important;
	}

	.thumbnails-carousel li img {
		width: 100%;
		height: auto;
	}

	.product-content {
		margin-top: 30px;
	}

	.interior-content {
		padding: 10px;
	}

	.product-content .tab-pane {
		padding: 15px 15px;
	}

	.product-content ul.nav-tabs,
	.full-page-content ul.nav-tabs {
		padding: 5px 10px 0px 10px;
	}

	.product-content ul.nav-tabs li.active a,
	.full-page-content ul.nav-tabs li.active a {
		padding: 6px 7px 5px 7px;
	}

	.nav > li > a {
		padding: 5px 7px;
		font-size: 13px;
	}

	.nav > li > a:hover {
		padding: 6px 7px 5px 7px !important;
	}

	.full-page-content ul.nav-tabs li a {
		font-size: 0px;
	}

	.full-page-content ul.nav-tabs li a:before {
		content: attr(data-title);
		font-size: 13px !important;
	}

	.white-box {
		padding: 15px;
	}

	.metoda-card-group,
	.cont-group,
	.sold-group {
		padding: 15px 20px 20px 20px;
	}

	.metoda-plata-group {
		padding: 15px 20px 0px 20px;
	}

	.cont-group .btn {
		margin-top: 14px;
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100%;
	}

	.place-order .btn {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.metoda-card-group span {
		display: block;
	}

	.metoda-plata-group .btn {
		margin-left: 0px !important;
		width: 100%;
		margin-bottom: 20px;
	}

	.sold-group span {
		display: block;
		margin-bottom: 15px;
	}

	.sold-group .btn {
		width: 100%;
	}

	.sumar-group td {
		vertical-align: top;
	}

	.cart-pic {
		display: none !important;
	}

	.cart .cart-product {
		float: none !important;
		display: auto;
		margin-left: 0 !important;
	}

	.cart table th {
		border-bottom: 0px !important;
	}

	.footer-wrapper {
		margin-top: 35px;
	}

	.footer-content {
		padding: 5px 15px;
	}

	.bottom {
		margin-top: 14px;
		margin-bottom: 10px;
	}

	.copyright {
		margin-top: 0;
		font-size: 13px;
	}

	.footer-social {
		float: left;
		margin-left: 0;
		padding-left: 0;
	}

	.footer-social li a {
		margin-left: 0;
		margin-right: 15px;
	}

	.footer-img {
		width: 125px;
		height: 35px;
	}
}
	@media (min-width: 480px) and (max-width: 767px) {
		.no-display {
			display: none !important;
		}

		a.main-content-view-all {
			margin-top: -40px;
		}

		.sidebar-mobile {
			display: none;
		}

		.header-wrapper {
			height: 93px;
		}

		.header-wrapper.small {
			height: 65px;
		}

		.header-wrapper.small .logo-element {
			margin-top: 15px !important;
		}

		.header-wrapper.small .top-info {
			margin-top: 22px;
		}

		iframe {
			max-width: 100%;
		}

		.top-bar {
			height: 45px;
			margin-top: -25px;
		}

		.top-bar a.categories {
			font-size: 15px;
			background-size: 18px auto;
			padding-left: 27px;
			margin-top: 13px;
			margin-left: 13px;
		}

		.page-title {
			font-size: 15px;
			line-height: 22px;
			margin-top: 20px !important;
		}

		h3 {
			font-size: 18px;
			line-height: 22px;
		}

		h5 {
			font-size: 14px;
		}

		h5.contact-text {
			padding-left: 45px;
			background-position: 10px 7px;
			font-size: 14px;
			line-height: 18px;
			margin-bottom: 10px;
			padding-top: 0px;
			margin-top: 0px;
			padding-bottom: 10px;
		}

		.logo-element {
			/*	width: 42px; */
			background-size: 130px auto;
			margin-top: 15px;
		}

		.search {
			margin-top: 13px;
			margin-left: 60px;
		}

		.search input {
			width: 100%;
		}

		.top-info {
			margin-top: 22px;
			width: 100%;
		}

		.top-info a.help {
			width: 22px;
			height: 25px;
			font-size: 0px;
			margin-left: -20px;
			float: left;
			margin-right: 8px;
			display: inline;
			text-align: right;
		}

		.top-info a span {
			display: none
		}

		.top-info a.cart {
			width: 21px;
			height: 25px;
			font-size: 0px;
			margin-left: 0px;
			float: left;
			/*margin-right: 8px;*/
			display: inline;
			text-align: right;
		}

		.top-info a.my-account {
			width: 20px;
			height: 25px;
			font-size: 0px;
			margin-left: 8px;
			margin-top: 1px;
			margin-right: 0;
			float: left;
			display: inline;
			text-align: right;
		}

		.promo-btn {
			font-size: 0px !important;
			padding: 2px 10px !important;
			margin-top: 6px !important;
			margin-right: 6px !important;
		}

		.top-bar a.promo-btn:before {
			margin-right: 0px;
		}

		.breadcrumb {
			display: none;
		}

		.partners {
			display: none;
		}

		.thumbnails-carousel li {
			width: 21.5%;
			margin-right: 4.7% !important;
		}

		.thumbnails-carousel li img {
			width: 100%;
			height: auto;
		}

		.product-content {
			margin-top: 30px;
		}

		.interior-content {
			padding: 10px;
		}

		.product-content .tab-pane {
			padding: 15px 15px;
		}

		.product-content ul.nav-tabs,
		.full-page-content ul.nav-tabs {
			padding: 5px 10px 0px 10px;
		}

		.product-content ul.nav-tabs li.active a,
		.full-page-content ul.nav-tabs li.active a {
			padding: 6px 7px 5px 7px;
		}

		.nav > li > a {
			padding: 5px 7px;
			font-size: 13px;
		}

		.nav > li > a:hover {
			padding: 6px 7px 5px 7px !important;
		}

		.full-page-content ul.nav-tabs li a {
			font-size: 0px;
		}

		.full-page-content ul.nav-tabs li a:before {
			content: attr(data-title);
			font-size: 13px !important;
		}

		.white-box {
			padding: 15px;
		}

		.metoda-card-group,
		.cont-group,
		.sold-group {
			padding: 15px 20px 20px 20px;
		}

		.metoda-plata-group {
			padding: 15px 20px 0px 20px;
		}

		.cont-group .btn {
			margin-top: 14px;
			margin-right: 0 !important;
			margin-left: 0 !important;
			width: 100%;
		}

		.place-order .btn {
			width: 100%;
			margin-top: 10px;
			margin-bottom: 20px;
		}

		.metoda-card-group span {
			display: block;
		}

		.metoda-plata-group .btn {
			margin-left: 0px !important;
			width: 100%;
			margin-bottom: 20px;
		}

		.sold-group span {
			display: block;
			margin-bottom: 15px;
		}

		.sold-group .btn {
			width: 100%;
		}

		.sumar-group td {
			vertical-align: top;
		}

		.cart-pic {
			display: none !important;
		}

		.cart .cart-product {
			float: none !important;
			display: auto;
			margin-left: 0 !important;
		}

		.cart table th {
			border-bottom: 0px !important;
		}

		.footer-wrapper {
			margin-top: 35px;
		}

		.footer-content {
			padding: 5px 15px;
		}

		.bottom {
			margin-top: 14px;
			margin-bottom: 10px;
		}

		.copyright {
			margin-top: 0;
			font-size: 13px;
		}

		.footer-social {
			float: left;
			margin-left: 0;
			padding-left: 0;
		}

		.footer-social li a {
			margin-left: 0;
			margin-right: 15px;
		}

		.footer-img {
			width: 150px;
			height: 50px;
		}
	}
	@media only screen and (max-width: 991px) {

		.marg {
			margin-bottom: 0px
		}
	}

	@media only screen and (max-width: 800px) {
		/* Force table to not be like tables anymore */
		#no-more-tables table,
		#no-more-tables thead,
		#no-more-tables tbody,
		#no-more-tables th,
		#no-more-tables td,
		#no-more-tables tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		#no-more-tables thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#no-more-tables tr {
			border-bottom: 1px solid #ddd
		}

		#no-more-tables td {
			/* Behave like a "row" */
			border: none;
			position: relative;
			padding-left: 50% !important;
			font-size: 13px;

			white-space: normal;
			border-bottom: solid 1px solid #ddd;
			text-align: left;
			padding-top: 5px !important;
			padding-bottom: 5px !important;
		}

		#no-more-tables td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
			text-align: left;
			font-weight: bold;
		}

		/*
        Label the data
        */
		#no-more-tables td:before {
			content: attr(data-title);
		}
	}
	.float {
		position: fixed;
		width: 60px;
		height: 60px;
		bottom: 40px;
		right: 40px;
		background-color: #25d366;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		font-size: 30px;
		box-shadow: 2px 2px 3px #999;
		z-index: 100;
	}

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