@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
#header {
  margin-top: 20px;
  margin-bottom: 20px; }
  #header #logo {
    position: relative; }
    #header #logo a {
      height: 100%; }
    @media screen and (max-width: 767px) {
      #header #logo a {
        position: absolute;
        left: 50px;
        top: 10%; } }
    #header #logo span {
      color: #7b7a7a;
      font-size: 10px;
      font-family: "Helvetica";
      font-weight: bold;
      position: absolute;
      left: 190px;
      top: 58px; }
    #header #logo .logo-clicpublic {
      min-width: 160px;
      max-width: 300px;
      max-height: 65%; }
  #header .header-menu {
    margin-top: 1em; }
    @media screen and (max-width: 767px) {
      #header .header-menu {
        margin-top: 0.3em; }
        #header .header-menu li a {
          padding: 10px 7px;
          z-index: 998; } }
    #header .header-menu a.btn-orange {
      text-transform: uppercase; }
      #header .header-menu a.btn-orange:hover, #header .header-menu a.btn-orange:focus {
        background-color: #333437;
        color: #ffffff; }
    #header .header-menu a .badge {
      margin-left: -8px;
      margin-top: -1.8em;
      border-radius: 3px;
      padding: 3px 4px;
      background-color: #0090a6;
      border: 1px solid white;
      font-size: 0.75em; }
  #header .text-black {
    color: #000; }
  @media screen and (max-width: 767px) {
    #header {
      position: fixed;
      top: 0;
      left: 0;
      background-color: white;
      z-index: 9;
      width: 100%;
      margin: 0; } }

#start_now {
  position: relative;
  bottom: 0;
  width: 100%;
  left: 0; }

.media-logo {
  display: block;
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition-duration: 0,5s;
  -moz-transition-duration: 0,5s;
  -o-transition-duration: 0,5s;
  -webkit-transition-duration: 0,5s; }
  .media-logo:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transition-duration: 0,5s;
    -moz-transition-duration: 0,5s;
    -o-transition-duration: 0,5s;
    -webkit-transition-duration: 0,5s; }

@media screen and (max-width: 991px) {
  .col-md-3 {
    position: initial !important; } }

nav.mainNavigation {
  border: none;
  margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    nav.mainNavigation {
      position: fixed;
      top: 50px;
      width: 100%;
      left: 0;
      margin: 0;
      z-index: 8;
      visibility: hidden;
      background: none; } }
  @media screen and (min-width: 768px) {
    nav.mainNavigation {
      visibility: visible !important; } }
  nav.mainNavigation .stickytop {
    position: fixed;
    top: 0px;
    width: 100%;
    clear: both;
    z-index: 100; }
  nav.mainNavigation .container-fluid {
    background-color: #171b29; }
  nav.mainNavigation #navigation-menu-content li a, nav.mainNavigation #navigation-menu-content li.open a, nav.mainNavigation #collapse-member-account li a, nav.mainNavigation #collapse-member-account li.open a {
    color: #ffffff;
    border-right: 1px solid #ffffff;
    font-size: 21px;
    font-weight: bold;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      nav.mainNavigation #navigation-menu-content li a, nav.mainNavigation #navigation-menu-content li.open a, nav.mainNavigation #collapse-member-account li a, nav.mainNavigation #collapse-member-account li.open a {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      nav.mainNavigation #navigation-menu-content li a, nav.mainNavigation #navigation-menu-content li.open a, nav.mainNavigation #collapse-member-account li a, nav.mainNavigation #collapse-member-account li.open a {
        font-size: 16px; } }
    nav.mainNavigation #navigation-menu-content li a:focus, nav.mainNavigation #navigation-menu-content li a:active, nav.mainNavigation #navigation-menu-content li a:hover, nav.mainNavigation #navigation-menu-content li.open a:focus, nav.mainNavigation #navigation-menu-content li.open a:active, nav.mainNavigation #navigation-menu-content li.open a:hover, nav.mainNavigation #collapse-member-account li a:focus, nav.mainNavigation #collapse-member-account li a:active, nav.mainNavigation #collapse-member-account li a:hover, nav.mainNavigation #collapse-member-account li.open a:focus, nav.mainNavigation #collapse-member-account li.open a:active, nav.mainNavigation #collapse-member-account li.open a:hover {
      color: #ffffff;
      background-color: #0090a6;
      transition-duration: 1s;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s; }
    nav.mainNavigation #navigation-menu-content li a:last-child, nav.mainNavigation #navigation-menu-content li.open a:last-child, nav.mainNavigation #collapse-member-account li a:last-child, nav.mainNavigation #collapse-member-account li.open a:last-child {
      border-right: none; }
  nav.mainNavigation #navigation-menu-content li .dropdown-menu, nav.mainNavigation #navigation-menu-content li.open .dropdown-menu, nav.mainNavigation #collapse-member-account li .dropdown-menu, nav.mainNavigation #collapse-member-account li.open .dropdown-menu {
    background-color: #171b29;
    border: 1px solid #ffffff;
    border-top: none; }
    nav.mainNavigation #navigation-menu-content li .dropdown-menu a, nav.mainNavigation #navigation-menu-content li.open .dropdown-menu a, nav.mainNavigation #collapse-member-account li .dropdown-menu a, nav.mainNavigation #collapse-member-account li.open .dropdown-menu a {
      font-size: 14px; }
  nav.mainNavigation .navbar-toggle:focus, nav.mainNavigation .navbar-toggle:active, nav.mainNavigation .navbar-toggle:hover {
    background-color: #0090a6; }

@media screen and (max-width: 768px) {
  .my_pager {
    margin: auto;
    width: 100%; } }

.category-nav {
  float: left;
  width: 100%;
  background-color: #eeeeee; }
  @media screen and (min-width: 768px) {
    .category-nav {
      visibility: visible !important; } }
  .category-nav.sticky {
    position: fixed;
    overflow: auto;
    z-index: 9;
    top: 0;
    left: 0;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .category-nav.sticky {
        top: 50px; } }
    @media screen and (min-width: 1500px) {
      .category-nav.sticky {
        margin: 0px 80px;
        width: calc(100% - 160px); } }
  .category-nav .nav-pills {
    flex: 1;
    display: flex;
    overflow: auto; }
    .category-nav .nav-pills li {
      position: relative;
      min-height: min-content;
      display: flex;
      padding: 0px; }
      @media screen and (max-width: 1199px) {
        .category-nav .nav-pills li {
          width: 65px; } }
      @media screen and (min-width: 1200px) {
        .category-nav .nav-pills li {
          width: 100px;
          min-width: 100px; } }
      .category-nav .nav-pills li .badge {
        background-color: #232b44;
        position: absolute;
        right: 7px;
        top: 7px;
        font-size: 0.75em;
        padding: 5px 0;
        width: 20px;
        height: 20px; }
      .category-nav .nav-pills li .catname {
        font-size: 12px;
        text-align: center;
        color: #232b44;
        margin-bottom: 0px; }
      .category-nav .nav-pills li a {
        margin-left: -2px;
        border-radius: 0;
        padding: 5px;
        border-left: 1px solid white; }
        @media screen and (min-width: 1200px) {
          .category-nav .nav-pills li a {
            min-width: 100px; } }
        .category-nav .nav-pills li a:hover {
          background-color: #a5aecd; }
        @media screen and (min-width: 1200px) {
          .category-nav .nav-pills li a img {
            padding: 5px 20px;
            width: 80px; } }
        @media screen and (max-width: 1199px) {
          .category-nav .nav-pills li a img {
            width: 35px;
            margin: 10px; } }
      .category-nav .nav-pills li.highlight a {
        background-color: #465687; }
      .category-nav .nav-pills li.active .badge {
        color: #ffffff !important; }

.sale_flag {
  width: 22px;
  margin-bottom: 4px;
  border: solid 1px grey;
  margin-left: 5px; }

.sales-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .sales-grid.pinned {
    width: calc(100% - 400px) !important; }
    .sales-grid.pinned .sale-block {
      width: 33% !important; }
      @media screen and (max-width: 1199px) {
        .sales-grid.pinned .sale-block {
          width: 50% !important; } }
      @media screen and (max-width: 991px) {
        .sales-grid.pinned .sale-block {
          width: 100% !important; } }
  .sales-grid .title {
    background-color: #232b44;
    color: #ffffff;
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 22px;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .sales-grid .title {
        padding-left: 45px; } }
  .sales-grid .sale-title {
    width: 100%;
    padding-top: 10px; }
    .sales-grid .sale-title .sale-header .sale-info .sale-info-header {
      font-size: 22px; }
    .sales-grid .sale-title .map-container {
      position: relative;
      height: 130px;
      width: 160px; }
      .sales-grid .sale-title .map-container img {
        position: absolute;
        top: 0;
        left: 0;
        height: 120px; }
  .sales-grid .sale-block {
    width: 25%;
    padding: 0;
    border: 4px solid white;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.1s ease-in-out; }
    @media screen and (max-width: 1199px) {
      .sales-grid .sale-block {
        width: 33%; } }
    @media screen and (max-width: 991px) {
      .sales-grid .sale-block {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .sales-grid .sale-block {
        width: 100%; } }
    .sales-grid .sale-block:hover {
      background-color: #efefef;
      box-shadow: 6px 0px 37px 7px rgba(0, 0, 0, 0.75);
      border-radius: 3px;
      transform: translateY(-5px); }
    .sales-grid .sale-block .sale-header {
      background-color: #171b29;
      text-align: center;
      font-size: 22px;
      text-transform: uppercase;
      min-height: 78px;
      color: #ffffff;
      padding: 8px 15px;
      border-radius: 5px 5px 0 0;
      font-weight: bold; }
    .sales-grid .sale-block .sale-body .main-image {
      position: relative; }
      .sales-grid .sale-block .sale-body .main-image .abs-top-left {
        position: absolute;
        top: 10px;
        left: 10px; }
      .sales-grid .sale-block .sale-body .main-image .abs-top-right {
        position: absolute;
        top: 10px;
        right: 10px; }
      .sales-grid .sale-block .sale-body .main-image .label-custom {
        background-color: #232b44;
        color: #ffffff;
        padding: 4px 6px;
        font-size: 12px; }
    .sales-grid .sale-block .sale-body img {
      width: 100%; }
    .sales-grid .sale-block .sale-body .thumb-container {
      min-height: 64px; }
    .sales-grid .sale-block .sale-body .thumb {
      background-color: #ffffff;
      width: 25%;
      float: left; }
      .sales-grid .sale-block .sale-body .thumb div {
        height: 64px;
        background-repeat: no-repeat;
        background-size: cover; }
      .sales-grid .sale-block .sale-body .thumb:first-child {
        padding-left: 0px; }
      .sales-grid .sale-block .sale-body .thumb:last-child {
        padding-right: 0px; }
    .sales-grid .sale-block .sale-body .sale-info {
      background-color: #efefef;
      padding: 5px;
      clear: left;
      color: #000; }
      .sales-grid .sale-block .sale-body .sale-info .map-container {
        position: relative;
        height: 76px; }
        .sales-grid .sale-block .sale-body .sale-info .map-container img {
          position: absolute;
          top: 0;
          left: 0;
          height: 80px; }
      .sales-grid .sale-block .sale-body .sale-info .remaining-time {
        font-size: 16px;
        margin: 0.6em 0 0 0;
        font-weight: 300; }
      .sales-grid .sale-block .sale-body .sale-info .time {
        font-size: 24px; }
    .sales-grid .sale-block .sale-body button {
      clear: left;
      font-weight: 400;
      text-transform: uppercase; }

.product-grid.pinned {
  width: calc(100% - 400px) !important; }
.product-grid .product-container {
  background-color: #efefef; }
  .product-grid .product-container .btnShowPrevProduct {
    padding: 12px;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 5px !important;
    z-index: 100; }
.product-grid .bg-white {
  background-color: #ffffff; }
.product-grid .labelSale {
  text-align: center;
  color: #ffffff;
  background-color: #232b44;
  font-size: 21px;
  font-weight: bold;
  padding: 10px; }

.widget-bids {
  display: none;
  position: fixed;
  width: 400px;
  max-height: 80%;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: auto;
  z-index: 9;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25);
  transition: transform 1s ease-in-out;
  padding: 2em 1em; }
  @media screen and (max-width: 767px) {
    .widget-bids {
      background-color: #ffffff;
      position: fixed !important;
      width: 100%;
      max-height: 100%;
      height: 100%; } }
  .widget-bids.pinned {
    position: absolute;
    max-height: 100%;
    height: 100%; }
  .widget-bids.slided {
    transform: translateX(360px); }
  .widget-bids .close {
    position: absolute;
    top: 10px;
    right: 10px; }
  .widget-bids .pin-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    color: #ffffff;
    background-color: #0090a6;
    padding: 5px;
    border-radius: 50%; }
    .widget-bids .pin-btn:hover {
      background-color: #171b29; }
  .widget-bids hr {
    margin: 5px 0 10px 0; }
  .widget-bids h3:first-child {
    margin-top: -15px;
    margin-bottom: 1em; }

.modal-body .prices {
  font-weight: bold;
  font-size: 1.1em; }

.ct-ultimate-gdpr-cookie-modal-content ol,
.ct-ultimate-gdpr-cookie-modal-content ul {
  list-style: none;
  padding-left: 0; }

#ct-ultimate-gdpr-cookie-popup {
  line-height: 20px;
  -webkit-box-shadow: black 0 0 8px;
  box-shadow: black 0 0 8px;
  border-radius: 5px;
  z-index: 999999;
  opacity: 1;
  position: fixed;
  /*padding: 15px 15px 0;*/
  /*width: 300px;*/
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  padding: 30px;
  width: 600px; }

#ct-ultimate-gdpr-cookie-header {
  font-weight: bolder;
  padding: 0 0 7px;
  text-align: center;
  display: block;
  margin: 0; }

#ct-ultimate-gdpr-cookie-accept,
#ct-ultimate-gdpr-cookie-read-more,
#ct-ultimate-gdpr-cookie-change-settings {
  padding: 6px 10px;
  font-weight: bolder;
  cursor: pointer;
  margin: 5px 10px; }

#ct-ultimate-gdpr-cookie-read-more:hover,
#ct-ultimate-gdpr-cookie-read-more:focus {
  text-decoration: none; }

#ct-ultimate-gdpr-cookie-accept {
  float: left; }

#ct-ultimate-gdpr-cookie-read-more {
  float: right; }

#ct-ultimate-gdpr-cookie-change-settings {
  float: right; }

.ct-ultimate-gdpr-container #tabs {
  border: 0;
  padding: 0; }

