/* CSS Document */

* { margin:0; padding:0;}
body { background:url(../images/body-bg.jpg) repeat 0 0; font-family:Cera-Pro-Medium; font-size:12px; line-height:17px; color:#4d5255;}
table, td {border-collapse:collapse; font-size:100%;}
table, td, img {border:0;}
form, td {margin:0; padding:0;}
td { vertical-align:top; text-align:left;}

.main-width { width:940px; margin:0 auto; text-align:left;}
.extra { width:960px; margin:0 auto; text-align:left;}

input, textarea { font-family:Cera-Pro-Medium; font-size:1em;}
.cont{ background:#fff; overflow:hidden; min-width:960px; padding-bottom:0px;}
.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper{ width:100%; overflow:hidden;}
.wrapper1{ width:100%; overflow:hidden;height:200px;}
.container { width:100%;}
.column-1, .column-2, .column-3{ float:left;}

a {color:#000; outline:none; text-decoration:underline;}
a:hover{text-decoration:none;}
p { margin:0; padding:0;}

#advSearchResultsDefault form{
	margin-bottom:10px;
	display:block;
	overflow:hidden;
}
#popupSearchHelp{
	padding:0;
}
.uploadAwbPdf {
    margin-top: 10px;
}
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
		left: 0;
}
.hover_bkgr_fricc .fa-cloud-upload {
	font-size: 40px;
	margin-bottom: 10px;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
		left: 0;
		top: calc((100% - 160px) / 2);
}
.invoice {
    border-top: 1px solid #f1f2f3;
    padding-bottom: 10px;
    margin-top: 10px;
	height: 49px;
}
.addAwbLink {
    padding-top: 20px;
}
.addAwbLink a {
    width: 108px;
    background: #468FD8;
    border-radius: 3px;
    border: none;
    color: white;
    margin-top: 15px;
    font-family: Cera-Pro-Medium;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin: 0 auto;
}
.addAwbLink a:hover {
	background: #1172c3;
	color: #fff;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: Cera-Pro-Medium;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

p.helper_text {
    margin-top: 20px;
    font-style: italic;
    font-size: 13px;
    line-height: 22px;
}

.centeredContent .inp1 input{
	width:300px;
}
.productListing-data .normalprice{
	display:block;
}
#advSearchResultsDefault form select{
	margin-left:20px;
}
#accountHistInfo{
	padding-top:15px !important;
}
/* ============================= header ====================== */
#header{
	position:relative;
	height:166px;
	margin-bottom:23px;
}
#header a{
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#header .logo{
	float:left;
	padding:0px 7px 0 9px;
}

#header .logo2{
	float:right;
	padding:0px 0 0 9px;
	position: absolute;
	display: inline !important;
}

#header .right-head{
	float:right;
	padding:5px 0 0 0;
	background-color: #ececec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	max-width: 271px;
	min-height: 123px;
	margin-right: 144px;
}

#header .right-head2{
	float:right;
	padding:5px 4px 0 0px;
	max-width: 274px;
	min-height: 120px;
	margin-right: 155px;
	position: relative;
	vertical-align: baseline;
	bottom: 135px;
	left: 152px;
}

div#ui-datepicker-div {
    background: whitesmoke;
    padding: 10px;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
}

span.ui-icon.ui-icon-circle-triangle-w {
	font-size:14px;
}

span.ui-icon.ui-icon-circle-triangle-e {
    float: right;
    font-size: 14px;
}

a.ui-state-default {
    padding: 5px;
}

