/* ==========================================================================
   kasuwa-legacy.css
   Consolidated legacy styles from style.css + add.css
   Only contains actively used classes
   ========================================================================== */

/* ==========================================================================
   Global Resets & Utilities
   ========================================================================== */

img {
  aspect-ratio: attr(width) / attr(height);
}

.bold {
  font-weight: 700;
}

.grey {
    color: #dddddd;
}

.rounded-pill {
  border-radius: 10rem !important;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Gilroy';
    font-display: swap;
    src: url('../../dist/webfonts/Gilroy.ttf') format('truetype');
}

@font-face {
    font-family: 'silverpen';
    font-display: swap;
    src: url('../../dist/webfonts/SilverPen.ttf') format('truetype');
}

.logofont {
  font-family: 'silverpen', sans-serif;
  font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-display: swap;
    src: url('../../dist/webfonts/Oswald-Regular.ttf') format('truetype');
}

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../../dist/webfonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
    url('../../dist/webfonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
    url('../../dist/webfonts/roboto-condensed-v25-latin-regular.ttf') format('truetype');
}

/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../../dist/webfonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
    url('../../dist/webfonts/roboto-condensed-v25-latin-700.woff') format('woff'),
    url('../../dist/webfonts/roboto-condensed-v25-latin-700.ttf') format('truetype');
}

/* ==========================================================================
   Typography & Legacy Titles
   ========================================================================== */

.nicetitle {
  font-family: 'Oswald', sans-serif;
  font-display: swap;
  text-transform: uppercase;
  color: #777;
}

.nicetitle_cc {
  font-family: 'Oswald', sans-serif;
  font-display: swap;
  color: #777;
}

.prod-title {
    line-height: 0.5;
}

a.prod-title {
    color: #606975;
}

a.prod-title:hover {
    color: #10A5BB;
}

.fxtitle {
    height: 45px;
    overflow: hidden;
}

.voucherfont {
  font-family: courier, sans-serif;
  letter-spacing: 3px;
  font-weight: bold;
  color: #000;
  line-height: 18px;
  font-size: 18px;
}

.voucherfont .off {
  letter-spacing: 0px;
  font-weight: normal;
  color: #bbb;
  font-size: 14px;
}

.msgbody {
    font-family: courier;
}

.searchTerm {
  background-color: #ff0;
  font-weight: bold;
}

/* ==========================================================================
   Grid Gutters
   ========================================================================== */

.gutters-1 {
  margin-right: -.125rem;
  margin-left: -.125rem;
}

.gutters-1 > .col,
.gutters-1 > [class*="col-"] {
  padding-right: .125rem;
  padding-left: .125rem;
}

.gutters-2 {
  margin-right: -.25rem;
  margin-left: -.25rem;
}

.gutters-2 > .col,
.gutters-2 > [class*="col-"] {
  padding-right: .25rem;
  padding-left: .25rem;
}

