:root {
    --primary: lightgray;
    /* --primary: #f44336; */
    --primary-nd: #eaece2;
    --secondary: #f7b707;
    --warm-background: #f5f2ee;
    --font: 'Poppins', sans-serif;
}

.text-primar {
    color: var(--primary)!important;
}

.text-secundar {
  color: var(--secondary)!important;
}

.bg-primar {
  background-color: var(--primary)!important;
}

.bg-secundar {
  background-color: var(--secondary)!important;
}

.bg-black {
  background-color: #111!important;
}

.bg-warm {
  background-color: var(--warm-background);
}

.btn {
  border-radius: 0px!important;
}

.btn-main {
  background-color: var(--primary)!important;
  color: #fff!important;
  border-radius: 0px;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.btn-main:hover {
  background-color: var(--primary)!important;
  color: #fff!important;
}

.btn-main-invest {
  background-color: transparent!important;
  border: 2px solid #fff!important;
  color: #fff!important;
  border-radius: 0px;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.btn-main-invest:hover {
  background-color: #fff!important;
  border: 2px solid #fff!important;
  color: var(--primary)!important;
}

.btn-main-reverse {
  background-color: var(--primary)!important;
  border: 2px solid transparent!important;
  color: #fff!important;
  border-radius: 0px;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.btn-main-reverse:hover {
  background-color: #fff!important;
  border: 2px solid var(--primary)!important;
  color: var(--primary)!important;
}

.btn-second {
  background-color: var(--primary)!important;
  border: 2px solid #fff!important;
  color: #fff!important;
  border-radius: 0px;
  font-size: 0.8rem;
  box-shadow: none;
}

.btn-transparent {
  background-color: transparent!important;
  border: 2px solid #fff!important;
  color: #fff!important;
}

.btn-black {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-black:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}


.btn-outline-black {
  color: #111;
  background-color: #fff;
  border: 1px solid #111;
  border-color: #111;
}

.btn-outline-black:hover {
  color: #111;
  background-color: #fff;
  border: 1px solid #111;
  border-color: #111;
}

/* @media (max-width: 991px){
  .navbar-collapse {
      position: fixed;
      display: block;
      top: 0;
      height: 100vh;
      width: 70vw;
      right: 0;
      margin-right: 0!important;
      z-index: 1032;
      visibility: visible;
      background-color: #999;
      overflow-y: visible;
      border-top: none;
      text-align: left;
      padding-right: 0;
      padding-left: 0;
      max-height: none!important;
      transform: translate3d(70vw,0,0);
      transition: all .5s cubic-bezier(.685,.0473,.346,1);
  }
}

@media (max-width: 991px){
  .nav-open .navbar-translate {
      transform: translate3d(-70vw,0,0);
  }
} */

.border-radius-50 {
  border-radius: 50%!important;
}

.font-poppins {
  font-family: var(--font-poppins)!important;
}

.font {
  font-family: var(--font)!important;
}

.font-size-1 {
  font-size: 12px;
}

.font-size-2 {
  font-size: 14px;
}

.font-size-3 {
  font-size: 15px;
}

.fs-7 {
  font-size: 0.85rem;
}

.no-shadow {
  box-shadow: none!important;
}

.no-border-radius {
  border-radius: 0px!important;
}

.navbar.navbar-transparent {
  background-color: transparent!important;
  /* background-color: rgb(255, 255, 255, 0.7)!important; */
  box-shadow: none;
  padding-top: 15px;
  color: #000;
}

body {
    font-family: var(--font)!important;
}

body h1,h2,h3,h4,h5,h6,p,a,li,span {
    font-family: var(--font)!important;
}

body h1,h2,h3,h4,h5 {
  font-weight: 600!important;
}

footer {
    font-weight: 500;
    color: #fffbf2e3!important;
}

/* Slide image & video effect */

.slideshow-image-effect:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(90deg,rgba(255,251,246,.8) 23.33%,rgba(255,251,246,0) 49.99%);
}

.video-effect:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(89.6deg,#073937 16.07%,rgba(7,57,55,.2) 67.11%);
}

/* // Slide image effect */

/* OWL CAROUSEL */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px;
    z-index: 1010;
    position: absolute;
    /* left: 0px; */
    right: 50px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    background: #ddd;
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity .3s ease;
    border-radius: 50px;
}

.owl-dot.active span {
  width: 25px!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
}

.owl-theme .owl-nav {
  margin-top: 0px;
}

/* ------------- */

/* .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span::after {
    background: #fff;
    content: "";
    height: 1px;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 15px;
    transition: all ease-in .5s;
} */

/* // OWL CAROUSEL */

.navbar .navbar-brand {
    position: relative;
    color: inherit;
    height: auto;
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0.625rem 0;
}

/* before */



/* after */

.slides-pagination > a.current:after {
    width: 50px;
}

.slides-pagination > a:after {
    background: #fff;
    content: "";
    height: 1px;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 15px;
    transition: all ease-in .5s;
}

@media only screen and (min-width: 768px) {
  .slide img {
    max-height: 80%!important;
    max-width: 80%!important;
  } 
}

@media only screen and (min-width: 768px) {
  .slide.current img {
    max-height: 80%!important;
    max-width: 80%!important;
  }
}

@media only screen and (max-width: 768px) {
  .slide.current img {
    max-height: 100%!important;
    max-width: 100%!important;
  }
}

#swipebox-overlay {
  background: #0d0d0d2d;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: rgba(17, 17, 17, 0.9);
  overflow: hidden;
}

