@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html { height: 100%; width: 100%; }
body { font-family: 'Roboto', sans-serif; min-height: 100%; position: relative; color: #000; max-width: 100vw; overflow-x: hidden; line-height: normal; }
a { color: #000; outline: 0; }
a:hover { color: #b1935a; text-decoration: none; }
img { max-width: 100%; height: auto; }
ul { margin: 0; padding: 0; }
.noborder { border: 0 !important; }
.invalid-tooltip { right: 15px; left: auto; }
.slick-prev::before, .slick-next::before { color: #000; }
@media (max-width:768px) {
  body.noScroll { overflow-y: hidden; }
  .desktop_only { display: none; }
}
@media (min-width:768px) {
  .mobile_only { display: none; }
}


header .top_header { width: 100%; padding: 5px; background: #b1935a; text-align: center; }
header .top_header a { color: #fff; }

header .mid_header { display: flex; }
header .mid_header .left, header .mid_header .right { width: 220px; padding-top: 20px; font-size: 13px; color: #808080; }
header .mid_header .left a { font-size: 16px; font-weight: bold; }
header .mid_header .left h1 { font-size: inherit; margin-bottom: 1rem; }
header .mid_header .right { text-align: right; }
header .mid_header .right .links a { color: #808080; }
header .mid_header .right .catalog a { font-size: 16px; font-weight: bold; }
header .mid_header .right .catalog i { font-size: 16px; color: #bc9455; }
header .mid_header .logo { text-align: center; padding: 15px 0; flex-grow: 1; }

header #cosul_meu { position: relative; float: right; }
header #cosul_meu:hover { opacity: .8; }
header #cosul_meu .text { display: block; border: 1px solid #d9d9d9; padding: 10px 52px 10px 15px; text-decoration: none; }
header #cosul_meu .icon { position: absolute; right: 0; font-size: 24px; background: #7F2D33; color: #fff; height: 100%; border: 1px solid #d9d9d9; top: 0; padding: 3px 7px 3px 7px; z-index: -1; }

@media (min-width:768px) {
  header #cautare { width: 160px; position: relative; }
  header #cautare .search { border: 1px solid #d9d9d9; width: 100%; padding: 10px 15px; color: #555; }
  header #cautare label.cauta { position: absolute; left: 100%; height: 100%; padding: 8px 8px 8px 10px; border: 1px solid #d9d9d9; border-left: 0; cursor: pointer; }
  header #cautare label.cauta i { font-size: 18px; color: #75313c; }
  header #cautare #submit { display: none; }
}

@media (min-width:768px) {
  .main_menu { margin-bottom: 5px; position: relative; z-index: 1; }
  .main_menu > ul { list-style: none; display: flex; padding: 0; margin: 0; height: 38px; }
  .main_menu > ul > li { flex-grow: 0; flex-basis: 25%; background: #000; color: #fff; }
  .main_menu > ul > li > a { display: block; color: #fff; padding: 0 5px; height: 100%; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; cursor: pointer; }
  .main_menu > ul > li:hover > a { text-decoration: none; color: #b1935a; }
  .main_menu > ul > li:first-child > a::before { height: 38px; width: 11px; position: absolute; left: -10px; top: 0; content: ""; background-image: url('../images/left-menu.png'); }
  .main_menu > ul > li:last-child > a::after { height: 38px; width: 11px; position: absolute; right: -10px; top: 0; content: ""; background-image: url('../images/right-menu.png'); }
  .main_menu > ul > li > .drop { display: flex; flex-direction: column; opacity: 0; visibility: hidden; position: absolute; top: 100%; background: #fff; padding: 20px; border-radius: 0 0 20px 20px; transition: all .15s ease-in; border: 1px solid rgb(95, 95, 95); border-top: 0; }
  .main_menu > ul > li:hover > .drop { opacity: 1; visibility: visible; }
  .main_menu > ul > li > .drop > div > a { display: block; color: #000; font-size: 12px; margin-right: 25px; padding: 5px 0; text-transform: uppercase; text-decoration: none; transition: all .15s ease-in; }
  .main_menu > ul > li > .drop > div > a:hover { color: #b1935a; }
  .main_menu > ul > li > .drop .drop2 {
    margin: 0 0 10px 5px;
  }
  .main_menu > ul > li > .drop .drop2 a { font-size: .9em; }
}


.slider .titlu_slider { font-size: 4em; color: #fff; left: 480px; text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
.slider .desc_slider { font-size: 1.8em; color: #fff; left: 485px; text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; top: 200px; }
@media (max-width:1400px) {
  .slider .titlu_slider { font-size: 5em; }
  .slider .desc_slider { font-size: 2.8em; }
}
@media (max-width:767px) {
  .slider .titlu_slider, .slider .desc_slider { position: relative !important; left: 0 !important; width: 100% !important; text-align: center !important; height: auto !important; text-shadow: 5px 4px 0 #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000, 4px 4px 0 #000; }
  .slider .titlu_slider { top: 20px !important; font-size: 70px !important; transform: none !important; }
  .slider .desc_slider { top: 40px !important; font-size: 40px !important; transform: none !important; }
}


section.producatori { margin-top: 20px; }
section.producatori .carusel { margin: 0 -5px; }
section.producatori .item { padding: 0 5px; }
section.producatori .wrapper a { display: block; position: relative; }
section.producatori .wrapper a .text { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); text-align: center; display: flex; flex-direction: column; align-items: center; padding: 10px 5px; transition: all 1s ease-in; justify-content: center; }
section.producatori .wrapper:hover a .text { height: 100%; }
section.producatori .wrapper a .text p { margin: 0; color: #fff; transition: all 1s ease-in; }
section.producatori .wrapper a .text .titlu { font-size: 16px; font-weight: 500; margin-bottom: 5px; text-transform: uppercase; text-shadow: 0 1px 3px #000; }
section.producatori .wrapper a .text .subtitlu { font-size: 12px; color: #ceb391; text-transform: uppercase; text-shadow: 0 1px 3px #000; }


section.main-content { margin-top: 30px; }
section.main-content .titlu_cat { text-transform: uppercase; text-align: center; font-size: 28px; margin-bottom: 28px; }
section.main-content .categorii { background: #000; color: #b1935a; text-align: center; height: 28px; line-height: 28px; position: relative; }
section.main-content .categorii::before { height: 28px; width: 8px; position: absolute; left: -7px; top: 0px; content: ""; background-image: url('../images/side-title-left.png'); }
section.main-content .categorii::after { height: 28px; width: 8px; position: absolute; right: -8px; top: 0px; content: ""; background-image: url('../images/side-title-right.png'); }

section.main-content .prod_menu { border: 1px solid #d9d9d9; padding: 15px; list-style: none; }
section.main-content .prod_menu > li { margin-bottom: 20px; }
section.main-content .prod_menu > li > a { color: #b1935a; font-size: 14px }
section.main-content .prod_menu ul { list-style: none; padding-left: 9px; }
section.main-content .prod_menu ul > li > a { font-size: 13px; color: #808080; text-transform: uppercase; }
section.main-content .prod_menu ul > li:hover > a { text-decoration: none; color: #000; }

.product { margin-bottom: 30px; }
.product_wrapper, .product_wrapper * { transition: all .1s ease-in; }
.product_wrapper { border: 1px solid #d9d9d9; padding: 10px; margin: 0; height: 100%; text-align: center; display: flex; flex-direction: column; }
.product_wrapper:hover { border: 1px solid #b1935a; }
.product_wrapper a { color: #000; }
.product_wrapper .details { border-top: 1px solid #d9d9d9; margin-top: 10px; padding-top: 10px; margin: 0 10px; flex-grow: 1; display: flex; flex-direction: column; }
.product_wrapper .pr_image { position: relative; min-height: 233px; display: flex; align-items: center; justify-content: center; }
.product_wrapper .pr_image .nou { position: absolute; top: 0px; left: 0px; width: 70px; }
.product_wrapper .pr_image > a { display: block; padding-bottom: 120%; background-size: contain; width: 100%; background-repeat: no-repeat; background-position: center center; }
.product_wrapper .pr_image .product_details { position: absolute; top: 0; right: 0; left: 0; bottom: 0; padding: 10px; font-size: 14px; background: rgba(255, 255, 255, 0.8); text-align: left; opacity: 0; visibility: hidden; transition: all .15s ease-in; overflow: hidden; }
.product_wrapper:hover .pr_image .product_details { opacity: 1; visibility: visible; pointer-events: none; }
.product_wrapper .pr_image .product_details .bottom_overlay { position: absolute; bottom: 0; left: 0; right: 0; top: 55%; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); }
.product_wrapper .pr_title { margin-bottom: 20px; flex-grow: 1; }
.product_wrapper .pr_title a { color: #b1935a; text-transform: uppercase; text-decoration: none; font-size: 14px; }
.product_wrapper .pr_price { display: flex; justify-content: center; align-items: center; }
.product_wrapper .pr_price .pret { color: #000; font-weight: 700; font-size: 15px; }
.product_wrapper .pr_price .spacer { margin: 0 10px; color: #aeaeae; }
.product_wrapper .pr_price .stoc { margin-right: 20px; color: #ababab; }
.product_wrapper .pr_price .add-to-cart { display: inline-block; background: #7f2d33; padding: 3px 10px; font-size: 18px; color: #fff; }
.product_wrapper .pr_price .add-to-cart:hover { background: #ad4148; }
.product_wrapper .pr_price .old-price { color: rgb(144, 28, 28); text-decoration: line-through; }


.product_page .title_produs { color: #b1935a; font-size: 20px; text-transform: uppercase; font-weight: 700; margin-bottom: 25px; margin-bottom: 15px; }
.product_page .txt_details { color: #808080; font-size: 14px; margin-bottom: 5px; }
.product_page .disponibiliate-cont .label_stoc { display: inline-block;	padding: .3em .6em .3em; padding-bottom: 2px; font-size: 12px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; text-transform: uppercase; margin-bottom: 20px; }
.product_page .disponibiliate-cont .label_stoc.in-stoc { background-color: #090; }
.product_page .disponibiliate-cont .label_stoc.stoc-limitat { background-color: #f50; }
.product_page .disponibiliate-cont .label_stoc.stoc-precomanda { background-color: #ef2809; }
.product_page .disponibiliate-cont .label_stoc.stoc-epuizat { background-color: #ef2809; }
.product_page .price { color: #6f6f6f; font-size: 14px; }
.product_page .price .price_f { font-weight: 700; }
.product_page .price .price_s { color: #901c1c; font-weight: 700; margin-left: 8px; }
.product_page .price #pret { font-weight: 700; color: #b1935a; font-size: 20px; }
.product_page .add-cart form { display: flex; }
.product_page .add-cart form * { transition: all .15s ease-in; }
.product_page .add-cart form .btn_corporate { background: #b1935a; color: #fff; padding: 10px 0; flex-grow: 1; text-align: center; margin-right: 5px; text-transform: uppercase; font-size: 14px; font-weight: 500; text-decoration: none; }
.product_page .add-cart form .btn_corporate:hover { opacity: .8; }
.product_page .add-cart form .submit_produs { background: #7f2d33; color: #fff; flex-grow: 1; text-align: center; margin-right: 5px; text-transform: uppercase; font-size: 14px; font-weight: 500; border: 0; }
.product_page .add-cart form .submit_produs:hover { opacity: .8; }
.product_page .add-cart form .fav-product { flex-grow: 1; text-align: center; text-transform: uppercase; font-size: 14px; font-weight: 500; }
.product_page .add-cart form .fav-product .buton_favorite { width: 100%; height: 100%; font-size: 22px; border: 0; background: #161616; color: #fff; }
.product_page .add-cart form .fav-product .buton_favorite.is-favorited { background: #fd0000; }
.product_page .add-cart form .fav-product:hover .buton_favorite { opacity: .8; }
.product_page .prodImages .prod_main_image { text-align: center; padding: 5px; border: 1px solid #CFCFCF; border-radius: 3px; margin: 0 3px 6px 3px; }
.product_page .prodImages .prod_main_image img { max-height: 450px; }
.product_page .prodImages .small-img { display: block; padding: 5px; border-radius: 3px; border: 1px solid #CFCFCF; margin: 0 3px; }
.product_page .prodImages .slick-arrow { z-index: 1; }
.product_page .prodImages .slick-arrow::before { color: #B1B1B1; }
.product_page .prodImages .slick-track { margin: 0; }
.product_page .logo_producatori { display: flex; flex-wrap: wrap; justify-content: space-around; margin-top: 20px; }
.product_page .logo_producatori a { display: block; border: 1px solid transparent; padding: 5px; border-radius: 5px; transition: all 0.15s ease-in; flex-basis: 33%; }
.product_page .logo_producatori a:hover { border: 1px solid #b1935a; }


/*** PAGINA COS ***/

.cap_tabel { border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; }
.produs_cos { position: relative; border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; color: #455560; }
.produs_cos img { max-height: 130px; width: auto; }
.produs_cos .nume_produs, .produs_cos .nume_produs a { color: #826b2f; }
.detalii-cos { margin: 30px 0 50px 0; border-top: 1px solid #ddd; font-weight: 500; color: #455560; }
.detalii-cos .det_col { padding: 10px 25px; border-bottom: 1px solid #ddd; }
.detalii-cos .det_col.last { background: #f2f2f2; }

.tip-plata .custom-control , .tip-livrare .custom-control{ padding: 0; }
.tip-plata .custom-control label, .tip-livrare .custom-control label { display: block; padding: 10px 10px 10px 33px; border: 1px solid #dddddd; border-radius: 4px; background: #f5f5f5; margin-bottom: 8px; }
.tip-plata.selected .custom-control label, .tip-livrare.selected .custom-control label { border: 1px solid #826b2f; background: #fff; }
.tip-plata .custom-control-label::before, .tip-plata .custom-control-label::after { left: .5rem; top: .9rem; }
.tip-livrare .custom-control-label::before, .tip-livrare .custom-control-label::after { left: .5rem; top: .9rem; }
.custom-control-input:checked ~ .custom-control-label::before { border-color: #826b2f; background-color: #826b2f; }
.custom-control-input:focus ~ .custom-control-label::before { box-shadow: none; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before { background-color: #ceaf63; border-color: #ceaf63; }
.btn-primary { background-color: #826b2f; border-color: #826b2f; }
.btn-primary:hover { background-color: #9b7f3a; border-color: #826b2f; }

@media (min-width:768px) {
  .cos-wrapper .del_pr_mob { display: none; }
}
@media (max-width:768px) {
  .cos-wrapper .cap_tabel { display: none; }
  .cos-wrapper .del_pr_desk { display: none; }
  .cos-wrapper .del_pr_mob { position: absolute; top: 0; right: 15px; font-size: 1.2em; z-index: 1; }
}
/*** END PAGINA COS ***/

footer { margin-top: 20px; padding-bottom: 20px; }
footer .wrapper { border-top: 1px solid #d9d9d9; padding-top: 20px; }
footer .left { float: left; width: 23%; }
footer .center { float: left; width: 54%; text-align: center; }
footer .center .links { margin-bottom: 20px; }
footer .center .links a { margin: 0 20px; color: rgba(0,0,0,0.6); font-size: 14px; font-weight: 500; white-space: nowrap; }
footer .center .copyright { font-size: 11px; color: #888; }
footer .right { float: right; width: 23%; text-align: center; }
footer .right p { font-size: 12px; margin-bottom: 5px; color: #aaa; }
footer .right #newsletter .news_wrap { width: 90%; position: relative; margin: 0 auto; }
footer .right #newsletter input { border: 1px solid #dcdcdc; font-size: 12px; padding: 7px 5px; width: 100%; }
footer .right #newsletter input[placeholder] { color: #555; }
footer .right #newsletter label { position: absolute; top: 0; right: 0; height: 100%; margin: 0; font-size: 11px; background: #b1935a; color: #fff; border-radius: 0; }
@media (max-width:992px) {
  footer .left, footer .center, footer .right { width: 100%; margin: 10px 0; text-align: center; }
  footer .center .links a { margin: 0 5px; font-size: 13px; }
}



/*MOBILE CSS*/
@media (max-width:768px) {
  #cosul_meu { display: none; }
  header .mid_header { position: relative; padding-bottom: 10px; }
  .btn_cautare, .btn_meniu { font-size: 22px; position: absolute; cursor: pointer; }
  .btn_cautare { right: 0; bottom: 10px; }
  .btn_meniu { left: 0; bottom: 10px; }

  header #cautare { background: #fff; position: fixed; top: 0; left: 0; right: 0; height: 120px; border-bottom: 1px solid rgb(223, 223, 223); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(-100%); }
  header #cautare.open { opacity: 1; visibility: visible; transform: translateY(0); transition: all .25s cubic-bezier(0.075, 0.82, 0.165, 1); }
  header #cautare #submit { display: none; }
  header #cautare form { width: 80%; position: relative; }
  header #cautare input.search { border: 1px solid #b1935a; padding: 5px 15px; font-size: 16px; width: 100%; }
  header #cautare label.cauta { position: absolute; top: 0; right: 0; height: 100%; display: flex; justify-content: center; align-items: center; width: 30px; font-size: 20px; border-left: 1px solid #b1935a; }
  header #cautare .close_cautare { position: absolute; top: 10px; right: 20px; font-size: 26px; color: #000; }

  .main_menu { opacity: 0; visibility: hidden; transform: translateX(-100%); background: #fff; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; transition: all .25s cubic-bezier(0.075, 0.82, 0.165, 1); background: #333333; }
  .main_menu.open { opacity: 1; visibility: visible; transform: translateX(0); }
  .main_menu a { color: #fff; }
  .main_menu .top_menu { position: relative; padding-top: 10px; }
  .main_menu .top_menu .logo_meniu { text-align: center; margin-bottom: 20px; }
  .main_menu .top_menu .logo_meniu img { max-width: 120px; }
  .main_menu .top_menu .close_btn { position: absolute; top: 20px; right: 20px; padding: 5px 10px 3px 10px; font-size: 22px; background: #fff; border-radius: 4px; }
  .main_menu > ul { margin: 20px 20px 0 20px; max-height: 70vh; overflow-y: auto; list-style: none; border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .main_menu > ul > li { border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .main_menu > ul > li > a { padding: 8px 0; display: block; }
  .main_menu > ul > li > .drop { display: none; margin-left: 15px; margin-bottom: 4px; }
  .main_menu > ul > li > .drop a { padding: 4px 0; display: block; }
  .main_menu > ul > li.open > .drop { display: block; }
}
/*END MOBILE CSS*/




.fancy_title { text-align: center; margin-bottom: 40px; border-top: 1px solid #d9d9d9; }
.fancy_title span { display: inline-block; background: #000; border-radius: 0 0px 23px 23px; padding: 15px 40px; color: #b1935a; font-size: 16px; font-weight: 500; letter-spacing: 2px; position: relative; text-transform: uppercase; }
.fancy_title span::after { content: url('../images/style_bottom.jpg');  position: absolute; width: 100%; text-align: center; bottom: -20px; height: 21px; left: 0px; }
.fancy_title h1 { display: inline-block; background: #000; border-radius: 0 0px 23px 23px; padding: 15px 40px; color: #b1935a; font-size: 16px; font-weight: 500; letter-spacing: 2px; position: relative; text-transform: uppercase; }
.fancy_title h1::after { content: url('../images/style_bottom.jpg');  position: absolute; width: 100%; text-align: center; bottom: -20px; height: 21px; left: 0px; }

.title_br { color: #b1935a; font-size: 22px; margin-bottom: 20px; font-weight: 500; }

.dl_btn { display: block; background: #b0935b; padding: 10px 15px; width: 170px; margin: 0 auto; color: #fff; text-align: center; }
.dl_btn:hover { color: #fff; background: #c2a365; }


.account_menu { list-style: none; margin: 0; padding: 0; }
.account_menu li a { padding: 5px 0; display: block; }
@media (max-width:767px) {
  .account_menu { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dotted #000; }
}


/*** Stil comentarii produse ***/
.comentarii, .comentarii hr { margin: 30px 0; }
.comentarii .pull-left { float: left ; }
.comentarii .pull-right { float: right; }
.comentarii .row.add_review { display: flex; margin-top: 10px; }
.comentarii .widget_com { max-width: 100%;	margin: 0 auto;	padding: 20px; border: 1px solid #ddd; border-radius: 3px; height: 100%; background: #fff; }
.comentarii label.comentariu { margin-top: 10px; }
.comentarii h3 { margin: 0; }
.comentarii .widget_com input, .comentarii .widget_com textarea { width: 100%; resize: vertical; min-height: 40px; }
.comentarii .add_comment { background:#0061C5; max-width: 500px; margin: 0 auto; margin-top: 40px; padding:10px 20px; display:block; color:#FFF; text-decoration:none; font-weight:900; text-align:center; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
.comentarii .add_comment:hover { color:#FFF; background:#a40831; }
.comentarii .widget { text-align: center; max-width: 500px; margin: 0 auto; padding: 20px; border: 1px solid #ddd; border-radius: 3px; background: #fff; }
.comentarii .widget > p { font-size: 1.5em; }
.comentarii input, .comentarii textarea, .comentarii select { padding: 8px 8px;	border: 1px solid #d5d6d1; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
.comentarii .rating-widget-outer { display: inline-block; margin-top: 30px; }
.comentarii .rating-widget-outer .labels { color: #999; }
.comentarii .rating-widget-outer .rating-widget { display: inline-block; }
.comentarii .rating-widget-outer .rating-widget input { display: none; }
.comentarii .rating-widget-outer .rating-widget label { float: right; color: #999; cursor: pointer; position: relative; font-size: 1.8em; padding: 0 5px; }
.comentarii .rating-widget-outer .rating-widget label:before { margin: 0 0.2em; font-family: "Font Awesome 5 Free"; font-weight: 400; content: '\f005'; display: inline-block; transition: all 0.1s ease-in-out; }
.comentarii .rating-widget-outer .rating-widget label:hover:before { transform: scale(1.3); font-weight: 900; }
.comentarii .rating-widget-outer .rating-widget label > span { font-weight: normal; position: absolute; top: 115%; font-size: .6em; color: #999; width: 100%; left: 0; text-align: center; line-height: .8em; }
.comentarii .rating-widget-outer .rating-widget input:checked ~ label,
.comentarii .rating-widget-outer .rating-widget:not(:checked) > label:hover,
.comentarii .rating-widget-outer .rating-widget:not(:checked) > label:hover ~ label {
  color: #cd1d4b;
}
.comentarii .rating-widget-outer .rating-widget input:checked ~ label:before,
.comentarii .rating-widget-outer .rating-widget:not(:checked) > label:hover:before,
.comentarii .rating-widget-outer .rating-widget:not(:checked) > label:hover ~ label:before {
  content: '\f005';
}

.comentarii .required { animation-name: required; animation-duration: 4s; animation-iteration-count: infinite; }

@keyframes required {
    0%   {border-color: #ddd;}
    25%  {border-color: #FF0004;}
    75%  {border-color: #FF0004;}
    100% {border-color: #ddd;}
}

.all_comments > h3 { font-size: 20px; }

.all_comments .comment { margin-bottom: 25px; border: 1px dotted #DDDDDD; border-radius: 3px; padding: 10px; }
.all_comments .comment .nume h3 { font-size: 1.2em; }
.all_comments .comment .nume h3 .nota { display: inline-flex; vertical-align: text-top; }
.all_comments .comment .nume h3 .data { font-weight: normal; }
.all_comments .comment .titlu h4 { font-size: 16px; margin-bottom: 0px; color: #0061C5; }
.all_comments .comment .txt p { font-size: 14px; }

.rating-produs { position: relative; display: block; float: left; margin-left: 10px; }
.product .rating-produs { float: none; display: inline-block; margin: 0 auto; }
.scroll-to-comments { cursor: pointer; float: left; }
.rating-produs .rating-overlay { display: block; height: 100%; position: absolute; top: 0; right: 0; z-index: 1; background: rgba(255,255,255,0.75); }

@media screen and (max-width: 767px) {
	.comentarii .row.add_review { display: block; }
	.comentarii .row.add_review .left, .comentarii .row.add_review .right { margin-bottom: 2%; }
	.comentarii .add_comment { margin-top: 10px; }
}
/*** END Stil comentarii produse ***/


/*** Istoric comenzi ***/
.comanda_istoric {
	position: relative;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(27,27,27,0.2);
}
.comanda_istoric p {
	margin: 0;
}
.comanda_istoric .nr_com {
	color: #005596;
	font-weight: bold;
	font-size: 18px;
}
.comanda_istoric .status {
	color: #c30000;
	font-weight: bold;
	margin-top: 15px;
}
.comanda_istoric .btn_detalii {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 3px;
	border: 1px solid #005596;
	color: #005596;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 8px;
}
.comanda_istoric .btn_detalii:hover {
	text-decoration: none;
	background: #E2F2FF;
}

.body_comanda {
	min-width: auto !important;
	max-width: 100% !important;
}

@media screen and (max-width: 767px) {
	.body_comanda .wrapper_top > table {
		display: block;
	}
	.body_comanda .wrapper_top > table td.st, .body_comanda .wrapper_top > table td.dr {
		display: block;
		width: 100%;
		padding: 0 !important;
		margin-bottom: 20px;
	}
	.body_comanda .wrapper_bottom {
		max-width: 100%;
		overflow-x: scroll;
	}
	.body_comanda .wrapper_bottom table {
		width: 362px;
		padding-right: 10px;
	}
}
/*** END Istoric comenzi ***/

/** Anunt sarbatori**/
body .anunt { display: none; }
body.announcement .anunt { display: block; }
.anunt {
	text-align:center;
	padding:10px;
	background-color:#FFFD00;
	border-bottom:1px solid #000000;
	width: 100%;
	z-index: 999;
}
.anunt p {
	padding:0px;
	margin:0px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	color:#000;
	font-size:14px;
}
@media screen and (max-width: 992px) {
}
/** END Anunt sarbatori**/