.gutters-3 {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.gutters-3 > .col,
.gutters-3 > [class*="col-"] {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* ==========================================================================
   Forms
   ========================================================================== */

.form-style-1 .form-group:not(.form-check) > label,
.form-style-2 .form-group:not(.form-check) > label {
  font-weight: bold;
}

.form-style-1 .form-control,
.form-style-2 .form-control {
  border-radius: 0.25rem;
}

.form-style-1 .form-control:not(:focus):not([disabled]):not([readonly]),
.form-style-2 .form-control:not(:focus):not([disabled]):not([readonly]) {
  background-color: #f8f9fa;
}

.form-style-1 .btn,
.form-style-2 .btn {
  border-radius: 0.25rem;
}

.form-style-2 .form-control {
  border-radius: 10rem;
}

.form-style-2 .btn {
  border-radius: 10rem;
}

.input-icon {
  position: relative;
  display: block;
}

.input-icon > svg {
  position: absolute;
  top: 10px;
  left: 0.5rem;
}

.input-icon > .form-control {
  padding-left: 1.75rem;
}

.input-icon.input-icon-sm > svg {
  top: 8px;
  left: 0.25rem;
  width: 13px;
  height: 13px;
}

.input-icon.input-icon-sm > .form-control-sm {
  padding-left: 1.25rem;
}

.input-icon.input-icon-lg > svg {
  top: 11px;
  left: 0.75rem;
  width: 24px;
  height: 24px;
}

.input-icon.input-icon-lg > .form-control-lg {
  padding-left: 2.5rem;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn-icon {
  width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-icon.btn-sm {
  width: 28px;
  height: 28px;
}

.btn-icon.btn-lg {
  width: 44px;
  height: 44px;
}

/* ==========================================================================
   Zoom Button (PDP)
   ========================================================================== */

.wishlist,
.zoom {
  border: 0;
  color: #ced4da;
  position: absolute;
  top: .5rem;
  left: .5rem;
  font-size: 0;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: .3rem 0;
  border-radius: 50%;
  transition: color .2s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wishlist.active,
.zoom.active {
  color: #e83e8c;
}

.wishlist:focus,
.zoom:focus {
  outline: 0;
}

.zoom {
  left: auto;
  right: .5rem;
  color: #606975;
}

/* ==========================================================================
   Dropdowns
   ========================================================================== */

.dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.show .dropdown-menu {
  animation-name: dropdownAnimate;
  animation-duration: .25s;
}

@keyframes dropdownAnimate {
  from {
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .dropdown-hover .dropdown-menu {
    margin: 0;
  }
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-hover > .dropdown-toggle:not(.forwardable):active {
    pointer-events: none;
  }
}

/* ==========================================================================
   Custom Controls (Bootstrap Checkboxes)
   ========================================================================== */

.custom-control-label::before {
  transition: none;
  border: 1px solid #ced4da;
  background-color: #fff;
}

@supports (-webkit-appearance: none) {
  .custom-control-label::before, .custom-control-label::after {
    top: 0.14625rem;
  }
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border: 0;
}

.custom-control-input:not(:disabled):not(:checked):active ~ .custom-control-label::before {
  background-color: #10A5BB;
}

.custom-control-input:not(:disabled):not(:checked):hover ~ .custom-control-label::before,
.custom-control-input:not(:disabled):not(:checked):focus ~ .custom-control-label::before {
  border-color: #10A5BB;
}

.custom-control-nolabel {
  display: inline-block;
  width: 16px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.custom-control-nolabel > .custom-control-label {
  float: left;
}

.custom-control-nolabel > .custom-control-label::before,
.custom-control-nolabel > .custom-control-label::after {
  left: 0;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.nav-link:not(:hover) {
  color: #606975;
}

.nav-icon {
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-icon:hover {
  background-color: #e9ecef;
}

.nav-icon .badge {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}

.show > .nav-icon {
  color: #2a3bc6;
  background-color: #e9ecef;
}

.nav-main .nav-link {
  font-weight: bold;
  position: relative;
}

.nav-main .nav-link.active::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #10A5BB;
}

.nav-main .show > .nav-link {
  color: #10A5BB;
}

.nav-main .dropdown-item {
  padding: 0.35rem 1rem;
}

.nav-main .dropdown-item.active {
  font-weight: bold;
  color: #10A5BB;
  background-color: #fff;
}

/* ==========================================================================
   Cards
   ========================================================================== */

.card {
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* ==========================================================================
   Card Product (Legacy product cards: newproducts, key)
   ========================================================================== */

.card-product {
  text-align: center;
}

.card-product:not(.card-product-list) .card-img-top {
  margin-bottom: 1rem;
}

.card-product:not(.card-product-list) .color-options {
  margin-top: .5rem;
}

.card-product:not(.card-product-list) .rating {
  display: block;
  margin-bottom: .5rem;
}

.card-product:not(.card-product-list) .badge {
  margin-bottom: .5rem;
}

.card-product .card-title {
  font-weight: bold;
  display: block;
}

.card-product .card-title:not(:hover) {
  color: #606975;
}

.card-product .badge {
  border-radius: .5rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (min-width: 576px) {
  .card-product .badge {
    font-size: 90%;
  }
}

.card-product .card-footer {
  padding: 0 1rem 1rem;
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .card-product .card-body {
    padding: .5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-product .price span {
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  .card-product .price span {
    font-size: 0.875rem;
  }
}

.card-product-list {
  flex-direction: row;
}

.card-product-list > a {
  padding: 1rem;
}

@media (max-width: 991.98px) {
  .card-product-list > a {
    width: 40%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-product-list > a {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .card-product-list > a {
    width: 25%;
  }
}

.card-product-list .card-title {
  font-size: 1.09375rem;
}

.card-product-list .card-body {
  text-align: left;
}

@media (max-width: 991.98px) {
  .card-product-list .card-body {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-product-list .card-body {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .card-product-list .card-body {
    width: 75%;
  }
}

.card-product-list .badge,
.card-product-list .rating {
  margin-left: .5rem;
}

.card-product-list .color-options {
  justify-content: start;
  margin-bottom: .5rem;
}

.card-product-list .attr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .5rem;
}

.card-deck-product {
  margin-right: -.5rem;
  margin-left: -.5rem;
  flex-flow: row wrap;
}

@media (max-width: 575.98px) {
  .card-deck-product {
    margin-right: -.25rem;
    margin-left: -.25rem;
  }
}

.card-deck-product .card {
  margin-right: .5rem;
  margin-left: .5rem;
  display: flex;
  flex: 1 0 20%;
  flex-direction: column;
  margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
  .card-deck-product .card {
    margin-right: .25rem;
    margin-left: .25rem;
    margin-bottom: .5rem;
  }
}

@media (max-width: 767.98px) {
  .card-deck-product .card {
    flex: 1 0 40%;
  }
}

.card-deck-product.with-sidebar .card {
  flex: 1 0 25%;
}

@media (max-width: 991.98px) {
  .card-deck-product.with-sidebar .card {
    flex: 1 0 40%;
  }
}

/* ==========================================================================
   Badges
   ========================================================================== */

.badge {
  line-height: 1.1;
}

.has-badge {
  display: flex !important;
  align-items: center;
}

.has-badge .badge {
  margin-left: auto;
}

/* ==========================================================================
   Alerts
   ========================================================================== */

.alert-primary {
  border-left-width: 3px;
}

.alert-primary .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #d2d6f5;
  border-radius: 50%;
  background-color: #515cba;
  flex: 0 0 21px;
}

.alert-success {
  border-left-width: 3px;
}

.alert-success .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #cde9ce;
  border-radius: 50%;
  background-color: #409343;
  flex: 0 0 21px;
}

.alert-info {
  border-left-width: 3px;
}

.alert-info .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #bee5eb;
  border-radius: 50%;
  background-color: #13889b;
  flex: 0 0 21px;
}

.alert-warning {
  border-left-width: 3px;
}

.alert-warning .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #ffeeba;
  border-radius: 50%;
  background-color: #d6a206;
  flex: 0 0 21px;
}

.alert-danger {
  border-left-width: 3px;
}

.alert-danger .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #fccac7;
  border-radius: 50%;
  background-color: #cd382d;
  flex: 0 0 21px;
}

.alert-dark {
  border-left-width: 3px;
}

.alert-dark .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #c6c8ca;
  border-radius: 50%;
  background-color: #2c3136;
  flex: 0 0 21px;
}

/* ==========================================================================
   List Groups
   ========================================================================== */

.list-group-no-border .list-group-item {
  margin-bottom: 0;
  border: 0;
}

.list-group-sm .list-group-item {
  padding: 0.25rem 0.75rem;
}

/* ==========================================================================
   Modals
   ========================================================================== */

.modal.fade .modal-dialog {
  transform: scale(1.1);
}

.modal.show .modal-dialog {
  transform: scale(1);
}

/* ==========================================================================
   Pricing
   ========================================================================== */

.price,
.price span {
  font-family: 'Roboto Condensed', sans-serif;
}

.price span {
  font-weight: bold;
  color: #10A5BB;
}

.price span.del {
  position: relative;
  margin: 0 .5rem;
  color: #adb5bd;
}

.price span.del::after {
  position: absolute;
  top: calc(50% - 2px);
  left: -5px;
  width: calc(100% + 10px);
  height: 4px;
  content: '';
  border-top: 1px solid #adb5bd;
  border-bottom: 1px solid #adb5bd;
}

.discountprice {
    font-size: 14px;
    color: #ffc107;
    text-decoration: line-through;
}

.discounttext {
    font-size: 11px;
    color: #999;
    font-weight: normal;
}

/* ==========================================================================
   Rating Stars
   ========================================================================== */

.rating > svg {
  margin-bottom: 3px;
  fill: #ffc107;
}

/* ==========================================================================
   Header Element
   ========================================================================== */

header {
  position: relative;
  z-index: 1030;
  display: flex;
  height: 65px;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

header .container {
  position: relative;
  display: flex;
  align-items: center;
}

.fixed-top {
  animation-name: headerAnimation;
  animation-duration: .5s;
  animation-fill-mode: both;
}

@keyframes headerAnimation {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* ==========================================================================
   Topbar & Language Nav
   ========================================================================== */

.topbar {
  position: relative;
  z-index: 1031;
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
}

.topbar .nav-link {
  padding: .25rem 1rem;
}

a.login:not(:hover) {
  color: #ff6600;
}

a.register:not(:hover) {
  color: #ff6600;
}

.nav-lang .nav-link {
  font-weight: bold;
  padding: .25rem;
  color: #606975;
}

.nav-lang .nav-link.active {
  color: #10A5BB;
}

.nav-lang .nav-link.pipe {
  font-weight: normal;
  line-height: 1.4;
}

/* ==========================================================================
   Mobile Menu
   ========================================================================== */

.menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.menu ul {
  padding-left: 0;
  list-style: none;
}

.menu a {
  display: block;
}

.menu .feather {
  width: 17px;
  height: 17px;
  margin-right: .5rem;
}

.menu > li > a {
  font-weight: bold;
  padding: .75rem 1rem;
  color: #828282;
}

.menu > li > a:hover {
  color: #151515;
  background-color: #f8f8f8;
}

.menu > li.mm-active {
  background-color: #f8f8f8;
  box-shadow: 4px 0px 0px 0px #10A5BB inset;
}

.menu > li.mm-active > a {
  color: #151515;
  background-color: #f8f8f8;
  box-shadow: 4px 0px 0px 0px #10A5BB inset;
}

.menu > li > ul > li > a {
  padding: .5rem 1rem .5rem 45px;
  color: #151515;
}

.menu > li > ul > li > a:hover {
  color: #10A5BB;
}

.menu > li > ul > li.mm-active > a {
  position: relative;
  color: #10A5BB;
}

.menu > span.mm-active > a {
  color: #10A5BB;
  font-weight: bold;
}

.menu > li > ul > li.mm-active > a::before {
  position: absolute;
  top: 50%;
  left: 21px;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  content: '';
  border-radius: 50%;
  background-color: #10A5BB;
}

/* ==========================================================================
   Accordion & Sidebar
   ========================================================================== */

.accordion .card {
  overflow: hidden;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion .card-header {
  display: block;
  padding: 0;
  background-color: #fff;
}

.accordion .card-header > a {
  display: flex;
  align-items: center;
  padding: .75rem 1rem;
  margin-bottom: 0;
  font-weight: bold;
}

.accordion .card-header > a:hover,
.accordion .card-header > a[aria-expanded="true"] {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
  color: #606975;
}

.accordion .collapse.show,
.accordion .collapsing {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.125) inset;
}

.accordion.accordion-caret .card-header > a {
  padding-right: 2rem;
}

.accordion.accordion-caret .card-header > a::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  right: .75rem;
  transform: rotate(-45deg);
  transition: all .35s;
  margin-top: -2px;
}

.accordion.accordion-caret .card-header > a[aria-expanded="true"]::after {
  transform: rotate(135deg);
  margin-top: 2px;
}

.accordion-sidebar {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.accordion-sidebar .card {
  border-left: 0;
  border-right: 0;
}

@media (min-width: 768px) {
  .accordion-sidebar .card:first-of-type {
    border-top: 0;
  }
}

.accordion-sidebar .card-header > a[aria-expanded="true"],
.accordion-sidebar .card-header > a:hover {
  background-color: #fff;
}

.accordion-sidebar .card-body {
  padding-top: 0;
}

.accordion-sidebar .color-options {
  justify-content: start;
}

.accordion-sidebar .collapse.show,
.accordion-sidebar .collapsing {
  box-shadow: none;
}

/* ==========================================================================
   Toggle Switch
   ========================================================================== */

.switch {
  font-size: 1rem;
  position: relative;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}

.switch input + label::before {
  right: 0;
  background-color: #ddd;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}

.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}

.switch input:checked + label::before {
  background-color: #10A5BB;
}

.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}

.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}

.switch input:disabled + label::before {
  background-color: #e9ecef;
}

.switch.switch-sm {
  font-size: 0.875rem;
}

.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}

.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}

.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}

.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
}

.switch.switch-lg {
  font-size: 1.25rem;
}

.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}

.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}

.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}

.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}

.switch + .switch {
  margin-left: 1rem;
}

/* ==========================================================================
   Picshade & Tags (PDP Perso)
   ========================================================================== */

.picshade {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.picshade:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  transition: all 0.3s ease-in-out;
}

.ptags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ptags li, .ptags a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 12px;
  margin-bottom: 10px;
}

