/* @todo: Fonturi */
/* Le-am adaugat pe toate din folder ca sa nu mai stau sa vad care cum sunt dar trebuie verificate la final ca sunt prea multe */
@font-face {
    font-family: Asap-Bold;
    src: url('../fonts/Asap-Bold.ttf');
    font-display: swap;

}

@font-face {
    font-family: OpenSans-Bold;
    src: url('../fonts/OpenSans-Bold.ttf');
    font-display: swap;

}

@font-face {
    font-family: OpenSans-Regular;
    src: url('../fonts/OpenSans-Regular.ttf');
    font-display: swap;

}

/* End fonturi */
/* @todo: ELEMENTE GENERALE */
*{
    text-align: left;
    margin: 0;
   /*  padding: 0; am scos pt termeni */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a{
    display: inline-block;
    text-decoration: none;
    width: auto;
 /*   float: left; */
    clear: none;
}

body{
    font-family: Arial, sans-serif;
    display: table;
    vertical-align: top;
    background: #fff;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    min-width: 320px;
    font-size: 1em;
    font-weight: normal;
}

.topAreea,
.bottomAreea{
    float: left;
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}

.desktop{
    display: none;
}

.tabel{
    display: table;
    width: 100%;
    float: left;
    vertical-align: middle;
}

.tabel .coloana{
    clear: both;
    display: table-cell;
    vertical-align: middle;
}
.float_left{
    float: left;
}

.float_right{
    float: right;
}

.hide{
    display: none!important;
}
.strong{
    font-weight: bold;
}

.hideonmobile{
    display: none;
}

.hideontablet{
    display: none;
}

.hideondesktop{
    display: inherit;
}

@media (min-width: 768px) {
    .hideonmobile{
        display: inherit;
    }

    .hideontablet{
        display: none;
    }
}

@media (min-width: 968px) {
    .hideonmobile{
        display: inherit;
    }

    .hideontablet{
        display: none;
    }
}

@media (min-width: 1145px) {
    .hideonmobile{
        display: inherit;
    }

    .hideontablet{
        display: inherit;
    }

    .hideondesktop{
        display: none;
    }
}
@media (min-width: 1145px) {
    body{
        background: #cee7f3  no-repeat center top;
    }
}
/* END ELEMENTE GENERALE */
/* @todo: header */
header,
header nav,
header nav .container{
    width: 100%;
    float: left;
    clear: both;
    display: block;
}

header nav{
    padding: 0 1%;
}

header nav .container{
    position: relative;
}

.trigger{
    cursor: pointer;
    float: left;
    display: inline-block;
    position: relative;
    clear: none;
    outline: none;
}

.trigger_meniu_inactive,
.trigger_meniu_active,
.trigger_meniu{
    display: block;
    background: white url("../i/icons/menu_triger.png") no-repeat center;
    height: 3.875em;
    width: 3.875em;
    border: none;
}

.trigger_meniu_active{
    background: #e9e9e9 url("../i/icons/menu_triger_active.png") no-repeat center;
}

.meniu_principal_inactive,
.meniu_principal{
    display: none;
}

.meniu_principal_active{
    display: block;
    position: absolute;
    top: 3.2em;
    width: 94%;
    background: #e9e9e9;
    z-index: 100;
}

.meniu_principal_active .optiune_meniu{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 1.125em;
    padding: 0 1.875em;
    line-height: 2.5em;
    height: 2.5em;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #d5d5d5;
}

.meniu_principal_active .optiune_secundara{
    color: #7e7e7e;
}

.meniu_principal_active .optiune_meniu:hover{
    background: #fff;
}

.meniu_principal_active .optiune_secundara:hover{
    background: #e9e9e9;
}

.meniu_principal_active .inchide_meniu{
    background: #ffffff;
    text-align: right;
}

.logo_container {
    display: inline-table;
    float: left;
    clear: none;
    width: auto;
    position: relative;
    height: 3.875em;
    vertical-align: middle;
}

.logo_container a{
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 3.875em;
    padding: 0 0.5em;
}
.logo_container img{
    height: auto;
    width: auto;
}

.logo_container span{
    display: inline-block;
    width: 100%;
    float: left;
    clear: both;
    color: #262626;
    font-size: 0.625em;
    font-weight: bold;
    font-family: PFAgoraSlabPro-Bold, sans-serif;
}

.trigger_account_active,
.trigger_account{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    width: 3.8125em;
    height: 3.875em;
    border: 1px solid #e9e9e9;
    background: #ffffff url("../i/icons/trigger_account.png") no-repeat center;
    border-bottom: none;
    border-top: none;
}

.trigger_account_active{
    background: #008dc8 url("../i/icons/trigger_account_active.png") no-repeat center;
    border-right-color: #008dc8;
    border-left-color: #008dc8;
}

.account_container{
    display: none;
}

.account_container_active{
    display: block;
    position: absolute;
    top: 3.2em;
    width: 100%;
    color: #ffffff;
    font-size: 1em;
    z-index: 100;
}

.account_container_active .title,
.account_container_active .title_dark{
    font-family: OpenSans-Regular, sans-serif;
    font-size: 1.25em;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin: 0.8em 0;
    padding-left: 1.5em;
}

.account_container_active .title_dark{
    color: #262626;
}

.account_container_active .login_container{
    background: #008dc8;
    color: white;
    padding-bottom: 0.8em;
}

.account_container_active .tabel{
    clear: both;
    padding: 0 1.5em;
    font-size: 1.25em;
}

.account_container_active .tabel .coloana_label{
    font-family: OpenSans-Bold, sans-serif;
    font-size: 0.7em;
    width: 4.5em;
    line-height: 1em;
}

.account_container_active .tabel .coloana_input{
    width: auto;
}


.account_container_active .tabel .coloana_input input[type="email"],
.account_container_active .tabel .coloana_input input[type="text"],
.account_container_active .tabel .coloana_input input[type="password"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: #ffffff;
    border: 1px solid #ffffff;
    width: 100%;
    height: 2em;
    font-size: 0.825em;
    line-height: 2em;
    outline: none;
}

.spacer_errori{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    font-size: 1.25em;
    height: 1em;
}

.register_container .submit_container,
.login_container .submit_container{
    clear: both;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
}

.button_class{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: auto;
    height: auto;
    text-align: center;
}

.submit_container .button_class{
    width: 80%;
    max-height: 17em;
    height: 2.2em;
    line-height: 2.2em;
    margin: 0.3em auto;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 0.875em;
    color: #ffffff;
    background: #006893;
    border-radius: 0.3em;
}

.account_container_active .divider_container{
    width: 100%;
    height: 0.3em;
    background: #ffffff;
    position: relative;
    float: left;
}

.account_container_active .divider_container .divider{
    position: absolute;
    left: 43%;
    background: #008dc8 ;
    border-radius: 0.75em;
    text-align: center;
    width: 14%;
    top: -0.5em;
    border: 2px solid rgb(255, 255, 255);
    font-family: OpenSans-Regular, sans-serif;
    font-size: 0.875em;
    height: 1.5em;
    line-height: 1.2em;
    max-width: 3em;
}

.account_container_active .register_container{
    color: #262626;
    background: #fff;
}

.register_container .tabel .coloana_input input[type="email"],
.register_container .tabel .coloana_input input[type="password"]{
    border: 1px solid #cbcbcb;
}

.register_container .button_class{
    width: 80%;
    max-height: 17em;
    height: 2.2em;
    line-height: 2.2em;
    margin: 0.3em auto;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 0.875em;
    color: #ffffff;
    background: #006893;
    border-radius: 0.3em;
}

.account_container_active .form_footer{
    color: #262626;
    text-align: right;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 8px 0 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 8px 0 0 rgba(0,0,0,0.3);
    box-shadow: 0 8px 0 0 rgba(0,0,0,0.3);
    background: #ffffff;
}

.form_footer .inchide_meniu{
    float: right;
    margin: 0.5em;
    display: inline-block;
}

.cart_container{
    float: right;
    border: 1px solid transparent;
    width: 3.875em;
    height: auto;
}

.cart_container .cart_trigger,
.cart_container .cart_trigger .mobile{
    float: left;
    width: 100%;
    clear: both;
    display: block;
    position: relative;
}

.cart_container .cart_trigger .cart_icon{
    background: transparent url("../i/icons/cart_icon.png") no-repeat center;
    width: 100%;
    height: 3.125em;
    font-size: 1em;
    display: inline-block;
}

.cart_container .cart_trigger .cart_value{
    background: rgb(222, 0, 120);
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    position: absolute;
    top: 0.35em;
    right: 0.15em;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.875em;
    text-align: center;
    line-height: 1.5em;
    font-family: OpenSans-Bold, sans-serif;
    font-weight: bold;
}

.cart_content_hover{
    display: none;
}

.cart_content_hover:hover{
    display: block;
}

.SearchResults,
.search_container{
    display: none;
}

@media (min-width: 768px) {
    header nav .container{
        margin-top: 32px;
        height: 68px;
        margin-bottom: 3px;
    }

    .meniu_principal_active{
        position: inherit;
        top: inherit;
        width: 100%;
        background: inherit;
    }

    .trigger_meniu_inactive,
    .trigger_meniu_active,
    .trigger_meniu{
        display: none;
    }

    .meniu_principal_inactive,
    .meniu_principal{
        display: block;
    }

    .meniu_principal .optiune_meniu,
    .meniu_principal_active .optiune_meniu,
    .meniu_principal_active .inchide_meniu,
    .inchide_meniu{
        display: none;
    }

    .stick_to_top{
        background: #bdbdbd;
        display: block;
        position: absolute;
        width: 100%;
        top:0;
        left: 0;
        text-align: right;
    }

    .meniu_principal_active .optiune_secundara,
    .meniu_principal_active .optiune_secundara:hover,
    .stick_to_top .optiune_secundara{
        float: none;
        clear: none;
        color: #ffffff;
        background: transparent;
        display: inline-block;
        width: auto;
        border: none;
        height: 31px;
        line-height: 31px;
        vertical-align: middle;
        padding: 0;
        font-family: OpenSans-Regular, sans-serif;
        font-size: 11px;
        margin-left: 10px;
    }

    .stick_to_top .optiune_secundara span{
        display: inline-block;
        margin-left: 20px;
    }

    .stick_to_top .choose_currency{
        display: inline-block;
        height: 31px;
        line-height: 31px;
        vertical-align: middle;
        float: none;
        clear: none;
        width: auto;
        padding: 0 35px 0 10px;
    }

    .stick_to_top .choose_currency a{
        display: inline-block;
        clear: none;
        width: auto;
        padding: 0 7px;
        height: 12px;
        line-height: 12px;
        font-family: OpenSans-Regular, sans-serif;
        font-size: 11px;
        border-left: 1px solid #adadad;
        float: none;
        color: #ffffff;
    }

    .stick_to_top .choose_currency a:nth-child(1){
        border-left: none;
    }

    .logo_container a{
        height: auto;
    }

    .logo_container img{
        height: 34px;
    }

    .trigger_account_active,
    .trigger_account{
        width: 78px;
    }

    .cart_container{
        width: 78px;
    }

    .cart_container .cart_trigger .cart_icon,
    .trigger_account_active,
    .trigger_account{
        height: 70px;
    }

    .cart_container .cart_trigger .cart_value{
        top: 10px;
        right: 8px;
        background: #c8009c;
        line-height: 1.75em;
    }

    .account_container_active{
        top: 68px;
        max-width: 500px;
        right: 0;
    }
}

@media (min-width: 5px) AND (max-width: 767px) {
    .search_container{
        display: inline-block;
        float: right;
        position: relative;
        /* width: 10%; */
        vertical-align: middle;
        border: none;
        /* margin-left: 4.8%; */
        margin-top: 11px;
        right: 130px;
    }

    .search_input{
        display: none;
    }

    .submit_search{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../i/icons/searchinput-noborder.png") no-repeat 0 0;
        border:none;
        color: transparent;
        position: absolute;
        height: 33px;
        width: 33px;
        top:0;
        right:2px;
        outline: none;
    }
}

@media (min-width: 767px) AND (max-width: 968px) {
    .search_container{
        display: inline-block;
        float: right;
        position: relative;
        /* width: 10%; */
        vertical-align: middle;
        border: none;
        /* margin-left: 4.8%; */
        margin-top: 11px;
        right: 470px;
        margin-top: 17px;
    }

    .search_input{
        display: none;
    }

    .submit_search{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../i/icons/searchinput-noborder.png") no-repeat 0 0;
        border:none;
        color: transparent;
        position: absolute;
        height: 33px;
        width: 33px;
        top:0;
        right:2px;
        outline: none;
    }
}

@media (min-width: 968px) {
    .search_container{
        display: inline-block;
        float: none;
        position: relative;
        width: auto;
        height: 68px;
/*        line-height: 68px; */
        vertical-align: middle;
        border: none;
        margin-left: 4.8%;
        margin-top: 17px;
    }

    .search_input{
        background: url("../i/assets/searchbackground.png") repeat-x 0 0;
        width: 250px;
        height: 35px;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        padding: 0 35px 0 17px;
        overflow: hidden;
        outline: none;
        color: #353535;
        font-family: Tahoma, sans-serif;
        font-size: 14px;
    }

    .search_input:-ms-input-placeholder{
        color: #353535;
        opacity: 1;
    }
    .search_input::-webkit-input-placeholder{
        color: #353535;
        opacity: 1;
    }
    .search_input::-moz-placeholder{
        color: #353535;
        opacity: 1;
    }
    .search_input:-moz-placeholder{
        color: #353535;
        opacity: 1;
    }

    .submit_search{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../i/icons/searchinput.png") no-repeat 0 0;
        border:none;
        color: transparent;
        position: absolute;
        height: 33px;
        width: 33px;
        top:0;
        right:2px;
        outline: none;
    }
}

@media (min-width: 1145px) {
    header{
        background: #fbfbfb;
        -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.25);
        -moz-box-shadow: 0 3px 0 0 rgba(0,0,0,0.25);
        box-shadow: 0 3px 0 0 rgba(0,0,0,0.25);
        z-index: 3;
    }

    header nav{
        padding: 0;
    }

    .meniu_principal_inactive,
    .meniu_principal{
        background: #bdbdbd;
        display: block;
        width: 100%;
        height: 31px;
        top: 0;
        position: absolute;
    }

    .stick_to_top{
        max-width: 1120px;
        float: none;
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    header nav .container{
        max-width: 1120px;
        float: none;
        margin: 31px auto 0 auto;
    }

    .trigger_account{
        margin-top: 3px;
        background-color: transparent;
    }

    .trigger_account_active{
        margin-top: 3px;
    }

    .account_container_active{
        top: 71px;
    }

    .logo_container img{
        position: absolute;
        height: auto;
        width: auto;
        top: -15px;
        z-index: 3;
    }

    .logo_container span{
        position: absolute;
        width: 108px;
        top: 48px;
        left: 86px;
        font-family: "PF Agora Slab Pro", sans-serif;
        font-size: 12px;
    }

    .cart_container .cart_trigger .mobile{
        display: none;
    }

    .cart_container .cart_trigger .desktop{
        float: left;
        width: 100%;
        clear: both;
        display: block;
        position: relative;
    }

    .cart_container .cart_trigger:hover{
        background: #008dc8;
    }

    .cart_container .cart_trigger:hover + .cart_content_hover{
        display: block;
    }

    .cart_content_hover {
        position: absolute;
        border: none;
        width: 220px;
        top: 71px;
        z-index: 9;
        right: 1px;
        background: #ffffff;
        display: none;
        -webkit-box-shadow: 0 8px 0 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 8px 0 0 rgba(0,0,0,0.3);
        box-shadow: 0 8px 0 0 rgba(0,0,0,0.3);
    }
    .cart_content_hover .hover_title{
        background: #008dc8;
        color: #ffffff;
        float: left;
        width: 100%;
        display: inline-block;
        padding: 3px 0 3px 10px;
        font-weight: bold;
    }
    .search_container{
        margin-left: 236px;
        position:relative;
        z-index: 3000;
    }

    .search_input{
        width: 307px;
        z-index: 6;
    }

    .SearchResults{
        position: absolute;
        height: 500px;
        width: 307px;
        display: block;
        top: 35px;
        background: #ffffff;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        overflow-y: scroll;
    }

}
/* End header */

/* @todo: main general option*/
main,
main section,
main section .banner_container{
    width: 100%;
    float: left;
    clear: both;
    display: block;
 /*   z-index: 1; */
    position: relative;
}

main{
    background-color: #ffffff;

}

main section{
    margin-bottom: 0.3em;
}

@media (min-width: 768px) {
    main{
        background-color: #ffffff;
    }
}

@media (min-width: 1145px) {
    main{
        max-width: 1145px;
        float: none;
        margin: 0 auto;
        background: #ffffff;
    }

    main section{
        background: #ffffff;
        margin-bottom: 0;
      /*  padding: 0 12px 0 12px;*/
    }
}
/* end main general option */
/* @todo: banners */
.banner_container img{
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

@media (min-width: 1145px) {
    #banner_zone, .topshaddow {
        padding-top: 10px;
        -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: inset 0px 3px 0px 0px rgba(0,0,0,0.25);
        box-shadow: inset 0px 3px 0px 0px rgba(0,0,0,0.25);
    }

    .semi_banners{
        display: none;
    }
}

@media (min-width: 1161px) {
    #banner_zone{
        padding-top: 0;

    }

    .semi_banners,
    .banner_container{
        display: block;
        float: left;
        width: 100%;
        clear: both;
        padding-bottom: 10px;
    }

    .semi_banners{
        padding-bottom: 0;
        padding-left: 10px;
    }

    .semi_banners .small_banner_container{
        float: left;
        width: 556px;
        clear: none;
        padding-bottom: 17px;
    }

    .semi_banners .small_banner_container:nth-child(2n+1){
        margin-right: 8px;
    }

    .small_banner_container img{
        float: left;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }

}
/* end banners */
/* @todo second menu */
#categories_zone{
    padding: 0 1%;
    display: block;
    margin: 0.5em 0;
    float: left;
    clear: both;
    width: 100%;
}