.ct-ultimate-gdpr-container #tabs .ui-widget-header {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 14px;
  text-transform: uppercase; }

.ct-ultimate-gdpr-container #tabs .ui-tabs-nav {
  border-radius: 0;
  padding: 0; }

.ct-ultimate-gdpr-container #tabs .ui-tabs-nav li {
  margin: 0 0.2em 0 0;
  border-radius: 0; }

.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 1em 1.5em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700; }

.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-tabs-anchor:focus {
  outline: 0; }

.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active,
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-widget-content .ui-state-active,
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-widget-header .ui-state-active {
  background: #f8f8f8;
  border-top: 3px solid #222;
  border-left: 0;
  border-right: 0; }

.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active a,
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-widget-content .ui-state-active a,
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-widget-header .ui-state-active a {
  color: #222; }

.ct-ultimate-gdpr-container .ui-state-default,
.ct-ultimate-gdpr-container .ui-widget-content .ui-state-default,
.ct-ultimate-gdpr-container .ui-widget-header .ui-state-default {
  background: #ced6e0;
  border-top: 1px solid #ced6e0;
  border-left: 1px solid #ced6e0;
  border-right: 1px solid #ced6e0; }

.ct-ultimate-gdpr-container .ui-state-hover,
.ct-ultimate-gdpr-container .ui-widget-content .ui-state-hover,
.ct-ultimate-gdpr-container .ui-widget-header .ui-state-hover {
  border-top: 1px solid #747d8c;
  border-left: 1px solid #747d8c;
  border-right: 1px solid #747d8c;
  background: #747d8c; }

.ct-ultimate-gdpr-container .ui-state-hover a,
.ct-ultimate-gdpr-container .ui-widget-content .ui-state-hover a,
.ct-ultimate-gdpr-container .ui-widget-header .ui-state-hover a {
  color: #fff; }

.ct-ultimate-gdpr-container #tabs .ui-tabs-panel {
  background: #f8f8f8;
  padding: 2em 1.5em; }

.ct-ultimate-gdpr-container #tabs .ui-widget-content,
.ct-ultimate-gdpr-container label,
.ct-ultimate-gdpr-container .ui-widget input,
.ct-ultimate-gdpr-container .ui-widget select,
.ct-ultimate-gdpr-container .ui-widget textarea,
.ct-ultimate-gdpr-container .ui-widget button {
  font-family: inherit;
  font-size: 14px; }

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: 0 !important; }

.ct-headerContent {
  margin-bottom: 2em; }

.ct-ultimate-gdpr-service-options {
  display: table;
  margin-bottom: 0.8em; }

.ct-ultimate-gdpr-service-option,
.ct-ultimate-gdpr-service-details {
  display: table-cell; }

.ct-ultimate-gdpr-service-title {
  font-weight: 700; }

.ct-ultimate-gdpr-services-email {
  margin: 2em 0; }

.ct-ultimate-gdpr-service-description {
  font-size: 0.9em; }

.ct-ultimate-gdpr-forget-submitBtn {
  margin-top: 2em;
  display: block; }

.ct-ultimate-gdpr-container input[type="checkbox"], .ct-ultimate-gdpr-container input[type="radio"] {
  margin-right: 0.4375em !important; }

.ct-ultimate-gdpr-container input[type="text"],
.ct-ultimate-gdpr-container input[type="email"],
.ct-ultimate-gdpr-container input[type="url"],
.ct-ultimate-gdpr-container input[type="password"],
.ct-ultimate-gdpr-container input[type="search"],
.ct-ultimate-gdpr-container input[type="tel"],
.ct-ultimate-gdpr-container input[type="number"],
.ct-ultimate-gdpr-container textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%; }

.ct-ultimate-gdpr-container input[type="submit"],
.ct-ultimate-gdpr-container input[type="submit"][disabled]:hover,
.ct-ultimate-gdpr-container input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }

.ct-ultimate-gdpr-container input[type="submit"]:hover {
  background: #747d8c; }

.ct-ultimate-gdpr-container label[for=ct-ultimate-gdpr-consent-field] {
  display: inline-block !important; }

.ct-u-display-block {
  display: block; }

/*Cookie Consent Modal*/
html.cookie-modal-open,
body.cookie-modal-open {
  overflow: hidden;
  height: initial; }

#ct-ultimate-gdpr-cookie-modal {
  display: none;
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ct-ultimate-gdpr-cookie-modal-content {
  font-family: inherit;
  background-color: #fff;
  margin: 100px auto 0 auto;
  padding: 30px 15px;
  width: 95%;
  max-width: 970px; }

#ct-ultimate-gdpr-cookie-modal-close {
  float: right;
  margin-right: 15px; }