#header .cart{
	color:#878787;
	font-size:11px;
	line-height:16px;
	float:right;
	padding-right: 5px;
}
#header .cart .st1{
	text-transform:uppercase;
	text-decoration:none;
	color:#006ab4;
}
#header .cart span a{
	color:#878787;
	text-decoration:none;
}
#header .cart .st1:hover{
	color:rgba(209, 16, 19, 0.82);
	font-weight: normal;
}
#header .cart span a:hover{
	color:#000;
}
#header .navigation{
	float:right;
	margin:35px 0px 0 25px;
}
#header .navigation a{
	float:left;
	color:#006ab4;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	line-height:16px;
	background:url(../images/line1.gif) no-repeat right 5px;
	padding:0 6px 0 8px;
}
}
#header .totalpayment a{
	color:#006ab4;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:11px;
	line-height:16px;
}
.totalpayment a{
	color:#006ab4;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	line-height:16px;
}
.totalpayment a:hover{
	color:#4d5255;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	line-height:16px;
}
#header .navigation a:hover{
	color:rgba(209, 16, 19, 0.82);
	font-weight: normal;
}
#header .lang{
	display:none;
	/*width:24px;
	height:15px;
	position:absolute;
	top:91px;
	right:0;
	background:url(../images/line1.gif) no-repeat 0 4px;
	padding:0 9px 0 9px;
	margin-right: 255px;*/
}
#header .currencies{
	float:left;
	color:#656565;
	font-size:12px;
	line-height:15px;
	position:absolute;
	right:41px;
	top:87px;
	z-index:50;
	text-align:left;
	display:none;
	margin-right: 165px;
}

.bx-pager.bx-default-pager {
display: none;
}

}
.currencies2 {
	float:left;
	color:#656565;
	font-size:12px;
	line-height:15px;
	position:absolute;
	right:41px;
	top:87px;
	z-index:50;
	text-align:left;
	display:none;
	margin-right: 165px;
	display: inline !important;
}



#header .currencies .select.jqTransformHidden{
	display:none;
}
#header .currencies .label{
	float:left;
	margin-right:1px;
	margin-top:4px;
	color:#878787;
	font-size:11px;
	line-height:14px;
}
#header .currencies .jqTransformSelectWrapper{
	/*background:url(../images/cur-arrow.gif) no-repeat right top;*/
	border:none;
	float:left;
	width:82px!important;
	padding: 0 0 0 0;
	cursor:default;
}
#header .currencies .jqTransformSelectWrapper div{
	height:22px!important;
	overflow:hidden;
	background:url(../images/cur-bg.gif) no-repeat left top;
}
#header .currencies .jqTransformSelectWrapper div span{
	font-size:9px;
	color:#8f8f8f;
	padding:4px 25px 0 8px;
	width:48px!important;
	height:18px!important;
	overflow:hidden;
	float:left;
	font-family:Cera-Pro-Medium;
}
#header .currencies ul{
	padding:4px 0 0 0;
	margin:2px 1px 0 0px;
	width:80px!important;
	height:18px!important;
	overflow:hidden;
	border:1px solid #dcd9d9;
	font-family:Cera-Pro-Medium;
	background:#fff;
	z-index: 9999999;
}
#header .currencies ul li{
	line-height:11px;
	padding:2px 7px;
	overflow:hidden;
	width:80px!important;
}
#header .currencies ul li a{
	color:#8f8f8f;
	font-size:9px;
	line-height:11px;
	text-decoration:none;
	display:block;
	font-family:Cera-Pro-Medium;
}
#header .currencies ul li a:hover{
	color:#000;
}
#header .box1{
	margin:0px 0 5px 0;
	background:url(../images/box1-bg.gif) repeat-x 0 0;
	height:56px;
}
#header .menu{
	float:left;
}
#header .menu ul{
	overflow:hidden;
	padding:0px 0 0 15px;
	margin:0;
}
#header .menu ul li:first-child{
	padding:0 10px 0 0;
}
#header .menu ul li:first-child a{
	padding:19px 3px 17px 3px;
}
#header .menu ul li{
	float:left;
	padding:0 13px 0 10px;
	background:url(../images/line2.gif) no-repeat right 25px;
}
#header .menu ul li a{
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color: #016db5;
	font-size:15px;
	line-height:20px;
	font-family: Cera-Pro-Medium;
	padding:19px 3px 17px 3px;
	text-shadow:1px 1px #d0e3f3;
}
#header .menu ul li.selected a,
#header .menu ul li a:hover{
	color:#3b3b3b;
}
#header .search{
	float:right;
	overflow:hidden;
	margin:18px 12px 0 0;
}
#header .search .input1{ float:left; background:#fff; border:none; padding:4px 3px 3px 3px; width:117px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; position:relative;}
#header .search .input2 input{ float:left; padding:0; background:none; border:none; margin:0 0 0 9px;}
#header .search form{ float:left;}
#header .search .label{ float:left; text-transform:uppercase; color:#fff; font-size:15px; line-height:20px; font-family: Cera-Pro-Medium; margin:1px 10px 0 0px; /*text-shadow:1px 1px #fff;*/}
/* ============================= content ===================== */