.ptags a {
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #999;
  color: #fff;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ptags a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #999 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

.ptags a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  box-shadow: -1px -1px 2px #0792a8;
}

.ptags a:hover {
  background: #10A5BB;
}

.ptags a:hover:before {
  border-color: transparent #10A5BB transparent transparent;
}

/* ==========================================================================
   Background & Color Utilities
   ========================================================================== */

.background-primary {
    background-color: #11aabb;
}

.background-sale {
    background-color: #ffc107;
}

.text-sale {
    color: #ffc107;
}

/* ==========================================================================
   Container Override
   ========================================================================== */

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* ==========================================================================
   Loader Spinner
   ========================================================================== */

.single4 {
   width: 50px;
   height: 50px;
   border-radius: 50%;
   border: 6px solid #EEEEEE;
   border-top-color: #17A2B8;
   border-bottom-color: #17A2B8;
   animation: single4 2.5s infinite ease-in-out;
}

@keyframes single4 {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(540deg);
   }
}

/* ==========================================================================
   CMS Content Figures
   ========================================================================== */

figure img {
  margin: 20px 0;
}

figure figcaption {
  color: #999;
  padding-left: 20px;
}

/* ==========================================================================
   Timeline (Changelog, Order Messages)
   ========================================================================== */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/* ==========================================================================
   Werbebanner (Gewinnspiel Pages)
   ========================================================================== */

