/*****  START GENERAL  *****/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    text-align: left;
}

a{
    text-decoration: none;
}
@font-face {
    font-family: sourcesans-regular;
    src: url('../../font/SourceSansPro-Regular.ttf');
}

@font-face {
    font-family: sourcesans-light;
    src: url('../../font/SourceSansPro-Light.ttf');
}

@font-face {
    font-family: sourcesans-semibold;
    src: url('../../font/SourceSansPro-Semibold.ttf');
}
html{
    box-sizing: border-box;
}

body {
    background: #fff 0 0;
    margin: 0;
    border: none;
    padding: 0;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #626262;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    min-width: 320px;
}

form {
    margin: 0;
    padding: 0;
    border: none;
}

.wrapper {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.hide {
    display: none;
}

.hidden{
    display: none!important;
}

.show {
    display: block !important;
}

.snappy_container{
 /*   float: left; */
    clear: both;
    position: relative;
}

a {
    outline: none;
}

a img {
    text-decoration: none;
    border: none;
    outline: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    background: transparent;
}

h1 {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    vertical-align: middle;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    padding-top: 10px;
    display: inline-block;
}

h2, .h2title {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    vertical-align: middle;
}

h3, .h3title {
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
}

h4 {
    width: 100%;
    font-size: 16px;
    line-height: 44px;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {
    body {
        margin: 0;
        border: none;
        padding: 0;
        font-family: 'Arial', Helvetica, sans-serif;
        font-size: 14pt;
        line-height: 16pt;
        font-weight: normal;
        color: #626262;
        overflow-x: hidden;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
    }
}

@media screen and (min-width: 1200px){
    body{
        background: #fff url('../../i/bg.png') repeat-x 0 0;
    }

    .wrapper{
        width: 100%;
        float: left;
        height: 100%;
        margin: 0 auto;
        padding-bottom: 570px;
        /*padding-bottom: 655px;*/
        position: relative;
        clear: both;
        /*overflow-y: hidden;*/
    }
}

/* @todo: FORMATAREA SELECTURILOR */
.select_formatat {
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    outline: none;
    border:1px solid #C8BFC4;
    box-sizing: border-box;
    width: auto;
    overflow: hidden;
}

.select_formatat .select_element{
    display: inline-block;
    height: 24px;
    outline: none;
    color: #919191;
    border: 1px solid transparent;
    border-radius: 0;
    background: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-family: Verdana, sans-serif;
    padding-left: 0.2em;
    padding-right: 2em;
}

.select_formatat .sageata_select_formatat {
    width: 24px;
    height: 24px;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    outline: none;
    overflow: hidden;
    background: transparent url('../../i/responsive/arrow_select.png') right / 90% no-repeat;
    pointer-events: none;
    border: 1px solid transparent;
    border-left-color: #C8BFC4;
}

/* TARGETAM IE */
@media screen and (min-width: 0\0) {
    .select_formatat .sageata_select_formatat{
        display: none
    }
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 1200px) {

}
/* END FORMATAREA SELECTURILOR */
/* @todo: INPUT UPLOAD FILE */
input.file_upload {
    position: absolute;
    font-size: 14px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 24px;
    top: -26px;
    width: 118px;
    left: 4px;
}
/* END: INPUT UPLOAD FILE */
/* @start: formatarea elementelor de formular */
label span{
    color: red;
}

.styled_textarea{
    width: 100%;
    resize: none;
    height: 80px;
    padding: 3px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #acacac;
    outline: none;
    z-index: 5;
}

.requiered{
    color: red;
}

.text_input{
    border: 1px solid #C8BFC4;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #FFFFFF;
    outline: none;
    color: #000000;
    font-size: 0.75em;
    font-family: Verdana, sans-serif;
    z-index: 5;
}
/* @end: formatarea elementelor de formular */
.hide_on_mobile{
    display: none;
}

.display_on_mobile{
    display: inline-block;
}

@media screen and (min-width: 1024px){
    .hide_on_mobile{
        display: inline-block;
    }

    .hide_on_desktop{
        display: none;
    }
}
/*****  END GENERAL  *****/
/*****  TOP AREA  *****/
/* MODALS */
.fadetoblack {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 800;
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
}

.modal {
    display: none;
    z-index: 4000;
    width: 990px;
    border: 1px solid #b1b1b1;
    background-color: white;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    float: none;
    position: relative;
}

.modal .content {
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 15px;
    width: 960px !important;
    overflow: hidden;
}

.modal .title {
    font-family: 'sourcesans-semibold', Arial, sans-serif;
    font-size: 22px;
    color: #df001d;
    padding: 15px 0 0 15px;
    margin: 0;
    display: inline-block;
    width: 80%;
    float: left;
}

.modal .close {
    float: right;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px;
    background: url('../../i/close.png') no-repeat center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

/* end MODALS */
/* START HELP LINE */
.helper-line {
    position: absolute;
    width: 100%;
/*    margin: -13px 0 10px 0; */
    margin: -13px 0 10px 0;
    padding: 0;
    border: none;
}
@media screen and (min-width: 1024px) {
    .helper-line {
        margin: -13px 0 10px 0;
    }
}
.helper-line .contact-phone {
    background: url('../../i/contact-phone-icon.png') no-repeat 0 6px;
    position: relative;
    float: left;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    margin: 0;
    border: none;
    font-size: 13px;
    font-weight: normal;
    padding: 0 20px;
    text-align: left;
    color: #00000c;
    text-decoration: none;
}

.helper-line span.contact-help {
    background: url('../../i/contact-help-icon.png') no-repeat 0 6px;
    position: relative;
    float: left;
    height: 25px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

.helper-line span.contact-help a {
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 0 20px;
    text-align: left;
    color: #00000c;
    text-decoration: none;
}

.helper-line span.type-account-on {
    background: url('../../i/account-open.png') no-repeat 0 0;
    position: relative;
    float: right;
    width: 73px;
    height: 25px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

.helper-line span.type-account-on a {
    font-family: 'sourcesans-regular', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 0 43px;
    text-align: left;
    color: #1d1d1d;
    text-decoration: none;
}

.helper-line span.type-account-off {
    background: url('../../i/account-close.png') no-repeat 0 0;
    position: relative;
    float: left;
    width: 73px;
    height: 25px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

.helper-line span.type-account-off a {
    font-family: 'sourcesans-regular', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 0 43px;
    text-align: left;
    color: #1d1d1d;
    text-decoration: none;
}

span.tva-price {
    position: relative;
    float: right;
    width: 93px;
    height: 25px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

span.tva-price .tva-price-on {
    display: block;
    background: url('../../i/tva-price-on.png') no-repeat 0 0;
    position: relative;
    float: right;
    width: 93px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 45px;
    border: none;
    cursor: pointer;
}

span.tva-price .tva-price-off {
    display: block;
    background: url('../../i/tva-price-off.png') no-repeat 0 0;
    position: relative;
    float: right;
    width: 93px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 6px;
    border: none;
    cursor: pointer;
}

@media screen and (min-width: 768px){
    .helper-line{
        width: 290px;
        right: 0;
    }
}

@media screen and (min-width: 1200px){
    .manageAccount{
        float: right;
        display: inline-block;
        max-width: 290px;
        margin: 15px 10px 0 0;
    }

    .helper-line{
        position: relative;
        float: right;
        clear: both;
        max-width: 290px;
        margin: 0;
    }

    .acount-line{
        clear: both;
        margin-top: 10px;
    }
}
/* END HELP LINE */
/* START account link */
.account-line{
    position: absolute;
    right:0;
    top: 20px;
    width: 80px;
}

.account-line .user-logged,
.account-line .user-login{
    background: url(../../i/account-icon.png) no-repeat left center;
    float: left;
    position: relative;
    clear: none;
    width: 2em;
    height: 32px;
    content: "";
    display: inline-block;
}

.account-line .user-login a{
    color: transparent;
    width: 100%;
}

.user-login-active{
    display: none;
}

.user-form-active{
    display: none;
}

.buget_container{
    display: inline-block;
    position: absolute;
    height: 32px;
    line-height: 14px;
    width: 70px;
    margin-right: 2px;
    font-size: 12px;
    cursor: pointer;
    top: 22px;
    right: 82px;
}

.buget_container.error_buget{
    color: red;
}

.buget_container.success_buget{
    color: green;
}

@media screen and (min-width: 768px){
    .account-line{
        top: 33px;
        width: 90px;
    }

    .buget_container{
        position: absolute;
        width: 120px;
        right: 0;
        text-align: right;
    }
}

@media screen and (min-width: 1024px){
    .account-line{
        width: 210px;
    }

    .account-row span.user-logged,
    .account-row span.user-login {
        display: block;
        position: relative;
        float: left;
        height: 32px;
        line-height: 32px;
        vertical-align: middle;
        margin: 6px 0 0 0;
        padding: 0;
        border: 1px solid transparent;
        border-right: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        width: 100px;
        background-position-x: 10px;
    }

    .account-row span.user-login a {
        font-family: 'sourcesans-regular', 'Arial', sans-serif;
        font-size: 14px;
        font-weight: normal;
        padding: 0;
        text-align: center;
        color: #535353;
        text-decoration: none;
    }

    .account-row .user-login-active {
        display: none;
        position: relative;
        float: left;
        height: 32px;
        line-height: 32px;
        vertical-align: middle;
        margin: 6px 0 0 0;
        padding: 1px 0 0 0;
        font-family: 'sourcesans-regular', 'Arial', sans-serif;
        font-size: 14px;
        text-align: center;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid #ffffff;
        width: 100px;
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
        z-index: 201;
    }
/*
    .account-line:hover span.user-login{
        display: none;
    }
*/

    .account-row .user-form-active {
        display: none;
        position: absolute;
        z-index: 200;
        top: 37px;
        right: 0;
        width: 100%;
        max-width: 210px;
        height: auto;
        border: 1px solid #e5e5e5;
        background-color: white;
        clear: both;
        margin: 0;
        padding: 0 0 10px 0;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-top-right-radius: 7px;
    }

    .account-row .user-form-active .top-left {
        display: inline-block;
        position: absolute;
        top: 0;
        border: none;
        width: 60px;
        height: 1px;
        margin: 0;
        padding: 0;
    }

    .account-row .user-form-active .top-right {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        height: 0;
        width: 115px;
        border: none;
        border-top: 1px solid #e5e5e5;
        margin: 0;
        padding: 0;
    }

    .account-row .user-form-active #label_email_login {
        margin: 7px 0 0 15px;
    }

    .account-row .user-form-active .form-row-login {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: none;
        font-family: 'Arial', sans-serif;
        font-size: 12px;
        color: #484848;
        font-weight: normal;
    }

    .account-row .user-form-active .form-row-login #email_login,
    .account-row .user-form-active .form-row-login #password_login {
        display: block;
        position: relative;
        margin: 0 0 0 15px;
        width: 140px;
        height: 26px;
        border: 1px solid #d1d1d1;
        outline: none;
        padding: 0 0 0 3px;
    }

    .account-row .user-form-active .form-row-login #email_login:focus,
    .account-row .user-form-active .form-row-login #password_login:focus {
        outline: none;
    }

    .account-row .user-form-active #label_password_login {
        margin: 7px 0 0 15px;
    }

    .account-row .user-form-active .form-row-login a {
        display: block;
        position: relative;
        margin: 3px 0 0 15px;
        padding: 0;
        text-decoration: none;
        font-family: 'Arial', sans-serif;
        font-weight: normal;
        font-size: 10px;
        color: #484848;
    }

    .account-row .user-form-active .error_class {
        display: none;
        position: relative;
        font-size: 10px;
        color: red;
        font-family: 'Arial', sans-serif;
    }

    .account-row .user-form-active .error_text {
        color: red;
    }

    .account-row .user-form-active .error_input {
        border: 1px solid red !important;
        height: 27px;
    }

    .account-row .user-form-active .show {
        margin-left: 15px;
        display: block;
        color: red;
    }

    .account-row .user-form-active .form-row-login .submit-login {
        display: block;
        position: relative;
        margin: 0 auto;
        background: url('../../i/login.png') no-repeat 0 0;
        padding: 0;
        border: none;
        outline: none;
        width: 141px;
        height: 34px;
        cursor: pointer;
    }
}

@media screen and (min-width: 1200px){
    .manageAccount{
        float: right;
        position: relative;
        display: inline-block;
    }

    .account-line{
        position: relative;
        float: right;
        top: inherit;
        right: inherit;
        margin-top: 8px;
    }


    .buget_container{
        right: 210px;
        top: 31px;
        height: 32px;
        margin-top: 9px;
        line-height: 32px;
        font-size: 14px;
        width: 140px;
    }
}
/* END account link */
/* START cart */
.account-cart {
    position: absolute;
    right: 0;
    top: 20px;
}

#header_cart{
    float: right;
    display: inline-block;
    clear: none;
    margin: 5px 0 0 0
}

.account-cart .small_cart{
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

.account-cart .small_cart .cart-label{
	color: transparent;
	background: url("../../i/cart-icon.png") no-repeat left center;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	float: left;
}

.account-cart .small_cart .cart-value{
	color: #1f4f82;
	text-align: center;
	line-height: 22px;
	background: url("../../i/dialog-icon.png") no-repeat 0 0;
	width: 32px;
	height: 28px;
	background-size: contain;
	display: table-cell;
	float: left;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	vertical-align: middle;
    padding-left: 4px;
    box-sizing: border-box;
}

.account-cart .cart-content-hover,
.account-cart .small_cart_large{
	display: none;
}
@media screen and (min-width: 768px){
    .account-cart{
        top: 33px;
    }
}
@media screen and (min-width: 1024px){
    .account-cart .small_cart{
        display: none;
    }

    .account-cart .small_cart_large {
        display: block;
        position: relative;
        float: left;
        clear: both;
        width: 90px;
        border: 1px solid transparent;
        z-index: 5;
    }

    .account-cart .small_cart_large .cart-label {
        color: transparent;
	    background: url("../../i/cart-icon.png") no-repeat center center;
        width: 2em;
        height: 2em;
        display: inline-block;
        float: left;
    }

    .account-cart .small_cart_large .cart-value {
        color: #1f4f82;
        text-align: center;
	    background: url("../../i/dialog-icon.png") no-repeat center center;
        width: 50px;
        height: 37px;
        line-height: 37px;
        padding-left: 7px;
        display: inline-block;
        float: left;
        font-weight: bold;
        font-family: Verdana, sans-serif;
        font-size: 0.8125em;
    }

    .account-cart .small_cart_large .text_afisare {
        display: none;
        float: left;
        width: 100%;
        clear: both;
        font-family: Verdana, sans-serif;
        font-size: 12px;
        line-height: 100%;
    }

    .account-cart .cart-content-hover{
        display: none;
        position: absolute;
        right: 0;
        top: 43px;
        border: 1px solid #e5e5e5;
        background-color: white;
        width: 343px;
        min-height: 2em;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
        overflow: hidden;
        -webkit-box-shadow: 0 10px 11px -4px rgba(10,10,10,0.75);
        -moz-box-shadow: 0 10px 11px -4px rgba(10,10,10,0.75);
        box-shadow: 0 10px 11px -4px rgba(10,10,10,0.75);
        z-index: 4;
    }

    .account-cart:hover .small_cart_large{
        border: 1px solid #e5e5e5;
        border-bottom-color: transparent;
        background: #ffffff;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .account-cart:hover .cart-content-hover{
        display: block;
    }

    .cart-content-hover .no-products {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        height: 2em;
        line-height: 2em;
        margin: 0 auto;
        font-family: verdana,sans-serif;
        font-size: 0.875em;
        font-weight: normal;
    }

    .cart-content-hover .top-left{
        display: block;
        height: 1px;
        border: none;
        margin: 0;
        padding: 0;
        width: 248px;
        background-color: #dddddd;
    }

    .cart-content-hover .products {
        margin: 5px 0 0 0;
        padding: 0;
        width: 100%;
        float: left;
        clear: both;
        border: none;
    }

    .cart-content-hover .products ul {
        display: block;
        position: relative;
        border: none;
        list-style: none;
        float: left;
        width: 100%;
        clear: both;
    }

    .cart-content-hover .products ul li {
        display: block;
        position: relative;
        float: left;
        width: 98%;
        height: 95px;
        margin: 0 1%;
        border: none;
        border-bottom: 1px solid #ebebeb;
        clear: both;
    }

    .cart-content-hover .products .product-img {
        display: inline-table;
        position: relative;
        float: left;
        width: 108px;
        height: 90px;
        line-height: 90px;
        vertical-align: middle;
    }

    .cart-content-hover .products .product-img a {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        line-height: 90px;
        width: auto;
        border: none;
        outline: none;
    }

    .cart-content-hover .products .product-img img {
        display: block;
        position: relative;
        vertical-align: middle;
        margin: auto;
        max-height: 80%;
        line-height: 90px;
        width: auto;
        border: none;
        outline: none;
    }

    .cart-content-hover .products .product-center {
        display: inline-block;
        position: relative;
        width: 226px;
        float: left;
        line-height: 14px;
    }

    .products .product-center .product-name {
        display: block;
        position: relative;
        width: 222px;
        font-family: 'Verdana', sans-serif;
        font-size: 12px;
        color: #000000;
        line-height: 14px;
        min-height: 50px;
        vertical-align: middle;
        text-align: left;
        margin: 7px 0 0 0;
        clear: both;
        text-decoration: none;
    }

    .products .product-center .product-name a,
    .products .product-center .product-name a:hover,
    .product-center .product-name a:visited{
        text-decoration: none;
        font-family: 'verdana', sans-serif;
        font-size: 12px;
        color: #000000;
        line-height: 14px;
    }

    .products .product-center .product-price {
        display: inline-block;
        position: relative;
        font-family: 'verdana', sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        float: left;
        text-transform: lowercase;
        text-align: left;
    }

    .products .product-center .product-price span {
        display: inline-block;
        position: relative;
        font-family: 'verdana', sans-serif;
        font-size: 16px;
        font-weight: normal;
        color: #000000;
        text-align: left;
    }

    .products .product-center .right{
        display: inline-block;
        border: none;
        width: 66px;
        position: absolute;
        bottom: -2px;
        right: 5px;
    }

    .product-center .right .quantity{
        font-size: 14px;
        float: left;
        position: relative;
        display: inline-block;
    }

    .cart-content-hover .products .remove {
        display: inline-block;
        position: relative;
        float: right;
        padding: 0;
        clear: right;
    }

    .cart-content-hover .products .remove a {
        font-family: 'Verdana', sans-serif;
        font-size: 12px;
        color: #bdbdbd;
        text-decoration: none;
    }

    .cart-content-hover .total_cart {
        display: table;
        float: left;
        clear: both;
        position: relative;
        width: 100%;
        background-color: #ededed;
        border: none;
        border-top: 1px solid #bdbdbd;
        height: 37px;
        line-height: 37px;
        font-size: 12px;
        font-family: Verdana, sans-serif;
    }

    .cart-content-hover .total_cart a,
    .cart-content-hover .total_cart a:hover,
    .cart-content-hover .total_cart a:visited {
        font-size: 12px;
        font-family: verdana, sans-serif;
        text-decoration: none;
        color: #000000;
        display: inline-block;
        float: left;
        clear: both;
        width: 100%;
        padding: 0 0 0 15px;
    }

    .cart-content-hover .total_cart .text {
        display: inline-block;
        float: left;
        color: #000000;
        padding: 0 0 0 15px;
        font-size: 14px;
    }

    .cart-content-hover .total_cart .total_price {
        display: inline-block;
        font-weight: bold;
        font-family: verdana, sans-serif;
        font-size: 12px;
        color: #626262;
        padding: 0 16px 0 0;
        text-transform: lowercase;
        text-align: right;
        float: right;
    }

    .cart-content-hover .total_cart .total_price span{
        font-weight: normal;
    }

    .cart-content-hover .see_cart {
        display: block;
        margin: 0;
        padding: 10px 0;
        border: 0;
        height: 46px;
        width: 100%;
        float: left;
        clear: both;
        text-align: center;
    }

    .cart-content-hover .see_cart .cart_img {
        display: inline-block;
        position: relative;
        height: 35px;
        width: auto;
        line-height: 35px;
        vertical-align: middle;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        float: none;
        color: #666;
        -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;
        font-weight: bold;
        font-size: 1em;
        text-align: center;
        border: 1px solid #666;
        border-radius: 7px;
        padding: 0 15px 4px 15px;
        margin: 10px auto auto;
    }

    .cart_container:hover{
        border: 1px solid #dddddd;
        border-bottom: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .cart_container:hover .cart-content-hover{
        display: block;
    }
}

/* END cart */
.topArea {
    display: block;
    position: relative;
    width: 93%;
    margin: 0 auto;
    padding: 0;
    border: none;
    height: 105%;
    background: #fff 0 0;
}

.header {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 12px 0;
    padding: 0;
    border: none;
    clear: both;
    overflow: visible;
    z-index: 10;
}

.logo {
    position: relative;
    float: left;
    width: 90px;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}

.logo img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 16px 0 0;
    border: none;
    outline: 0;
}

.top-search {
    background: url('../../i/input.png') repeat-x 0 0;
    float: left;
    width: 100%;
    height: 35px;
    padding: 0;
    margin: 0 auto;
    border: none;
    overflow: hidden;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
}

.search-label {
    position: relative;
    background: url('../../i/tag-indicator.png') no-repeat 0 0;
    width: 76px;
    height: 35px;
    font-family: 'sourcesans-light', 'Arial', sans-serif;
    font-size: 14px;
    color: #fffefe;
    font-weight: normal;
    margin: 0;
    padding: 0 5px 0 0;
    border: none;
    text-align: center;
    line-height: 35px;
    display: table-cell;
}

.search-label span{
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}

.search-input {
    display: table-cell;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    outline: none;
}

.search-input #livesearch {
    background: url('../../i/input.png') repeat-x 0 0;
    float: left;
    width: 79%;
    height: 35px;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 5px;
    border: none;
    color: #7b7b7b;
    overflow: hidden;
    outline: none;
    clear: none;
}

.search-input #livesearch:focus {
    background: url('../../i/input.png') repeat-x 0 0;
    outline: 0;
}

.search-input #submit {
    display: inline-block;
    background: url('../../i/search.png') no-repeat 0 0;
    position: relative;
    float: right;
    width: 38px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    overflow: hidden;
    clear: none
}

