@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-v27-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v27-latin-300.woff2") format("woff2"), url("fonts/roboto-v27-latin-300.woff") format("woff"), url("fonts/roboto-v27-latin-300.ttf") format("truetype"), url("fonts/roboto-v27-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v27-latin-regular.woff2") format("woff2"), url("fonts/roboto-v27-latin-regular.woff") format("woff"), url("fonts/roboto-v27-latin-regular.ttf") format("truetype"), url("fonts/roboto-v27-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/roboto-v27-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v27-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v27-latin-italic.woff2") format("woff2"), url("fonts/roboto-v27-latin-italic.woff") format("woff"), url("fonts/roboto-v27-latin-italic.ttf") format("truetype"), url("fonts/roboto-v27-latin-italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-v27-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v27-latin-700.woff2") format("woff2"), url("fonts/roboto-v27-latin-700.woff") format("woff"), url("fonts/roboto-v27-latin-700.ttf") format("truetype"), url("fonts/roboto-v27-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/roboto-v27-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v27-latin-700italic.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v27-latin-700italic.woff2") format("woff2"), url("fonts/roboto-v27-latin-700italic.woff") format("woff"), url("fonts/roboto-v27-latin-700italic.ttf") format("truetype"), url("fonts/roboto-v27-latin-700italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.25;
}

/**
 * breadcrumb
 **/
.breadcrumbs {
  background: none;
  padding-top: 1rem;
}
.breadcrumbs .breadcrumb {
  background: none;
  padding: 1rem 20px 0 !important;
  border-radius: 0;
}

/**
 ** mobile navigation
**/
body .mobile-navigation .breadcrumb {
  margin: 0;
  padding: 0 1.5rem;
  background: #f8f9fa;
  border-bottom: 1px solid #ced4da;
  font-size: 1.25rem;
  color: #6c757d;
}
body .mobile-navigation .breadcrumb > li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body .mobile-navigation .mainmenu .menu-item {
  border-bottom: 1px solid #ced4da;
}
body .mobile-navigation .mainmenu .menu-item > a {
  color: #cf007e;
  padding: 1rem 1.5rem;
  transition: background-color 0.25s, color 0.25s;
}
body .mobile-navigation .mainmenu .menu-item > a:hover, body .mobile-navigation .mainmenu .menu-item > a:active {
  background: #cf007e;
  color: #fff;
}
body .mobile-navigation .mainmenu > li > .btn {
  padding: 1rem;
}
body .mobile-navigation .mainmenu > li > .btn-outline-primary {
  color: #cf007e;
}
body .mobile-navigation .mainmenu > li > .btn-outline-primary:hover {
  color: #fff;
}

.owl-carousel.list-item-carousel .carousel-control.left > .owl-single-item-control {
  left: -4rem;
}
.owl-carousel.list-item-carousel .carousel-control.right > .owl-single-item-control {
  right: -4rem;
}
.owl-carousel .owl-dots {
  position: relative;
}

.hidden {
  display: none !important;
}

.jumbotron {
  padding-left: 0;
  padding-right: 0;
}

.icon-circle {
  display: inline-flex;
  min-width: 3.25em;
  min-height: 3.25em;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 50em;
}

/** topbar **/
#topbar {
  background: #f2f2f2;
  padding: 0.5rem 0;
  text-align: center;
  width: 100%;
  font-size: 0.875rem;
  font-weight: bold;
  overflow: hidden;
  transition: height 0.25s, padding-left 0.25s;
}

.scrolled #topbar {
  height: 0;
  padding: 0;
}

