body {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  position: relative;
  color: #2a2929;
  transition: 0.1s;
}

div.info_header_bar {
  width: 100%;
  background-color: #8babdc;
  height: 40px;
  margin: 0;
  position: fixed;
  top: 0;
  font-size: 14px;
  padding-top: 9px;
  z-index: 20;
  color: #ffffff;
}

p.left_inf {
  display: inline-block;
  margin-right: 60px;
  cursor: pointer;
}

a.left_inf {
  display: inline-block;
  margin-right: 60px;
  cursor: pointer;
}

p.right_inf {
  float: right;
  margin-left: 30px;
  cursor: pointer;
}

div.main_navigator {
  background-color: #215196;
  width: 100%;
  height: 90px;
  box-shadow: 0px 0px 6.8px 1.2px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ff882d;
  position: relative;
  top: 10px;
  z-index: 10;
}

p.button_categorii {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.15s;
  background-color: #ff882d;
  padding: 5px 20px 19px 0px;
  margin-top: 45px;
  color: #ffffff;
  text-align: left;
  display: inline-block;
}

.cat_cl {
  background-color: #ff882d;
  height: 90px;
}

p.button_categorii i {
  color: #ffffff;
}

img.logo_navigator {
  height: 40px;
  display: inline-block;
  margin: auto;
  margin-top: 0;
}

p.button_navigator {
  float: right;
  font-size: 15px;
  font-weight: 600;
  margin-left: 25px;
  margin-top: 50px;
  cursor: pointer;
  transition: 0.1s;
  position: relative;
  color: #ffffff;
}

p.button_navigator:hover {
  color: #ff882d;
}

span.red_circle {
  position: absolute;
  right: -7px;
  top: -10px;
  font-size: 11px;
  color: #ffffff;
  background-color: #ff882d;
  border-radius: 100%;
  padding: 0px 5px;
}

img.left_bar_abs {
  position: absolute;
  top: 100px;
  z-index: 1;
  height: 100vh;
  width: auto;
  left: 0;
  opacity: 0.32;
}

img.right_bar_abs {
  position: absolute;
  top: 100px;
  z-index: 1;
  height: 100vh;
  width: auto;
  right: 0;
  opacity: 0.32;
}

img.background_image_last_blog {
  width: 95%;
  display: block;
  margin: auto;
  height: 200px;
  object-fit: cover;
  -webkit-filter: blur(1px) brightness(60%);
  position: relative;
}

div.body {
  margin-top: 50px;
}

img.img_slider {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  position: relative;
}

div.absolute_content {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 50px;
}

div.black_fundal {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 30px;
  border-radius: 10px;
  color: #ffffff;
}

p.title_slider {
  font-size: 25px;
}

div.last_pst_info {
  position: absolute;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  height: 200px;
  padding: 10px 50px;
  z-index: 2;
}

