@charset "UTF-8";
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.8
  Copyright (c) 2017 Digital Atelier
  https://www.journal-theme.com/
*/
/******************************
RESET
*******************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, b, i, dl, dt, dd, form, label, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

html {
  -webkit-text-size-adjust: none; }

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

textarea:focus, input:focus, select:focus, button:focus {
  outline: none; }

header *, #container *, footer *, #top-modules *, #bottom-modules * {
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

.clearfix {
  clear: both;
  display: block; }

:before, :after {
  font-family: 'journal-icons';
  position: relative;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

i {
  position: relative;
  font-style: normal;
  vertical-align: middle; }
  i img {
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }

body::after {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/******************************
JOURNAL GRID
*******************************/
.xl-5 {
  width: 5%; }

.xl-10 {
  width: 10%; }

.xl-15 {
  width: 15%; }

.xl-20 {
  width: 20%; }

.xl-25 {
  width: 25%; }

.xl-30 {
  width: 30%; }

.xl-35 {
  width: 35%; }

.xl-40 {
  width: 40%; }

.xl-45 {
  width: 45%; }

.xl-50 {
  width: 50%; }

.xl-55 {
  width: 55%; }

.xl-60 {
  width: 60%; }

.xl-65 {
  width: 65%; }

.xl-70 {
  width: 70%; }

.xl-75 {
  width: 75%; }

.xl-80 {
  width: 80%; }

.xl-85 {
  width: 85%; }

.xl-90 {
  width: 90%; }

.xl-95 {
  width: 95%; }

.xl-100 {
  width: 100%; }

.xl-11 {
  width: 11.11111111111111%; }

.xl-12 {
  width: 12.5%; }

.xl-14 {
  width: 14.28571428571429%; }

.xl-16 {
  width: 16.66666666666666%; }

.xl-33 {
  width: 33.33333333333333%; }

.xl-66 {
  width: 66.66666666666666%; }

.xs-5, .xs-10, .xs-15, .xs-20, .xs-25, .xs-30, .xs-35, .xs-40, .xs-45, .xs-50, .xs-55, .xs-60, .xs-65, .xs-70, .xs-75, .xs-80, .xs-85, .xs-90, .xs-95, .xs-100, .xs-33, .xs-66, .sm-5, .sm-10, .sm-15, .sm-20, .sm-25, .sm-30, .sm-35, .sm-40, .sm-45, .sm-50, .sm-55, .sm-60, .sm-65, .sm-70, .sm-75, .sm-80, .sm-85, .sm-90, .sm-95, .sm-100, .sm-33, .sm-66, .md-5, .md-10, .md-15, .md-20, .md-25, .md-30, .md-35, .md-40, .md-45, .md-50, .md-55, .md-60, .md-65, .md-70, .md-75, .md-80, .md-85, .md-90, .md-95, .md-100, .md-33, .md-66, .lg-5, .lg-10, .lg-15, .lg-20, .lg-25, .lg-30, .lg-35, .lg-40, .lg-45, .lg-50, .lg-55, .lg-60, .lg-65, .lg-70, .lg-75, .lg-80, .lg-85, .lg-90, .lg-95, .lg-100, .lg-33, .lg-66, .xl-5, .xl-10, .xl-15, .xl-20, .xl-25, .xl-30, .xl-35, .xl-40, .xl-45, .xl-50, .xl-55, .xl-60, .xl-65, .xl-70, .xl-75, .xl-80, .xl-85, .xl-90, .xl-95, .xl-100, .xl-33, .xl-66 {
  float: left; }

.xs-11, .xs-12, .xs-14, .xs-16,
.sm-11, .sm-12, .sm-14, .sm-16,
.md-11, .md-12, .md-14, .md-16,
.lg-11, .lg-12, .lg-14, .lg-16,
.xl-11, .xl-12, .xl-14, .xl-16 {
  float: left; }

/******************************
 GENERAL STRUCTURE
*******************************/
.j-min {
  height: 40px; }

.j-med {
  height: 80px; }

.j-tall {
  height: 120px; }

.j-50 {
  height: 50px; }

.j-100 {
  height: 100px; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

/******************************
 CONTENT
*******************************/
#container {
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  z-index: 3; }

.heading-title, .box-heading {
  line-height: 40px;
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }

legend {
  width: 100%;
  margin-bottom: 12px;
  border-width: 0; }

.heading-title {
  margin-bottom: 20px; }

.secondary-title {
  font-size: 17px;
  color: #5C8BA6; }

.extended-layout #container {
  background-color: transparent;
  background-image: none; }

@media only screen and (min-width: 760px) {
  .extended-layout #column-left {
    padding: 20px 0 0 0; }
  .extended-layout #column-right {
    padding: 20px 0 0 0; }
  .extended-layout #column-right + #content {
    padding: 20px 20px 0 0; }
  .extended-layout #column-left + #content {
    padding: 20px 0 0 20px; }
  .extended-layout #column-left + #column-right + #content {
    padding: 20px 20px 0 20px; }
  .extended-layout #content {
    padding: 20px 0 0 0; } }
.home-page #content:empty {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

#content {
  position: relative;
  z-index: 2;
  padding: 20px 20px 0 20px;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
	padding: 0px 15px;

}
  #content:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.product-page #content {
	 background-color: rgb(255, 235, 208);
}

.box {
  position: relative; }

#content .content ul, #content .content li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
#content .content ul {
  margin: 8px 0; }
#content .content > ul > li > a {
  display: inline-block;
  padding: 4px 0 4px 10px;
  font-size: inherit; }

/******************************
 BUTTONS / LINKS
*******************************/
input, textarea, keygen, select, button {
  font-family: inherit; }

a {
  color: #333745;
  text-decoration: none;
  cursor: pointer; }

button {
  border: none;
  background-color: transparent;
  padding: 0; }

