/* Stilizează bara de derulare (scrollbar) */
::-webkit-scrollbar {
  width: 7px;
  background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
  background-color: #121212;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
}

/* Stilizează fundalul zonei de derulare (track) */
::-webkit-scrollbar-track {
  background-color: #302c2c;
}

::-webkit-scrollbar-thumb:active {
  background-color: #28A73F;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%) inset !important;
    box-shadow: 0 0 0px 1000px linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%) inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

@keyframes slide-down-header {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@-moz-keyframes slide-down-header {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-down-header {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@-o-keyframes slide-down-header {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.slider-inner {
  margin-top: 190px;
}

.btn-cart-new {
  display: flex;
  margin-top: 10px;
}

.btn-cart-new>button {
  width: 138px;
  height: 30px;
  background-color: #28A73F;
  color: #ffffff;
  border: 1px solid #000;
  display: block;
  float: left;
}

.price-new {
  color: #973a3a;
}

.bridge__info {}

.bridge__info_top {
  color: #939393;
  font-size: 10px;
  height: 22px;
  font-weight: 600;
  z-index: 1;
  position: absolute;
  top: 22px;
  left: 17px;
  text-transform: uppercase;
}

.bridge__info_left {
  position: absolute;
    color: #fff;
    top: 114px;
    height: 25px;
    background-color: #AD0009;
    left: -22px;
    z-index: 1;
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    line-height: 23px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 0px 10px;
}


.bridge__info_down {
  position: absolute;
    z-index: 1;
    color: #262626;
    top: 227px;
    left: 20px;
    font-size: 26px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

.line___roof {
  width: 76px;
  height: 3px;
  background-color: #28A73F;
  z-index: 1;
  position: absolute;
  bottom: 14px;
  left: 50%;
  margin-left: -38px;
}

.countdown-container {
  display: none !important;
}

.ishiproductsblock .owl-dots {
  display: none !important;
}

.section-header {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: -5px;
}


.block__specific {
  margin-bottom: 29px !important;
}

.section-header h2 {
  margin: 0 10px;
  white-space: nowrap;
  font-size: 16px;
  color: #939393;
}

.line__roof_block {
  flex-grow: 1;
  flex-shrink: 0;
  height: 1px;
  background-color: #939393;
  max-width: 30%;
}

.line__roof_login {
  background-color: #202020 !important;
}

.home-title-login {
  font-size: 12px !important;
}

.line__roof_block2 {
  max-width: 21% !important;
}

.owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 7%);
  max-width: calc(1281px + 20%);
  z-index: -1;
}

.variants_group {
  margin-top: 9px;
}

.variants_group_title {
  font-size: 16px;
}

.fa-check:before {
  content: "\f00c";
  font-size: 16px;
  top: 33px;
  position: relative;
  top: -4px;
  right: 0px;
}

.color_variants {
  display: flex;
  margin-top: 6px;
}


.color_variant_parent {
  margin-bottom: 6px;
  margin-top: 6px;
}

.color_variant_pill {
  width: 20px;
  height: 20px;
  border: 3px solid;
  display: inline-block;
  border-radius: 50%;
  ;
  margin-right: 10px;
  color: #28a73f;
}

.option_variants {
  display: flex;
}

.option_variant_parent {
  margin-bottom: 10px;
  margin-top: 12px;
  margin-right: 20px;
}

.option_variant_block {
  display: flex;
  width: auto;
  color: black;
  font-size: 10pt;
}

.option_variant_pill {
  width: 16px;
  height: 16px;
  border: 2px solid #939393;
  display: inline-block;
  border-radius: 50%;
  background-color: black;
  margin-right: 10px;
  color: #28a73f;
}

.option_variants_text {
  color: gray;
}

.block__img__roof {
  width: 1032px;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 58px;
  margin-bottom: -187px;
}

.block__img__roof img {
  width: 1032px;
  height: auto;
  display: block;
  margin: auto;
}

.owl-carousel {
  display: block !important;
}

#news-slider {
  margin-top: 80px;
}

#news-slider .owl-nav {
  display: none;
}

.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  padding-top: 1px;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

/* footer */
.info,
.info a {
  list-style: none;
  padding: 0;
  color: #939393;
  font-size: 14px;
  line-height: 15px;
}

.info {
  border-left: 3px solid #28A73F;
  padding-left: 11px;
  height: max-content;
}

.info ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.info ul li:last-child {
  margin-bottom: -13px !important;
}

.line__2 {
  border-top: 1px solid transparent;
  border-image: linear-gradient(to right, transparent, #262626) 1;

}

.line__2 img {
  margin-top: 19px;
}

.lista li img {
  margin-right: 8px;
  width: 14px;
}

@media only screen and (max-width:992px) {
  .footer-container {
    display: none !important;
  }
}

/* Roof Block - CALITATE - ARTA - ELEGENTA */
.calitate__styles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
  padding: 0 57px;
  color: #939393 !important;
  line-height: 22px;
}

.calitate__styles p::before {
  content: "";
  position: absolute;
  left: 45px;
  margin-top: 9px;
  width: 4px;
  height: 4px;
  background-color: #939393;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.calitate__styles img {
  margin-top: -60px;
}

.text__alg::before {
  content: '';
  position: absolute;
  top: 14%;
  left: 0;
  height: 69%;
  border-left: 1px solid #939393;
  width: 0;
}

/* Roof Block SSAB */
.section__ssab {
  border-bottom: 1px solid #202020;
  padding: 0px 77px;
  height: 340px;
}

.ssab_sistem__pluvial {}

.ssab_sistem__pluvial h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 10px;
}

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