/** header **/
#header {
  width: 100%;
  transition: transform 0.25s;
  margin-top: 0;
  /** login button **/
  /** basket button **/
}
#header > .wrapper {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#header #logo img {
  transition: height 0.25s, width 0.25s;
}
#header #header-actions a, #header #header-actions span {
  color: #adb5bd;
  font-weight: bold;
  transition: color 0.25s;
}
#header #header-actions a:hover {
  color: #cf007e;
}
#header #header-actions .icon-circle {
  border-color: #adb5bd;
  color: #cf007e;
}
#header #searchBox {
  background: #fff;
  border-radius: 50em;
}
#header #searchBox .search-input {
  background: #f8f9fa;
  border: 1px solid #ced4da;
  font-weight: bold;
  padding: 1.1rem 2rem;
  transition: border 0.25s, color 0.25s;
}
#header #searchBox .search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  color: #cf007e;
  background-color: #f8f9fa;
  padding: 0.6rem;
  margin-right: -1px;
  z-index: 50;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAgMTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0NGMDA3RTt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTk3LjQsNzguNGMzLjUsMy41LDMuNSw5LjIsMCwxMi42bC02LjMsNi4zYy0zLjUsMy41LTkuMSwzLjUtMTIuNiwwTDUwLDY5TDIxLjYsOTcuNGMtMy41LDMuNS05LjIsMy41LTEyLjYsMAoJCWwtNi4zLTYuM2MtMy41LTMuNS0zLjUtOS4xLDAtMTIuNkwzMSw1MEwyLjYsMjEuNmMtMy41LTMuNS0zLjUtOS4yLDAtMTIuNmw2LjMtNi4zYzMuNS0zLjUsOS4xLTMuNSwxMi42LDBMNTAsMzFMNzguNCwyLjYKCQljMy41LTMuNSw5LjItMy41LDEyLjYsMGw2LjMsNi4zYzMuNSwzLjUsMy41LDkuMSwwLDEyLjZMNjksNTBMOTcuNCw3OC40eiIvPgo8L2c+Cjwvc3ZnPgo=");
  cursor: pointer;
}
#header #searchBox .search-input:focus, #header #searchBox .search-input:active {
  border-color: #cf007e;
  color: #cf007e;
}
#header #searchBox .search-submit {
  background: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#header #searchBox .autocomplete-suggestions {
  border-radius: 0.25rem;
  background-color: #e9ecef !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  margin-top: 0.5rem;
  display: flex;
  overflow: visible;
}
#header #searchBox .autocomplete-suggestions > div {
  overflow-y: auto;
  flex: 1 1 100%;
  border-radius: 0.25rem;
}
#header #searchBox .autocomplete-suggestions > div:before, #header #searchBox .autocomplete-suggestions > div:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1rem;
}
#header #searchBox .autocomplete-suggestions > div:before {
  top: 0;
  background: #e9ecef;
  background: linear-gradient(180deg, #e9ecef 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0.25rem 0.25rem 0 0;
}
#header #searchBox .autocomplete-suggestions > div:after {
  bottom: 0;
  background: #e9ecef;
  background: linear-gradient(180deg, #e9ecef 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 0 0.25rem 0.25rem;
}
#header #searchBox .autocomplete-suggestions:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 1rem;
  border-color: transparent transparent #e9ecef transparent;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -1rem;
  transform: translateX(-50%);
}
#header #searchBox .autocomplete-suggestions a {
  padding: 1rem 1.5rem !important;
  transition: background-color 0.25s;
}
#header #searchBox .autocomplete-suggestions a .label {
  color: 0.25s;
}
#header #searchBox .autocomplete-suggestions a:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}
#header #searchBox .autocomplete-suggestions a:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
#header #searchBox .autocomplete-suggestions a:not(:first-child) {
  border-top: 1px solid #ced4da;
}
#header #searchBox .autocomplete-suggestions a:hover {
  background-color: #cf007e;
  position: relative;
  z-index: 5;
}
#header #searchBox .autocomplete-suggestions a:hover .label {
  color: #fff;
}
#header #consultingBox {
  transition: height 0.25s, padding 0.25s;
  overflow: hidden;
}
#header #login-button {
  border-color: #ced4da;
}
#header #login-button:hover {
  border-color: #cf007e;
  background-color: #cf007e;
  color: #fff !important;
}
#header #basket-button {
  text-align: right;
  font-size: 2rem;
}
#header #basket-button .toggle-basket-preview {
  background: none;
  display: inline-flex;
  align-items: center;
}
#header #basket-button .toggle-basket-preview:hover {
  background: #cf007e;
  color: #fff !important;
}
#header #basket-button .toggle-basket-preview:hover .cart-icon {
  background-color: #fff;
}
#header #basket-button .btn-inner {
  position: relative;
}
#header #basket-button .cart-icon {
  position: absolute;
  font-size: 1rem;
  display: inline-flex;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  top: -0.5rem;
  left: 100%;
  align-items: center;
  color: #cf007e;
  align-items: center;
  justify-content: center;
  border-radius: 50em;
  transition: background-color 0.25s;
}
#header #mobile-search {
  background-color: #e9ecef;
}
#header #mobile-search input,
#header #mobile-search button {
  background: none;
}
#header #mobile-search .search-input {
  padding: 1rem 1.5rem;
}
#header #main-navigation {
  width: 100%;
  background: #fff;
  margin-top: -1rem;
}
#header #main-navigation .menu {
  border-radius: 0.25rem;
  transform: translateY(50%);
  background: #fff;
  margin: 0;
}
#header #main-navigation .menu .menu-link {
  margin: 0;
  position: relative;
  border: 1px solid #dee2e6;
  transition: border 0.25s;
  position: relative;
}
#header #main-navigation .menu .menu-link > a, #header #main-navigation .menu .menu-link > button {
  display: block;
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 1.25rem;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #212529;
  transition: color 0.25s;
}
#header #main-navigation .menu .menu-link:hover {
  border-color: #cf007e;
  z-index: 5;
}
#header #main-navigation .menu .menu-link:hover > a {
  color: #cf007e;
}
#header #main-navigation .menu .menu-link:hover > .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
#header #main-navigation .menu .menu-link:not(:first-child) {
  margin-left: -1px;
}
#header #main-navigation .menu .menu-link:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
#header #main-navigation .menu .menu-link:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
#header #main-navigation .menu .menu-link#menu-item-consulting {
  border-color: #cf007e;
}
#header #main-navigation .menu .menu-link#menu-item-consulting > .btn {
  color: #cf007e;
  transition: background-color 0.25s;
}
#header #main-navigation .menu .menu-link#menu-item-consulting:hover > .btn {
  background: #cf007e;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