#ct-ultimate-gdpr-cookie-modal-close:hover,
#ct-ultimate-gdpr-cookie-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

#ct-ultimate-gdpr-cookie-modal-body h2,
#ct-ultimate-gdpr-cookie-modal-body h3 {
  text-align: center; }

#ct-ultimate-gdpr-cookie-modal-body h2 {
  font-size: 30px;
  color: #333;
  margin: 0 0 31px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700; }

.ct-ultimate-gdpr-cookie-modal-desc {
  text-align: center;
  line-height: 28px; }

.ct-ultimate-gdpr-cookie-modal-desc p {
  margin: 0; }

.ct-ultimate-gdpr-cookie-modal-desc span {
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 800;
  color: #3170ce; }

#ct-ultimate-gdpr-cookie-modal-body h3 {
  margin-top: 20px;
  margin-bottom: 40px; }

.ct-ultimate-gdpr-cookie-modal-slider {
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 0 70px 0;
  padding: 0; }

.ct-ultimate-gdpr-cookie-modal-slider-item {
  background-color: transparent; }

.ct-ultimate-gdpr-cookie-modal-slider li {
  text-align: center;
  width: 100%; }

.ct-ultimate-gdpr-cookie-modal-slider li div {
  background: #fafafa;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 5px; }

.ct-ultimate-gdpr-cookie-modal-slider li div svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.ct-ultimate-gdpr-cookie-modal-slider li div svg path {
  fill: #595959; }

.ct-ultimate-gdpr-cookie-modal-slider li label {
  color: #595959 !important;
  font-weight: 500 !important;
  font-size: 13px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }

.ct-ultimate-gdpr-cookie-modal-slider [type="radio"]:checked,
.ct-ultimate-gdpr-cookie-modal-slider [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.ct-ultimate-gdpr-cookie-modal-slider [type="radio"]:checked + label:before,
.ct-ultimate-gdpr-cookie-modal-slider [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  background: #fff; }

.ct-ultimate-gdpr-cookie-modal-slider li.ct-ultimate-gdpr-cookie-modal-slider-item--active label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #82aa3b;
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.ct-ultimate-gdpr-cookie-modal-slider li.ct-ultimate-gdpr-cookie-modal-slider-item--NOTactive label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.ct-ultimate-gdpr-cookie-modal-slider-info {
  display: none; }

.ct-ultimate-gdpr-cookie-modal-slider-info.ct-ultimate-gdpr-cookie-modal-slider-info--active {
  display: block; }

.ct-ultimate-gdpr-cookie-modal-slider-desc h4 {
  font-size: 16px;
  font-weight: 700; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.ct-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.ct-ultimate-gdpr-cookie-modal-slider-able,
.ct-ultimate-gdpr-cookie-modal-slider-not-able {
  list-style: none;
  margin: 0 0 10px 0; }

.ct-ultimate-gdpr-cookie-modal-slider-able {
  padding-right: 15px; }

.ct-ultimate-gdpr-cookie-modal-slider-able li,
.ct-ultimate-gdpr-cookie-modal-slider-not-able li {
  position: relative;
  font-size: 13px;
  padding-left: 26px;
  line-height: 30px; }

.ct-ultimate-gdpr-cookie-modal-slider-able li:before,
.ct-ultimate-gdpr-cookie-modal-slider-not-able li:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  left: 0;
  position: absolute; }

.ct-ultimate-gdpr-cookie-modal-slider-able li:before {
  color: #71db80;
  content: '\f00c'; }

.ct-ultimate-gdpr-cookie-modal-slider-not-able li:before {
  color: #ffc18b;
  content: '\f00d'; }

.ct-ultimate-gdpr-cookie-modal-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase; }

.ct-ultimate-gdpr-cookie-modal-btn a {
  color: #fff;
  border-radius: 40px;
  padding: 6px 21px;
  font-weight: 600;
  background: #3170ce;
  border: 2px solid #3170ce;
  font-size: 14px; }

.ct-ultimate-gdpr-cookie-modal-btn a:hover {
  color: #3170ce;
  background: none;
  text-decoration: none; }

/*Top panel*/
body.cookie-modal-open #ct-ultimate-gdpr-cookie-popup {
  right: 8.5px; }

.ct-ultimate-gdpr-cookie-popup-topPanel {
  padding: 20px 0 35px 0; }

.ct-ultimate-gdpr-cookie-popup-topPanel #ct-ultimate-gdpr-cookie-content {
  margin-bottom: 20px; }

.ct-ultimate-gdpr-cookie-popup-topPanel #ct-ultimate-gdpr-cookie-accept,
.ct-ultimate-gdpr-cookie-popup-topPanel #ct-ultimate-gdpr-cookie-read-more,
.ct-ultimate-gdpr-cookie-popup-topPanel #ct-ultimate-gdpr-cookie-change-settings {
  border: 1px solid #e1e1e1;
  margin: 5px 0;
  font-weight: 400; }

.ct-ultimate-gdpr-cookie-popup-topPanel #ct-ultimate-gdpr-cookie-accept:hover,
.ct-ultimate-gdpr-cookie-popup-topPanel #ct-ultimate-gdpr-cookie-read-more:hover,
.ct-ultimate-gdpr-cookie-popup-topPanel #ct-ultimate-gdpr-cookie-change-settings:hover {
  border: 1px solid #000; }

.ct-ultimate-gdpr-cookie-popup-topPanel #ct-ultimate-gdpr-cookie-read-more {
  margin-left: 10px; }

.ct-ultimate-gdpr-cookie-popup-topPanel #ct-ultimate-gdpr-cookie-accept {
  margin-right: 10px; }

/*Bottom panel*/
.ct-ultimate-gdpr-cookie-popup-bottomPanel {
  padding: 20px 0 35px 0; }

.ct-ultimate-gdpr-cookie-popup-bottomPanel #ct-ultimate-gdpr-cookie-content {
  margin-bottom: 20px; }

.ct-ultimate-gdpr-cookie-popup-bottomPanel #ct-ultimate-gdpr-cookie-accept,
.ct-ultimate-gdpr-cookie-popup-bottomPanel #ct-ultimate-gdpr-cookie-read-more,
.ct-ultimate-gdpr-cookie-popup-bottomPanel #ct-ultimate-gdpr-cookie-change-settings {
  border: 1px solid #e1e1e1;
  margin: 5px 0;
  font-weight: 400; }

.ct-ultimate-gdpr-cookie-popup-bottomPanel #ct-ultimate-gdpr-cookie-accept:hover,
.ct-ultimate-gdpr-cookie-popup-bottomPanel #ct-ultimate-gdpr-cookie-read-more:hover,
.ct-ultimate-gdpr-cookie-popup-bottomPanel #ct-ultimate-gdpr-cookie-change-settings:hover {
  border: 1px solid #000; }

.ct-ultimate-gdpr-cookie-popup-bottomPanel #ct-ultimate-gdpr-cookie-read-more {
  margin-left: 10px; }

.ct-ultimate-gdpr-cookie-popup-bottomPanel #ct-ultimate-gdpr-cookie-accept {
  margin-right: 10px; }

#ct-ultimate-gdpr-cookie-open {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 19px;
  height: 26px;
  content: "\f013";
  font-family: 'Fontawesome';
  font-size: 22px;
  z-index: 999999;
  cursor: pointer; }

.ct-ultimate-gdpr-cookie-popup-squared {
  border-radius: 0 !important; }

.ct-ultimate-gdpr-cookie-popup-button-rounded #ct-ultimate-gdpr-cookie-accept,
.ct-ultimate-gdpr-cookie-popup-button-rounded #ct-ultimate-gdpr-cookie-read-more,
.ct-ultimate-gdpr-cookie-popup-button-rounded #ct-ultimate-gdpr-cookie-change-settings {
  border-radius: 5px; }

.ct-ultimate-gdpr-cookie-popup-button-large #ct-ultimate-gdpr-cookie-accept,
.ct-ultimate-gdpr-cookie-popup-button-large #ct-ultimate-gdpr-cookie-read-more,
.ct-ultimate-gdpr-cookie-popup-button-large #ct-ultimate-gdpr-cookie-change-settings {
  padding: 10px 20px; }

.ct-ultimate-gdpr-cookie-popup-modern {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.ct-ultimate-gdpr-cookie-popup-modern.ct-ultimate-gdpr-cookie-topPanel,
.ct-ultimate-gdpr-cookie-popup-modern.ct-ultimate-gdpr-cookie-bottomPanel {
  padding: 15px 40px 0 !important; }

.ct-ultimate-gdpr-cookie-popup-modern .ct-container {
  width: 100%; }

.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-content {
  float: left; }

.ct-ultimate-gdpr-cookie-popup-modern .ct-ultimate-gdpr-cookie-buttons {
  float: right; }

body.cookie-modal-open #ct-ultimate-gdpr-cookie-open {
  right: 37px; }

/**Slider **/
#ct-ultimate-gdpr-cookie-modal-slider-form {
  position: relative; }