#categories_zone .tabel .coloana{
    width: 33.33%;
    text-align: center;
    background-color: #f8f8f8;
}

#categories_zone a{
    width: 98%;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-bottom: 2px solid #c7c7c7;
    border-radius: 0.3em;
    height: 7em;
}

#categories_zone .trigger_popup{
    width: 100%;
    border: 1px solid #d3d3d3;
    border-bottom: 2px solid #c7c7c7;
    border-radius: 0.3em;
    height: 7em;
}

#categories_zone .title{
    width: 100%;
    text-align: center;
    font-family: Asap-Bold, sans-serif;
    color: #262626;
    text-transform: uppercase;
}

#categories_zone .placer_icoana{
    display: block;
    width: 100%;
    clear: both;
    height: 67px;
    background-size: contain;
    margin-top: 0.5em;
}

#link_tricouri .placer_icoana{
    background: transparent url("../i/icons/tricouri.png") no-repeat center;
}

#link_gadgeturi .placer_icoana{
    background: transparent url("../i/icons/gadgeturi.png") no-repeat center;
}

#link_designer .placer_icoana{
    background: transparent url("../i/icons/designer.png") no-repeat center;
}

#categories_zone  .content_hover{
    display: none;
}

@media (min-width: 768px) {
    #categories_zone{
        position: absolute;
        margin: 0;
        top: -71px;
        right: 178px;
        width: auto;
        padding: 0;
/*        z-index: 20; */
        height: 70px;
    }

    #categories_zone .tabel{
        width: auto;
    }

    #categories_zone .tabel .coloana{
        width: 98px;
        height: 66px;
        background-color: transparent;
        border-left: 1px solid #e9e9e9;
        padding: 0;
        margin: 0;
    }

    #categories_zone .trigger_popup,
    #categories_zone a{
        height: 68px;
        border: none;
        border-radius: 0;
        background: transparent;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 5px;
    }

    #categories_zone .placer_icoana{
        height: 35px;
        background-size: contain;
        margin-top: 7px;
    }

    #link_tricouri .placer_icoana{
        background: transparent url("../i/icons/tricouri_tableta.png") no-repeat center;
    }

    #link_gadgeturi .placer_icoana{
        background: transparent url("../i/icons/gadgeturi_tableta.png") no-repeat center;
    }

    #link_designer .placer_icoana{
        background: transparent url("../i/icons/designer_tableta.png") no-repeat center;
    }

    #categories_zone .title{
        font-size: 12px;
    }

    #link_gadgeturi .mobile,
    #link_tricouri .mobile{
        display: none;
    }

    #link_gadgeturi .desktop,
    #link_tricouri .desktop{
        display: inline-block;
        height: 68px;
        cursor: pointer;
    }

    #categories_zone #link_gadgeturi:hover,
    #categories_zone #link_tricouri:hover{
        background-color: #008dc8;
    }


    #categories_zone #link_gadgeturi:hover .title,
    #categories_zone #link_tricouri:hover .title{
        color: #ffffff;
    }

    #link_tricouri:hover .content_hover,
    #link_gadgeturi:hover .content_hover{
        display: block;
        position: absolute;
        width: 200px;
        border: none;
        z-index: 2500;
        background: #fff;
        -webkit-box-shadow: 0 8px 0 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 8px 0 0 rgba(0,0,0,0.3);
        box-shadow: 0 8px 0 0 rgba(0,0,0,0.3);
        background: #ffffff;
        top: 71px;
    }

    #categories_zone .content_hover a{
        display: block;
        float: left;
        width: 100%;
        color: #008dc8;
        text-align: left;
        padding: 2px 0 2px 15px;
        height: auto;
        font-family: Asap-Bold, sans-serif;
        font-size: 12px;
        background-color: #fbfbfb;
    }

    #categories_zone .content_hover a:hover{
        background: #008dc8;
        color: #ffffff;

    }
}

