body{
  background: #fbfbfb;
}

#container, #footer, #header {
    box-shadow: none;
    clear: both;
    background: none;
}

#main_header{
    background: url(../images/main_head_bg.png) left bottom no-repeat;
    margin: 0 auto;
    width: 980px;
    padding-bottom: 17px;
}

#main_header .slide {
    height: 310px;
    padding-bottom: 20px;
}

#main_header .slideshow{
  width: 475px;
  float: left;
}

#main_header .second_menu {
    background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    height: 290px;
    width: 271px;
}

#main_header .main_menu {
    background: none repeat scroll 0 0 #000000;
    float: left;
    height: 290px;
    width: 234px;
}

#main_header .second_menu li{
  background: url(../images/menu_blt.png) left center no-repeat;
  padding-left: 10px;
  width: 115px;
}

#main_header .second_menu li:nth-child(3n){
  margin-bottom: 20px;
}

#main_header .second_menu li a{
  color: #606060;
  text-decoration: none;
}

.second_menu ul{
  margin-left: 20px;
  margin-top: 50px;
  float: left;
}

.second_menu ul:last-child{
  margin-left: 0px;
}

.main_menu a{
  color: #bcbcbc;
  text-decoration: none;
  font-size: 14px;
}

.main_menu ul{
  margin-left: 20px;
  margin-top: 20px;
}

.main_menu ul li{
  padding: 3px 0;
}

.main_menu ul li a{
  background: url(../images/mm_bullet.jpg) 5px center no-repeat;
  padding: 3px 0 3px 25px;
  display: block;
}

.main_menu ul li.current-menu-item a, .main_menu ul li:hover a{
  background: url(../images/mm_bullet_h.jpg) 5px center no-repeat;
  color: #212121;
}

.main_menu ul li div{
  border-radius: 10px 0 0 10px;
}

.main_menu ul li.current-menu-item div, .main_menu ul li:hover div{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 0%, #eaeaea 38%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(38%,#eaeaea), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #ffffff 0%,#eaeaea 38%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #ffffff 0%,#eaeaea 38%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #ffffff 0%,#eaeaea 38%,#000000 100%); /* IE10+ */
background: linear-gradient(to right, #ffffff 0%,#eaeaea 38%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.block h3 {
    background: #cfcfcf; /* Old browsers */
    background: -moz-linear-gradient(left, #cfcfcf 0%, #fbfbfb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cfcfcf), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* IE10+ */
    background: linear-gradient(to right, #cfcfcf 0%,#fbfbfb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#fbfbfb',GradientType=1 ); /* IE6-9 */
    border-left: 3px solid #212121;
    border-radius: 0;
    color: #212121;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
}

#left-col > h1, #one-col > h1 {
    background: #cfcfcf; /* Old browsers */
    background: -moz-linear-gradient(left, #cfcfcf 0%, #fbfbfb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cfcfcf), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* IE10+ */
    background: linear-gradient(to right, #cfcfcf 0%,#fbfbfb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#fbfbfb',GradientType=1 ); /* IE6-9 */
    border-left: 3px solid #212121;
    border-bottom: none;
    margin-bottom: 40px;
    padding-right: 60px;
    font-size: 25px;
    font-weight: normal;
    padding: 5px 0 5px 10px;
}

#content #left-col > .title > h1 {
    background: #cfcfcf; /* Old browsers */
    background: -moz-linear-gradient(left, #cfcfcf 0%, #fbfbfb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cfcfcf), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* IE10+ */
    background: linear-gradient(to right, #cfcfcf 0%,#fbfbfb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#fbfbfb',GradientType=1 ); /* IE6-9 */
    border-left: 3px solid #212121;
    border-bottom: none;
    font-size: 25px;
    font-weight: normal;
    padding: 5px 0 5px 10px;
}

#right-col .block.custom div div{
  border: none;
  padding: 10px 0 10px 10px;
}

.block.shopping_cart > div > div {
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 0;
    border: 1px solid #ddd;
}

.block a{
  color: #9D0000;
  text-decoration: none;
}

#right-col .block a{
  font-size: 12px;
}

.footer-block .custom{
  color: #212121;
}

#footer a{
  color: #9D0000;
  text-decoration: none;
}

#footer a:hover{
  color: #9D0000;
  text-decoration: underline;
}

.product_category_list ul div a {
    background: none;
    border-left: none;
}

.product_category_list > div > div li > div {
    border: none;
}

.product_category_list ul.expand li.current-menu-item > div > a {
    background: none;
    color: #3D3D3D;
    font-weight: bold;
}

.block.product_category_list > div > div {
    background: none;
    border: none;
    padding: 0;
}

.under_all{
  padding: 20px;
  float: left;
}

#header .inner{
  background: url(../images/header.jpg) center top no-repeat;
  height: 225px;
}