.search-input #submit:active,
.search-input #submit:focus {
    outline: 0;
}

#LSResult,
#LSShadow{
    display: none;
}

.nav-infos{
    display: none;
}

@media screen and (min-width: 768px) {
    .logo{
        width: 164px;
    }

    .top-search{
        width: 60%;
        margin-top: 32px;
        margin-left: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .header {
        margin-bottom: 0;
    }

    #searchform{
        position: relative;
        float: left;
    }

    .top-search {
        /* background: url('../../i/input.png'); */
        float: left;
        width: 484px;
        height: 35px;
        padding: 0;
        margin: 35px 0 auto 20px;
        border: none;
        overflow: hidden;
        display: table;
    }

    .search-label {
        position: relative;
        /* float: left; */
        background: url('../../i/tag-indicator.png') no-repeat 0 0;
        width: 75px;
        height: 35px;
        font-family: 'sourcesans-light', 'Arial', sans-serif;
        font-size: 14px;
        line-height: 24.78pt;
        color: #fffefe;
        font-weight: normal;
        margin: 0;
        padding: 0 5px 0 0;
        border: none;
        text-align: center;
        display: table-cell;
    }

    .search-input {
        display: table-cell;
        position: relative;
        float: left;
        width: 409px;
        margin: 0;
        padding: 0;
        border: none;
        overflow: hidden;
    }

    .search-input #livesearch {
        background: url('../../i/input.png') repeat-x 0 0;
        float: left;
        width: 371px;
        height: 35px;
        vertical-align: middle;
        margin: 0;
        padding: 0 5px;
        border: none;
        color: #7b7b7b;
        overflow: hidden;
    }

    .search-input #livesearch:focus {
        background: url('../../i/input.png') repeat-x 0 0;
        outline: 0;
    }

    .search-input #mlzsearch {
        background: url('../../i/input.png') repeat-x 0 0;
        float: left;
        width: 361px;
        height: 35px;
        margin: 0;
        padding: 0 5px;
        border: none;
        color: #7b7b7b;
        overflow: hidden;
    }

    .search-input #mlzsearch:focus {
        background: url('../../i/input.png') repeat-x 0 0;
        outline: 0;
    }

    .search-input #submit {
        display: table-cell;
        background: url('../../i/search.png') no-repeat 0 0;
        position: relative;
        float: left;
        width: 38px;
        height: 35px;
        margin: 0;
        padding: 0;
        cursor: pointer;
        border: none;
        overflow: hidden;
    }

    .search-input #submit:active, .search-input #submit:focus {
        outline: 0;
    }

    #LSShadow,
    #LSResult {
        display: block;
        z-index: 2000;
    }

    .LSRes {
        background: #fff;
        position: absolute;
        float: left;
        top: 0;
        width: 482px;
        border: 1px solid #adadad;
        margin: 69px 0 0 21px;
        padding: 0;
        z-index: 2000;
    }

    .LSproduct {
        background: #fbfbfb;
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        font-family: 'Arial', sans-serif;
        font-size: 12px;
        font-weight: bold;
        height: 53px;
        text-align: left;
        line-height: 52px;
        vertical-align: middle;
        border: none;
        border-bottom: 1px solid #f3f3f3;
        cursor: pointer;
    }

    .LSproduct:hover {
        background: #fff;
        display: block;
        position: relative;
        margin: 0;
        font-family: 'Arial', sans-serif;
        font-size: 12px;
        font-weight: bold;
        height: 53px;
        text-align: left;
        line-height: 52px;
        vertical-align: middle;
        cursor: pointer;
    }

    .LSproduct span.imageResult {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        float: left;
        width: 60px;
        height: 50px;
        line-height: 53px;
        margin: auto;
        padding: 0 0 0 5px;
        border: none;
    }

    .LSproduct span.imageResult img {
        display: inline-table;
        position: relative;
        max-width: 48px;
        max-height: 40px;
        height: auto;
        line-height: 53px;
        vertical-align: middle;
        margin: 3px auto;
        padding: 0;
        border: none;
    }

    .LSproduct span.titleResult {
        display: table;
        white-space: normal;
        position: relative;
        float: left;
        width: 220px;
        height: 53px;
        vertical-align: middle;
        margin: 0 0 0 5px;
        padding: 0;
        border: none;
        font-size: 14px;
        font-weight: normal;
        line-height: 15px;
        text-align: left;
        color: #5a5a5a;
        text-decoration: none;
    }

    .LSproduct span.titleResult:hover {
        color: #e30613;
        text-decoration: none;
    }

    .LSproduct span.titleResult div {
        display: table-cell;
        vertical-align: middle;
        line-height: normal;
    }

    .LSproduct span.limited-stock,
    .LSproduct span.indisponibil,
    .LSproduct span.info-stock,
    .LSproduct span.in-stock-furnizor,
    .LSproduct span.statusResult {
        background: url('../../i/in-stoc.png') no-repeat left center;
        position: relative;
        float: left;
        margin: 0;
        padding: 0 0 0 26px;
        border: none;
        font-size: 12px;
        font-weight: normal;
        text-align: left;
        color: #5a5a5a;
        width: 100px;
        height: 53px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .LSproduct span.in-stock-furnizor {
        background: url('../../i/in-stoc.png') no-repeat left center;
    }

    .LSproduct span.limited-stock {
        background: url('../../i/last_one.png') no-repeat left center;
    }

    .LSproduct span.info-stock {
        background: url('../../i/info_stock.png') no-repeat left center;
    }

    .LSproduct span.indisponibil {
        background: url('../../i/indisponibil.png') no-repeat left center;
    }

    .LSproduct span.priceResult {
        display: table-cell;
        position: relative;
        float: right;
        margin: 0;
        padding: 0 16px 0 0;
        border: none;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        color: #5a5a5a;
    }

    div.all_results {
        height: 55px;
        padding: 11px 0;
        outline: 0;
        text-align: center;
    }

    .LScat {
        background: #fbfbfb;
        display: block;
        position: relative;
        width: 470px;
        margin: 0;
        font-family: 'Arial', sans-serif;
        font-size: 12px;
        font-weight: bold;
        height: 24px;
        text-align: left;
        line-height: 19px;
        vertical-align: middle;
        border: none;
        text-decoration: none;
        color: #5a5a5a;
        padding: 5px 0 5px 10px;
        cursor: pointer;
        clear: both;
    }

    .LSpath:hover,
    .LScat:hover {
        font-size: 13px;
        height: 24px;
        line-height: 19px;
    }

    .categories-list {
        background: #e6e6e6 url('../../i/products-list.png') no-repeat 8px 15px;
        position: relative;
        float: left;
        width: 90%;
        height: 34px;
        margin: 0;
        padding: 0 5%;
        border: none;
        border-bottom: 1px solid #cfcfcf;
        outline: 0;
        font-size: 9.5pt;
        font-weight: bold;
        text-align: left;
        color: #5a5a5a;
        line-height: 34px;
        clear: both;
    }

    .products-list {
        background: url('../../i/products-list.png') no-repeat 8px 15px;
        position: relative;
        float: left;
        width: 90%;
        height: 34px;
        margin: 0;
        padding: 0 5%;
        border: none;
        border-bottom: 1px solid #cfcfcf;
        outline: 0;
        font-size: 9.5pt;
        font-weight: bold;
        text-align: left;
        color: #5a5a5a;
        line-height: 34px;
        clear: both;
    }
}

