#galerie{
    cursor: pointer;
    width: 1001px;
    height: 371px;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
}
/* design by Lucian Grozav lucian@grozav.info*/

.meniuFix {
    position: fixed !important;
    margin-top: 0px !important;
    top: 0px !important;
    width: 100% !important;
}

#meniu {
    /*border: 1px solid lightgrey;*/
    /*box-sizing:border-box;*/
    padding: 10px;
    text-align: center;
    background-color: white;
    /*max-width: 97%;*/
    position: absolute;
    top: 240px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    /*width: 1000px;*/
    width: fit-content;
    display: table;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 5px 5px 15px 0px rgba(204, 204, 204, 0.5);
    box-shadow: 5px 5px 15px 0px rgba(204, 204, 204, 0.5);
}

#meniu a {
    color: black;
    font-family: 'Courgette';
    font-size: 22px;
    /*font-size: 24px;*/
    text-decoration: none;
    margin: 20px;
}

#meniu a:hover {
    color: #555;
}

.meniuSelectat {
    /*-webkit-animation: mymove 5s infinite;
    animation: mymove 5s infinite;*/
    background-image: url('floricica.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    /* width of the image plus a little extra padding */
    /*display: block;*/
    /* may not need this, but I've found I do */
}#caut {
    position: absolute;
    right: 110px;
    top: 135px;
    width: 220px;
    height: 38px;
    background-image: url("cautare.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
#txtCautat{
    margin-top: 3px;
    margin-left: 5px;
    outline: none;
    border: transparent;
    font-size:22px;
    width: 180px;
    height: 30px;
}#btnCos {
    width: 72px;
    height: 62px;
    background-image: url("cos.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 115px;
    right: 20px;
    text-align: center;
    cursor: pointer;
}

#totalCos {
    position: relative;
    top: 43px;
    font-size: 14px;
    font-weight: bolder;
    color: white;
}

#totalCosDetaliat {
    font-size: 20px;
    font-weight: bolder;
    color: #1C001C;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

#cos {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(255, 255, 255, 0.97);
    overflow: auto;
    z-index: 99999;
    display: none;
}

.arata {
    display: table !important;
    visibility: visible !important;
}

#susCos {
    width: 90%;
    margin: auto;
}

.titluCos {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Courgette';
    vertical-align: bottom;
}

#produseCos {
    /*margin-top: 10px;*/
    /*max-height: 90%;*/
    /*height: 100% !important;*/
    max-height: calc(100% - 250px);
    overflow: auto;
    /*vertical-align: middle !important;*/
}

#iLivrare {
    padding-top: 10px;
    /*height: 90px;*/
    /*display:table-row-group;*/
    /*display:table-row;*/
    width: 100%;
    /*position: absolute;*/
    /*margin-top: 35px;*/
    /*bottom: 50px;*/
    /*vertical-align: middle;*/
}

#butoaneCos {
    /*border: 5px solid blue;*/
    /*width: 100%;*/
    /*    position: absolute;
        bottom: 5px;*/
    /*display:table-row;*/
    margin-top: 15px;
    /*vertical-align: middle;*/
}

.tabelCos {
    border: 1px solid #1C001C;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.randTabelCos:nth-child(even) {
    background-color: #f2f2f2
}

.imgProdusCos {
    max-width: 170px;
    max-height: 115px;
}

.detaliiComanda {
    width: 90%;
    min-height: 100px;
    height: 100%;
}

.telefon {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}

.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #efdcfb;
    -webkit-box-shadow: inset 0px 1px 0px 0px #efdcfb;
    box-shadow: inset 0px 1px 0px 0px #efdcfb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #bc80ea));
    background: -moz-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
    background: -webkit-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
    background: -o-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
    background: -ms-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
    background: linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea', GradientType=0);
    background-color: #dfbdfa;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #c584f3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #9752cc;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc80ea), color-stop(1, #dfbdfa));
    background: -moz-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
    background: -webkit-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
    background: -o-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
    background: -ms-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
    background: linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bc80ea', endColorstr='#dfbdfa', GradientType=0);
    background-color: #bc80ea;
}

.myButton:active {
    position: relative;
    top: 1px;
}html {
    height: 100%;
}

