*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    padding: 0;
    background-color:#ffffff;
    width:95%;
}

a {
    color: #485A5E;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #dd0000;
}

.css_menu_mobil {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 30; /* Stay on top */
    top: 0; /* Stay a   t the top */
    left: 0;
    background-color: #373833; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
    opacity: 0.95;
}

/* The navigation menu links */
.css_menu_mobil a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fafaea;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.css_menu_mobil a:hover {
    color: #f1f1f1;
}

.css_menu_mobil_close {
    font-family:arial black;
    font-size: 36px !important;
    padding-right:20px !important;
    margin-right:20px;
    text-align:right;
    color:#ffffff;
}

.css_footer {
    border-top:1px dotted #a0a0a0;
    font-family: arial, sans-serif;
    color: #626262;
    font-size: 15px;
    padding: 5px;
    margin-top:20px;
    text-align: center;
    width:95%;
}

.css_footer a:hover {
    text-decoration: underline;
}

.css_footer_box {
    width:150px;
    text-align:left;
    display:inline-block;
    padding:5px;
    margin:5px;
    vertical-align: top;
    font-size:12px;
    border-top:5px solid #e0e0e0;
}

.css_footer_box a {
    display:inline-block;
}

.css_footer_box a {
    margin:2px;
    display:inline-block;
}

/* desktop */
@media(min-width:800px) {
    .css_mobile {
        display:none;
        visibility: hidden;
    }
    .css_desktop {
        display:block;
        visibility:visible;
    }
    /* desktop */
    .css_container {
        width:100%;
        max-width: 1200px;
        margin:auto;
    }
    .css_container::after {
        clear:both;
    }
    .css_mainbar {
        order:2;
    }
    .css_container_layout_sidebar {
        grid-template-columns: 220px auto;
        column-gap:5px;
    }

    /* desktop */
    .css_box_big {
        width:100%;
        max-width: 1200px;
        min-height: 150px;
        margin:auto;
        padding:0px;
        color: #333333;
        vertical-align: text-bottom;
    }
    .css_box_big a {
        text-decoration: none;
        height: 17px;
    }

    .css_box_big a:hover {
        color:#f00000 !important;
        text-decoration: underline !important;
    }

    /* desktop */
    .css_box_big_t {
        width:100%;
        max-width: 1200px;

        font-family:'Arial';
        font-weight:bold;
        font-size:30px;

        color: #425664;
        background-color:#f0f0f0;

        padding:0;
        margin:5px auto;
    }

    .css_box_big_t a {
        color: #92a6b4;
    }

    .css_box_big_t a:hover {
        color: #0000ff;
    }


    /* desktop */
    .css_product_grid {
        border:1px dotted #e0e0e0;
        cursor:pointer;
        margin:0px 0px 2px 3px;
        padding:2px;
        float:left;
        position:relative;
        display:inline;
        width:230px;
        height: 275px;
        overflow: hidden;
        background-color:#ffffff;
    }
    .css_product_grid:hover {
        border:1px solid #e0e0e0;
    }
    .css_item {
        width:250px !important;
        font-size:15px;
        float:left;
    }
    .css_item:hover {
        background-color:#F1F6E1;
    }
    .css_mobile_cautare_header {
        display:none;
        visibility:hidden;
    }
    .css_cautare_filtre {
        display:block;
    }

    /* desktop */
    .css_top_line {
        background-color: #E8EAE3;
        border-bottom: 1px solid #c0c0c0;
        padding:3px;
        margin:auto;
        color: #000000;
        width:100%;
        max-width:1200px;
        display:block;
        text-align:right;
    }

    .css_top_line img {
        vertical-align: middle;
        width:32px;
        height:32px;
    }
    .css_header {
        margin:auto;
        padding:0;
        width:100%;
        max-width: 1200px;
        display:block;
    }
    .css_menu_desk {
        z-index:30;
        overflow: hidden;
        background-color: #541000;
        font-family: Arial;
        width:100%;
        max-width: 1200px;
        margin:auto;
    }
    .css_menu_desk a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    /* The dropdown container */
    .css_menu_desk_dropdown {
        float: left;
        overflow: hidden;
        z-index:30;
    }

    /* Dropdown button */
    .css_menu_desk_dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit; /* Important for vertical align on mobile phones */
        margin: 0; /* Important for vertical align on mobile phones */
        cursor:pointer;
    }

    .dropbtn a {
        padding:0px;
    }

    .css_menu_desk_dropdown a:hover, .css_menu_desk_dropdown:hover .dropbtn {
        background-color: #770000;
    }

    /* Dropdown content (hidden by default) */
    .dropdown-content {
        z-index:30;
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    /* Add a grey background color to dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #ddd;
    }

    /* Show the dropdown menu on hover */
    .css_menu_desk_dropdown:hover .dropdown-content {
        display: block;
    }
}