.ct-ultimate-gdpr-slider {
  height: 100px;
  border: 3px solid #82aa3b;
  border-radius: 70px;
  background-color: transparent;
  position: absolute;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ct-ultimate-gdpr-slider {
  width: 25%;
  margin-left: 0; }

.ct-ultimate-gdpr--Groups-1 .ct-ultimate-gdpr-slider,
.ct-ultimate-gdpr--Groups-2 .ct-ultimate-gdpr-slider,
.ct-ultimate-gdpr--Groups-3 .ct-ultimate-gdpr-slider,
.ct-ultimate-gdpr--Groups-4 .ct-ultimate-gdpr-slider {
  display: none; }

.ct-ultimate-gdpr--Groups-1 .ct-slider-cookie1 .ct-ultimate-gdpr-slider,
.ct-ultimate-gdpr--Groups-1 .ct-slider-cookie2 .ct-ultimate-gdpr-slider,
.ct-ultimate-gdpr--Groups-1 .ct-slider-cookie3 .ct-ultimate-gdpr-slider,
.ct-ultimate-gdpr--Groups-1 .ct-slider-cookie4 .ct-ultimate-gdpr-slider {
  display: block;
  width: 25%;
  margin-left: 37%; }

.ct-slider-cookie2 .ct-ultimate-gdpr-slider {
  width: 50%; }

.ct-slider-cookie3 .ct-ultimate-gdpr-slider {
  width: 75%; }

.ct-slider-cookie4 .ct-ultimate-gdpr-slider {
  width: 100%; }

.ct-ultimate-gdpr-cookie-modal-slider-item--selected {
  position: relative; }

.ct-ultimate-gdpr-cookie-modal-slider-item--selected:before {
  content: '';
  position: absolute;
  border-top: 2px solid #e6e6e6;
  width: 20px;
  right: -10px;
  top: 40px; }

.ct-ultimate-gdpr-cookie-modal-slider-item--selected:after {
  content: '';
  position: absolute;
  border-right: 2px solid #e6e6e6;
  height: 20px;
  right: -1px;
  top: 31px; }

.ct-ultimate-gdpr-cookie-topPanel-padding {
  padding-top: 154px; }

.ct-ultimate-gdpr-cookie-bottomPanel-padding {
  /*padding-bottom: 154px;*/ }

.ct-ultimate-gdpr-cookie-topPanel-padding.popup-modern-style {
  padding-top: 114px; }

.ct-ultimate-gdpr-cookie-bottomPanel-padding.popup-modern-style {
  padding-bottom: 114px; }

.ct-ultimate-gdpr-cookie-modal-slider-item div {
  position: relative; }

.ct-ultimate-gdpr-cookie-modal-slider-item .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #595959; }

.ct-ultimate-gdpr-cookie-modal-slider-item--active .fas,
.ct-ultimate-gdpr-cookie-modal-slider-item--selected .fas {
  color: #82aa3b; }

.ct-uGdpr-configForm {
  margin: 0 30px; }

.ct-uGdpr__GroupTitle {
  margin-bottom: 30px; }

.ct-uGdpr-configForm input[type="checkbox"] {
  width: initial; }

.ct-uGdpr-list__Button {
  margin: 10px 0; }

.ct-uGdpr__CookieList ol,
.ct-uGdpr-list ol {
  margin-bottom: 30px; }

.ct-uGdpr__CookieList li:nth-of-type(2n),
.ct-uGdpr-list li:nth-of-type(2n) {
  background-color: #e6e6e6; }

.ct-uGdpr__CookieList select {
  margin-left: 20px; }

.ct-uGdpr__CookieList li {
  padding: 5px; }

.ct-uGdpr-list li .fas {
  color: #d9534f;
  margin-left: 10px;
  cursor: pointer; }

.ct-gdpr-cookieList {
  margin-right: 40px; }

.ct-uGdpr-modalWelcome {
  margin: 0 30px; }

.ct-loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*MEDIA QUERRIES*/
@media (min-width: 480px) {
  .ct-ultimate-gdpr-cookie-modal-slider li div {
    width: 80px;
    height: 80px; }

  .ct-ultimate-gdpr-cookie-modal-slider li div svg {
    width: 40px;
    height: 40px; } }
@media (min-width: 768px) {
  /*.ct-container {*/
  /*width: 750px;*/
  /*}*/
  #ct-ultimate-gdpr-cookie-modal-body {
    padding: 0 20px; } }
@media (min-width: 992px) {
  .ct-container {
    width: 970px; }

  .ct-ultimate-gdpr-cookie-modal-slider-desc {
    width: 100%; }

  #ct-ultimate-gdpr-cookie-modal-body {
    padding: 0 60px; }

  .ct-ultimate-gdpr-cookie-modal-slider-item--selected {
    position: relative; } }
@media (min-width: 1200px) {
  .ct-container {
    width: 1170px; }

  .ct-ultimate-gdpr-cookie-modal-slider-desc {
    float: left;
    width: 50%; } }
@media (max-width: 479px) {
  .ct-ultimate-gdpr-cookie-modal-slider li label {
    font-size: 11px; }

  .ct-ultimate-gdpr-slider {
    width: 25%;
    height: 60px;
    border: 2px solid #82aa3b;
    border-radius: 40px;
    top: -8px; }

  .ct-ultimate-gdpr-cookie-modal-slider-item--selected:before {
    display: none; }

  .ct-ultimate-gdpr-cookie-modal-slider-item--selected:after {
    display: none; } }
#ct-ultimate-gdpr-cookie-open {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 19px;
  height: 26px;
  content: "\f013";
  font-family: 'Fontawesome';
  font-size: 22px;
  z-index: 999999;
  cursor: pointer;
  padding-bottom: 114px; }

#ct-ultimate-gdpr-cookie-read-more:hover,
#ct-ultimate-gdpr-cookie-read-more:focus {
  text-decoration: none; }

#ct-ultimate-gdpr-cookie-accept {
  float: left; }

html #ct-ultimate-gdpr-cookie-popup {
  display: block; }

.ct-ultimate-gdpr-cookie-modal-slider-item .fas {
  line-height: 75px; }

.ct-ultimate-gdpr-cookie-modal-desc p {
  font-size: 14px; }

.ct-container {
  margin: 0 auto;
  /*padding: 20px 0 35px 0;*/
  padding: 20px 0 65px 0; }

html .ct-ultimate-gdpr-cookie-modal-content .ct-uGdpr__CookieListContainer {
  width: 50%;
  float: left;
  padding: 0 10px; }

html .ct-ultimate-gdpr-cookie-modal-content .ct-uGdpr__CookieListContainer select {
  float: right;
  position: relative;
  top: -2px; }

html .ct-ultimate-gdpr-cookie-modal-content .ct-uGdpr__InlineInput {
  width: 60%;
  display: inline-block; }

html .ct-ultimate-gdpr-cookie-modal-content .ct-uGdpr__InlineButton {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: -1px; }

html .ct-ultimate-gdpr-cookie-modal-content .ct-uGdpr__BlockLabel {
  display: block; }

html .ct-ultimate-gdpr-cookie-modal-content .ct-uGdpr-configForm input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -10px; }

html .ct-ultimate-gdpr-cookie-modal-content .ct-ultimate-gdpr-cookie-modal-slider-item {
  cursor: pointer; }

#ct-ultimate-gdpr-cookie-popup,
#ct-ultimate-gdpr-cookie-modal {
  display: none; }

html #ct-ultimate-gdpr-cookie-popup {
  display: block; }

@media (max-width: 479px) {
  .ct-ultimate-gdpr-cookie-modal-slider-item .fas {
    line-height: 40px; } }