.button {
  cursor: pointer;
  font-size: 14px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
  padding: 0 12px;
  border: 0;
  line-height: 32px;
  background-color: transparent;
  display: inline-block;
  -webkit-appearance: none;
  text-align: center;
  position: relative; }
  .button i:before {
    padding: 0 1px; }

.cart {
  position: relative; }

.button-disabled {
  opacity: .5;
  cursor: default; }
  .button-disabled:before, .button-disabled:after {
    display: none !important; }

.buttons {
  overflow: hidden;
  padding: 15px 0;
  line-height: 30px;
  margin: 20px 0 20px 0; }
  .buttons .left {
    padding-top: 2px; }

.buttons .left {
  float: left;
  text-align: left; }

.buttons .right {
  float: right;
  text-align: right; }

.buttons .right a {
  text-decoration: none !important; }

.buttons .center {
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

hr {
  border: 0;
  background-color: #E4E4E4;
  height: 1px;
  margin: 0; }

/******************************
 BREADCRUMB
*******************************/
.breadcrumb {
  margin: 0 auto 20px auto;
  padding: 0px;
  height: 40px;
  line-height: 38px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0; }
  .breadcrumb a {
    color: inherit;
    font-size: inherit;
    transition: all .2s ease;
    display: inline-block;
    vertical-align: middle; }
    .breadcrumb a .fa {
      top: -1px; }

ul.breadcrumb {
  list-style: none; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li a {
      margin: 0 4px; }
    ul.breadcrumb li::before {
      content: "»";
      margin-right: 2px; }
    ul.breadcrumb li:first-of-type a {
      margin-left: 0; }
    ul.breadcrumb li:first-of-type::before {
      display: none; }

@media only screen and (max-width: 500px) {
  ul.breadcrumb {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    line-height: 1.4;
    height: auto;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    ul.breadcrumb > li {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      white-space: normal;
      text-align: left; } }

.extended-container {
  position: relative;
  z-index: 10; }

.product-page .extended-container {
 background-color: rgb(255, 235, 208);}


  .extended-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute; }

.home-page .extended-container:before,
.maintenance-mode .extended-container:before {
  display: none; }

.home-page #container:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.maintenance-message {
  padding-bottom: 20px;
  padding-top: 20px; }
  .maintenance-message h1 {
    line-height: 30px; }
    .maintenance-message h1 br {
      display: none; }

/******************************
 NOTIFICATION
*******************************/
.journal-slider + #container > #notification {
  display: none; }

#notification {
  position: absolute;
  z-index: 2;
  width: 100%; }

.success, .warning, .information, .attention {
  width: 100%;
  position: relative;
  z-index: 2;
  height: auto;
  padding: 10px 15px;
  line-height: 20px; }
  .success a, .warning a, .information a, .attention a {
    color: #428bca; }
  .success img, .warning img, .information img, .attention img {
    float: right;
    margin-top: 6px;
    cursor: pointer;
    display: block; }

.success {
  background-color: #CDECA6; }

.warning {
  background-color: #FBE3A7; }

.attention {
  background-color: #FBE3A7; }

.information {
  background-color: #BFE7F1; }

.fa-exclamation-circle {
  font-size: 17px; }

/******************************
 INPUTS
*******************************/
.required, .cart-info .stock {
  color: #EA2E49;
  font-size: 16px; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea {
  -webkit-appearance: none;
  background: white;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #EEEEEE;
  padding: 5px;
  width: 100%;
  transition: all 0.2s;
  font-size: 12px;
  min-height: 30px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08); }

textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  height: 150px; }

input[type='radio'],
input[type='checkbox'] {
 }

select {
  background: #f4f4f4;
  border: 1px solid #E4E4E4;
  padding: 0px;
  margin: 0px;
  max-width: 100%; }

label {
  cursor: pointer;
 }

span.error,
.text-danger {
  display: inline-block;
  background-color: #EA2E49;
  color: white;
  padding: 3px 4px 2px 4px;
  font-size: 12px;
  position: relative; }

/******************************
 COLORBOX
*******************************/
#cboxLoadedContent h1 {
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid #E4E4E4;
  margin: 10px 0 10px 10px;
  font-size: 24px; }
#cboxLoadedContent p {
  padding: 0 10px; }

/******************************
 RESPONSIVE VIDEO
*******************************/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .responsive-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/******************************
 TOP BOTTOM POSITION
*******************************/
#top-modules, #bottom-modules {
  z-index: 1; }
  #top-modules > div, #bottom-modules > div {
    margin: 0 auto;
    z-index: 1; }
    #top-modules > div > div, #bottom-modules > div > div {
      position: relative;
      margin: 0 auto; }
  #top-modules .box.static-banners,
  #top-modules .multi-modules-wrapper,
  #top-modules .box.journal-carousel
  .box.custom-sections,
  #top-modules .box.cms-blocks, #bottom-modules .box.static-banners,
  #bottom-modules .multi-modules-wrapper,
  #bottom-modules .box.journal-carousel
  .box.custom-sections,
  #bottom-modules .box.cms-blocks {
    padding-bottom: 0 !important; }
  #top-modules .gutter-on.bullets-on, #bottom-modules .gutter-on.bullets-on {
    padding-bottom: 0 !important; }

#top-modules {
  position: relative; }

.ui-menu {
  z-index: 99 !important; }

/******************************
OC 2
*******************************/
.oc2.information-page #content {
  padding-bottom: 20px; }
.oc2 .required {
  color: inherit; }
  .oc2 .required label {
    font-weight: normal; }
    .oc2 .required label:before {
      content: "*";
      color: #EA2E49;
      font-weight: bold;
      font-size: 16px;
      position: relative;
      margin-right: 3px; }
.oc2 fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  .oc2 fieldset > div {
    clear: both;
    margin-bottom: 6px;
    overflow: hidden; }
  .oc2 fieldset .radio {
    padding-top: 7px; }
    .oc2 fieldset .radio label {
      width: 100%;
      padding-top: 0; }
      .oc2 fieldset .radio label:before {
        display: none; }
  .oc2 fieldset label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 fieldset label + div, .oc2 fieldset label + input.form-control {
    width: 75%;
    float: right; }
  .oc2 fieldset .radio-inline {
    width: auto; }
    .oc2 fieldset .radio-inline:before {
      display: none; }