#header #main-navigation .menu .menu-link.user-actions > div > div > div,
#header #main-navigation .menu .menu-link.user-actions > div .position-relative > div, #header #main-navigation .menu .menu-link.user-actions > div > div,
#header #main-navigation .menu .menu-link.user-actions .position-relative > div {
  display: inline-block;
}
#header #main-navigation .menu .menu-link.user-actions > div > div .pipe,
#header #main-navigation .menu .menu-link.user-actions > div .position-relative .pipe, #header #main-navigation .menu .menu-link.user-actions > div .pipe,
#header #main-navigation .menu .menu-link.user-actions .position-relative .pipe {
  display: none;
}
#header #main-navigation .menu .menu-link.user-actions > div > div .nav-link,
#header #main-navigation .menu .menu-link.user-actions > div .position-relative .nav-link, #header #main-navigation .menu .menu-link.user-actions > div .nav-link,
#header #main-navigation .menu .menu-link.user-actions .position-relative .nav-link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.25rem;
  color: #fff;
}
#header #main-navigation .sub-menu {
  margin-top: 0.5rem;
  background: #e9ecef;
  position: absolute;
  left: 50%;
  top: 100%;
  list-style-type: none;
  margin: 0.5rem 0 0 0;
  padding: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  opacity: 0;
  transition: opacity 0.25s, visibility 0.25s;
  min-width: 20rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translateX(-50%);
}
#header #main-navigation .sub-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 1rem;
  border-color: transparent transparent #e9ecef transparent;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -1rem;
  transform: translateX(-50%);
}
#header #main-navigation .sub-menu .menu-link {
  border: none;
  transition: background-color 0.25s;
}
#header #main-navigation .sub-menu .menu-link:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}
#header #main-navigation .sub-menu .menu-link:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
#header #main-navigation .sub-menu .menu-link:not(:first-child) {
  border-top: 1px solid #ced4da;
}
#header #main-navigation .sub-menu .menu-link .nav-link {
  display: block;
  font-size: 1rem;
  border: none;
}
#header #main-navigation .sub-menu .menu-link:hover {
  background: #cf007e;
}
#header #main-navigation .sub-menu .menu-link:hover .nav-link {
  color: #fff;
}

.scrolled.scroll-header-fixed:not(.scroll-up) .default-header #header {
  transform: translateY(-100%);
  margin-top: 8rem;
}

@media (min-width: 992px) {
  #header #basket-button .cart-icon {
    margin-left: -0.5rem;
  }

  .default-header #header {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .default-header #header .container {
    max-width: inherit;
  }
}
@media (max-width: 991.98px) {
  .scrolled.scroll-header-fixed:not(.scroll-up) .default-header #header {
    margin-top: 9rem;
  }

  #header #logo img {
    width: auto;
    height: 4rem;
  }
  #header .btn-action {
    border: 1px solid #ced4da;
    padding: 1rem;
    font-size: 1.25rem;
    color: #212529;
    border-radius: 50em;
    min-width: 3.5rem;
    min-height: 3.5rem;
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  #header .btn-action:hover, #header .btn-action:focus, #header .btn-action:active {
    border-color: #cf007e;
    color: #cf007e;
  }
}
/** hero **/
#hero .hero-title {
  background: #cf007e;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 3rem !important;
}
#hero .hero-title a {
  color: #ffffff !important;
}
#hero .hero-subtitle {
  background: #332e31;
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-bottom: 3rem;
}
#hero #hero-title,
#hero #hero-subtitle {
  margin-left: -2.25rem;
  padding-left: 1rem;
}
#hero #hero-actions {
  margin-bottom: 5rem;
}