/*SKIN 2 - modal*/
.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-slider {
  border: none; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 h2 {
  text-transform: uppercase; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-desc p {
  font-size: 15px; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-desc span {
  font-size: 15px;
  color: #4467b9;
  text-transform: unset;
  letter-spacing: 1px; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 h3 {
  font-size: 22px;
  color: #333333; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-slider-desc h4 {
  color: #666666;
  text-transform: uppercase; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-slider-desc ul.ct-ultimate-gdpr-cookie-modal-slider-able li,
.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-slider-desc ul.ct-ultimate-gdpr-cookie-modal-slider-not-able li {
  color: #808080; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-slider-desc ul.ct-ultimate-gdpr-cookie-modal-slider-able li:before,
.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-slider-desc ul.ct-ultimate-gdpr-cookie-modal-slider-not-able li:before {
  content: '\f068';
  color: grey; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-btn a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 25px;
  border-radius: 0;
  background: #4265b8; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-btn a:hover {
  color: #4265b8;
  border-radius: 0;
  background: #ffffff;
  border: 2px solid #4265b8; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-slider-item {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f8f8f8;
  margin-left: 15px;
  margin-right: 15px;
  /*width: 195px;*/ }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item::after,
.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item::before {
  display: none; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item div {
  background: #ffffff;
  opacity: 0.6; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item div .fas {
  color: #f1f1f2; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item label {
  opacity: 0.6;
  font-size: 15px; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item label::after,
.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item label::before {
  display: none; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item.ct-ultimate-gdpr-cookie-modal-slider-item--active,
.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item.ct-ultimate-gdpr-cookie-modal-slider-item--selected {
  background: #f2f2f2;
  border: 2px solid #d3d6dd;
  border-radius: 4px; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item.ct-ultimate-gdpr-cookie-modal-slider-item--active .fas,
.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item.ct-ultimate-gdpr-cookie-modal-slider-item--selected .fas {
  color: #9599a1; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item.ct-ultimate-gdpr-cookie-modal-slider-item--active div,
.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item.ct-ultimate-gdpr-cookie-modal-slider-item--selected div,
.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item.ct-ultimate-gdpr-cookie-modal-slider-item--active label,
.ct-ultimate-gdpr-cookie-modal-content .skin-2 li.ct-ultimate-gdpr-cookie-modal-slider-item.ct-ultimate-gdpr-cookie-modal-slider-item--selected label {
  opacity: unset;
  font-size: 15px; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-slider-item:first-child {
  margin-left: 0px;
  margin-right: 15px; }

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-slider-item:last-child {
  margin-left: 15px;
  margin-right: 0px; }

/*SKIN 3 - modal*/
.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-slider {
  border: none; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-desc p {
  color: #808080; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-desc span {
  font-size: 13px;
  color: #6a8ee7;
  text-transform: unset; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 h3 {
  color: #333333;
  font-size: 24px;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
  padding-top: 40px; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-desc h4 {
  color: #333333;
  letter-spacing: 1px; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-desc ul.ct-ultimate-gdpr-cookie-modal-slider-able li,
.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-desc ul.ct-ultimate-gdpr-cookie-modal-slider-not-able li {
  color: #808080; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-desc ul.ct-ultimate-gdpr-cookie-modal-slider-able li:before {
  content: '\f058';
  color: #84cf3b; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-desc ul.ct-ultimate-gdpr-cookie-modal-slider-not-able li:before {
  color: #f64d40; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-btn a {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px 25px;
  border-radius: 0;
  background: #6a8ee7;
  border: none;
  text-transform: capitalize; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-btn a:before {
  content: '\f00c';
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-right: 10px; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-btn a:hover {
  color: #6a8ee7;
  border-radius: 0;
  background: #ffffff;
  border: 2px solid #6a8ee7; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-btn a:hover:before {
  color: #6a8ee7; }

/*groupings*/
.ct-ultimate-gdpr-cookie-modal-content .skin-3 li.ct-ultimate-gdpr-cookie-modal-slider-item::after,
.ct-ultimate-gdpr-cookie-modal-content .skin-3 li.ct-ultimate-gdpr-cookie-modal-slider-item::before {
  display: none; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 li.ct-ultimate-gdpr-cookie-modal-slider-item label::after,
.ct-ultimate-gdpr-cookie-modal-content .skin-3 li.ct-ultimate-gdpr-cookie-modal-slider-item label::before {
  display: none; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 li.ct-ultimate-gdpr-cookie-modal-slider-item label {
  margin-top: 10px; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 li.ct-ultimate-gdpr-cookie-modal-slider-item div {
  background: none; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 li.ct-ultimate-gdpr-cookie-modal-slider-item .fas {
  color: #878b92;
  font-size: 4em; }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-item {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  border-bottom: 5px solid #f2f2f2;
  /*width: 195px;*/ }

.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-item:first-child {
  margin-left: -75px; }

@media (max-width: 479px) and (min-width: 320px) {
  .ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-item:first-child {
    margin-left: 0px; } }
@media (max-width: 768px) and (min-width: 480px) {
  .ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-item:first-child {
    margin-left: -34px; } }
.ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-item:last-child {
  margin-right: -75px; }

@media (max-width: 479px) and (min-width: 320px) {
  .ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-item:last-child {
    margin-right: 0px; } }
@media (max-width: 768px) and (min-width: 480px) {
  .ct-ultimate-gdpr-cookie-modal-content .skin-3 .ct-ultimate-gdpr-cookie-modal-slider-item:last-child {
    margin-right: -34px; } }
.ct-ultimate-gdpr-cookie-modal-content .skin-3 li.ct-ultimate-gdpr-cookie-modal-slider-item.ct-ultimate-gdpr-cookie-modal-slider-item--active,
.ct-ultimate-gdpr-cookie-modal-content .skin-3 li.ct-ultimate-gdpr-cookie-modal-slider-item.ct-ultimate-gdpr-cookie-modal-slider-item--selected {
  border-bottom: 5px solid #6a8ee7;
  background: #f2f2f2; }

.skin-default-theme h2.ct-header-popup {
  font-size: 20px;
  margin-top: 0; }

/*SKIN 2 LIGHT THEME - COOKIES POPUP*/
.skin-light-theme.ct-ultimate-gdpr-cookie-bottomLeft #ct-ultimate-gdpr-cookie-content,
.skin-light-theme.ct-ultimate-gdpr-cookie-bottomRight #ct-ultimate-gdpr-cookie-content,
.skin-light-theme.ct-ultimate-gdpr-cookie-topLeft #ct-ultimate-gdpr-cookie-content,
.skin-light-theme.ct-ultimate-gdpr-cookie-topRight #ct-ultimate-gdpr-cookie-content {
  padding-bottom: 30px;
  padding-top: 10px; }

.skin-light-theme #ct-ultimate-gdpr-cookie-accept {
  margin-left: 0; }

.skin-light-theme #ct-ultimate-gdpr-cookie-read-more {
  margin-right: 0; }

.skin-default-theme .ct-skin-light-icon, .skin-dark-theme .ct-skin-light-icon, .skin-light-theme .ct-skin-dark-icon,
.skin-default-theme .ct-skin-dark-icon {
  display: none; }

.skin-light-theme .ct-skin-light-icon {
  display: block; }

.skin-light-theme {
  background: #ffffff;
  border-radius: 0 !important; }

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .skin-light-theme.ct-ultimate-gdpr-cookie-bottomLeft,
  .skin-light-theme.ct-ultimate-gdpr-cookie-bottomRight {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important; }

  .skin-light-theme.ct-ultimate-gdpr-cookie-topLeft,
  .skin-light-theme.ct-ultimate-gdpr-cookie-topRight {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important; } }
.skin-light-theme h2.ct-header-popup {
  font-size: 20px;
  color: #333333; }

.skin-light-theme #ct-ultimate-gdpr-cookie-content {
  font-size: 14px;
  color: #808080; }

.skin-light-theme #ct-ultimate-gdpr-cookie-accept {
  background-color: #6a8ee7 !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 0;
  font-size: 12px;
  padding: 12px 15px; }

.skin-light-theme #ct-ultimate-gdpr-cookie-accept:before {
  color: #ffffff;
  content: '\f00c';
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-right: 5px; }

.skin-light-theme #ct-ultimate-gdpr-cookie-change-settings {
  background-color: #fff !important;
  border: 2px solid #b3b3b3;
  border-radius: 0;
  color: #b2b2b2;
  font-size: 12px;
  padding: 10px 15px; }

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .skin-light-theme #ct-ultimate-gdpr-cookie-change-settings {
    margin: 5px 0px; } }
.skin-light-theme #ct-ultimate-gdpr-cookie-change-settings:hover {
  background-color: #b3b3b3 !important;
  border: 2px solid #b3b3b3;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 15px; }

.skin-light-theme #ct-ultimate-gdpr-cookie-change-settings:after {
  color: #b2b2b2;
  content: '\f013';
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-left: 5px; }

.skin-light-theme #ct-ultimate-gdpr-cookie-change-settings:hover:after {
  color: #ffffff; }

.skin-light-theme #ct-ultimate-gdpr-cookie-read-more {
  background: #262626 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-size: 12px;
  padding: 10px 15px;
  border: 2px solid #262626 !important; }

.skin-light-theme #ct-ultimate-gdpr-cookie-read-more:after {
  color: #ffffff;
  content: '\f30b';
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-left: 5px; }

/*SKIN 3 DARK THEME - COOKIES POPUP*/
.skin-dark-theme.ct-ultimate-gdpr-cookie-bottomLeft #ct-ultimate-gdpr-cookie-content,
.skin-dark-theme.ct-ultimate-gdpr-cookie-bottomRight #ct-ultimate-gdpr-cookie-content,
.skin-dark-theme.ct-ultimate-gdpr-cookie-topLeft #ct-ultimate-gdpr-cookie-content,
.skin-dark-theme.ct-ultimate-gdpr-cookie-topRight #ct-ultimate-gdpr-cookie-content {
  padding-bottom: 30px;
  padding-top: 10px; }

.skin-dark-theme #ct-ultimate-gdpr-cookie-accept {
  margin-left: 0; }

.skin-dark-theme #ct-ultimate-gdpr-cookie-read-more {
  margin-right: 0; }

.skin-dark-theme .ct-skin-dark-icon {
  position: absolute;
  right: 0;
  top: -25px;
  margin-right: -15px; }

.skin-dark-theme {
  background: #262626;
  border-radius: 0 !important;
  overflow: hidden; }

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .skin-dark-theme.ct-ultimate-gdpr-cookie-bottomLeft,
  .skin-dark-theme.ct-ultimate-gdpr-cookie-bottomRight {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important; }

  .skin-dark-theme.ct-ultimate-gdpr-cookie-topLeft,
  .skin-dark-theme.ct-ultimate-gdpr-cookie-topRight {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important; } }
.skin-dark-theme h2.ct-header-popup {
  font-size: 20px;
  color: #ffffff;
  margin-top: 0; }

.skin-dark-theme #ct-ultimate-gdpr-cookie-content {
  font-size: 14px;
  color: #cccccc; }

.skin-dark-theme #ct-ultimate-gdpr-cookie-accept {
  background-color: #6a8ee7 !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 0;
  font-size: 12px;
  padding: 12px 15px; }

.skin-dark-theme #ct-ultimate-gdpr-cookie-accept:before {
  color: #ffffff;
  content: '\f00c';
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-right: 5px; }

.skin-dark-theme #ct-ultimate-gdpr-cookie-change-settings {
  background-color: transparent !important;
  border: 2px solid #b3b3b3;
  border-radius: 0;
  color: #b2b2b2;
  font-size: 12px;
  padding: 10px 15px; }

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .skin-dark-theme #ct-ultimate-gdpr-cookie-change-settings {
    margin: 5px 0px; } }
.skin-dark-theme #ct-ultimate-gdpr-cookie-change-settings:hover {
  background-color: #b3b3b3 !important;
  border: 2px solid #b3b3b3;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 15px; }

.skin-dark-theme #ct-ultimate-gdpr-cookie-change-settings:after {
  color: #b2b2b2;
  content: '\f013';
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-left: 5px; }

.skin-dark-theme #ct-ultimate-gdpr-cookie-change-settings:hover:after {
  color: #ffffff; }

.skin-dark-theme #ct-ultimate-gdpr-cookie-read-more {
  background: #808080 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-size: 12px;
  padding: 10px 15px;
  border: 2px solid #808080 !important; }

.skin-dark-theme #ct-ultimate-gdpr-cookie-read-more:after {
  color: #ffffff;
  content: '\f30b';
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-left: 5px; }

/*SKIN DEFAULT THEME RESPONSIVE*/
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .skin-default-theme.ct-ultimate-gdpr-cookie-bottomLeft,
  .skin-default-theme.ct-ultimate-gdpr-cookie-bottomRight {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important; }

  .skin-default-theme.ct-ultimate-gdpr-cookie-topLeft,
  .skin-default-theme.ct-ultimate-gdpr-cookie-topRight {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important; } }
@keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #d6d6d6; }
  body .container-fluid {
    background-color: #ffffff; }
    @media screen and (max-width: 767px) {
      body .container-fluid {
        margin-top: 50px; } }
  @media screen and (min-width: 1500px) {
    body {
      margin: 0px 80px 0px 80px; } }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 50; }

.btn-orange {
  background-color: #232b44;
  color: #ffffff; }
  .btn-orange:hover {
    background-color: #f7941d;
    color: #ffffff; }
  .btn-orange:focus {
    color: #ffffff; }

.btn-black {
  background-color: #0090a6;
  color: #ffffff; }
  .btn-black:hover {
    background-color: #f7941d;
    color: #ffffff; }
  .btn-black:focus {
    color: #ffffff; }

.btn-yellow {
  background-color: #f7941d;
  color: #ffffff; }

.btn-blue {
  background-color: #171b29;
  color: #ffffff; }

.btn-rounded {
  border-radius: 5px; }

.badge {
  font-weight: normal; }

.badge-warning {
  background-color: #f3aa5f; }

.bg-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 5px;
  margin-bottom: 5px; }
  .bg-info .badge {
    background-color: #ffffff;
    color: #333; }
    .bg-info .badge.orange {
      color: #0090a6; }

.bg-warning {
  color: #fff;
  background-color: #0090a6;
  border-color: #0090a6;
  padding: 5px;
  margin-bottom: 5px; }
  .bg-warning .badge {
    background-color: #ffffff;
    color: #333; }

.bg-grey {
  font-weight: bold;
  color: #000;
  background-color: #eee;
  border-color: #eee;
  padding: 5px;
  margin-bottom: 5px; }
  .bg-grey .badge {
    background-color: #ffffff;
    color: #333;
    white-space: pre-line;
    text-align: left; }
    .bg-grey .badge.orange {
      color: #0090a6; }

.blue {
  color: #171b29; }

.black {
  color: #000; }

.orange {
  color: #0090a6; }

.white {
  color: #ffffff; }

.red {
  color: red; }

.green {
  color: green; }

.bkg_light_grey {
  background-color: #333437;
  color: #ffffff; }
  .bkg_light_grey h3 {
    color: #67b0cd; }

.bkg_orange {
  background-color: #0090a6;
  color: #ffffff; }

.bkg_light_blue {
  background-color: #232b44;
  color: #ffffff; }
  .bkg_light_blue .badge {
    background-color: #ffffff;
    color: #333; }
    .bkg_light_blue .badge.orange {
      color: #0090a6; }

.label_default {
  text-align: center;
  border: 1px solid #ffffff;
  padding: 12px;
  text-decoration: none !important; }
  .label_default span {
    color: #ffffff;
    font-weight: bold;
    clear: both;
    font-size: 24px; }

.cursor-pointer {
  cursor: pointer; }

div.not_account {
  padding: 10px 20px;
  background-color: #171b29;
  overflow: hidden; }
  div.not_account span {
    color: #ffffff; }

div#talking {
  margin-top: 20px;
  margin-bottom: 50px; }
  div#talking h2 {
    text-align: center; }

div.footer {
  background-color: #232b44;
  height: auto;
  color: #ffffff;
  padding: 25px;
  font-size: 12px; }
  div.footer a {
    color: #ffffff; }
  div.footer h4 {
    color: #ffffff; }
  div.footer .footerTitle {
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px; }
  div.footer .footerTxt a {
    color: #ffffff; }
  @media screen and (max-width: 991px) {
    div.footer .footerTxt {
      font-size: 13px; } }
  @media screen and (max-width: 991px) {
    div.footer {
      text-align: center; } }

a.social_network {
  background-color: white;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block; }
  a.social_network i {
    vertical-align: middle;
    font-size: 30px !important;
    padding-top: 5px; }
  a.social_network.facebook {
    color: #3b5998; }
  a.social_network.twitter {
    color: #00aced; }
  a.social_network.instagram {
    color: #FD1D1D; }
  a.social_network:hover {
    opacity: 1; }
  a.social_network.facebook-inverse {
    color: #fff !important;
    background-color: #3b5998 !important; }
  a.social_network.big {
    width: 80px;
    height: 80px;
    padding-right: 5px;
    opacity: 1; }

#final-footer {
  color: #ffffff;
  padding: 1em;
  background-color: #171b29; }

div.footerSub {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 20px; }
  @media screen and (max-width: 550px) {
    div.footerSub {
      font-size: 11px; } }
  @media screen and (max-width: 480px) {
    div.footerSub {
      font-size: 10px; } }
  @media screen and (max-width: 360px) {
    div.footerSub {
      padding: 20px 0px 20px 0px; } }

#customCatTop {
  position: relative; }
  #customCatTop .customNavigation a {
    overflow: hidden;
    display: inline-block;
    float: left;
    position: absolute;
    top: 5px;
    width: 20px;
    height: 50px;
    cursor: pointer;
    opacity: 0.4; }
    #customCatTop .customNavigation a:hover {
      opacity: 0.9; }
  #customCatTop .customNavigation .next {
    right: 7px; }
  #customCatTop .customNavigation .prev {
    left: 7px; }
  #customCatTop .customCatTop {
    padding: 0px 0px 20px 0px;
    text-align: center;
    margin: 0 auto;
    width: 85%; }
    #customCatTop .customCatTop .owl-item .catIcone {
      width: 100%; }
    #customCatTop .customCatTop .owl-item span.title {
      font-size: 0.7em;
      color: #333437;
      margin-top: 10px;
      display: block; }

.endOfSale {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px; }

.productGlobalGrid {
  background-color: #f0f0f0;
  padding: 0px;
  border: 8px solid white;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  z-index: 0;
  position: relative; }
  .productGlobalGrid .infoandbuttons {
    height: 280px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .productGlobalGrid .infoandbuttons {
        height: 260px; } }
    .productGlobalGrid .infoandbuttons .buttons {
      position: absolute;
      bottom: 0px;
      width: 100%; }
  .productGlobalGrid:hover {
    transform: translate(0px, -5px);
    -webkit-box-shadow: -5px 10px 10px -9px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -5px 10px 10px -9px rgba(0, 0, 0, 0.35);
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    box-shadow: -5px 10px 10px -9px rgba(0, 0, 0, 0.35); }
  .productGlobalGrid .globalGridTitreInfoProduct {
    padding: 0px 10px; }
  .productGlobalGrid .infoGridProduct {
    font-size: 12px;
    line-height: 27px; }
    .productGlobalGrid .infoGridProduct .shortDesc {
      font-weight: 600; }

.follow {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 10px; }
  .follow button {
    padding: 6px; }

.bid-grid-product {
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #333437;
  color: white; }
  .bid-grid-product h5 {
    font-size: 14px;
    font-weight: bold; }
  .bid-grid-product:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle; }

#additional_info .txtProductInformation, .productInformation .txtProductInformation {
  color: #292525;
  text-align: center;
  clear: both;
  font-weight: bold;
  height: 48px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center; }
#additional_info .youtube-embed, .productInformation .youtube-embed {
  position: relative;
  text-align: center;
  width: 80%;
  height: 0;
  padding-bottom: 58%;
  /* 16:9 */
  margin: auto; }
  #additional_info .youtube-embed iframe, .productInformation .youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#vat_included {
  font-size: 13px;
  margin-left: 30px; }

.productBid {
  background-color: #333437;
  color: #f2f3f3;
  padding: 40px;
  margin-top: 0px;
  margin-right: 1px; }
  .productBid a {
    color: #ffffff; }
  .productBid .modal {
    color: #333437; }
    .productBid .modal a {
      color: #171b29; }
  .productBid .stock_in_trade a {
    color: inherit; }
  .productBid .title-highlight {
    color: #0090a6;
    font-size: 22px; }
  .productBid .actual_bid .big {
    font-size: 30px;
    font-weight: 300; }

#column div.left-column {
  padding: 0px; }
  #column div.left-column .labelFilterProduct, #column div.left-column .labelFilterSale {
    text-align: center;
    padding: 0px;
    border-left: 1px solid #ffffff; }
  #column div.left-column .FilterProduct-txt, #column div.left-column .filterSale-txt {
    font-weight: bold;
    clear: both;
    font-size: 18px;
    display: block;
    padding: 11px; }
    @media screen and (max-width: 480px) {
      #column div.left-column .FilterProduct-txt, #column div.left-column .filterSale-txt {
        font-size: 10px; } }
    @media screen and (max-width: 360px) {
      #column div.left-column .FilterProduct-txt, #column div.left-column .filterSale-txt {
        font-size: 8px; } }
  #column div.left-column .labelSale {
    text-align: left;
    background-color: #232b44;
    padding: 12px 12px 12px 25px; }
    #column div.left-column .labelSale .labelSale-txt {
      font-weight: bold;
      clear: both;
      font-size: 18px;
      color: #ffffff; }
  #column div.left-column .showSales {
    margin-bottom: 1px;
    overflow: hidden; }
    #column div.left-column .showSales .showSales-left-column {
      font-weight: bold; }
      @media screen and (min-width: 1200px) {
        #column div.left-column .showSales .showSales-left-column {
          line-height: 25px; } }
      #column div.left-column .showSales .showSales-left-column .showSales-zone1 {
        height: 214px;
        overflow: hidden;
        display: inline-block;
        color: #ffffff; }
        #column div.left-column .showSales .showSales-left-column .showSales-zone1 h3 {
          margin: 10px 6px 5px; }
        #column div.left-column .showSales .showSales-left-column .showSales-zone1 span.info {
          background: none;
          display: block;
          font-size: 12px;
          font-weight: bold;
          color: #fff;
          line-height: 1;
          vertical-align: middle;
          white-space: nowrap;
          text-align: left; }
      #column div.left-column .showSales .showSales-left-column .sliderImg {
        display: inline-block;
        height: 214px;
        -webkit-background-size: cover;
        margin: 0;
        padding: 0;
        background-size: cover; }
        #column div.left-column .showSales .showSales-left-column .sliderImg .labelMiniSaleName {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(51, 52, 55, 0.7);
          line-height: 50px;
          padding: 10px 10px 10px 10px; }
          #column div.left-column .showSales .showSales-left-column .sliderImg .labelMiniSaleName h4 {
            color: #67b0cd; }
        #column div.left-column .showSales .showSales-left-column .sliderImg div.sale_info_xs {
          bottom: 0px;
          position: absolute;
          background: rgba(51, 52, 55, 0.7);
          width: 100%;
          height: 50px;
          line-height: 50px;
          text-align: center;
          color: white; }
    #column div.left-column .showSales .showSales-right-column {
      background-color: #eee; }
      #column div.left-column .showSales .showSales-right-column .btnShowSalesInformation {
        position: absolute;
        color: #ffffff;
        text-align: center;
        padding: 10px;
        width: 100%;
        margin-top: 10px; }
        #column div.left-column .showSales .showSales-right-column .btnShowSalesInformation.btn_more_info {
          bottom: 60px;
          left: 0; }
        #column div.left-column .showSales .showSales-right-column .btnShowSalesInformation.btn_more_sales, #column div.left-column .showSales .showSales-right-column .btnShowSalesInformation.btn_more_sales_hide {
          bottom: 0;
          left: 0; }
        @media screen and (max-width: 1203px) {
          #column div.left-column .showSales .showSales-right-column .btnShowSalesInformation {
            position: relative;
            margin-top: 0px;
            bottom: 0px !important; } }
        #column div.left-column .showSales .showSales-right-column .btnShowSalesInformation.fixed {
          position: fixed;
          top: -10px;
          height: 60px;
          z-index: 100; }
      #column div.left-column .showSales .showSales-right-column .saleInformation-txt {
        margin-top: 15px; }
      @media screen and (min-width: 1203px) {
        #column div.left-column .showSales .showSales-right-column {
          height: 214px; } }
      @media screen and (max-width: 1200px) {
        #column div.left-column .showSales .showSales-right-column {
          padding: 0px; } }
  #column div.left-column .label-row {
    margin: 0px; }
  #column div.left-column .label-row-sales {
    margin: 0px; }
    #column div.left-column .label-row-sales .gridSeparator {
      height: 1px; }
  #column div.left-column .showTotalSales {
    border-radius: none;
    width: 100%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: 100px;
    font-size: 34px;
    padding: 17px; }
    #column div.left-column .showTotalSales a.btn-showTotalSales {
      background-color: inherit; }
  #column div.left-column .productDescription {
    padding: 0px 35px;
    text-align: justify; }
  #column div.left-column .nav-product.nav-pills li.active a {
    background-color: #0090a6; }
    #column div.left-column .nav-product.nav-pills li.active a:hover {
      background-color: #333437; }
  #column div.left-column .labelBidProductPage {
    text-align: center;
    border-radius: 0;
    outline: 1px solid #ffffff;
    outline-offset: -1px;
    padding: 15px;
    font-weight: bold; }