.oc2 .form-horizontal .form-group {
  overflow: hidden;
  margin-bottom: 5px; }
  .oc2 .form-horizontal .form-group label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 .form-horizontal .form-group label + div {
    width: 75%;
    float: right; }
.oc2 .secondary-title {
  margin-bottom: 10px; }
.oc2 .input-group {
  display: table;
  position: relative; }
  .oc2 .input-group .form-control {
    float: left;
    display: table-cell; }
  .oc2 .input-group.datetime {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }
.oc2 .input-group-btn {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle; }
  .oc2 .input-group-btn button {
    padding: 6px 12px 9px 12px;
    cursor: pointer;
    font-size: 12px;
    box-shadow: none; }
    .oc2 .input-group-btn button:hover {
      transition: all 0.2s; }
.oc2 .date .input-group-btn button, .oc2 .time .input-group-btn button, .oc2 .datetime .input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.oc2 .fa {
  font-size: 14px; }
  .oc2 .fa:before {
    font-family: 'FontAwesome'; }
.oc2 .captcha-row .pull-right {
  float: none;
  margin-left: 25%; }
.oc2 .alert {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; */
          display: block;
color: red;
font-size: 14px; }
  .oc2 .alert button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    opacity: .6; }
  .oc2 .alert i {
    margin-right: 5px; }

.oc2.route-account-register .form-horizontal .radio {
  padding-top: 0; }
  .oc2.route-account-register .form-horizontal .radio label {
    width: auto;
    float: none;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
.oc2.route-account-register .form-horizontal label.radio-inline {
  width: auto; }

.modal {
  color: #222; }

.old-browser {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #f74558;
  height: 60px;
  line-height: 60px;
  position: fixed;
  z-index: 9999999;
  top: 0; }
  .old-browser a {
    text-decoration: underline;
    color: #fff; }

.oc1 .ui-datepicker {
  z-index: 99999999 !important; }

.i6 body, .ie7 body, .ie8 body {
  padding-top: 60px; }

.tooltip + .tooltip {
  visibility: visible; }

.android:not(.chrome) .product-grid-item .name a {
  display: block; }

.ie:not(.edge) .mini-cart-info table tr td.remove button {
  padding-right: 5px; }

/******************************
Quick Checkout Stripe Payment CSS for OC 1.5.X AND 2.X
*******************************/
.one-page-checkout .confirm-section {
  float: left;
  width: 100%; }

.one-page-checkout .payment-stripe {
  display: block !important; }

.one-page-checkout .checkout-cart .buttons {
  display: none !important; }

/******************************
 Skin Specific
*******************************/
.skin-10 .super-menu > li:first-of-type {
  border-top-width: 0; }

/******************************
 Demo 11
*******************************/
.skin-11 .side-column .box:not(.flyout-menu) {
  overflow: hidden; }
.skin-11 .heading-title,
.skin-11 .refine-image a,
.skin-11 .side-column .box {
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05); }
.skin-11 .journal-cms-block-96 .block-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.skin-11 .product-grid .product-grid-item .price {
  margin: 7px 0 10px 0; }
.skin-11 .secondary-title, .skin-11 #content #review-title {
  padding-top: 0; }

@media only screen and (min-width: 760px) {
  .skin-11 body:not(.is-sticky) .journal-header-center .journal-search,
  .skin-11 body:not(.is-sticky) .journal-header-center .journal-cart {
    margin-top: 10px; }
  .skin-11 body:not(.is-sticky) .journal-header-center .header-assets:not(.top-bar) {
    top: 10px;
    position: relative; }

  .skin-12 #logo a img {
    top: 45%; }
  .skin-12 .journal-header-center .journal-cart,
  .skin-12 .journal-header-center .journal-search {
    margin-top: -10px; } }
/******************************
 Demo 12
*******************************/

@media only screen and (min-width: 500px)  and (max-width: 800px) {
    .tp-caption.title-slide { font-size: 40px !important; text-align: center !important; }
    .tp-caption { font-size: 20px !important; text-align: center !important; }
    .journal-carousel:not(.arrows-top) .swiper-button-next {right: 0px !important;}

}
@media only screen and (min-width: 760px) and (max-width: 800px) {
  .skin-12 .journal-header-center #cart .heading {
    right: 10px; } }
.skin-12 .product-grid-item .image .wishlist,
.skin-12 .product-grid-item .image .compare {
  bottom: -3px; }
.skin-12 .product-grid-item .image .wishlist {
  left: -5px; }
.skin-12 .product-grid-item .image .compare {
  right: -5px; }


/******************************
 Demo 14
*******************************/
.skin-14 .product-info .product-options > .cart,
.skin-14 .product-info .product-options > .rating {
  margin-bottom: 0; }

/******************************
 Demo 15
*******************************/
.skin-15 #bottom-modules .journal2_text_rotator .rotator-image.image-center {
  margin: 40px auto 10px auto !important; }
.skin-15 #bottom-modules .journal2_text_rotator .bullets-on .rotator-author {
  margin-bottom: 30px; }
.skin-15 #bottom-modules .journal2_text_rotator .rotator-text {
  padding: 10px 30px; }
.skin-15 #bottom-modules .journal2_text_rotator .text-rotator.bullets-center .quovolve-nav {
  bottom: 20px !important; }


/* ADE code */

@font-face {
    font-family: Kaleidos;
    src: url(https://www.ciocolaterie.ro/catalog/view/javascript/font-awesome/fonts/Kaleidos-Smooth_0.ttf);
}

.right div#product.product-options div.options div[data-mp_option="15"] label.control-label, .right div#product.product-options div.options div[data-mp_option="90"] label.control-label, .right div#product.product-options div.options div[data-mp_option="34"] label.control-label {
    display: none !important;

}