@media (min-width: 1145px) {
    #link_designer .mobile{
        display: none;
    }

    #link_designer .desktop{
       display: inline-block;
    }
}
/* end second menu */
/* @todo tabs */
#product_zone{
    float: left;
    clear: both;
    display: block;
    margin: 0.5em 0 0 0;
    width: 100%;
}
.product_tabs{
    float: left;
    width: 100%;
    clear: both
}

.product_tabs .product_tab{
    display: none;
}

.product_tabs:hover .product_tab{
    display: block;
    width: 100%;
    font-family: Asap-Bold,sans-serif;
    text-transform: uppercase;
    font-size: 1.125em;
    color: #4a4a4a;

}

.product_tabs .active_product_tab{
    display: block;
    font-family: Asap-Bold,sans-serif;
    text-transform: uppercase;
    font-size: 1.125em;
    color: #4a4a4a;
    background: url("../i/assets/down_arrow.png") no-repeat 95% center;
}

.product_tabs .product_tab .title{
    display: block;
    background-color: #ffffff;
    padding: 1.25em 3em 1.25em 3em;
}

.product_tabs .active_product_tab .title{
    background-color: #ffffff;
    padding: 1.25em 3em 1.25em 3em;
    display: inline-block;
}


.tabs_content{
    float: left;
    width: 100%;
    clear: both;
    background: #fff;
}