#column .editProfil {
  padding: 0px 15px 15px 15px;
  line-height: 30px;
  font-size: 18px; }
  #column .editProfil p {
    color: #171b29; }
  #column .editProfil h3 {
    margin-top: 0px;
    margin-bottom: 30px; }
  #column .editProfil #edit, #column .editProfil #save {
    position: absolute;
    right: 10px;
    bottom: 21px; }
#column div.right-column .labelCategorie {
  text-align: center;
  background-color: #232b44;
  padding: 12px;
  clear: both;
  border-left: 1px solid #ffffff; }
  #column div.right-column .labelCategorie .labelCategorie-txt {
    font-weight: bold;
    clear: both;
    font-size: 18px;
    color: #ffffff; }
    @media screen and (max-width: 480px) {
      #column div.right-column .labelCategorie .labelCategorie-txt {
        font-size: 10px; } }
    @media screen and (max-width: 360px) {
      #column div.right-column .labelCategorie .labelCategorie-txt {
        font-size: 8px; } }
#column div.right-column .labelSelection, #column div.right-column .labelNewsletter, #column div.right-column .labelYoutube {
  text-align: center;
  background-color: #232b44;
  padding: 12px;
  clear: both; }
  #column div.right-column .labelSelection .labelSelection-txt, #column div.right-column .labelSelection .labelNewsletter-txt, #column div.right-column .labelSelection .labelYoutube-txt, #column div.right-column .labelNewsletter .labelSelection-txt, #column div.right-column .labelNewsletter .labelNewsletter-txt, #column div.right-column .labelNewsletter .labelYoutube-txt, #column div.right-column .labelYoutube .labelSelection-txt, #column div.right-column .labelYoutube .labelNewsletter-txt, #column div.right-column .labelYoutube .labelYoutube-txt {
    font-weight: bold;
    clear: both;
    font-size: 18px;
    color: #ffffff; }
    @media screen and (max-width: 480px) {
      #column div.right-column .labelSelection .labelSelection-txt, #column div.right-column .labelSelection .labelNewsletter-txt, #column div.right-column .labelSelection .labelYoutube-txt, #column div.right-column .labelNewsletter .labelSelection-txt, #column div.right-column .labelNewsletter .labelNewsletter-txt, #column div.right-column .labelNewsletter .labelYoutube-txt, #column div.right-column .labelYoutube .labelSelection-txt, #column div.right-column .labelYoutube .labelNewsletter-txt, #column div.right-column .labelYoutube .labelYoutube-txt {
        font-size: 10px; } }
    @media screen and (max-width: 360px) {
      #column div.right-column .labelSelection .labelSelection-txt, #column div.right-column .labelSelection .labelNewsletter-txt, #column div.right-column .labelSelection .labelYoutube-txt, #column div.right-column .labelNewsletter .labelSelection-txt, #column div.right-column .labelNewsletter .labelNewsletter-txt, #column div.right-column .labelNewsletter .labelYoutube-txt, #column div.right-column .labelYoutube .labelSelection-txt, #column div.right-column .labelYoutube .labelNewsletter-txt, #column div.right-column .labelYoutube .labelYoutube-txt {
        font-size: 8px; } }