@media screen and (min-width: 1200px) {
    .header {
        margin-top: 0;
    }

    .logo {
        display: inline-block;
    }

    .topArea {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 auto;
        padding: 0;
        background: transparent;
        max-width: 1200px;
    }

    .top-search {
        width: 580px;
        margin: 47px 0 0 50px;
    }

    .search-label span {
        height: 35px;
    }

    .search-input {
        width: 505px;
    }

    .search-input #livesearch {
        width: 467px;
    }

    .LSRes {
        right: 0;
        top: 12px;
        width: 579px;
    }

    .LSproduct span.titleResult{
        width: 300px;
    }
}
/* START menu */
.trigger{
	display: inline-block;
    cursor: pointer;
}

.menu_trigger{
	float: left;
	background: url("../../i/responsive/trigger_menu.png") no-repeat left center;
	height: 43px;
	width: 43px;
	margin: 14px 0.5em 0 0;
}

.menu_trigger_active {
	float: left;
	background: url("../../i/responsive/trigger_menu_active.png") no-repeat left center;
	height: 43px;
	width: 43px;
	margin: 14px 0.5em 0 0;
}


.menu_container{
	display: none;
}


.menu_container_active{
	/* Meniul este stilizat in menu_bnb.css */
	display: block;
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.nav-menu{
    display: none;
}

@media screen and (min-width: 768px){
    .trigger{
        display: none;
    }

    .menu_container_active,
    .menu_container{
        display: block;
        position:relative;
        top: inherit;
        left: inherit;
    }
}
/* END menu */
/* Start Diferentiatoare */
.nav-infos{
    display: none;
}

@media screen and (min-width: 1024px){
    .nav-infos {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin: 6px 0;
        padding: 0;
        border: none;
        clear: both;
    }

    .info-box {
        display: inline-table;
        position: relative;
        float: left;
        background: url('../../i/bg-info-box.png') no-repeat;
        width: 24.475%;
        -webkit-background-size:cover;
        background-size:cover;
        height: 39px;
        margin: 0 0 0 0.7%;
        padding: 0;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 5px;
    }

    .nav-infos .info-box:nth-child(1){
        margin: 0;
    }

    .info-box:hover {
        border: 1px solid #666;
    }

    .info-box:last-child {
        margin-right: 0;
    }

    .info-box .transport {
        background: url('../../i/icon-transport.png') no-repeat 35px center;
        height: 41px;
        line-height: 27pt;
        vertical-align: middle;
        text-align: center;
        margin: 0;
        padding: 0;
        border: none;
    }

    .info-box .transport a,
    .info-box .transport a:hover {
        font-family: 'sourcesans-semibold', 'Arial', sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #656565;
        margin-left: 40px;
        padding: 0;
        text-decoration: none;
    }

    .info-box .livrare_rapida {
        background: url('../../i/icon-livrare_rapida.png') no-repeat 35px center;
        height: 39px;
        line-height: 27pt;
        vertical-align: middle;
        text-align: center;
        margin: 0;
        padding: 0;
        border: none;
    }

    .info-box .livrare_stoc {
        background: url('../../i/responsive/B2B-logo.png') no-repeat 35px center;
        background-size: auto 70% ;
        height: 39px;
        line-height: 27pt;
        vertical-align: middle;
        text-align: center;
        margin: 0;
        padding: 0;
        border: none;
    }

    .info-box .livrare_rapida a,
    .info-box .livrare_rapida a:hover {
        font-family: 'sourcesans-semibold', 'Arial', sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #656565;
        margin-left: 40px;
        padding: 0;
        text-decoration: none;
    }

    .info-box .livrare_stoc a,
    .info-box .livrare_stoc a:hover {
        font-family: 'sourcesans-semibold', 'Arial', sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #656565;
        margin-left: 68px;
        padding: 0;
        text-decoration: none;
    }

    .info-box .livrare_urgenta {
        background: url('../../i/responsive/retur2.png') no-repeat 35px center;
        background-size: auto 70% ;
        height: 39px;
        line-height: 27pt;
        vertical-align: middle;
        text-align: center;
        margin: 0;
        padding: 0;
        border: none;
    }

    .info-box .livrare_urgenta a,
    .info-box .livrare_urgenta a:hover {
        font-family: 'sourcesans-semibold', 'Arial', sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #656565;
        margin-left: 40px;
        padding: 0;
        text-decoration: none;
    }

    .info-box .gama_produse {
        background: url('../../i/icon-gama_produse.png') no-repeat 35px center;
        width: 100%;
        height: 39px;
        line-height: 27pt;
        vertical-align: middle;
        text-align: center;
        margin: 0;
        padding: 0;
        border: none;
    }

    .info-box .gama_produse a,
    .info-box .gama_produse a:hover {
        font-family: 'sourcesans-semibold', 'Arial', sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #656565;
        margin-left: 40px;
        padding: 0;
        text-decoration: none;
    }

    .info-box-content {
        display: none;
        position: absolute;
        float: left;
        top: 40px;
        margin: 0;
        padding: 0;
        clear: both;
        z-index: 250;
        width: 100%;
    }

    .info-box:hover .info-box-content{
        display: block;
    }

    .informatiilivrare {
        display: none;
        position: absolute;
        top: 15px;
        left: -110px;
        margin: 0;
        padding: 0;
        clear: both;
        z-index: 2500;
    }

    .informatiipuncte {
        display: none;
        position: absolute;
        top: 90px;
        left: -5px;
        margin: 25px 0 0;
        padding: 0;
        clear: both;
        z-index: 2500;
    }

    .informatiipuncte_to_left {
        top: 70px;
        left: -83px;
    }

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .informatiipuncte {
            margin-top: 0;
        }
    }

    .topInfo {
        position: relative;
        float: left;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
        border: none;
        clear: both;
    }

    .topInfo img {
        position: relative;
        float: left;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
        border: none;
        clear: both;
    }

    .contentInfo {
        position: relative;
        float: left;
        background: url('../../i/content-tooltip.png') no-repeat left bottom;
        background-size: cover;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
        border: none;
        clear: both;
    }

    .contentInfo p {
        position: relative;
        float: left;
        margin: 0;
        padding: 8px 12px 12px 12px;
        border: none;
        font-size: 8pt;
        font-weight: normal;
        line-height: 16px;
        color: #656565;
        text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.1);
        text-align: left;
    }
}
/* End Diferentiatoare */
/* END TOP AREA */
/* START BOTTOM AREA */
.bottomArea{
    display: block;
    position: relative;
    width: 93%;
    margin: 0 3%;
    padding: 0;
    border: none;
    height: 105%;
    background: #e7e7e7 url('../../i/bg-bottom.png') repeat-x 0 0;
    background-position-y: -74px;
    float: left;
    clear: both;
    z-index: 1;
}