.ssab__img img {
  width: 540px;
  bottom: 73px;
  position: relative;
}

.border__2px {
  border-right: 2px solid #262626;
}



.section__ssab_s {
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 15px;
}

.section_header__ssab {
  height: 101px;
  background-color: #131313;
  border-right: 1px solid #202020;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  border-left: 9px solid #123167;
  width: 100%;
  box-shadow: 0px 1px 5px rgb(0 0 0 / 50%);
  align-items: center;
  display: flex;
}

.section_header__ssab div img {
  margin-left: 69px;
}

.section_header__ssab div p {
  line-height: 20px;
  margin-top: 12px;
  margin-left: 15px;
}

.div__li {
  width: 357px;
  height: 297px;
  background: rgba(19, 19, 19, 0.2);
  position: absolute;
  z-index: 1;
  backdrop-filter: blur(8.2px);
  right: -51px;
  bottom: 47px;
  border: 1px solid #353232;
}

.div__li_lils {
  margin: 40px 57px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
}

/* Roof popup Ajax */
.bg {
  background: rgb(14, 14, 14, 0.5);
  backdrop-filter: blur(9px);
}

.login .content {
  background-color: #131313;
  width: 500px;
  margin: 40px auto 10px;
  overflow: hidden;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.login .content h3 {
  color: #b86161;
  text-align: center;
  font-size: 24px !important;
  ;
  font-weight: 600 !important;
  margin-top: 79px;
}

.login .content h4 {
  color: #555;
}

.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px;
}

.login .content .forget-form,
.login .content .login-form,
.login .content .register-form,
.login .content .forget-form {
  padding: 0 66px;
  margin: 0;
}

.inputpop {
  margin-top: 66px;
  margin-bottom: 20px;
}

.inputpop_reg {
  margin-top: 25px;
  margin-bottom: 20px;
}

input[type="checkbox"] {
  position: relative;
  top: 0;
  margin: 0px 11px 0px 0px;
  vertical-align: middle;
}

input[type=checkbox]:checked {
  background-color: #28a73f;
  opacity: 1;
}

.input-field {
  position: relative;
}

.input-field input {
  background: transparent;
}

.input-field label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #939393;
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s;
}

input:focus {
  border: 2px solid #ffcc00;
}

input:focus~label,
input:valid~label {
  top: 0;
  left: 15px;
  font-size: 14px;
  padding: 0 2px;
  background: #353842;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.toggle-password {
  font-size: 19px !important;
  right: 17px;
  bottom: 15px;
  color: #939393;
  cursor: pointer;
}

.icon-visible {
  color: #28A73F !important;
}

.login .content .form-control {
  height: 48px;
  color: #8290a3;
  border-width: 1px;
  border-style: solid;
  padding-left: 21px;
  font-size: 14px;
  background-color: #151515 !important;
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%) !important;
  border: 1px solid #202020 !important;
}



.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}

.section-header-login {
  margin-bottom: 0 !important;
  margin-top: 38px !important;
}

.login-button {
  background-color: #151515 !important;
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
  border: 1px solid #202020;
  height: 44px;
  margin-bottom: 13px;
  margin-top: 13px;
  width: 368px;
  color: #939393;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.login-button img {
  position: relative;
  right: 70px;
}

.login .content .forget-form,
.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 16px;
  text-align: center;
}

.login-form h3,
.register-form h3,
.forget-form h3 {
  color: #fff !important;
}

.login-form p {
  color: #939393 !important;
}

.login .content .form-actions {
  clear: both;
  border: 0;
  padding: 0px 30px 0;
  margin-left: -30px;
  margin-right: -30px;
  display: grid;
  margin-top: 7px;

}

.login .content .form-actions>.btn {
  margin-top: -2px;
}

.login-options {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}

.login-options .social-icons {
  float: right;
  padding-top: 3px;
}

.login-options .social-icons li a {
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}


.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.login .content .form-actions .btn {
  margin-top: 1px;
  font-weight: 600;
  padding: 10px 20px !important;
  background-color: #28A73F;
  border: 0;
  border-bottom: 1px;
  color: #fff;
  font-size: 18px;
}