#column div.right-column div.owl-thumbs a img {
  outline: 1px solid #ffffff;
  outline-offset: -1px; }
#column div.right-column div.newsletter {
  color: #333437;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  background-color: #ffffff; }
  #column div.right-column div.newsletter .newsletter-txt {
    margin-top: 10px; }
  #column div.right-column div.newsletter .fa-envelope {
    margin-top: 22px; }
  #column div.right-column div.newsletter form .newsletterForm {
    padding: 6px 30px;
    border-radius: 0px; }
  #column div.right-column div.newsletter form .newsletterFormBtn {
    border-radius: 0px;
    background-color: #232b44; }
#column div.right-column .custom2 {
  padding: 0;
  margin: 0; }
#column #navbar-account .nav-pills {
  border: none; }
  #column #navbar-account .nav-pills li {
    width: 25%;
    margin: 0px; }
    #column #navbar-account .nav-pills li + li {
      margin: 0px; }
    #column #navbar-account .nav-pills li a {
      background-color: #232b44;
      color: #ffffff;
      text-align: center; }
    #column #navbar-account .nav-pills li.active a, #column #navbar-account .nav-pills li.active a:focus, #column #navbar-account .nav-pills li.active a:hover {
      background-color: #333437;
      color: #ffffff; }

.showCategory .catLine .img-responsive {
  padding: 12px;
  width: 40%; }