/* @media only screen and (min-width: 768px) {
  #swipebox-bottom-bar {
    bottom: 45%;
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) {
  #swipebox-arrows {
    width: 92%;
    max-width: 100%;
  }
} */

/* NEW SLIDER PAGINATION */

/* section {
    width: 100%;
    height: 100vh;
  }
  
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  
  .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
  }
  .slide-image {
    position: absolute;
    top: -200px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-title {
    font-size: 4rem;
    line-height: 1;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
  }
  @media (min-width: 45em) {
    .slide-title {
      font-size: 7vw;
      max-width: none;
    }
  }
  .slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
  }
  
  .slideshow {
    position: relative;
  }
  .slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
  }
  .slideshow-pagination-item {
    display: flex;
    align-items: center;
  }
  .slideshow-pagination-item .pagination-number {
    opacity: 0.5;
  }
  .slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
    cursor: pointer;
  }
  .slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
  }
  .slideshow-pagination-item.active .pagination-number {
    opacity: 1;
  }
  .slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
  }
  .slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
  }
  .slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
  }
  .slideshow-navigation-button.prev {
    left: 0;
  }
  .slideshow-navigation-button.next {
    right: 0;
  }
  
  .pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    padding: 0 0.5rem;
  }
  
  .pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
  }
  @media (min-width: 45em) {
    .pagination-separator {
      display: block;
    }
  }
  .pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
  } */
  

/* NEW SLIDER PAGINATION END */

.owl-item .active {
  width: 100%!important;
  height: 40vh!important;
  object-fit: cover!important;
}

.bg-pills {
  background-color: var(--primary-nd)!important;
}

.line::after {
  content: "";
  display: block;
  border-top: 2px solid var(--primary);
  width: 100%;
  left: 0!important;
  right: 0!important;
}

