
//OLD STYLE

@charset "utf-8";

#body {
//    font-family: Arial, Helvetica, sans-serif;
//    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

h1, h2, h3, h4 {
    display: block;
}

a {
    color: #114b7e;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #dd0000;
}

input, select, option {
    border-width: 1px;
    border-color: #000000;
    background-color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    margin: 2px;
}

textarea {
    border-width: 1px;
    border-color: #000000;
    background-color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    margin: 2px;
}

hr {
    height: 1px;
    color: #D1D1D1;
}

form {
    margin: 0;
    font-size: 1.4rem;
}

.container1 {
    text-align: center;
    margin:0 auto;
}

.top_line {
    background-color: #f4f4f4;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0;
    padding: 3px;
    padding-right: 5px;
    color: #808080;
}

.motto {
    padding: 3px;
    font-family: MiloSerifOffcMedium, Georgia, sans-serif;
    font-size: 18px;
    text-align: right;
}

.cautare {
    padding: 0;
    margin: 0;
    background-color: #F7F7E8;
    border-top: 1px solid #D7D7CA;
    border-bottom: 1px solid #D7D7CA;
    font-family: arial, sans-serif;
    height: 38px;
}

.cautare_form_submit {
    background-color: #750000;
    color: #ffffff;
    font-family: arial, sans-serif;
    font-weight: bold;
    height: 30px;
    letter-spacing: 0;
    font-size: 17px;
    margin: 0;
    border: 0;
    outline: none;
    margin-top: 4px !important;
}

.cautare_form_submit:hover {
    cursor: pointer;
}

.cautare_form_input {
    border-left: 0;
    border-right: 0;
    border-top: 1px dotted #a0a0a0;
    border-bottom: 1px dotted #a0a0a0;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 4px !important;
    height: 22px;
    font-size: 16px;
    outline: none;
}

.cautare_form_input:focus {
    background-color: #FFFFCC;
    border-left: 0;
    border-right: 0;
    border-top: 1px dotted #750000;
    border-bottom: 1px dotted #750000;
    outline: none;
}

.cos {
    height: 38px;
    width: 300px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 1px dotted #a3a3a3;
    border-bottom: 1px dotted #a3a3a3;
    color: #000000;
}

.tb {
    margin-bottom: 2px;
}

.tbo {
    background-color: #F6F6F6;
    padding: 1px;
    border: 1px solid #d0d0d0;
    margin: 1px;
    margin-top: 2px;
    text-align: left;
}