.catLine {
  text-align: center;
  margin: 0px; }
  .catLine .img-responsive {
    padding: 17px;
    width: 60%;
    margin: 0px auto 0px auto; }
  .catLine a {
    height: 100%;
    width: 100%;
    display: table;
    color: #333437; }
    .catLine a .catName {
      height: 40px;
      width: 100%;
      display: block;
      font-weight: bold;
      text-align: center;
      font-size: 11px;
      vertical-align: middle; }
      @media screen and (min-width: 977px) and (max-width: 1200px) {
        .catLine a .catName {
          font-size: 11px; } }
      @media screen and (max-width: 1055px) {
        .catLine a .catName {
          font-size: 11px; } }
    .catLine a:hover {
      background-color: #0090a6;
      color: #ffffff; }
  .catLine .notificationCat {
    background-color: #171b29;
    border-radius: 30px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px; }
    .catLine .notificationCat.empty {
      background-color: #ffffff; }
  .catLine .cat1 {
    border: 1px solid #eaeaea;
    padding: 0;
    text-align: center;
    height: 100%;
    display: block; }
  .catLine .notificationCat-txt {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold; }
  .catLine .catIcone {
    margin-top: 15px; }

h1, h2, h3, h4 {
  color: #232b44; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.btn {
  border-radius: 0px !important; }

.right-column .btn-prev {
  border-left: 1px solid #ffffff; }

.right-column .btn-next {
  border-left: 1px solid #ffffff; }

.dots {
  overflow: auto; }
  .dots .dotsCont {
    overflow: hidden;
    width: 100%; }
    .dots .dotsCont div {
      float: left; }

#front_page {
  width: 95%;
  text-align: justify;
  margin: 0px auto; }

.productArea {
  font-size: 13px; }
  .productArea p.info {
    line-height: 30px;
    margin-top: 20px; }
  .productArea .form-tri {
    padding: 20px;
    float: right; }
    @media screen and (max-width: 767px) {
      .productArea .form-tri {
        float: none; } }
  .productArea .product_info p {
    margin: 0 0 5px 0px; }
  .productArea div.filter {
    position: relative;
    z-index: 8;
    background-color: #eee; }
    .productArea div.filter .btn:not(.active) {
      background-color: #eee;
      color: #000; }
    .productArea div.filter .btn.display_change {
      background-color: #0090a6;
      color: #ffffff;
      margin-top: 5px;
      margin-right: 5px; }
  .productArea div.content div.form_instant div.input-group.form {
    width: 280px; }
    @media screen and (max-width: 767px) {
      .productArea div.content div.form_instant div.input-group.form {
        margin-left: 15px; } }
  @media screen and (min-width: 767px) {
    .productArea div.content div.buttons {
      bottom: 0px;
      position: absolute; } }
  @media screen and (min-width: 767px) {
    .productArea div.content {
      height: 225px; } }
  @media screen and (min-width: 767px) {
    .productArea div.buttons {
      padding: 0px; } }
  .productArea div.buttons a.consult {
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-left: 0px;
    border-right: 1px solid #ffffff; }
  .productArea div.buttons button.follow {
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 0px; }

.cat-user {
  text-align: center;
  background-color: #232b44;
  border: 1px solid white;
  padding: 12px 0px; }
  .cat-user .cat-txt {
    color: white;
    font-weight: bold;
    font-size: 24px; }

div.expire_in {
  bottom: 0px;
  position: absolute;
  background: rgba(51, 52, 55, 0.7);
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: white;
  z-index: 10; }

#btn_up {
  position: fixed;
  right: 20px;
  bottom: 10px;
  display: none;
  padding: 20px;
  background: #232b44;
  color: #ffffff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  opacity: 0.9;
  z-index: 200;
  text-decoration: none; }
  #btn_up:hover {
    background: #00bcd9; }

.btn-bid {
  padding-top: 7px; }

.input-bid {
  border-radius: 0px;
  font-size: 11px; }

hr {
  border: 0;
  clear: both;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  width: 95%; }

.owl-thumb-item img {
  outline: 1px solid #ffffff;
  outline-offset: -1px; }

.productTitle {
  color: #232b44;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  word-wrap: break-word;
  display: block;
  padding-bottom: 7px; }

.productInformationSales-txt {
  margin-left: 5px;
  font-weight: bold; }

#winBidProfil {
  margin-top: 25px; }

#account .ImgProductAccount, #winBidProfil .ImgProductAccount, .custom2 .ImgProductAccount {
  width: 100%;
  float: right; }
#account .noFollow, #winBidProfil .noFollow, .custom2 .noFollow {
  text-align: center;
  z-index: 10;
  display: block;
  bottom: 0px;
  position: absolute;
  padding: 15px;
  width: 50%;
  opacity: 0.8;
  left: 0; }
#account .noFollow2, #winBidProfil .noFollow2, .custom2 .noFollow2 {
  text-align: center;
  z-index: 10;
  display: block;
  bottom: 0px;
  position: absolute;
  padding: 15px;
  opacity: 0.8; }
#account .counter, #winBidProfil .counter, .custom2 .counter {
  text-align: center;
  z-index: 10;
  display: block;
  bottom: 0px;
  position: absolute;
  padding: 15px;
  width: 50%;
  opacity: 0.8;
  left: 0;
  border: 1px solid transparent; }
#account .product_title, #winBidProfil .product_title, .custom2 .product_title {
  text-align: center;
  z-index: 10;
  display: block;
  position: absolute;
  padding: 15px;
  width: 100%;
  opacity: 0.8;
  top: 0px;
  left: 0px; }

.label-lg {
  font-size: 1.2em; }

.label-md {
  font-size: 1em; }

.label-block {
  display: block; }

p.success, span.success {
  background-color: #1fa67a;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: bold; }
p.info, span.info {
  background-color: #5bc0de;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: bold; }
p.warning, span.warning {
  background-color: #f0ad4e;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: bold; }
p.danger, span.danger {
  background-color: #d9534f;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: bold; }

.no_style_type {
  list-style: none; }

ul.error_list li {
  list-style: none; }

ul.error_list li, .mandatory, .error {
  color: #D33; }

.coming-soon {
  display: flex;
  justify-content: center;
  color: #232b44;
  align-items: center;
  font-size: 22px; }

.soonSales .sliderImg {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%); }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #171b29;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.ui-autocomplete-loading {
  background: white url("https://jqueryui.com/resources/demos/autocomplete/images/ui-anim_basic_16x16.gif") right center no-repeat; }

.ui-autocomplete {
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px; }
  .ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap; }
    .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none; }
  .ui-autocomplete .ui-autocomplete-category {
    font-weight: bold; }

#cookiePolicy {
  background: #171b29;
  padding: 10px 0px;
  font-size: 12px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 999999;
  opacity: 0.8;
  display: table; }
  @media screen and (min-width: 1500px) {
    #cookiePolicy {
      margin-left: -80px; } }
  #cookiePolicy p {
    max-width: 1024px;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    text-shadow: none; }
    #cookiePolicy p a {
      color: #ffffff;
      text-decoration: underline; }
  #cookiePolicy #close_popup_cookie {
    position: absolute;
    top: 0px;
    right: 0px; }

.filter i.fa {
  font-size: 1.5em; }

@media screen and (max-width: 767px) {
  .form_bid, .form_instant {
    margin: 0px 15px 0px 15px; } }
.form_bid .money_put, .form_instant .money_put {
  font-size: 14px; }
  .form_bid .money_put strong, .form_instant .money_put strong {
    font-size: 16px; }

#input-group-filter {
  background-color: #171b29;
  border-color: #171b29;
  color: #ffffff;
  width: 150px;
  border-radius: 0px; }

.fa-1-5x {
  font-size: 1.5em; }

.fa-star-active:before {
  content: "\f005";
  color: #e3cf7a; }

.star, .star:before {
  color: #e3cf7a;
  cursor: pointer;
  text-decoration: none !important; }

.star:before {
  content: "\f006"; }

.fullStar:before {
  color: #e3cf7a;
  content: "\f005"; }

.tmp_es:before {
  color: #e3cf7a;
  content: "\f006"; }

.tmp_fs:before {
  color: #e3cf7a;
  content: "\f005"; }

#survey {
  height: 250px; }
  #survey a {
    font-size: 30px;
    position: absolute;
    left: 0%;
    top: 50px;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    height: 250px; }

#table_list_sales tbody tr td:hover {
  cursor: pointer; }
#table_list_sales tbody tr td.enabled {
  font-weight: bold;
  background-color: #5cb85c;
  color: #ffffff; }
#table_list_sales tbody:hover {
  cursor: pointer; }
#table_list_sales tbody .enabled {
  font-weight: bold; }

.showDesc {
  line-height: 28px; }

.btn-grey {
  background-color: #777;
  color: white;
  font-weight: bold;
  font-size: 12px; }

.badge2 {
  background-color: white;
  color: #777;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.btn-price {
  border: 1px solid #ffffff; }

div.form-check-input input.form-check-input {
  line-height: 100px;
  height: 200px;
  display: table; }

.display-inline {
  display: inline; }

.asterisk {
  font-size: 10px; }

@media only screen and (max-width: 760px) {
  #detect-mobile {
    display: none; } }
.saving {
  padding: 0px;
  margin: 0px;
  font-size: 19px; }
  .saving span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both; }
  .saving span:nth-child(2) {
    animation-delay: .2s; }
  .saving span:nth-child(3) {
    animation-delay: .4s; }

.panel-custom {
  box-shadow: none; }
  .panel-custom .panel-heading {
    background-color: #232b44;
    color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    vertical-align: middle; }
  .panel-custom .panel-body {
    border: none; }
  .panel-custom .panel-selection {
    padding: 0px; }
    .panel-custom .panel-selection .owl-carousel {
      padding: 0px; }

.bg-orange a {
  background-color: #f7941d !important; }

.showProducts {
  position: relative; }

.loader-container {
  width: 20%;
  position: fixed;
  left: 40%;
  top: 40%;
  z-index: 9999999; }
  @media screen and (max-width: 991px) {
    .loader-container {
      left: 25%;
      width: 50% !important; } }

@media screen and (max-width: 1199px) {
  .search-form {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #171b29;
    width: 90%;
    margin: 0;
    padding: 8px; }
    .search-form .input-group {
      width: 100%; } }
@media screen and (max-width: 767px) {
  .search-form {
    width: 100%;
    background-color: white; } }

.search-form-xs .search-form {
  width: 100%; }

@media screen and (max-width: 767px) {
  .dropdown-menu {
    left: auto;
    right: 0;
    z-index: 994; } }

@media screen and (max-width: 767px) {
  .btn-login {
    padding-left: 10px !important; } }

.map-responsive {
  overflow: hidden;
  padding-bottom: 32.25%;
  position: relative;
  height: 0; }

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

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