@charset "UTF-8";
/** BREAKPOINTS MIXINS **/
/* Custom icons */
@import url("../vendor/icomoon/style.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap");
@font-face {
  font-family: 'Nunito Sans Extra Light';
  font-style: normal;
  font-weight: 200;
  src: local("Nunito Sans ExtraLight"), local("NunitoSans-ExtraLight"), url(https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc9yAs5tU1ECVZl_.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito Sans Regular';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v5/pe0qMImSLYBIv1o4X1M8cce9I9tAcVwo.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Sans Bold"), local("NunitoSans-Bold"), url(https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8GBs5tU1ECVZl_.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media (max-width: 991.98px) {
  #pim-login #pim-header {
    padding: 1.5rem 0;
  }
}

#pim-login #pim-header .pim-logo {
  width: 310px;
}

#pim-login #pim-header .pim-pim-logo {
  max-width: 100%;
  width: 290px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

@media (max-width: 575.98px) {
  #pim-login #pim-header .pim-pim-logo {
    margin-top: 3px;
    width: 130px;
  }
}

#pim-login .pim-content-wrapper {
  min-height: calc(100vh - 212px);
}

#pim-login .pim-content-wrapper h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 70px;
}

@media (max-width: 1199.98px) {
  #pim-login .pim-content-wrapper h1 {
    font-size: 50px;
  }
}

@media (max-width: 575.98px) {
  #pim-login .pim-content-wrapper h1 {
    font-size: 32px;
  }
}

#pim-login .pim-content-wrapper form .form-control {
  background: transparent;
  color: white;
  border: none;
  border-bottom: 2px solid #dadada;
  border-radius: 0;
  padding: 0;
  font-size: 28px;
  -webkit-box-shadow: 0 0 0 50px rgba(255, 0, 0, 0) inset !important;
          box-shadow: 0 0 0 50px rgba(255, 0, 0, 0) inset !important;
}

@media (max-width: 575.98px) {
  #pim-login .pim-content-wrapper form .form-control {
    font-size: 20px;
  }
}

#pim-login .pim-content-wrapper form .form-control::-webkit-input-placeholder {
  color: white;
}

#pim-login .pim-content-wrapper form .form-control:-ms-input-placeholder {
  color: white;
}

#pim-login .pim-content-wrapper form .form-control::-ms-input-placeholder {
  color: white;
}

#pim-login .pim-content-wrapper form .form-control::placeholder {
  color: white;
}

#pim-login .pim-content-wrapper form .form-control:-webkit-autofill, #pim-login .pim-content-wrapper form .form-control:-webkit-autofill:hover, #pim-login .pim-content-wrapper form .form-control:-webkit-autofill:focus, #pim-login .pim-content-wrapper form .form-control:-webkit-autofill:active {
  background-color: transparent !important;
  transition: all 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 50px rgba(255, 0, 0, 0) inset;
  color: white;
}

#pim-login .pim-content-wrapper form .pim-btn-login {
  font-weight: 600;
  padding: 12px 20px;
}

#pim-login .pim-content-wrapper form .pim-btn-login .fa {
  margin-left: 1rem;
}

#pim-login .pim-content-wrapper .pim-legend {
  font-size: 1.2rem;
}

@media (max-width: 575.98px) {
  #pim-login .pim-content-wrapper .pim-legend {
    font-size: 0.8rem;
  }
}

#pim-header {
  padding: 1.5rem;
}

@media (max-width: 991.98px) {
  #pim-header:not(.pím-not-sticky) {
    background: white;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2000;
  }
}

@media (max-width: 575.98px) {
  #pim-header {
    padding: 1rem 0;
  }
}

#pim-header a:active,
#pim-header button:active {
  outline: none;
}

#pim-header a.navbar-brand {
  margin: 0;
  z-index: 1010;
  position: relative;
}

#pim-header .pim-logo {
  width: 250px;
  max-width: 100%;
}

@media (max-width: 575.98px) {
  #pim-header .pim-logo {
    width: 180px;
  }
}

#pim-header .pim-toggler-wrapper {
  position: absolute;
  z-index: 1000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#pim-header .pim-toggler-wrapper .pim-toggler-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3em;
  height: 2.25em;
  padding: 0;
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  #pim-header .pim-toggler-wrapper .pim-toggler-icon {
    font-size: .8rem;
  }
}

#pim-header .pim-toggler-wrapper .pim-toggler-icon i {
  color: black;
}

#pim-header .pim-main-menu .nav-item .nav-link {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

#pim-header .pim-search-box-wrapper {
  width: 100%;
  transition: all 200ms ease-in;
}

#pim-header .pim-search-box-wrapper form {
  margin: 0.8rem 0;
  border-bottom: 1px solid black;
  display: flex;
}

#pim-header .pim-search-box-wrapper form input[type="search"] {
  width: auto;
  display: block;
  min-width: 0;
  border: none;
  background: transparent;
}

#pim-header .pim-search-box-wrapper form input[type="search"]::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 0.9rem;
}

#pim-header .pim-search-box-wrapper form input[type="search"]:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 0.9rem;
}

#pim-header .pim-search-box-wrapper form input[type="search"]::-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 0.9rem;
}