.title-slide {
    font-family: Kaleidos !important;
    font-weight: 400 !important;

}

#bottom-modules p {

    opacity: 0.5;

}

#bottom-modules img {

    opacity: 1;
    vertical-align: middle;
    top: -5px;
    left: 5px;
    position: relative;

}

.icons-socials-footer span {

    background-color: #3d1002;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    padding-left: 5px;

}

.icons-socials-footer span:hover {
	background-color: #e09643;
}

.icons-socials-footer {

    margin-top: 25px;

}

footer .column-menu-wrap > ul a, footer .column-text-wrap p {

    line-height: 25px !important;

}

footer .newsletter-text {

    opacity: 0.5;

}

footer .column {

    padding: 0 15px 5px 0;
    position: relative;
    background-image: url('https://www.ciocolaterie.ro/image/border.jpg');
    background-position: 70% 10%;
    background-repeat: repeat-y;

}

footer.fullwidth-footer div#footer div.text:nth-child(5) {

    width: 27%;
    text-align: right;
	background-image: none !important;

}

.column-text-wrap.block-icon-left .payments {

    position: relative;
    top: -15px;
    z-index: 9999;

}

footer.fullwidth-footer div#footer div.row:nth-child(2) div.column.xs-100.sm-50.md-33.lg-25.xl-25.no-title {

    background-image: none !important;

}

footer.fullwidth-footer div#footer div.column:nth-child(1), footer.fullwidth-footer div#footer div.column:nth-child(2), footer.fullwidth-footer div#footer div.column:nth-child(3), footer.fullwidth-footer div#footer div.column:nth-child(4) {

    width: 18.2%;

}


footer .column.menu.xs-100.sm-50.md-25.lg-25.xl-25 {background-image: none !important;}
footer .row.columns {

    margin-bottom: 0px !important;

}

.journal-newsletter.text-top .newsletter-input-wrap .newsletter-button {

    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px !important;
    padding: 1px 30px !important;

}  

.journal-newsletter.text-top .newsletter-input-wrap input + .button {

    margin-top: 0;

}

.button, #quickcheckout .button, .modal-footer .btn {

    padding: 0 16px;
    line-height: 31px;
    background-color: rgb(224, 150, 67);

}

footer.fullwidth-footer div#footer div.row.columns div.column.newsletter.xs-100.sm-50.md-33.lg-20.xl-20, footer.fullwidth-footer div#footer div.row.columns div.text:nth-child(4) {

    background-image: none !important;

}

footer div.text:nth-child(3) {

    background-position: 86% 10% !important;

}

.product-filter, .row.pagination {

    display: none !important;

}

.product-grid-item .product-details .caption .name a, .related-products.journal-carousel.arrows-top div div.box-heading {

    font-size: 26px !important;
    color: #70311d;
    font-family: Kaleidos !important;
    font-weight: 400 !important;
    

}
.product-grid-item .product-details .caption .name a {
  height: 75px;
}
.route-product-category #content.col-sm-12 div.category-info  p {

    text-align: left;
    width: 54%;
    letter-spacing: 0.3px;
	font-weight: 400 !important;

}

.product-page.quickview .heading-title, .product-page .heading-title {
    font-family: Kaleidos !important;

}

.product-options .option.form-group textarea {
    height: 60px !important;
    font-size: 11px;
    color: rgb(112, 49, 29);
    border-radius: 0px;
    background-color: rgba(255, 235, 208, 0.2);
    border: 1px solid rgba(165, 121, 117, 0.2);
    margin-top: 3px;
    box-shadow: none !important;
    padding: 10px !important;

}

.option-checkbox input:checked ~ .checkmark::after, .option-radio input:checked ~ .checkmark::after {
    display: block;

}

.option-checkbox .checkmark:after {
    left: 6px;
    top: 7px;
    width: 4px;
    height: 4px;
    border: solid #e09643;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    border-radius: 50%;
    background: #e09643;

}

.option.form-group.mpoption.option-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 0px;

}

.option.form-group.mpoption.option-checkbox  .nume-opt {padding-left: 5px;}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;

}

.option-radio .checkmark::after {
   
    top: -5px;
    width: 4px;
    height: 12px;
    border: solid #e09643;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}


.option.form-group.option-radio .checkmark {


height: 10px;

width: 10px;

background-color: #fff;

border-radius: 5px;

display: block;

clear: both;

overflow: hidden;

text-align: center;

margin-left: auto;

margin-right: auto;
}

.product-page.quickview  .option.form-group.option-radio .checkmark {
	position: relative !important;
	top: 0px !important;
	left: -5px !important;
}


.product-page.quickview ul.list-unstyled.price {
	margin-bottom: 0px !important;
}

.option-checkbox input, .option-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;

}
.product-info .product-options > .cart {
    float: right;

}

.product-info .product-options > .cart, .right .cart {
    width: 50% !important;
    z-index: 9999;
    text-align: right !important;
    float: right !important;

}

.product-page.quickview  .product-options > .cart, .product-page.quickview .right .cart {
	width: 100% !important;
}


#product.product-options .options .option.form-group.option-checkbox .checkbox label {

    
    padding-left: 35px !important;

    position: relative;
    padding-right: 0px !important;
    margin-right: 0px;
    clear: both;
    overflow: hidden;

}



#bottom-modules .journal2_carousel .htabs.box-heading.single-tab {
	display: block !important;
}

#bottom-modules .journal2_carousel .htabs.box-heading.single-tab a {
font-family: Kaleidos;
font-size: 30px;
	color: rgb(112, 49, 29);
}
.quickview .product-info > div.left {
    width: 50% !important;
}
.product-info .right > div > .price {
    text-align: right;
}

.titlu-optiune {
    float: left;
    position: relative;
}

.optiune-aditionala {
    float: right;
    position: relative;
}