.css_slideshow_container {
    /*position: relative;*/
    width:99%;
    height:300px;
}

.css_slide {
    display: none;
    text-align: center;
}

.css_slide_button {
    width:10px;
    font-size:40px;
    color: #888;
    font-weight: bold;
}

.css_product_box {
    border:1px dotted #e0e0e0;
    padding:3px;
    width:100%
        /*background-color:#dd8aff;*/
}

.css_product_box_coperta {
    padding:2px;
    margin-top:2px !important;
    text-align: left;
    background-color:#ffffff;
}

.css_product_box_text {
    line-height: 16px;
    overflow: hidden;
    text-align: left;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0;
    padding:1px;
}

.css_product_box_text a:hover {
    text-decoration:none !important;
}

.css_product_box_text_top {
    max-height:47px;
    overflow:hidden;
    display:inline-block
}

.css_mai_multe {
    padding:5px;
    font-weight:bold;
    background-color:#f8f8f8;
}

.css_paginare {
    display:block;
    clear:both;
    padding:5px;
    margin:5px;
    font-size:16px;
    background-color:#ffffff;
    border:1px solid #f0f0f0;
    opacity:0.8;
    text-align: center;
}
.css_paginare a {
    color:#0000ff;
}

.css_paginare_sort {
    clear:both;
    display:block;
    width:90%;
    margin:5px;
    padding:5px;
    text-align:center;
}

.css_paginare_pag {
    display:block;
    width:90%;
    text-align:center;
    /*float:left;*/
    margin:5px;
    padding:5px;
    background-color:#ffffff;
}


.css_filter_content {
    padding:2px 5px 3px 1px;
    text-align: left;
    font-size:13px;
    font-family: Milo       , helvetica, arial, sans-serif;
    max-height: 150px;
    overflow-y: auto;
}

.css_filter_item {
    padding:4px;
    background-color:#ffffff;
    color:#110000;
    margin:1px;
    cursor:pointer;
    font-family: helvetica,'Open Sans', sans-serif;
    font-size: 14px;
    text-align:left;
}

.css_filter_item a {
    color: #006699;
}

.css_filter_item a:hover {
    text-decoration: underline;
}

.css_filter_item:hover {
    background-color: #f5f5ea;
}

.css_filter_item_selected {
    text-align:left;
}

.css_filter_title {
    padding:5px;
    background-color:#B8D8D8;
    color:#415255;
    margin:2px 0 2px 0;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    text-align:left;
}

.css_container_layout_sidebar {
    display: grid;
}

.css_sidebar {

}

.css_box_sidebar {
    margin: 4px;
    color: #000000;
    border: 1px dotted #808080;
}

.css_box_sidebar_t {
    font-weight: bold;
    font-size: 14px;
    font-family: helvetica, sans-serif;
    background-color: #ececec;
    color: #000000;
    padding: 4px 4px 4px 4px;
    text-transform: uppercase;
    text-align:left;
    border-bottom: 1px solid #CCC9B6;
}

.css_box_sidebar_c {
    font-family: helvetica, serif;
    font-size: 13px;
    padding: 3px 3px 4px 3px;
    text-align:left;
}

.css_box_sidebar_c a {
    color: #0000aa;
}

.css_box_sidebar_c a:hover {
    text-decoration:underline;
}

.css_menu_small_selected {
    padding:3px;
    font-family: arial, sans-serif;
    font-size:14px;
    border-bottom:1px dotted #f7f1d5;
    /*background-color:#ffecb3;*/
    background-color:#e0e0e0 !important;
}

.css_menu_small_selected a {
    color: #003399;
}

.css_menu_small_selected:hover {
    background-color: #B8D8D8;
}

.css_menu_small_selected:last-of-type {
    border-bottom:0;
}