body {
    height: 100%;
    background-color: white;
    background-image: url(header.png), url(dunga.png), url(fundal.jpg);
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-position: center top 10px, left top 53px, center top 0px;
    background-attachment: scroll, scroll, fixed;
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: Postamt;
    src: url(Postamt.ttf);
}
a {
    text-decoration: none;
    /* color: #1C001C; */
    color: inherit !important;
    
}

pre {
    font-family: 'Droid Sans', sans-serif;
    white-space: pre-wrap;
    /*css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    display: inline;
}

#headerGol {
    height: 300px;
    width: 100%;
    cursor: pointer;
    /*border: 2px solid navy;*/
}

.pagina {
    MAX-width: 1150px;
    margin: auto;
    text-align: center;
}

.caleCategorii {
    font-family: 'Droid Sans', sans-serif;
    /*font-family: 'PT Sans', sans-serif;*/
    text-decoration: none;
    /*font-family: 'Courgette';*/
    font-size: 17px;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
}

.caleCategorii,
a {
    color: gray;
}


/************* CUIB **********************/
.cuiburi{
    -moz-text-align-last: left;
    text-align-last: left;
}


.cuibProdus {
    text-align: center;
    width: 335px;
    height: 300px;
    /*height: 312px;*/
    padding-top: 20px;
    margin: 20px;
    cursor: pointer;
    background-color: rgba(237, 214, 243, 0.7);
    display: inline-block;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*border: 1px solid darksalmon;*/
}

.cuibProdus:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cuibImgCuib {
    /*display: table-cell;*/
    vertical-align: middle;
    width: 100% !important;
    height: 223px;
}

.imgCuib {
    display: block;
    /*margin: 10px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 325px;
    max-height: 223px;
}

.cosCuib {
    padding-top: 7px;
    margin-right: 15px;
    cursor: pointer;
}

.ascuns {
    display: none;
}

.nrBuc {
    margin-right: 15px;
    text-align-last: right;
    text-align: right;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    outline: none;
    border-style: none;
    /*pt firefox*/
    width: 50px;
}

.bucInCos {
    float: right;
    vertical-align: middle;
}

.titluSiPretCuib {
    width: auto;
    display: block;
    font-family: Arial;
    text-align: left;
    padding-left: 15px;
    color: #1C001C;
}

.pretCuib {
    line-height: 25px;
    font-weight: bold;
}


/************* /CUIB */


/**** SUBMENIUL DIN STANGA **********************/

.submeniu {
    max-width: 335px;
    margin: 10px;
    float: left;
    padding: 20px;
    text-align: left;
    border-right: 3px solid #fff;
    font-family: Arial;
    font-size: 1em;
    line-height: 1.7em;
    background-color: #EDD6F3;
    border-radius: 10px;
    /*letter-spacing: 2px;*/
}

.randSubmeniu {
    font-family: 'PT Sans', sans-serif;
    /*font-family: 'Courgette';*/
    font-size: 18px;
    /*text-decoration: none;*/
    /*color: red;*/
}


/**** /SUBMENIUL DIN STANGA */

.despartitor {
    color: coral;
    /*font-family: fantasy;*/
    /*font-size: larger;*/
    font-weight: bolder;
}

.ppDetalii {
    width: 1084px;
    height: 591px;
    background-image: url(ppFundalMov.png);
    /*background-repeat: no-repeat;*/
    margin: auto;
    margin-top: 20px;
    background-position: center;
    /*border: 1px solid orange;*/
}