.box.related-products.journal-carousel .box-heading {

    font-family: Kaleidos;
    font-size: 30px;

}


.box.related-products {
	background-color: #fff;
	padding-top: 55px;
}

.heading-title, .box-heading, #blogArticle .articleHeader h1, .oc-filter .panel-heading {
	border: 0px !important;
}

.category-info #container .heading-title {
	font-size: 32px !important;
    color: rgb(255, 235, 208) !important;
	font-family: Kaleidos !important;
    font-weight: 400 !important;
	margin-bottom: 20px;


}

.category-info #container p {
	font-weight: 400 !important;
    font-family: "Lato" !important;
    font-size: 17px !important;
    color: rgb(255, 255, 255) !important;
	text-align: left;
    letter-spacing: 0.3px;
}

.category-info #container p {
    width: 54%;
}

.category-info {
    background-attachment: inherit !important;

}

.category-page.route-product-category #container {

    margin-bottom: 52px !important;
    margin-top: 52px !important;

}

#container.copy-sa, #container.copy-sa .cms-block {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

#bottom-modules .cms-block.xs-100.sm-50.md-50.lg-50.xl-50 .editor-content {
	height: 75px;
	line-height: 75px;
}

#footer .column.newsletter.xs-100.sm-50.md-33.lg-20.xl-20 {
	width: 27% !important;
} 

a.tp-caption.tp-text.customin.customout {
	height: 40px;
}

.is-sticky header .header {
	background-color: #fff !important;
}

.refine-category-name {

    font-family: Kaleidos !important;
    font-weight: 300 !important;

}

.ui-pnotify-text {
    width: 100%;
    text-align: center;

}

.button.notification-cart, .button.notification-checkout {
	border-radius: 0px !important;
}


.option.form-group.required.mpoption.option-radio .radio, #product.product-options div.options div div.options div.option.form-group.required.mpoption.option-checkbox div  .checkbox {

display: inline-table;
float: left;
text-align: center;
}

.option.form-group.required.mpoption.option-radio .radio img, .option.form-group.required.mpoption.option-checkbox .checkbox img {
text-align: center;
}


div.radio > label:nth-child(2)  {
	display: block !important;
}


.comanda-minima {
	display: block;
	text-align: center;
	font-size: 12px;
	position: relative;
	top: -5px;
	color: rgb(112, 49, 29);
}



/* .option.form-group.required.mpoption.option-radio input {
	position: relative;
} */


.product-info .right .options .option .radio label {
	font-size: 15px !important;
}

.super-menu.mobile-menu.menu-table ul {

    min-width: 80px !important;
	padding-top: 30px;

}

.super-menu.mobile-menu.menu-table ul li {

    padding-left: 30px !important;

}


#main-menu-item-4 > ul:nth-child(2) > li:nth-child(1), #main-menu-item-5 > ul:nth-child(2) > li:nth-child(1), #main-menu-item-6 > ul:nth-child(2) > li:nth-child(1) {
	

border-top: 4px solid #e09643;
}


/* start responsive */
@media only screen and (min-width: 980px) {
.drop-down ul li a {

    width: 50%;
    white-space: inherit !important;
    overflow: visible !important;
    text-overflow: inherit !important;

}
}
@media screen and (min-width: 470px) and (max-width: 761px) { 
.journal-menu .mobile-trigger {background-color: transparent !important;}
footer .column {background-image: none !important;}
}
@media only screen and (max-width: 1440px) {
	
	
	.journal-header-center .journal-secondary li {
		float: left;
	}
	

}
@media only screen and (max-width: 760px) {


@media only screen and (max-width: 600px) {
  #product .option .textbox .textbox-quantity input.quantity-text {
    max-width: 18px !important;
    border: 0px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 0px -4px !important;
}

body > header > div > div.journal-header.z-2 > div.header-assets.top-bar > div.journal-links.j-min.xs-100.sm-100.md-60.lg-60.xl-60 > div > ul > li:nth-child(5) {position: relative; top: 0px;} /*GEORGE*/
  #product .option .textbox { width: 16% !important; }

.journal-carousel:not(.arrows-top) .swiper-button-next { 
	right: -3% !important;
	top: 60% !important;
	}
.journal-carousel:not(.arrows-top) .swiper-button-prev {
    left: -3% !important;
    top: 60% !important;
}

.category-info {
  background-position: 80% 100% !important;
}
	
	.lrppo_modal {
		margin-right: 5px;
	}
	.product-grid-item .image {
    width: 70% !important;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.product-grid-item .product-details .caption .name a, .related-products.journal-carousel.arrows-top div div.box-heading {
		font-size: 20px !important;
	}
	
	.journal-carousel:not(.arrows-top) .swiper-button-prev, .journal-carousel:not(.arrows-top) .swiper-button-next {
    border-width: 1px !important;
    border-radius: 50%;
    border-style: solid;
    border-color: transparent !important;
    width: 25px !important;
    height: 25px !important;
    background-color: transparent !important;
}
	
	.journal-carousel:not(.arrows-top) .swiper-button-prev::before {
    content: '\e62b';
    font-size: 17px !important;
    color: rgb(183, 152, 142);
    top: 11px !important;
    left: -1px !important;
}
	
	.journal-carousel:not(.arrows-top) .swiper-button-next::before {
    font-size: 17px !important;
}
	
	.super-menu > li > a {
    font-weight: 700 !important;
    font-size: 14px !important;
}
	
	.category-info #container p {
		width: 100% !important;
		text-align: center !important;
	}
	
	.category-page .heading-title {
		text-align: center !important;
	}
	
	footer.fullwidth-footer div#footer div.column.xs-100:nth-child(1), footer.fullwidth-footer div#footer div.column.xs-100:nth-child(2), footer.fullwidth-footer div#footer div.column.xs-100:nth-child(3), footer.fullwidth-footer div#footer div.column.xs-100:nth-child(4), #footer .column.newsletter.xs-100.sm-50.md-33.lg-20.xl-20, footer.fullwidth-footer div#footer div.text:nth-child(5) {

    width: 100% !important;

}
	
	#footer .column.newsletter h3 {
    text-align: left !important;
}
	
	footer .column {
		background-image: none !important;
	}
	
	.search-ads p {
		text-align: center;
	}
	
	a.tp-caption.tp-text.customin.customout {
		height: auto !important;

	}
	
	.product-info .product-options > .cart, .right .cart {
		float: none !important;
		display: block !important;
		text-align: center !important;
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	footer .column > h3 {
		font-size: 12px !important;
	}
	








  div[data-mp_option="92"].option-radio div.radio {
    width: 47% !important;
    text-align: left !important;
}

select  {
  padding-left: 2px;
	}
}