.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
    float: left;
    clear: both;
}

.nav-brands,
.footer-eu,
.footer-ajutor,
.footer-locatii,
.footer-cubics,
.footer-infos .social{
    display: none;
}

.footer-comenzi {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0 19px 0 12px;
    clear: both;
}

.footer-comenzi p {
    background: url('../../i/phone-icon.png') no-repeat 0 0;
    position: relative;
    float: left;
    height: 24px;
    margin: 20px 0 2px 0;
    padding: 2px 0 0 33px;
    font-family: 'sourcesans-regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #303030;
    text-align: left;
}

.footer-comenzi .h3title {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: normal;
    font-size: 23px;
    line-height: 38px;
    color: #555;
    text-align: left;
    font-family: 'Arial', sans-serif;
}

.magazin-orar {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}

.magazin-orar .h3title {
    background: url('../../i/magazine.png') no-repeat 0 0;
    position: relative;
    float: left;
    height: 20px;
    margin: 14px 0;
    padding: 0 0 0 35px;
    font-family: 'sourcesans-regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #303030;
    text-align: left;
}

.magazin-orar div {
    position: relative;
    float: left;
    margin: 0 0 12px 0;
    padding: 0;
    font-family: 'sourcesans-regular', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #303030;
    text-align: left;
}