/* mobil */
@media(max-width:799px) {
    .css_desktop  {
        display:none;
        visibility: hidden;
    }
    .css_mobile{
        display:block;
        visibility:visible;
        margin:0;
        width:100%;
        padding:0;
    }
    .css_cautare_filtre {
        display:none;
    }
    .css_mainbar {
        width:99% !important;
        order:1;
        padding:5px;
    }

    /* mobile */
    .css_container {
        width:95%;
        overflow:hidden;
        margin-top:0px !important;
        border:0;
        padding:0;
    }
    .css_container::after {
        clear:both;
    }

    .css_mobile_cautare_header {
        color: #2B2D42;
        background-color:#EDF2F4;
        padding:3px;
        margin:2px 0 2px 0;
        font-family: arial;
        font-size:18px;
        font-weight:bold;
        border-bottom:1px dotted #A6BFC9;
        border-left:1px dotted #A6BFC9;
        text-align:center;
    }

    /* mobile */
    .css_top_line {
        background-color: #E8EAE3;
        border-bottom: 1px solid #c0c0c0;
        padding:0;
        margin:0;
        color: #000000;
        width:100%;
        display:block;
        text-align:right;
    }
    .css_top_line img {
        vertical-align: middle;
        width:32px;
        height:32px;
    }
    .css_header {
        margin:0;
        padding:0;
        width:100%;
    }

    /* mobil */
    .css_box_big_t {
        font-size:25px !important;
        color: #425664;
        background-color:#fafaea;
        padding:0 5px 0 5px;
        margin:0;
        text-shadow: 0px 0px 1px #ababab;
        font-family:'Arial';
        font-size:15px;
        font-weight:bold;
    }
    .css_box_big_t a {
        color:#425664;
    }
    /* mobil */
    .css_product_grid {
        background-color:#ffffff;
        box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
        z-index:10;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        overflow: hidden;
        width:100%;
        margin-top:2px !important;
    }

    .css_product_grid_coperta {
        padding:2px;
        margin-top:2px !important;
        text-align: left;
        background-color:#ffffff;
    }

    .css_product_grid_text {
        line-height: 16px;
        overflow: hidden;
        text-align: left;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 0;
        padding:1px;
    }
    .css_product_grid_text_top {
        max-height:47px;
        overflow:hidden;
        display:inline-block;
    }

    .css_product_grid_text_top a:hover {
        text-decoration:none !important;
    }

    /* mobile */
    .css_box_big {
        width:100%;
        min-height: 150px;
        padding:0px;
        color: #333333;
        vertical-align: text-bottom;
    }

}

.css_pret {
    padding:5px;
    font-size:16.5px;
    text-align:center;
    display:inline-block !important;
    background-color:#fafafa;
    letter-spacing:1px;
}

.css_item {
    width:95%;
    margin:5px;
    padding:5px;
    border-left:1px dotted #a0a0a0;
    border-bottom:1px dotted #a0a0a0;
    cursor:pointer;
}

.css_table_form {
    margin-top: 10px;
}

.css_table_form td {
    padding:5px;
}

.css_form {
    padding:10px;
    margin:5px;
    background-color:#fdfdfd;
    border:1px dotted #a0a0a0;
    font-size:15px;
    border-radius:5px 10px 5px 10px;
}

.css_form input,select,textarea,option {
    border:1px solid #d0d0d0;
    font-size:14px;
    font-family:arial;
    padding:2px;
    background-color:#ffffff;
    color:#000000;
}


.css_menu_small {
    padding:3px;
    font-family: arial, sans-serif;
    font-size:14px;
    border-bottom:1px dotted #e0e0e0;
}

.css_menu_small a {
    color: #003399;
}

.css_menu_small:hover {
    background-color: #B8D8D8;
}

.css_menu_small:last-of-type {
    border-bottom:0;
}

.css_client_adresa {
    padding:5px;
    margin-bottom:5px;
    background-color:#fefefe;
    border:1px dotted #a0a0a0;
}

.css_client_adresa:hover {
    background-color:#fafafa;
}


#css_cookies_note {
    text-align:center;
    font-size:15px;
    color:#ffffff;
    background-color:#000000;
    font-family:arial;
    border-bottom:1px dotted #808080;

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 1000;
    text-align: center;
}

#css_cookies_note a {
    color:#fafa00;
    text-decoration:underline;
}

.css_cookies_button {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #fafafa;
    background-color: #606080;
    color: black;
    padding: 7px;
    margin:5px;
    font-size: 16px;
    font-family:helvetica;
    cursor: pointer;
    text-decoration:none !important;
    font-weight:bold;
}

.css_cookies_button a {
    color:#ffffa0 !important;
}

.css_cookies_button:hover {
    background-color:#ffffff;
}