.login .content .bot {
  margin-bottom: 37px;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #fff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 13px;
  text-align: center;
  color: #939393;
}

.login .content .check {
  color: #8290a3;
}

.login .content .rememberme {
  margin-left: 8px;
}

.login .content .create-account {
  margin-top: 30px;
  margin-bottom: 37px;
  text-align: center;
}

.login .content .create-account>p {
  margin: 0;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #28A73F;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}

.padding-2 {
  padding: 0 2px;
  margin-bottom: 10px;
}

.social-icons li .facebook {
  background: url(image/social/facebook.png) no-repeat;
}

.social-icons li .twitter {
  background: url(image/social/twitter.png) no-repeat;
}

.social-icons li .googleplus {
  background: url(image/social/googleplus.png) no-repeat;
}

.social-icons {
  padding: 0;
  margin: 0;
}

.social-icons li .linkedin {
  background: url(image/social/linkedin.png) no-repeat;
}

.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}

.social-icons li>a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.social-icon-color {
  opacity: .7;
  background-position: 0 -38px !important;
}

.terms-container {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 10px;
  line-height: 17px;
}

.terms-link {
  color: #CF2C2F;
  text-decoration: none;
}

.terms-link:hover {
  color: red;
}

.underline {
  border-bottom: 1px solid #CF2C2F;
  padding-bottom: 0;
}

.close-popup-bnt {
  position: absolute;
  background: transparent;
  border: none;
  right: 19px;
  top: 19px;
}

.back-popup-bnt {
  position: absolute;
  background: transparent;
  border: none;
  right: 460px;
  top: 22px;
  transform: rotate(180deg);
}

.login-form .alert-danger {
  color: #87181A !important;
  font-size: 12px !important;
  padding: 0;
  text-align: left;
  position: relative;
  background: transparent;
  border: none;
  margin-bottom: 0px !important;
}

@media (max-width:440px) {

  .login .content,
  .login .logo {
    margin-top: 10px;
  }


  .login .content h3 {
    font-size: 22px;
  }

  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }

  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}

.input-field {
  position: relative;
}

.input-field input {
  background: transparent;
}

.input-field label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #939393;
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s;
}

.bottom_reg {
  margin-bottom: 45px;
}

.bottom_p {
  margin-bottom: 30px !important;
}

input:focus {
  border: 2px solid #ffcc00;
}

input:focus~label,
input:valid~label {
  top: 0;
  left: 15px;
  font-size: 14px;
  padding: 0 2px;
  background: #353842;
}

@media (max-width:991px) {
  .ishiproductsblock {
    width: 100% !important;
  }
}

/* Contact form */
.list-group {
  margin-bottom: 0 !important;
}

.contact__block_col {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
  margin-top: 30px;
  padding-right: 20px !important;
}

.right_tel__contact {
  display: flex;
  margin: 55px 10px;
}

.sec__block_contact {
  background-color: #151515 !important;
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
  border: 1px solid #202020;
}

.title_one_block p {
  background-color: #000000;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  top: 0px;
  position: absolute;
  left: 40px;
}

.title_one_block {
  top: 73px
}

.line___roof_vertical {
  background-color: #28A73F;
  width: 5px;
  height: 90px;
  position: absolute;
  z-index: 1;
  top: 36px;
  left: 10px;
}

.contact__pfirst {
  display: flex;
  top: 7px;
  padding: 0;
  margin-left: 70px;
}

.contact__pfirst img {
  margin-right: 12px;
  width: 14px;
  margin-bottom: 36px;
}

.contact__pfirst p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.contact__pfirst p span {
  color: #939393;
  font-size: 16px;
  font-weight: 500;
}

.text-right {
  justify-content: left;
  display: block;
  top: 7px;
  line-height: 0;
  padding: 0;
  text-align: left;
}

.text-right p {
  margin-top: 2px;
  margin-bottom: 14px;
}

.text-right p a {
  font-size: 18px;
  color: #fff;
}