@media (min-width: 768px) {
    #product_zone{
        background: #ffffff;
    }


    .product_tabs:hover,
    .product_tabs{
        display: table;
        background: #fff;
    }

    .product_tabs:hover .product_tab,
    .product_tabs .product_tab{
        display: table-cell;
        width: 20%;
        text-align: center;
        background: #f5f5f5;
        height: 50px;
        line-height: 50px;
        border:1px solid #ffffff;
        border-bottom: none;
        cursor: pointer;
    }

    .product_tabs:hover .active_product_tab,
    .product_tabs .active_product_tab{
        background: #ffffff;
        border-color: #f5f5f5;
        cursor: auto;
    }

    .product_tabs .active_product_tab .placer_icoana{
        background: url("../i/assets/down_arrow.png") no-repeat 0 0;
        display: inline-block;
        height: 10px;
        width: 16px;
    }

    .product_tabs .product_tab .title,
    .product_tabs .product_tab .title a,
    .product_tabs .active_product_tab .title{
        background: transparent;
        padding: 0;
        font-family: Asap-Bold, sans-serif;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        color: #262626;
        text-align: center;
    }

    .product_tabs:hover .active_product_tab .title,
    .product_tabs .active_product_tab .title{
        color: #c8009c;
        padding: 0;

    }

    .tabs_content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1145px) {
    #product_zone{
        margin-top: 0;
        padding-top: 0.5em;
    }

    .product_tabs .active_product_tab .title{
        color: #de0078;
    }

    .product_tabs .active_product_tab .placer_icoana{
        background: url("../i/assets/down_arrow_desktop.png") no-repeat 0 8px;
        height: 16px;
    }
}
/* End tabs */
/* @todo: Produse */
.product_row{
    display: block;
    float: left;
    width: 100%;
    position: relative;
    clear: both;
}