p.text_top_hm_blg {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

p.text_top_hm_blg i {
  font-size: 9px;
  margin-right: 10px;
}

p.blog_title_hm {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

p.description_blog_hm {
  color: #ffffff;
  font-size: 15px;
}

p.button_read_more_hm {
  font-size: 17px;
  color: #e11f26;
  font-weight: 800;
  background-color: #ffffff;
  padding: 10px 30px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 70px;
  cursor: pointer;
  transition: 0.1s;
}

p.button_read_more_hm:hover {
  color: #ffffff;
  background-color: #e11f26;
}

div.title_section_home {
  width: 100%;
  padding: 25px;
  border-bottom: 1px solid #e6e6e6;
}

p.title_section_hm {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  color: #215196;
}

div.red_line_title_hm {
  position: absolute;
  width: 130px;
  background-color: #e11f26;
  height: 1px;
  bottom: 20px;
  left: 100px;
}

div.card_produs_afisare {
  cursor: pointer !important;  
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

img.img_produs {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

div.info_prod {
  width: 100%;
  height: auto;
  border-top: 1px solid #e11f26;
  margin-top: 10px;
  padding-top: 5px;
}

p.nume_produs {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

p.nume_produs_mic {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

p.pret_prod {
  font-size: 19px;
  font-weight: bold;
  color: #ff882d;
  margin-bottom: 3px;
}

span.tva_info {
  font-size: 13px;
  font-weight: 400;
  color: #9d9c9c;
}

i.icon_opened_but {
  margin-left: 3px;
  cursor: pointer;
}

button.button_afisare_produs {
  font-size: 15px;
  font-weight: 600;
  background-color: #215196;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.19)
  );
  border-radius: 3px;
  margin: auto;
  border: none;
  color: #ffffff;
  display: block;
  margin-top: 10px;
  padding: 0;
  text-align: left;
  transition: 0.1s;
}

button.button_afisare_produs i {
  background-color: #ff882d;
  background-image: linear-gradient(
    to top right,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.3)
  );
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 6px;
  font-size: 18px;
  float: right;
  line-height: 32px;
}

button.button_afisare_produs div {
  margin: 5px 10px 0 10px;
  display: inline-block;
}

button.button_afisare_produs:hover {
  background-color: #215196;
  background-image: linear-gradient(
    1800deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.19)
  );
}

div.body_blog_post {
  width: 100%;
  height: 250px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  margin-bottom: 30px;
}

img.img_blog {
  width: 45%;
  height: 250px;
  object-fit: cover;
  display: inline-block;
  float: left;
}

div.desc_blog {
  width: 55%;
  display: inline-block;
  padding: 7px 10px;
}

p.date_post {
  font-size: 12px;
  margin-bottom: 0;
  color: #9d9c9c;
}

p.title_post {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

p.desc_post {
  font-size: 14px;
}

p.button_to_post {
  font-size: 14px;
  color: #e11f26;
  font-weight: 600;
  margin-top: 5px;
}

#carousel_blog .carousel-control.right,
#carousel_blog .carousel-control.left {
  background-image: none !important;
}

#carousel_blog .carousel-control {
  text-shadow: none !important;
  color: #000000;
  filter: opacity(1);
  opacity: 1 !important;
  width: 5%;
}

div.div_about {
  width: 100%;
  padding: 70px 100px 0px 100px;
}

p.title_sec_about {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

div.desp {
  width: 130px;
  height: 1px;
  background-color: #ff882d;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

p.actual_about_text {
  font-size: 16px;
  text-align: center;
}

p.title_sec_abonare {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #ff882d;
}

.centerer {
  text-align: center;
}

div.inliner {
  display: inline-block;
}

input.input_newsletter {
  width: 300px;
  display: inline-block;
  background-color: #fbfbfb;
  border: 1px solid #e6e6e6;
  height: 50px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600;
}

button.button_abonare {
  color: #ffffff;
  background-color: #ff882d;
  font-size: 17px;
  font-weight: 600;
  border: 0;
  height: 50px;
  padding: 0 25px;
  margin-left: 5px;
}

img.logo_footer {
  width: 70%;
  height: auto;
  display: block;
  margin: auto;
}

div.footer {
  background-color: #fbfbfb;
  border: 1px solid #e6e6e6;
  margin-top: 50px;
  padding: 20px;
}

p.title_sect_footer {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}

p.button_sect_footer {
  font-size: 15px;
  margin-bottom: 0;
  cursor: pointer;
  text-align: center;
}

i.icon_social {
  font-size: 25px;
  float: right;
  margin-left: 15px;
  cursor: pointer;
  transition: 0.1s;
}

i.icon_social:hover {
  color: #e11f26;
}

p.bottom_page_text {
  font-size: 14px;
  text-align: center;
  margin: 10px;
}

div.first_absolute_categorii {
  position: absolute;
  z-index: 11;
  background-color: #ff882d;
  border: 1px solid #ff882d;
  padding: 10px;
  width: 350px;
  box-shadow: 4.474px 6.632px 13px 0px rgba(0, 0, 0, 0.15);
  margin-top: 90px;
  color: #ffffff;
  display: none;
}

p.search_label {
  font-size: 13px;
  margin-bottom: 0;
  margin-left: 10px;
  color: #ffffff;
}

input.search_bar_cat {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  position: relative;
  height: 37px;
  padding-left: 5px;
  color: #000000;
}

i.search_but_cat {
  position: absolute;
  right: 20px;
  color: #ff882d;
  margin-top: 7px;
  z-index: 11;
  font-size: 20px;
}

p.buton_categorie {
  font-size: 16px;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.1s;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 12px;
}

p.buton_categorie i {
  padding-left: 10px;
}

p.buton_categorie:hover {
  color: #215196;
}

div.second_absolute_categorii {
  height: auto;
  width: 700px;
  background-color: #ff882d;
  border: 1px solid #ff882d;
  box-shadow: 4.474px 6.632px 13px 0px rgba(0, 0, 0, 0.15);
  margin-top: 130px;
  margin-left: 350px;
  z-index: 12;
  padding: 20px;
  display: none;
  position: absolute;
  color: #ffffff;
}

p.big_categorie_menu {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.1s;
}

p.little_categorie_menu {
  margin-left: 10px;
  font-size: 13px;
  margin-bottom: 2px;
  cursor: pointer;
  transition: 0.1s;
}

p.big_categorie_menu:hover,
p.little_categorie_menu:hover {
  color: #215196;
}

div.filter_prod {
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #e6e6e6;
  padding: 10px 10px 30px 10px;
  box-shadow: 1.118px 1.658px 6px 0px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  max-height: 100%;
  margin-bottom: 30px;
}

p.title_filter {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 5px;
  display: inline-block;
}

p.subcategorie_filter {
  font-size: 14px;
  margin-left: 15px;
  cursor: pointer;
  transition: 0.1s;
  margin-bottom: 3px;
}

p.subcategorie_filter:hover {
  color: #ff882d;
}

p.buton_see_more {
  position: absolute;
  color: #ff882d;
  font-size: 13px;
  bottom: -10px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fbfbfb;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.container_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-top: 5px;
}

.container_check:hover input ~ .checkmark {
  background-color: #ffffff;
}

.container_check input:checked ~ .checkmark {
  background-color: #ff882d;
}

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

.container_check input:checked ~ .checkmark:after {
  display: block;
}

.container_check .checkmark:after {
  left: 3px;
  top: 2px;
  width: 4px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.filter_prod_sec {
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #e6e6e6;
  padding: 10px;
  box-shadow: 1.118px 1.658px 6px 0px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  margin-bottom: 30px;
}

div.header_filter {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

i.angle_opening {
  float: right;
  font-size: 20px;
  color: #e6e6e6;
  cursor: pointer;
}

p.page_follower {
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  color: #215196;
}

p.page_afisare_title {
  font-size: 16px;
  font-weight: bold;
}

p.label_asort {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}

select.selecter_ord {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px;
  margin-right: 25px;
}

p.prod_name {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 0;
}

img.img_prod_carousel {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

#produs_carousel {
  width: 100%;
  z-index: 1;
}

#produs_carousel .carousel-indicators {
  min-height: 100px;
  bottom: -20px !important;
}

img.indicator_produs {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 1px solid #e6e6e6;
  margin-left: 5px;
  margin-right: 5px;
}

#produs_carousel .carousel-indicators li {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  text-indent: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}

#produs_carousel .carousel-indicators .active {
  width: auto !important;
  height: auto !important;
}

#produs_carousel .carousel-indicators .active img {
  border: 1px solid #e11f26;
}

p.title_sect_prod {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

p.text_description {
  font-size: 18px;
}

p.prod_price {
  font-size: 35px;
  color: #ff882d;
  font-weight: bold;
  margin-bottom: 5px;
}

p.prod_price span {
  color: #9d9c9c;
  font-size: 14px;
}

p.disponibilitate {
  color: #2aaf14;
  font-size: 14px;
}

p.text_normal_sb {
  font-weight: 600;
}

button.add_favorite {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 4px 20px;
}

button.add_favorite_fav {
  background-color: #ff2c00;
}

input.cant_prod_selecter {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 5px 0 5px 10px;
  width: 80px;
}

i.minus_prod {
  font-size: 16px;
  color: #215196;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 5px;
}

i.plus_prod {
  font-size: 16px;
  color: #ff882d;
  cursor: pointer;
}

p.optional_info {
  color: #9d9c9c;
  font-size: 12px;
}

button.add_to_cart {
  font-size: 18px;
  font-weight: 600;
  background-color: #215196;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.19)
  );
  border-radius: 3px;
  margin: auto;
  margin-top: 30px;
  border: none;
  color: #ffffff;
  display: block;
  padding: 0;
  text-align: left;
  transition: 0.2s;
}

button.add_to_cart i {
  background-color: #ff882d;
  background-image: linear-gradient(
    to top right,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.3)
  );
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 15px;
  font-size: 20px;
  float: right;
  line-height: 50px;
}

button.add_to_cart div {
  margin: 12px 30px 0 30px;
  display: inline-block;
}

button.add_to_cart:hover {
  background-color: #215196;
  background-image: linear-gradient(
    1800deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.19)
  );
}

button.add_to_cart:disabled {
  background-color: #676262;
}

button.no_back {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

#carousel_utilizatori .carousel-control {
  color: #ff882d;
  width: 7%;
}

i.img_card_prod {
  font-size: 90px;
  color: #ffffff;
  -webkit-text-stroke: 3px #e11f26;
  text-align: center;
  display: block;
  margin: 50px auto 40px auto;
}

i.img_card_info {
  font-size: 45px;
  color: #ffffff;
  -webkit-text-stroke: 3px #e11f26;
  text-align: center;
  display: block;
  margin: 50px auto 40px auto;
}

p.text_card_prod {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

p.text_card_info {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 6px;
}

#imagemodal .modal-dialog {
  max-width: 800px !important;
  width: 800px;
}

p.subtotal_cart {
  font-size: 18px;
  font-weight: 600;
  float: right;
}

table.table_cart {
  width: 100%;
  display: table;
  margin-top: 30px;
}

table.table_cart thead {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
}

table.table_cart thead td {
  padding-bottom: 10px;
}

table.table_cart tbody {
  vertical-align: top !important;
}

img.img_cart {
  width: 120px;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
}

p.nume_pro_cart {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  cursor: pointer;
}

p.cod_prod_cart {
  font-size: 13px;
  font-weight: 600;
}

button.button_delete_prod {
  background: transparent;
  border: 0;
  font-size: 13px;
  color: #9d9c9c;
}

p.pret_prod_cart {
  font-size: 15px;
  font-weight: 600;
}

table.table_cart tbody tr td {
  padding-top: 10px;
  padding-left: 10px;
}

table.table_cart tbody tr {
  border-bottom: 1px solid #e6e6e6;
}

p.bottom_nr {
  font-size: 15px;
  display: inline-block;
}

div.bottom_info {
  margin-top: 30px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 50px;
}

i.big_icon {
  font-size: 25px;
}

button.scroll_down {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #ff882d;
  border-radius: 5px;
  margin-left: 10px;
  padding: 3px 15px;
  border: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ff882d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ff882d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

p.same_livr {
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
}

div.info_com {
  width: 100%;
  border: 1px solid #989898;
  padding: 5px 20px 0px 20px;
  border-radius: 5px;
  margin-top: 10px;
}

i.attention {
  float: right;
  color: #fcdc04;
  font-size: 20px;
}

.label_input_cm {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 10px;
  color: #215196;
}

input.input_classic {
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  height: 33px;
  margin-bottom: 15px;
}

select.input_classic {
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  height: 33px;
  margin-bottom: 15px;
}

.container_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fbfbfb;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.container_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.container_radio input:checked ~ .checkmark {
  background-color: #ff882d;
}

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

.container_radio input:checked ~ .checkmark:after {
  display: block;
}

.container_radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
}

p.text_transp {
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
}

p.desc_transp {
  margin-left: 20px;
  margin-bottom: 30px;
}

textarea.textarea_cmd {
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  resize: none;
}

p.sub_info_smr {
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 5px;
}

div.sumar_cmd {
  margin-top: 20px;
  margin-bottom: 20px;
}

hr.colored_hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #e11f26;
}