@media only screen and (max-width: 768px) {
  .floating-btn {
    position: fixed; 
    bottom: 15px; 
    right: 0px;
    left: 0px;
    margin: 0 auto;
    width: 90%;
    z-index: 1020; 
    font-size: 14px; 
    letter-spacing: 1px;
    padding: 5px;
    border: none!important;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .floating-btn {
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 999; 
    font-size: 14px; 
    letter-spacing: 1px;
    display: none;
  }
}

.form-control:invalid {
  background-image: linear-gradient(0deg, #fff 2px,rgba(255, 255, 255, 0) 0),linear-gradient(0deg,#fff 1px,hsla(0,0%,82%,0) 0)!important;
}

.form-control, .is-focused .form-control {
  background-image: linear-gradient(0deg, #fff 2px,rgba(255, 255, 255, 0) 0),linear-gradient(0deg, #fff 1px,hsla(0,0%,82%,0) 0);
}

footer textarea {
  color: #fff!important;
  font-family: var(--font-poppins)!important;
}

footer input {
  color: #fff!important;
  font-family: var(--font-poppins)!important;
}

footer .form-control:valid {
  background-color:  transparent!important;
}

footer input::placeholder {
  color: #fff!important;
  font-family: var(--font-poppins)!important;
}

footer textarea::placeholder {
  color: #fff!important;
  font-family: var(--font-poppins)!important;
}

footer input:-webkit-autofill,
footer input:-webkit-autofill:hover,
footer input:-webkit-autofill:focus,
footer input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s!important;
  -webkit-text-fill-color: #fff;
}

.products-zoom {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.products-zoom img {
  transition: all 0.5s;
  transform: scale(1);
}

.products-zoom:hover img {
  transform: scale(1.05);
}

.hero-img {
  background-image: url('/dir/Locatii/bg.jpg');
  width: 100%;
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}

.hero-inner {
  margin: 0 auto 50px auto;
  background: #004924e5;
  box-sizing: border-box;
  padding: 30px;
}

.hero-img-invest {
  background-image: url('/dir/Proprietari/bg.jpg');
  width: 100%;
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.hero-inner-invest {
  background: #004924e5;
  box-sizing: border-box;
  padding: 30px;
}

.header-filter:before {
  background: rgb(0,0,0,0.5);
}

#locations-paginator nav ul {
  display: flex;
  justify-content: center;
}

.pagination>.page-item.active>a, .pagination>.page-item.active>a:focus, .pagination>.page-item.active>a:hover, .pagination>.page-item.active>span, .pagination>.page-item.active>span:focus, .pagination>.page-item.active>span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 4px 5px 0 rgba(3, 131, 35, 0.14), 0 1px 10px 0 rgba(6, 116, 21, 0.12), 0 2px 4px -1px rgba(15, 143, 89, 0.705);
}

.pagination>.page-item.disabled {
  display: none;
}

.pagination>.page-item>a[rel~="prev"] {
  border: 1px solid var(--primary);
  font-size: 24px;
  color: var(--primary);
  line-height: 27px;
}

.pagination>.page-item>a[rel~="prev"]:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  font-size: 26px;
  color: #fff;
  line-height: 26px;
}

.pagination>.page-item>a[rel~="next"] {
  border: 1px solid var(--primary);
  font-size: 24px;
  color: var(--primary);
  line-height: 27px;
}

.pagination>.page-item>a[rel~="next"]:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  font-size: 26px;
  color: #fff;
  line-height: 26px;
}

.menu .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
  box-shadow: none;
  background-color: var(--primary);
  color: #fff!important;
}

@media only screen and (max-width: 768px) {
  .margin-top-negative {
    margin-top: -50px;
    z-index: 1010;
  }
}

@media only screen and (min-width: 768px) {
  .margin-top-negative {
    margin-top: -150px;
    z-index: 1010;
  }
}