/* Contact_page_map */
.header-container {
  display: contents;
  align-items: center;
  background-color: #131313;
  color: white;
  padding: 20px;
  position: relative;
  height: 400px;
  justify-content: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.header-text {
  font-size: 22px;
  color: #414141;
}

.line___roof_vertical_map {
  bottom: 330px !important;
  background: #28A73F;
  height: 200px;
  width: 5px;
  position: relative;
  display: block;
  left: 10px;
}

/* category__page */
.product-list-top {
  display: none !important;
}

.product-grid:nth-child(3n+1) {
  clear: none !important;
}

/* title_produs */
.product-thumb h4 a {
  text-align: left;
  display: block;
  white-space: normal !important;
  line-height: normal;
}

button.selected {
  border-left: 2px solid #28A73F;
}

/*variation in product page*/
.image-v {
  height: calc(110px* 5);
  overflow-y: hidden;
  overflow-x: hidden;
}

.scroll-arrow {
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.up-arrow,
.down-arrow {
  display: flex;
  justify-content: center;
  padding: 5px;
}

.image-variant a {
  width: 100px;
  height: 100px;
  background: #181818;
  flex-grow: 1;
  margin-bottom: 10px;
  display: flow;
}

.image-variant a.selected {
  border-left: 3px solid #28a73f;
}

.image-variant-item {
  width: 65px;
  height: 65px;
  margin: auto;
  top: 18px;
  position: relative;
}

.image-variant-item span {
  position: absolute;
  top: 64px;
  font-size: 12px;
  left: -12px;
  float: left;
  color: #939393;
}

.image-variant-item a:hover .image-variant-item div span {
  color: #28A73F;
}

.thumbnail {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  top: 50px;
  position: absolute;
}

/* Stilizează bara de derulare (scrollbar) */
.image-v::-webkit-scrollbar {
  width: 4px;
}

.image-v::-webkit-scrollbar-thumb {
  background-color: #28a73f;
}

.image-v::-webkit-scrollbar-thumb:hover {
  background-color: #28a73f;
}

/* Stilizează fundalul zonei de derulare (track) */
.image-v::-webkit-scrollbar-track {
  background-color: #fff;
}

.image-v::-webkit-scrollbar-thumb:active {
  background-color: #28a73f;
}

.product-image {
  padding: 0 0px 0 30px;
  background-color: #151515;
  height: 682px;
}
.product-image .image_show {
  display: none;
}
.scroll-arrow {
  display: block;
  margin: 20px 0;
}

.block__bot_img {
  width: 100%;
  height: 135px;
  background-color: #151515;
  position: relative;
  bottom: 0;
  padding: 0 30px;
  display: flex;
  font-size: 12px;
  color: #939393;
}

.block__bot_img svg {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.btn__datasheet_dw {
  position: absolute;
  right: 30px;
  bottom: 51px;
  font-size: 14px;
  color: #939393;
}

.btn__datasheet_dw img {
  margin-right: 8px;
  width: 14px;
}

.bridge__info_top_product {
  color: #28A73F;
  font-size: 12px;
  height: 22px;
  font-weight: 600;
  z-index: 1;
  position: absolute;
  bottom: 194px;
  right: 45px;
  text-transform: uppercase;
}

.bridge__info_left_product {
  position: absolute;
  color: #fff;
  top: 68px;
  height: 25px;
  background-color: #AD0009;
  left: 169px;
  z-index: 10;
  line-height: 23px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 0px 10px;
}

.bridge__info_down_product {
  position: absolute;
  z-index: 1;
  color: #262626;
  bottom: 213px;
  left: 179px;
  font-size: 50px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}

.product-left-title h1 {
  padding: 52px 0 0 71px;
}

.roof___pr_bnt {
  z-index: 1;
  position: absolute;
  background: transparent;
  border: none;
  padding: 0;
}

.roof__wishlist {
  right: 30px;
  top: 50px;
}

.roof___pr_bnt svg {
  width: 20px;
  fill: #474A4A;
}

.roof__share {
  right: 81px;
  top: 50px;
}

.user-info .dropdown-menu {
  min-width: 186px;
  background-color: #131313;
  border-right: 1px solid #262020;
  border-left: 1px solid #262020;
  border-bottom: 1px solid #262020;
  box-shadow: 0 2px 2px #000;

}

.alert-success {
  color: #28a73f;
  background-color: transparent;
}

.alert-danger {
  color: #e7302d !important;
  background-color: transparent !important;
}


/* Stilizează Despre noi */
.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #262626;
  padding-bottom: 40px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #282828;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}


.container__about {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.container__about.left__about {
  left: 0;
}

.container__about.right__about {
  left: 50%;
}

.container__about::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(50% - 8px);
  right: -4px;
  background: #28A73F;
  border: 2px solid #28A73F;
  border-radius: 16px;
  z-index: 1;
}

.container__about.right__about::after {
  left: -4px;
}

.container__about.right__about::before {
  left: 8px;
}

.container__about .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006E51;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.date-con {
  position: absolute;
  display: flex;
  top: calc(50% - 16px);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  right: 13px;
  border-left: 2px solid #28A73F;
  justify-content: center;
  text-align: center;
}

.container__about.right__about .date-con {
  right: auto;
  border-right: 2px solid #28A73F !important;
  border-left: none;
}

.date-con p {
  position: absolute;
  bottom: -45%;
  color: #ffffff;
  margin: 0px 0 20px;
}

.container__about .content__about {
  padding: 0 84px 0 0;
  position: relative;
}

.container__about.right__about .content__about {
  padding: 0px 0px 0px 140px;
}


.container__about .content__about p {
  margin-right: 25px;
  font-size: 16px;
  line-height: 22px;
  color: #939393;
}

.header-container-about {
  height: auto;
}

.header-text-about {
  background-color: #151515 !important;
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
  border: 1px solid #202020;
  padding: 14px 25px;
}

.header-text-about p {
  font-size: 18px;
  color: #939393;
  top: 6px;
  position: relative;
  left: 19px;
  line-height: 25px;
  border-left: 5px solid #28A73F;
  padding-left: 11px;
  height: max-content;
}

.partial__title_about {
  font-size: 18px;
  text-align: center;
  margin-top: 52px !important;
  width: 400px;
  margin: auto;
  line-height: 27px;
}

.line___roof_vertical_about {
  top: 180px;
  left: 32px;
}

.feature-block {
  margin-bottom: 20px;
  border: none;
  position: relative;
  display: flex;
}

.feature-block .icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 50px;
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: rgba(19, 19, 19, 0.6);
  backdrop-filter: blur(10px);
}

.feature-block .icon svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature-block p {
  margin-top: 40px;
  position: absolute;
  font-size: 14px;
  text-align: center;
  padding: 18px 9px;
  color: #939393;
  line-height: 21px;
}

.info__content_about {
  margin-top: 63px;
}

.map__content_about {
  margin-top: 70px;
  margin-bottom: 80px;
}

.product-right {
  color: #939393;
}

.list-unstyled.price {
  color: unset !important;
}

.image-variant-item-group {
  width: 17%;


  ::-webkit-scrollbar,
  ::-webkit-scrollbar-button,
  ::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar-track {
    width: 0px;
    display: none;
  }

}


/* Cart Page */

@media screen and (min-width: 992px) {
  .desktop {
    display: block;
  }

  .cart-item {
    display: flex;
    margin: 40px 0;

  }

  .mobile {
    display: none;
  }

  .cart-product-attr-group .cart-product-attr:not(:first-child) {
    border-left: 1px solid #202020;
    padding-left: 3rem;
  }

  .cart-bottom {
    line-height: 3rem;
    padding: 3rem 3rem 1rem 3rem;
    border-right: 1px solid #202020;
    border-left: 1px solid #202020;
    border-bottom: 1px solid #202020;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    height: 150px;
  }
}



.cart-right {
  width: 100%;
}

.cart-top {
  width: 100%;
  background-color: #202020;
  display: flex;
  padding: 0 2rem;
}

.cart-title {
  width: 95%;
  line-height: 3rem;
  padding: 1rem;
  font-size: 26px;

}

.order-details .cart-title {
  width: 95%;
  line-height: 6rem;
  padding: 0rem;
  font-size: 26px;
}

.cart-title>a {
  color: white;
}

.cart-item-remove,
.cart-item-add {
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.remove-btn {
  background: none;
  border: none;
  color: #949494;
  font-size: 2rem;
}




.cart-product-attr-group {
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #202020;
}

.cart-product-attr-group .cart-product-attr {
  display: flex;
  width: 28%;
}

.cart-attr-title {
  color: #939393;
  text-align: left;
  font-size: 16px;

}

.cart-attr-val {
  width: 40%;
  color: white;
  padding-left: 1rem;
  text-align: left;
}



.qty-row {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}

.cart-product-quantity {
  width: 80%;
}

.cart-quantity-group {
  display: flex;
  width: 15%;
  align-items: center;
  line-height: 40px;
}

.qty-btn {
  width: 40px;
  height: 40px;
  background-color: #202020;
  border: none;
  color: white;
}

.input-qty {
  width: 40px;
  background: none;
  border: none;
  text-align: center;
  line-height: 40px;
  color: white;
}


.cart-product-total {
  color: white;
  font-size: 2rem;
  display: flex;
  align-items: end;
}


.cart-left {
  margin-right: 1rem;

}

.cart-left .image {
  border-left: 3px solid #28a73f;
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
  border-right: 1px solid #202020;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  width: 150px;
  height: 150px;
}

.cart-left .model {
  padding: 0.5rem 1rem;
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
  border-right: 1px solid #202020;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  border-left: 3px solid #701419;
  margin-top: 1rem;
  color: #939393;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  height: 40px;
  width: 150px;
  line-height: 29px;
  text-align: center;
  font-weight: 600;
}

.totals-container {
  display: block;
  color: white;
  font-size: 2rem;
  line-height: 3rem;
  width: 40%;
  margin: 3rem auto;
}

.totals-row {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
}

.totals-row:not(:last-child) {
  border-bottom: 1px solid #202020;
  color: #939393;
}

.shipping {
  display: flex;
  padding: 2rem 0;
}

.shipping>.title {
  width: 30%;
  color: #939393;
  border-right: 1px solid #202020;
  margin: auto 0;
}

.shipping>.text {
  font-size: 1.25rem;
  color: #939393;
  padding-left: 1rem;
  line-height: 1.5;
}

.tnc {
  margin: 5rem 0;
  display: flex;

}

.tnc>label {
  background-color: transparent !important;
  color: #939393;
  line-height: 1.5;
  font-weight: 299;
}

.order-total-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 65px;
}

.my_btn {
  background-color: #28a73f;
  padding: 0.5rem 5rem;
  color: white;
  border: none;
  width: 280px;
}

.my_btn_promo {
  height: 47px;
}

#account-transaction .my_btn {
  background-color: #28a73f;
  padding: 1.5rem 5rem;
  color: white;
  border: none;
  width: 100%;
  font-size: 18px;
  display: block;
}

.my_btn:hover {
  color: white;
}


@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .cart-item {
    display: flex;
    margin: 3rem 0;
    flex-direction: column;
  }

  .cart-bottom {
    display: flex;
    border: none;
    padding: 0;
  }

  .cart-product-attr-group {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .cart-product-attr-group {
    padding: 0;
    border: none;
  }

  .cart-product-attr-group .cart-product-attr:not(:first-child) {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #323232;
  }

  .cart-product-attr-group .cart-product-attr {
    width: 100% !important;
    line-height: 4.9rem
  }

  .cart-quantity-group,
  .cart-product-quantity {
    width: unset;
  }

  .cart-attr-title {
    width: 20%;
    font-size: 12px;
  }



}

#cart-notification,
.cart-btn,
.billing-info {
  background-color: #151515 !important;
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
  border: 1px solid #202020;
}

.billing-info,
.billing-info strong {
  color: #939393 !important;
}

#cart-notification,
#cart-notification img {}

#cart-notification .cart-item {
  display: flex;
  margin: 1rem 0;
  flex-direction: column;
  border-bottom: 1px solid #262626;
  padding-bottom: 3rem;
}