.name{ font-size:17px; text-decoration:none; line-height:20px; font-weight:narmel; font-family: Cera-Pro-Medium; text-transform:uppercase;}
.name strong{ font-weight:normal;}
.name:hover{ color:#066c97;}
#column-left{
	padding:0 20px 0 0;
}
#indexDefault #featuredProducts .centerBoxHeading {
	/*display:none;*/
	border: 1px solid #ffbc00;
}
#specialsDefault .centerBoxHeading {
	/*display:none;*/
	border: 1px solid #fe2302;
}

.product-col{
	width:218px!important;
	border:1px solid #f0eeee;
	padding-bottom:22px;
	margin-bottom:17px;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	position:relative;
	background:#fff;
}
.product-col:hover{
	box-shadow:0 0 10px #e3e6e9;
	-moz-box-shadow:0 0 10px #e3e6e9;
	-webkit-box-shadow:0 0 10px #e3e6e9;

}
.product-col .img{
	text-align:center;
}
.product-col .prod-info{
	padding:8px 0 0 0;
	text-align:center;
}
.product-col .name{
	color:#504b4b;
	text-decoration:none;
	font-size:15px;
	line-height:18px;
	text-transform:uppercase;
	font-family: Cera-Pro-Medium;
	font-weight:normal;
}
.product-col .name:hover{
	color:#d11013;
}
.product-col .price{
	padding:6px 0 8px 0;
}
.price{
	font-family: Cera-Pro-Medium;
	font-weight:normal;
	color:#000;
	font-size:19px;
	line-height:22px;
	padding-bottom: 20px;
}
.price strong{
	font-weight:normal;
}
#newProductsDefaultHeading{
	font-family: Cera-Pro-Medium;
	color:#3b3b3b;
	font-size:22px;
	line-height:28px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}