p.info_smr {
  font-size: 22px;
  font-weight: 600;
  margin-left: 20px;
}

i.happy {
  font-size: 40px;
  margin-top: 50px;
  color: #ff882d;
}

p.happy_title {
  font-size: 25px;
  font-weight: 600;
  color: #ff882d;
  margin-bottom: 20px;
}

p.happy_desc {
  font-size: 16px;
  margin-bottom: 30px;
}

button.button_fav {
  font-size: 16px;
  font-weight: 600;
  background-color: #215196;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.19)
  );
  border-radius: 3px;
  margin: auto;
  margin-top: 30px;
  border: none;
  color: #ffffff;
  display: block;
  padding: 0;
  text-align: left;
  transition: 0.2s;
  display: inline-block;
}

button.button_fav i {
  background-color: #ff882d;
  background-image: linear-gradient(
    to top right,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.3)
  );
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 10px;
  font-size: 20px;
  float: right;
  line-height: 50px;
}

button.button_fav div {
  margin: 12px 30px 0 30px;
  display: inline-block;
}

button.button_fav:hover {
  background-color: #215196;
  background-image: linear-gradient(
    1800deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.19)
  );
}

p.disponibilitate_none {
  color: #e11f26;
  font-size: 14px;
}

p.disponibilitate_blue {
  color: #2e3ce1;
  font-size: 14px;
  font-weight: 600;
}