#cart-notification .cart-item:last-child {
  border: none;
}

#cart-notification .cart-bottom {
  display: flex;
  border: none;
  padding: 0;
  height: unset;
}

#cart-notification .cart-product-attr-group {
  flex-direction: column;
  align-items: flex-start !important;
}

#cart-notification .cart-product-attr-group {
  padding: 0 2rem;
  border: none;
}

#cart-notification .cart-product-attr-group .cart-product-attr:not(:first-child) {
  border-left: none;
  padding-left: 0;
  border-top: 1px solid #202020;
}


#cart-notification .cart-product-attr-group .cart-product-attr {
  width: 100% !important;
  line-height: 4rem;
  font-size: 1.25rem;
}

#cart-notification .cart-quantity-group,
#cart-notification .cart-product-quantity {
  width: unset;
}


#cart-notification .cart-attr-title {
  width: unset;
  font-size: inherit;
  width: 50%;
}

#cart-notification .cart-attr-val {
  color: #939393;
}

#cart-notification .cart-attr-group {
  display: flex;
  justify-content: space-between;
}

#cart-notification .shipping>.text {
  text-wrap: wrap;
  font-weight: 300;
  font-size: 10px;
}

#cart-notification .shipping>.text>a {
  color: #CF2C2F;
  text-decoration: underline;
}