.tbt {
    padding: 3px;
    color: #555555;
    background-color: #ffffff;
    border-top: 1px dotted #c6c2ca;
    border-bottom: 1px dotted #d2cfcb;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

.tbt_t {
    font-family: verdana, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: bold;
}

.tbt a {
    color: #444444;
    text-decoration: underline;
}

.tbt a:hover {
    color: #666666;
    text-decoration: none;
}

.tbc {
    padding: 5px;
    background-color: #FFFFFF;
    font-family: verdana, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.tbc a {
    text-decoration: underline;
}

.text {
    background-color: #ffffff;
    border: 1px solid #bcbcbc;
    padding: 3px;
}

.status {
    color: #646464;
}

.verdana {
    font-family: verdana, sans-serif;
}

ul.inf {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.inf {
    background-image: url(img/arrow-li.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 10px;
}

.box {
    margin: 1px 1px 3px 1px;
    color: #000000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #CCC9B6;

}

.box_title {
    font-weight: bold;
    font-size: 14px;
    font-family: helvetica, sans-serif;
    background-color: #eaeaea;
    color: #000000;
    padding: 5px 5px 5px 8px;
    text-transform: uppercase;
    text-align:left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-bottom: 1px solid #CCC9B6;
}

.box_content {
    font-family: helvetica, serif;
    font-size: 13px;
    padding: 3px 3px 4px 3px;
    text-align:left;
}

.box_content a {
    color: #111122;
}

.box_link {
    margin: 2px;
    padding: 2px 10px 2px 2px;
    text-align: right;
    background-image: url(/img/vezi_tot.gif);
    background-repeat: no-repeat;
    background-position: right;
}

.box_link a {
    text-decoration: none;
    background-color: #f0f0f0;
}

.box_link a:hover {
    text-decoration: underline;
    color: #555555;
}

.field {
    background-color: #eeeeee;
    padding: 3px 2px 6px 2px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.value {
    font-family: verdana, sans-serif;
    font-size: 12px;
    background-color: #f6f6f6;
    text-align: left;
    padding: 5px;
}

.blue {
    color: #525252;
}

.red, .error {
    color: #C80000;
}

.green {
    color: #00C800;
}

.yellow {
    color: #A7A7A7;
}

.footer_links {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #f0f0f0;
}

.image {
    border-width: 1px;
    border-color: #DDDDDD;
}

.carte {
    text-align: left;
    padding: 2px;
    font-size: 12px;
}

.carte td {
    padding: 2px;
    font-size: 13px;
    font-family: arial, sans-serif;

}

.carte a {
    text-decoration: underline;
}

.produs_format_list {
    background-color: #ffffff;
    margin: 1px;
    padding: 3px;
    border-top: 1px dotted #d5d8e2;
}

.produs_format_list td {
    font-size: 13px;
    font-family: arial, sans-serif;
}

.produs_format_list_title {
    font-size: 14px !important;
    font-family: arial, sans-serif;
}

.produs_format_list_price {
    border:1px dotted #FFDB7F;
    background-color: #fafaf4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.carte_titlu {
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 17px;
    font-family: arial, sans-serif;
    background-color: #fafafa;
    padding: 4px;
}

.tip {
    font-family: arial, sans-serif;
    background-color: #fff8f0;
    padding: 5px;
    border: 1px dashed #a0a0a0;
    margin: 5px;
}

.cautare_mic {
    padding: 2px;
    margin: 2px;
    background-color: #F6F6F6;
    border: 1px solid #d5d5d5;
    width: 500px;
}

.cat_path {
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #DDDBCE;
    border-top: 1px solid #DDDBCE;
    height:19px;
}

.up {
    text-transform: uppercase;
}

.tr {
    font-size: 12px;
    font-family: arial, sans-serif;
    font-weight: normal;
}

.bl {
    visibility: hidden;
    display: inline;
    font-size: 1px;
}

.categorie {
    margin-top: 10px;
    font-weight: bold;
    color: #aa4200;
    padding: 5px;
    border-left: 10px solid #f0f0d0;
    font-family: arial, sans-serif;
    font-size: 15px;
}

.match {
    text-decoration: underline;
    color: #C80000;
}

.carte_info {
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px dashed #9e9e9e;
    padding: 0 0 10px 0;
    text-align: left;
}

.buton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
    text-transform: uppercase;
}

.coperta {
    display: block;
    border-right:1px solid #f0f0fa;
    border-bottom:1px solid #f0f0fa;
}

.coperta_mare {
    border: 1px solid #e8e8e8;
    display: block;
}

.sug {
    background-color: #f6f6f1;
    border: 1px solid #808080;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: verdana, helvetica, sans-serif;
    font-size: 13px;
}

.aa {
    background-color: #ffffff;
    border-bottom: 1px dotted #f0f0f0;
    padding: 4px;
    font-family: arial, sans-serif;
    font-size: 15px;
    height: 20px;
}

.aa a {
    color: #111111;
    text-decoration: none;
}

.o {
    background-color: #FFFFE0;
    font-family: arial, sans-serif;
    font-size: 12px;
    margin-bottom: 2px;
    border: 1px solid #228B22;
}

.oferta {
    background-color: #FFFFE0;
    font-family: arial, sans-serif;
    font-size: 12px;
    margin-bottom: 2px;
    border: 1px solid #e2eBe2;
}

.ot {
    background-color: #228B22;
    font-weight: bold;
    padding: 2px;
    color: #ffffff;
}

.oc {
    padding: 3px;
    font-family: tahoma, sans-serif;
    font-weight: bold;
    text-align: left;
}

.o2 {
    background-color: #FFFFf4;
    font-family: arial, sans-serif;
    font-size: 12px;
    margin-bottom: 2px;
    border: 1px solid #000000;
}

.ot2 {
    background-color: #737a33;
    font-weight: bold;
    padding: 2px;
    color: #ffffff;
}

.oc2 {
    padding: 3px;
    font-family: tahoma, serif;
    font-weight: bold;
    text-align: left;
}

.light {
    background-color: #f8f8f8;
    padding-left: 2px;
    text-align: left;
}

.dark {
    background-color: #f0f0f0;
    padding-left: 2px;
    text-align: left;
}

.cos_extra {
    background-color: #fafaf0;
    padding: 2px;
    margin-bottom: 1px;
}

.cos_titlu {
    background-color: #e0e0e0;
    font-weight: bold;
    font-family: arial, sans-serif;
    padding: 3px;
    font-size: 14px;
}

.cos_item {
    background-color: #f4f4f4;
    font-family: verdana, serif;
    padding: 3px;
    font-size: 12px;
}

.cos_carte_recenta {
    background-color: #fffff0;
    font-family: verdana, serif;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
}

.recomandare {
    margin-top:2px;
    padding: 2px;
    text-align: center;
    border-bottom: 1px dotted #f0f0f0;
    font-size: 12px;
    font-family: helvetica, ms sans serif;
}

.recomandare a {
    color: #114b7e;
    text-decoration: underline;
}

.recomandare a:hover {
    text-decoration: none;
    text-transform: none;
}

.number {
    margin: 1px;
    padding-left: 1px;
    padding-right: 1px;
    background-color: #f3f3f3;
    border: 1px solid #a0a0a0;
}

a.number {
    text-decoration: none;
}

.atentie {
    margin: 1px;
    padding: 5px;
    background-color: #FFFFCC;
    border-top: 1px solid #DADA9F;
    border-bottom: 1px solid #DADA9F;
    font-family: arial, sans-serif;
    font-size: 15px;
}

.warning {
    display: block;
    color: red;
    margin: 10px !important;
    padding: 10px;
    border: 1px solid #C9E5E9;
    border-radius: 15px 15px 15px 15px;
    background: #F5FEFF;
    width: fit-content;
    margin: auto;
    text-align: justify;
}
.navbar {
    padding: 2px;
    background-color: #f6fCFf;
    border-top: 1px dotted #d4dAff;
    border-bottom: 1px dotted #d4dAff;
    margin: 3px;
    margin-bottom: 10px;
    font-family: arial, serif;
    font-size:13px;
}

.section {
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    padding: 1px;
}

.nota {
    padding: 3px;
    margin: 2px;
    background-color: #FFFFE0;
    border: 1px dotted #EEE8AA;
}

.eroare {
    padding: 3px;
    margin: 2px;
    background-color: #FFFFE0;
    border: 1px dotted #EEE8AA;
    color: #aa0000;
    font-size: 15px;
    font-family: arial, sans-serif;
}

.litera {
    font-size: 17px;
    font-family: verdana, serif;
    padding: 3px;
    background-color: #f0f0f0;
    margin: 1px;
    text-align: center;
    font-weight: bold;
    display:inline-block;
    width:17px;
    height:17px;
    vertical-align: middle;
    text-align: center;
}

.format_book_mic {
    font-family: arial, sans-serif;
    border: 1px solid #e0e0e0;
    font-size: 13px;
}

.format_book_mic a {
    color: #114b7e;
    text-decoration: none;
}

.format_book_mic a:hover {
    text-decoration: underline;
}

.container_carti_vertical {
    height: 500px;
}

.container_carti_vertical_index {
    height: 160px;
    text-align: left;
}


.format_book_mic_vertical {
    padding: 0;
    width: 160px;
    height: 223px;
    margin: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

.format_book_mic_vertical a {
    text-decoration: none;
}

.format_book_mic_vertical a:hover {
    text-decoration: underline;
}

.format_book_mic_vertical_coperta {
    width:160px;
    height:163px;
    overflow: hidden;
    vertical-align:bottom;
    padding:0;
    margin:0;
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.format_book_mic_vertical_titlu {
    line-height: 16px;
    height:32px;
    overflow: hidden;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0;
    padding:2px;
    background-color: #ffffee;
}

.format_book_mic_vertical_titlu_promotie {
    padding:2px;
    line-height: 16px;
    height:48px;
    overflow: hidden;
    text-align: center;
    background-color: #ffffdd;
    border:1px solid #f0f0f0;
    margin:2px;
}

.format_book_mic_vertical_pret {
    font-size:13px;
    font-family: arial, sans-serif;
    height:16px;
    margin-bottom: 3px;
}


.vezi_mai_mult {
    float: right;
    margin-top: 5px;
    font-family: arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: normal;
    padding-right: 10px;
    background-image: url(/img/vezi_tot.gif);
    background-repeat: no-repeat;
    background-position: right;
}

.vezi_mai_mult a {
    text-decoration: none;
}

.vezi_mai_mult a:hover {
    text-decoration: none;
    color: #555555;
}

.item_dark {
    background-color: #f0f0f0;
    padding: 2px;
    margin-bottom: 1px;
    font-family: arial, sans-serif;
    font-size: 13px;
}

.item a {
    text-decoration: none;
}

.info {
    padding: 3px;
    text-align: left;
    margin: 10px 0px 10px 0px;
}

.carte_noutate {
    background-color: #FDF8FF;
    border: 1px dotted #D3D3D3;
    padding: 3px;
    margin-top: 1px;
    font-family: arial;
    font-size: 12px;
}

.promo_editura {
    border-color: #dddddd;
    border-width: 1px;
    margin: 1px;
}

/* >>> AFILIATI */
.title2 {
    border-left: 3px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f8f8f8;
    padding: 5px;
    font-family: verdana;
    font-size: 14px;
}

.table_header {
    background-color: #FAFAD2;
    padding: 2px;
    border-bottom: 1px solid #BDB76B;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.table_item {
    background-color: #F5F5DC;
    font-family: verdana;
    font-size: 12px;
}

/* <<< AFILIATI */

/* >>> TAB */

.linkstab {
    text-align: right;
    font-family: verdana, helvetica, arial;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px 0 2px;
}

.left {
    width: 200px;
}

.right {
    width: 190px;
}

#thumbBox {
    /*Outermost DIV for thumbnail viewer*/
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
    padding-bottom: 0;
    background: #313131;
    visibility: hidden;
    z-index: 10;
    cursor: hand;
    cursor: pointer;
}

#thumbBox .footerbar {
    /*Footer DIV of thumbbox that contains "close" link */
    font: bold 16px Tahoma;
    letter-spacing: 5px;
    line-height: 1.1em;
    color: white;
    padding: 5px 0;
    text-align: right;
}

#thumbBox #thumbImage {
    /*DIV within thumbbox that holds the enlarged image */
    background-color: white;
}

#thumbLoading {
    /*DIV for showing "loading" status while thumbbox is being generated*/
    position: absolute;
    visibility: hidden;
    border: 1px solid black;
    background-color: #EFEFEF;
    padding: 5px;
    z-index: 5;
}

a:active {
    outline: none;
}

a:active, a:focus {
    outline: 0;
}

/* Header */
.header {
    height: 74px;
    text-align: left;
}

.headr {
    float: left;
    height: 74px;
    width: 763px;
}

.headrt {
    height: 26px;
    float: none;
}

.headrb {
    height: 48px;
    float: none;
}

.logo {
    padding: 0;
    margin: 0;
}

a.logo:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: 8;
    opacity: .8;
}


.nobg {
    background: transparent none !important;
}

.infocarti {
    padding: 0px 15px 0px 15px;
    text-align: left;
}

.infocarti img {
    margin: 0px 0px 5px 0px;
    text-decoration: none;
    border: 0px;
}

.infocarti a:active img, .infocarti a:hover img {
    text-decoration: none;
}

.infocarti a {
    font-family: Arial, Helvetica, sans-serif;
    color: #003775;
    font-size: 12px;
}

.infocarti a:hover {
    color: #CC0000;
}

.infocarti span {
    margin: 7px 0px 18px 0px;
    display: block;
}

.infocarti span u {
    color: #C10202;
    font-weight: bold;
    text-decoration: none;
}

.infocarti span em {
    color: #000000;
    font-weight: bold;
    text-decoration: line-through;
    font-style: normal;
}

.st_big_table {
    margin: 5px;
    color: #333333;
    vertical-align: text-bottom;
}

.st_big_table_content {
    padding:3px 2px 1px 3px;
}

.st_big_table h1 {
    color: #000000;
    border-top: 1px dotted #a0a0a0;
    border-bottom: 1px dotted #a0a0a0;
    font-family: arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    display:block !important;
    margin-top:0;
    padding:3px;
}

.st_big_table a {
    color: #0000a0 !important;
    text-decoration: none;
    height: 17px;
}

.galerie_carti {
    margin: 1px 0px 0px 0px;
    padding:0px;
}

.rezultate_carti {
    margin: 15px 0px 0px 0px;
}

.rezultate_carti td {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0px 14px 0px;
}

.rezultate_carti img {
    margin: 0px 10px 0px 0px;
}

.rezultate_carti span {
    margin: 7px 0px 12px 0px;
}

.rezultate_carti td a {
    font-weight: bold;
}

.rezultate_carti td span a {
    font-weight: normal !important;
}

.rezultate_carti td span b, .rezultate_carti td span u, .rezultate_carti td span em {
    font-weight: normal !important;
}

.rezultate_cartinobd {
    border-top: 0px none !important;
    padding: 0px 0px 11px 0px !important;
}

.rezultate_carti_thumb img {
    margin: 0px 20px 0px 0px;
    width: 76px;
}

/* Detaliu carte */
.detaliu_carte {
    margin: 10px 0px 0px 0px;
    border-bottom: 1px solid #d6d6d6;
}

.detaliu_carte_txt div {
    margin-bottom: 3px;
    height: 16px;
    font-size: 12px;
}

.detaliu_carte_txt div strong {
    float: left;
    display: block;
    width: 100px;
    text-align: right;
    margin-right: 7px;
}

.detaliu_carte_txt div span {
    float: left;
    display: block;
    text-align: left;
    margin: 0px !important;
}

.detaliu_carte_txt div img {
    margin: 10px 0px 15px 0px !important;
}

.detaliu_carte_txt b {
    display: block;
    width: 100px;
    text-align: right;
    margin: 10px 0px 10px 0px;
}

.detaliu_carte_info {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0px 20px 0px;
    text-align: left;
}

.detaliu_carte_info h2 {
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
}

.detaliu_carte_info div {
    border-bottom: 1px solid #e2e2e2;
    padding: 2px 0px 3px 0px;
    color: #484848;
}

.detaliu_carte_info div span {
    display: block;
    font-size: 11px;
    color: #a3a3a3;
    margin: 0px !important;
}

.detaliu_carte_info div span a {
    font-size: 11px;
    color: #a3a3a3;
    font-weight: bold;
}

.detaliu_carte_info h3 {
    font-size: 12px;
    margin: 5px 0px 0px 0px;
    font-weight: normal;
    height: 13px;
}

.detaliu_carte_info h3 em {
    font-style: normal;
    float: left;
    display: inline-block;
}

.detaliu_carte_info h3 strong {
    font-style: normal;
    font-weight: normal;
    float: right;
    display: inline-block;
}

.detaliu_carte_info h3 a {
    text-decoration: underline;
}

.cautari_asemanatoare {
    margin-top: 5px;
    text-align: left;
    border-top: 1px solid #d6d6d6;
    padding: 5px;
}

.cautari_asemanatoare h4 {
    font-size: 16px;
    font-weight: bold;
    color: #737373;
    margin: 3px;
    padding: 5px;
}

/* Paginare */
.paginare {
    margin: 3px 6px 1px 6px;
    color: #7d7d7d;
}

.paginare span {
    float: left;
    display: block;
    margin: 0px !important;
}

.paginare div {
    float: right;
    display: block;
    height: 17px;
}

.paginare div i {
    float: left;
    display: block;
    height: 17px;
    font-style: normal;
    margin: 0px 10px 0px 0px;
}

.paginare div b {
    display: block;
    width: 1px;
    height: 15px;
    margin: 0px 10px 0px 10px;
    background: #cecece none;
    float: left;
}

.paginare div a {
    color: #000000;
    text-decoration: none;
    display: block;
    float: left;
    height: 17px;
}

.paginare div a.selectoff {
    background: transparent url(img/selectjos.gif) no-repeat right top;
    padding: 0px 14px 0px 0px;
}

.paginare div a.selectoff:hover {
    background: transparent url(img/selectjos.gif) no-repeat right bottom;
    padding: 0px 14px 0px 0px;
}

.paginare div a.selecton {
    background: transparent url(img/selectsus.gif) no-repeat right top;
    padding: 0px 14px 0px 0px;
}

.paginare div a.selecton:hover {
    background: transparent url(img/selectsus.gif) no-repeat right bottom;
    padding: 0px 14px 0px 0px;
}

.paginare div a.selectedj {
    background: transparent url(img/selectjos.gif) no-repeat right bottom;
    padding: 0px 14px 0px 0px;
}

.paginare div a.selecteds {
    background: transparent url(img/selectsus.gif) no-repeat right bottom;
    padding: 0px 14px 0px 0px;
}

.box_info {
    border: 1px solid #e8e8e8;
    padding: 4px;
    margin: 3px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* Cautare avansata */
.cautare_avansata {
    margin: 10px 0px 10px 0px;
}

.cautare_ss {
    height: 6px;
    background: transparent url(img/cautare_avansata_lt.gif) no-repeat left top;
}

.cautare_ds {
    height: 6px;
    background: transparent url(img/cautare_avansata_rt.gif) no-repeat right top;
}

.cautare_sj {
    height: 6px;
    background: transparent url(img/cautare_avansata_lb.gif) no-repeat left top;
}

.cautare_dj {
    height: 6px;
    background: transparent url(img/cautare_avansata_rb.gif) no-repeat right top;
}




.cautare_mr {
    background: transparent url(img/cautare_avansata_mr.gif) repeat-y right top;
    padding: 13px 15px 10px 15px;
    text-align: left;
}

.cautare_info {
    padding: 10px 15px 0px 20px;
    border-right: 1px dashed #dfdfdf;
}

/* Carti forms */
.carti_forms td {
    padding: 3px 0px 6px 0px;
    text-align: left;
}

.carti_forms h5 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
}

.inputtxtn {
    border: 1px solid #bcbcbc;
    padding: 3px;
    width: 300px;
}

.inputtxtm {
    border: 1px solid #bcbcbc;
    padding: 3px;
    width: 80px;
}

.selectn {
    border: 1px solid #bcbcbc;
    padding: 3px;
    width: 308px;
}

.selectm {
    border: 1px solid #bcbcbc;
    padding: 2px;
    margin-right: 7px;
}

.st_footer {
    background-color:#F4F4F4;
    border-top:1px solid #e0e0e0;
    font-family: arial, sans-serif;
    color: #626262;
    font-size: 14px;
    padding: 3px;
}

.st_footer a:hover {
    text-decoration: underline;
}

.center_panel {
    padding: 5px;
    text-align: left;
}

.edituri_in_categorii {
    width: 180px;
    padding: 0px;
    border-left: 1px dotted #e0e0e0;
}

.edituri_in_categorii_title {
    background-color: #f0f0f0;
    padding: 4px;
}

.edituri_in_categorii_content {
    padding: 3px;
}

.top_class {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    border-bottom: 1px solid #f0f0f0;
    width: 100px;
    text-align: left;
    white-space:nowrap;
}

.top_class a {
    color: #505050;
    font-size: 10px;
    white-space: nowrap;
}

.top_class:hover {
    background-color: #f0f0f0;
}

.top_class:hover a {
    color: #000000;
    font-size: 10px;
}

.top_class_hr {
    border: 0px;
    color: #ffffff;
    background-color: #eaeaea;
    width: 100%;
    height: 6px;
}

.carte_comentarii {
    border-left: 2px solid #e9e9e9;
    padding: 3px;
    margin-left: 10px;
    margin-top: 5px;
}

.small_menu {
}

.small_menu_item {
    padding:2px 3px 2px 4px;
    font-family: helvetica, arial, sans-serif;
    font-size:14px;
}

.small_menu_item a {
    color: #006699;
}

.small_menu_item:hover {
    background-color: #F6F6DF;
}

.subcategorii {
    background-color: #ffffff;
    padding: 2px;
}

.nav_mai_multe {
    font-size: 12px;
    font-family: arial, sans-serif;
    padding-right: 10px;
    background-image: url("/img/nav_mai_multe.gif");
    background-repeat: no-repeat;
    background-position: right;
}

.reducere {
    margin-bottom: 7px;
    margin-top: 2px;
}

.edituri_colectii {
    background-color: #ffffff;
    border-bottom: 1px dotted #f0f0f0;
    font-family: verdana;
    font-size: 13px;
}

.cos_butoane_navigare {
    margin: 5px;
    padding: 5px;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: #EAF3FE;
    border: 1px dotted #EAF3FE;
    cursor: pointer;
}

.cos_buton {
    padding: 5px;
    background-color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #c8c8c8;
    cursor: pointer;
}

.cos_submenu {
    margin-top: 5px;
    vertical-align: top;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.cos_submenu_item {
    display: inline;
    margin: 3px;
    margin-left: 10px;
    margin-right: 10px;
}

.cos_submenu_item_selected {
    display: inline;
    margin: 3px;
    color: #ffffaa;
    margin-left: 10px;
    margin-right: 10px;
}

.stickynote {
    position: absolute;
    visibility: hidden;
    width: 300px;
    border: 2px solid black;
    background-color: lightyellow;
    padding: 4px;
    box-shadow: 3px 3px 8px #818181;
}


.strike {
    text-decoration: line-through;
}

.buton_cos {
    background-color:#FFDB7F;
    padding:5px;
    /*border:1px solid #000000;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:right;
    display:inline;
    margin:3px;
}

.buton_cos a {
    color:#aa0000;
    font-weight:bold !important;
    font-family: verdana !important;
    font-size:16px !important;
    text-decoration: none;
    padding:3px;
}

.buton_cos a:hover {
    background-color: #fff4b3;

}

.promotie_index {
    display:inline;
    width:160px;
    height:160px;
}

.departamente_header {
    display: block;
    padding:10px 0 0 0;
    margin:0 0 10px 0;
    text-align: left;
    margin-bottom: 0;
    border-bottom: 1px solid #000000;
    height:auto;
}

.departamente_menu {
    display: block;
    height:auto;
    margin: 1px 2px 0 2px;
    padding: 2px 10px 0 10px;
}

.departament_menu_item {
    height:auto;
    background-color:#000000;
    display: inline-block;
    margin: 1px 2px 0 2px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    border:0;
    padding: 3px 15px 0 15px;
    font-size:18px;
}

.departament_menu_item  a {
    color:#ffffff;
    font-weight:bold;
    font-size:17px;
    vertical-align: middle;
    text-align: center;
    padding: 3px 7px 3px 5px;
    letter-spacing: 1px;

}

.departament_menu_item  a:hover {
    color:#FAFAD2;
    text-decoration: underline;
}

.departament_submenu {
    display: block;
    font-family: arial, sans-serif;
    font-size:15px;
    font-weight: bold;
    height:20px;
    background: #a50000 none;
    border-bottom: 3px solid #750000;
    padding:4px 5px 3px 10px;
    text-align: left;
    vertical-align: middle;
    color:#ffffff;
}

.departament_submenu_item {
    padding:2px 5px 2px 5px;
    display: inline-block;
    height: auto;
    font-size:15px;
    vertical-align: middle;
    text-align: center;
}

.departament_submenu_separator {
    display: inline-block;
    height: auto;
    font-size:16px;
    font-family: arial, sans-serif;
    color:#FAFAD2;
}


.departament_submenu_item a {
    font-size:15px;
    color:#FAFAD2;
}

.departament_submenu_item a:hover {
    color:#FAFAD2;
    text-decoration: underline;
}

/* 14.02.23 */
.categorie_item {
    font-family: arial, sans-serif;
    font-size: 14px;
    padding: 5px;
    margin: 2px;
    border-left:5px solid #f0f0fa;
    border-top:1px dotted #f0f0fa;
}


.promotie {
    background-color:#FFF1F3;
    padding:5px;
    margin:4px;
    border:4px dotted #ff4444;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;

}

.promotie h1 {
    font-size:16px;
    font-weight: bold;
    border:0px !important;
}

.produs_comanda {
    #width:230px;
    border:2px dotted #FFe2a3;
    background-color: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.produs_comanda_buton {
    background-color:#FFe2a3;
    font-family: arial, serif;
    font-size: 13px;
    padding:5px;
    /*border:1px solid #000000;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:3px;
}

.produs_comanda_buton td {
    font-family: arial, serif;
    font-size: 14px;
}


.produs_comanda_buton a {
    color:#aa0000;
    font-weight:bold !important;
    font-family: verdana, serif !important;
    font-size:16px !important;
    text-decoration: none;
    padding:3px;
}

.produs_comanda_buton:hover {
    cursor:pointer;
}

.produs_campuri {
    font-family: verdana, serif;
    font-size:13px;
    line-height: 14px;
    padding:3px;
}

.produs_campuri a {
    text-decoration: none;
}

.produs_descriere h3 {
    font-family: arial, serif;
    font-size:16px;
    padding:3px;
    font-weight:bold;
    border-bottom:1px dotted #808080;
}

.produs_descriere {
    font-family: arial, serif;
    font-size:15px;
    padding:3px;
}

.produs_transport {
    width:222px;
    margin-top:4px;
    border:2px dotted #f0f0f0;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:12px;
    padding:4px;

}

.bf {
    font-family: impact, serif;
    font-size:25px;
    color:#000000;
    background-color:#ffff55;
    padding:3px;
    margin-top:1px;
    border-bottom:1px solid #e7e182;
}

.bf_bonus {
    font-size:15px;
    font-family:arial, helvetica, sans-serif;

}
.linie_select_transport {
    margin-left:10px;
    margin-top:10px;
    padding:10px;
    border-left:2px solid #f0f0f0; 
    border-top:2px solid #f0f0f0; 
    text-align:left;
}
.linie_select_transport:hover {
    background: #eee;
    border:1px solid #ccc;
}
.path_header {
    display: inline-block;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    min-height: 5.6rem;
    margin-top: 2rem;
    background-color: #fff;
    color: #C10202;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
    line-height: 1; 
}
.subcategorii_box {
    display: inline-block;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    min-height: 5.6rem;
    margin-top: 2rem;
    background-color: #fff;
    color: #C10202;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
    line-height: 1; 
}
.transition3 {
    transition: all 1s;
}
.filter-submit {
    font-size: 1.6rem;
    color: #C10202;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #DA0202;
    padding: 3px;
    transition: all .2s;
}
.filter-submit {
    background-color: #DA0202;
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
.filter-container {
  max-height:200px;
  overflow-y: auto;
  font-size: 1.4rem; 
}
.filter-title {
  display: flex;
  font-size: 2rem;
  background-color: #bcd;
  padding-left:10px;
  margin-top: 5px;
  margin-bottom: 5px;
  justify-content: space-between;
  align-items: center;
}
.filter-title a {
  display: flex;
}
.filter-option{
  display:block; 
  padding-left:10px;
  white-space: nowrap; 
}
.select-address-link{
  border: 1px dashed black; 
  background: #aaddff;
  margin: 10px;
  padding: 5px;
}
.remove-filter-icon {
  top: 5px;
  right: 20px;
}
.cursor-pointer {
  cursor: pointer;
}
.d-block {
  display: block;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.w-100 {
  width: 100px;
}
.pl-10 {
  padding-left: 10px;
}
.mt-10 {
  margin-top: 10px;
}

//NEW STYLE
.container {
  background-color: #fbfcdd;
  background-color: #fff;
  max-width: 128rem;
  margin: 0 auto;
  border-left: 1px solid rgba(168, 2, 2, 0.1);
  border-right: 1px solid rgba(168, 2, 2, 0.1); }
  @media only screen and (max-width: 56.25em) {
    .container {
      width: 100vw; } }

::selection {
  background-color: #C10202;
  color: #fff; }


.paragraph {
  font-size: 1.6rem; }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.material-icons.white {
  color: #fff; }

.u-center-text {
  text-align: center !important; }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem !important; } }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
      margin-bottom: 3rem !important; } }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-top-huge {
  margin-top: 10rem !important; }

.u-margin-top-big {
  margin-top: 8rem !important; }

.u-no-float {
  float: none; }

.u-horizontal-middle {
  width: 61% !important; }
  @media only screen and (max-width: 75em) {
    .u-horizontal-middle {
      width: 61% !important; } }
  @media only screen and (max-width: 56.25em) {
    .u-horizontal-middle {
      width: 75% !important; } }
  @media only screen and (max-width: 37.5em) {
    .u-horizontal-middle {
      width: 100% !important; } }
.book-details{
  pointer-events: none;
  width:0;
  height: 0;
  opacity:0;
  position: absolute;
  top: 10%;
  left: 50%;

  font-size: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  color: black;
  backdrop-filter: blur(2px);
/*  transition-delay: 0ms;*/
  transition: none;
}

.book {
  background-color: #fff;
  position: relative;
  float: left;
  width: calc((100% - 14rem) / 5);
  margin: 2rem 1.4rem;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border-left: 1px solid rgba(218, 2, 2, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .1s; }
  .book:hover {
    transform: scale3d(1.05, 1.05, 1);
    box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(218, 2, 2, 0.2); }
  .book:hover .book-details{
     display: block;
     z-index: 1;
     left: 6%;
     width: 90%;
     height: fit-content;
     opacity: 1;
     transition: all 0.1s ease-out;
  }
  @media only screen and (max-width: 75em) {
    .book {
      margin: 2rem 1.4rem;
      width: calc((100% - 14rem) / 4);
 } }
  @media only screen and (max-width: 56.25em) {
    .book {
      margin: 2rem 1.2rem;
      width: calc((100% - 12rem) / 3);
 } }
  @media only screen and (max-width: 37.5em) {
    .book {
      margin: 2rem 1rem;
      width: calc((100% - 5rem) / 2); 
 } }

  .book__cover {
    height: 20rem;
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 3px 3px 0 0; }
  .book__title {
    background-color: #fff;
    position: relative;
    line-height: 1.9rem;  
    font-size: 1.6rem;
    padding: 0 1rem .5rem 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5.7rem;
    transition: all .3s; }
    .book__title a:link,
    .book__title a:visited {
      text-decoration: none;
      color: #222; }
  .book__price {
    background-color: #fff;
    min-height: 4rem;
    font-size: 2.2rem;
    padding-bottom: 1rem;
    color: #C10202;
    align-self: flex-end; }
    .book__price--crossed {
      color: #222;
      font-style: italic;
      font-size: 1.5rem; }
    .book__price--crossed::before {
     content: "PRP: ";
    }
    .book__price--promo {
      font-size: 2.2rem; }

.stickynote {
  background-color: #f7f7f7;
  padding: .5rem;
  font-family: inherit;
  color: #000;
  text-align: center;
  border-radius: 3px;
  opacity: 0.95; }
  .stickynote div a {
    color: #C10202; }


.form__more-opt--list {
  list-style: none; }

.list-item {
  padding: 1rem; }

@media only screen and (max-width: 75em) {
  #login-form .form__group {
    width: 80%; } }

@media only screen and (max-width: 56.25em) {
  #rightmost-pane {
    display: none; } }


.left-pane {
  margin-top: 1rem;
  width: 19%;
  display: inline-block;
  vertical-align: top;
  background: #fff; }
  @media only screen and (max-width: 75em) {
    .left-pane {
      width: 19%; } }
  @media only screen and (max-width: 56.25em) {
    .left-pane {
      width: 24%; } }
 
.side-menu {
  width: 100%;
  box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0 1rem 1rem 0;
  border-bottom: 1px solid #000;
  background-color: #eee;
  margin-top: 3rem; }
  .side-menu__close {
    position: absolute;
    top: -1.5rem;
    left: 0rem;
    font-size: 4rem;
    color: #C10202;
    text-decoration: none;
    z-index: 3;
    height: 5rem;
    width: 5rem;
    transition: all .4s;
    display: none; }
    @media only screen and (max-width: 37.5em) {
      .side-menu__close {
        display: block; } }
  .side-menu__title {
    background-color: #f7f7f7;
    color: #C10202;
    font-size: 2rem;
    font-weight: 700;
    padding-left: 1rem;
    border-bottom: 1px solid #777;
    border-top-right-radius: 1rem;
    text-transform: uppercase; }
  .side-menu__items {
    font-size: 1.6rem; }
  .side-menu__item {
    display: block; }
    .side-menu__item:link, .side-menu__item:visited {
      color: #222;
      text-decoration: none;
      padding: 0 2rem;
      margin-right: 1rem;
      background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
      background-size: 230%;
      transition: all .4s; }
    .side-menu__item:hover, .side-menu__item:active {
      color: #C10202;
      font-weight: 700;
      transform: translateX(1rem);
      background-position: 100%;
      cursor: pointer; }
  .side-menu__more {
    text-align: right;
    padding: 0 .5rem; }
    .side-menu__more--link:link, .side-menu__more--link:visited {
      display: inline-block;
      padding: .5rem;
      text-decoration: none;
      font-size: 1.6rem;
      color: #C10202;
      font-weight: 700;
      transition: all .3s; }
    .side-menu__more--link:hover, .side-menu__more--link:active {
      transform: translateX(-1rem) scale(1.1); }
  .side-menu__partner {
    background-color: #fff;
    border-bottom-right-radius: 1rem; }
  .side-menu__logo-partner {
    width: 100%;
    padding: 0 1rem;
    border-bottom-right-radius: 1rem; }
  .side-menu__subscription {
    color: #222;
    padding: 1rem;
    position: relative; }
    .side-menu__subscription input[type=email] {
      display: block;
      padding: .5rem;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.5);
      border: none;
      border-bottom: 3px solid transparent;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
      width: 100%;
      transition: all .3s; }
      .side-menu__subscription input[type=email]:focus {
        outline: none;
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
        border-bottom: 3px solid #C10202; }
    .side-menu__subscription input[type=submit] {
      margin-top: 1rem;
      background-color: #C10202;
      color: #fff;
      border: none;
      padding: .5rem;
      border-radius: 4px;
      transition: all .3s;
      position: relative;
      right: -50%; }
      .side-menu__subscription input[type=submit]:hover {
        transform: translateY(-0.3rem);
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
      .side-menu__subscription input[type=submit]:active, .side-menu__subscription input[type=submit]:focus {
        outline: none;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        transform: translateY(0); }
  .side-menu__recommended {
    background-color: #fff;
    border-bottom-right-radius: 1rem; }
    .side-menu__recommended--book {
      width: 90%;
      padding: 2rem;
      text-align: center; }
      .side-menu__recommended--book a:link,
      .side-menu__recommended--book a:visited {
        text-decoration: none;
        color: #222; }

.right-pane {
  width: 80%;
  display: inline-block;
  padding: 0 2rem; }
  @media only screen and (max-width: 75em) {
    .right-pane {
      width: 80%; } }
  @media only screen and (max-width: 56.25em) {
    .right-pane {
      width: 75%; } }
  @media only screen and (max-width: 37.5em) {
    .right-pane {
      width: 100%; } }

.info {
  width: 100%;
  padding: 0.2rem;
  font-size: 1.6rem;
  text-align: center;
  color: #222; }
  .info__headline {
    color: #777; }
  .info__headline--nav {
    text-align: left; }
    .info__headline--nav a:link,
    .info__headline--nav a:visited {
      color: #DA0202;
      text-decoration: none;
      font-size: 1.6rem; }
  .info__card {
    margin-top: 3rem;
    padding: 1rem;
    height: 22rem;
    color: #222;
    position: relative;
    box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 56.25em) {
      .info__card {
        width: 100% !important;
        height: 17rem; } }
  .info__card .btn-text {
    display: block;
    position: absolute;
    bottom: 0;
    right: 1rem;
    padding-top: 1rem; }


.info_box{
    color: black;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px dashed #C9E5E9;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border: 15px 15px 15px 15px;
    background: #FFFFCC;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media only screen and (min-width: 37.5em) and (max-width: 56.25em) {
  .recommend-right {
    display: none; } }
  
#product-main-container {
  background-color: #f7f7f7; }
  @media only screen and (max-width: 56.25em) {
    #product-main-container {
      width: 100% !important; } }

@media only screen and (max-width: 56.25em) {
  #product-cover {
    width: 40%; } }

@media only screen and (max-width: 56.25em) {
  #product-specifications {
    width: 60%; } }

.discount-badge {

    display: inline-block;
    position: absolute;
    bottom: 20%;
    right: -5%;
    text-align: center;
    background: rgba(170,200,0,1);
    font-weight: bold;
    font-size: 2.0rem;
    color: #000;
    border-radius: 10%;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    padding-left:0.5rem;
    padding-right:0.5rem;

}
.discount-badge-container{
  position:relative;
  //overflow: hidden;
  display: inline-block;
  margin: 0px;
  width: 95%;
}

.book-prev-badge{

    color: black;
    display: inline-block;
    position: absolute;
    top: 20%;
    right: -10%;
    text-align: center;
    background: white;
    background-image: url(/img/icons/book-prev.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-y: center;
    background-position-x: 0.5rem;
    font-size: 2rem;
    font-style: italic;
    color: #000;
    border-radius: 5%;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    padding-left: 4rem;
    padding-right: 0.5rem;
}

.rating{
  filter: invert(42%) sepia(93%) saturate(1352%) brightness(119%) contrast(119%);
}

.prebutton-container{
   position: relative;
   padding: 1rem 6rem;
   margin: 0.5rem;
}
.prebutton{
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 5rem;
    background: #003b64;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    display: inline-block;
    border-bottom-right-radius: 37% 100% !important;
}
.dal:before{
  content:"\AB";
}
.dar:before{
  content:"\BB";
}
.fl{
  float:left;
}
.fr{
  float:right;
  background: khaki;
}

.cos-bullet{
    position: absolute;
    background-color: red;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: bold;
    left: 3.0rem;
    top: 0;
    height: 1.3rem;
    width: 1.3rem;
    text-align: center;
    color: #fff;
    line-height: 1.3rem;
}
  #buy-section-clone{
    display: none;
  }
  @media only screen and (max-width: 56.25em) {
    #buy-section-clone.sticky{
      display: block;
      padding: 1rem;
      min-height: 8rem;
      z-index: 100000;
    }
  }

  @media only screen and (max-width: 56.25em) {
   .sticky {
     position: fixed;
     bottom: 0.2rem;
     left: 0;
     width: 100%;
     padding: 0;
     z-index:2;
     background: rgba(250, 250, 250, 0.95);
     box-shadow: 0.5rem 0.5rem 1rem rgb(0 0 0 / 20%);
   }
   .sticky .product-pane__cta--buy{
     position: absolute;
     top: -2.5rem;
   }
  }

.product_unavaible {
  filter: grayscale(0.9) opacity(0.9);
}

.sprefinalizare{
    font-size: 10px;
    text-align: center;
    display: block;
    color: green;
    border: 1px solid green;
    border-radius: 5px;
    margin-bottom: 5px;
    max-width: fit-content;
    padding: 2px;
}
/*
#cookiescript_description {
  display:none !important;
} */