.product_row .product_group{
    display: table;
    float: none;
    width: 100%;
    max-width: 600px;
    clear: both;
    vertical-align: top;
    margin: 0 auto 0.5em auto;
}

.product_grid{
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative;
    padding-bottom: 20px;

}

.product_grid .product_container_full,
.product_grid .semi_product_container{
    float: left;
    width: 100%;
    clear: both;
    display: block;
    padding: 0.5em 0.5em 0 0.5em;
}

.product_container_full img{
    width: 100%;
}

.product_grid .product_container_full.bottom_line{
    position: absolute;
   /* bottom: -20px; */
    bottom: -35px;
    padding: 0 0.5em 0.5em 0.5em;
}

.product_grid .semi_product_container{
    width: 50%;
    clear: none;
    padding-right: 0;
}

.product_grid .img_container{
    display: table;
    vertical-align: middle;
    width: auto;
    float: none;
    position: relative;
    margin: 0 auto 10px auto;
    clear: both;
    min-height: 200px;
    padding-top: 20px;
}

.product_grid .img_container .img_placer{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.product_grid .img_placer img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;

}

.product_grid .badge{
    position: absolute;
    right:-4px;
    top: 15%;
    width: 57px;
    height: 30px;
    color: #ffffff;
    font-family: Asap-Bold, sans-serif;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}

.product_grid .badge.fresh_badge{
    background: url("../i/icons/fresh.png") no-repeat 0 0;
}

.product_grid .badge.sale_badge{
    background: url("../i/icons/sales.png") no-repeat 0 0;
}

.stock_type_class{
    float: right;
    clear: right;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    font-size: 13px;
    font-family: Asap-Bold, sans-serif;
    color: #000000;
}
.stock_type_class.in_stock{
    max-width: 34%;
    width: auto;
    background: url("../i/icons/in_stock.png") no-repeat left center;
}