#cart-notification .model {
  font-size: 12px;
  height: 24px;
  line-height: 12px;
  text-align: left;
  margin-top: 0.5rem;
  width: 93px;
}

#cart-notification .image img {
  width: 88px;
}

#cart-notification .image {
  width: 93px;
  height: 93px;
}

#cart-notification .totals-container {
  display: block;
  color: white;
  font-size: 2rem;
  line-height: 3rem;
  width: 100%;
}

#cart-notification .color_variant_pill {
  width: 12px;
  height: 12px;
}

#cart-notification .totals-row {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

#cart-notification .cart-title {
  font-size: 1.5rem;
  line-height: unset;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}

#cart-notification .qty-row {
  padding-top: 0px;
}

#cart-notification .cart-quantity-group {
  line-height: 25px;
  font-size: 1rem;
}

#cart-notification .qty-btn {
  width: 25px;
  height: 25px;
}

#cart-notification .input-qty {
  width: 52px;
}

#cart-notification .cart-product-total {
  font-size: 1.5rem;
  padding-right: 1rem;
}

#top_cart_closer,
#cart-notification #top_cart_closer {
  text-align: right;
  display: block;
  border: none;
  padding: 5px 0;
  margin: 0;
  cursor: pointer;
}

#cart-notification .cart-title-name {
  text-align: center;
}

#cart-notification .my_btn {
  width: 100%;
  display: block;
  color: white !important;
}


.cart-img .icon {
  width: 30px;
  height: 40px;
}

.alert button.close {
  top: -4px;
}