.css_cookies_overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    background-color:#fefef4;
    overflow-x: hidden;
    transition: 0.4s;
}
.css_cookies_overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}
.css_cookies_overlay a:hover, .css_cookies_overlay a:focus {
    color: #f1f1f1;
}
.css_cookies_overlay .css_cookies_overlay_close {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.css_cookies_overlay_content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.css_cookies_overlay_content h3 {
    font-size:20px;
}

@media screen and (max-height: 450px) {
    .css_cookies_overlay a {
        font-size: 20px
    }
    .css_cookies_overlay .css_cookies_overlay_close {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.css_error {
    padding:10px;
    margin:10px;
    background-color:#fffff0;
    border:1px solid #dd0000;
}

.css_error a {
    color:#0000aa;
    text-decoration:underline;
}

.css_info {
    font-family:arial;
    font-size:15px;
    padding: 10px;
    margin: 5px 0 5px 0;
    padding-left:20px;
    background-color:#f2f2f0;
    border:1px solid #d0d0d0;
}

.css_info_new {
    clear:both;
    display:block;
    padding:10px;
    margin:5px 0 5px 0;
    color:#000000;
    font-size:15px;
    background-color:#fafaf0;
    border-left:5px solid #d0d0d0;
}

.css_info_new p {
    margin-top:5px;
}

.css_info_new a {
    color:#0055aa;
    text-decoration:underline;
}


.css_box_sidebar {
    margin: 4px;
    color: #000000;
    border: 1px dotted #808080;
}

.css_box_sidebar_t {
    font-weight: bold;
    font-size: 14px;
    font-family: helvetica, sans-serif;
    background-color: #ececec;
    color: #000000;
    padding: 4px 4px 4px 4px;
    text-transform: uppercase;
    text-align:left;
    border-bottom: 1px solid #CCC9B6;
}

.css_box_sidebar_c {
    font-family: helvetica, serif;
    font-size: 13px;
    padding: 3px 3px 4px 3px;
    text-align:left;
}

.css_box_sidebar_c a {
    color: #0000aa;
}

.css_box_sidebar_c a:hover {
    text-decoration:underline;
}

.css_cautare_rezultate_total {
    color:#880000;
    padding:5px;
}

.css_an {
    color:#808080;
    font-size:12px;
}

.css_halfbar {
    display:inline-block;
    width:45%;
    float:left;
    margin:10px
}

.css_title_3 {
    background-color:#f4f4e4;
    border-bottom: 1px dotted #a0a0a0;
    padding:5px;
    font-size:20px;
    margin: 5px 10px 10px 0;
    font-weight:bold;
}



.css_form_set {
    width:97%;
    margin:5px;
    clear:both;
    padding:5px 5px 3px 3px;
    display:inline-block;
    text-align:left;
    font-size:15px;
    padding:4px;
}

.css_form_set input {
    float:right;
    height:20px;
    font-family:arial;
    font-size:15px;
    line-height: 1;
    width:60%;
    padding:5px;
    border:1px solid #d0d0d0;
    background-color:#f7f7e0;

}

.css_form_set select,
.css_form_set option {
    float:right;
    height:25px;
    font-family:arial;
    font-size:15px;
    line-height: 1;
    border:1px solid #d0d0d0;
    background-color:#f7f7e0;
}


.css_form_set textarea  {
    float:right;
    font-family:arial;
    line-height: 1;
    font-size:15px;
    width:60%;
    border:1px solid #d0d0d0;
    background-color:#f7f7e0;
}

.css_form_button {
    font-size:14px;
    padding:7px !important;
    height:auto !important;
    color:#ffffff !important;
    background-color:#6495ED !important;
    width:auto !important;
    text-align:center !important;
    border:1px solid #808080;
    font-weight: bold;
    font-family:arial;
    font-size:14px;
}

.css_form_button:hover {
    cursor:pointer;
}



.css_form_button_2 {
    font-size:14px;
    padding:5px;
    height:auto !important;
    color:#3F4C6B !important;
    background-color:#FFFFCC !important;
    width:auto !important;
    text-align:center !important;
}

.css_form_button_2:focus {
    background-color:#FFee66 !important;
}

.css_ribbon_counter {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.css_ribbon_counter span {
    font-size: 13px;
    font-weight: bold;
    color: #0000aa;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: linear-gradient(#a0ffff 0%, #80eeee 80%);
    position: absolute;
    top: 19px;
    right: -21px;
}

.css_ribbon_counter span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #08088F;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.css_ribbon_counter span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.css_bf_banner {
    width:100%;
    max-width: 1200px;
    margin:2px auto 2px auto;
    background-color:#000000;
    color:#ffffff;
    text-align:center;
}

.css_bf_banner a {
    color:#ffff00;
    margin:5px;
    font-size:30px;
}

.css_us {
    background: linear-gradient(45deg, #f00 25%, #00f 25%, #00f 50%, #f00 50%, #f00 75%, #00f 75%);
    background-size: 400% 400%;
    animation: animate 4s linear infinite;
    color:#ffffff;
}

.css_us a {
    color:#ffffff !important;
}

@keyframes animate {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