p.post_date {
  font-size: 12px;
  color: #e11f26;
}

img.img_blog_post {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

p.blog_text {
  font-size: 15px;
}

#show_for_livrare {
  display: none;
}

#modal_produs .modal-dialog {
  max-width: 800px !important;
  width: 800px;
}

img.img_modal_eye {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

img.img_login {
  width: 150px;
  height: auto;
  display: block;
  margin: 30px auto 10px auto;
}

p.title_login {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #ff882d;
}

button.forgot_password {
  background: none;
  border: 0;
  color: #e11f26;
  font-size: 11px;
  display: block;
  margin: auto;
}

button.button_fav_log {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  background-color: #ff882d;
  padding: 5px 20px;
  border: 0;
  border-radius: 5px;
  display: block;
  margin: 20px auto;
}

p.forgot_but {
  color: #ff882d;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
}

button.button_profil_activ {
  background: #ff882d;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 2px;
  margin-right: 5px;
  border: 1px solid #ff882d;
}

button.button_profil {
  background: #fbfbfb;
  border: 1px solid #e6e6e6;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 2px;
  margin-right: 5px;
}

i.absolute_close {
  display: none;
}

a,
a:hover {
  color: inherit;
  background: inherit;
}

img.img_section_absolute {
  width: 100%;
  height: 330px;
  object-fit: cover;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
  filter: brightness(80%);
}

div.white_text_suv {
  position: absolute;
  padding: 20px;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  margin-top: 50px;
  z-index: 2;
  cursor: pointer;
  font-family: "Righteous", cursive;
  letter-spacing: 1.5px;
}

div.white_text_suv span {
  font-size: 16px;
}

#myCarousel .carousel-indicators {
  z-index: 2;
}