.forgot_pass{
	position:relative;
	top:3px;
}
#screenshot{
	position:absolute;
	display:none;
	color:#fff;
	border:1px solid #eaeaea;
}
#screenshot img{
	width:100px;
	height:100px;
}
/* ============================= footer ====================== */
#footer{
	background:url(../images/background-footer.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;;
	padding:19px 0 5px 0;
}
#footer .wrapper{
	position:relative;
}
#footer .copyright{
	color:#3b3b3b;
	font-size:11px;
	line-height:15px;
	text-transform:uppercase;
	padding:3px 0 0 0;
	text-align: center;
}
#footer .copyright a{
	text-decoration:none;
	color:#d11013;
}
#footer .copyright a:hover{
	text-decoration:underline;
	color:#d11013;
}
.back_to_top{
	position:relative;
	width:59px;
	height:36px;
	top:4px;
	right:0;
	float:right;
}
.back_to_top a{
	font-family: Cera-Pro-Medium;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background:#777777;
	display: block;
	font-size:22px;
	line-height:26px;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	padding:1px 0 4px 0;
}
.back_to_top a:hover{
	background:#999999;
}
/* ============================= banners ======================= */
.banners {
	height:514px;
	overflow:hidden;
	margin-bottom:27px;
}
.banners-left{
	float:left;
	overflow:hidden;
	width:467px;
	margin-right:6px;
}
.banners-left .inner{
	width:480px;
}
.banners-left .item{
	float:left;
	margin:0 6px 6px 0;
}
.banners-left .item.one{
	width:467px;
	height:291px;
	overflow:hidden;
}
.banners-left .item.two{
	width:227px;
	height:217px;
	overflow:hidden;
}
.banners-left .item.three{
	width:234px;
	height:217px;
	overflow:hidden;
}
.banners .item img{
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.banners-center{
	width:234px;
	float:left;
}
.banners-center .item.one{
	width:234px;
	height:96px;
	overflow:hidden;
	margin-bottom:6px;
}
.banners-center .item.two{
	width:234px;
	overflow:hidden;
}
.banners-left .item img:hover,
.banners-center .item img:hover,
.banners-right .item img:hover{
	-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.banners-right{
	float:right;
}
.banners-right .item{
	overflow:hidden;
}

.banners-right .item.one,
.banners-right .item.two{
	margin-bottom:6px;
}
/* ============================= forms ======================= */
input, select, textarea{ font-family:Cera-Pro-Medium; font-size:12px; line-height:normal; color:#010101; border:solid 1px #e3e3e3; width: 300px; background:#fdfdfd;}
#shoppingcartBody .cartRemoveItemDisplay input,#checkoutShipAddressDefault input, #shoppingcartBody .cartRemoveItemDisplay select,#shoppingcartBody .cartRemoveItemDisplay textarea{ width: auto;font-family:Cera-Pro-Medium; font-size:12px; line-height:normal; color:#010101; border:solid 1px #e3e3e3; padding: 15px;background:#fdfdfd;}
input:focus, select:focus, textarea:focus{outline:none;}
.cartRemoveItemDisplay input,
#search-in-description, #inc-subcat, #gender-female, #gender-male, #newsletter-checkbox, #email-format-text, #email-format-html, #rating-1, #rating-2, #rating-3, #rating-4, #rating-5, #pmt-linkpoint_api, #pmt-moneyorder, #pmt-paypal, #pmt-cod, #notify-0{ border:none!important;}
#rating-1, #rating-2, #rating-3, #rating-4, #rating-5{margin:2px 4px 0 8px; padding:0; background:none;}
*+html #rating-1{ margin:0; padding:0;}
*+html #rating-2{ margin:0; padding:0;}
*+html #rating-3{ margin:0; padding:0;}
*+html #rating-4{ margin:0; padding:0;}
*+html #rating-5{ margin:0; padding:0;}
#globalnotify, #pmt-cod, #pmt-moneyorder, #ship-flat-flat, #ship-item-item, #ship-storepickup-storepickup, #gender-male, #gender-female, #email-format-html, #email-format-text, #newsletter{border:none!important;	position:relative; top:2px;}
#primary{ margin-left:10px;	position:relative; top:2px; border:none!important;}
#disc-ot_coupon{margin:5px 0 0 0;}

.totalpayment {
	color:#878787;
	float: left;
margin-right: 1px;
margin-top: 25px;
color: #878787;
font-size: 11px;
line-height: 14px;
position: absolute;
z-index: -1;
}

.footer-column {color: #969696;
padding: 3px 100px 0 0;
float: center;
}

.warning img {
float: left;
height: 85px;
}

.child-warning-text {
margin-top: 10px;
display: block;
float: left;
width: 185px;
}

.livrare-gratuita-poza img {
float: right;
height: 85px;
}

.livrare-gratuita-text {
margin-top: 10px;
display: block;
float: right;
width: 185px;
}

.instoc img {
float: left;
height: 55px;
padding-left: 20px;
}

.instoc-text {
margin-top: 10px;
float: left;
width: 185px;
padding-left: 5px;
}

.vino-magazin img {
float: right;
height: 55px;
}

.vino-magazin-text {
margin-top: 10px;
float: right;
width: 183px;
padding-right: 0px;
}

.warningdiv {
/*float: left;*/
display: inline;
}

.instocdiv {
/*float: right;*/
display: inline;
}

.etichete {
/*float: right;*/
height: 100px;
border-top: 1px solid #eceaea;
}

.category-subs-selected {
color: #d11013;
}

.dFilter {
padding-left: 14px;
}

.dFilterHeading {
color: #066a94;
font-size: 11px;
line-height: 20px;
text-transform: uppercase;
font-family: Cera-Pro-Medium;
}

/* #addressBookDefault div#billing_part {
    float: left;
    width: 100%;
}
#addressBookDefault div#new_address {
	float: left;
	margin-top: 20px;
}

#addressBookDefault .addresses_box {
	    height: 300px;
} */
#addVoucherBtn {
    margin-left: 5px;
    padding: 4px 5px;
    border-radius: 0;
    background: #90bde3;
    border: 1px solid #90bde3;
}
#addVoucherBtn:hover {
    cursor: pointer;
}