#header .search_input {
    position: absolute;
    right: 15px;
    top: 175px;
}

.product_block {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    height: 287px;
    margin: 15px 10px 5px;
    padding: 0 0 10px;
    width: 200px;
}

.metas{
  position: relative;
}


.metas .logo_abs {
    left: 19px;
    position: absolute;
    top: 51px;
}

.top_menu {
    left: 12px;
    position: absolute;
    top: 13px;
    z-index: 2;
}

.top_menu li{
  float: left;
  font-size: 11px;
  margin-left: 10px;
}
.top_menu li a{
  color: #9D0000;
  text-decoration: none;
}

.block.featured h3, #left-col .block.featured h3 {
    background: #cfcfcf; /* Old browsers */
    background: -moz-linear-gradient(left, #cfcfcf 0%, #fbfbfb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cfcfcf), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #cfcfcf 0%,#fbfbfb 100%); /* IE10+ */
    background: linear-gradient(to right, #cfcfcf 0%,#fbfbfb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#fbfbfb',GradientType=1 ); /* IE6-9 */
    border-bottom: none;
    color: #3D3D3D;
    font-size: 16px;
    padding-left: 10px;
}

#footer {
    border-top: 1px dotted #DCDCDC;
}

#content {
    float: left;
    padding: 28px 0;
    width: 980px;
    background: none;
}

#left-col {
    float: left;
    min-height: 300px;
    padding-right: 28px;
    position: relative;
    width: 702px;
}

.block.shopping_cart h3 {
    background: #3D3D3D;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 5px 5px 20px;
    text-transform: uppercase;
    border-left: none;
}


#left-col .product_list {
    float: left;
    position: relative;
    width: 702px;
}

.product_block {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    height: 240px;
    margin: 15px 10px 5px;
    padding: 0 0 10px;
    width: 339px;
    position: relative;
    overflow: hidden;
}

.product_list .product_block:nth-child(2n+3){
    margin: 15px 10px 5px 0;
}
.product_list .product_block:nth-child(2n+2){
    margin-right: 0;
}
.featured .last, .product_list .last {
    margin-right: 0;
}
.product_list .product_block:nth-child(2n+4), .product_list .category_block:nth-child(4n+1) {
    margin-left: 10px;
}


.product_block .preview {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    float: left;
    position: relative;
    text-align: center;
    width: 339px;
}

.product_block .preview a {
    clear: both;
    color: #FFFFFF;
    float: left;
    height: 250px;
    width: 100%;
}

.product_block .pdesc {
    background: rgba(255,255,255,0.9);
    bottom: -70px;
    left: 0;
    padding: 0 10px 10px;
    position: absolute;
    width: 319px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.product_block:hover .pdesc {
  bottom: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product_block h4 {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
}

.add_cart a span span{
  background: none;
}

.product_list_style {
    width: 699px;
}

.product_intro {
    float: left;
    margin-top: 20px;
    width: 305px;
}

.product_full .product_previews {
    float: left;
    width: 397px;
}

.product_full .main_prev {
    border: 1px solid #EEEEEE;
    float: left;
    height: 263px;
    margin-bottom: 13px;
    overflow: hidden;
    width: 395px;
}

#main_header .second_menu li a:hover {
    text-decoration: underline;
}

#header .search_input input {
    width: 185px;
}

.metas .logo_abs {
    left: -28px;
    position: absolute;
    top: 68px;
}


.free_shipping {
    left: 238px;
    position: absolute;
    top: 110px;
}

.metas a {
    float: left;
    padding: 0px;
}

#header .inner {
    padding: 0;
    position: relative;
    width: 980px;
}

.metas{
  width: 100%;
}

.product_block .preview .manufacturer {
    position: absolute;
    left: 5px;
    right: auto;
    top: 5px;
}

.product_list.cart_page {
    width: 100%;
}

.product_full .extra_prev {
    float: left;
    width: 398px;
}

.extra_prev .small_prev {
    border: 1px solid #F3F3F3;
    cursor: pointer;
    float: left;
    margin-right: 8px;
    padding: 2px;
}