div.home_header_page {
  max-height: 528px;
  overflow: auto;
}

@media screen and (max-width: 1024px) {
  p.right_inf {
    font-size: 13px;
    margin-left: 15px;
  }

  div.home_header_page {
    max-height: 528px;
    overflow: auto;
  }

  p.left_inf {
    margin-right: 30px;
    font-size: 15px;
  }

  p.left_inf span {
    display: none;
  }

  a.left_inf {
    margin-right: 30px;
    font-size: 15px;
  }

  a.left_inf span {
    display: none;
  }

  div.main_navigator {
    height: 70px;
    top: 40px;
  }

  div.not_phone_categories {
    display: none;
  }

  img.left_bar_abs {
    display: none;
  }

  img.right_bar_abs {
    display: none;
  }

  p.button_categorii {
    font-size: 0;
    display: inline-block;
    margin-top: 0px;
    padding: 0;
    padding-top: 25px;
    padding-left: 10px;
    float: left;
  }

  p.button_categorii i {
    color: #ffffff;
    font-size: 17px;
  }

  img.logo_navigator {
    width: 50%;
    height: auto;
    margin-top: 25px;
    display: inline-block;
    float: right;
  }

  p.button_navigator {
    font-size: 0;
    margin-left: 15px;
    margin-top: 25px;
  }

  p.button_navigator i {
    font-size: 15px;
  }

  div.first_absolute_categorii {
    width: 100%;
    margin-top: 70px;
  }

  div.second_absolute_categorii {
    height: 70vh;
    width: 100%;
    margin-top: 70px;
    margin-left: 0;
    overflow-y: scroll;
  }

  i.absolute_close {
    display: block;
    float: right;
    right: 30px;
    top: 30px;
    color: #ffffff;
    font-size: 20px;
  }

  div.last_pst_info {
    width: 100%;
    height: 250px;
    padding: 5px 20px;
  }

  img.background_image_last_blog {
    width: 100%;
    height: 250px;
  }

  p.text_top_hm_blg {
    font-size: 13px;
  }

  p.text_top_hm_blg i {
    font-size: 6px;
  }

  p.blog_title_hm {
    font-size: 16px;
  }

  p.description_blog_hm {
    font-size: 13px;
  }

  p.button_read_more_hm {
    font-size: 14px;
    padding: 5px 20px;
    margin-top: 10px;
  }

  div.title_section_home {
    width: 100%;
    padding: 20px;
  }

  p.title_section_hm {
    font-size: 16px;
  }

  div.red_line_title_hm {
    left: 20px;
  }

  div.desc_blog {
    padding: 7px;
  }

  p.date_post {
    font-size: 10px;
  }

  p.title_post {
    font-size: 14px;
  }

  p.desc_post {
    font-size: 12px;
  }

  p.button_to_post {
    font-size: 13px;
  }

  div.div_about {
    width: 100%;
    padding: 40px 20px 0px 20px;
  }

  p.actual_about_text {
    font-size: 14px;
  }

  button.button_abonare {
    margin-top: 10px;
  }

  img.logo_footer {
    width: 30%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }

  div.footer {
    padding: 10px;
  }

  p.title_sect_footer {
    font-size: 14px;
    text-align: center;
  }

  p.button_sect_footer {
    font-size: 13px;
    text-align: center;
  }

  p.bottom_page_text {
    font-size: 12px;
  }

  i.icon_social {
    margin-top: 30px;
  }

  #modal_produs .modal-dialog {
    max-width: 95% !important;
    width: 95%;
    margin: auto;
  }

  div.body {
    margin-top: 50px;
  }

  .div_filtre {
    display: none;
  }

  div.filter_prod_sec {
    margin-bottom: 10px;
  }

  p.subtotal_cart {
    font-size: 15px;
    float: none;
  }

  table.table_cart {
    margin-top: 15px;
  }

  table.table_cart thead {
    font-size: 13px;
  }

  img.img_cart {
    width: 40px;
    height: 40px;
  }

  p.nume_pro_cart {
    font-size: 13px;
  }

  p.cod_prod_cart {
    font-size: 11px;
    margin-bottom: 0;
  }

  button.button_delete_prod {
    font-size: 11px;
  }

  p.pret_prod_cart {
    font-size: 13px;
  }

  table.table_cart tbody tr td {
    padding-top: 5px;
    padding-left: 5px;
  }

  input.cant_prod_selecter {
    width: 30px;
  }

  i.minus_prod {
    font-size: 14px;
  }

  i.plus_prod {
    font-size: 14px;
  }

  button.button_fav {
    font-size: 13px;
    padding: 2px;
  }

  button.button_fav div {
    margin: 5px;
    text-align: center;
  }

  button.button_fav i {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 17px;
    float: none;
    line-height: 50px;
    display: block;
    width: 100%;
    text-align: center;
  }

  button.button_profil_activ {
    font-size: 14px;
    padding: 10px;
  }

  button.button_profil {
    font-size: 14px;
  }

  #imagemodal .modal-dialog {
    max-width: 95% !important;
    width: 95%;
    margin: auto;
  }

  .cat_cl {
    background-color: #ff882d;
    height: 70px;
  }

  p.title_slider {
    font-size: 14px;
  }

  p.text_slider {
    font-size: 11px;
  }

  img.img_slider {
    max-height: 200px;
    object-fit: cover;
    position: relative;
  }

  div.black_fundal {
    padding: 10px;
  }
}

#produs_carousel {
  width: 100%;
  z-index: 1;
  margin-bottom: 80px;
}

#produs_carousel .carousel-indicators {
  min-height: 100px;
  bottom: -120px !important;
}

/*.pagination > li > a:focus, .pagination > li > a:hover, pagination > li > span:focus, .pagination > li > span:hover,.pagination>li>.page-link:hover,.pagination>li>.page-link:focus {*/
/*    z-index: 3;*/
/*    color: #000000;*/
/*    background-color: #FF2C00;*/
/*    border-color: #FF2C00;*/
/*}*/