@media only screen and (max-width: 1100px) {
    .tp-caption.tp-text.customin.customout.start {
    padding: 10px 8px !important;

  }

  /* new */
.tp-revslider-mainul div.tp-caption.tp-text.customin.customout.start {
    font-size: 18px !important;
    font-family: Kaleidos !important;
    vertical-align: middle;
    align-items: center;
    text-align: center !important;
    background-color: rgba(255, 255, 255, 0.7)!important;
    display: block !important;
    width: 100%;
    left: 0 !important;
    top: 30% !important;
}
.tp-revslider-mainul div.tp-caption.tp-text.customin.customout.start ~ div.tp-caption.tp-text.customin.customout.start {
  font-size: 13px !important;
  font-family: Calibri !important;
  color: rgb(112, 49, 29) !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  top: 50% !important;
}

.tp-caption {overflow: visible !important;}

a.tp-caption.tp-text.customin.customout {height: auto !important; top: 70% !important; font-size: 10px !important;}
  }

/* end responsive */
select {
-moz-appearance: none;

background-color: #e09643;

background-image: url("https://www.ciocolaterie.ro/image/caret--down-15.png");

background-position: right;

background-repeat: no-repeat;

border-color: #e09643;

border-radius: .2em;

border-style: solid;

border-width: 1px;

border-right-color: #e09643;

border-bottom-color: #e09643;

color: white;
width: 100%;
	font-size: 14px !important;

}

select:hover {
	cursor: pointer;
} 
.product-page .lg-sub-html {
font-family: Kaleidos !important;
}

div.image div.quickview-button a.button.hint--top {
	border-radius: 30px !important;
}

.lrppo_modal {
	margin-top: 5px !important;
}

.lrppo_modal img {
	width: 40px !important;
	height: 40px !important;
}

.option.form-group.required.mpoption.option-radio .cod-impachetare {
	display: none;
}

.p-grid-over img:hover {
	background-color: rgb(112, 49, 29) !important;
}


.super-menu  li a.active {
	color: rgb(224, 150, 67);
}


.container-personalizat  span.block-content div.editor-content {
	text-align: center !important;
display: table-cell;
vertical-align: middle;
	
}

.container-personalizat  span.block-content div.editor-content  > p:nth-child(2) {

}


.container-personalizat  span.block-content div.editor-content  > p:nth-child(3) {

}

.container-personalizat  span.block-content div.editor-content  a {
	color: #fff !important;
	font-weight: bold !important;
	display: block;
	border-radius: 30px;
}

.container-personalizat  span.block-content div.editor-content  a:hover {
	background-color: #3d1002 !important;
}


.agree {
	color: rgb(224, 150, 67) !important;
	position: relative;
	top: 1px;
}

.journal-popup.journal-popup-contact .checkbox input {
	position: relative;
	top: 2px;
	
}

.journal-popup-header-content.heading-title {
	font-family: Kaleidos !important;
}

.container.j-container.container-personalizat .heading-title {
	font-family: Kaleidos !important;
	text-transform: none !important;
	font-size: 30px !important;
}

.container.j-container.container-personalizat  p {
	color: #70311d !important;
}




.container-personalizat div.cms-block  p:nth-child(2) {
font-size: 25px !important;
color: #70311d;
font-family: Kaleidos !important;
font-weight: 400;
	margin-bottom: 20px;

}

.label-sale {
	line-height: 17px !important;
	padding-top: 20px !important;
}

.container-personalizat div.cms-block .box-pers > p:nth-child(1) {
font-size: 27px !important;
color: #70311d;
font-family: Kaleidos !important;
font-weight: 400;
margin-bottom: 20px;
}


.cms-block  p img {
max-width: 100% !important;
height: auto;
}
.container-personalizat div.cms-block .box-pers  p {
font-weight: 400 !important;
font-family: "Lato" !important;
font-size: 14px !important;

}

.information-page.information-page-7 .container.j-container.container-personalizat div.cms-block:nth-child(2)  span.block-content div.editor-content  > p:nth-child(3), .information-page.information-page-7 .container.j-container.container-personalizat div.cms-block:nth-child(1)  span.block-content div.editor-content  > p:nth-child(3), .information-page.information-page-9 .container.j-container.container-personalizat div.cms-block:nth-child(2)  span.block-content div.editor-content  > p:nth-child(3), .information-page.information-page-9 .container.j-container.container-personalizat div.cms-block:nth-child(1)  span.block-content div.editor-content  > p:nth-child(3), .information-page.information-page-9 .container.j-container.container-personalizat div.cms-block:nth-child(2)  span.block-content div.editor-content  > p:nth-child(3), .information-page.information-page-9 .container.j-container.container-personalizat div.cms-block:nth-child(3)  span.block-content div.editor-content  > p:nth-child(3)    {
border-radius: 30px;

line-height: 35px !important;

background-color: rgb(224, 150, 67);
	color: #fff !important;
	margin-top: 20px !important;
	font-weight: bold !important;
	display: block;
	width: 50%;
	margin: 0px auto;
}

.information-page.information-page-7 .container.j-container.container-personalizat div.cms-block:nth-child(3) > span:nth-child(1) > div:nth-child(2) > p:nth-child(1) {
	font-family: Kaleidos !important;

text-transform: none !important;

font-size: 30px !important;
	 margin-bottom: 20px;
}