.werbebanner {
    background-color: #CCCFFD;
    font-family: Gilroy;
    font-weight: 600;
}

.werbebanner .headline {
    font-size: 40px;
    font-size: 7vw;
    letter-spacing: 4.4px;
    letter-spacing: 0.77vw;
    line-height: 40px;
    line-height: 7vw;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #212529;
}

.werbebanner .subheadline {
    font-size: 17px;
    font-size: 2.975vw;
    letter-spacing: 1.87px;
    letter-spacing: 0.327vw;
    line-height: 24px;
    line-height: 4.2vw;
    margin-bottom: 25px;
}

.werbebanner .action-buttons {
    margin-bottom: 0;
}

.werbebanner .btn-danger,
.werbebanner .btn-danger:not(:disabled):not(.disabled).active,
.werbebanner .btn-danger:not(:disabled):not(.disabled):active,
.werbebanner .show>.btn-danger.dropdown-toggle {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #E50051;
    border-color: #E50051;
    font-size: 17px;
    font-size: 2.975vw;
    line-height: 23px;
    line-height: 4.025vw;
    font-weight: bold;
    border-radius: 6px;
    padding: 12px;
}

.werbebanner .btn-danger.first {
    margin-right: 20px;
}

@media (min-width: 576px) {
    .werbebanner .headline {
        font-size: 40px;
        letter-spacing: 4.4px;
        line-height: 40px;
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .werbebanner .subheadline {
        font-size: 17px;
        letter-spacing: 1.87px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .werbebanner .action-buttons {
        margin-bottom: 0;
    }
    .werbebanner .btn-danger,
    .werbebanner .btn-danger:not(:disabled):not(.disabled).active,
    .werbebanner .btn-danger:not(:disabled):not(.disabled):active,
    .werbebanner .show>.btn-danger.dropdown-toggle {
        font-size: 17px;
        line-height: 23px;
        font-weight: bold;
        padding: 12px;
    }
}

@media (min-width: 768px) {
    .werbebanner .headline {
        font-size: 30px;
        letter-spacing: 3.3px;
        line-height: 30px;
        padding-top: 14px;
        padding-bottom: 8px;
    }
    .werbebanner .subheadline {
        font-size: 14px;
        letter-spacing: 1.54px;
        line-height: 20px;
        margin-bottom: 23px;
    }
    .werbebanner .action-buttons {
        margin-bottom: 16px;
    }
    .werbebanner .btn-danger,
    .werbebanner .btn-danger:not(:disabled):not(.disabled).active,
    .werbebanner .btn-danger:not(:disabled):not(.disabled):active,
    .werbebanner .show>.btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #E50051;
        border-color: #E50051;
        font-size: 14px;
        line-height: 19px;
        border-radius: 6px;
        padding: 5px 12px;
    }
    .werbebanner .btn-danger.first {
        margin-right: 14px;
    }
}

@media (min-width: 992px) {
    .werbebanner .headline {
        font-size: 40px;
        letter-spacing: 4.4px;
        line-height: 40px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .werbebanner .subheadline {
        font-size: 17px;
        letter-spacing: 1.87px;
        line-height: 24px;
        margin-bottom: 23px;
    }
    .werbebanner .action-buttons {
        margin-bottom: 20px;
    }
    .werbebanner .btn-danger,
    .werbebanner .btn-danger:not(:disabled):not(.disabled).active,
    .werbebanner .btn-danger:not(:disabled):not(.disabled):active,
    .werbebanner .show > .btn-danger.dropdown-toggle {
        font-size: 17px;
        line-height: 23px;
        border-radius: 6px;
        padding: 10px 12px;
    }
}

@media (min-width: 1200px) {
    .werbebanner .subheadline {
        font-size: 17px;
        letter-spacing: 1.87px;
        line-height: 24px;
        margin-bottom: 22px;
    }
    .werbebanner .headline {
        font-size: 55px;
        letter-spacing: 6.05px;
        line-height: 55px;
        padding-top: 34px;
        padding-bottom: 10px;
    }
}

/* ==========================================================================
   Cookie Consent
   ========================================================================== */

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:flex;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{flex:1 0 auto}.cc-window.cc-banner{align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:flex;align-items:center;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{flex-direction:column}.cc-window.cc-banner .cc-compliance{flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
