/* @start: Main */
@media screen and (min-width: 1200px) {
    main {
        overflow: visible;
    }
}
/* @end:: Main */

/* @start: Grid produse */
.produse_grid_container,
.product_group{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    display: block;
    transition: width 1s;
    -moz-transition: width 1s;
}

.produse_grid_container{
    padding: 0 3%;
    transition: padding 1s;
    -moz-transition: padding 1s;
}

.product_group .product_row{
    display: table;
    width: 100%;
    float: left;
    clear: both;
    vertical-align: top;
    line-height: 100%;
    border: none;
    margin-top: 0.5em;
    position: relative;
}

.product_group .product_row .grid-product{
    display: table-cell;
    width: 50%;
    background: transparent;
    vertical-align: top;
    border: none;
    transition: width 1s;
    -moz-transition: width 1s;
    padding-bottom: 2em;
}

.grid-product_long{
    display: table-cell;
    width: auto;
}

.grid-product_long .product-image{
    float: left;
    text-align: center;
    width: 100%;
}

.grid-product_long .product-image a{
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    clear: both;
}

.grid-product_long .product-image .large_img_container{
    text-align: center;
    width: auto;
    max-width: 100%;
}

.large_img_container img{
    float: none;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 240px;
}

.grid-product .product-image{
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    position: relative;
    display: block;
}

.grid-product .product-image a{
    display: block;
    line-height: 100%;
    vertical-align: middle;
    width: 100%;
    height: auto;
    text-decoration: none;
    float: left;
    clear: both;
    position: relative;
}

.productBox-image .cbox .reducere,
.product-image a .reducere {
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    float: right;
    width: 60px;
    height: 60px;
    border: none;
    background: url('../../i/products/triunghi_oferta_listare.png') no-repeat top right;
    text-decoration: none;
}

.productBox-image .cbox .reducere,
.grid-product .product-image a .reducere {
    right: 0;
    top: 0;
}

.productBox-image .cbox .text-reducere,
.product-image a .reducere .text-reducere {
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 0.9em;
    line-height: 1em ;
    font-weight: bold;
    text-align: right;
    width: 100%;
    vertical-align: bottom;
    padding: 3px 4px 22px 0;
    margin: 0;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.grid-product .product-image .img_container{
    width: 100%;
    overflow: hidden;
    border: none;
    vertical-align: middle;
    float: left;
    clear: both;
    height: 150px;
    line-height: 100px;
    padding-right: 3%;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}


.grid-product:nth-child(2n) .product-image .img_container{
    padding-right: 0;
}

.product-image .img_container img{
    max-width: 95%;
    max-height: 95%;
    /*height: 95%;*/
    width: auto;
    height: auto;
    vertical-align: middle;
    transition: width 1s ease-out, max-width 1s ease-out, height 1s ease-out, max-height 1s ease-out;
    -moz-transition: width 1s ease-out, max-width 1s ease-out, height 1s ease-out, max-height 1s ease-out;
}

.grid-product .product-title {
    position: relative;
    float: left;
    text-align: left;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    border: none;
    clear: both;
    height: 5.5em;
    margin-top: 0.5em;
}

@media screen and (min-width: 468px){
    .grid-product .product-title {
        height: 4em;
    }
}

@media screen and (min-width: 768px){
    .grid-product .product-title {
        height: 5em;
    }
}

@media screen and (min-width: 962px){
    .grid-product .product-title {
        height: 4em;
    }
}


.grid-product .product-title a {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 1em;
    font-weight: normal;
    font-family: verdana, sans-serif;
    color: #626262;
    text-align: left;
    outline: none;
    text-decoration: none;
}

.grid-product:nth-child(2n) .product-title a{
    padding-right: 0;
}

.grid-product .product-title a strong{
    font-size: 1.16em;
    display: block;
    margin: auto 0;
}

.grid-product .product-title a span{
    display: inline-block;
    margin: 0.3em 0;
    line-height: 1em;
    float: left;
}

.grid-product .product-price {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    border: none;
    display: block;
}

.grid-product .product-price .all_price{
    display: block;
    position: relative;
    border: none;
    vertical-align: middle;
    float: left;
    clear: both;
    height: auto;
    width: auto;
    text-align: left;
    font-size: 1em;
}


.all_price .first_price,
.all_price .second_price{
    display: block;
    width: 100%;
    vertical-align: middle;
    border: none;
    float: left;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    text-transform: lowercase;
    font-family: verdana, sans-serif;
    color: #606060;
}

.all_price .tva_grid,
.all_price .tva_list{
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
}

.all_price .second_price{
    color: red;
    text-decoration: line-through;
}

.all_price .second_price .tva_list{
    font-size: 12px;
}

.all_price .second_price .tva_grid{
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .produse_grid_container {
        padding: 0;
        margin-top: 2em;
    }

    .product_group {
        display: table;
        vertical-align: top;
        border: none;
    }

    .product_group .product_row {
        display: table-cell;
        width: 50%;
        float: none;
        background: transparent;
        border: none;
        padding-bottom: 1em;
    }

    .produse_grid_menu_container  .product_group .product_row {
        margin-top: 0;
    }

    .product_group .product_row .grid-product,
    .product_group .product_row .grid-product_long {
        display: block;
        width: 50%;
        float: left;
        clear: none;
        border: none;
    }

    .product_group .product_row .grid-product_long {
        width: 100%;
        background: transparent;
    }

    .product_group .product_row .grid-product:nth-child(2n) {
        float: right;
    }

    .product-image .img_container img {
        max-width: 170px;
        max-height: 170px;
    }

    .grid-product .product-title a,
    .grid-product:nth-child(2n) .product-title a{
        padding-right: 10%;
    }

    .product_row:nth-child(2n) .grid-product:nth-child(2n) .product-title a{
        padding-right: 0;
    }

    .all_price .price_container .first_price{
        font-size: 1em;
    }

    .all_price .price_container .small_first_price{
        font-size: 0.875em;
    }

    .product_group .product_row .grid-product_long {
        margin-top: 2em;
    }
}

@media screen and (min-width: 1024px){
    .product-image .img_container img{
        max-width: 152px;
        max-height: 200px;
    }

    .product-price .all_price .price_container{
        line-height: normal;
        vertical-align: unset;
    }

    .all_price .price_container .text-first_price,
    .all_price .price_container .text-second_price,
    .all_price .price_container .text-ikea_family,
    .all_price .price_container .first_price,
    .all_price .price_container .second_price,
    .all_price .price_container .ikea_family{
        width: auto;
        clear: none;
    }

    .all_price .price_container .text-first_price,
    .all_price .price_container .text-second_price,
    .all_price .price_container .text-ikea_family{
        padding-right: 0.5em;
        line-height: 1.6em;
    }

    #boxLeft .grid-product .product-title a,
    #boxLeft .all_price{
        padding: 0 5%;
    }

}