.magazin-orar div span {
    position: relative;
    float: left;
    margin: 3px 0;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 15px;
    color: #303030;
    text-align: left;
}

.socialLinks {
    display: table;
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    clear: both;
}

.social_item {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    clear: none;
}

.social_item img {
    margin: 0 9px 0 0;
    padding: 0;
    border: none;
}

.social_item img a {
    border: none;
    outline: 0;
}

.copyright {
    position: relative;
    float: left;
    width: 100%;
    padding: 14px 19px;
    border: none;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #4b4b4b;
    text-transform: uppercase;
}

.copyright a,
.copyright a:hover {
    font-size: 14px;
    font-weight: normal;
    color: #4b4b4b;
    text-decoration: none;
    outline: 0;
}

@media screen and (min-width: 768px){
    .footer-infos {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0;
        border: none;
        clear: both;
    }

    .footer-ajutor{
        position: relative;
        float: left;
        width: 66.66%;
        height: 100%;
        padding: 0 19px 0 12px;
        clear: left;
        display: inline-block;
    }

    .footer-ajutor .h3title {
        float: left;
        width: 100%;
        font-family: 'sourcesans-regular', 'Arial', sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #303030;
        margin: 14px 0;
        padding: 0;
        text-align: left;
        clear: both;
    }

    .ajutor-links {
        position: relative;
        float: left;
        width: 100% !important;
        margin: 0;
        padding: 0;
        border: none;
    }

    .ajutor-links div {
        position: relative;
        float: left;
        width: 45% !important;
        margin: 0 5% 0 0;
        padding: 0;
        border: none;
    }

    .ajutor-links div:last-child {
        float: right;
        width: 50%;
        margin-right: 0;
    }

    .ajutor-links div a,
    .ajutor-links div a:hover {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        color: #303030;
        text-align: left;
        font-weight: normal;
        text-decoration: none;
        outline: 0;
        font-family: 'Arial', sans-serif;
    }

    .footer-comenzi {
        position: relative;
        float: left;
        width: 33.33%;
        height: 100%;
        padding: 0 19px 0 12px;
        clear: right;
    }
}

@media screen and (min-width: 1024px){
    .footer-ajutor{
        width: 35%;
    }

    .footer-comenzi{
        width: 25%;
    }

    .footer-infos {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin: 0 0 -10px 0;
        padding: 5px 0 0 0;
        border: none;
        clear: both;
    }


    .footer-infos-fixed{
        height: 318px;
    }

    .footer-locatii {
        width: 40%;
        display: inline-block;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        border: none;
    }

    .footer-locatii p {
        background: url('../../i/locations-icon.png') no-repeat 0 0;
        position: relative;
        float: left;
        height: 24px;
        margin: 20px 0 12px 0;
        padding: 2px 0 0 33px;
        font-family: 'sourcesans-regular', 'Arial', sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #303030;
        text-align: left;
        clear: both;
    }

    .infoLocatii {
        display: inline-block;
        position: relative;
        float: left;
        width: 50% !important;
        margin: 0 3% 0 0;
        padding: 0;
        border: none;
    }

    .infoLocatii2 {
        display: inline-block;
        position: relative;
        float: left;
        width: 43% !important;
        margin: 0 3% 0 0;
        padding: 0;
        border: none;
    }

    .infoLocatii p.city,
    .infoLocatii2 p.city {
        display: block;
        background: none;
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        font-family: 'sourcesans-regular', 'Arial', sans-serif;
        font-weight: normal;
        font-size: 16px;
        color: #2c2c2c;
        text-align: left;
        text-shadow: 1px 1px #c1c1c1;
    }

    .infoLocatii span,
    .infoLocatii2 span {
        display: block;
        background: none;
        position: relative;
        float: left;
        width: 100%;
        top: -2px;
        margin: 0 0 5px 0;
        padding: 0;
        font-weight: normal;
        line-height: 16px;
        font-size: 12px;
        color: #727272;
        text-align: left;
        text-transform: capitalize;
    }

    .footer-eu {
        display: block;
        position: relative;
        clear: both;
        margin: 0;
        padding: 10px 0 0 0;
        width: 100%;
        border: none;
        float: left;
    }

    .footer-eu #footer-ue-img-color{
        display: none;
        outline:none;
        border:none;
        margin: 1% 1%;
        width: 98%;
        height: auto;
        float: left;
    }

    .footer-eu #footer-ue-img {
        display: block;
        outline:none;
        border:none;
        margin: 1% 1%;
        width: 98%;
        height: auto;
        float: left;
    }

    .footer-eu .bottom_line {
        display: block;
        width: 200%;
        position: absolute;
        clear: both;
        bottom: -10px;
        left: -50%;
        background-color: #bbb;
        height: 1px;
        z-index: 1000;
    }

    .copyright{
        float: left;
        width: auto;
        display: inline-block;
    }

    .footer-infos .social {
        display: inline-block;
        position: relative;
        float: right;
        right: 0;
        width: auto;
        margin: 11px 19px;
        padding: 0;
        border: none;
        overflow: hidden;
    }

    .social-container {
        position: relative;
        float: right;
        min-width: 80px;
        width: auto;
        margin: 0 0 0 10px;
        padding: 0;
        border: none;
    }

    .developed_by {
        position: relative;
        float: right;
        right: 0;
        min-width: 80px;
        width: auto;
        margin: 0 0 0 10px;
        padding: 0;
        border: none;
        clear: both;
        overflow: hidden;
    }

    .social-container {
        position: relative;
        float: right;
        min-width: 80px;
        width: auto;
        margin: 0 0 0 10px;
        padding: 0;
        border: none;
    }
}