/* Stilizarea specifică a caruselului */
.owl-carousels .item {
  text-align: center;
  padding: 15px;
  background: #333;
  /* Schimbă cu culoarea dorită */
  color: #fff;
  /* Schimbă cu culoarea dorită */
  border-radius: 10px;
  /* Adaugă rotunjire la colțuri dacă este necesar */
  margin: 10px;
}

#news-slider {
  margin-top: 25px;
}

.post-slide {
  background: transparent;
  margin: 60px 0px 11px;
  height: 185px;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
}

.post-slide .post-img img {
  width: 20%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: transparent;
  padding: 2px 10px 0px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.post-title {
  margin-top: 3px;
  position: relative;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.post-slide-block {
  width: 100%;
  height: 101px;
  background: #181818;
  position: absolute;
  bottom: 139px;
}

.information__block {
  width: 100%;
  background-color: #131313;
  padding: 40px 50px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.information__block p {
  color: #939393;
  line-height: 22px;
}

#information-information #content b {
  color: #939393;
}

#information-information #content ul li {
  color: #939393;
}

.line___roof_vertical_info {
  background-color: #28A73F;
  width: 5px;
  height: 62%;
  position: absolute;
  z-index: 1;
  top: 27%;
  left: 30px;
}

#spin-wrapper {
  background: rgb(14, 14, 14, 0.5) !important;
  backdrop-filter: blur(9px);
}

.owl-carousel .owl-item {
  width: 200px;
  /* Ajustează această valoare pentru a mări lățimea */
}

.garation {
  width: 1360px !important;
}

.price__block {
  width: 455px;
  position: relative;
  margin: 0 auto;
}

.price__block li {
  list-style-type: none;
  font-size: 16px;
}

hr {
  margin-top: 10px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #202020;
}

.promo-code-container {
  width: 250px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 65px;
}

.promo-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.promo-input {
  border: none;
  background-color: #262626;
  color: white;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
}

.promo-input:focus {
  outline: none;
  border: none;
  background-color: #151515 !important;
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
  border: 1px solid #202020;
}

.product__label {
  font-size: 16px !important;
  color: #939393 !important;
  font-weight: 500 !important;
}

.quantity-controls {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.quantity-controls .btn {
  color: white;
  background-color: #262626;
  border: none;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
  width: 50px;
  font-size: 25px;
  font-weight: 300;
}

.quantity-controls .btn:hover {
  background-color: #666 !important;
}

.quantity-controls .btn:active {
  background-color: #777;
}

.quantity-controls .form-control {
  text-align: center;
  border: none;
  color: white;
  background-color: #262626;
  height: 34px;
  line-height: 1.2;
}

.quantity-controls #button-cart {
  background-color: #262626;
  color: white;
  border: none;
  font-size: 16px !important;
  height: 40px;
  width: 190px !important;
  right: -126px;
  float: right;
  text-transform: none !important;
}

.btn-lg svg {
  margin-right: 11px;
}

.totals-row-label {
  color: #fff;
}

.totals-container .button .text-center a {
  height: 44px !important;
  display: inline-block;
}

.img-rend img {
  width: 100px;
  height: auto;
}

.block__products_all {
  margin-bottom: 100px;
}
.page-title-main {
  text-transform: none;
}

.lblcart {
  font-size: 12px;
  letter-spacing: 1px;
}

.image-div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.image-span {
  margin-bottom: 10px;
  font-size: 27px;
  color: #262626;
  margin-left: 10px;
  font-weight: 600;
  position: absolute;
}

.image-span-min {
  left: 6px;
  position: relative;
  bottom: 24px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #262626;
}

.custom-checkbox {
  position: relative;
}
.custom-chec {
  right: 22px;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #939393;
}

.custom-checkbox input:checked~.checkmark {
  background-color: transparent;
}