@media screen and (min-width: 1200px) {
    .grid-product .product-image .img_container{
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 200px;
        line-height: 200px;
    }

    .produse_grid_menu_container .grid-product .product-image .img_container{
        padding-top: 5px;
        padding-bottom: 5px;

    }

    .grid-product .product-image a .reducere {
        right: -24px;
        top: -1px;
    }


    .index .grid-product .product-image a .reducere {

    }

    .product-image .img_container img{
        max-width: 200px;
        max-height: 200px;
        height:auto;
    }

    .grid-product .product-title a,
    .grid-product .product-title a strong,
    .all_price .price_container .text-first_price,
    .all_price .price_container .text-second_price,
    .all_price .price_container .text-ikea_family{
        font-size: 12px;
    }

    .all_price .price_container .first_price{
        font-size: 16px;
    }


    .all_price .price_container .small_first_price,
    .all_price .price_container .ikea_family{
        font-size: 14px;
    }

    .all_price .price_container .text-first_price{
        line-height: normal;
    }

    .all_price .price_container .second_price{
        font-size: 12px;
    }

    .grid-product .product-title a{
        padding-right: 20px;
    }

    .product_group .product_row .grid-product_long {
        margin-top: 32px;
    }

    .product_group .product_row .grid-product{
        padding-bottom: 0;
        min-height: 289px;
    }
}

.grid-product .buy_form{
    display: block;
    float: left;
    clear: both;
   /* width: 100%; */
    position: absolute;
    bottom: 0.4em;
}

.row-product .productBox-price .stock-alert,
.row-product .productBox-price .add-cart-row,
.grid-product .buy_form .small-buy{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    border: none;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    width: auto;
    height: auto;
    float: left;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1em;
    padding: 0.5em 1.22em;
    background: #1f4f82;
    border-radius: 0.3em;
    margin-top: 0.5em;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;
}


.grid-product .buy_form .small-eol,
.grid-product .buy_form .small-stock-alert{
    font-size: 0.5em;
    width: auto;
    display: inline-block;
    padding: 0.75em;
    line-height: 1.2em;
    margin-bottom: -2px;

}

.row-product .productBox-price .add-cart-row{
    clear: both;
}

.box-oferte .grid-product .buy_form{
    display: none!important;
}

@media screen and (min-width: 768px){
    .grid-product .buy_form{
        bottom: 0.7em;
    }

    .grid-product .buy_form .small-buy {
        font-size: 0.8125em;
        padding: 0.3em 0.75em 0.6em 0.75em;
    }
}