@media screen and (min-width: 1200px){
    .bottomArea{
        width: 100%;
        margin: 0;
        float: left;
        clear: both;
        position: absolute;
        bottom: 0;
        height: 460px;
        /* height: 530px;*/
         background-position: 0 0;
         text-align: center;
         overflow: hidden;
 }

 .footer{
     max-width: 1200px;
     float: none;
 }

 .nav-brands {
     display: table;
     position: relative;
     float: left;
     width: 100%;
     line-height: 73px;
     vertical-align: middle;
     margin: 0;
     padding: 0;
     border: none;
 }

 .left-nav-brands,
 .right-nav-brands {
     display: table-cell;
     position: relative;
     float: left;
     width: 15px;
     margin: 0;
     padding: 0;
     height: 73px;
     border: none;
 }

 .all_manufactures_links,
 .all_manufactures_links a {
     display: inline-block;
     margin: 0;
     text-align: right;
     font-family: 'Arial', sans-serif;
     font-size: 14px;
     width: 110px;
     color: #4b4b4b;
     text-decoration: none;
 }

 .left-nav-brands img {
     float: left;
     width: 7px;
     height: 21px;
     margin: 25px 0 0 0;
     padding: 0;
     border: none;
     cursor: url('../../images/cursors/cursor_arrow_left.cur'), url('../../images/cursors/cursor_arrow_left.cur'), e-resize;
 }

 .right-nav-brands img {
     float: right;
     width: 7px;
     height: 21px;
     margin: 25px 0 0 0;
     padding: 0;
     border: none;
     cursor: url('../../images/cursors/cursor_arrow_right.cur'), url('../../images/cursors/cursor_arrow_right.cur'), e-resize;
 }

 .inner-nav-brands {
     display: inline;
     position: relative;
     float: left;
     width: 1060px;
     height: 73px;
     margin: 0;
     padding: 0;
     border: none;
     white-space: nowrap;
     overflow: hidden;
 }

 .inner-nav-brands div {
     position: relative;
     float: left;
     width: 120px;
     margin: 0;
     padding: 0;
     border: none;
     text-align: center;
 }

 .inner-nav-brands div img {
     max-width: 80px;
     max-height: 45px;
     line-height: 73px;
     vertical-align: middle;
     margin: 0 auto;
     padding: 0;
     border: none;
 }

 .inner-nav-brands div a img {
     outline: 0;
 }

 .inner-nav-brands ul.items-nav-brands {
     display: inline;
     position: relative;
     float: left;
     list-style: none;
     width: 1080px;
     height: 73px;
     margin: 0;
     padding: 0;
     clear: both;
     white-space: nowrap;
     overflow: hidden;
 }

 .inner-nav-brands ul.items-nav-brands li {
     position: relative;
     float: left;
     width: 120px;
     margin: 0;
     padding: 0;
     border: none;
     text-align: center;
 }

 .inner-nav-brands ul.items-nav-brands li img {
     max-width: 80px;
     max-height: 45px;
     line-height: 73px;
     vertical-align: middle;
     margin: 0;
     padding: 0;
     border: none;
 }

 .inner-nav-brands ul.items-nav-brands li img a {
     outline: 0;
 }
 .footer-ajutor{
     width: 30%
 }

 .footer-comenzi{
     width: 24%;
 }

 .footer-locatii{
     width: 37%;
 }

 .footer-cubics {
     position: relative;
     float: right;
     width: 100px;
     margin: 0;
     padding: 0;
     border: none;
     display: inline-block;
 }

 .cub-produse {
     background: #ebebeb url('../../i/cub-produse.png') no-repeat top center;
     width: 100px;
     height: 96px;
     margin: 0 0 8px 0;
     padding: 0;
     border: none;
 }

 .cub-clienti {
     background: #ebebeb url('../../i/cub-clienti.png') no-repeat top center;
     width: 100px;
     height: 96px;
     margin: 0 0 8px 0;
     padding: 0;
     border: none;
 }

 .cub-livrari {
     background: #ebebeb url('../../i/cub-livrari.png') no-repeat top center;
     width: 100px;
     height: 96px;
     margin: 0;
     padding: 0;
     border: none;
 }

 .cub-produse p,
 .cub-clienti p,
 .cub-livrari p {
      font-family: 'sourcesans-semibold', 'Arial', sans-serif;
     font-size: 26px;
     color: #555555;
     font-weight: bold;
     text-align: center;
     line-height: 16px;
     margin: 0;
     padding: 54px 0 0 0;
     border: none;
 }

 .cub-produse div,
 .cub-clienti div,
 .cub-livrari div {
     font-family: 'sourcesans-regular', 'Arial', sans-serif;
     font-size: 11px;
     color: #555555;
     font-weight: normal;
     text-align: center;
     margin: 0;
     padding: 0;
     border: none;
 }
}
/* END BOTTOM AREA */
/* START INDEX */
.first_row_index{
	display: block;
	max-width: 100%;
    overflow: hidden;
    float: right;
    clear: both;
    padding: 0;
    width: 100%;
    cursor: pointer;
}
@media screen and (min-width: 1200px){
    .first_row_index{
        float: none;
        max-width: 1200px;
        margin: 0 auto;
    }
}
/* @todo: Second row */
.category_container{
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	display: block;
	padding: 0;
	margin-top: 0.25em;
}

.category_container .category_row{
	display: block;
	width: 100%;
	position: relative;
	margin: 0 0 0.25em 0;
	border: none;
	vertical-align: top;
}

.category_container .category_row .category_featured{
	display: inline-block;
	width: 50%;
	height: auto;
	border: none;
	background: transparent;
	vertical-align: top;
	padding: 0 0.25em 0 0;
	-webkit-transition: margin 1s ease-out, width 1s ease-out;
	transition: margin 1s ease-out, width 1s ease-out;
    clear: none;
    float: left;
}

.category_container .category_row .category_featured:nth-child(2n){
	padding: 0 0 0 0.25em;
}

.category_container .category_row:nth-child(2n){
	margin: 0;
}

