/*
        Theme Name: Blooms 2017
        Theme URI: http://advertica.ro

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

/* html element 62.5% font-size for REM use */
html {
  overflow-x: hidden;
}
body {
  padding-top: 68px;
  font: 300 14px "Open Sans", Helvetica, Arial, sans-serif;
  color: black;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #669933;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
}
a:hover {
  color: #ff7800;
  text-decoration: none;
}
a:focus {
  color: #ff7800;
  outline: 0;
  text-decoration: none;
}
a:hover,
a:active {
  color: #ff7800;
  outline: 0;
  text-decoration: none;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
  margin: 0 auto;
  position: relative;
}
/* header */
.header {
}
/* logo */
.logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.logo-img {
}
/* nav */
.nav {
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
  background-color: white;
  margin-top: auto;
  z-index: 99;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
        TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.mejs-container {
  padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}
video.wp-video-shortcode {
  position: relative;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mejs-controls {
  display: none;
}
.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
iframe {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 320px) {
}
@media only screen and (max-width: 480px) {
  .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .blooms_slider {
    height: 160px !important;
  }

  .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100% !important;
  }
  #shiftnav-toggle-main .shiftnav-main-toggle-content {
  }
  header {
    margin-top: 60px;
  }
  .testimonial_slider__round .testimonial_avatar_wrap img {
    /*display:none;*/
  }
  .testimonial_avatar_wrap {
    top: 20%;
  }
  .antet_flotant {
  }
}
@media only screen and (min-width: 1140px) {
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 40px auto 40px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
nav ul {
  padding-left: 0px;
  list-style: none;

  font-family: Oswald;
  font-weight: 400;
  font-size: 18px;
}
.navigare ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: left;
  background-color: white;
  z-index: 999;
  transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  background-color: white;
  width: 300px;
  max-width: 300px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  display: block;
  padding: 15px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.navigare ul li ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
}
.navigare ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -webkit-transition: opacity 0.7s ease-in-out;
}
.navigare ul li {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.navigare ul li ul li {
  width: 100%;
  background-color: white;
  z-index: 999999;
  border-bottom: solid rgba(221, 226, 204, 0.43) 1px;
}
.navigare ul li a {
  font-family: "Open Sans";
  /* font-style: italic; */
  text-transform: none;
  padding-top: 10px;
  display: block;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 10px;
  font-weight: semi-bold;
  font-size: 16px;
  color: black;
}
.blooms_slider .swiper-container {
  width: 100%;
  height: 100%;
}
.blooms_slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.blooms_slider {
  height: 420px;
  float: left;
  width: 100%;
}

.servicii_slider {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.servicii_slider .swiper-container {
  width: 100%;
  margin: 20px auto;
}
.servicii_slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 60%;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.servicii_slider .swiper-slide:nth-child(2n) {
  width: 40%;
}
.servicii_slider .swiper-slide:nth-child(3n) {
  width: 20%;
}
.servicii_slider_vertical {
  max-width: 270px;
}
.servicii_slider_vertical .swiper-container {
  max-height: 1200px;
}
.serviciu_slider {
  max-width: 300px;
  height: 100%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  /* font-family: 'Poppins';*/
  font-family: "Titillium Web";
}
.servicii_slider_vertical .serviciu_slider {
  height: auto;
}
.serviciu_slider img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.serviciu_slider .imagine_serviciu {
  position: relative;
}
.serviciu_slider:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.serviciu_slider .titlu_serviciu {
  font-weight: 100;
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0px;
  background-color: rgba(102, 153, 51, 0.7);
  color: white;
  /* text-shadow: 1px 1px #000000;*/
  display: block;
  font-size: 16px;
  font-size: 14pt;
  font-family: "Open Sans";
  font-weight: bold;
}

.titlu_sectiune {
  color: #ff7800;
  height: 100%;
  max-width: 80%;
  /*font-family: Poppins;*/
  font-family: "Titillium Web";
  font-weight: 400;
  display: inline-block;
  font-size: 40px;
}

.imagine_serviciu {
  min-height: 170px;
  overflow: hidden;
}
.imagine_serviciu img {
  width: 100%;
  height: auto;
}
.scrisoare {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;

  text-align: left;

  font-family: "Open Sans";

  font-style: italic;
}

.scrisoare .kk-star-ratings {
  display: none;
}
.scrisoare img {
}
.actiune {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-top: 10px;
}
.serviciu_slider .kk-star-ratings .kksr-legend {
  display: none;
}
.articole {
  float: left;
  width: 100%;
}
.rating_serviciu {
  width: 100%;
  float: left;
  height: 50px;
}
.rating_serviciu .kk-star-ratings.lft {
  float: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.titlu_articol_arhiva {
  /*font-family: Poppins;*/
  font-family: "Titillium Web";
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}

.continut_arhiva {
  max-height: 148px;
  overflow: hidden;
  line-height: 27px;
}
.articol_arhiva {
  float: left;
  padding: 20px;
  margin-bottom: 30px;
}
footer {
  float: left;
  width: 100%;
  border-top: solid 1px #dde2cc;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
article {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 16pt;
  line-height: 27px;
  font-family: "Open Sans";
}
article .size-full {
  /* width:100%;*/
  height: auto;
}

.servicii_slider .swiper-button-prev,
.servicii_slider .swiper-container-rtl .swiper-button-next {
  background-image: url("prev.png");
  left: 0px;
  right: auto;
}
.servicii_slider .swiper-button-next,
.servicii_slider .swiper-container-rtl .swiper-button-prev {
  background-image: url("next.png");
  right: 0px;
  left: auto;
}
.titlu-serviciu-container {
  height: 80px;
}
.titlu_serviciu_slide {
  /*font-family: "Poppins";*/
  font-family: "Titillium Web";
  font-weight: 500;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}

.comments-title,
.comment-reply-title {
  padding-bottom: 9px;
  margin: 40px 0 20px 0;
  border-bottom: 1px solid #eee;
}

ol.comment-list {
  list-style: none;
  padding-left: 0;
}

.comment-author .avatar {
  margin-right: 25px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 4px;
}

.comment-meta {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-details {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.comment-details .reply {
  margin-top: 10px;
}

.comment-date a {
  font-size: 11px;
  color: #777;
  margin-right: 10px;
}

#commentform #comment {
  width: 100% !important;
}

#commentform #submit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;

  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#commentform #submit:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.comments ul {
  list-style: none;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #669933;
  border-color: #669933;
}
.btn-outline-success {
  color: #669933;
  background-image: none;
  background-color: transparent;
  border-color: #669933;
}
.antet_flotant .wrapper,
.home .wrapper {
  max-width: 100%;
}
.antet_flotant {
  position: fixed;
  background-color: rgba(255, 255, 255, 1);
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  height: 60px;
  top: 0;
}
.admin-bar .antet_flotant {
  top: 32px;
}
.antet_flotant:hover {
  background-color: rgba(255, 255, 255, 1);
}
.antet_flotant nav ul {
  border-bottom: 0px;
  margin-bottom: 0;
}
.antet_flotant nav > ul {
  display: inline-block;
}
.antet_flotant .navigare > nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.antet_flotant .cautare {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ascunde {
  max-height: 0px;
  overflow-y: hidden;
}
.afiseaza {
  max-height: 900px;
  transition: max-height 1s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  border-bottom: solid 1px #dde2cc;
}
.logo {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.logo-img {
  max-width: 280px;
}

.cautare #search {
  float: right;
  margin-top: 9px;
  width: 250px;
}

.cautare .search {
  padding: 5px 0;
  width: 230px;
  height: 30px;
  position: relative;
  left: 10px;
  float: left;
  line-height: 22px;
  margin-left: auto;
  margin-right: auto;
}

.cautare .search input {
  position: absolute;
  width: 0px;
  float: Left;
  margin-left: 210px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: 30px;
  line-height: 18px;
  padding: 0 2px 0 2px;
  border-radius: 1px;
}

.cautare .search:hover input,
.cautare .search input:focus {
  width: 200px;
  margin-left: 0px;
}

.cautare .btn {
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 1px;
}
.testimoniale {
  width: 100%;
  float: left;
}
.testimoniale_continut {
  width: 100%;
  float: left;
  background-image: url(img/test.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  background-position: center center;
  background-attachment: fixed;
}
.testimonial_content {
  padding-top: 60px;
  text-align: center;
}
footer .textwidget a {
  color: #ccc;
}

.telefon_icon {
  width: 56px;

  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}
.telefon_icon img {
  float: left;
  width: 100%;
}
.afisare_telefon {
  display: none;
}
.telefon_icon:hover .afisare_telefon {
  display: block;
  position: absolute;
  float: left;
  left: 56px;
  top: 20px;
  width: 100px;
  text-align: center;
  background-color: white;
}
table {
  width: 100% !important;
}
tbody {
  display: table;
  width: 100%;
  float: left;
}
tbody tr {
  border-bottom: solid 1px #dde2cc;
}

.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
  background: #f9f9f9;
}
.fullwidth {
  max-width: 100% !important;
}
.fullwidth article {
  max-width: 1280px;
}
.antet_flotant .logo-img {
  max-width: 230px;
  max-height: 38px;
}

/*.testimonial_slider__round .testimonial_avatar_wrap img {
    width: 100%;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: -40px;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: 0px !important;
}*/

.socialmedia {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .social img {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.footer .social:hover img {
  opacity: 1;
}

.comment-form-url {
  display: none;
}
#fbMsg img {
  position: fixed;
  z-index: 9999;
  right: 0;
  float: right;
  top: 30%;
  margin-top: -25px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  width: 56px;
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item.current-menu-item
  > .shiftnav-target,
.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  > li.shiftnav-sub-accordion.current-menu-ancestor
  > .shiftnav-target,
.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  > li.shiftnav-sub-shift.current-menu-ancestor
  > .shiftnav-target,
.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item
  ul.sub-menu
  .current-menu-item
  .shiftnav-target {
  color: #ffffff;
  background: #669933 !important;
}

.continut_oferta {
  border: solid 1px #ccc;
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.collapseomatic:before {
  content: "\f05a";
  color: #ff7800;
  font-family: FontAwesome;
  margin-right: 10px;
}
.collapseomatic:hover,
.collapseomatic strong:hover {
  text-decoration: none;
}
.articol_arhiva img {
  width: 100%;
}

.responsive_meniu {
  position: fixed;
  z-index: 99999;
  background-color: white;

  right: 0;
  left: 100%;
  top: 58px;
  transition: left 0.5s ease-in-out;
  padding: 20px;
  bottom: 0px;
}
.responsive_meniu ul {
  max-height: 90vh;
  list-style: none;
  overflow: auto;
  padding-left: 0px;
}
.admin-bar .responsive_meniu {
  top: 88px;
}
.responsive_meniu.activ {
  left: 0;
}
.responsive_meniu a {
  color: black;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  font-size: 18px;
  line-height: 24px;
  line-height: 32px;
  font-weight: normal;
  font-family: "Titillium Web";
  padding: 8px;
  display: block;
  width: 100%;
}
.nav-trigge {
  z-index: 100;

  font-size: 20px;
  padding: 5px 15px;
  background-color: white;
  cursor: pointer;
}
.antet_flotant .logo {
  text-align: left;
}
.collapseomatic {
  background-image: url(/wp-content/plugins/jquery-collapse-o-matic/images/arrow-down.png);
  background-repeat: no-repeat;
  padding: 0 0 10px 16px;
  cursor: pointer;
  font-weight: bold;
}
h6 {
  padding: 7px;
}

.collapseomatic_content table tr td:nth-of-type(2) {
  border-left: solid 1px #dde2cc;
}
.collapseomatic_content table tr td:nth-of-type(1) {
  padding-right: 10px;
}

.blooms-bkg-light {
  background-color: #f4f0f4;
}
.blooms-bkg-dark {
  background-color: #9e8d8f;
}
.blooms-bkg-green {
  background-color: #4d7701;
}
.blooms-bkg-orange {
  background-color: #f46500;
}

.blooms-font-light {
  color: #9e8d8f;
}
.blooms-font-dark {
  color: #1b2c00;
}
.blooms-font-orange {
  color: #f46500;
}
.blooms-font-green {
  color: #4d7701;
}
.btn {
  border-radius: 0;
}
.btn-outline-blooms-green {
  --bs-btn-color: #4d7701;
  --bs-btn-border-color: #4d7701;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d7701;
  --bs-btn-hover-border-color: #4d7701;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d7701;
  --bs-btn-active-border-color: #4d7701;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4d7701;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4d7701;
  --bs-gradient: none;
}
.btn-outline-blooms-orange {
  --bs-btn-color: #f46500;
  --bs-btn-border-color: #f46500;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f46500;
  --bs-btn-hover-border-color: #f46500;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f46500;
  --bs-btn-active-border-color: #f46500;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f46500;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f46500;
  --bs-gradient: none;
}
.btn-outline-blooms-light {
  --bs-btn-color: #9e8d8f;
  --bs-btn-border-color: #9e8d8f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9e8d8f;
  --bs-btn-hover-border-color: #9e8d8f;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9e8d8f;
  --bs-btn-active-border-color: #9e8d8f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #9e8d8f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9e8d8f;
  --bs-gradient: none;
}
.btn-blooms-orange {
  --bs-btn-color: white;
  --bs-btn-bg: #f46500;
  --bs-btn-border-color: #f46500;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #4d7701;
  --bs-btn-hover-border-color: #4d7701;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #4d7701;
  --bs-btn-active-border-color: #4d7701;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #f46500;
  --bs-btn-disabled-border-color: #f46500;
}
.btn-blooms-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4d7701;
  --bs-btn-border-color: #4d7701;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f46500;
  --bs-btn-hover-border-color: #f46500;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f46500;
  --bs-btn-active-border-color: #f46500;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f46500;
  --bs-btn-disabled-border-color: #f46500;
}
.btn-blooms-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #9e8d8f;
  --bs-btn-border-color: #9e8d8f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #9e8d8f;
  --bs-btn-hover-border-color: #9e8d8f;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #9e8d8f;
  --bs-btn-active-border-color: #9e8d8f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #9e8d8f;
  --bs-btn-disabled-border-color: #9e8d8f;
}
h2 {
  /*font-family:"Poppins";*/
  font-family: "Titillium Web";
}

a img.size-full {
  /*border-radius:15px;*/
  margin-bottom: 40px;
  margin-top: 40px;
}
article p {
  margin-bottom: 1.25rem;
  line-height: 34px;
}

#breadcrumbs span,
#breadcrumbs span a,
#breadcrumbs .breadcrumb_last strong {
  font-size: 12px;
  font-weight: 100 !important;
  font-style: italic;
  color: #9e8d8f;
}

.responsive_meniu ul.sub-menu {
  padding-left: 40px;
  position: absolute;
  left: 100%;
  background-color: white;
  transition: left 0.5s ease-in-out;
  width: 100%;
  z-index: 9999;
}
.responsive_meniu.active .menu-item-has-children > a {
  position: relative;
}
.responsive_meniu.active .menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  content: "\f0da";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 40px;
}
.responsive_meniu.active .menu-item-has-children.open > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  content: "\f0d9";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 40px;
}
.responsive_meniu ul.sub-menu.activ {
  left: 0;
  transition: left 0.5s ease-in-out;
}
.responsive_meniu ul.sub-menu a {
  font-size: 16px;
}

.action_bar {
  font-size: 10px;
  font-weight: 400;
  background-color: white;
 /* background-color: #f46500;*/
}
.action_bar a {
  color: black;
/*  color: white; */
}
.action_bar a i {
  font-size: 18px;
  margin-bottom: 10px;
  color: #f46500;
 /* color: white; */
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: #f4f0f4;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.blooms-price{
  vertical-align:middle;
}
.blooms-price ins{
  font-weight:600;
  color: #4d7701;

  text-decoration:none;
}
.blooms-price ins.oferta{
  color: #f46500;
}