.information-page.information-page-9 .container.j-container.container-personalizat div.editor-content:nth-child(1) > p:nth-child(1) {
	font-family: Kaleidos !important;

text-transform: none !important;

font-size: 30px !important;

}




.information-page.information-page-7 .container.j-container.container-personalizat .heading-title, .information-page.information-page-9 .container.j-container.container-personalizat .heading-title {

display: none;
}

.option.form-group.mpoption input[type="text"] {
background-color: #e09643;
color: white;
font-size: 12px !important;
}

.route-checkout-success #content.col-sm-12 {
	margin-bottom: 50px;
}

#product.product-options .options .option.form-group.mpoption.option-checkbox .checkbox label {
  padding-left: 0px !important;
  margin-top: 10px !important;

}

#product.product-options .options .option.form-group.mpoption.option-checkbox .checkbox label  input {
  position: relative !important;
  opacity: 1 !important; 
}


div[data-mp_option="82"] {
  background-color: red !important;
  display: none !important; 
}





/*.option.form-group.mpoption.option-radio div > div:nth-child(1), .option.form-group.mpoption.option-radio div > div:nth-child(2) { margin-left: 10px !important;}*/

div[data-mp_option="92"].option-radio:nth-child(4) > label:nth-child(1) {padding-top: 5px !important;}

div[data-mp_option="21"]:before {
font-weight: 600;
font-family: "Lato";
font-style: normal;
font-size: 14px;
text-transform: none;
color: #e09643;
}
  
  select::-ms-expand {
    display: none;
}
/*div#product.product-options div.options div.option.form-group.required.mpoption.option-checkbox ~ div .options { border-top: 1px solid rgba(165, 121, 117, 0.2) !important;}
*/
/*.journal-links > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5), .journal-links > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) {*/
/* color: rgb(224, 150, 67); border: 2px solid rgb(112, 49, 29); font-weight: bold; padding: 0px 15px;     transition: color .3s ease-in-out; margin-right: 2px;*/
/*}*/



/*.journal-links > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) a {font-weight: bold; color: rgb(112, 49, 29); height: auto !important; line-height: 36px; }*/
#product .option .textbox, div[data-mp_option="145"]   div.checkbox {width: 8%; float: left; display: block !important; text-align: center;}
#product .option .textbox .textbox-check label {display: block !important;}
#product .option .textbox .textbox-check span, #product .option .checkbox span.cod-impachetare, #product .option .checkbox .optiune-aditionala, .product-page-249 .options h3, .product-page-249 .form-group.cart .qty, .product-page-250 .options h3, .product-page-250 .form-group.cart .qty, .product-page-251 .options h3, .product-page-251 .form-group.cart .qty, .product-page-252 .options h3, .product-page-252 .form-group.cart .qty, .product-page-253 .options h3, .product-page-253 .form-group.cart .qty {display: none !important;}
#product .option .textbox .textbox-quantity {display: inline-flex !important; text-align: center;}
.product-page-249 .product-info .right .cart div .button, .product-page-250 .product-info .right .cart div .button, .product-page-251 .product-info .right .cart div .button, .product-page-252 .product-info .right .cart div .button, .product-page-253 .product-info .right .cart div .button {width: 100% !important;}
#product .option .textbox .textbox-quantity a.qnt-stepper {font-size: 10px !important; height: 18px; line-height: 18px;}
#product .option .textbox .textbox-quantity .button {padding: 0px 5px !important;}
.option.form-group.mpoption .textbox .textbox-quantity input[type="text"] {font-size: 10px !important;}
#product .option .textbox .textbox-quantity input.quantity-text {max-width: 20px; margin: -1px -4px; background-color: rgb(112, 49, 29) !important; min-height: 20px; height: 20px;}
.product-page-249 .options:after, .product-page-250 .options:after , .product-page-251 .options:after , .product-page-252 .options:after, .product-page-253 .options:after  {content: '*Pentru afisarea pretului final, selecteaza numarul de bucati dorite pentru fiecare optiune.'; color: red; font-size: 12px; font-family: Calibri;} 

html.firefox.firefox70.win.is-admin.is-guest.skin-101.responsive-layout.center-header.mega-header.catalog-search.catalog-language.catalog-currency.lang-flag.lang-flag-mobile.currency-symbol.currency-symbol-mobile.collapse-footer-columns.extended-layout.header-center.header-sticky.sticky-menu.backface.product-grid-no-second-image.product-list-second-image.hide-cart.checkout-page.layout-7.route-checkout-checkout.oc2.oc23.no-secondary.quick-checkout-page.no-language.flexbox.checkout-type-register.journal-desktop body div.extended-container div#container.container.j-container div.row div#content.one-page-checkout.col-sm-12 div.journal-checkout div.right section.section-left div.spw div.checkout-content.checkout-payment-methods div.radio label input[value="plationline"] {height: 50px; line-height: 50px;}
.product-grid-item .caption .price {display: none !important;}

.tp-revslider-slidesli:nth-child(1) {font-family: "Lato" !important;} 
.tp-revslider-slidesli:nth-child(0) {color: blue !important;}
/* end ADE code */

/*GEORGE CSS*/

@media all and (max-width: 768px){
  .journal-header-center .links{
    padding: 0px!important;
  }
    body > header > div > div.journal-header.z-2 > div.header-assets.top-bar > div.journal-links.j-min.xs-100.sm-100.md-60.lg-60.xl-60 > div > ul > li:nth-child(4) {
    float: left!important;
    font-size:12px;
  }   
  
    body > header > div > div.journal-header.z-2 > div.header-assets.top-bar > div.journal-links.j-min.xs-100.sm-100.md-60.lg-60.xl-60 > div > ul > li:nth-child(4) > span > span {

    font-size:12px;
  }  
}