.category_row .category_featured a{
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

.category_featured a img{
	display: block;
	width: 90%;
	max-width: 130px;
	height: auto;
    margin: 10px auto 0 auto;
}

.box-categ {
    display: table;
    background: #fdfdfd;
    position: relative;
    float: left;
    width: 100%;
    height: 158px;
    margin: 0 0.5em 0.5em 0;
    padding: 0;
    border: 1px solid #cecece;
    border-radius: 5px;
}

.box-categ-logo{
    position: relative;
    width: 100%;
    height: 100%;
}

.box-categ-name{
    display: inline-block;
    position: absolute;
    width: 100%;
    font-family: 'sourcesans-bold', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #4b4b4b;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    outline: 0;
    bottom: 2px;
}

@media screen and (min-width: 768px) {
    .category_container .category_row .category_featured {
        width: 24.5%;
    }

    .category_container .category_row .category_featured:nth-child(2n){
	    padding: 0 0 0.25em 0.25em;
        margin: 0 0.5em 0.25em 0;
    }

    .category_container .category_row .category_featured:nth-child(4n){
        margin: 0 0 0.25em 0
    }

    .box-categ{
        margin: 0;
    }
}

@media screen and (min-width: 1200px){
    .category_container{
        padding: 0;
        max-width: 1200px;
        margin: 0 auto;
        float: none;
    }

    .category_container .category_row{
        float: left;
        clear: both;
    }

    .category_container .category_row .category_featured:nth-child(2n),
    .category_container .category_row .category_featured {
        width: 24.625%;
        margin-right: 0.5%;
        padding: 0;
    }

    .category_container .category_row .category_featured:nth-child(4) {
         margin: 0;
         padding: 0;
    }

    .box-categ{
        height: 200px;
    }

    .box-categ-logo{
        display: table;
        vertical-align: middle;
        float: none;
        height: 150px;
        position: relative;
    }

    .box-categ-logo a:nth-child(1){
        height: 150px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        float: none;
    }

    .box-categ-logo a:nth-child(2){
        position: absolute;
        bottom: -50px;
        height: 50px;
        line-height: 20px;
        left: 3%;
        max-width: 94%;
        vertical-align: middle;
    }

    .category_featured a img{
        width: auto;
        max-width: 150px;
        display: inline-block;
        float: none;
        margin: auto;
    }
}
/* @todo breadcrumbs */
.breadcrumb {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.breadcrumb > span{
    display: none;
}

.breadcrumb > span:nth-child(1) {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
}

.breadcrumb span.home_breadcrumb_mobile{
    background: url('../../i/home-gray.png') no-repeat;
    height: 21px;
    width: 23px;
    display: inline-block;
}

.breadcrumb span.home_breadcrumb_desktop{
    display: none;
}

.breadcrumb span.white-white {
    background: url('../../i/white-arrow-breadcrumb_new.png') no-repeat right top;
    position: relative;
    float: left;
    height: 21px;
    font-size: 11px;
    font-weight: bold;
    color: #515151;
    line-height: 21px;
    text-align: left;
    margin: 0;
    padding: 0 16px 0 12px;
}

.breadcrumb span.white-white a, .breadcrumb span.white-white a:hover {
    font-size: 11px;
    font-weight: bold;
    color: #797979;
    line-height: 21px;
    text-align: left;
    margin: 0;
    padding: 0 2px;
    text-decoration: none;
}

.breadcrumb span.white-gray {
    background: url('../../i/gray-arrow-breadcrumb_new.png') no-repeat right top;
    position: relative;
    float: left;
    height: 21px;
    font-size: 11px;
    font-weight: bold;
    color: #515151;
    line-height: 21px;
    text-align: left;
    margin: 0;
    padding: 0 16px 0 12px;
}

.breadcrumb span.white-gray a,
.breadcrumb span.white-gray a:hover {
    font-size: 11px;
    font-weight: bold;
    color: #797979;
    line-height: 21px;
    text-align: left;
    margin: 0;
    padding: 0 2px;
    text-decoration: none;
}

.breadcrumb span.gray {
    background: url('../../i/bg-gray-breadcrumb.png') no-repeat right top;
    position: relative;
    float: left;
    height: 21px;
    font-size: 11px;
    font-weight: bold;
    color: #515151;
    line-height: 21px;
    text-align: left;
    margin: 0;
    padding: 0 16px 0 12px;
    display: inline;
}

@media screen and (min-width: 768px) {
    .breadcrumb > span{
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        border: none;
        display: inline-block;
    }

    .breadcrumb span.home_breadcrumb_mobile{
        display: none;
    }

    .breadcrumb span.home_breadcrumb_desktop{
        display: inline-block;
    }
}
/* end breadcrumbs */
/* @todo bnb_container */
.bnb_container{
    float: left;
	clear: both;
	width: 100%;
	position: relative;
	display: block;
	padding: 0;
	margin-top: 0.25em;
    background: #ffffff;
    z-index: 5;
}

.tab-list{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    border: none;
    clear: both;
    z-index: 10;
}

.tab-list .tabnav {
    display: inline;
    white-space: nowrap;
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 1px 0 0;
    padding: 0;
    border:1px solid #e5e5e5;
    border-bottom: none;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}

.tab-list .tabnav li {
    display: block;
    background: #ffffff;
    border-bottom:1px solid #e5e5e5;
    width: 100%;
    height: 44px;
    position: relative;
    font-family: 'sourcesans-regular', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #797979;
    margin: 0 3px 0 0;
    text-align: center;
    line-height: 44px;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
}
.tab-list .tabnav li.selected,
.tab-list .tabnav li:hover {
    background: url('../../i/tabnav-on.png') no-repeat 10% 10%;
    -webkit-background-size:120%;
    background-size: 120%;
    color: #fff;
}

.tab-list .tabnav li a {
    display: block;
    color: #4b4b4b;
    text-decoration: none;
    text-align: center;
    outline: 0;
}

.tab-list .tabnav li.selected a,
.tab-list .tabnav li:hover a{
    text-decoration: none;
    text-align: center;
    color: #fff;
    outline: 0;
}

.toate-produsele{
    display: none;
}

@media screen and (min-width: 768px){
    .tab-list .tabnav{
        border: none;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
    }

    .tab-list .tabnav li{
        display: inline-block;
        width: auto;
        min-width: 15%;
        float: left;
        padding: 0 20px;
        margin: 0 5px 0 0;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
    }

    .tab-list .tabnav li.selected,
    .tab-list .tabnav li:hover{
        border: 1px solid #e5e5e5;
        border-bottom: none;
        background-size: 200%;
    }

    .listing-products{
        float: left;
        width: 100%;
        clear: both;
        position: relative;
    }

    .toate-produsele{
        background: url(../../i/view-all.png) no-repeat right center;
        position: absolute;
        top: -52px;
        line-height: 42px;
        vertical-align: middle;
        margin: 0;
        padding: 0 10px 0 0;
        border: none;
        right: 0;
        display: inline-block;
        z-index: 4000;
        cursor: pointer;
    }

    .toate-produsele a,
    .toate-produsele a:hover {
        font-family: 'sourcesans-regular', 'Arial', sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #656565;
        padding: 0;
        text-decoration: none;
    }
}
@media screen and (min-width: 1024px){
    .breadcrumb {
        width: 100%;
        margin: 0;
    }

    .bnb_container{
        padding: 0;
    }

    .bnb_container.featured_products{
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px){
    .bnb_container{
        width: 1200px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }


}
/* @todo: Modal continue shopping */
#modalContinueShoppingOrCheckout {
    position: fixed;
    left: 0;
    top: 25%;
    display: none;
    width: 100%;
    margin: auto;
    z-index: 850;
    text-align: center;
    padding: 10px;
}

.ajaxLoaderContainer {
    width: 100%;
    height: 150px;
    border: 1px solid #808080;
    background-color: #FBFBFB;
    -webkit-box-shadow: -3px 3px 3px 1px rgba(176, 176, 176, 0.36);
    -moz-box-shadow: -3px 3px 3px 1px rgba(176, 176, 176, 0.36);
    box-shadow: -3px 3px 3px 1px rgba(176, 176, 176, 0.36);
    border-radius: 5px;
    padding: 10px;
}

.ajaxLoaderContainer > p {
    color: #626262;
    font-family: sourcesans-light, sans-serif;
    font-size: 13px;
    text-align: center;
    margin-top: 45px;
    clear: both;
    padding-left: 3px;
}

.ajaxLoaderContainer > div.ajaxLoader {
    background: url('../../i/ajax-loader-small.gif') no-repeat center center;
    margin: 10px auto auto;
    width: 16px;
    height: 16px;
}

#modalDecide {
    display: block;
    border: 1px solid #808080;
    background-color: #FBFBFB;
    -webkit-box-shadow: -3px 3px 3px 1px rgba(176, 176, 176, 0.36);
    -moz-box-shadow: -3px 3px 3px 1px rgba(176, 176, 176, 0.36);
    box-shadow: -3px 3px 3px 1px rgba(176, 176, 176, 0.36);
    width: 100%;
    height: 175px;
    margin: auto;
    top: 25%;
    border-radius: 7px;
}

#modalDecide .modalButton {
    display: table-cell;
    margin-top: 10px;
    vertical-align: middle;
    width: 100%;
    height: 35px;
    cursor: pointer;
    float: left;
    clear: both;
}

#backToShopping {
    background: url('../../i/continua_cumparaturi.png') no-repeat center;
    float: none;
}

#goToCheckout {
    background: url('../../i/vezi_cosul_rosu.png') no-repeat center;
    float: none;
}