@media only screen and (max-width: 768px) {
  .img-height-about {
    height: 51vh; 
    width: 100%; 
    object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .img-height-about-second {
    height: 37vh; 
    width: 100%; 
    object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {
  .img-height-about-second {
    height: 24vh; 
    width: 100%; 
    object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .img-height-about {
    height: 75vh; 
    width: 100%; 
    object-fit: cover;
  }
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.55);
  border-color: rgba(0,0,0,0.0);
}

/*  Slideshow nav on sides & dots color */

@media only screen and (min-width: 768px) {
  .owl-prev {
      width: 20px;
      height: auto;
      position: absolute;
      top: 45%;
      left: 20px;
      display: block !important;
      font-family: var(--font);
      font-size: 25px!important;
  }
}

@media only screen and (min-width: 768px) {
  .owl-next {
      width: 20px;
      height: auto;
      position: absolute;
      top: 45%;
      right: 20px;
      display: block !important;
      font-family: var(--font);
      font-size: 25px!important;
  }
}

.owl-prev i, .owl-next i {
  transform : scale(1,6);
  color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

span.bi.bi-chevron-right.hidden-md-down:hover {
  color:var(--primary)!important;
  font-size: 25px!important;
}

span.bi.bi-chevron-left.hidden-md-down:hover {
  color:var(--primary)!important;
  font-size: 25px!important;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  /* font-size: 14px; */
  margin: 0px;
  padding: 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* END Slideshow Nav on sides */

#breadcrumb ol li,a {
  font-size: 0.8rem;
  /* letter-spacing: 1px; */
}

#breadcrumb a {
  color: var(--primary);
}

#breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

#breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: var(--primary);
  /* content: "\203A"; */
  content: "-";
}

/* .badge {
  padding: 10px 10x!important;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
} */

.badge {
  padding: 5px 7px;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
}

#cart.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0!important;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1pxsolidrgba(0,0,0,.15);
  border-radius: 0.25rem;
  box-shadow: 0 2px 2px 0rgba(0,0,0,.14),0 3px 1px -2pxrgba(0,0,0,.2),0 1px 5px 0rgba(0,0,0,.12);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

@media (max-width: 991px) {
  .navbar .navbar-translate {
      width: 100%;
      position: relative;
      display: flex;
      -ms-flex-pack: justify!important;
      /* justify-content: space-around!important; */
      align-items: center;
      transition: transform .5s cubic-bezier(.685,.0473,.346,1);
  }
}

@media (max-width: 991px) {
  #dropdown-menu .navbar .dropdown .dropdown-menu, .navbar .dropdown.show .dropdown-menu {
      background-color: #fff;
      border: 0;
      padding-bottom: 15px;
      transition: none;
      box-shadow: none;
      transform: none!important;
      width: auto;
      margin-bottom: 15px;
      padding-top: 0;
      height: auto;
      animation: none;
      opacity: 1;
      overflow-y: scroll;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
}

.offcanvas-end {
  top: 0;
  right: 0;
  max-width: 75%;
  border-left: 1px solid rgba(0,0,0,.2);
  transform: translateX(100%);
}

#account ul li {
  padding: 7px 0;
}

.form-check .form-check-input:checked+.form-check-sign .check {
  background: var(--primary);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.btn {
  font-size: 0.9rem;
  border-radius: 0px;
}

.is-focused [class*=" bmd-label"], .is-focused [class^=bmd-label] {
  color: var(--primary);
}

.bmd-form-group label {
  color: #111;
}

.btn.btn-fab .fa, .btn.btn-fab .bi, .btn.btn-just-icon .fa, .btn.btn-just-icon .bi {
  margin-top: 0;
  position: absolute;
  width: 100%;
  transform: none;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 41px;
  font-size: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.carousel__button.fancybox__button--slideshow {
  display: none!important;
}

.carousel__button.fancybox__button--fullscreen {
  display: none!important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 3px;
  border-style: solid;
  border-color: var(--primary);
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: 4px;
}

.flexi-nav>li a {
  width: 80%;
  max-width: 85px;
  margin: 0 auto;
  padding: 8px;
  display: block;
  border: 1px solid transparent;
  background: 0 0;
  border-radius: 3px;
  opacity: .7;
}

.flexi-nav>li a.active {
  opacity: 1;
  border-color: #ddd;
}

/* .nbs-flexisel-inner {
  overflow: scroll!important;
  width: 100%;
}

.nbs-flexisel-ul {
  width: 1000px;
} */

.border-radius-15 {
  border-radius: 15px!important;
}

.categories-bg {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--warm-background);
  /* background-color: transparent; */
}

/* .categories-bg img {
  padding: 20px;
} */


.categories-bg::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 99%;
}

hr {
  height: 0.001rem!important;
}

.link-effect {
  transform: translateX(10px);
  transition: transform .3s ease;
  transform: translateX(0px);
  left: 0px;
  position: relative;
}

.link-effect:hover {
  transform: translateX(10px);
}

.link-effect::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  transition: width .3s;
}

.link-effect:hover::after {
  width: 25px;
  transition: width .3s;
}

#search ::placeholder {
  color: #fff;
}

/* (A) FIXED WRAPPER */
.hwrap {
  overflow: hidden; /* HIDE SCROLL BAR */
  /* background: #eee; */
}
 
/* (B) MOVING TICKER WRAPPER */
.hmove { display: flex; }

/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.hitem {
  flex-shrink: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
}
 
/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@keyframes tickerh {
  0% { transform: translate3d(100%, 0, 0); }
  100% { transform: translate3d(-200%, 0, 0); }
}
.hmove { animation: tickerh linear 15s infinite; }
/* .hmove:hover { animation-play-state: paused; } */

.navbar-toggler {
  padding-left: 1rem;
  font-size: 1.25rem;
  padding-top: 0.7rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow .15s ease-in-out;
}

.dev-style input {
  border: 1px solid #ddd!important;
  padding: 0 20px;
}

.form-check .form-check-input:checked~.circle {
  border-color: #111;
}

.form-check .form-check-label .circle .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #111;
  transform: scale3d(0,0,0);
}

.nav-pills.nav-pills-danger .nav-item .nav-link.active, .nav-pills.nav-pills-danger .nav-item .nav-link.active:focus, .nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
  background-color: #111!important;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(244 67 54 / 60%);
  color: #fff;
}

.nav-pills .nav-item .nav-link {
  border: 1px solid #111;
}