#pim-header .pim-search-box-wrapper form input[type="search"]::placeholder {
  text-transform: uppercase;
  font-size: 0.9rem;
}

#pim-header .pim-search-box-wrapper form button {
  display: block;
  min-width: 0;
  border: none;
  background: transparent;
  padding-right: 0;
}

#pim-header .pim-search-box-wrapper form button i {
  font-size: .9rem;
}

#pim-header .pim-user-menu {
  height: 100%;
}

#pim-header .pim-user-menu .nav-item {
  padding: 0 1.4rem;
}

#pim-header .pim-user-menu .nav-item:first-of-type {
  padding-left: 0;
}

#pim-header .pim-user-menu .nav-item:last-of-type {
  padding-right: 0;
}

#pim-header .pim-user-menu .nav-item .nav-link {
  color: black;
  padding: 0;
  font-size: 18px;
}

#pim-header .pim-user-menu .pim-user-item .icon-profile {
  color: #BCA150;
  font-size: 1.6rem;
  vertical-align: top;
  display: inline-block;
  margin-right: 7px;
}

#pim-header .pim-user-menu .pim-logout-item {
  border-right: 1px solid black;
  padding-left: 0;
}

#pim-header .pim-user-menu .pim-search-item {
  position: relative;
}

#pim-header .pim-user-menu .pim-search-item a {
  text-decoration: none;
}

#pim-header .pim-user-menu .pim-search-item .icon-search {
  color: #BCA150;
  font-size: 1.5rem;
}

#pim-header .pim-user-menu .pim-search-item .pim-search-box-wrapper {
  position: absolute;
  width: 250px;
  padding: 0 0.8rem;
  top: 100%;
  right: 0;
  z-index: 100;
  overflow: hidden;
  background-color: white;
  max-width: 100vw;
  max-height: 0;
}

#pim-header .pim-user-menu .pim-search-item .pim-search-box-wrapper input {
  -webkit-transition: all 5000s ease-in-out 0s;
  transition: all 5000s ease-in-out 0s;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#pim-header .pim-user-menu .pim-search-item.pim-show-box .pim-search-box-wrapper {
  max-height: 100px;
}

#pim-header .pim-mobile-menu-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.335);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  overflow: auto;
  height: 100vh !important;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
}

#pim-header .pim-mobile-menu-wrapper.collapse.show {
  opacity: 1;
}