.extra_prev .small_prev:nth-child(3n+3) {
    margin-right: 8px;
}

.cart_icon{
  background: url(../images/cos_icon.png) top left no-repeat;
  height: 40px;
  padding-left: 60px;
  position: relative;
  display: block;
}

.cart_count {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #212121;
    border-radius: 50px 50px 50px 50px;
    color: #212121;
    font-size: 10px;
    height: 16px;
    left: 30px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 19px;
    width: 16px;
}

.block.shopping_cart .ci_info{
  background: none;
  border: none;
  line-height: 42px;
}

.ci_info .checkout{
  float: right;
}

.block.shopping_cart > div{
  display: none;
  margin-top: 10px;
}

.show_cart_content{
  width: 175px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;

}



.product_full .manufacturer {
    top: 170px;
    left: 5px;
    position: absolute;
}

.options {
    clear: both;
    display: block;
    position: relative;
}

.option_set{
  margin-top: 40px;
}

.options .choose_name {
    float: right;
    margin-right: 12px;
    margin-top: 15px;
    position: absolute;
    right: 12px;
}

.overlay  .choose_name{
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    margin-right: 0;
    right: 0;
    margin-top: 30px;
}

.cart_page .options .set_name, .cart_page .options li span{
  display: none;
}

.product_list.cart_page .page_cart_row .pnv, .product_list.cart_page .page_cart_row .vatval, .page_cart_title .pnv, .page_cart_title .vatval{
  visibility: hidden;
}


#header .search_input input.submit_button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/search_icon.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-color: #ebebeb #ebebeb #ebebeb -moz-use-text-color;
    border-image: none;
    border-radius: 0 3px 3px 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    float: left;
    height: 24px;
    width: 30px;
}

.overlay{
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.vacation_banner{
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: url(../images/concediu_2016.jpg) center center no-repeat;
  cursor: pointer;

}

.black_friday{
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url(../images/bf5.jpg) center center no-repeat;
    background-size: 700px 400px;
    cursor: pointer;

}

.promotii_craciun{
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url(../images/craciun2016.jpg) center center no-repeat;
    background-size: 740px 544px;
    cursor: pointer;

}

.promotii_paste{
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url(../images/paste.jpg) center center no-repeat;
    background-size: 740px 556px;
    cursor: pointer;
}


.promotii_saptamana{
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url(../images/weekday.jpg) center center no-repeat;
    background-size: 740px 556px;
    cursor: pointer;
}


.promotii_weekend{
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url(../images/weekend.jpg) center center no-repeat;
    background-size: 740px 556px;
    cursor: pointer;
}

.promotii_bf{
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url(../images/blackfriday/blackfriday_18nov.jpg) center center no-repeat;
    background-size: 740px 556px;
    cursor: pointer;
}

.promotii_bweek{
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url(../images/blackfriday/blackweek_2016.jpg) center center no-repeat;
    background-size: 740px 556px;
    cursor: pointer;
}

.promotii_bweekend{
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url(../images/blackfriday/blackweekend_2016.jpg) center center no-repeat;
    background-size: 740px 556px;
    cursor: pointer;
}


.preview .discount_banner, .page_cart_row .discount_banner, .product_previews .discount_banner {
    background: rgba(0, 0, 0, 0) url("../images/sticker.png") no-repeat scroll left top / cover ;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 58px;
    line-height: 50px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 58px;
    z-index: 2;
}



/*
.preview .discount_banner, .page_cart_row .discount_banner, .product_previews .discount_banner {
    background: url("../images/iceman.png") no-repeat scroll left top / cover rgba(0, 0, 0, 0);
    color: #121212;
    font-size: 19px;
    font-weight: bold;
    height: 85px;
    line-height: 102px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
    width: 85px;
    z-index: 2;
}
*/


/*.preview .discount_banner, .page_cart_row .discount_banner, .product_previews .discount_banner {*/
    /*background: rgba(0, 0, 0, 0) url("../images/easter_discount_icon.png") no-repeat scroll left top / cover ;*/
    /*color: #ff0000;*/
    /*font-size: 15px;*/
    /*font-weight: bold;*/
    /*height: 58px;*/
    /*line-height: 65px;*/
    /*position: absolute;*/
    /*right: 30px;*/
    /*text-align: center;*/
    /*top: 0px;*/
    /*width: 64px;*/
    /*z-index: 2;*/
/*}*/