.card-collapse .card-header a:active, .card-collapse .card-header a:hover, .card-collapse .card-header a[aria-expanded=true] {
  color: var(--primary)!important;
}

/* .angled-products {
  border: 1px solid lightgray;
  transform: skew(-30deg, 0deg);
  transform: rotate(10deg);
}

.angled-products-reverse {
  border: 1px solid lightgray;
  transform: rotate(-10deg);
} */

@media only screen and (min-width: 768px) {
  #angled-products {
    -webkit-transform: skew(-7deg);
    -moz-transform: skew(-7deg);
    -o-transform: skew(-7deg);
    background: transparent;
    border: 1px solid lightgray;
    overflow:hidden;
    position:relative;
  }
}

@media only screen and (min-width: 768px) {
  .image {
    position:absolute;
    top:-30px;
    left:-30px;
    right:-30px;
    bottom:-30px;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
  }
}

.op-feature-box.selected {
  background-color: #111!important;
  color: #fff;
}

#product .btn.btn-outline-danger:hover {
  color: #fff;
  background-color: hsla(0,0%,60%,.2);
}

.megasubmenu{ padding:1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-2px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	/* .dropdown-menu > li:hover{ background-color: #f1f1f1 } */
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */

#mega-menu .dropdown .show {
  height: 50vh;
  width: 275px;
  background-color: var(--primary);
}

@media (min-width: 991px) {
  #sectionsNav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: none;
    border-bottom: 0;
    border-left: none;
  }
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  box-shadow: none;
  background-color: #fff;
  color: var(--primary)!important;
  border-radius: 0px;
}

.navbar .dropdown-item-inner:focus, .navbar .dropdown-item-inner:hover {
  box-shadow: none;
  background-color: #fff;
  color: var(--secondary)!important;
}

.image-blur img {
  -webkit-transition: .3s ease .1s;
  -moz-transition: .3s ease .1s;
  transition: .3s ease .1s;
}

.image-blur:hover img:not(:hover) {
  filter: blur(3px);
}

#account ul li a {
  font-size: .875rem;
}

.col-11.col-md-4.alert.alert-danger.alert-with-icon.animated.fadeInDown {
  z-index: 1055!important;
}

.info-links:hover {
  color: var(--secondary)!important;
}

#multi-content-product .nav-pills .nav-item .nav-link.active {
  color: var(--primary);
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid var(--primary)!important;
}

#multi-content-product .nav-pills .nav-item .nav-link {
  border: none;
  border-radius: 0px;
}

.slide-after::after {
  content: "";
  position: absolute;
  /* right: -95px; */
  /* top: calc(50% - 75px); */
  /* transform: translateY(-50%); */
  width: 1255px;
  height: 1255px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 22;
}

.wrapper-image {
  position: relative;
  overflow: hidden;
}

.wrapper-image::after {
  content: "";
  position: absolute;
  /* left: -92%; */
  left: -100%;
  top: calc(40% - 32px);
  transform: translateY(-50%);
  width: 111%;
  height: 234%;
  background-color: #fff;
  border-radius: 50%;
}

.discounts span.amount {
  font-size: .725rem;
  color: #ff0000;
}

#loading {
  position: fixed;
  /* display: block; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0, 0, 0, 0.75);
  z-index: 9999;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header-filter:after, .header-filter:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  border-bottom-left-radius: 30px;
  content: "";
}

.cursor-not-allowed {
  cursor: not-allowed;
}

/* ==================================== 
  SWIPER CSS 
======================================*/

.swiper {
  width: 100%;
  height: 100%;
}

.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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  background: #000;
  color: #000;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-button-next, .swiper-button-prev {
  color: #111;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 27px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  /* border: 1px solid lightgray; */
}

/* ==================================== 
  !! SWIPER CSS 
======================================*/

.filtre .form-check .form-check-input {
  opacity: inherit;
  height: 14px;
  width: 14px;
  overflow: inherit;
}

.filtre .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--primary);
  opacity: .25;
}

.selected {
  color: deepskyblue;
  text-decoration: underline;
}

.form-check .form-check-label {
  padding-left: 20px;
  color: var(--primary);
}

.form-check-input:checked {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

input.form-check-input.filter-feature-li {
  z-index: 1;
}

ul.ui-menu.ui-widget {
  z-index: 999;
  border: 2px solid lightgray;
}

/* .dropdown:hover>.dropdown-menu {
 display: block;
} */