#pim-header .pim-mobile-menu-wrapper.collapse.show .pim-mobile-menu-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content {
  background: white;
  min-height: 100vh;
  width: 100vw;
  max-width: 300px;
  padding: 30px 40px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .navbar-toggler {
  background: transparent;
  border: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.787);
  font-size: 1.9rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-search-box-wrapper {
  margin-bottom: 2.4rem;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-search-box-wrapper form {
  padding-bottom: 0.7rem;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-search-box-wrapper .icon-search {
  color: #BCA150;
  font-size: 1rem;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .navbar {
  padding: 0;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .navbar .navbar-nav {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-main-menu-mobile {
  margin-bottom: 3rem;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-main-menu-mobile .navbar-nav .nav-item {
  position: static;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-main-menu-mobile .navbar-nav .nav-item .nav-link {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding-right: 1.5rem;
  padding-left: 0;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-main-menu-mobile .navbar-nav .nav-item .nav-link::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e902";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
          transform: translateY(-50%) rotateZ(-90deg);
  border: none;
  font-size: 0.6rem;
  color: #BCA150;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-main-menu-mobile .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  border: none;
  border-radius: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-main-menu-mobile .navbar-nav .nav-item .dropdown-menu .pim-go-back {
  border-bottom: 1px solid #202020;
  margin-bottom: 0.3rem;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-main-menu-mobile .navbar-nav .nav-item .dropdown-menu .pim-go-back i {
  display: inline-block;
  -webkit-transform: translateY(-1px) rotateZ(90deg);
          transform: translateY(-1px) rotateZ(90deg);
  font-size: 0.8rem;
  margin-right: 1rem;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-main-menu-mobile .navbar-nav .nav-item .dropdown-menu .nav-link::after {
  display: none;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-main-menu-mobile .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding-left: 0;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-user-menu-mobile {
  padding-bottom: 1rem;
  border-bottom: 4px solid black;
  margin-bottom: 4rem;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-user-menu-mobile .nav-link {
  color: black;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 18px;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-user-menu-mobile .nav-link [class^="icon-"],
#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-user-menu-mobile .nav-link [class*=" icon-"] {
  color: #BCA150;
  padding-right: 0.5rem;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-user-menu-mobile .pim-user-item span {
  display: inline-block;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content .pim-user-menu-mobile .pim-user-item span::first-letter {
  text-transform: uppercase;
}

#pim-header .pim-mobile-menu-wrapper .pim-mobile-menu-content p {
  font-size: 0.8rem;
}

.pim-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6F6F6;
  padding: 1.5rem 3.2rem;
}

@media (max-width: 575.98px) {
  .pim-section-title {
    padding: 1.5rem 2rem;
  }
}

.pim-section-title .pim-image {
  height: 100px;
}

@media (max-width: 575.98px) {
  .pim-section-title .pim-image {
    height: 80px;
  }
}

.pim-section-title .pim-image img {
  width: auto;
  height: 100%;
}

.pim-section-title .pim-title h1 {
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 767.98px) {
  .pim-section-title .pim-title h1 {
    font-size: 1.7rem;
  }
}

@media (max-width: 575.98px) {
  .pim-section-title .pim-title h1 {
    font-size: 1.2rem;
  }
}

.pim-section-title .pim-title h3 {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #5a5a5a;
}

.pim-section-title .pim-side-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .pim-section-title .pim-side-content {
    display: block;
  }
}

.pim-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

@media (max-width: 767.98px) {
  .pim-actions {
    text-align: left;
    margin-top: 1rem;
  }
}

.pim-actions ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .pim-actions ul {
    margin: 0;
  }
}

.pim-actions ul li .btn {
  vertical-align: middle;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 0.4rem 3.5rem;
}

@media (max-width: 767.98px) {
  .pim-actions ul li .btn {
    font-size: 0.6rem;
    padding: 0.4rem 0.7rem;
  }
}

.pim-actions ul li .btn .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
  margin-top: -2px;
}

@media (max-width: 767.98px) {
  .pim-actions ul li .btn .icon {
    margin-right: 0.3rem;
  }
}

.pim-actions ul li .btn-dark {
  background-color: black;
}

#pim-footer {
  background-color: black;
  color: #fff;
  padding: 0 1.5rem;
}

@media (max-width: 575.98px) {
  #pim-footer {
    font-size: 0.8rem;
  }
}

#pim-footer > .container-fluid > .row {
  min-height: 115px;
}

@media (max-width: 991.98px) {
  #pim-footer > .container-fluid > .row {
    min-height: 85px;
  }
}

#pim-footer .pim-global-pim-logo {
  width: 200px;
}

.pim-home .pim-section-hero > .row {
  min-height: 300px;
  color: white;
}

.pim-home .pim-section-hero > .row > .col {
  background: no-repeat center;
  background-size: cover;
}

.pim-home .pim-section-hero h1,
.pim-home .pim-section-hero h2 {
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.pim-home .pim-section-hero h1 {
  font-size: 3rem;
}

@media (max-width: 1499.98px) {
  .pim-home .pim-section-hero h1 {
    font-size: 2.3rem;
  }
}

@media (max-width: 1199.98px) {
  .pim-home .pim-section-hero h1 {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .pim-home .pim-section-hero h1 {
    font-size: 1.8rem;
  }
}

.pim-home .pim-section-hero .btn .icon-thin-arrow {
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
}

.pim-home .pim-section-hero-primary > .row > .col {
  padding: 0 6rem;
}

@media (max-width: 1199.98px) {
  .pim-home .pim-section-hero-primary > .row > .col {
    padding: 0 3rem;
  }
}

.pim-home .pim-section-hero-primary .pim-pim-logo {
  width: 380px;
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  .pim-home .pim-section-hero-primary .pim-pim-logo {
    width: 280px;
  }
}

@media (max-width: 575.98px) {
  .pim-home .pim-section-hero-primary .pim-pim-logo {
    width: 180px;
  }
}

.pim-home .pim-section-hero-secondary {
  margin-top: 2px;
}

@media (max-width: 767.98px) {
  .pim-home .pim-section-hero-secondary {
    margin-top: 0;
  }
}

.pim-home .pim-section-hero-secondary > .row > .col-md {
  background-size: cover;
  background-position: center;
}

@media (max-width: 991.98px) {
  .pim-home .pim-section-hero-secondary > .row > .col-md {
    padding: 0;
    height: 250px;
  }
}

.pim-home .pim-section-hero-secondary .wrapper {
  padding: 3rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .pim-home .pim-section-hero-secondary .wrapper {
    background-color: rgba(0, 0, 0, 0.342);
  }
}

.pim-home .pim-section-hero-secondary .wrapper h2 {
  height: 5rem;
}

@media (max-width: 767.98px) {
  .pim-home .pim-section-hero-secondary .wrapper h2 {
    height: auto;
    font-size: 2.3rem;
    max-width: 360px;
  }
}

@media screen and (min-width: 1850px) {
  .pim-home .pim-section-hero-secondary .wrapper h2 {
    height: auto;
  }
}

.pim-home .pim-section-news > .row > .col {
  background-color: #f8f8f8;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  padding: 0;
}

.pim-home .pim-section-news .pim-news-content {
  padding: 6rem 0;
}

@media (max-width: 991.98px) {
  .pim-home .pim-section-news .pim-news-content {
    padding: 2rem;
  }
}

.pim-home .pim-section-news .pim-news-content:last-of-type {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .pim-home .pim-section-news .pim-news-content > .row > [class*="col"]:first-of-type {
    padding-bottom: 0;
  }
}

.pim-home .pim-section-news .pim-news-content .pim-side-content {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}

.pim-home .pim-section-news .pim-news-content .pim-side-content h1 {
  font-weight: 800;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .pim-home .pim-section-news .pim-news-content .pim-side-content h1 {
    font-size: 2rem;
  }
}

.pim-home .pim-section-news .pim-news-content .pim-side-content span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 59px;
}

@media (max-width: 991.98px) {
  .pim-home .pim-section-news .pim-news-content .pim-side-content span {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

.pim-home .pim-section-news .pim-news-content .pim-slider-navigation .pim-slider-nav-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #D5D5D5;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.pim-home .pim-section-news .pim-news-content .pim-slider-navigation .pim-slider-nav-control .icon-thin-arrow {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.pim-home .pim-section-news .pim-news-content .pim-slider-navigation .pim-slider-nav-control .icon-thin-arrow::before {
  line-height: 1px;
}

.pim-home .pim-section-news .pim-news-content .pim-slider-navigation .pim-slider-nav-control .icon-thin-arrow.flip-180 {
  -webkit-transform: rotateZ(180deg) translateY(0);
          transform: rotateZ(180deg) translateY(0);
}

.pim-home .pim-section-news .pim-news-content .pim-slider-navigation.pim-slider-navigation-mobile {
  display: none;
  text-align: center;
  margin: 2rem 0 0;
}

@media (max-width: 767.98px) {
  .pim-home .pim-section-news .pim-news-content .pim-slider-navigation.pim-slider-navigation-mobile {
    display: block;
  }
}

.pim-home .pim-section-news .pim-news-content .pim-slider-navigation.pim-slider-navigation-mobile .pim-slider-nav-control {
  width: 40px;
  height: 40px;
  font-size: 1.3rem;
}

.pim-home .pim-section-news .pim-news-content .pim-slider-wrapper {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

@media (max-width: 991.98px) {
  .pim-home .pim-section-news .pim-news-content .pim-slider-wrapper {
    padding: 0 1rem;
  }
}

.pim-home .pim-section-news .pim-news-content .pim-slider-wrapper .swiper-container {
  width: 110%;
}

@media (max-width: 991.98px) {
  .pim-home .pim-section-news .pim-news-content .pim-slider-wrapper .swiper-container {
    width: 100%;
  }
}

.pim-home .pim-section-news .pim-news-content .pim-slider-wrapper .swiper-slide figure {
  text-align: center;
  margin: 0;
}

.pim-home .pim-section-news .pim-news-content .pim-slider-wrapper .swiper-slide figure img {
  width: 270px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 20px #eeeeee;
          box-shadow: 0 2px 20px #eeeeee;
}

.pim-home .pim-section-news .pim-news-content.pim-news-content-flipped .pim-slider-wrapper .swiper-container {
  float: right;
}

.pim-filters-sidebar {
  background-color: #F1F1F1;
  padding: 2.7rem 3.2rem;
}

@media (max-width: 991.98px) {
  .pim-filters-sidebar {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    overflow: auto;
    height: 100vh !important;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
  }
  .pim-filters-sidebar.collapse.show {
    opacity: 1;
  }
}

.pim-filters-sidebar .pim-filters-section-title {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.9rem;
  display: block;
}

@media (max-width: 767.98px) {
  .pim-filters-sidebar .pim-filters-section-title {
    cursor: pointer;
  }
}

.pim-filters-sidebar .pim-filters-section-title i {
  display: inline-block;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.pim-filters-sidebar .pim-filters-section-title .pim-filters-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
  border: none;
  padding: none;
  display: none;
}

@media (max-width: 767.98px) {
  .pim-filters-sidebar .pim-filters-section-title .pim-filters-toggle {
    display: block;
  }
}

.pim-filters-sidebar .pim-active-filters {
  list-style-type: none;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}

.pim-filters-sidebar .pim-active-filters .pim-active-filter {
  display: inline-block;
  border: 1px solid black;
  border-radius: 5rem;
  padding: .25rem .5rem;
  font-size: 0.65rem;
}

.pim-filters-sidebar .pim-active-filters .pim-active-filter span {
  pointer-events: none;
}

.pim-filters-sidebar .pim-active-filters .pim-active-filter .pim-remove-button {
  display: inline-block;
  cursor: pointer;
}

.pim-filters-sidebar .pim-filters-group {
  margin-bottom: 1.5rem;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .4rem;
  padding: 0 0.15rem;
  cursor: pointer;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-head span {
  font-size: .9rem;
  font-weight: 600;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-head .pim-collapse-icon {
  margin-right: .25rem;
  margin-top: 5px;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-head .pim-collapse-icon i {
  display: block;
  font-size: .7rem;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper {
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-filters-group-controls {
  overflow: hidden;
  padding: 0 0.15rem;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-filters-group-controls .pim-custom-control {
  padding: 0;
  min-height: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-filters-group-controls .pim-custom-control .pim-form-check {
  position: relative;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-filters-group-controls .pim-custom-control .pim-form-check label {
  position: absolute;
  top: 50%;
  width: calc(100% - 1.4rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.2;
  font-size: .77rem;
  cursor: pointer;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-filters-group-controls .pim-custom-control .pim-form-check label::after, .pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-filters-group-controls .pim-custom-control .pim-form-check label::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: unset;
  right: 0;
  width: calc(17px + 2px);
  height: calc(17px + 2px);
  border: none;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-filters-group-controls .pim-custom-control .pim-form-check label::after {
  border: 1px solid black;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-filters-group-controls .pim-custom-control .pim-form-check .form-check-input {
  margin-top: .15em;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-filters-group-controls .pim-custom-control.pim-custom-control-disabled label {
  cursor: default;
  opacity: 0.3;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-collapse-button {
  border-bottom: 1px solid #8b8b8b;
  font-size: .8rem;
  font-weight: bold;
  padding: 0.5rem 0.15rem;
  cursor: pointer;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-collapse-button .pim-view-more {
  display: none;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper .pim-collapse-button i {
  display: inline-block;
  font-size: .55rem;
  margin-left: .5rem;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper.pim-disable-toggle .pim-collapse-button span,
.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper.pim-disable-toggle .pim-collapse-button i {
  display: none;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper.pim-filters-group-controls-collapsed .pim-filters-group-controls {
  max-height: 270px;
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper.pim-filters-group-controls-collapsed .pim-collapse-button i {
  -webkit-transform: none;
          transform: none;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper.pim-filters-group-controls-collapsed .pim-view-more {
  display: inline;
}

.pim-filters-sidebar .pim-filters-group .pim-filters-group-controls-wrapper.pim-filters-group-controls-collapsed .pim-view-less {
  display: none;
}

.pim-filters-sidebar .pim-filters-group.pim-filters-group-collapsed .pim-filters-group-head .pim-collapse-icon i {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.pim-filters-sidebar .pim-filters-group.pim-filters-group-collapsed .pim-filters-group-controls-wrapper {
  max-height: 0;
}

.pim-filters-sidebar .btn {
  background-color: black;
  color: white;
  border-radius: 5rem;
  font-size: 0.6rem;
  font-weight: bold;
  width: 100%;
  height: 35px;
}

@media (max-width: 767.98px) {
  .pim-filters-sidebar .btn {
    height: 45px;
    font-weight: normal;
    font-size: 0.9rem;
    color: black;
    background: #e4e4e4;
    margin-bottom: 6rem;
  }
}

.pim-filters-floating-button {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 6rem);
  left: 50%;
  -webkit-transform: translate(-50%, -1rem);
          transform: translate(-50%, -1rem);
  width: auto;
  height: 40px;
  border: none;
  background: black;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  cursor: pointer;
  z-index: 100;
}

@media (max-width: 767.98px) {
  .pim-filters-floating-button {
    display: block;
  }
}

.pim-filters-floating-button i {
  color: #BCA150;
  margin-right: 0.5rem;
}

@media (max-width: 767.98px) {
  .pim-filter-floating-button-offset {
    margin-top: -40px;
  }
}

.pim-product-list .pim-section-title {
  padding: 0;
}

.pim-product-list .pim-section-title .pim-title {
  margin-left: 1rem;
}

@media (max-width: 767.98px) {
  .pim-product-list .pim-section-title .pim-actions {
    margin-left: 1rem;
    margin-top: 0;
  }
}

.pim-product-list .pim-product-list-content .pim-products {
  margin-top: 3rem;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product {
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .pim-product-list .pim-product-list-content .pim-products .pim-product {
    max-height: unset;
  }
}

@media (max-width: 767.98px) {
  .pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-gallery {
    padding: 0 2rem;
  }
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-gallery .pim-carousel-inner .carousel-item figure {
  text-align: center;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-gallery .pim-carousel-inner .carousel-item figure img {
  width: 75%;
  margin: 0 auto;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767.98px) {
  .pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data {
    margin-top: 1rem;
    padding: 0 2rem;
  }
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-title h4 {
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
}

@media (max-width: 767.98px) {
  .pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-title h4 {
    font-size: 1.1rem;
  }
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-title .pim-edit-product-btn {
  text-decoration: none;
  margin-left: 0.4rem;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-title .pim-edit-product-btn i {
  font-size: 0.6rem;
  color: #BCA150;
}

@media (max-width: 767.98px) {
  .pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-title .pim-edit-product-btn i {
    font-size: 0.8rem;
  }
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-title h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-title h3 {
    font-size: 1.5rem;
  }
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs {
  list-style-type: none;
  padding: 0;
  margin-bottom: .50rem;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: gray;
  font-size: 0.74rem;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0.2rem;
  width: 25%;
  float: left;
}

@media (max-width: 767.98px) {
  .pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li {
    font-size: 0.9rem;
    width: 100%;
  }
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li:nth-of-type(5), .pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li.pim-ean-field {
  clear: both;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li span {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li .pim-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  color: black;
  font-size: 0.8rem;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li .pim-name {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) and (max-width: 1499.98px) {
  .pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li .pim-name {
    font-size: 0.7rem;
  }
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li .pim-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) and (max-width: 1499.98px) {
  .pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li .pim-value {
    font-size: 0.64rem;
  }
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li .pim-separator {
  width: 25px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1499.98px) {
  .pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li .pim-separator {
    width: 15px;
  }
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-product-specs li .pim-popover-button {
  cursor: pointer;
  color: black;
  text-decoration: none;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-buttons {
  display: flex;
  margin: -5px;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-buttons .btn {
  display: inline-block;
  color: #818183;
  border: 2px solid #a8a8a9;
  border-radius: 4px;
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0;
  padding: 8px 0;
  margin: 0 5px;
  width: 100%;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-buttons .btn:hover {
  background-color: #f1f1f1;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-product-data .pim-buttons .btn i {
  line-height: 0;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-action-buttons {
  max-height: 0;
  margin-top: 2.5rem;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.pim-product-list .pim-product-list-content .pim-products .pim-product .pim-action-buttons .btn {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  font-size: 0.7rem;
  font-weight: bold;
  margin-right: 0.8rem;
}

.pim-product-list.pim-editing-product .pim-product-list-content .pim-products .pim-product:not(.pim-product-show-action-buttons) {
  max-height: 0;
  opacity: 0;
  margin: 0;
}

.pim-product-list.pim-editing-product .pim-product-list-content .pim-products .pim-product.pim-product-show-action-buttons .pim-action-buttons {
  max-height: 80px;
}

.pim-search-results .pim-section-title {
  padding: 1.5rem 2.7rem;
}

.pim-search-results .pim-section-title .pim-title {
  margin-left: 0;
}

.pim-search-results .pim-section-title .pim-title h3 {
  font-size: 1.3rem;
  color: black;
  font-weight: normal;
  margin-bottom: 0.4rem;
}

.pim-search-results .pim-section-title .pim-title h1 {
  text-transform: lowercase;
  font-size: 1.4rem;
  font-weight: bold;
}

.pim-search-results .pim-section-title .pim-title h1::first-letter {
  text-transform: uppercase;
}

.pim-crud-form {
  padding: 0 3.2rem;
}

@media (max-width: 575.98px) {
  .pim-crud-form {
    padding: 0 2rem;
  }
}

.pim-crud-form .form-group {
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 2px solid #eeeeee;
}

.pim-crud-form .form-group h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.pim-crud-form .form-group h5 {
  font-weight: bold;
  font-size: 1rem;
}

.pim-crud-form .form-group label {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: .8rem;
}

.pim-crud-form .form-group label.pim-big-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}

.pim-crud-form .form-group .form-control,
.pim-crud-form .form-group .select2 .select2-selection {
  border-radius: 6px;
  border: 1px solid #ced4da;
}

.pim-crud-form .form-group .pim-form-control-w-label {
  position: relative;
}

.pim-crud-form .form-group .pim-form-control-w-label label {
  position: absolute;
  z-index: 100;
}

.pim-crud-form .form-group .pim-form-control-w-label label.pmi-prepend, .pim-crud-form .form-group .pim-form-control-w-label label.pmi-append {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1px;
}

.pim-crud-form .form-group .pim-form-control-w-label label.pmi-append {
  right: .7rem;
}

.pim-crud-form .form-group .pim-form-control-w-label label [class^="icon-"],
.pim-crud-form .form-group .pim-form-control-w-label label [class*=" icon-"] {
  font-size: 1rem;
}

.pim-crud-form .form-group input[type="text"],
.pim-crud-form .form-group textarea,
.pim-crud-form .form-group .select2 {
  margin-bottom: 1rem;
}

.pim-crud-form .form-group .select2 {
  max-width: 100%;
  min-width: 100%;
}

.pim-crud-form .form-group .select2 .select2-selection {
  height: 38px;
}

.pim-crud-form .form-group .select2 .select2-selection .select2-selection__rendered {
  padding: .375rem .75rem;
  line-height: 1.5;
}

.pim-crud-form .form-group .select2 .select2-selection .select2-selection__arrow {
  width: 35px;
  height: 38px;
}

.pim-crud-form .form-group .select2 .select2-selection .select2-selection__arrow b {
  border: none;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  width: auto;
  line-height: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.pim-crud-form .form-group .select2 .select2-selection .select2-selection__arrow b::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 0.7rem;
  color: #aaaaaa;
}

.pim-crud-form .form-group .select2.select2-container--open .select2-selection .select2-selection__arrow b {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

.pim-crud-form .form-group .pim-form-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pim-crud-form .form-group .pim-form-checks .pretty {
  font-size: 10.5pt;
  margin-bottom: 1rem;
}

.pim-crud-form .form-group .pim-form-checks .pretty label {
  color: #5a5a5a;
  font-weight: normal;
  text-transform: none;
  font-size: inherit;
}

.pim-crud-form .form-group .pim-form-images-legend {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  color: #505050;
}

.pim-crud-form .form-group .pim-form-images-legend i {
  font-size: 1.1rem;
  color: #b10000;
  vertical-align: middle;
}

.pim-crud-form .form-group .pim-form-images-legend p {
  display: inline;
  margin: 0;
}

.pim-crud-form input[type="submit"] {
  padding: 0.4rem 2rem;
  font-size: 0.8rem;
  font-weight: bold;
}

.pim-catalogs-list .pim-filters-group-controls-wrapper {
  padding-bottom: 1rem;
  border-bottom: 1px solid #8b8b8b;
}

.pim-catalogs-list .pim-catalogs-list-content .pim-catalogs {
  margin-top: 20px;
}

.pim-catalogs-list .pim-catalogs-list-content .pim-catalogs a {
  text-decoration: none;
}

.pim-catalogs-list .pim-catalogs-list-content .pim-catalogs .pim-catalog {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 20px;
}

.pim-catalogs-list .pim-catalogs-list-content .pim-catalogs .pim-catalog::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 50ms;
  transition: all 50ms;
}

.pim-catalogs-list .pim-catalogs-list-content .pim-catalogs .pim-catalog:hover::before {
  background: rgba(0, 0, 0, 0.45);
}

.pim-catalogs-list .pim-catalogs-list-content .pim-catalogs .pim-catalog > * {
  z-index: 1;
}

.pim-catalogs-list .pim-catalogs-list-content .pim-catalogs .pim-catalog h3 {
  font-weight: 800;
  text-transform: uppercase;
}

.pim-catalogs-list .pim-catalogs-list-content .pim-catalogs .pim-catalog i {
  font-size: 2rem;
}

.pim-downloads-list .pim-filters-floating-button {
  margin-right: -7rem;
}

.pim-downloads-list .pim-downloads-list-content form {
  width: 100%;
}

.pim-downloads-list .pim-downloads-list-content .pim-downloads {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .pim-downloads-list .pim-downloads-list-content .pim-downloads {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pim-downloads-list .pim-downloads-list-content .pim-downloads .pim-download {
  background: gray;
  cursor: default;
  padding: 1.2rem;
  background-color: #F1F1F1;
  height: calc(100% - 20px);
  margin-bottom: 20px;
}

.pim-downloads-list .pim-downloads-list-content .pim-downloads .pim-download img {
  display: block;
  width: 40px;
  margin-bottom: 1rem;
}

.pim-downloads-list .pim-downloads-list-content .pim-downloads .pim-download label {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.pim-downloads-list .pim-downloads-list-content .pim-downloads .pim-download label::before, .pim-downloads-list .pim-downloads-list-content .pim-downloads .pim-download label::after {
  border-color: black;
}

.pim-downloads-list .pim-downloads-list-content .pim-downloads .pim-download p {
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 767.98px) {
  .pim-downloads-list .pim-downloads-list-content .pim-downloads > .row:nth-last-of-type(2) [class^=col-]:last-of-type .pim-download {
    height: 100%;
    margin-bottom: 0;
  }
}

.pim-downloads-list .pim-downloads-list-content input[type="submit"] {
  padding: 0.4rem 2rem;
  font-size: 0.8rem;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .pim-downloads-list .pim-downloads-list-content input[type="submit"] {
    font-size: 1rem;
    padding: 0.5rem 3rem;
  }
}

.pim-resources {
  min-height: 540px;
}

@media (max-width: 767.98px) {
  .pim-resources {
    min-height: calc(100vh - 151px);
  }
}

@media (max-width: 991.98px) {
  .pim-resources {
    min-height: calc(100vh - 181px);
  }
}

@media (max-width: 767.98px) {
  .pim-resources .pim-section-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .pim-resources .pim-section-title .pim-actions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .pim-resources .pim-section-title .pim-actions li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 575.98px) {
  .pim-resources .pim-section-title .pim-actions li .btn {
    width: 100%;
    font-size: 0.9rem;
  }
}

.pim-resources .pim-resources-container {
  padding: 0 3.2rem;
}

@media (max-width: 575.98px) {
  .pim-resources .pim-resources-container {
    padding: 0 2rem;
  }
}

.pim-resources .pim-resources-container .pim-top-tools {
  padding: 0.8rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 575.98px) {
  .pim-resources .pim-resources-container .pim-top-tools > form {
    width: 100%;
  }
}

.pim-resources .pim-resources-container .pim-top-tools .pim-search-tool {
  font-size: 0.9rem;
}

@media (max-width: 575.98px) {
  .pim-resources .pim-resources-container .pim-top-tools .pim-search-tool {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 575.98px) {
  .pim-resources .pim-resources-container .pim-top-tools .pim-search-tool label {
    margin: 0;
  }
}

.pim-resources .pim-resources-container .pim-top-tools .pim-search-tool input[type="search"] {
  border-radius: 6px;
  border: 1px solid #ced4da;
  line-height: 2.5;
  padding: 0 0.3rem;
  margin-left: 0.5rem;
  width: 150px;
}

@media (max-width: 575.98px) {
  .pim-resources .pim-resources-container .pim-top-tools .pim-search-tool input[type="search"] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.pim-resources .pim-resources-container .pim-table-wrapper {
  width: 100%;
  overflow: auto;
}

.pim-resources .pim-resources-container .pim-table-wrapper .table {
  font-family: 'Roboto', sans-serif;
}

.pim-resources .pim-resources-container .pim-table-wrapper .table .thead-dark th {
  background-color: black;
  border: none;
}

.pim-resources .pim-resources-container .pim-table-wrapper .table .thead-dark th .pim-head-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pim-resources .pim-resources-container .pim-table-wrapper .table .thead-dark th .pim-head-content .pim-order button {
  border: none;
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: 0.7rem;
  opacity: 0.4;
}

.pim-resources .pim-resources-container .pim-table-wrapper .table .thead-dark th .pim-head-content .pim-order button:last-of-type {
  margin-left: -0.35rem;
}

.pim-resources .pim-resources-container .pim-table-wrapper .table .thead-dark th .pim-head-content .pim-order button:hover, .pim-resources .pim-resources-container .pim-table-wrapper .table .thead-dark th .pim-head-content .pim-order button.active {
  opacity: 1;
}

.pim-resources .pim-resources-container .pim-table-wrapper .table tbody .icon-trash {
  color: #b30000;
}

.pim-resources .pim-resources-container .pim-table-wrapper .table tbody .pmi-action-btn {
  color: inherit;
  text-decoration: none;
}

.pim-resources .pim-resources-container .pim-table-pagination {
  font-family: 'Roboto', sans-serif;
  color: gray;
  font-size: 0.9rem;
}

.modal {
  z-index: 3000;
}

#image-modal .modal-body {
  text-align: center;
}

#image-modal .modal-body img {
  max-width: 100%;
  margin: 0 auto;
}

.pim-data-modal .modal-dialog {
  max-width: 800px;
}

.pim-data-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 10px;
}

.pim-data-modal .modal-dialog .modal-content .modal-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #F6F6F6;
  border: none;
  padding: 1.2rem 1.9rem;
}

.pim-data-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: bold;
}

.pim-data-modal .modal-dialog .modal-content .modal-body {
  padding: 0 2rem;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 575.98px) {
  .pim-data-modal .modal-dialog .modal-content .modal-body {
    padding: 0 1.4rem;
  }
}

.pim-data-modal .modal-dialog .modal-content .modal-body > .row {
  padding: 1rem 0;
  border-bottom: 2px solid #eeeeee;
}

.pim-data-modal .modal-dialog .modal-content .modal-body > .row:last-of-type {
  border-bottom: none;
}

.pim-data-modal .modal-dialog .modal-content .modal-body .pim-data-modal-field-group-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.pim-data-modal .modal-dialog .modal-content .modal-body .pim-data-modal-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pim-data-modal .modal-dialog .modal-content .modal-body .pim-data-modal-fields .pim-data-modal-field {
  width: 25%;
  text-align: center;
  padding: 0 1rem;
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  .pim-data-modal .modal-dialog .modal-content .modal-body .pim-data-modal-fields .pim-data-modal-field {
    padding: 0 0.4rem;
    width: 50%;
  }
}

.pim-data-modal .modal-dialog .modal-content .modal-body .pim-data-modal-fields .pim-data-modal-field label {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: #707070;
  font-weight: 500;
  margin-bottom: 2px;
}

.pim-data-modal .modal-dialog .modal-content .modal-body .pim-data-modal-fields .pim-data-modal-field span {
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 0 1px #c9c9c9;
          box-shadow: 0 0 1px #c9c9c9;
  border-radius: 7px;
  line-height: 35px;
}

.pagination .page-item .page-link {
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .page-item.active .page-link {
  color: white;
  background-color: #181818;
  border-color: #181818;
}

.pagination .page-item.disabled .page-link {
  color: #a8a8a8;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

a, a:focus, a:active,
button,
button:focus,
button:active {
  outline: none;
}

.pim-main-fixed {
  height: calc(100vh - 212px);
}

.pim-main-fluid {
  min-height: calc(100vh - 212px);
}

.pim-color-primary {
  color: #e7c1aa;
}

.sidebar {
  background-color: #e7c1aa;
}

.pim-sidebar-secondary {
  background-color: #4d4d4d;
}

.pim-btn-primary {
  background-color: #e7c1aa;
  color: white;
}

#pim-carousel-promos {
  background-color: #e7c1aa;
}

.pim-carousel-controls {
  width: 1rem;
}

.pim-carousel-indicators {
  margin-bottom: 0;
}

.pim-carousel-indicators li {
  border-top: 0px;
  border-bottom: 0px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.flip-180 {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.row.pim-custom-gutters-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.pim-custom-gutters-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.pim-custom-gutters-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.row.pim-custom-gutters-30 > div[class^="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.pim-custom-gutters-45 {
  margin-left: -45px;
  margin-right: -45px;
}

.row.pim-custom-gutters-45 > div[class^="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}

/*-----------select2-------------*/
.select2-container--default .select2-results__option--selected {
  background: whitesmoke;
}

select.js-pim-select2 {
  opacity: 0;
}

.pim-form-check {
  padding-left: 0;
  width: 100%;
}

.pim-form-check .form-check-input {
  float: right;
  margin-right: 0;
  font-size: 1.25em;
  /* margin-right: 2em; */
}

.pim-form-check label {
  float: left;
}

.form-check-input:checked {
  background-color: #333333;
  border-color: #666666;
}

/*--------language page----------*/
.language {
  font-size: 20px;
  color: black;
  font-family: "Nunito Sans Regular";
}

.pim-channel-popover {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.pim-channel-popover ::before {
  display: inline-block;
  content: "✕";
  position: absolute;
  top: 0;
  right: 3px;
  border: none;
  font-size: 0.9rem;
  color: #dddddd;
  cursor: pointer;
}

.pim-channel-popover ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