/** footer **/
#footer-sidebar {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  font-size: 1rem;
}
#footer-sidebar:before, #footer-sidebar:after {
  position: absolute;
  left: 1rem;
  right: 1rem;
  height: 0.5rem;
  content: '';
  background: url("../images/stripes-dark.png");
}
#footer-sidebar:before {
  top: 0;
}
#footer-sidebar:after {
  bottom: 0;
}
#footer-sidebar .layout_form input[type="email"] {
  border-radius: 50em 0 0 50em;
  padding: 1rem 1.5rem;
  border: 1px solid #ced4da;
  height: auto;
}
#footer-sidebar .layout_form input[type="email"]:focus, #footer-sidebar .layout_form input[type="email"]:active {
  border-color: #cf007e;
  color: #cf007e;
}
#footer-sidebar .layout_form button[type="submit"] {
  border-radius: 0 50em 50em 0;
}

#footer {
  font-size: 1rem;
}
#footer #footer-contact-box {
  background: url("../images/stripes-light.webp");
}
#footer .heading {
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
}
#footer .menu {
  position: relative;
  margin-bottom: 0;
}
#footer .menu a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 0 0.5rem 1rem;
  transition: all 0.25s;
  transition: color 0.25s, padding 0.25s;
  color: #cf007e;
  font-weight: bold;
}
#footer .menu a:before {
  font-family: "FontAwesome";
  content: '\f105';
  position: absolute;
  left: 0;
  font-weight: 600;
  transition: padding-left 0.25s;
  color: #212529;
}
#footer .menu a:hover {
  color: #cf007e;
  padding-left: 2rem;
}
#footer .menu a:hover:before {
  padding-left: 1rem;
}

#up-to-top {
  border-radius: 50em 50em 0 0;
  padding-bottom: 1rem;
  transition: background-color 0.25s, color 0.25s, padding-bottom 0.25s, transform 0.25s;
  transform: translateY(100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
#up-to-top:hover {
  background: #cf007e !important;
  color: #fff;
  padding-bottom: 2rem;
}

body[class*="scroll-by-"] #up-to-top {
  background-color: black;
  transform: translateY(0);
}

body .cookie-bar {
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 1.5rem 1.5rem 0 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
body .cookie-bar .container-max {
  padding-left: 2rem;
  padding-right: 2rem;
}
body .cookie-bar .cookie-bar-toggle > button {
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 1rem 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
body .cookie-bar .cookie-bar-toggle > button .fa-shield {
  margin-right: 1rem;
}

@media (max-width: 1199.98px) {
  #footer {
    padding-bottom: 3rem;
  }

  body .cookie-bar {
    left: 1rem !important;
    transform: translateX(0);
  }
}
/** widget-contact-form **/
.widget-contact-form .widget-inner {
  padding: 1rem 1.5rem;
}

/** widget-title-bar **/
.widget-title-bar .widget-inner {
  margin: 2rem 0;
  padding: 0;
  background: none !important;
  color: #cf007e !important;
}

.page-singleitem {
  /** special selection of color section **/
}
.page-singleitem .sticky-element {
  transition: margin-top 0.25s;
}
.page-singleitem .single-carousel .owl-single-item-control {
  background: #fff;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border-radius: 0.25rem;
}
.page-singleitem #thumb-carousel .owl-stage-outer {
  margin-left: 4rem;
  margin-right: 4rem;
}
.page-singleitem .has-crossprice .price {
  color: #dc3545;
}
.page-singleitem .tab-content ul,
.page-singleitem .single-description ul {
  list-style-type: none;
  padding: 0;
}
.page-singleitem .tab-content ul > li,
.page-singleitem .single-description ul > li {
  padding-left: 1em;
  position: relative;
}
.page-singleitem .tab-content ul > li:before,
.page-singleitem .single-description ul > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f105';
  margin-right: 0.25em;
  position: absolute;
  left: 0;
  top: 3px;
}
.page-singleitem #property-wrapper-8 .order-property-selection-info-popper {
  display: none;
}
.page-singleitem #property-wrapper-8 .custom-color-selection-wrapper {
  width: 100%;
  padding-left: 50px;
  position: relative;
}
.page-singleitem #property-wrapper-8 .custom-color-selection-wrapper .color-preview {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 0.125rem;
  border: 2px solid #e5e5e5;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s;
}
.page-singleitem #property-wrapper-8 .custom-color-selection-wrapper .color-preview .fa {
  color: #fff;
  text-shadow: 0 0 10px #000;
  opacity: 0;
  transition: all 0.25s;
}
.page-singleitem #property-wrapper-8 .custom-color-selection-wrapper .color-preview.preview-image {
  cursor: pointer;
}
.page-singleitem #property-wrapper-8 .custom-color-selection-wrapper .color-preview.preview-image .fa {
  opacity: 1;
}
.page-singleitem #property-wrapper-8 .select2 .select2-selection {
  height: 40px;
  border-radius: 0.125rem;
  border: 2px solid #e5e5e5;
  font-weight: bold;
}
.page-singleitem #property-wrapper-8 .select2 .select2-selection .select2-selection__rendered {
  height: 36px;
  line-height: 36px;
}
.page-singleitem #property-wrapper-8 .select2 .select2-selection .select2-selection__arrow {
  height: 36px;
}
.page-singleitem #attribute-wrapper-4 #property-wrapper-8 {
  display: block;
}
@media (min-width: 992px) {
  .page-singleitem.scrolled.scroll-header-fixed:not(.scroll-up) #product-summary .sticky-element {
    margin-top: -9rem;
  }
}