@media screen and (min-width: 1024px){
    .grid-product .buy_form .small-buy {
        padding: 0.3em 0.75em 0.6em 0.75em;
    }

    .grid-product .buy_form .small-eol,
    .grid-product .buy_form .small-stock-alert{
        font-size: 0.75em;
        padding: 0.2em 0.5em;
        line-height: normal;
/*        max-width: 90%;*/
    }

    .category_filters .grid-product .buy_form .small-stock-alert{
        font-size: 0.65em;
        padding: 0.5em;
        line-height: normal;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 1200px){
    .grid-product .buy_form .small-buy {
        font-size: 14px;
        line-height: 14px;
        padding: 6px 16px;
    }

    .grid-product .buy_form .small-buy{
        margin-bottom: -4px;
    }

}
/* @end: Grid Produse */
/* @start: Produse promotionale in meniu */
.produse_grid_menu_container,
.produse_grid_menu_container .product_group,
.produse_grid_menu_container .product_group .product_row,
.produse_grid_menu_container .product_group .grid-product{
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    display: block;
}

.category_filters .oferte-speciale:hover .box-oferte .product_group{
    padding-left: 0;
}

.produse_grid_menu_container .product_group .grid-product{
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: inherit;
}

.produse_grid_menu_container .grid-product .product-image,
.produse_grid_menu_container .grid-product .container-information{
    width: 50%;
    clear: none;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.produse_grid_menu_container .grid-product .container-information{
    padding: 0 1% 0 0;
}

.produse_grid_menu_container .grid-product .product-title{
    height: auto;
    padding: 0 5% 0 0;
}
.produse_grid_menu_container  .product-image .img_container img{
    max-height: 110px;
    max-width: 110px;
    width: 90%;
    height: auto;
}

.produse_grid_menu_container  .all_price .price_container .text-first_price,
.produse_grid_menu_container  .all_price .price_container .text-second_price,
.produse_grid_menu_container  .all_price .price_container .text-ikea_family,
.produse_grid_menu_container  .all_price .price_container .first_price,
.produse_grid_menu_container  .all_price .price_container .second_price,
.produse_grid_menu_container  .all_price .price_container .ikea_family{
    width: 100%;
    clear: both;
    height: auto;
}

.produse_grid_menu_container .buy_form{
    display: none;
}
/* @end: Produse promotionale in meniu */
/* @start: Category */
main .container .content{
    padding-top: 1em;
}

.category_container_page{
    width: 100%;
    float: left;
    clear: both;
    display: block;
    position: relative;
    line-height: 1em;
    margin-bottom: 1em;
}

.category_title_container{
    display: block;
    width: auto;
    float: left;
    clear: right;
    outline: none;
}

.category_title_container .category_title{
    font-family: Verdana, sans-serif;
    display: inline-block;
    width: auto;
    float: left;
    clear: both;
    color: #000;
    font-size: 0.875em;
    height: 13px;
    line-height: 100%;
}

.category_container_page .category-description{
    font-size: 0.75em;
    color: #000;
    line-height: normal;
    font-family: verdana, sans-serif;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    margin-bottom: 0.5em;
    text-align: left;
}

.category_container_page .category-description h3{
    padding-bottom: 0.5em;
}

.category_container_page .categs_table_row,
.category_container_page .categs_table_row .simple-box-categ,
.category_container_page .simple-box-categ .box-image,
.category_container_page .simple-box-categ .box-image a,
.category_container_page .simple-box-categ .box-sub_categs,
.category_container_page .simple-box-categ .box-sub_categs a{
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    position: relative;
    display: block;
}

.category_container_page .simple-box-categ .box-image{
    margin-top: 1.25em;
    margin-bottom: 0.25em;
}

.category_container_page .categs_table_row .simple-box-categ{
    width: 49%;
    clear: left;
    margin-right: 2%;

}

.category_container_page .simple-box-categ .box-sub_categs{
    margin-bottom: 0.5em;
}

.category_container_page .categs_table_row .simple-box-categ:nth-child(2n){
    margin-right: 0;
    clear: right;
}

.category_container_page .simple-box-categ .box-image a{
    padding: 4em 0;
}

.category_container_page .simple-box-categ .box-title{
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    overflow: hidden;
}

.category_container_page .simple-box-categ .box-title a,
.category_container_page .simple-box-categ .box-sub_categs a{
    font-size: 0.75em;
    color: #000;
    font-family: verdana, sans-serif;
    font-weight: bold;
    line-height: normal;
}

.category_container_page .simple-box-categ .box-sub_categs a{
    font-weight: normal;
}
@media screen and (min-width: 768px) {
    .category_container_page {
        float: left;
        clear: both;
        width: 100%;
        margin-bottom: 1.5em;
    }

    .category_title_container .category_title {
        font-size: 1em;
        height: auto;
        margin-top: 1em;
    }

    .category_container_page .category-description{
        margin-bottom: 1em;
    }

    .category_container_page .categs_table_row .simple-box-categ,
    .category_container_page .categs_table_row .simple-box-categ:nth-child(2n){
        width: 24.4%;
        clear: none;
        margin: 0 0.8% 0 0;
    }

    .category_container_page .categs_table_row .simple-box-categ:nth-child(4n){
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    main .container .content{
        padding-top: 0;
    }

    .category_title_container{
        margin-top: 16px;
        margin-bottom: 12px;
        line-height: 16px;
    }

    .category_title_container .category_title {
        font-size: 16px;
        margin-top: 0;
    }

    .category_container_page .category-description{
        margin: 0 0 12px 0;
    }

    .category_container_page .simple-box-categ .box-title a,
    .category_container_page .simple-box-categ .box-sub_categs a{
        font-size: 12px;
    }

    .category_container_page .simple-box-categ .box-image{
        margin-top: 20px;
        margin-bottom: 4px;
        max-width: 250px;
    }
}

/* @end: Category */
/* @start: Produse din categorie */
.category_products_container{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.products_container{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    display: block;
}


.products_container .product_group .product_row{
    margin-top: 0.625em;
}

.no-products-found{
    font-size:0.75em;
    font-weight: bold;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    display: block;
}

@media screen and (min-width: 768px){
    .no-products-found{
        font-size: 0.8em;
    }
}

@media screen and (min-width: 1200px) {
    .category_products_container{
        display: table;
        vertical-align: top;
    }

    .products_container{
        display: table-cell;
        width: 962px;
        padding-left: 33px;
        float: none;
        clear: none;
    }

    .products_container .product_group .product_row{
        padding-bottom: 40px;
        margin-top: 0.625em;
    }

    .products_container .product-image .img_container img{
        max-height: 200px;
        max-width: 200px;
        width: auto;
    }

    .no-products-found{
        font-size: 16px;
    }
}
/* @end: produse din categorie */

/* @start: Afisare filtre selectate */
.boxLeft_active,
.boxLeft {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    border-radius: 7px;
    cursor: pointer;
    overflow: hidden;
}

.boxLeft .afiseaza{
    display: inline-block;
}

.boxLeft .inchide{
    display: none;
}

.boxLeft_active .afiseaza{
    display: none;
}

.boxLeft_active .inchide{
    display: inline-block;
}

.boxLeft_active .h2title,
.boxLeft .h2title{
   /* font-size: 15px;
    line-height: 100%;
    padding: 5px;
    background: #e5e5e5;
    text-align: center;
    line-height: 25px;
    background: #c11e24;
    color: white; */
    padding-left: 15px;
}

.boxLeft_active .navigation-leftspace,
.boxLeft .navigation-leftspace{
    display: none;
}

.boxLeft_active .side-filters_active .sterge-filtre,
.boxLeft .side-filters_active .sterge-filtre {
    display: none;
}

.boxLeft_active .side-filters,
.boxLeft .side-filters{
    display: none;
}

.boxLeft_active .side-filters_active,
.boxLeft .side-filters_active{
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    list-style: none;
    border: 1px solid #e2e2e2;
    border-top: none;
    padding-bottom: 0.75em;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-box-shadow: 1px 7px 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 7px 5px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 7px 5px 0 rgba(0,0,0,0.75);
}

.boxLeft_active .side-filters_active li,
.boxLeft .side-filters_active li{
    padding: 0 1em 0 1em;
}

.boxLeft_active .side-filters_active .filter-type,
.boxLeft .side-filters_active .filter-type{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    color: #505050;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    padding: 1em;
    font-size: 0.825em;
}

.boxLeft_active .side-filters_active .filtru,
.boxLeft .side-filters_active .filtru{
    float: left;
    clear: both;
    width: 100%;
    display: inline-block;
    margin-bottom: 0.875em;
    position: relative;
}


.side-filters_active .filtru .checkfirma{
    display: none;
}

.duplicate_filter_checkbox,
.side-filters_active .filtru input[type=checkbox] + label{
    color: #474747;
    font-family: Verdana, sans-serif;
    font-size: 0.875em;
    background: url('../../i/filtre/checkbox.png') no-repeat left center;
    line-height: 1em;
    padding: 2px 0 2px 1.8em;
    display: block;
    text-align: left;
    cursor: pointer;
    min-height: 18px;
}

.duplicate_filter_checkbox_checked,
.side-filters_active .filtru input[type="checkbox"]:checked + label{
    background: url('../../i/filtre/checkbox-selected.png') no-repeat left center;
}

.side-filters_active .sterge-filtre{
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: transparent;
    color: #0051ba;
    font-family: Verdana, sans-serif;
    font-size: 0.75em;
    width: 50%;
    display: block;
    float: left;
    clear: none;
    text-align: left;
    overflow: visible;
    outline: none;
    cursor: pointer;
}

.container_filtre_aplicate{
    display: block;
    z-index: 2;
    background: #FFFFFF;
    width: 100%;

}

.container_filtre_aplicate .filtre_aplicate{
    width: 80%;
    float: left;
    clear: none;
    text-align: left;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1em;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1em;
    white-space: nowrap;
    word-break: break-all;
    position: absolute;
}

.container_filtre_aplicate .filtre_aplicate span{
    display: inline-block;
}

.container_filtre_aplicate .filtre_aplicate span.spacer{
    display: inline;
}

.container_filtre_aplicate .filtre_aplicate span.filtru_aplicat{
    cursor: pointer;
    padding-right: 18px;
}

.container_filtre_aplicate .filtre_aplicate span.filtru_aplicat:hover{
    background: url("../../i/x.png") no-repeat right center;
    text-decoration: underline;

}

.container_filtre_aplicate .sterge_filtre{
    display: block;
    float: right;
    position: relative;
    font-family: verdana, sans-serif;
    width: 20%;
    text-align: right;
    font-size: 0.75em;
    line-height: 1em;
    color: #0051ba;
    cursor: pointer;
    height: 1.2em;
}
@media screen and (min-width: 768px){
    .boxLeft_active,
    .boxLeft {
        max-width: 350px;
        overflow: visible;
    }

    .boxLeft_active .h2title,
    .boxLeft .h2title{
        border-radius: 7px;
        border: 1px solid #e2e2e2;
    }

    .boxLeft_active .h2title{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .boxLeft_active .side-filters_active,
    .boxLeft .side-filters_active{
        position: absolute;
        background: #ffffff;
        z-index: 10;
    }

    .container_filtre_aplicate .filtre_aplicate{
        width: 90%;
    }
}
@media screen and (max-width: 1024px) {
    .boxLeft_active .h2title,
    .boxLeft .h2title {
        font-size: 15px;
        line-height: 100%;
        padding: 5px;
        background: #e5e5e5;
        text-align: center;
        line-height: 25px;
        background: #c11e24;
        color: white;
        padding-left: 15px;
    }
}

@media screen and (min-width: 1024px){
    .boxLeft_active,
    .boxLeft{
        position: relative;
        display: table-cell;
        max-width: inherit;
        width: 225px;
        padding-right: 24px;
        margin-bottom: 5px;
    }

    .oferte-speciale{
        display: block;
        position: relative;
        float: left;
        margin: 6px 0;
        padding: 0;
        border: 0;
        width: 100%;
    }

    .navigation-oferte {
        display: block;
        background: url(../../i/bg-oferte.png) no-repeat right center;
        background-size: 100%;
        position: relative;
        float: left;
        width: 100% !important;
        height:100%;
        vertical-align: middle;
        border: none;
        clear: both;
        text-align: left;
    }

    .navigation-title .h2title,
    .navigation-oferte h2title {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
      /*  line-height: 30px;*/
        vertical-align: middle;
        padding-left: 15px;
        font-family: 'sourcesans-semibold', 'Arial', sans-serif;
        color: #fff;
        background: transparent;
        font-size: 18px;
        font-weight: normal;
        clear: both;
        border:none;
        text-align: left;
    }

    .navigation-infos,
    .box-oferte {
        position: relative;
        float: left;
        width: 100%;
        padding: 5px 0;
        border: 1px solid #d1d1d1;
        border-top: none;
        clear: both;
    }

    .boxLeft_active .side-filters_active,
    .boxLeft .side-filters_active,
    .boxLeft .side-filters,
    .boxLeft_active .side-filters{
        position: relative;
        display: block;
        width: 100%;
        list-style: none;
        padding: 0 5%;
        clear: both;
    }

    .boxLeft_active .side-filters_active .filter-type,
    .boxLeft .side-filters_active .filter-type,
    .side-filters_active .filter-type,
    .side-filters .filter-type {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin: 5px auto;
        padding: 0;
        font-size: 0.825em;
        font-weight: bold;
/*        height: 30px;
        line-height: 30px;*/
        text-align: left;
        vertical-align: middle;
        border: none;
        border-top: 1px solid #e2e2e2;
        clear: both;
        padding-top: 10px;
    }

    .side-filters_active .filter-type:nth-child(1),
    .side-filters .filter-type:nth-child(1){
        border-top: none;
    }


    .boxLeft_active .side-filters_active li,
    .boxLeft .side-filters_active li,
    .boxLeft_active .side-filters_active .filtru,
    .boxLeft .side-filters_active .filtru,
    .side-filters_active .filtru,
    .side-filters .filtru{
        float: left;
        clear: both;
        width: 100%;
        display: inline-block;
        margin: 0 0 7px 0;
        position: relative;
        padding: 0;
    }

    .side-filters_active .filtru .checkfirma,
    .side-filters .filtru .checkfirma{
        display: none;
    }

    .duplicate_filter_checkbox,
    .side-filters_active .filtru input[type=checkbox] + label,
    .side-filters .filtru input[type=checkbox] + label{
        color: #474747;
        font-family: Verdana, sans-serif;
        font-size: 12px;
        background: url('../../i/filtre/checkbox.png') no-repeat left center;
        line-height: 16px;
        padding: 2px 0 2px 1.8em;
        display: block;
        text-align: left;
        cursor: pointer;
        min-height: 18px;
    }

    .side-filters_active .filtru input[type=checkbox] + label:first-letter,
    .side-filters .filtru input[type=checkbox] + label:first-letter {
        text-transform: uppercase;
    }

    .duplicate_filter_checkbox_checked,
    .side-filters_active .filtru input[type="checkbox"]:checked + label,
    .side-filters .filtru input[type="checkbox"]:checked + label{
        background: url('../../i/filtre/checkbox-selected.png') no-repeat left center;
    }


    .boxLeft .navigation-leftspace{
        display: inline-block;
        width: 100%;
        float: left;
        clear: both;
        margin-top: 6px;
    }

    .navigation-title {
        display: block;
        background: transparent url(../../i/bg-navigation.png) no-repeat left top;
        position: relative;
        float: left;
        width: 100%;
        height: 39px;
        line-height: 39px;
        vertical-align: middle;
        clear: both
    }

    .navigation-infos ul {
        position: relative;
        width: 100%;
        list-style: none;
        clear: both;
        border: none;
    }

    .navigation-infos ul li {
        background: url(../../i/nav-arrow.png) no-repeat right center;
        display: block;
        position: relative;
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: normal;
        height: 30px;
        text-align: left;
        line-height: 30px;
        color: #666666;
        vertical-align: middle;
        border: none;
        border-top: 1px solid #e2e2e2;
        cursor: pointer;
        clear: both;
    }

    .navigation-infos ul li:nth-child(1) {
        border-top: none;
    }

    .navigation-infos ul li a {
        position: relative;
        float: left;
        padding: 0 15px;
        font-size: 14px;
        font-weight: normal;
        color: #666666;
        text-align: left;
        text-decoration: none;
        clear: both;
    }
}


/* @end: Afisare filtre selectate */
/* @start: Ordonare produse */
.sort-products{
    display: inline-block;
    width: 100%;
    float: right;
    color: #666666;
    box-sizing: border-box;
}

.sort-products .dynamic_sort_like_class,
.sort-products #dynamic_sort_label{
    font-size: 14px;
    line-height: 24px;
    padding-right: 5px;
    float: left;
    clear: left;
}

.semi_container_afiseaza{
    display: inline-block;
    margin-top: 15px;
    float: left;

}

.sort-products .dynamic_sort_like_class{
    margin-top: 15px;
}

.sort-products .dynamic_sort_container{
    width: 100%;
    max-width: 50%;
    float: left;
}

@media screen and (min-width: 768px) {
    .sort-products {
        padding: 15px 0;
        border-bottom: 1px solid #e2e2e2;
    }

    .sort-products .dynamic_sort_container {
        max-width: 10em;
    }

    .sort-products .dynamic_sort_like_class {
        clear: none;
        margin-top: 0;
        margin-left: 15px;
    }

    .semi_container_afiseaza {
        margin-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .sort-products{
        float: left;
        margin-bottom: 10px;
    }

    .sort-products .dynamic_sort_like_class{
        padding-left: 10px;
    }

    .sort-products label{
        display: inline-block;
        color: #505050;
        font-family: verdana, sans-serif;
        font-size: 0.8125em;
        float: left;
        position: relative;
        clear: none;
        padding-right: 0.5em;
    }


}

/* @end: ordonare produse */
/* @start Paginarea */
/* Asta cred ca o sa il mutam in general pana la urma */
.pagination_row{
    float: left;
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    margin-top: 1em;
}

.pagination_row .pagination_cat{
    display: inline-block;
    position: relative;
    border: none;
    margin: 0 auto;
    float: none;
    clear: none;
}

.pagination_row .pagination_cat span.current{
    position: relative;
    display: inline-block;
    float: left;
    clear: none;
    background: #ff6600;
    padding: 0.5em 0.8em;
    border-radius: 0.3em;
    color: #FFFFFF;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    line-height: 100%;
    margin-right: 0.5em;
    border: 1px solid #ff6600;
}

.pagination_row .pagination_cat a{
    position: relative;
    display: inline-block;
    float: left;
    clear: none;
    background: #FFFFFF;
    padding: 0.5em 0.8em;
    border-radius: 0.3em;
    color: #333335;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    line-height: 100%;
    margin-right: 0.5em;
    border: 1px solid #cccccc;
}

.pagination_row .pagination_cat .distantier_paginare{
    float: left;
    display: inline-block;
    height: 26px;
    padding-right: 0.5em;
    line-height: 27px;
}

.pagination_row .pagination_cat a:last-child{
    margin: 0;
}

.pagination_row .pagination_cat span.spacer{
    position: relative;
    display: inline-block;
    float: left;
    clear: none;
    margin-right: 0.5em;
    color: #333335;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    line-height: 3em;
}

@media screen and (min-width: 768px) {
    .pagination_row{
        text-align: right;
    }
}

@media screen and (min-width: 1200px) {
    .header_pagination{
        position: absolute;
        margin-top: 0;
        width: 60%;
        right: 0;
        text-align: right;
    }

    .pagination_row .pagination_cat a,
    .pagination_row .pagination_cat span.current{
        font-size: 12px;
        /* padding: 8px 6px; */
    }
}
/* @end: Paginarea */
/* @start: Produse complementare */

/* @end: Produse complementare */
/* @start: Produse complementare top */
#product_complementary_top{
    display: none;
}

/* @start: Category description */
.category-description{
    float: left;
    clear: both;
    display: block;
    margin-bottom: 10px;
    font-family: "Arial", sans-serif;
}

@media screen and (min-width: 1024px) {
    .category-description{
		width: 100%;
		clear: both;
    }
}
/* @end: Category description */

@media screen and (min-width: 768px){
    #product_complementary_top{
        display: block;
    }


    .produse_small_grid_container{
        float: left;
        clear: both;
        width: 100%;
        border-top: 1px solid #dbdbdb;
        padding: 0 3%;
        margin-top: 0.5em;
    }

    .produse_small_grid_container .title_complementare{
        display: block;
        float: left;
        width: 100%;
        clear: both;
        font-size: 0.75em;
        color: #474747;
        font-family: verdana, sans-serif;
    }

    .produse_small_grid_container .product_group{
        display: block;
    }

    .produse_small_grid_container .product_group .product_row{
        display: table;
        width: 100%;
        float: left;
        clear: both;
        padding-bottom: 1em;
        margin: 0;
    }

    .produse_small_grid_container .product_group .empty_row{
        margin: 0;
        padding: 0;
    }

    .produse_small_grid_container .product_group .product_row .grid-product{
        display: table-cell;
        float: none;
        clear: none;
        width: 50%;
        padding: 0 0.5em 0 0;
        position: relative;

    }
    .produse_small_grid_container .product_group .product_row .grid-product:nth-child(2){
        padding: 0 0 0 0.5em;
    }

    .produse_small_grid_container .grid-product .container-information{
        display: none;
    }


    .produse_small_grid_container .grid-product .product-image{
        display: block;
        height: 10em;
        border: 1px solid #e7e7e7;
    }

    .produse_small_grid_container .grid-product .product-image .img_container{
        padding-top: 0;
        padding-bottom: 0;
    }

    .produse_small_grid_container  .product-image a{
        line-height: 10em;
    }

    .produse_small_grid_container .product-image .img_container img{
        max-height: 8em;
        max-width: 8em;
        width: auto;
        height: auto;
    }

    .productColRight .vezi_toate{
        float: left;
        clear: both;
        width: auto;
        font-family: verdana, sans-serif;
        font-size: 0.75em;
        color: #0051ba;
        background: url("../../i/product_details/blacktriangleright_0051ba.png") no-repeat right center;
        padding: 0 1em 0 0;
        margin: 0 3%;
        line-height: 1em;
    }
}

@media screen and (min-width: 1200px) {

    .produse_small_grid_container .product_group,
    .produse_small_grid_container .product_group .product_row{
        display: inline;
        float: none;
        clear: none;
        padding: unset;
        margin: unset;
        width: unset;
        line-height: unset;
    }

    .produse_small_grid_container .product_group .product_row .grid-product{
        display: block;
        width: 130px;
        height: 130px;
        float: left;
        padding: 0;
        margin: 0 5px 10px 5px;
        overflow: hidden;
        min-height: initial;
    }

    .produse_small_grid_container .grid-product .product-image{
        width: 130px;
        height: 130px;
    }

    .produse_small_grid_container .product-image a{
        line-height: 130px;
    }

    .produse_small_grid_container .product-image .img_container img{
        max-width: 120px;
        max-height: 120px;
    }

    .produse_small_grid_container .product_group:nth-child(2) .product_row:nth-child(1) .grid-product:nth-child(1){
        margin-left: 0;
    }

    .produse_small_grid_container .product_group:nth-child(2) .product_row:nth-child(2) .grid-product:nth-child(1){
        margin-right: 0;
    }

    .produse_small_grid_container .product_group:nth-child(2) .product_row:nth-child(2) .grid-product:nth-child(2){
        margin-left: 0;
    }

    .produse_small_grid_container .product_group:nth-child(3) .product_row:nth-child(1) .grid-product:nth-child(2){
        margin-right: 0;
    }

    .produse_small_grid_container .product_group .product_row .grid-product:nth-child(2){
        padding: 0;
    }

    .produse_small_grid_container .product_group .empty_row{
        display: none;
    }

    .top_pagination{
        position: absolute;
        right: 0;
        width: 290px;
        top: 0;
    }
}
/* @end: produse complementare top */
/* @start: Tooltips */
.supertype_promo{
    right: 5%;
    width: auto;
    position: absolute;
}

.supertype_promo img{
    z-index: 50;
}

.productOffers{
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

.productoffers_info_block{
    display: none;
}


@media screen and (min-width: 768px){
    .productOffers{
        top: 0;
        right: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .productOffers {
        top: 5px;
        right: 15px;
    }

    .productOffers:hover .productoffers_info_block {
        display: block;
        position: absolute;
    }

    .productoffers_info_hover {
        display: none;
        position: absolute;
        float: left;
        top: 40px;
        margin: 0;
        padding: 0;
        clear: both;
        z-index: 250;
        left: -15%;
    }

    .productOffers:hover > .productoffers_info_hover .productoffers_info_block {
        border: none;
        width: 100%;
        box-sizing: border-box;
        float: left;
        clear: both;
        margin: 0;
        padding: 10px 5px;
        background: none;
        text-align: left;
        position: relative;
        z-index: 9999;
    }

    .productOffers:hover > .productoffers_info_hover {
        display: block;
        position: absolute;
        width: 250px;
        top: 76px;
        left: -88px;
        padding: 0;
        box-sizing: border-box;
        margin: 0;
        color: #000;
        background: #fff;
        border: 1px solid #cacaca;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }

    .productOffers:hover .productoffers_info_hover:after {
        content: "";
        position: absolute;
        border-style: solid;
        border-color: #fff transparent;
        display: block;
        width: 0;
        top: -8px;
        bottom: auto;
        left: auto;
        right: 50.9%;
        border-width: 0 8px 8px;
    }

    .productOffers:hover .productoffers_info_hover:before {
        content: "";
        position: absolute;
        border-style: solid;
        border-color: #cacaca transparent;
        display: block;
        width: 0;
        top: -10px;
        bottom: auto;
        right: 50.3%;
        left: auto;
        border-width: 0 10px 10px;
    }

    .productoffers_info_block p {
        font-family: MyriadProRegular, sans-serif;
        position: relative;
        float: none;
        text-align: left;
        margin: 0;
        border: none;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
        color: #656565;
        width: 100%;
        box-sizing: border-box;
        padding: 2%;
    }

    .productOffers .productoffers_info_block a {
        font-family: MyriadProRegular, sans-serif;
        display: block;
        position: relative;
        float: none;
        text-align: left;
        margin: 0 auto;
        border: none;
        font-size: 1em;
        line-height: 1em;
        font-weight: normal;
        color: #656565;
        box-sizing: border-box;
        padding: 0;
        width: 140px;
        height: 27px;
    }

    .button-vezi-detalii {
        float: none;
        width: 100px;
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #004eb3;
        border: none;
        outline: none;
        color: #FFFFFF;
        font-weight: bold;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        border-radius: 0.3em;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        text-align: center;
        margin: 5px auto;
    }
}
/* @end: TooLtips */
/* @start: Product popup */
.hover_popup_content{
    display: none;
}
@media screen and (min-width: 1200px) {
    .popup_visible{
        visibility: hidden;
        float: left;
        clear: both;
    }

    .grid-product:hover .popup_visible{
        visibility: visible;
        margin: -2px 0 0 0;
    }

    .category_filters .grid-product:hover .popup_visible{
        visibility: hidden;
        margin: 0;
    }

    .grid-product .product-price .all_price {
        min-height: 38px;
    }

    .category_products_container .product_group{
        min-height: 391px;
    }
    /* @start: Mici modificari la produs ca sa stilizam pixel perfect */
    .grid-product .product-title{
        height: 47px;
        margin-top: 2px;
    }

    .grid-product .buy_form{
        display: none;
    }

    .grid-product .product-title a,
    .grid-product:nth-child(2n) .product-title a{
        padding: 0;
    }
    /* @end: Mici modificari la produs ca sa stilizam pixel perfect */

    .grid-product:hover {
        background: #ffffff;
        z-index: 10;
        position: relative;
    }

    .grid-product:hover .buy_form{
        display: none;
    }

    .grid-product .hover_popup_content{
        display: none;
    }

    .grid-product .popup-container{
        padding: 0 8%;
        border: 1px solid transparent;
    }

    .grid-product:hover .popup-container{
        display: block;
        border: 1px solid #1c1c1c;
        border-radius: 5px;
        width: 100%;
        height: 382px;
        padding: 0 8%;
        margin: 0;
        position: absolute;
        overflow: hidden;
        z-index: 10;
        background: #fff;
    }

    .category_products_container .grid-product .popup-container{
        padding: 0;
    }

    .category_products_container .grid-product:hover .popup-container{
        width: 116%;
        padding: 0 8%;
        margin: 0 -8%;
        height: 460px;

    }

    .category_colections_products .grid-product:hover .popup-container{
        height: 460px;
    }

    .category_products_container .grid-product:hover .popup-container.minimal-popup-container{
        height: 440px;
    }

    .grid-product:hover .popup-container.minimal-popup-container{
        /*  height: 420px;*/
    }

    .produse_grid_menu_container .grid-product .popup-container{
        padding: 0;
    }

    .produse_grid_menu_container .grid-product:hover .popup-container{
        display: block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: auto;
        height: auto;
        padding: 0 ;
        margin: 0;
        position: relative;
        overflow: hidden;
        z-index: 10;
        background: #fff;

    }

    .grid-product:hover .hover_popup_content{
        display: block;
    }

    .category_filters .grid-product:hover .hover_popup_content{
        /* display: none; */
    }

    .grid-product:hover .hover_popup_content .buy_form{
        display: block;
        position: relative;
        bottom: inherit;
        top: inherit;
    }

    .produse_grid_menu_container  .grid-product:hover .hover_popup_content{
        display: none;
    }

    .hover_popup_content .small_description{
        color: #000000;
        outline: none;
        text-decoration: none;
        float: left;
        clear: both;
        width: 100%;
        display: block;
        position: relative;
        font-family: verdana, sans-serif;
        display: -webkit-box;
        max-width: 400px;
        max-height: 43px; /* Fallback for non-webkit */
        font-size: 12px;
        line-height: 14px;
        /*noinspection CssInvalidPropertyValue*/
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        /*noinspection CssInvalidPropertyValue*/
        -o-text-overflow: -o-ellipsis-lastline;
        text-align: justify;
        padding: 0 1em 0 0;
        margin: 8px -1em 0 auto;
    }

    /* cream ... */
    .small_description:before {
        content: '...';
        position: absolute;
        overflow: hidden;
        right: 0;
        bottom: 0;
    }

    /* ascunde ... daca avem text mai mic de un numar de linii */
    .small_description:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white;
    }

    .product_footer_hover{
        position: absolute;
        bottom: 7px;
        margin-top: 10px;
    }

    .category_products_container .product_footer_hover{
        width: 84%;
    }

    .product_footer_hover .wishlist,
    .product_footer_hover .retine_produs{
        display: table-cell;
        width: 50%;
        text-align: left;
        vertical-align: middle;
        color: #0051ba;
        font-family: verdana, sans-serif;
        font-size: 0.75em;
        padding: 0 0 0 1.7em;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none;   /* Chrome/Safari/Opera */
        -moz-user-select: none;      /* Firefox */
        -ms-user-select: none;       /* IE/Edge */
        user-select: none;
    }

    .product_footer_hover .wishlist_add{
        background: transparent url("../../i/product_details/favorite_add.png") no-repeat left center;
    }

    .product_footer_hover .wishlist_remove{
        background: transparent url("../../i/product_details/favorite_remove.png") no-repeat left center;
    }

    .product_footer_hover .retine_produs {
        padding: 0;
        text-align: right;
    }

    .product_footer_hover .retine_produs span{
        background: transparent url("../../i/product_details/retine_produs.png") no-repeat left center;
        line-height: 1.6em;
        display: inline-block;
        width: auto;
        padding: 0 0 0 2em;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none;   /* Chrome/Safari/Opera */
        -moz-user-select: none;      /* Firefox */
        -ms-user-select: none;       /* IE/Edge */
        user-select: none;
    }

    .tab_content .product_group{
        min-height: 370px;
    }


    .grid-product:hover .stanga,
    .grid-product:hover .dreapta{
        position: absolute;
        top: 0;
        width: 25px;
        border: none;
        height: 220px;
    }

    .grid-product:hover .stanga:hover,
    .grid-product:hover .dreapta:hover{
        cursor: pointer;
    }

    .grid-product:hover .stanga{
        background: url('../../i/products/hover_left.png') no-repeat center;
        left: 0;
    }

    .grid-product:hover .dreapta{
        background: url('../../i/products/hover_right.png') no-repeat center;
        right: 0;
    }

    .produse_grid_menu_container .stanga,
    .produse_grid_menu_container .dreapta{
        display: none!important;
    }

    .produse_small_grid_container .grid-product:hover .small_description,
    .produse_small_grid_container .grid-product:hover .dreapta,
    .produse_small_grid_container .grid-product:hover .stanga,
    .produse_small_grid_container .product_footer_hover,
    .produse_grid_menu_container .grid-product:hover .small_description,
    .produse_grid_menu_container .grid-product:hover .dreapta,
    .produse_grid_menu_container .grid-product:hover .stanga,
    .produse_grid_menu_container .product_footer_hover{
        display: none;
    }

    .produse_grid_menu_container .product_group .grid-product:hover .popup-container,
    .produse_small_grid_container .grid-product:hover .popup-container{
        height: 100%;
    }

    .produse_grid_menu_container .product_group .grid-product .popup-container,
    .produse_small_grid_container .grid-product .popup-container{
        padding: 0;
    }
}
/* @end: Product popup */
/* @start: Marker produs nou */
.dispaly_marker_new_details,
.dispaly_marker_new{
    color: #ff5500;
    font-weight: bold;
    top: initial;
    position: relative;
    font-size: 1em;
    float: left;
    clear: both;
}

.dispaly_marker_new{
    font-size: 0.7em;
    margin-top: -1em;
}

@media screen and (min-width: 768px){
    .dispaly_marker_new_details {
        margin-bottom: 0.5em;
    }
}

@media screen and (min-width: 1200px) {
    .container-information{
        position: relative;
        float: left;
        width: 100%;
        display: block;
    }

    .dispaly_marker_new{
        position: absolute;
        color: #ff5500;
        font-weight: bold;
        top: -10px;
        font-size: 10px;
    }


}
/* @end Marker produs nou */

/* @start:Banner_categorie */
.banner_container{
    float: left;
    clear: both;
    width: 100%;
}

.banner_container .html_content,
.banner_container .mobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    padding: 0 3%;
    margin: 3px 0 0 0;
    font-size: 0.75em;
    font-family: Verdana, sans-serif;
    text-align: left;
    color: #000;
}

.banner_container .mobile img{
    width: 100%;
    float: left;
    clear: both;
    height: auto;
}

.banner_container .desktop{
    display: none;
}

@media screen and (min-width: 768px) {
    .banner_container .html_content,
    .banner_container .mobile{
        padding: 0;
    }
}

@media screen and (min-width: 1024px) {
    .banner_container .mobile{
        display: none;
    }

    .banner_container .desktop{
        display: block;
        width: 100%;
        float: left;
        clear: both;
        padding: 0;
        margin: 0 0 3px 0;
    }

    .banner_container .desktop img{
        width: 100%;
        float: left;
        clear: both;
        height: auto;
    }


    .banner_container .html_content{
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
    }
}
/* @end Banner categorie */
.padding_left_24{
    padding-left: 24px!important;
}

/* @start: Afisare tip rand */
.row-product {
    position: relative;
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    display: table;
    vertical-align: top;
    clear: both;
    margin-top: 10px;
}

.productBox-price,
.productBox-infos,
.productBox-image {
    position: relative;
    border: none;
    display: block;
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 5px;
}

.productBox-image .cbox {
    position: relative;
    width: 100%;
    border: none;
    display: table;
    vertical-align: middle;
    text-align: center;
    height: 200px;
    float: left;
    clear: both;

}

.productBox-image .cbox a {
    display: table-cell;
    width: 100%;
    margin: auto;
    text-align: center;
    clear: both;
    height: 200px;
    line-height: 200px;
    vertical-align: middle;
}


.productBox-image .cbox a img {
    outline: 0;
    font-weight: normal;
    margin: auto;
    display: block;
}

.productBox-infos h3,
.productBox-infos h3 a {
    position: relative;
    float: left;
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #626262;
    text-align: left;
    text-decoration: none;
}

.cboxDetails {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    border: none;
    text-align: left;
}

.cboxDetails p {
    position: relative;
    float: left;
    width: 95%;
    border: none;
    font-size: 11pt;
    font-weight: normal;
    color: #626262;
    text-align: left;
    clear: both;
}

.informatiipuncte{
    display: none;
}


.row-product .all_price .first_price,
.row-product .all_price .second_price{
    display: inline-block;
    width: auto;
    font-size: 0.75em;
    font-weight: bold;
    float: left;
    clear: both;
}

.productBox-price .in-stock,
.productBox-price .limited-stock,
.productBox-price .incurand-stock,
.productBox-price .info-stock,
.productBox-price .in-stock-furnizor{
    display: block;
    position: relative;
    float: left;
    clear: both;
    padding: 5px 0 5px 30px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #5a5a5a;
    width: 100%;
}

.b2b_style .productBox-price .in-stock,
.b2b_style .productBox-price .limited-stock,
.b2b_style .productBox-price .incurand-stock,
.b2b_style .productBox-price .info-stock,
.b2b_style .productBox-price .in-stock-furnizor{
    width: auto;
    clear: none;
}

.productBox-price .limited-stock {
    background: url(../../i/last_one.png) no-repeat left center;
}

.productBox-price .incurand-stock {
    background: url(../../i/in-stoc.png) no-repeat left center;
}

.productBox-price .info-stock {
    background: url(../../i/info_stock.png) no-repeat left center;
}

.productBox-price .in-stock,
.productBox-price .in-stock-furnizor {
    background: url('../../i/in-stoc.png') no-repeat left center;
}

.productBox-price .puncteFidelitate {
    background: url(../../i/puncte_bonus.png) no-repeat left center;
    font-size: 12px;
    padding: 5px 0 5px 30px;
    display: inline-block;
    float: left;
    clear: right;
}

.row-product .bucati_in_stock{
    font-size: 12px;
    text-align: left;
    clear: left;
    float: left;
    padding: 5px 30px 5px 0;

}

@media screen and (min-width: 768px){
    .row-product{
        display: table;
        vertical-align: top;
    }

    .productBox-image,
    .productBox-infos,
    .productBox-price{
        width: 25%;
        float: none;
        clear: none;
        display: table-cell;
        vertical-align: top;
    }

    .productBox-image{
        width: 20%;
    }

    .productBox-infos{
        width: 30%;
    }


    .productBox-price{
        padding-left: 25px
    }

    .productBox-image{
        height: 150px;
        line-height: 150px;
        vertical-align: top;
        padding-right: 10px;
    }

    .productBox-image .cbox{
        height: 150px;
    }

    .productBox-image .cbox a{
        height: 150px;
        line-height: 150px;
    }
}


@media screen and (min-width: 1024px){
    .row-product{
        padding-bottom: 5px;
    }

    .productBox-price,
    .productBox-infos,
    .productBox-image {
        display: table-cell;
        vertical-align: top;
        float: none;
        clear: none;
        padding-bottom: 0;
    }

    .productBox-image{
        width: 20%;
    }

    .productBox-price{
        width: 26%
    }

    .productBox-infos{
        width: 53%;
    }

}


@media screen and (min-width: 1200px) {
    .productBox-price {
        text-align: right;
        padding: 0 20px 0 0;
    }

    .row-product .productBox-price .price {
        width: auto;
        display: inline-block;
        clear: both;
        float: right
    }
    .row-product .productBox-price .in-stock,
    .row-product .productBox-price .limited-stock,
    .row-product .productBox-price .incurand-stock,
    .row-product .productBox-price .info-stock,
    .row-product .productBox-price .in-stock-furnizor,
    .productBox-price .puncteFidelitate {
        width: auto;
        float: right;
    }

    .row-product .productBox-price .stock-alert,
    .row-product .productBox-price .add-cart-row{
        float: right;
        clear: both;
    }

    .row-product .all_price .first_price,
    .row-product .all_price .second_price{
        float: right;
    }

    .row-product .bucati_in_stock{
        text-align: right;
        clear: both;
        float: right;
        padding-right: 0;

    }
}
/* @end: Afisare tip rand */
/* @start: Afisare tip rand b2b */
.wrapperForSticky{
    width: 100%;
    overflow: scroll;
    display: table;
    vertical-align: top;
    float: left;
}

/**
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    contenteditable attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that are clearfixed.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
.containerHelper:before,
.containerHelper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.containerHelper:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.containerHelper {
    *zoom: 1;
}

#table_order_buy_form{
    width: 85%;
    display: table-cell;
    vertical-align: top;
}
.b2b_style .productBox-image .cbox,
.b2b_style .productBox-image .cbox a{
    height: 100px;
}

.b2b_style .productBox-image .cbox a{
    line-height: 100px;
}

.b2b_style .productBox-infos .qty{
    position: relative;
    float: left;
    width: 50px;
    height: 22px;
    text-align: center;
    border: 1px solid #d1d1d1;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 5px;
    overflow: hidden;
    border-radius: 5px;
}

.b2b_buy_button_container{
    display: table-cell;
    width: 13%;
    height: 100%;
    vertical-align: top;
}

.b2b_buy_button_container input[type="button"]{
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
    right: 0;
}

#details_price_container .bucati_in_stock{
    font-size: 12px;
    text-align: left;
    clear: both;
}

.b2b_style .stock_container .bucati_in_stock{
    font-size: 12px;
    text-align: left;
    clear: left;
}

#details_price_container .bucati_in_stock{
    margin: 5px 0 0 5px;
    padding: 0 0 0 28px;
    clear: none;
    display: inline-block;
}

.b2b_style .productBox-infos .real_stock_b2b{
    font-weight: normal;
    color: red;
    font-size: 12px;
    padding-left: 10px;
}

@media screen and (min-width: 768px) {
    #table_order_buy_form {
        width: 95%;
    }

    .b2b_buy_button_container {
        width: 5%
    }

    .b2b_style .productBox-image{
        height: 100px;
        line-height: 100px;
    }
}
@media screen and (min-width: 1024px){
    .b2b_style .productBox-image .cbox,
    .b2b_style .productBox-image .cbox a,
    .b2b_style .productBox-image{
        height: 75px;
        line-height: 75px;
    }

    .b2b_style .productBox-infos h3{
        width: 90%;
    }

    .b2b_style .productBox-infos .qty{
        position: absolute;
        float: none;
        right: 0;
        top: 0;
    }

    .b2b_style .productBox-infos .real_stock_b2b{
        float: left;
        padding-left: 0;
    }
}

@media screen and (min-width: 1200px){
    .b2b_style .stock_container .bucati_in_stock{
        float: right;
        padding-right: 0;
        clear: both;
    }

    .b2b_style .productBox-price .in-stock,
    .b2b_style .productBox-price .limited-stock,
    .b2b_style .productBox-price .incurand-stock,
    .b2b_style .productBox-price .info-stock,
    .b2b_style .productBox-price .in-stock-furnizor{
        width: auto;
        clear: both;
    }
}
/* @end: Afisare tip rand b2b */
/* @start: Produsele din containerul de oferte speciale */
.oferte-speciale .grid-product .product-image a{
    margin-top: 0;
}


@media screen and (min-width: 1024px) {
    .oferte-speciale .product_group {
        width: 100%;
        display: block;
        float: left;
        clear: both;
    }

    .oferte-speciale .product_group .product_row {
        width: 100%;
        display: block;
    }

    .oferte-speciale .product_group .product_row .grid-product {
        width: 100%;
        clear: both;
        position: relative;
        /* border-top: 1px solid #e2e2e2; */
        padding: 0 0 5px 0;
        min-height: inherit;
    }

    .oferte-speciale .product_group .product_row:nth-child(1) .grid-product:nth-child(1) {
        border-top: none;
    }

    .oferte-speciale .grid-product .product-image {
        height: 150px;
        float: left;
        clear: both;
        line-height: 150px;
        padding: 5px 0;
    }

    .oferte-speciale .product-image .img_container img{
        max-width: 140px;
        max-height: 140px;
        width: auto;
        height: auto;
    }

    .oferte-speciale .grid-product .product-image .img_container {
        height: 150px;
        padding: 0;
        line-height: 150px;
    }

    .oferte-speciale .grid-product .product-title {
        margin-top: 0;
        height: auto;
    }

    .oferte-speciale .grid-product .buy_form {
        display: none;
    }

    .boxContent {
        display: table-cell;
        vertical-align: top;
       /* padding-left: 20px; */
        width: 100%;
        position: relative;
    }

    .oferte-speciale .product_row.empty_row {
        display: none;
    }

    .categ_row .box-image img {
        max-width: 90%;
        width: auto;
        height: 90%;
    }
}


@media screen and (min-width: 1200px){
    .boxContent {
        width: 999px;
        z-index: 20;
    }

    .oferte-speciale .product_group .product_row .grid-product,
    .oferte-speciale .product_group .product_row .grid-product:hover{
        padding: 0;
    }

    .oferte-speciale .grid-product .popup-container,
    .oferte-speciale .grid-product:hover .popup-container{
        border: 1px solid transparent;
        padding: 0 8%;
        position: relative;
        background: transparent;
        overflow: hidden;
        height: 230px;
    }
}
/* @end: Produsele din containerul de oferte speciale */
/* @start: etichete produs */
.container_eticheta{
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

.container_eticheta .rand_text_eticheta {
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: auto;
}

.container_eticheta.eticheta_list .rand_text_eticheta img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


.container_eticheta.eticheta_details{
    z-index: 1;
    max-width: 500px;
    overflow: visible;
    height: 75%;
}

.container_eticheta.eticheta_details .rand_text_eticheta {
    margin-top: 40px;
}

/* @end: etichete produs */
/* @start: Afisare producator in pagina de detalii produs */
.productBrand {
    position: absolute;
    float: left;
    margin: 0;
    padding: 1px 0 0 2px;
    border: none;
    left: 0;
    top: 0;
    z-index: 5;
}

.productBrand a img {
    max-width: 80px;
    max-height: 50px;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
}
/* @end: Afisare producator in pagina de detalii produs */