.product_grid .row{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.product_name{
    float: left;
    clear: left;
    display: inline-block;
    width: 65%;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}

.star_container{
    float: left;
    clear: left;
    display: inline-block;
}

.star_container .normal_star{
    display: inline-block;
    height: 12px;
    width: 12px;
}

.star_container .normal_star.full_star{
    background: url("../i/icons/full_star.png") no-repeat 0 0;
}

.star_container .normal_star.half_star{
    background: url("../i/icons/half_star.png") no-repeat 0 0;
}

.star_container .normal_star.zero_star{
    background: url("../i/icons/zero_star.png") no-repeat 0 0;
}

.product_grid .nr_voturi{
    float: right;
    clear: right;
    display: inline-block;
    font-size: 13px;
    font-family: OpenSans-Regular, sans-serif;
    color: #000;
}

.product_grid .price_container{
    float: left;
    clear: both;
    width: 100%;
    display: block;
    position: relative;
}

.product_grid .first_price{
    font-family: OpenSans-Bold, sans-serif;
    font-size: 16px;
    float: left;
    color: #000;
    display: inline-block;
    clear: left;
 /*   height: 32px;
    line-height: 32px; */
}

.product_grid .price_reducere{
    color: #ed0000;
    float: right;
    clear: right;
    display: inline-block;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 16px;
    text-align: left;
}

.product_grid .cut_price{
    text-decoration: line-through;
}

.product_grid .price_reducere span{
    display: inline-block;
    float: left;
    clear: both;
}

.product_grid .price_reducere span:nth-child(2){
    font-family: OpenSans-Regular, sans-serif;
    font-size: 12px;
}

.product_grid .buy_form{
    position: relative;
}

.product_grid .adauga_in_cos{
    float: right;
    display: none;
    width: 100%;
    border-radius: 5px;
    padding: 2px;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: white;
    background: #008dc8;
    border:1px solid #008dc8;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media (min-width: 768px) {
    .product_row{
        display: table;
        background: #fff;
    }


    .product_row .product_group {
        max-width: inherit;
        display: table-cell;
        width: 50%;
        vertical-align: top;
        clear: none;
        float: none;
        margin: 0 0 30px;
        position: relative;
    }

    .product_grid{
        width: 50%;
        position: inherit;
        display: inline-block;
        margin: 0;
        padding: 0;
        clear: none;
        float: left;
    }

    .product_grid .product_container_full,
    .product_grid .semi_product_container{
        max-width: 188px;
        float: none;
        margin: 0 auto;
    }

    .product_grid .product_container_full.bottom_line {
        bottom: inherit;
        position: relative;
    }

    .product_name{
        font-size: 14px;
        color: #262626;
        height: 14px;
        overflow: hidden;
        /* white-space: nowrap; */
        text-overflow: ellipsis;
    }

    .product_grid .nr_voturi,
    .stock_type_class{
        font-size: 11px;
        font-family: OpenSans-Regular, sans-serif;
        color: #262626;
    }

    .product_grid .price_reducere,
    .product_grid .first_price{
        font-size: 14px;
    }

    .product_grid .price_reducere span{
        float: none;
        clear: none;
      /*  height: 32px;
        line-height: 32px; */
    }
    .product_grid .price_reducere span:nth-child(1){
        margin-right: 5px;
    }
}

@media (min-width: 968px) {
    .product_grid .product_container_full,
    .product_grid .semi_product_container{
        max-width: 200px;
    }
}

@media (min-width: 1145px) {
    .product_name{
width: 100%;
        height: 35px;
    }

    .product_grid .row,
    .product_grid .product_container_full,
    .product_grid .semi_product_container{
        position: relative;
    }

    .stock_type_class {
        position: absolute;
        right: -3px;
        top: -36px;
        padding: 0 6px 0 24px;
        height: 22px;
        line-height: 22px;
        border-radius: 3px;
    }

    /*noinspection ALL*/
    .stock_type_class.in_stock{
        background-position: 3px center;
        background-color: #ffffff;
        max-width: inherit;
    }
}
/* END Produse */
/* @todo: Footer */
.bottomAreea{
    background: #f8f8f8;
    border-top: 2px solid #e6e6e6;
    margin-top: 10px;
}

.diferentiatoare{
    display: none;
}

.header_parerea{
    float: left;
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
}


.header_parerea .go_to{
    display: inline-block;
    width: 11px;
    height: 18px;
    cursor: pointer;
}

.go_to.go_left{
    background: url(../i/icons/arrow_left.png) no-repeat 0 0;
}

.go_to.go_right{
    background: url(../i/icons/arrow_right.png) no-repeat 0 0;
}

.header_parerea h4{
    display: inline-block;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 8px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    height: 18px;
    padding: 0 35px
}

.position_container{
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}
.container_client{
    float: none;
    position:relative;
    clear: both;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.container_client .text{
    position: relative;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #e8e8e8 solid 2px;
    padding: 18px;
    color: #666666;
    font-family: OpenSans-Bold, sans-serif;
}

.container_client .text:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 37px;
}

.container_client .text:before{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px 16px 0;
    border-color: #e8e8e8 transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -18px;
    left: 36px;
}


.container_client .client{
    color: #cd31c3;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 14px;
    float: left;
    clear: both;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 20px;
}

.social_newsletter,
.social_network{
    border-top: 2px solid #e6e6e6;
    background: #fff;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

h4.newsletter_footer{
    font-family: OpenSans-Bold, sans-serif;
    font-size: 16px;
    text-align: left;
    float: none;
    width: 80%;
    background: url('../i/icons/plic_albastru.png') no-repeat 0 0;
    margin: 0 auto 20px auto;
    padding-left: 35px;
}

h4.newsletter_footer span{
    clear: left;
    color: #c8009c;
    display: inline-block;
}

.social_newsletter .footer_input{
    float: none;
    width: 80%;
    padding: 10px;
    border: 1px solid #ededed;
    clear: both;
    display: block;
    margin: 0 auto 12px auto;
    outline: none;
}

.social_newsletter .button_submit_form{
    color: #ffffff;
    background: #008dc8;
    font-size: 14px;
    text-align: center;
    border: none;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 80%;
    clear: both;
    font-family: OpenSans-Bold, sans-serif;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inherit;
    margin: 0 auto;
    outline: none;
}

.social_network .facebook_button{
    color: transparent;
    background: url("../i/icons/facebook.png") no-repeat 0 0;
    width: 271px;
    height: 63px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.footer_links{
    background: white;
    float: left;
    clear: both;
    width: 100%;
}

.col_container_bottom{
    width: 50%;
    display: inline-block;
}

.col_container_bottom .row_container{
    background: #f6f6f6;
    border-bottom:1px solid #fff;
    display: block;
    width: 100%;
    float: left;
    clear: both;
    height: 34px;
    text-align: left;
    padding-left: 23px;
    line-height: 34px;
}

.footer_links .col_container_bottom:nth-child(2n+1){
    border-right: 1px solid #fff;
}

.col_container_bottom .header_links{
    color: #000;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    border-top: 1px solid #ebebeb;
}


.col_container_bottom .row_container a{
    color: #9c9c9c;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
}

.mai_mult_footer{
    background: #fff;
    border: 2px solid #e8e8e8;
    width: 270px;
    border-radius: 5px;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 14px;
    color: #000;
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
}

span.copyright_text{
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
    color: #9c9c9c;
    display: block;
    margin: 0 0 0 20px;
    float: left;
}

.logos{
    display: block;
    float: right;
    margin: 0 20px 0 0;
}
.logos .container{
    text-align: center;
    width: 100%;
    float: left;
    display: block;
}

.logos .link_copyright{
    display: inline-block;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    line-height: 31px;
    vertical-align: middle;
    float: none;
}

.logos .link_copyright:nth-child(2n+1){
    margin-right: 26px;
}

@media (min-width: 768px) {
    .bottomAreea{
        border: none;
        background: transparent;
    }

    .diferentiatoare{
        display: block;
        width: 98%;
        float: left;
        clear: both;
        border: 1px solid #e0e0e0;
        border-radius: 7px;
        margin-left: 1%;
        padding: 12px 6px;
        position: relative;
        margin-bottom: 18px;
    }

    .diferentiatoare .container_diferentiator{
        display: inline-block;
        width: 50%;
        float: left;
        border: none;
        position: relative;
        padding: 23px 0 23px 140px;
        text-align: left;
    }

    .diferentiatoare .container_diferentiator .placer_icoana{
        position: absolute;
        top: 23px;
        left: 55px;
        height: 50px;
        width: 50px;
    }

    #diferentiator_designer .placer_icoana{
        background: url("../i/icons/personalizare.png") no-repeat center;
        top: 8px;
    }

    #diferentiator_siguranta .placer_icoana{
        background: url("../i/icons/protectie.png") no-repeat center;
        top: 15px;
    }

    #diferentiator_livrare .placer_icoana{
        background: url("../i/icons/transport.png") no-repeat center;
        top: 12px;
    }

    #diferentiator_satisfactie .placer_icoana{
        background: url("../i/icons/retur.png") no-repeat center;
        top: 12px;
    }

    .container_diferentiator strong{
        float: left;
        display: block;
        clear: both;
        width: 100%;
        text-transform: uppercase;
        font-family: Asap-Bold, sans-serif;
        font-size: 16px;
        color: #262626;
    }

    .container_diferentiator sub{
        float: left;
        display: block;
        clear: both;
        width: 100%;
        text-transform: lowercase;
        font-family: Asap-Bold, sans-serif;
        font-size: 13px;
        color: #262626;
    }

    /*noinspection ALL*/
    .diferentiatoare .container_diferentiator:nth-child(4n+1){
        background-image: linear-gradient(to right, #8ec9e5 10%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 7px 1px;
        background-repeat: repeat-x;
    }

    /*noinspection ALL*/
    .diferentiatoare .container_diferentiator:nth-child(4n+2){
        background-image: linear-gradient(to bottom, #8ec9e5 10%, rgba(255, 255, 255, 0) 0%);
        background-position: left;
        background-size: 1px 7px;
        background-repeat: repeat-y;
    }

    /*noinspection ALL*/
    .diferentiatoare .container_diferentiator:nth-child(4n+3){
        background-image: linear-gradient(to bottom, #8ec9e5 10%, rgba(255, 255, 255, 0) 0%);
        background-position: right;
        background-size: 1px 7px;
        background-repeat: repeat-y;
    }

    /*noinspection ALL*/
    .diferentiatoare .container_diferentiator:nth-child(4n){
        background-image: linear-gradient(to right, #8ec9e5 10%, rgba(255, 255, 255, 0) 0%);
        background-position: top;
        background-size: 7px 1px;
        background-repeat: repeat-x;
    }

    #parerea_clientilor{
        border-top: 2px solid #f0f0f0;
        float: left;
        width: 100%;
        clear: both;
        padding: 17px 0;
        position: relative;
    }

    .header_parerea{
        float: left;
        width: auto;
        clear: none;
        display: inline-block;
    }

    .header_parerea .go_to{
        position: absolute;
        top: 45%;
    }

    .go_to.go_right{
        right: 0;
    }

    .go_to.go_left{
        right: 80%;
    }

    .header_parerea h4{
        padding: 0;
        position: absolute;
        left: 2%;
        top: 12%;
    }

    .position_container{
        display: inline-table;
        width: 79%;
        float: right;
        clear: none;
        vertical-align: top;
    }

    .container_client{
        display: table-cell;
        max-width: inherit;
        width: 50%;
        padding-right: 20px ;
    }

    .container_client .client{
        margin-bottom: 0;
    }

    .container_client.hide{
        display: none;
    }

    .citeste_tot{
        float: right;
        clear: both;
        color: #6c6c6c;
        font-size: 11px;
        font-family: OpenSans-Regular, sans-serif;
        margin-right: 22px;
    }

    .col_container_bottom .row_container{
        width: 50%;
        clear: none;
        border-bottom: none;
    }

    .col_container_bottom .row_container{
        padding: 0;
    }

    .col_container_bottom .header_links{
        height: 230px;
        padding-left: 0;
        text-align: center;
        padding-top: 30px;
    }

    .footer_links .col_container_bottom:nth-child(2n+1){
        border-right: none;
    }

    .col_container_bottom .row_container:nth-child(2){
        border-top: 1px solid #ebebeb;
        padding-top: 30px;
        height: 64px;
    }

    .col_container_bottom .row_container:last-child{
        padding-bottom: 30px;
        height: 64px;
    }

    .footer_links{
        width: 65%;
    }

    .social_newsletter{
        width: 35%;
        bottom: 71px;
        height: 230px;
        right: 0;
        position: absolute;
        border-top: 1px solid #ebebeb;
        background: #f6f6f6;
        padding-top: 35px;
    }

    h4.newsletter_footer{
        font-size: 12px;
        padding-left: 0;
        padding-right: 35px;
        background-position: right;
        margin-left: 10%;
    }

    .social_newsletter .footer_input{
        height: 31px;
        max-width: 214px;
        line-height: 31;
        padding: 0 10px;
        margin-bottom: 15px;
        margin-left: 10%;
    }

    .social_newsletter .button_submit_form{
        padding-bottom: 7px;
        padding-top: 7px;
        max-width: 81px;
        float: left;
        font-size: 12px;
        margin-left: 10%;
    }

    .mai_mult_footer{
        display: none;
    }

    .logos{
        width: auto;
        position: absolute;
        right: 20px;
        margin: 0;
    }

    span.copyright_text{
        margin: 0;
        position: absolute;
        left: 45px;
        bottom: 30px;
        width: auto;
    }

    .social_network{
        padding-top: 20px;
    }

    .copyright_links{
        float: left;
        margin-left: 45px;
        margin-top: 17px;
    }

    .copyright_links a{
        color: #2a2a2a;
        font-family: OpenSans-Regular, sans-serif;
        font-size: 12px;
        padding: 0 6px;
        /*border-left: 2px solid #d5d5d5;*/
    }

    .copyright_links a:nth-child(1){
        padding-left: 0;
        border-left: 0;
    }
}

@media (min-width: 968px) {
    .footer_links {
        width: 52%;
    }

    .social_network{
        border-top: none;
        padding: 0;
        float: none;
        width: auto;
        clear: none;
        position: absolute;
    }

    .facebook_button{
        display: none;
    }

    .social_newsletter{
        width: 48%;
        bottom: 87px;
    }

    h4.newsletter_footer{
        width: 215px;
    }

    .social_newsletter .footer_input{
        max-width: 215px;
    }

    #copyright{
        position: relative;
        float: left;
        width: 100%;
        clear: both;
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .copyright_links{
        margin-top: 0;
    }

    .container_facebook{
        position: absolute;
        width: 150px;
        height: 150px;
        right: 5%;
        top: 15%;
        display: block;
        overflow: hidden;
    }
}

@media (min-width: 1145px) {
    .bottomAreea{
        float: none;
        width: 100%;
        max-width: 1145px;
        margin: 0 auto;
    }

    footer{
        float: left;
        width: 100%;
        clear: both;
        background: #ffffff;
        padding: 0 12px;
        position: relative;
    }

    .diferentiatoare{
        float: left;
        width: 100%;
        margin: 0 0 13px 0;
    }

    .diferentiatoare .container_diferentiator{
        width: 25%;
        padding:14px 0 14px 70px;
        height: 60px;
    }

    .diferentiatoare .container_diferentiator .placer_icoana{
        left: 10px;
    }

    .diferentiatoare .container_diferentiator:nth-child(4n+1){
        background-image: none;
    }

    #diferentiator_designer .placer_icoana{
        top: 0;
    }

    #diferentiator_livrare .placer_icoana{
        top: 0;
        left: 20px;
    }

    #diferentiator_livrare{
        padding-left: 90px;
    }

    /*noinspection ALL*/
    .diferentiatoare .container_diferentiator:nth-child(4n),
    .diferentiatoare .container_diferentiator:nth-child(4n+3){
        background-image: linear-gradient(to bottom, #8ec9e5 10%, rgba(255, 255, 255, 0) 0%);
        background-position: left;
        background-size: 1px 7px;
        background-repeat: repeat-y;
    }

    #diferentiator_siguranta .placer_icoana{
        top:5px;
    }

    #diferentiator_satisfactie .placer_icoana{
        top: 5px;
    }

    .footer_links {
        width: 404px;
        clear: none;
        display: inline-block;
    }

    .col_container_bottom{
        width: 202px;
    }

    .col_container_bottom .row_container,
    .col_container_bottom .row_container:nth-child(2) {
        border-top: none;
        float: left;
        width: 100%;
        clear: both;
        padding-left: 46px;
        padding-bottom: 11px;
        padding-top: 0;
        height: auto;
    }

    .col_container_bottom .header_links{
        width: 100%;
        float: left;
        clear: both;
        padding-top: 25px;
        padding-left: 46px;
        padding-bottom: 27px;
        height: auto;
        border: none;
        line-height: inherit;
        text-align: left;
    }

    .social_newsletter{
        position: relative;
        bottom: inherit;
        right: inherit;
        float: right;
        clear: none;
        display: inline-block;
        height: 320px;
        border-top: none;
        width: 386px;
        padding-left: 43px;
        padding-top: 24px;
        padding-right: 33px;
    }

    h4.newsletter_footer{
        width: 100%;
        float: left;
        padding: 0 0 0 25px;
        background-position: left center;
        background-size: 16px 12px;
        margin: 0 0 15px 0;
    }

    .social_newsletter .footer_input{
        margin: 0;
        clear: none;
        display: inline-block;
    }

    .social_newsletter .button_submit_form{
        margin: 0;
        clear: none;
        float: right;
    }

    .container_facebook{
        width: 309px;
        right: 33px;
        top: 115px;
    }

    #parerea_clientilor{
        width: 331px;
        position: absolute;
        height: 320px;
        left: 416px;
        top: 99px;
        border: 1px solid #e0e0e0;
        padding: 24px 45px;
    }

    .header_parerea{
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

    .header_parerea h4{
        position: relative;
        top: inherit;
        left: inherit;
        float: left;
        text-align: left;
        width: 100%;
    }

    .position_container{
        float: left;
        width: 100%;
        clear: both;
    }

    .container_client{
        display: none;
    }

 /*   .container_client:nth-child(1){ */
    .container_client{
        display: table-cell;
        width: 100%;
        padding: 0;
        height: 230px;
    }

    .container_client .text{
        font-size: 12px;
        max-height: 177px;
        overflow: hidden;
    }

    .go_to.go_right{
        right: 15px;
    }

    .go_to.go_left{
        left: 15px;
    }

    .header_parerea .go_to{
        top: 30%;
        z-index: 9;
    }

    .citeste_tot{
        position: absolute;
        bottom: 0;
        width: 324px;
        left:2px;
        height: 36px;
        line-height: 36px;
        border-top: 1px solid #f3f3f3;
        padding-left: 35px;
    }

    .copyright_links{
        margin-left: 8px;
    }

    span.copyright_text{
        left: 8px;
    }

    .logos{
        right:8px;
    }
}
/* End Footer */