.zonaFoto {
    float: left;
    width: 544px;
    /*max-width: 554px;*/
    max-height: 520px;
    /*height: 520px;*/
    background-color: #F2E3F6;
    margin-left: 40px;
    margin-top: 40px;
    padding: 10px;
    /*    padding-left: 10px;
        padding-right: 10px;*/
    /*border: 1px solid red;*/
    text-align-last: center;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

.fotoDetalii {
    max-width: 531px;
    max-height: 354px;
    margin: auto;
    margin-top: 10px;
    /*cursor: pointer;*/
    /*padding-top: 10px;*/
}

.albumProdus {
    width: 530px;
    max-height: 120px;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
    /*padding-top: 10px;*/
}

.miniFoto {
    max-width: 165px;
    max-height: 100px;
    margin: 5px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}

.miniFoto:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.txtProdus {
    width: 420px;
    max-height: 500px;
    float: right;
    margin-right: 40px;
    margin-top: 40px;
    overflow: auto;
    padding: 10px;
    text-align: left;
    /*display:inline-block;*/
    /*border: 1px solid black;*/
}

.dimensiuneProdus {
    font-weight: 500;
}

.detaliiProdus {
    width: 100%;
    max-height: 370px;
    margin-top: 20px;
    overflow: auto;
    color: #1C001C;
    display: inline;
}

.ppTitluProdus {
    color: #3E003F;
    font-size: 24px;
    font-family: 'Courgette';
}

.ppBtn {
    margin-top: 25px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    cursor: pointer;
}

.ppCuibPret {
    font-family: 'Droid Sans', sans-serif;
    margin-top: 25px;
    float: left;
    font-size: 1.25em;
}

.ppPret {
    margin-top: 25px;
}

/* ***** */
#contactSus{
    position: absolute;
    top: 70px;
    right: 1050px;
    display: flex;
    align-items: center;
}

.btnMedia{
    width: 32px;
    margin-right: 15px;
    cursor: pointer;
}
.txtContact{
    cursor: pointer;
    font-family: Postamt;
    /* font-family: 'Droid Sans', sans-serif; */
    color: white;
    font-size: 1.3em;
}
/* ***** */

#gdpr{
    display: none;
    font-family: 'Droid Sans', sans-serif;
    color: #630E49;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    background-color: #E8E8E8;
    border-radius: 10px;
    border: 1px solid #630E49;
}

#gdpr button, #cadou {
    font-family: 'Droid Sans', sans-serif;
    height: 45px;
    background-color: #C8A3D1;
    padding: 15px;
    float: right;
    margin-right: 25px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 2px;
}
#btnCadou {
    font-family: 'Droid Sans', sans-serif;
    font-size: 1.1em;
    background-color: #C8A3D1;
    padding: 15px;
    float: right;
    margin-right: 25px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
    outline-style: none;
    box-shadow: 5px 5px 5px grey;
}

.flex-container {
    display: flex;
    align-items: stretch;
}
.imgTxtCateg{
    /* background-image: url("bgAccesorii1.svg"); */
    background-repeat: repeat-y;
    width: 55px;
    /* flex-grow: 2; */
    flex-shrink: 0;
}
.txtCateg{
    border: 3px solid #e8d5feff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 10px;
    padding: 15px;
    padding-left: 0px;
    border-left: 0px;
    margin-right: 15px;
    text-indent: 20px;
    text-align: left;
    font-size: 1.17em;
    /* font-family: 'Droid Sans', sans-serif; */
    font-family: 'Courgette';
    color: #630E49;


    /* flex-grow: 8; */
}

#divTxtHome{
    width: 1001px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}
.hrHome{
    width: 60%;
    border: 2px solid #e8d5feff;
}

#txtHome{
    color: #630E49;
    font-family: 'Courgette';
    font-size: 1.15em;
    text-align: justify;
    padding: 20px;
    text-indent: 20px;
}
#dinOfertaHome{
    color: #630E49;
    font-family: 'Courgette';
    font-size: 1.25em;
}

#talpa{
    margin-bottom: 40px;
    margin-top: 40px;
    color: #630E49;
    font-family: 'Droid Sans', sans-serif;
    background-color: #E2D9E8;
    padding: 30px;
    max-width: 1100px;
    
}
#coloaneTalpa{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
#talpaCopy{
    font-size: 0.8em;
}

.ancora {
    position: relative;
    top: -250px;
 }

.biscuit{
    font-family: 'Droid Sans', sans-serif;
    background-color: #EDD6F3;
    padding: 25px;
    border: 53px solid transparent;
    margin: 20px;
    border-image-source: url(biscuit.png);
    border-image-repeat: round;
    border-image-slice: 56;
    border-image-outset:0.3;
    text-align: left;
    color: #630E49;
    line-height: 1.5;
}