.custom-checkbox .checkmark:after {
  content: '';
  display: none;
  width: 11px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5127 0.328102C12.9243 -0.158529 12.0359 -0.0969455 11.5281 0.466967L4.20326 8.58996L2.47191 6.6688C1.9641 6.10488 1.07449 6.0433 0.487291 6.52993C-0.101165 7.01656 -0.165429 7.86786 0.342382 8.43178L3.13849 11.5327C3.40563 11.8285 3.79373 12 4.20326 12C4.61278 12 5.00089 11.8297 5.26802 11.5327L13.6576 2.22995C14.1654 1.66604 14.1012 0.814733 13.5127 0.328102Z" fill="%2328A73F"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-33%, -67%);
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox-label {
  margin-left: 30px;
  margin-top: -3px;
  line-height: 21px;
  color: #939393;
}

.grouop-tnc {
  display: flex;
  margin: 30px;
}

.table-hover>tbody>tr:hover {
  background-color: #131313;
}

#popupHeader {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  max-width: 400px;
  height: 130px;
  padding: 32px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
  border: 1px solid #202020;
  height: auto;
  transition: bottom 0.8s ease, opacity 0.8s ease;
  backdrop-filter: blur(16px);
  margin-left: 20px;
  color: #fff;
}
.other .header-top .container {
  padding: 0 0px;
}
.product-thumb .price {
  text-align: right;
  width: 100%;
}
.product-thumb .product-description {
  display: block !important;
}
.product-thumb h4 a {
  height: 45px;
}
.match-height {
  padding-right: 5px !important;
    padding-left: 9px !important;
}
#ishiproductblock-988093978{
  margin-top: 50px;
}
.sistem-prime{
  margin-top: 180px;
}
.sistem-prime p {
  font-size: 16px;
    color: #939393;
    margin-top: 56px;
    line-height: 21px;
    width: 372px;
    display: list-item;
    margin-left: 3rem;
}
.sistem-w{
  width: auto;
    height: 170px;
    background-color: #151515 !important;
    background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
    border: 1px solid #202020;
    font-size: 26px;
    line-height: 43px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 5rem;
    font-weight: 300;
}
  .logo-w {
    font-size: 26px; 
    color: #28A73F; 
    font-weight: bold;
}
.logo-ws {
  font-size: 26px;
    color: #939393;
    font-weight: bold;
}
.assab{
  height: 101px;
  width: auto;
  background-color: #151515 !important;
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
  border: 1px solid #202020;
  display: flex;
  align-items: center;
  padding-left: 5rem;
  font-size: 16px;
  color: #939393;
  border-left: 10px solid #123167;
  margin-top: 130px;
}
.description-assab{
    padding-left: 5rem;
    border-left: 2px solid #262626;
    margin-left: 5rem;
    line-height: 25px;
}
.sis-line img{
  top: -27px;
  right: 12px;
  position: absolute;
}
.element12{
  display: flex;
    justify-content: flex-end;
    margin-top: -98px;
    text-align: center;
    font-size: 16px;
    color: #939393;
    line-height: 23px;
}
.element {
  margin-left: 30px;
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
}

.table-container th, td {
  border: 4px solid #101010;
  padding: 24px;
  text-align: center;
  background: linear-gradient(196.64deg, rgba(92, 65, 65, 0.075) 11.5%, rgba(255, 255, 255, 0.015) 70.65%);
}

.table-container th {
  background-color: #202020;
  color: #939393;
  width: 33.3%;
}

.table-container th span {
  color: #28A73F;
}

.table-container td {
  background-color: #181818;
color: #939393;
}

.table-container td svg {
  width: 30%; 
  height: auto;
}
.table-container {
  margin-top: 50px;
  font-size: 16px;
}
.container-elements-ins2,
.container-elements-ins {
    width: 100%;
    margin-top: 50px;
}
.promo-field-td {
  padding: 1rem;
}
.promo-field-td input {
  height: 46px !important;
}



.container-elements-ins .item {
  text-align: center;
    font-size: 16px;
    background-color: #181818;
    width: 100%;
    height: 192px;
    padding: 22px;
}

.container-elements-ins .responsive-image {
  max-width: 100%;
  height: auto;
}

.container-elements-ins p {
  margin-top: 20px;
    color: #939393;
    font-size: 16px;
    line-height: 22px;
    margin-right: 20px;
}
.padd-0 {
  padding: 2px !important;
}
.container-elements-ins2 .item, 
.container-elements-ins2 p{
  text-align: center;
  margin-top: 20px;
}
.text-instal{
  border-left: 10px solid #28A73F;
    padding-left: 5rem;
    font-size: 16px;
    color: #939393;
    line-height: 24px;
}
.table-container-second-line{
  background-color: #28A73F;
    width: 147px;
    height: 5px;
    margin: auto;
    margin-bottom: 45px;
}
.legend-container {
  margin: 20px;
  text-align: left;
}
.legend-container-top {
  margin-top: 10px;
}

.highlight-green {
  color: #28A73F; 
  font-weight: bold;
}
.legend-container p {
  margin: 10px 0;
}
#instructiuni .page-title{
  margin-bottom: 4rem;
}
#featured-products-block1162309248 div .owl-carousel .owl-nav {
  display: none !important;
}
.product_carousel {
  margin-bottom: 100px;
}
.owl-carousel-container {
  position: relative;
}

.custom-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; 
}

.custom-nav .custom-prev, .custom-nav .custom-next {
  pointer-events: all; 
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  border-radius: 50%;
}
.container__bg{
  background-color: #131313;
  padding-bottom: 1px;
  padding-top: 50px;
}
#information-information #content ul, #information-information #content ol {
  margin-left: 20px;
}
.product-thumb .button-group {
  bottom: 403px !important;
}
.pull-right {
  text-align: center !important;
  float: none !important;
}
.product-right .form-group #input-quantity {
  width: 47px !important;
}