.cmp-product-thumb {
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  transition: border 0.25s;
}
.cmp-product-thumb:hover {
  border-color: #cf007e;
}
.cmp-product-thumb .prices .crossprice {
  font-size: 1.2rem;
  line-height: 1.1;
}
.cmp-product-thumb .prices .price-view-port + .price {
  color: #dc3545;
}
.cmp-product-thumb .special-tags {
  padding: 0 !important;
}
.cmp-product-thumb .special-tags .badge {
  margin: 0.5rem;
  padding: 0.5rem;
  box-shadow: none;
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  border-radius: 0.25rem;
}

.list-controls:first-child .list-controls-inner {
  padding: 0;
  background: none;
  padding: 0 !important;
}
.list-controls:first-child .list-controls-inner .list-wrapper .list-sort,
.list-controls:first-child .list-controls-inner .list-wrapper .list-itemsperpage {
  padding: 0;
  position: relative;
}
.list-controls:first-child .list-controls-inner .list-wrapper .list-sort::after,
.list-controls:first-child .list-controls-inner .list-wrapper .list-itemsperpage::after {
  content: '\f0dc';
  position: absolute;
  right: 1rem;
  font-family: 'FontAwesome';
  top: 50%;
  transform: translateY(-50%);
}
.list-controls:first-child .list-controls-inner .list-wrapper .list-sort:not(:last-child),
.list-controls:first-child .list-controls-inner .list-wrapper .list-itemsperpage:not(:last-child) {
  margin-right: 1rem;
}
.list-controls:first-child .list-controls-inner .list-wrapper .custom-select {
  background: #e9ecef;
  border-radius: 0.25rem;
  padding: 0.65rem 3rem 0.65rem 1rem;
  border: none;
}
.list-controls:first-child .filter-toggle {
  position: static;
  transform: none;
}
.list-controls:first-child .filter-wrapper {
  position: absolute;
  top: 100%;
  left: 1rem;
  right: 1rem;
}
.list-controls:first-child .filter-collapse {
  margin: 0;
  padding: 0;
}
.list-controls:first-child .filter-collapse .page-content {
  margin: 1rem 0 0 0;
  border-radius: 0.25rem;
  border: 2px solid #e9ecef;
  padding: 1rem;
  max-width: 1180px;
}
.list-controls:first-child .filter-collapse .card-columns .card {
  padding-top: 0 !important;
}
.list-controls:first-child .filter-collapse .card-columns .card .title {
  font-size: 1rem;
  color: #cf007e;
}

@media (max-width: 991.98px) {
  .list-controls:first-child .list-controls-inner .list-wrapper .list-sort,
  .list-controls:first-child .list-controls-inner .list-wrapper .list-itemsperpage {
    margin-bottom: 1rem;
  }
}
html {
  background: #fff;
}

body.basket-open div[id*="trustbadge-container-"] {
  z-index: 0 !important;
}

#vue-app {
  margin-top: 248px;
  font-family: 'Roboto', sans-serif;
  background: #fff;
}

/*# sourceMappingURL=app.css.map */