/* =========================================================
   DAN: TOP BAR — v15 — custom HTML in mega.tpl, max !important
   ========================================================= */

.dan-topbar,
header .dan-topbar,
body .dan-topbar {
  background: #f5cb1c !important;
  color: rgb(112, 49, 29) !important;
  font-family: inherit !important;
  border-bottom: 1px solid rgba(112, 49, 29, 0.15) !important;
  width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  position: relative !important;
  z-index: 10 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dan-topbar *,
.dan-topbar *::before,
.dan-topbar *::after { box-sizing: border-box !important; }

.dan-topbar .dan-topbar-inner {
  max-width: 1340px !important;
  margin: 0 auto !important;
  padding: 8px 20px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 20px !important;
  background: transparent !important;
}

/* INFO group (left) */
.dan-topbar .dan-topbar-info {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px 18px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dan-topbar .dan-info-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: rgb(112, 49, 29) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  transition: color .15s ease !important;
  padding: 4px 0 !important;
  white-space: nowrap !important;
  background: transparent !important;
  border: 0 !important;
}
.dan-topbar .dan-info-item:hover,
.dan-topbar .dan-info-item:focus { color: rgb(224, 150, 67) !important; }
.dan-topbar .dan-icon {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  flex: 0 0 18px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.dan-topbar .dan-info-text {
  display: inline !important;
  font: inherit !important;
  color: inherit !important;
  vertical-align: middle !important;
}

/* ACTIONS group (right) */
.dan-topbar .dan-topbar-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex: 0 0 auto !important;
  margin-left: auto !important;
  background: transparent !important;
  padding: 0 !important;
}

/* Currency dropdown — minimal restyle */
.dan-topbar .dan-currency { display: inline-block !important; padding: 0 !important; margin: 0 !important; }
.dan-topbar .dan-currency form { margin: 0 !important; padding: 0 !important; display: inline-block !important; }
.dan-topbar .dan-currency #currency { display: inline-block !important; }
.dan-topbar .dan-currency #currency .btn-group { position: relative !important; display: inline-block !important; }
.dan-topbar .dan-currency #currency .dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: transparent !important;
  border: 1.5px solid rgba(112, 49, 29, 0.45) !important;
  color: rgb(112, 49, 29) !important;
  padding: 5px 14px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  cursor: pointer !important;
  line-height: 1.2 !important;
  text-transform: lowercase !important;
  min-height: 0 !important;
  height: auto !important;
}
.dan-topbar .dan-currency #currency .dropdown-toggle:hover {
  border-color: rgb(112, 49, 29) !important;
  color: rgb(112, 49, 29) !important;
}
.dan-topbar .dan-currency #currency .dropdown-menu {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  right: 0 !important;
  left: auto !important;
  margin: 0 !important;
  min-width: 120px !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 28px rgba(112, 49, 29, 0.2) !important;
  padding: 4px 0 !important;
  list-style: none !important;
  z-index: 1000 !important;
}
.dan-topbar .dan-currency #currency .dropdown-menu li { margin: 0 !important; list-style: none !important; }
.dan-topbar .dan-currency #currency .dropdown-menu a {
  display: block !important;
  padding: 8px 16px !important;
  color: rgb(112, 49, 29) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: transparent !important;
}
.dan-topbar .dan-currency #currency .dropdown-menu a:hover {
  background: #faf2dc !important;
  color: rgb(112, 49, 29) !important;
}

/* OFERTE buttons — identical, FORCED */
.dan-topbar .dan-btn,
.dan-topbar a.dan-btn,
.dan-topbar a.dan-btn:link,
.dan-topbar a.dan-btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 16px !important;
  border: 2px solid rgb(112, 49, 29) !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: rgb(112, 49, 29) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  transition: background .18s ease, color .18s ease !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  outline: 0 !important;
}
.dan-topbar a.dan-btn:hover,
.dan-topbar a.dan-btn:focus {
  background: rgb(112, 49, 29) !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* =========================================================
   MOBILE (<= 768px)
   ========================================================= */
@media (max-width: 768px) {
  .dan-topbar .dan-topbar-inner {
    padding: 6px 12px !important;
    gap: 6px 10px !important;
    flex-direction: row !important;
    align-items: stretch !important;
  }
  .dan-topbar .dan-topbar-info {
    flex: 1 1 auto !important;
    gap: 4px 10px !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
  .dan-topbar .dan-info-program { display: none !important; }
  .dan-topbar .dan-info-text { display: none !important; }
  .dan-topbar .dan-info-wa .dan-info-text { display: inline !important; font-size: 11px !important; }
  .dan-topbar .dan-info-item { padding: 4px 4px !important; }
  .dan-topbar .dan-icon { width: 19px !important; height: 19px !important; max-width: 19px !important; max-height: 19px !important; flex: 0 0 19px !important; }

  .dan-topbar .dan-topbar-actions {
    flex: 0 0 auto !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 5px !important;
    margin-left: auto !important;
  }
  .dan-topbar .dan-currency { order: -1 !important; }
  .dan-topbar a.dan-btn {
    padding: 5px 12px !important;
    font-size: 10px !important;
    letter-spacing: 0.04em !important;
    border-width: 1.5px !important;
    min-width: 0 !important;
  }
}

@media (max-width: 480px) {
  .dan-topbar .dan-info-tel .dan-info-text,
  .dan-topbar .dan-info-mail .dan-info-text,
  .dan-topbar .dan-info-wa .dan-info-text { display: none !important; }
  .dan-topbar .dan-topbar-info { gap: 8px !important; }
  .dan-topbar a.dan-btn { font-size: 9.5px !important; padding: 5px 8px !important; }
}

/* Hide Journal's leftover yellow strip below */
.journal-top-header,
.journal-top-header.j-min.z-1,
.journal-top-header.j-min,
.journal-menu-bg,
.journal-center-bg {
  display: none !important;
  height: 0 !important;
  background: transparent !important;
}
/* === DAN: end (v16) === */