#modalDecide p.modalTitles {
    display: block;
    font-family: sourcesans-light, sans-serif;
    text-align: left;
    padding-top: 10px;
    clear: both;
    padding-left: 32px;
}

#modalDecide p.modalTitle {
    font-family: sourcesans-light, sans-serif;
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 0;
    float: left;
}

#modalDecide p.modalSubtitle {
    color: #626262;
    font-family: sourcesans-light, sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
}

@media screen and (min-width: 480px){
    #modalDecide{
        width: 380px;
        height: 135px;
    }

    #modalDecide .modalButton {
        float: left;
        width: 50%;
        clear: none;
    }
}
/* END: Modal continue shopping */
/* @todo: Category products */
.boxContent h1 {
    position: relative;
  /*  float: left;*/
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    color: #1c1c1c;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    clear: both;
}

.move_to_right {
    display: none;
    float: left;
    position: relative;
    margin: 0;
    clear: both;
    width: 100%;
}

.categ_row{
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.categ_row .categ_semi_row{
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 0.5em;
}

.categ_row .simple-box-categ {
    position: relative;
    float: left;
    width: 49.2%;
    padding: 0;
    margin: 0 0.4% 0 0;
    border: 1px solid #666;
    border-radius: 7px;
    height: 186px;
    overflow: hidden;
    background: #ffffff;
}

.categ_row .simple-box-categ:nth-child(2n){
    margin: 0 0 0 0.4%;
}

.categ_row .box-image {
    display: table;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 150px;
    border: none;
    background: #ffffff;
    vertical-align: middle;
    border-radius: 7px;
}

.categ_row .box-image a {
    display: table-cell;
    outline: none;
    width: 100%;
    float: left;
    clear: both;
    vertical-align: middle;
    border: none;
    text-decoration: none;
    height: 160px;
    margin: 10px 0;
    text-align: center;
}

.categ_row .box-image img {
    display: inline-block;
    position: relative;
    max-width: 90%;
    width: auto;
    height: auto;
    max-height: 140px;
    margin: auto;
    padding: 0;
    vertical-align: middle;
    clear: both;
    float: none;
    border: none;
}

.categ_row .simple-box-categ .box-title {
    display: block;
    position: absolute;
    width: 100%;
    padding: 1% 2%;
    border: none;
    text-align: center;
    clear: both;
    bottom: 0;
}

.categ_row .simple-box-categ .box-title a,
.categ_row .simple-box-categ .box-title a:hover {
    position: relative;
    font-family: 'sourcesans-regular', 'Arial', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #4b4b4b;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
    outline: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .categ_row .categ_semi_row{
        width: 50%;
        clear: none;
    }

    .categ_row .simple-box-categ .box-title a,
    .categ_row .simple-box-categ .box-title a:hover {
        text-align: center;
    }
}


@media screen and (min-width: 1024px) {
    .move_to_right {
        float: none;
        clear: none;
        overflow: hidden;
        display: table-cell;
        vertical-align: top;
        width: 150px;
    }

    .move_to_right .boxLeft {
        float: left;

    }

    .move_to_right .oferte-speciale {
        display: block;
        position: relative;
        float: left;
        width: 11em;
        margin: 6px 0;
        padding: 0;
        border-radius: 7px;
        overflow: hidden;
    }

    .oferte-speciale .navigation-oferte {
        display: block;
        background: url(../../i/bg-oferte.png) no-repeat right center;
        background-size: 100%;
        position: relative;
        float: left;
        width: 100%;
        height: 39px;
        line-height: 39px;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        border: none;
        clear: both;
    }

    .navigation-oferte .h2title {
        position: relative;
        float: left;
        width: 100%;
        height: 39px;
        line-height: 39px;
        vertical-align: middle;
        margin: 0;
        padding: 0 0 0 15px;
        font-family: 'sourcesans-semibold', 'Arial', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        clear: both;
    }

    .box-oferte {
        display: inline-block;
        float: left;
        width: 100%;
        clear: both;
        padding: 0 5px;
        border: 1px solid #e5e5e5;
        overflow: hidden;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }
}

@media screen and (min-width: 1200px){
    .move_to_right .boxLeft{
        border: none;
    }

    .move_to_right .oferte-speciale{
        width: 201px;
    }

    .boxContent{
        width: 999px;
    }

    .categ_row .simple-box-categ{
        width: 230px;
        height: 230px;
    }

    .categ_row .simple-box-categ{
        margin: 0 10px 0 0;
    }

    .categ_row .simple-box-categ:nth-child(2n){
        margin: 0 0 10px 0;
    }

    .categ_row .categ_semi_row{
        margin-bottom: 0;
    }

    .categ_row .simple-box-categ .box-title{
        bottom: 2%;
    }

    .categ_row .box-image{
        line-height: 150px;
    }

    .categ_row .box-image a{
        overflow: hidden;
    }

    .categ_row .box-image img{
        height: auto;
        max-height: 100%;
        width: auto;
        max-width: 90%;
    }

    .category_filters .oferte-speciale:hover .box-oferte .product_group{
        padding-left: 0;
    }
}
/* END: Category products */

/* @todo: Cookie bar */
.cookie_bar_text {
    display: block;
    position: absolute;
    z-index: 100;
    margin: auto;
    right: 0;
    left: 0;
    /*width: 760px;*/
    width: 100%;
    font-family: 'Arial', 'sans-serif';
    font-size: 12px;
    text-align: left;
    border-radius: 5px;
    color: #1b1b1b;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    padding: 2px 100px 2px 5px;
}

.cookie_bar_text .link {
    color: #1b1b1b;
    text-decoration: underline;
}

.cookie_bar_text .close_cookie_bar {
    border: none;
    float: right;
    display: inline-block;
    margin: 2px 10px -3px 0;
    position: absolute;
    top: 2px;
    right: 5px;
    color: red;
}


@media screen and (min-width: 768px) {
    .cookie_bar_text {
        width: 760px;
        padding: 5px 20px;
    }
}

@media screen and (min-width: 1024px){
}

/* End Cookie bar */
/* @start: Butoane */
.button{
    display: inline-block;
    outline: none;
    cursor: pointer;
    line-height: 2em;
    font-size: 1em;
    font-family: verdana, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    border-radius: 0.3em;
    -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;
    padding: 0 1em;
    float: none;
    clear: none;
}

.button_white{
    border: 1px solid #acacac;
    color: #3d3d3d;
    background: #FFFFFF;

}

.button_fixHeight{
    font-size: 16px;
}

.button_red{
    border: 1px solid red;
    color: #fff;
    background: red;
}

.button.button_blue{
    background: #1f4f82;
    color: #fff

}

.button.cumpara{
    border: 1px solid #fff;
    color: #fff;
    background: #1f4f82 url("../../i/icons/cart.png") no-repeat 5px center;
    text-align: left;
    padding-left: 35px;
}

.button.button_small{
    line-height: 24px;
    padding: 0 0.5em;
    font-size: 14px;
    float: right;
    margin-left: 0.2em;
}

.button.button_icon{
    background-image: url("../../i/icons/cart.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    color: transparent;
    width: 30px;

}

@media screen and (min-width: 1200px ){
    #details_buy_product_container .button.cumpara, .tablemobile .button.cumpara {
        font-size: 14px;
        padding: 2px 15px 2px 38px;
    }
}
/* @end: Butoane */
/* @start: 404 */
.containerPageNotFound{
    float: left;
    width: 100%;
    margin: 20px 0;
    border: 1px solid #acacac;
    border-radius: 5px;
    padding: 15px;
}

.containerPageNotFound h2{
    line-height: 130%;
    margin-bottom: 20px;
}

.containerPageNotFound a{
    color: red;
    text-decoration: underline;
}
/* @end: 404 */
/* @start: Plateste cu cardul */
#refacerePlata .order-billing-address{
    padding: 7px 5px 0 5px;
}

#refacerePlata .plateste_cu_card{
    border: none;
    padding: 5px 5px 5px 8px ;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    border-radius: 5px;
    background: transparent;
    display: inline-block;
    font-size: 1em;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#refacerePlata .plateste_cu_card span{
    font-size: 0.95em;
    text-decoration: underline;
    padding-left: 1px;
    display: inline-block;
}
/* @end: Plateste cu cardul */

.subscribe_footer {

    background: #ED1C24;
    font-size: 12px;
    padding: 10px;
    color: white;
    width: 100%;
    clear: both;
}
.subscribe_footer form {
    text-align: center;
}
@media screen and (max-width: 480px) {
    .subscribe_footer span {
        display: block;
        margin-bottom: 3px;
    }
}