.flex {
  display: flex;
  flex-wrap: wrap;
}
.space_between {
  justify-content: space-between;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/line-awesome.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #555555;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #555555;
  margin-top: 0;
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: 24px;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 11px;
}
a,
.link {
  color: #303030;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
.link:hover,
a:focus,
.link:focus,
a:active,
.link:active {
  color: #CD4730;
  outline: 0;
}
a .fa,
.link .fa,
a .button,
.link .button,
a.fa,
.link.fa,
a.button,
.link.button {
  text-decoration: none;
}
*:focus {
  outline: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ul,
ol {
  margin: 0;
}
ul li,
ol li {
  color: #555555;
  padding: 10px 0;
}
address {
  margin-bottom: 22px;
  font-style: italic;
  line-height: 1.42857143;
}
hr {
  border-top: 1px solid #D7D7D7;
  margin-top: 30px;
  margin-bottom: 30px;
}
label {
  font-weight: 700;
  color: #303030;
}
label span {
  font-weight: 400;
}
.color-action {
  color: #FF6532;
}
body.contentpage h1 {
  font-size: 36px;
  font-weight: 700;
}
body.contentpage h2 {
  font-size: 30px;
  font-weight: 600;
}
body.contentpage h3 {
  font-size: 22px;
  font-weight: 600;
}
body.contentpage h4 {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 19px;
  }
}
@media (max-width: 600px) {
  body.contentpage h1 {
    font-size: 28px;
    font-weight: 700;
  }
  body.contentpage h2 {
    font-size: 24px;
    font-weight: 600;
  }
  body.contentpage h3 {
    font-size: 20px;
    font-weight: 600;
  }
  body.contentpage h4 {
    font-size: 16px;
    font-weight: 400;
  }
}
.color-white {
  color: #ffffff;
}
.color-black {
  color: #000000;
}
.color-gray-base {
  color: #303030;
}
.color-middle-gray {
  color: #555555;
}
.color-light-gray {
  color: #f2f2f2;
}
.color-primary {
  color: #cd4730;
}
.color-second {
  color: #cd0000;
}
.color-action {
  color: #ff6532;
}
.color-danger {
  color: #cd4730;
}
.color-warning {
  color: #f0c600;
}
.color-success {
  color: #008000;
}
.color-info {
  color: #303030;
}
.color-yellow {
  color: #e3a81d;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-gray-base {
  background-color: #303030;
}
.bg-middle-gray {
  background-color: #555555;
}
.bg-light-gray {
  background-color: #f2f2f2;
}
.bg-primary {
  background-color: #cd4730;
}
.bg-second {
  background-color: #cd0000;
}
.bg-action {
  background-color: #ff6532;
}
.bg-danger {
  background-color: #cd4730;
}
.bg-warning {
  background-color: #f0c600;
}
.bg-success {
  background-color: #008000;
}
.bg-info {
  background-color: #303030;
}
.bg-yellow {
  background-color: #e3a81d;
}
.border-white {
  border: 1px solid #ffffff;
}
.border-black {
  border: 1px solid #000000;
}
.border-gray-base {
  border: 1px solid #303030;
}
.border-middle-gray {
  border: 1px solid #555555;
}
.border-light-gray {
  border: 1px solid #f2f2f2;
}
.border-primary {
  border: 1px solid #cd4730;
}
.border-second {
  border: 1px solid #cd0000;
}
.border-action {
  border: 1px solid #ff6532;
}
.border-danger {
  border: 1px solid #cd4730;
}
.border-warning {
  border: 1px solid #f0c600;
}
.border-success {
  border: 1px solid #008000;
}
.border-info {
  border: 1px solid #303030;
}
.border-yellow {
  border: 1px solid #e3a81d;
}
.margin {
  margin: 30px;
}
.marginTop {
  margin-top: 30px;
}
.marginRight {
  margin-right: 30px;
}
.marginBottom {
  margin-bottom: 30px;
}
.marginLeft {
  margin-left: 30px;
}
.margin--xsmall {
  margin: 10px;
}
.marginTop--xsmall {
  margin-top: 10px;
}
.marginRight--xsmall {
  margin-right: 10px;
}
.marginBottom--xsmall {
  margin-bottom: 10px;
}
.marginLeft--xsmall {
  margin-left: 10px;
}
.margin--xlarge {
  margin: 90px;
}
.marginTop--xlarge {
  margin-top: 90px;
}
.marginRight--xlarge {
  margin-right: 90px;
}
.marginBottom--xlarge {
  margin-bottom: 90px;
}
.marginLeft--xlarge {
  margin-left: 90px;
}
.margin--large {
  margin: 60px;
}
.marginTop--large {
  margin-top: 60px;
}
.marginRight--large {
  margin-right: 60px;
}
.marginBottom--large {
  margin-bottom: 60px;
}
.marginLeft--large {
  margin-left: 60px;
}
.margin--small {
  margin: 30px;
}
.marginTop--small {
  margin-top: 30px;
}
.marginRight--small {
  margin-right: 30px;
}
.marginBottom--small {
  margin-bottom: 30px;
}
.marginLeft--small {
  margin-left: 30px;
}
.padding {
  padding: 30px;
}
.paddingTop {
  padding-top: 30px;
}
.paddingRight {
  padding-right: 30px;
}
.paddingBottom {
  padding-bottom: 30px;
}
.paddingLeft {
  padding-left: 30px;
}
.padding--xsmall {
  padding: 10px;
}
.paddingTop--xsmall {
  padding-top: 10px;
}
.paddingRight--xsmall {
  padding-right: 10px;
}
.paddingBottom--xsmall {
  padding-bottom: 10px;
}
.paddingLeft--xsmall {
  padding-left: 10px;
}
.padding--xlarge {
  padding: 90px;
}
.paddingTop--xlarge {
  padding-top: 90px;
}
.paddingRight--xlarge {
  padding-right: 90px;
}
.paddingBottom--xlarge {
  padding-bottom: 90px;
}
.paddingLeft--xlarge {
  padding-left: 90px;
}
.padding--large {
  padding: 60px;
}
.paddingTop--large {
  padding-top: 60px;
}
.paddingRight--large {
  padding-right: 60px;
}
.paddingBottom--large {
  padding-bottom: 60px;
}
.paddingLeft--large {
  padding-left: 60px;
}
.padding--small {
  padding: 30px;
}
.paddingTop--small {
  padding-top: 30px;
}
.paddingRight--small {
  padding-right: 30px;
}
.paddingBottom--small {
  padding-bottom: 30px;
}
.paddingLeft--small {
  padding-left: 30px;
}
#bronze {
  background-color: #c67900;
  color: #ffffff;
}
#silver {
  background-color: #7d7d7d;
  color: #ffffff;
}
#gold {
  background-color: #ffba00;
  color: #ffffff;
}
.mmbr-ship-items li {
  cursor: pointer;
}
.mmbr-ship-items .bronce:hover {
  background-color: #c67900;
  color: #ffffff;
}
.mmbr-ship-items .silver:hover {
  background-color: #7d7d7d;
  color: #ffffff;
}
.mmbr-ship-items .gold:hover {
  background-color: #ffba00;
  color: #ffffff;
}
.membership_buttonwrapper.bronze ul,
.membership_buttonwrapper.bronze li {
  border-color: #c67900;
}
.membership_buttonwrapper.silver ul,
.membership_buttonwrapper.silver li {
  border-color: #7d7d7d;
}
.membership_buttonwrapper.gold ul,
.membership_buttonwrapper.gold li {
  border-color: #ffba00;
}
.membership_infowrapper {
  flex-grow: 1;
}
.rewardspoints_description {
  display: flex;
}
.membership_buttonwrapper {
  width: 110px;
  flex-shrink: 0;
  text-align: center;
  font-weight: 700;
}
.membership_buttonwrapper ul {
  list-style: none;
  border: 1px solid #c67900;
  padding-left: 0;
}
.membership_buttonwrapper li {
  padding: 1px;
  border-radius: 0;
  font-size: 11px;
  border-bottom: 1px solid #c67900;
}
.membership_buttonwrapper li:last-child {
  border-bottom: 0;
}
.membership_buttonwrapper li.bronce.active {
  background-color: #c67900;
  color: white;
}
.membership_buttonwrapper li.silver.active {
  background-color: #7d7d7d;
  color: white;
}
.membership_buttonwrapper li.gold.active {
  background-color: #ffba00;
  color: white;
}
.membership-details {
  display: flex;
  height: 100%;
  padding: 4px 10px;
}
.membership-details .reward_points {
  border-right: 2px solid #ffffff;
  padding-right: 10px;
}
.membership-details .reward_value {
  padding-left: 10px;
}
.membership-details .reward_points,
.membership-details .reward_value {
  width: 50%;
  flex-shrink: 0;
}
.membership-details label {
  font-size: 10px;
  color: #ffffff;
  margin-bottom: 0;
}
.reward-points-block {
  display: flex;
  width: 335px;
}
.share_and_earn_wrapper {
  display: inline-block;
  flex-shrink: 0;
}
.share_and_earn_button {
  position: relative;
  display: block;
}
.share_and_earn_button .share_and_earn_amount {
  position: absolute;
  color: #ffffff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1;
}
.share_and_earn_button .share_and_earn_amount .amount {
  font-weight: 700;
  font-size: 24px;
  display: block;
}
.share_and_earn_button .share_and_earn_amount .cash {
  font-size: 13px;
}
.detail-membership.invalid-item {
  width: 260px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 13px;
  line-height: 1.2;
  height: 100%;
  color: #ffffff;
  background-color: #000000;
}
.bonus_share_and_earn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bonus_share_and_earn_wrapper h3 {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .membership_buttonwrapper li {
    padding: 3px 1px;
  }
}
@media (max-width: 767px) {
  .reward-points-block {
    width: 300px;
  }
}
.container {
  min-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1540px) {
  .container {
    width: 1560px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xlg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xlg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xlg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xlg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xlg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xlg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xlg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xlg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xlg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xlg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xlg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xlg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1250px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
}
@media (min-width: 1540px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
  .col-xlg-1-5 {
    width: 20%;
  }
  .col-xlg-2-5 {
    width: 40%;
  }
  .col-xlg-3-5 {
    width: 60%;
  }
  .col-xlg-4-5 {
    width: 80%;
  }
}
@media (min-width: 1540px) {
  .xlg-margin {
    margin-bottom: 60px;
  }
  .xlg-margin--small {
    margin-bottom: 30px;
  }
}
@media (min-width: 1250px) and (max-width: 1539px) {
  .lg-margin {
    margin-bottom: 60px;
  }
  .lg-margin--small {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .md-margin {
    margin-bottom: 30px;
  }
  .md-margin--small {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sm-margin {
    margin-bottom: 30px;
  }
  .sm-margin--small {
    margin-bottom: 15px;
  }
  .float-sm-right {
    float: right;
  }
}
@media (max-width: 767px) {
  .xs-margin {
    margin-bottom: 30px;
  }
  .xs-margin--small {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0%;
  }
}
.clearfloat {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1250px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
button.disabled,
.button.disabled,
.btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
.submit_button {
  text-align: right;
}
.amazon_button {
  border-color: #cba957 #bf942a #aa8326!important;
  background: #f3d078;
  background: -webkit-linear-gradient(top, #f7dfa5, #f0c14b);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7dfa5), color-stop(100%, #f0c14b));
  background: -o-linear-gradient(top, #f7dfa5, #f0c14b);
  background: -ms-linear-gradient(top, #f7dfa5, #f0c14b);
  background: linear-gradient(top, #f7dfa5, #f0c14b);
  background: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7dfa5', endColorstr='#f0c14b', GradientType=0);
  height: 42px;
  border: 1px solid;
  text-align: center;
  overflow: hidden;
  text-decoration: none!important;
  cursor: pointer;
  border-radius: 3px;
  font-size: 13px;
  width: auto;
  display: inline-flex;
  font-family: Arial, sans-serif;
  padding: 0 10px 0 11px;
  box-sizing: border-box;
  color: #111;
  margin-right: 2%;
  align-items: center;
}
.amazon_button span {
  white-space: nowrap;
}
.amazon_button .fa {
  margin-right: 10px;
  font-size: 24px;
  margin-top: 4px;
}
.amazon_button:hover {
  background: #f1c860;
  color: #111;
  background: -moz-linear-gradient(top, #f5d78e, #eeb933);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5d78e), color-stop(100%, #eeb933));
  background: -webkit-linear-gradient(top, #f5d78e, #eeb933);
  background: -o-linear-gradient(top, #f5d78e, #eeb933);
  background: -ms-linear-gradient(top, #f5d78e, #eeb933);
  background: linear-gradient(top, #f5d78e, #eeb933);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d78e', endColorstr='#eeb933', GradientType=0);
}
.button,
.btn {
  display: inline-block;
  padding: 9px 10px;
  text-transform: uppercase;
  border: 1px solid #D7D7D7;
  color: #555555;
  cursor: pointer;
  background-color: #F2F2F2;
  text-align: center;
  line-height: 22px;
}
.button:hover,
.btn:hover,
.button:focus,
.btn:focus {
  background-color: #D7D7D7;
  color: #000000;
}
.button:active,
.btn:active {
  background-color: #bebebe;
  color: #000000;
}
.button_primary,
.btn-primary,
.button_action,
.btn-action {
  display: inline-block;
  padding: 9px 10px;
  text-transform: uppercase;
  border: 1px solid #D7D7D7;
  color: #555555;
  cursor: pointer;
  background-color: #F2F2F2;
  text-align: center;
  line-height: 22px;
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(white));
  background: -webkit-linear-gradient(top, #eee, white);
  background: -moz-linear-gradient(top, #eee, white);
  background: -ms-linear-gradient(top, #eee, white);
  background: -o-linear-gradient(top, #eee, white);
  background: #CD4730;
  /* Old browsers */
  background: -moz-linear-gradient(top, #CD4730 0%, #CD0000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #CD4730 0%, #CD0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #CD4730 0%, #CD0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD4730', endColorstr='#cd0000', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  font-weight: 700;
}
.button_primary.disabled,
.btn-primary.disabled,
.button_action.disabled,
.btn-action.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
.button_primary:hover,
.btn-primary:hover,
.button_action:hover,
.btn-action:hover,
.button_primary:focus,
.btn-primary:focus,
.button_action:focus,
.btn-action:focus,
.collection.advertisement_tile:hover .button_primary,
.collection.advertisement_tile:active .button_primary,
#form_search .search_button:hover,
#form_mobile_search .search_button:hover,
#form_search .search_button:focus,
#form_mobile_search .search_button:focus,
.categorylist .categorylist_container:hover .description,
.categorylist .categorylist_container:focus .description,
.shop_item_preview .itemcard_list > .row.owl-carousel .owl-item:hover .button_action {
  background-color: #D7D7D7;
  color: #000000;
}
.button_primary:active,
.btn-primary:active,
.button_action:active,
.btn-action:active {
  background-color: #bebebe;
  color: #000000;
}
.button_primary:hover,
.btn-primary:hover,
.button_action:hover,
.btn-action:hover,
.button_primary:focus,
.btn-primary:focus,
.button_action:focus,
.btn-action:focus,
.collection.advertisement_tile:hover .button_primary,
.collection.advertisement_tile:active .button_primary,
#form_search .search_button:hover,
#form_mobile_search .search_button:hover,
#form_search .search_button:focus,
#form_mobile_search .search_button:focus,
.categorylist .categorylist_container:hover .description,
.categorylist .categorylist_container:focus .description,
.shop_item_preview .itemcard_list > .row.owl-carousel .owl-item:hover .button_action {
  background: #CD4730;
  /* Old browsers */
  background: -moz-linear-gradient(top, #CD4730 0%, #CD0000 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #CD4730 0%, #CD0000 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #CD4730 0%, #CD0000 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
}
.button_primary:active,
.btn-primary:active,
.button_action:active,
.btn-action:active {
  background-color: #CD0000;
  color: #ffffff;
}
.button_second,
.btn-second {
  display: inline-block;
  padding: 9px 10px;
  text-transform: uppercase;
  border: 1px solid #D7D7D7;
  color: #555555;
  cursor: pointer;
  background-color: #F2F2F2;
  text-align: center;
  line-height: 22px;
  background-color: #CD0000;
  color: #ffffff;
  border-color: #CD0000;
}
.button_second.disabled,
.btn-second.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
.button_second:hover,
.btn-second:hover,
.button_second:focus,
.btn-second:focus {
  background-color: #D7D7D7;
  color: #000000;
}
.button_second:active,
.btn-second:active {
  background-color: #bebebe;
  color: #000000;
}
.button_second:hover,
.btn-second:hover,
.button_second:focus,
.btn-second:focus {
  background-color: #810000;
  border-color: #810000;
  color: #ffffff;
}
.button_second:active,
.btn-second:active {
  background-color: #4e0000;
  border-color: #4e0000;
  color: #ffffff;
}
.button_warning,
.btn-warning {
  display: inline-block;
  padding: 9px 10px;
  text-transform: uppercase;
  border: 1px solid #D7D7D7;
  color: #555555;
  cursor: pointer;
  background-color: #F2F2F2;
  text-align: center;
  line-height: 22px;
  background-color: #f0c600;
  color: #ffffff;
  border-color: #f0c600;
}
.button_warning.disabled,
.btn-warning.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
.button_warning:hover,
.btn-warning:hover,
.button_warning:focus,
.btn-warning:focus {
  background-color: #D7D7D7;
  color: #000000;
}
.button_warning:active,
.btn-warning:active {
  background-color: #bebebe;
  color: #000000;
}
.button_warning:hover,
.btn-warning:hover,
.button_warning:focus,
.btn-warning:focus {
  background-color: #a38700;
  border-color: #a38700;
}
.button_warning:active,
.btn-warning:active {
  background-color: #715d00;
  border-color: #715d00;
}
.button_success,
.btn-success {
  display: inline-block;
  padding: 9px 10px;
  text-transform: uppercase;
  border: 1px solid #D7D7D7;
  color: #555555;
  cursor: pointer;
  background-color: #F2F2F2;
  text-align: center;
  line-height: 22px;
  background-color: #008000;
  color: #ffffff;
  border-color: #008000;
}
.button_success.disabled,
.btn-success.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
.button_success:hover,
.btn-success:hover,
.button_success:focus,
.btn-success:focus {
  background-color: #D7D7D7;
  color: #000000;
}
.button_success:active,
.btn-success:active {
  background-color: #bebebe;
  color: #000000;
}
.button_success:hover,
.btn-success:hover,
.button_success:focus,
.btn-success:focus {
  background-color: #003400;
  border-color: #003400;
}
.button_success:active,
.btn-success:active {
  background-color: #000000;
  border-color: #000000;
}
.button_info,
.btn-info {
  display: inline-block;
  padding: 9px 10px;
  text-transform: uppercase;
  border: 1px solid #D7D7D7;
  color: #555555;
  cursor: pointer;
  background-color: #F2F2F2;
  text-align: center;
  line-height: 22px;
  background-color: #303030;
  color: #ffffff;
  border-color: #303030;
}
.button_info.disabled,
.btn-info.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
.button_info:hover,
.btn-info:hover,
.button_info:focus,
.btn-info:focus {
  background-color: #D7D7D7;
  color: #000000;
}
.button_info:active,
.btn-info:active {
  background-color: #bebebe;
  color: #000000;
}
.button_info:hover,
.btn-info:hover,
.button_info:focus,
.btn-info:focus {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.button_info:active,
.btn-info:active {
  background-color: #000000;
  border-color: #000000;
}
.button_danger,
.btn-danger {
  display: inline-block;
  padding: 9px 10px;
  text-transform: uppercase;
  border: 1px solid #D7D7D7;
  color: #555555;
  cursor: pointer;
  background-color: #F2F2F2;
  text-align: center;
  line-height: 22px;
  background-color: #CD4730;
  color: #ffffff;
  border-color: #CD4730;
}
.button_danger.disabled,
.btn-danger.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
.button_danger:hover,
.btn-danger:hover,
.button_danger:focus,
.btn-danger:focus {
  background-color: #D7D7D7;
  color: #000000;
}
.button_danger:active,
.btn-danger:active {
  background-color: #bebebe;
  color: #000000;
}
.button_danger:hover,
.btn-danger:hover,
.button_danger:focus,
.btn-danger:focus {
  background-color: #8f3221;
  border-color: #8f3221;
}
.button_danger:active,
.btn-danger:active {
  background-color: #662318;
  border-color: #662318;
}
.button_row,
.button_row_bottom,
.button_row_top {
  margin-top: 10px;
  margin-bottom: 10px;
}
.button_row:after,
.button_row_bottom:after,
.button_row_top:after {
  clear: both;
  display: block;
  content: " ";
}
.button_row .button_paypalexpress,
.button_row_bottom .button_paypalexpress,
.button_row_top .button_paypalexpress {
  display: inline-block;
}
.button_row .button,
.button_row .button_paypalexpress,
.button_row_bottom .button,
.button_row_bottom .button_paypalexpress,
.button_row_top .button,
.button_row_top .button_paypalexpress {
  margin: 10px 0;
}
.button_row .button,
.button_row_bottom .button,
.button_row_top .button {
  min-width: 200px;
}
@media (max-width: 480px) {
  .button_row,
  .button_row_bottom,
  .button_row_top {
    text-align: center;
  }
  .button_row .pull-left,
  .button_row .pull-right,
  .button_row_bottom .pull-left,
  .button_row_bottom .pull-right,
  .button_row_top .pull-left,
  .button_row_top .pull-right {
    float: none !important;
  }
  .button_row .button,
  .button_row_bottom .button,
  .button_row_top .button {
    min-width: 220px;
  }
}
.button_row_bottom {
  margin-bottom: 0;
}
.button_row_top {
  margin-top: 0;
}
@media (max-width: 767px) {
  .button_row .button,
  .button_row_bottom .button,
  .button_row_top .button {
    width: 100%;
  }
  .button_row .pull-right,
  .button_row .pull-left,
  .button_row_bottom .pull-right,
  .button_row_bottom .pull-left,
  .button_row_top .pull-right,
  .button_row_top .pull-left {
    float: none!important;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}
input:focus:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}
input.disabled,
select.disabled,
textarea.disabled {
  background-color: #303030;
  cursor: not-allowed;
}
input,
select,
textarea {
  padding: 8px 10px;
  color: #555555;
  border: 1px solid #D7D7D7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 22px;
  background-color: #ffffff;
}
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input.error,
select.error,
textarea.error {
  border-color: #CD4730;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type="file"] {
  padding: 0;
  border: 0;
}
.radio input[type="radio"] {
  margin-top: 12px;
}
.form-check-label {
  cursor: pointer;
}
.form-check-label input[type="checkbox"],
.form-check-label input[type="radio"] {
  float: left;
  margin-right: 5px;
}
textarea {
  resize: vertical;
}
.form-control {
  background-color: #ffffff;
  border: 1px solid #D7D7D7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #555555;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 10px;
  height: auto;
  line-height: 22px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #303030;
}
.input-group-addon {
  background-color: #ffffff;
  border: 1px solid #D7D7D7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #303030;
  font-size: 16px;
}
.input-group .form-control {
  border-right: 0;
}
.input-group .input_group-addon {
  border-left: 0;
}
.select_body {
  background-color: #ffffff;
  cursor: pointer;
  display: inline-block;
  width: auto;
  position: relative;
}
.select_body:after {
  content: "\f110";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 20px;
  color: #555555;
  pointer-events: none;
}
.select_body select {
  color: #000000;
  border-color: #D7D7D7;
  cursor: pointer;
  padding-right: 40px;
  -o-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
}
.select_body select::-ms-expand {
  display: none;
}
.dropdown-menu {
  z-index: 2001;
}
.sort_by .select_body {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .sort_by {
    margin-bottom: 15px;
  }
}
.login_buttons_wrapper {
  display: flex;
  justify-content: flex-end;
}
.login_buttons_wrapper .submit_button {
  margin-left: 20px;
}
.select_body_div {
  color: #000000;
  position: relative;
}
.select_body_div .select_body_header {
  background-color: #ffffff;
  padding: 5px 15px;
  border: 1px solid #D7D7D7;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.select_body_div .select_body_header:after {
  content: "\f110";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 20px;
  color: #000000;
  padding: 2px 10px;
  background-color: #ffffff;
}
.select_body_div .select_body_options {
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.select_body_div .select_body_options > div {
  height: 39px;
  padding: 5px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.select_body_div .select_body_options > div img {
  margin-right: 10px;
  height: 100%!important;
  width: auto!important;
}
.select_body_div .select_body_options > div:hover {
  background-color: #F2F2F2;
}
.form-group {
  margin-bottom: 15px;
}
.form-group .select_body {
  width: 100%;
}
.form-group.has-danger input {
  border-color: #CD4730;
  color: #CD4730;
}
.form-group .specialcheckbox,
.form-group .specialradiobox {
  margin-bottom: 0;
}
.form-group-street {
  margin-bottom: 15px;
}
.form-group-street:after {
  clear: both;
  display: block;
  content: " ";
}
.form-group-street > label {
  width: 100%;
}
.form-group-street .form-group {
  margin-bottom: 0;
}
.form-group-street .form-group.text_street {
  width: calc(70% - 120px);
  width: -moz-calc(70% - 120px);
  width: -webkit-calc(70% - 120px);
  width: -o-calc(70% - 120px);
  float: left;
  padding-right: 30px;
}
.form-group-street .form-group.text_street_no {
  width: calc(30% - 40px);
  width: -moz-calc(30% - 40px);
  width: -webkit-calc(30% - 40px);
  width: -o-calc(30% - 40px);
  float: left;
}
.form-group-street .form-group.text_street_no input {
  width: 100%!important;
  flex-grow: 0!important;
}
.specialradiobox,
.specialcheckbox {
  position: relative;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #555555;
}
.specialradiobox label,
.specialcheckbox label {
  font-style: normal;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #D7D7D7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 50%;
  margin-top: -10px;
  display: block;
  pointer-events: none;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.specialradiobox label:after,
.specialcheckbox label:after {
  content: " ";
  pointer-events: none;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 2px;
  top: 2px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  background-color: #CD4730;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
}
.specialradiobox input,
.specialcheckbox input {
  position: absolute;
  width: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.specialradiobox input:checked + label:after,
.specialcheckbox input:checked + label:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.specialradiobox input:disabled + label:after,
.specialcheckbox input:disabled + label:after {
  color: #4d4d4d;
}
.specialradiobox:active label:after,
.specialcheckbox:active label:after,
.specialradiobox:hover label:after,
.specialcheckbox:hover label:after,
.specialradiobox:focus label:after,
.specialcheckbox:focus label:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.specialradiobox:active input:disabled:not(:checked) + label:after,
.specialcheckbox:active input:disabled:not(:checked) + label:after,
.specialradiobox:hover input:disabled:not(:checked) + label:after,
.specialcheckbox:hover input:disabled:not(:checked) + label:after,
.specialradiobox:focus input:disabled:not(:checked) + label:after,
.specialcheckbox:focus input:disabled:not(:checked) + label:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.specialradiobox.disabled,
.specialcheckbox.disabled {
  cursor: default;
  color: #555555;
}
.specialcheckbox label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.specialcheckbox label:after {
  left: -2px;
  content: "\f00c";
  font-family: FontAwesome;
  color: #CD4730;
  top: -1px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  line-height: 20px;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  font-size: 22px;
  background-color: transparent;
}
.specialcheckbox input {
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.form-label-left .form-group:not(.form-check) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-label-left .form-group:not(.form-check) label {
  width: 160px;
  padding-right: 10px;
  flex-shrink: 1;
}
.form-label-left .form-group:not(.form-check) > .select_body,
.form-label-left .form-group:not(.form-check) > input,
.form-label-left .form-group:not(.form-check) > textarea {
  flex-grow: 1;
  width: auto;
}
.form-label-left .form-group-street {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-label-left .form-group-street > label {
  width: 160px;
  padding-right: 30px;
  flex-shrink: 1;
}
.form-label-left .checkbox-group,
.form-label-left .radiobox-group {
  padding-left: 160px;
}
@media (max-width: 480px) {
  .form-label-left > label {
    width: 100%;
    padding-right: 0;
  }
  .form-label-left .form-group-street > label {
    width: 100%;
    padding-right: 0;
  }
  .form-label-left .checkbox-group,
  .form-label-left .radiobox-group {
    padding-left: 0;
  }
}
.primary-nav {
  font-size: 13px;
  margin-top: 10px;
  overflow: auto;
}
.primary-nav ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3px;
}
.primary-nav ul ul {
  padding-bottom: 0;
}
.primary-nav li {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  display: inline-block;
}
.primary-nav li a {
  margin-right: 30px;
}
.primary-nav li.active > a,
.primary-nav li.active_tree > a {
  color: #CD4730;
  display: none;
}
.primary-nav > ul > li > ul {
  display: none;
}
.primary-nav ul.sub_category_active {
  display: inline-block;
}
.primary-nav ul.sub_category_active.level_3 > li {
  display: inline-block;
}
.primary-nav ul.sub_category_active > li {
  display: none;
}
.primary-nav ul.sub_category_active > li.active,
.primary-nav ul.sub_category_active > li.active_tree {
  display: inline-block;
}
.primary-nav ul.sub_category_active > li.active > ul,
.primary-nav ul.sub_category_active > li.active_tree > ul {
  display: inline-block;
}
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active {
  display: inline-block;
}
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active > li,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active > li {
  display: none;
}
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active > li.active,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active > li.active,
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active > li.active_tree,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active > li.active_tree {
  display: inline-block;
}
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active > li.active > ul,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active > li.active > ul,
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active > li.active_tree > ul,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active > li.active_tree > ul {
  display: inline-block;
}
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active > li.active > ul > li,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active > li.active > ul > li,
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active > li.active_tree > ul > li,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active > li.active_tree > ul > li {
  display: inline-block;
}
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active.active,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active.active,
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active.active_tree,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active.active_tree {
  display: inline-block;
}
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active.active > ul,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active.active > ul,
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active.active_tree > ul,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active.active_tree > ul {
  display: inline-block;
  padding-left: 30px;
}
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active.active > ul.sub_category_active,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active.active > ul.sub_category_active,
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active.active_tree > ul.sub_category_active,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active.active_tree > ul.sub_category_active {
  display: inline-block;
}
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active.active > ul.sub_category_active > li.active,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active.active > ul.sub_category_active > li.active,
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active.active_tree > ul.sub_category_active > li.active,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active.active_tree > ul.sub_category_active > li.active,
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active.active > ul.sub_category_active > li.active_tree,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active.active > ul.sub_category_active > li.active_tree,
.primary-nav ul.sub_category_active > li.active > ul.sub_category_active.active_tree > ul.sub_category_active > li.active_tree,
.primary-nav ul.sub_category_active > li.active_tree > ul.sub_category_active.active_tree > ul.sub_category_active > li.active_tree {
  display: inline-block;
}
.primary-nav ul.sub_category_active > li.active > ul > li > ul,
.primary-nav ul.sub_category_active > li.active_tree > ul > li > ul {
  display: none;
}
.primary-nav a.active,
.primary-nav a.active_tree {
  color: #CD4730;
}
.header_trustinfo {
  font-size: 11px;
}
#primary_navigation_mobile {
  display: none;
  width: 320px;
  z-index: 201;
  position: relative;
}
#primary_navigation_mobile .active,
#primary_navigation_mobile .active_tree > a,
#primary_navigation_mobile .active_tree > .arrow_mobile {
  color: #CD4730;
}
#primary_navigation_mobile a {
  text-decoration: none;
}
#subnavigation ul {
  padding-left: 0;
  list-style: none;
}
#subnavigation a {
  text-decoration: none;
}
#subnavigation a.active {
  color: #CD4730;
}
#subnavigation .logout_link a {
  display: flex;
  line-height: 1;
  align-items: center;
  font-weight: 700;
}
#subnavigation .logout_link a .fa {
  margin-right: 5px;
  font-size: 28px;
}
#toggle_navigation {
  background-color: #F2F2F2;
  float: left;
  width: 36px;
  height: 20px;
  cursor: pointer;
  margin-right: 20px;
}
#toggle_navigation:hover {
  background-color: #d9d9d9;
}
#toggle_navigation .navigation-bar {
  width: 100%;
  height: 4px;
  background-color: #000000;
  margin-bottom: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#primary_navigation_mobile .user_account_block {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
#primary_navigation_mobile .user_account_block a {
  display: flex;
  text-align: left;
  align-items: center;
}
#primary_navigation_mobile .user_account_block a .text_wrapper {
  font-size: 16px;
  padding-left: 15px;
}
#primary_navigation_mobile .user_account_block a .text_wrapper {
  width: auto;
  align-self: center;
}
#primary_navigation_mobile .user_account_block a .fa {
  width: 30px;
}
#primary_navigation_mobile .settings {
  padding: 15px;
}
#primary_navigation_mobile .shop_nav .navigation_block_headline {
  padding-left: 15px;
}
#primary_navigation_mobile .shop_nav > ul > li a {
  padding-left: 15px;
}
#primary_navigation_mobile .shop_nav > ul > li > ul > li {
  background-color: #F2F2F2;
}
#primary_navigation_mobile .shop_nav > ul > li > ul > li a {
  padding-left: 30px;
}
#primary_navigation_mobile .shop_nav > ul > li > ul > li > ul > li {
  background-color: #ffffff;
  border-bottom: 1px solid #F2F2F2;
}
#primary_navigation_mobile .shop_nav > ul > li > ul > li > ul > li a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 45px;
}
#primary_navigation_mobile .user_account_block .list_language_switch,
#primary_navigation_mobile .user_account_block .list_language_switch,
#primary_navigation_mobile .user_account_block .list_currency_switch,
#primary_navigation_mobile .user_account_block .list_currency_switch {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
  position: static;
  box-shadow: none;
}
#primary_navigation_mobile .user_account_block .list_language_switch ul,
#primary_navigation_mobile .user_account_block .list_language_switch ul,
#primary_navigation_mobile .user_account_block .list_currency_switch ul,
#primary_navigation_mobile .user_account_block .list_currency_switch ul {
  list-style: none;
  padding-left: 45px;
}
#primary_navigation_mobile .user_account_block .list_language_switch.active,
#primary_navigation_mobile .user_account_block .list_language_switch.active,
#primary_navigation_mobile .user_account_block .list_currency_switch.active,
#primary_navigation_mobile .user_account_block .list_currency_switch.active {
  height: auto;
  transition: height 0.5s;
}
#primary_navigation_mobile .navigation_block {
  border-bottom: 1px solid #000000;
  background-color: #F2F2F2;
  padding-top: 15px;
}
#primary_navigation_mobile .navigation_block:last-child {
  border: 0;
}
#primary_navigation_mobile .navigation_block_headline {
  font-weight: 700;
}
#primary_navigation_mobile .close_button_navigation_mobile {
  display: block;
  line-height: 40px;
  padding-left: 15px;
  position: relative;
  background-color: #ffffff;
}
#primary_navigation_mobile .close_button_navigation_mobile .fa {
  position: absolute;
  width: 50px;
  height: 40px;
  right: 0;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
#primary_navigation_mobile .navigation_block.shop_nav > ul > li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#primary_navigation_mobile .navigation_block.shop_nav li {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#primary_navigation_mobile .navigation_block.shop_nav li.active_tree > ul {
  display: block;
}
#primary_navigation_mobile .navigation_block.shop_nav li.active_tree > .arrow_mobile:after {
  content: "\f110";
}
#primary_navigation_mobile .navigation_block.shop_nav li ul {
  width: 100%;
}
#primary_navigation_mobile .navigation_block.shop_nav li a {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
#primary_navigation_mobile .navigation_block.shop_nav li .arrow_mobile {
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  right: 0;
  top: 0;
  position: absolute;
}
#primary_navigation_mobile .navigation_block.shop_nav li .arrow_mobile:after {
  font-family: FontAwesome;
  content: "\f112";
}
#primary_navigation_mobile .navigation_block ul {
  list-style: none;
  padding-left: 0;
}
#primary_navigation_mobile .navigation_block > ul ul {
  display: none;
}
@media (max-width: 1023px) {
  .primary-nav ul {
    padding-bottom: 0;
  }
  .primary-nav li {
    line-height: 1.1;
  }
}
.modal-dialog {
  margin-top: 80px;
}
.modal {
  z-index: 10000;
}
.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .modal-header {
  background-color: #F2F2F2;
  padding: 10px 20px 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.modal .modal-header:after,
.modal .modal-header:before {
  display: none;
}
.modal .modal-header .close {
  margin-top: -3px;
  font-size: 30px;
}
.modal .modal-dialog {
  margin: 30px auto;
}
.modal .modal-body {
  padding: 30px;
}
.modal .modal-body .modal-item-info {
  margin-bottom: 30px;
}
.modal .modal-body .modal-item-info:after {
  clear: both;
  content: " ";
  display: block;
}
.modal .modal-body .modal-item-info .modal-item-image {
  margin-bottom: 30px;
  text-align: center;
}
.modal .modal-body .modal-item-info .modal-item-description {
  margin-bottom: 30px;
}
.modal.error .modal-header {
  border-color: #CD4730;
  background-color: #CD4730;
  color: #ffffff;
}
.modal.error .modal-header h4,
.modal.error .modal-header .close {
  color: #ffffff;
}
.modal.error .modal-body {
  color: #CD4730;
}
.modal.success .modal-header {
  border-color: #008000;
  background-color: #008000;
  color: #ffffff;
}
.modal.success .modal-header h4,
.modal.success .modal-header .close {
  color: #ffffff;
}
.modal.success .modal-body {
  color: #008000;
}
#bundle-modal {
  padding: 0!important;
}
#bundle-modal .steps-pager {
  margin-bottom: 10px;
}
#bundle-modal .modal-dialog {
  width: 100%!important;
  padding: 10px;
  margin-top: 1px;
}
#bundle-modal .bundle-create-bar {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 30px;
}
#bundle-modal .bundle-create-bar li {
  border: 1px solid #D7D7D7;
  padding: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
#bundle-modal .bundle-create-bar li:hover,
#bundle-modal .bundle-create-bar li.active {
  background-color: #D7D7D7;
  color: #000000;
  cursor: pointer;
}
#bundle-modal .item_name {
  font-weight: 700;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 1.1;
}
#bundle-modal .item_image {
  margin-bottom: 10px;
  text-align: center;
}
#bundle-modal .price {
  font-size: 24px;
  text-align: right;
  line-height: 1;
}
#bundle-modal .bundle_buybox_outer_wrapper {
  position: sticky;
  z-index: 1;
  top: 0;
  float: right;
  padding-left: 30px;
  padding-right: 10px;
}
@media (max-width: 1249px) {
  #bundle-modal .bundle_buybox_outer_wrapper {
    width: 100%;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  #bundle-modal .bundle_buybox_outer_wrapper {
    position: static;
  }
}
#bundle-modal .bundle_buybox_wrapper {
  background-color: #F2F2F2;
  padding: 10px;
}
#bundle-modal .bundle_buybox_wrapper .button_wrapper {
  margin-top: 10px;
}
#bundle-modal .bundle_buybox_wrapper .button_wrapper .button {
  float: right;
}
#bundle-modal .item_image {
  margin-top: auto;
}
#bundle-modal .step.active {
  display: flex!important;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#bundle-modal .step.active .itemwrapper {
  width: 20%;
  flex-shrink: 0;
  padding: 15px;
}
@media (max-width: 1023px) {
  #bundle-modal .step.active .itemwrapper {
    width: 25%;
  }
}
#bundle-modal .step.active .text_save {
  color: #CD4730;
  text-align: right;
  margin-top: 5px;
}
#bundle-modal .step.active .item {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #555555;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#bundle-modal .step.active .item.disabled {
  opacity: 0.4;
}
#bundle-modal .step.active .item:after {
  bottom: -50%;
  transform: translate(-50%, 50%);
  transition: all 0.3s;
  left: 50%;
  color: white;
  height: 80px;
  font-size: 60px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  content: "\f17b";
  font-family: FontAwesome;
  display: block;
  background-color: rgba(0, 128, 0, 0.9);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
#bundle-modal .step.active .item.added {
  border-color: #008000;
}
#bundle-modal .step.active .item.added:after {
  opacity: 1;
  bottom: 50%;
}
#bundle-modal .step.active .item:hover {
  border-color: #008000;
}
#bundle-modal .step.active .item .btn {
  width: 100%;
  align-self: flex-end;
  margin-top: auto;
  display: none;
}
#bundle-modal .current-bundle-selection-form .button_remove {
  min-width: 0;
  padding: 3px;
  border: 0;
  background-color: transparent;
}
#bundle-modal .current-bundle-selection-form .bundle_item_wrapper {
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #D7D7D7;
  cursor: pointer;
}
#bundle-modal .current-bundle-selection-form .bundle_item_wrapper:hover {
  color: #CD4730;
}
#bundle-modal .current-bundle-selection-form .bundle_item_wrapper:hover .fa {
  color: #CD4730;
}
#bundle-modal .current-bundle-selection-form .total-price {
  margin-top: 10px;
  text-align: right;
}
#bundle-modal .main_item {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  #bundle-modal .main_item {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
  }
  #bundle-modal .step.active .item {
    padding: 10px;
  }
  .modal .modal-body {
    padding: 15px;
  }
  #bundle-modal .bundle-create-bar {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #bundle-modal .bundle-create-bar li {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  #bundle-modal .step.active .itemwrapper {
    width: 33%;
    min-width: 0;
    max-width: 50%;
  }
  #bundle-modal .step.active .item.added:after {
    display: block!important;
  }
  #bundle-modal .step.active .item:hover:after {
    display: none;
  }
  #bundle-modal .modal-body .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #bundle-modal .modal-body .container-fluid .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  #bundle-modal .step.active .itemwrapper {
    padding: 10px;
  }
  #bundle-modal .bundle-create-bar {
    margin-bottom: 0;
  }
  #bundle-modal .step.active {
    margin-left: -10px;
    margin-right: -10px;
  }
  #bundle-modal .item_name {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #bundle-modal .step.active .itemwrapper {
    width: 50%;
    max-width: 50%;
  }
}
.datepicker {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.datepicker td,
.datepicker th {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.datepicker table tr td.active {
  background: none;
  background-color: #CD4730;
  text-shadow: none;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover {
  background-color: #CD4730;
  background: none;
  text-shadow: none;
}
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.active.active,
.datepicker table tr td.active:hover.active {
  background: none;
  background-color: #CD4730;
  text-shadow: none;
}
.datepicker table tr td span.active {
  background: none;
  background-color: #CD4730;
  text-shadow: none;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover {
  background-color: #CD4730;
  background: none;
  text-shadow: none;
}
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.active.active,
.datepicker table tr td span.active:hover.active {
  background: none;
  background-color: #CD4730;
  text-shadow: none;
}
.cookieBar {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding: 10px;
  width: 100%;
  z-index: 9001;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  min-width: 320px;
}
.cookieBar > div {
  display: inline-block;
}
.cookieBar__message {
  display: inline-block;
  padding-right: 30px;
}
.cookieBar__button {
  min-width: 0;
  width: 100px;
}
@media (max-width: 1539px) {
  .cookieBar > div {
    display: block;
  }
  .cookieBar__message {
    display: block;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
#scrolltopbutton_wrapper {
  text-align: right;
}
#scrolltopbutton_wrapper #scrolltop_button {
  position: fixed;
  z-index: 201;
  width: 60px;
  height: 60px;
  background-color: rgba(205, 71, 48, 0.8);
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
  cursor: pointer;
  display: inline-block;
  bottom: -65px;
  left: 30px;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#scrolltopbutton_wrapper #scrolltop_button:hover {
  background-color: #CD4730;
  padding-top: 5px;
}
#scrolltopbutton_wrapper #scrolltop_button i {
  font-size: 30px;
}
#scrolltopbutton_wrapper #scrolltop_button.sticky {
  bottom: 0;
}
@media (max-width: 767px) {
  #scrolltopbutton_wrapper #scrolltop_button {
    width: 45px;
    height: 45px;
    bottom: -45px;
    padding-top: 6px;
  }
  #scrolltopbutton_wrapper #scrolltop_button i {
    font-size: 30px;
  }
  #scrolltopbutton_wrapper #scrolltop_button:hover {
    padding-top: 2px;
  }
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding-left: 50px;
}
.alert:before {
  content: "\f05a";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 30px;
  margin-top: -21px;
}
.alert-danger {
  color: #CD4730;
  border-color: #CD4730;
  background-color: #fffefd;
}
.alert-warning {
  color: #f0c600;
  border-color: #f0c600;
  background-color: #fffcf0;
}
.alert-success {
  color: #008000;
  border-color: #008000;
  background-color: #80ff80;
}
.alert-info {
  color: #303030;
  border-color: #303030;
  background-color: #b0b0b0;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  margin-top: -25px;
}
.owl-carousel .owl-nav button i {
  color: #ffffff;
  font-size: 50px;
}
.owl-carousel .owl-nav button:hover i {
  color: #CD4730;
}
.owl-carousel .owl-nav button.owl-next {
  right: -70px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}
.owl-carousel .owl-nav button.disabled {
  display: none;
}
.advertisement_collection_wrapper {
  display: inline-block;
  margin-bottom: 25px;
}
.advertisement_collection_wrapper a {
  text-decoration: none;
}
.collection.advertisement_tile a {
  color: #555555;
}
.collection.advertisement_tile .price_availability_wrapper {
  line-height: 1.2;
}
.collection.advertisement_tile:hover a {
  display: block;
}
.collection.advertisement_tile:hover a .headline {
  color: #CD4730;
}
.collection.advertisement_tile .img_wrapper {
  position: relative;
  text-align: center;
}
.collection.advertisement_tile .img_wrapper .teaser_content {
  text-align: left;
}
.collection.advertisement_tile .teaser_content {
  position: absolute;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 101;
  display: flex;
  flex-wrap: wrap;
}
.collection.advertisement_tile .headline_explanation_wrapper {
  overflow: hidden;
  height: calc(100% - 45px);
  height: -moz-calc(100% - 45px);
  height: -webkit-calc(100% - 45px);
  height: -o-calc(100% - 45px);
  max-height: calc(100% - 45px);
  max-height: -moz-calc(100% - 45px);
  max-height: -webkit-calc(100% - 45px);
  max-height: -o-calc(100% - 45px);
}
.collection.advertisement_tile .explanation {
  overflow: hidden;
}
.collection.advertisement_tile .headline {
  line-height: 1.1;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}
.collection.advertisement_tile .price {
  font-weight: 700;
  color: #CD4730;
}
@media (min-width: 1024px) {
  .collection.advertisement_tile .price {
    font-size: 18px;
  }
}
.collection.advertisement_tile .availability {
  font-size: 14px;
}
.collection.advertisement_tile .button_price_wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.collection.advertisement_tile .button_price_wrapper .button {
  white-space: nowrap;
}
.tile_1_1_height .advertisement_collection_wrapper {
  max-height: 500px;
  overflow: hidden;
}
.tile_1_2_height .advertisement_collection_wrapper {
  max-height: 235px;
  overflow: hidden;
}
.tile_2_3_height .advertisement_collection_wrapper {
  max-height: 313.33333333px;
  overflow: hidden;
}
.tile_1_3_height .advertisement_collection_wrapper {
  max-height: 156.66666667px;
  overflow: hidden;
}
.tile_bg_left {
  text-align: center;
}
.tile_bg_left .advertisement_collection_wrapper {
  text-align: left;
}
.tile_bg_left .teaser_content {
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.tile_bg_right {
  text-align: center;
}
.tile_bg_right .advertisement_collection_wrapper {
  text-align: left;
}
.tile_bg_right .teaser_content {
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.tile_bg_top {
  text-align: center;
}
.tile_bg_top .advertisement_collection_wrapper {
  text-align: left;
}
.tile_bg_top .teaser_content {
  left: 0;
  top: 0;
  height: 200px;
  width: 100%;
}
.tile_bg_top .teaser_content .description {
  max-height: 66px;
  overflow: hidden;
}
.tile_bg_bottom {
  text-align: center;
}
.tile_bg_bottom .advertisement_collection_wrapper {
  text-align: left;
}
.tile_bg_bottom .teaser_content {
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
}
.tile_bg_bottom .teaser_content .description {
  max-height: 66px;
  overflow: hidden;
}
@media (max-width: 1539px) {
  .collection.advertisement_tile .tile_1_2_height .advertisement_collection_wrapper .explanation {
    max-height: 70px;
  }
  .collection.advertisement_tile .tile_1_3_height .advertisement_collection_wrapper .explanation {
    display: none;
  }
  .collection.advertisement_tile .headline {
    font-size: 20px;
  }
  .tile_bg_right .headline,
  .tile_bg_left .headline {
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1023px) {
  .tile_1_1_height.col-md-3 .collection.advertisement_tile .teaser_content {
    position: relative !important;
    top: -200px !important;
    margin-bottom: -200px;
  }
  .collection.advertisement_tile .headline {
    font-size: 15px;
  }
  .tile_1_1_height .advertisement_collection_wrapper,
  .tile_1_3_height .advertisement_collection_wrapper,
  .tile_2_3_height .advertisement_collection_wrapper,
  .tile_1_2_height .advertisement_collection_wrapper {
    max-height: unset;
  }
  .tile_2_3_height.tile_bg_left .explanation,
  .tile_2_3_height.tile_bg_right .explanation {
    max-height: 90px!important;
  }
}
@media (max-width: 767px) {
  .tile_1_1_height.col-md-3 .collection.advertisement_tile .teaser_content {
    top: -100px !important;
    margin-bottom: -100px;
  }
  .tile_bg_bottom .teaser_content {
    height: 100px;
  }
  .collection.advertisement_tile .explanation {
    display: none;
    max-height: 39px;
    font-size: 13px;
  }
  .tile_1_1_height.col-md-3 {
    width: 50%;
  }
  .tile_bg_right .headline,
  .tile_bg_left .headline {
    height: auto;
    white-space: normal;
    font-size: 15px;
  }
  .collection.advertisement_tile .headline_explanation_wrapper {
    height: auto;
    max-height: 100%;
    overflow: hidden;
  }
  .collection.advertisement_tile .button_price_wrapper .button {
    font-size: 10px;
    padding: 3px 3px;
  }
  .collection.advertisement_tile .price_availability_wrapper {
    font-size: 10px;
  }
  .advertisement_collection_wrapper {
    margin-bottom: 20px;
  }
  .collection.advertisement_tile .teaser_content {
    padding: 7px;
  }
  .tile_bg_left.col-xs-12 .collection.advertisement_tile .explanation,
  .tile_bg_right.col-xs-12 .collection.advertisement_tile .explanation {
    display: block;
  }
  .tile_1_1_height .collection.advertisement_tile .explanation {
    display: block;
  }
}
@media (max-width: 480px) {
  .tile_bg_left.col-xs-12 .collection.advertisement_tile .explanation,
  .tile_bg_right.col-xs-12 .collection.advertisement_tile .explanation {
    display: none;
  }
  .tile_1_1_height .collection.advertisement_tile .explanation {
    display: none;
  }
  .tile_1_3_height .advertisement_collection_wrapper .button {
    display: none;
  }
  .tile_1_1_height.col-md-3 .teaser_content {
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .collection.advertisement_tile .price_availability_wrapper .availability {
    display: none;
  }
}
.comment_total {
  background-color: #F2F2F2;
  border-top: 5px solid #CD4730;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment_total span {
  font-weight: 700;
  font-size: 16px;
}
.comment_total a {
  text-decoration: none;
}
#comment-section .comment-box {
  border: 1px solid #D7D7D7;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
}
#comment-section .comment-box:first-child {
  margin-top: 15px;
}
#comment-section .comment-detail {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#comment-section .comment-detail span {
  margin-right: 10px;
}
#comment-section .author_name {
  font-weight: 700;
}
#comment-section .post_time {
  font-size: 13px;
  color: #D7D7D7;
  font-style: italic;
  text-decoration: underline;
}
#comment-section .remove_comment {
  color: #555555;
}
#comment-section .comment-av {
  width: 150px;
}
#comment-section .comment-content-wrapper {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  max-width: calc(100% - 150px);
  max-width: -moz-calc(100% - 150px);
  max-width: -webkit-calc(100% - 150px);
  max-width: -o-calc(100% - 150px);
}
#comment-section .comment-content-wrapper .comment-detail {
  width: 100%;
  height: 30px;
}
#comment-section .comment-content-wrapper .comment-body {
  width: 100%;
  height: calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: -o-calc(100% - 30px);
}
.back_to_overview {
  margin-top: 20px;
}
.back_to_overview a {
  text-decoration: none;
}
.collection_blog_full {
  margin-bottom: 30px;
}
.collection_blog_full .headline {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #555555;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
.collection_blog_full .collection_blog_item {
  border: 1px solid #D7D7D7;
}
.collection_blog_full .textwrapper {
  padding: 30px;
}
.collection_blog_full .collection_blog_headlinewrapper {
  background-color: #F2F2F2;
  border-top: 5px solid #CD4730;
  padding: 20px 30px;
  position: relative;
}
.collection_blog_full .authorinfo {
  position: absolute;
  bottom: 5px;
  left: 30px;
  font-size: 13px;
  color: #D7D7D7;
}
.collection_blog_full .author_full_info {
  background-color: #F2F2F2;
  border-top: 5px solid #CD4730;
  display: flex;
  margin-bottom: 90px;
}
.collection_blog_full .author_full_info .author_img {
  width: 100px;
}
.collection_blog_full .author_full_info .author_name {
  padding-top: 10px;
  padding-left: 10px;
  font-weight: 700;
  max-width: calc(100% - 100px);
  max-width: -moz-calc(100% - 100px);
  max-width: -webkit-calc(100% - 100px);
  max-width: -o-calc(100% - 100px);
  flex-grow: 1;
}
.entryNavigation .pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: flex-end;
}
.entryNavigation .pagination .page-item.active a {
  color: #ffffff;
  background-color: #CD4730;
}
.entryNavigation .pagination a.page-link {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #555;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}
.entryNavigation .pagination a.page-link:hover,
.entryNavigation .pagination a.page-link:focus {
  color: #ffffff;
  background-color: #CD4730;
}
.collection_blog_list a {
  display: block;
  text-decoration: none;
}
.collection_list.blog .group_filter_area {
  display: flex;
  overflow-x: auto;
}
.collection_list.blog .group_filter_area .collection_group_filter {
  display: flex;
  white-space: nowrap;
}
.collection_list.blog .group_filter_area .collection_group_filter.active a,
.collection_list.blog .group_filter_area .collection_group_filter:hover a {
  background-color: #CD4730;
  border-color: #CD4730;
  color: #ffffff;
}
.collection_list.blog .group_filter_area .collection_group_filter a {
  padding: 10px 15px;
  border: 1px solid #D7D7D7;
  margin-right: 10px;
  text-decoration: none;
}
.collection_list.blog a {
  width: 100%;
  text-decoration: none;
}
.collection_list.blog a:hover {
  color: #555555;
}
.collection_list.blog a:hover .button {
  background: #CD4730;
  /* Old browsers */
  background: -moz-linear-gradient(top, #CD4730 0%, #CD0000 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #CD4730 0%, #CD0000 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #CD4730 0%, #CD0000 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
}
.collection_list.blog a:active .button {
  background-color: #CD0000;
  color: #ffffff;
}
.collection_list.blog .headline {
  margin-bottom: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #555555;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.collection_list.blog .button {
  margin-top: 20px;
  float: right;
}
.collection_list.blog .img_content_wrapper {
  display: flex;
}
.collection_list.blog .img_content_wrapper .img_wrapper {
  width: 300px;
}
.collection_list.blog .img_content_wrapper .content_wrapper {
  width: calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -o-calc(100% - 300px);
}
.collection_list.blog .content_wrapper {
  padding-left: 20px;
}
.collection_list.blog .collection__item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #D7D7D7;
}
@media (max-width: 767px) {
  .collection_list.blog .img_content_wrapper {
    flex-wrap: wrap;
  }
  .collection_list.blog .img_content_wrapper .img_wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .collection_list.blog .img_content_wrapper .content_wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .collection.collection_wrapper.blog {
    margin-top: -47px;
  }
  .collection.collection_wrapper.blog.isFullView {
    margin-top: 0;
  }
}
.clearafter:after {
  clear: both;
  content: " ";
  display: block;
}
.clearbefore:before {
  clear: both;
  content: " ";
  display: block;
}
.no_breadcrumb #breadcrumb {
  display: none!important;
}
.trustelement_tiles a,
.trustelement_tiles .link {
  text-decoration: none;
}
.trustelement_tiles .trustelement_tile {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333%;
  float: left;
}
.trustelement_tiles .trustelement_tile strong,
.trustelement_tiles .trustelement_tile b {
  font-size: 24px;
}
.trustelement_tiles .trustelement_tile .row {
  margin-left: 0;
  margin-right: 0;
}
.trustelement_tiles .trustelement_tile .row > .noBackground,
.trustelement_tiles .trustelement_tile .row > .noBackground > .link {
  display: inline-flex;
}
.trustelement_tiles .trustelement_tile .row .trust_img {
  width: 150px;
  text-align: center;
}
.trustelement_tiles .trustelement_tile .row .trust_text {
  padding: 10px;
  width: calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: -o-calc(100% - 150px);
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
}
.trustelement_tiles .trustelement_tile .row .trust_text .textcontent {
  display: flex;
  flex-wrap: wrap;
}
.trustelement_tiles .trustelement_tile .row .trust_text .textcontent div {
  width: 100%;
}
.trustelement_tiles .trustelement_tile .row .trust_text:after {
  font-family: FontAwesome;
  content: "\f112";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 700;
  background-color: #CD4730;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding-right: 1px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
@media (max-width: 1250px) {
  .trustelement_tiles .trustelement_tile .row .trust_img {
    width: 80px;
  }
  .trustelement_tiles .trustelement_tile .row .trust_text {
    font-size: 14px;
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
  }
  .trustelement_tiles .trustelement_tile .row strong {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .trustelement_tiles .trustelement_tile {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .trustelement_tiles .trustelement_tile:last-child {
    position: static;
  }
  .trustelement_tiles .trustelement_tile strong {
    font-size: 16px;
  }
  .trustelement_tiles .trustelement_tile .row .trust_img {
    width: 15%;
    display: flex;
    align-items: center;
  }
  .trustelement_tiles .trustelement_tile .row .trust_text .textcontent {
    font-size: 14px;
  }
  .trustelement_tiles .trustelement_tile .row .trust_text {
    width: 85%;
  }
  .trustelement_tiles .trustelement_tile .row > .noBackground,
  .trustelement_tiles .trustelement_tile .row > .noBackground > .link {
    width: 100%;
  }
  .trustelement_tiles .trustelement_tile .row .trust_text {
    background-color: rgba(245, 245, 245, 0.75);
  }
}
@media (max-width: 480px) {
  .trustelement_tiles .trustelement_tile .row .trust_text:after {
    width: 15px;
    height: 15px;
    padding-right: 0;
    line-height: 15px;
    font-size: 10px;
  }
  .trustelement_tiles .trustelement_tile .row .trust_text .textcontent {
    font-size: 12px;
  }
  .trustelement_tiles .trustelement_tile strong {
    font-size: 14px;
  }
}
.align_self_bottom {
  align-self: flex-end;
}
.align_self_top {
  align-self: flex-start;
}
.headline_centered {
  font-size: 50px;
  font-weight: 700;
  display: table;
  white-space: nowrap;
  line-height: 60px;
  overflow: hidden;
}
.headline_centered h1,
.headline_centered .h1,
.headline_centered h2,
.headline_centered .h2,
.headline_centered h3,
.headline_centered .h3,
.headline_centered h4,
.headline_centered .h4,
.headline_centered h5,
.headline_centered .h5,
.headline_centered h6,
.headline_centered .h6 {
  font-size: 50px;
  line-height: 60px;
}
.headline_centered:before,
.headline_centered:after {
  border-top: 2px solid #555555;
  content: '';
  display: table-cell;
  position: relative;
  top: 29px ;
  width: 50%;
}
@media (max-width: 600px) {
  .headline_centered {
    white-space: normal;
    font-size: 30px;
    display: block;
    text-align: center;
  }
  .headline_centered h1 {
    font-size: 30px;
  }
  .headline_centered:before,
  .headline_centered:after {
    display: none;
  }
}
.headline_centered:before {
  right: 75px;
}
.headline_centered:after {
  left: 75px;
}
.huge_headline h1,
.huge_headline h2,
.huge_headline h3,
.huge_headline h4,
.huge_headline .h1,
.huge_headline .h2,
.huge_headline .h3,
.huge_headline .h4 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .huge_headline h1,
  .huge_headline h2,
  .huge_headline h3,
  .huge_headline h4,
  .huge_headline .h1,
  .huge_headline .h2,
  .huge_headline .h3,
  .huge_headline .h4 {
    font-size: 38px;
  }
}
@media (max-width: 1023px) {
  .huge_headline h1,
  .huge_headline h2,
  .huge_headline h3,
  .huge_headline h4,
  .huge_headline .h1,
  .huge_headline .h2,
  .huge_headline .h3,
  .huge_headline .h4 {
    font-size: 24px;
  }
}
.color-white.headline_centered:before,
.color-white.headline_centered:after {
  border-color: #ffffff;
}
.color-black.headline_centered:before,
.color-black.headline_centered:after {
  border-color: #000000;
}
.color-primary.headline_centered:before,
.color-primary.headline_centered:after {
  border-color: #CD4730;
}
.color-action.headline_centered:before,
.color-action.headline_centered:after {
  border-color: #FF6532;
}
.color-yellow.headline_centered:before,
.color-yellow.headline_centered:after {
  border-color: #e3a81d;
}
.color-success.headline_centered:before,
.color-success.headline_centered:after {
  border-color: #008000;
}
.container_small {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.fullview_collection .hide_fullview {
  display: none!important;
}
.tiles_wrapper > div > div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.tiles_wrapper .yellow_tile {
  background-color: #e3a81d;
  position: relative;
  width: 16.66666667%;
}
.tiles_wrapper .red_tile {
  background-color: #CD4730;
  color: #ffffff;
  position: relative;
  width: 16.66666667%;
}
.tiles_wrapper .red_tile:hover .icontext {
  opacity: 0.3;
  transition: opacity 0.2s;
}
.tiles_wrapper .red_tile:hover .hovertext {
  opacity: 1;
  transition: opacity 0.2s;
  background-color: rgba(215, 44, 44, 0.9);
}
.tiles_wrapper .hovertext {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.tiles_wrapper .hovertext .textcontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.tiles_wrapper .icontext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  transition: opacity 0.2s;
}
.tiles_wrapper .tile_button {
  position: absolute;
  bottom: 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
}
@media (max-width: 1539px) {
  .tiles_wrapper .hovertext {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .tiles_wrapper .red_tile,
  .tiles_wrapper .yellow_tile {
    width: 25%;
  }
  .tiles_wrapper > div > div > div:first-child,
  .tiles_wrapper > div > div > div:nth-child(2),
  .tiles_wrapper > div > div > div:nth-child(3),
  .tiles_wrapper > div > div > div:nth-child(4) {
    order: 0;
  }
  .tiles_wrapper > div > div > div:nth-child(5) {
    order: 2;
  }
  .tiles_wrapper > div > div > div:nth-child(6) {
    order: 1;
  }
  .tiles_wrapper > div > div > div:nth-child(7),
  .tiles_wrapper > div > div > div:nth-child(8) {
    order: 3;
  }
  .tiles_wrapper > div > div > div:nth-child(9) {
    order: 5;
  }
  .tiles_wrapper > div > div > div:nth-child(10) {
    order: 4;
  }
  .tiles_wrapper > div > div > div:nth-child(11) {
    order: 7;
  }
  .tiles_wrapper > div > div > div:nth-child(12) {
    order: 6;
  }
}
@media (max-width: 767px) {
  .tiles_wrapper .red_tile {
    width: 33.333%;
  }
  .tiles_wrapper .yellow_tile {
    display: none;
  }
  .tiles_wrapper .xs-margin {
    margin-bottom: 0;
  }
  .headline_centered {
    font-size: 30px;
  }
  .headline_centered h1,
  .headline_centered .h1,
  .headline_centered h2,
  .headline_centered .h2,
  .headline_centered h3,
  .headline_centered .h3,
  .headline_centered h4,
  .headline_centered .h4,
  .headline_centered h5,
  .headline_centered .h5,
  .headline_centered h6,
  .headline_centered .h6 {
    font-size: 30px;
  }
  .headline_centered:before {
    right: 25px;
  }
  .headline_centered:after {
    left: 25px;
  }
  .paddingBottom--large {
    padding-bottom: 30px;
  }
  .paddingTop--large {
    padding-top: 30px;
  }
  .marginBottom--large {
    margin-bottom: 30px;
  }
  .marginTop--large {
    margin-top: 30px;
  }
  .tiles_wrapper .red_tile {
    width: 50%;
  }
}
@media (min-width: 1540px) {
  .visible-xlg {
    display: block !important;
  }
  .visible-xlg-inline-block {
    display: inline-block !important;
  }
}
#AmazonPayButton {
  margin-top: 15px;
  display: block!important;
}
#AmazonPayButton img {
  max-height: 100%!important;
  width: 100%!important;
}
.sidebar_basket_wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  right: -320px;
  background-color: #ffffff;
  transition: right 0.5s;
  z-index: 2002;
  overflow-y: scroll;
  padding-top: 15px;
}
.sidebar_basket_wrapper .paybutton_item {
  margin-top: 15px;
}
.sidebar_basket_wrapper .financebutton_wrapper {
  margin-top: 15px;
  padding: 15px;
}
.sidebar_basket_wrapper .financebutton_wrapper .financing_hl {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  display: table;
  position: relative;
  white-space: nowrap;
}
.sidebar_basket_wrapper .financebutton_wrapper .financing_hl:before,
.sidebar_basket_wrapper .financebutton_wrapper .financing_hl:after {
  border-top: 1px solid #D7D7D7;
  content: '';
  display: table-cell;
  position: relative;
  top: 9px;
  width: 50%;
}
.sidebar_basket_wrapper .financebutton_wrapper .financing_hl:before {
  right: 15px;
}
.sidebar_basket_wrapper .financebutton_wrapper .financing_hl:after {
  left: 15px;
}
.sidebar_basket_wrapper a {
  text-decoration: none;
}
.sidebar_basket_wrapper a:hover,
.sidebar_basket_wrapper a:active,
.sidebar_basket_wrapper a:focus {
  text-decoration: none;
}
.sidebar_basket_wrapper .paypal_credit {
  display: inline-block;
  margin-bottom: 30px;
}
.sidebar_basket_wrapper .basket_padding {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar_basket_wrapper .select_body select,
.sidebar_basket_wrapper .select_body label {
  width: 100%;
}
.sidebar_basket_wrapper .select_body:after {
  bottom: 7px;
  top: unset;
}
.sidebar_basket_wrapper .basket_coupon_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
.sidebar_basket_wrapper .basket_coupon_wrapper form {
  display: flex;
  justify-content: space-between;
}
.sidebar_basket_wrapper .basket_coupon_wrapper form button {
  margin-left: 5px;
  white-space: nowrap;
  width: 100px;
}
.sidebar_basket_wrapper .basket_coupon_wrapper form input {
  width: calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -o-calc(100% - 100px);
}
.sidebar_basket_wrapper .bonus_point_wrapper {
  text-align: right;
  margin-bottom: 10px;
}
.sidebar_basket_wrapper .bonus_point_wrapper .description_bonus_points {
  text-align: left;
  margin-bottom: 10px;
}
.sidebar_basket_wrapper h1 {
  text-transform: uppercase;
  font-size: 21px!important;
}
.sidebar_basket_wrapper .bundle_table_wrapper td {
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  padding-left: 18px;
}
.sidebar_basket_wrapper .bundle_table_wrapper td .fa {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.sidebar_basket_wrapper .bundle_table_wrapper td:last-child {
  text-align: right;
}
.sidebar_basket_wrapper .headline_close_wrapper {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 20px;
}
.sidebar_basket_wrapper .headline_close_wrapper:hover {
  color: #CD4730;
}
.sidebar_basket_wrapper .headline_close_wrapper:hover h1 {
  color: #CD4730;
}
.sidebar_basket_wrapper .itemwrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar_basket_wrapper .closebutton {
  font-size: 30px;
}
.sidebar_basket_wrapper.open {
  right: 0;
  transition: right 0.5s;
}
.sidebar_basket_wrapper .basketlist_top_left {
  width: 80px;
  float: left;
}
.sidebar_basket_wrapper .basketlist_top_right {
  width: calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: -o-calc(100% - 80px);
  float: right;
  padding-left: 20px;
}
.sidebar_basket_wrapper .itemtable_row {
  border-bottom: 1px solid #D7D7D7;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar_basket_wrapper .basketlist_top_wrapper {
  display: flex;
  align-items: center;
}
.sidebar_basket_wrapper .description {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sidebar_basket_wrapper .paybutton_wrapper .amazon_button {
  width: 100%;
  margin-bottom: 15px;
}
.sidebar_basket_wrapper .paybutton_wrapper .paypal_button {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.sidebar_basket_wrapper .paybutton_wrapper .paypal_button img {
  width: 100%;
}
.sidebar_basket_wrapper .buy_with_creditcard {
  display: block;
}
.sidebar_basket_wrapper .orderbutton_wrapper {
  padding: 0 20px 15px;
  background-color: #ffffff;
}
.sidebar_basket_wrapper .orderbutton_wrapper .button {
  width: 100%;
}
.sidebar_basket_wrapper .button {
  font-size: 12px;
}
.sidebar_basket_wrapper .releasedate {
  font-size: 11px;
  color: #f0c600;
  margin-bottom: 5px;
}
.sidebar_basket_wrapper .image_wrapper img {
  max-height: 80px;
}
.sidebar_basket_wrapper .cross_price {
  margin-bottom: 5px;
}
.sidebar_basket_wrapper .discount_info {
  margin-bottom: 10px;
}
.sidebar_basket_wrapper .bundle_table_wrapper {
  margin-top: 10px;
}
.sidebar_basket_wrapper .bundle_table_hl {
  font-weight: 700;
  margin-bottom: 8px;
}
.sidebar_basket_wrapper .fa-trash-o {
  font-size: 15px;
}
.sidebar_basket_wrapper .quantity_price_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.sidebar_basket_wrapper .quantity_price_wrapper .base_price {
  font-size: 16px;
}
.sidebar_basket_wrapper .country-restriction {
  font-weight: 700;
  margin-top: 10px;
}
.sidebar_basket_wrapper .delivery_shipping_wrapper,
.sidebar_basket_wrapper .shipping_options_wrapper {
  margin-top: 15px;
}
.sidebar_basket_wrapper .delivery_shipping_wrapper label,
.sidebar_basket_wrapper .shipping_options_wrapper label,
.sidebar_basket_wrapper .delivery_shipping_wrapper select,
.sidebar_basket_wrapper .shipping_options_wrapper select {
  width: 100%;
}
.sidebar_basket_wrapper .availability_remove_wrapper {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.sidebar_basket_wrapper .availability_remove_wrapper .basket_delete {
  color: #555555;
  margin-left: auto;
}
.sidebar_basket_wrapper .availability_remove_wrapper .basket_delete:hover {
  color: #CD4730;
}
.sidebar_basket_wrapper .user_basket_refresh_buttons {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.sidebar_basket_wrapper .user_basket_refresh_buttons .button {
  width: calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: -o-calc(50% - 5px);
}
.sidebar_basket_wrapper .inforow {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sidebar_basket_wrapper .inforow .amount {
  white-space: nowrap;
  padding-left: 15px;
}
.sidebar_basket_wrapper .user_basket_bottom {
  padding: 20px;
  background-color: #F2F2F2;
}
#basket_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2001;
  background-color: rgba(85, 85, 85, 0.71);
  display: none;
}
#basket_overlay.active {
  display: block;
}
.mejs__button > button {
  background: url("../images/mejs-controls.svg") !important;
}
.mejs__overlay-button {
  background: url("../images/mejs-controls.svg") 0 -39px no-repeat;
}
.mejs__overlay-loading-bg-img {
  background: url("../images/mejs-controls.svg") -160px -40px no-repeat;
}
.textcontent td,
.textcontent th {
  padding: 15px;
}
.spacer_pre_content {
  padding: 20px;
}
a:focus {
  outline: 0;
}
.fb_customer_chat_bounce_in_v2 {
  z-index: 199!important;
}
img {
  height: auto !important;
  max-width: 100% !important;
}
.image {
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.image img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.bgcover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bgcontain {
  background-repeat: no-repeat;
  background-size: contain;
}
.gradient {
  background: #CD4730;
  /* Old browsers */
  background: -moz-linear-gradient(top, #CD4730 0%, #CD0000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #CD4730 0%, #CD0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #CD4730 0%, #CD0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD4730', endColorstr='#cd0000', GradientType=0);
  /* IE6-9 */
}
#gadget {
  background-color: #F2F2F2;
  color: #303030;
  padding-top: 60px;
  padding-bottom: 60px;
}
#gadget .header_trust {
  margin: 0 -30px;
  text-align: center;
}
#gadget .header_trust .textcontent {
  display: inline-block;
  padding: 0 30px;
}
#gadget .header_trust .textcontent .fa {
  font-size: 17px;
}
#gadget .header_trust:after {
  clear: both;
  display: block;
  content: " ";
}
#content {
  min-height: 600px;
  position: relative;
  padding-bottom: 40px;
}
#white_background {
  background-color: #ffffff;
}
#background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
#background * {
  height: 100%;
  background-attachment: fixed;
}
.box-arrow-image img {
  width: 100% !important;
}
.headline-lines {
  position: relative;
  margin-bottom: 60px;
}
.headline-lines h1,
.headline-lines h2,
.headline-lines h3,
.headline-lines h4,
.headline-lines h5,
.headline-lines h6 {
  font-size: 24px;
}
.headline-lines h1 span,
.headline-lines h2 span,
.headline-lines h3 span,
.headline-lines h4 span,
.headline-lines h5 span,
.headline-lines h6 span {
  background-color: #ffffff;
  display: inline-block;
  padding-left: 60px;
  padding-right: 60px;
  z-index: 1;
  position: relative;
}
.headline-lines:after {
  content: " ";
  height: 1px;
  position: absolute;
  width: 100%;
  background-color: #F2F2F2;
  top: 58%;
  z-index: 0;
}
.box-arrow {
  margin-bottom: 60px;
}
.box-arrow > .row {
  margin-left: 0;
  margin-right: 0;
}
.box-arrow:hover .box-arrow-text.bg-gray {
  background-color: #d9d9d9;
  background-size: 32px 100%;
}
.box-arrow-text {
  background-image: url(../images/arrow_white.png);
  background-repeat: no-repeat;
  background-size: 22px 100%;
  background-position: left top;
  padding: 30px 62px;
  margin-bottom: 60px;
  min-height: 100px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.emptybox {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #F2F2F2;
}
.norow > .row {
  margin-left: 0;
  margin-right: 0;
}
.table_area {
  display: table;
  width: 100%;
  table-layout: auto;
}
.table_area .table_row {
  display: table-row;
}
.table_area .table_row .table_cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  border-bottom: 1px solid #D7D7D7;
}
.table_area .table_row .table_cell.price_line,
.table_area .table_row .table_cell.total_price_line {
  text-align: right;
  white-space: nowrap;
}
.table_area .table_row .table_cell .table_cell_label {
  color: #303030;
  padding-right: 60px;
  display: none;
}
.table_area .table_row .table_cell .table_cell {
  border-bottom: 0;
}
.table_area .table_row.table_header .table_cell {
  color: #303030;
}
.trustinfo_banner {
  background-color: #F2F2F2;
}
.trustinfo_banner .owl-stage-outer {
  width: 100%!important;
}
.trustinfo_banner .owl-stage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1250px) {
  .trustinfo_banner .owl-stage {
    width: 100%!important;
  }
}
.trustinfo_banner .owl-stage:after,
.trustinfo_banner .owl-stage:before {
  display: none;
}
.trustinfo_banner .owl-item {
  max-width: 15%;
}
@media (max-width: 1249px) {
  .trustinfo_banner .owl-item {
    max-width: 25%;
  }
}
@media (max-width: 1023px) {
  .trustinfo_banner .owl-item {
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .trustinfo_banner .owl-item {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .trustinfo_banner .owl-item {
    max-width: 100%;
  }
}
.trustinfo_banner .owl-carousel {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1249px) {
  .trustinfo_banner .owl-carousel {
    margin: 0;
  }
}
.trustinfo_banner .textcontent {
  padding: 10px 20px;
}
.trustinfo_banner .wrapper-company-stars .tp-widget-stars {
  margin-bottom: 0 !important;
}
.trustinfo_banner a {
  text-decoration: none;
}
.trustinfo_banner img {
  width: auto!important;
  max-height: 40px;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.5s ease-out;
}
.trustinfo_banner img:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease-out;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #303030;
}
.breadcrumb a {
  color: #303030;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #CD4730;
}
.breadcrumb i {
  margin: 0 2px;
}
.breadcrumb .current {
  color: #000000;
  font-weight: 700;
}
#box {
  position: fixed;
  top: 234px;
  right: -250px;
  z-index: 120;
  -webkit-transition: right 0.2s ease-in;
  -moz-transition: right 0.2s ease-in;
  -ms-transition: right 0.2s ease-in;
  -o-transition: right 0.2s ease-in;
}
#box.hoverintent {
  right: 0;
}
#box .box-icons {
  float: left;
  cursor: pointer;
}
#box .box-icons .box-icon {
  background-color: #CD4730;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 40px;
  padding-top: 2px;
  text-align: center;
  color: #ffffff;
}
#box .box-icons .box-icon:first-child {
  margin-top: 0;
}
#box .box-icons .box-icon:last-child {
  margin-bottom: 0;
}
#box .box-icons .box-icon .fa {
  font-size: 20px;
}
#box .box-content {
  background-color: #F2F2F2;
  padding: 60px;
  width: 250px;
  margin-left: 40px;
  border-top: 4px solid #CD4730;
}
#box .box-content h2 {
  margin-top: 0;
}
#box .box-content .fa {
  font-size: 20px;
  width: 30px;
  text-align: center;
}
.tabs {
  margin-bottom: 60px;
}
.tabs .tabs_item {
  float: left;
  padding: 15px 60px;
  border: 1px solid #D7D7D7;
}
.tabs .tabs_item:hover {
  background-color: #D7D7D7;
}
.tabs .tabs_item:hover input {
  color: #555555;
}
.tabs .tabs_item .form-group {
  margin-bottom: 0;
}
.tabs .tabs_item:last-child {
  border-left: 0;
}
.tabs:after {
  clear: both;
  display: block;
  content: " ";
}
#specialboxes .special_box > .row {
  margin-left: 0;
  margin-right: 0;
}
iframe {
  max-width: 100%;
}
@media (min-width: 1540px) {
  .main_content_left {
    width: 20%;
  }
  .main_content_right {
    width: 80%;
  }
  .main_content_right.main_content_right_offset {
    margin-left: 20%;
  }
}
@media (max-width: 1539px) {
  .box-arrow-text {
    min-height: 130px;
  }
}
@media (max-width: 1249px) {
  .container-fluid .container {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  #overlay {
    left: 120%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  #overlay.open_menu {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 320px!important;
    width: 100%;
    height: 100%;
    z-index: 201;
  }
  #container.open_menu {
    position: fixed;
  }
  .youtubecontent {
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    background-color: #ffffff;
  }
  .youtubecontent iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .youtubecontent:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  /*.trustinfo_banner .owl-carousel{
    flex-wrap: wrap;
    justify-content: center;
    .textcontent{
      max-height: 45px;
      width: 25%;
      text-align: center;
      padding: 5px;
      &:last-child, &:nth-last-child(2), &:nth-last-child(3){
        width: 33.3333%;
      }
      img{
        max-height: 30px;
      }
    }
  }*/
  .textcontent .table_wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .box-arrow {
    height: auto;
  }
  .box-arrow .box-arrow-text {
    position: static;
    margin: 0;
    width: 100%;
    min-height: 0;
  }
  .table_area {
    display: block;
  }
  .table_area .table_row {
    display: block;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .table_area .table_row:last-child {
    margin-bottom: 0;
  }
  .table_area .table_row .table_cell {
    display: block;
    border: 0;
    text-align: left;
  }
  .table_area .table_row .table_cell .table_cell_label {
    font-weight: 700;
    display: inline;
    float: left;
    width: 40%;
  }
  .table_area .table_row.table_header {
    display: none;
  }
  #content {
    min-height: 0;
  }
  .margin_bottom_xs {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .trustinfo_banner .textcontent {
    padding: 5px 10px;
  }
  .table_area .table_row .table_cell .table_cell_label {
    width: 100%;
  }
  .table_area .table_row .table_cell input,
  .table_area .table_row .table_cell .select_body {
    width: 100%;
  }
}
body.account #shop_content {
  padding-bottom: 40px;
}
body.account h1 {
  margin-bottom: 20px;
}
.account_tiles_wrapper {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.tile {
  padding: 10px;
  width: calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: -o-calc(100% / 3);
  text-align: center;
}
.tile .rf-icon {
  font-size: 48px;
  margin-right: 10px;
}
.tile a {
  padding: 30px 20px 25px;
  display: flex;
  border: 1px solid #F2F2F2;
  height: 100%;
  align-items: center;
}
@media (max-width: 600px) {
  .tile a {
    padding: 15px 20px 5px;
  }
}
.tile a:hover {
  border-color: #CD4730;
}
.tile .tiletext {
  float: right;
  width: calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: -o-calc(100% - 70px);
  line-height: 1.2;
  text-align: left;
}
.tile .tile_headline {
  font-weight: bold;
}
.tile .tile_content_wrapper {
  line-height: 50px;
  width: 100%;
}
.tile .tile_content_wrapper .fa {
  font-size: 48px;
  margin-right: 15px;
}
.form-group .select_body {
  margin-bottom: 0;
}
.shipping_address_tile_wrapper img {
  max-height: 150px;
}
#account_jumpmark {
  display: none;
}
@media (max-width: 1023px) {
  #account_jumpmark {
    display: block;
    height: 0px;
    position: relative;
    top: -100px;
  }
}
.select_body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.select_body label {
  width: 160px;
  padding-right: 10px;
}
.select_body label ~ select {
  width: calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  width: -o-calc(100% - 160px);
}
.shipment_address_infotext {
  margin-bottom: 20px;
}
@media (min-width: 1024px) and (max-width: 1539px) {
  .tile {
    width: 50%;
  }
}
@media (max-width: 1249px) {
  .archiveFilterbox__right {
    margin-top: 15px;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  #subnavigation {
    margin-bottom: 10px;
  }
  .account-main-page #subnavigation ul li {
    display: none;
  }
  .account-main-page #subnavigation ul li:last-child {
    display: block;
  }
}
@media (max-width: 1023px) {
  .archiveFilterbox .button_row .button,
  .archiveFilterbox .button_row_bottom .button,
  .archiveFilterbox .button_row_top .button,
  .archiveFilterbox .button_row_bottom .button,
  .archiveFilterbox .button_row_top .button {
    margin-bottom: 15px!important;
  }
  .archiveFilterbox .button_row .button:last-child,
  .archiveFilterbox .button_row_bottom .button:last-child,
  .archiveFilterbox .button_row_top .button:last-child,
  .archiveFilterbox .button_row_bottom .button:last-child,
  .archiveFilterbox .button_row_top .button:last-child {
    margin-bottom: 0!important;
  }
}
@media (max-width: 850px) {
  .tile {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .tile {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .select_body label,
  .form-label-left .form-group:not(.form-check) label,
  .form-label-left .form-group:not(.form-check) > .select_body,
  .form-label-left .form-group:not(.form-check) > input,
  .form-label-left .form-group:not(.form-check) > textarea,
  .select_body label ~ select {
    width: 100%;
  }
  .select_body:after {
    margin-top: 0;
    bottom: 6px;
    top: unset;
  }
  .form-group-street .form-group.text_street {
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    padding-right: 20px;
  }
  .form-group-street .form-group.text_street_no {
    width: 80px;
  }
}
.autocomplete-suggestions {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .autocomplete-suggestions {
    max-height: 70vh!important;
    overflow: scroll;
  }
}
.autocomplete-suggestion {
  padding: 4px 10px;
  cursor: pointer;
}
.autocomplete-suggestion.autocomplete-selected {
  background-color: #F2F2F2;
}
#mobile_search {
  display: none;
}
.header_basket {
  margin-left: -3px;
}
header {
  padding: 3px 20px 7px;
  display: flex;
  flex-wrap: wrap;
  background-color: #FBFBFB;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  z-index: 2001;
  position: relative;
}
header ul {
  list-style: none;
}
header a {
  text-decoration: none;
}
header a:hover,
header a:active,
header a:focus {
  text-decoration: none;
}
header .shopping_bag {
  position: relative;
}
header .shopping_bag .basket_amount_badge {
  display: none;
}
@media (max-width: 1249px) {
  header .shopping_bag .basket_amount_badge {
    display: block;
    position: absolute;
    color: #ffffff;
    background-color: #CD4730;
    width: 15px;
    height: 15px;
    font-size: 12px;
    border-radius: 50%;
    line-height: 14px;
    padding-left: 1px;
    right: 8px;
    top: 0;
  }
}
#header_search,
#mobile_search {
  flex-grow: 1;
}
#header_search *,
#mobile_search * {
  width: 100%;
}
#header_logo {
  width: 220px;
  padding-right: 20px;
  align-self: flex-end;
}
.header_right {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 220px);
  width: -moz-calc(100% - 220px);
  width: -webkit-calc(100% - 220px);
  width: -o-calc(100% - 220px);
}
#header_1,
#header_2 {
  width: 100%;
  display: flex;
  flex-shrink: 0;
}
#header_1 {
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
#header_1 .header_trust .textcontent {
  display: flex;
  align-items: center;
}
#header_1 .header_trust .textcontent img {
  margin-right: 10px;
}
.currency_switch,
.language_switch_button {
  position: relative;
}
.currency_switch:hover .list_language_switch,
.language_switch_button:hover .list_language_switch,
.currency_switch:hover .list_currency_switch,
.language_switch_button:hover .list_currency_switch {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 10px;
}
.currency_switch:hover .list_language_switch li.active,
.language_switch_button:hover .list_language_switch li.active,
.currency_switch:hover .list_currency_switch li.active,
.language_switch_button:hover .list_currency_switch li.active {
  color: #CD4730;
  font-weight: 700;
}
.currency_switch:hover .list_language_switch li.active a,
.language_switch_button:hover .list_language_switch li.active a,
.currency_switch:hover .list_currency_switch li.active a,
.language_switch_button:hover .list_currency_switch li.active a {
  color: #CD4730;
}
.currency_switch:hover .list_language_switch ul,
.language_switch_button:hover .list_language_switch ul,
.currency_switch:hover .list_currency_switch ul,
.language_switch_button:hover .list_currency_switch ul {
  display: block!important;
  padding: 5px 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #F2F2F2;
}
.currency_switch:hover .list_language_switch ul a,
.language_switch_button:hover .list_language_switch ul a,
.currency_switch:hover .list_currency_switch ul a,
.language_switch_button:hover .list_currency_switch ul a {
  text-align: right;
  display: block;
}
#shop_by_category {
  display: flex;
  position: relative;
  align-items: center;
}
#shop_by_category a.active,
#shop_by_category a.active_tree {
  color: #CD4730;
}
#shop_by_category li.active > a,
#shop_by_category li.active_tree > a {
  color: #CD4730;
}
#shop_by_category .shop_by {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #D7D7D7;
  border-right: 0;
  height: 100%;
  color: #CD0000;
  font-size: 14px;
  line-height: 36px;
}
#shop_by_category .shop_by strong {
  font-size: 16px;
  font-weight: 700;
}
#shop_by_category.hoverintent ul {
  padding: 5px 0;
}
#shop_by_category.hoverintent ul > li a {
  padding-left: 10px;
  padding-right: 0;
  display: block;
  width: 100%;
}
#shop_by_category.hoverintent ul ul li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
}
#shop_by_category.hoverintent > ul {
  display: block;
  position: absolute;
  background-color: #F2F2F2;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 14px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2001;
}
#shop_by_category.hoverintent > ul > li {
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
}
#shop_by_category.hoverintent > ul > li > a {
  position: relative;
}
#shop_by_category.hoverintent > ul > li > a:after {
  display: inline-block;
  content: "\f112";
  font-family: FontAwesome;
  margin-left: -10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#shop_by_category.hoverintent > ul .category_icon_wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  overflow: hidden;
  text-align: right;
  left: calc(100% - 230px);
  left: -moz-calc(100% - 230px);
  left: -webkit-calc(100% - 230px);
  left: -o-calc(100% - 230px);
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
#shop_by_category.hoverintent > ul > li:hover ul {
  top: -38px;
  bottom: 0;
  display: block;
  left: 100%;
  background-color: #ffffff;
}
#shop_by_category.hoverintent > ul > li:hover > ul {
  position: absolute;
  width: 1150px;
  padding-right: 230px;
  columns: 4;
  column-fill: balance;
  min-height: 370px;
  -moz-column-fill: balance;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}
#shop_by_category.hoverintent > ul > li:hover > ul img {
  width: 100%;
}
#shop_by_category.hoverintent > ul > li:hover > ul > li {
  padding-top: 0;
  padding-bottom: 0;
}
#shop_by_category.hoverintent > ul > li:hover > ul > li > ul {
  padding-top: 0;
}
#shop_by_category.hoverintent > ul > li:hover > ul > li > ul > li {
  padding-top: 0;
  padding-bottom: 3px;
}
#shop_by_category.hoverintent > ul > li:hover > ul > li > a {
  font-size: 18px;
  color: #CD4730;
}
#header_2 ul {
  display: none;
}
.header_info_nav {
  font-size: 13px;
}
.header_info_nav ul {
  padding: 0;
}
.header_info_nav li {
  display: inline-block;
  margin-right: 10px;
}
#header_account {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
#header_account .user_account > div {
  display: flex;
  flex-wrap: wrap;
}
.user_account_block {
  display: flex;
  margin-left: 25px;
}
.user_account_block a {
  display: flex;
  flex-wrap: wrap;
}
.user_account_block a.active {
  color: #CD4730;
}
.user_account_block a > .fa {
  font-size: 36px;
  margin-right: 10px;
  padding-top: 2px;
}
.user_account_block a .fa-heart {
  position: relative;
}
.user_account_block a .fa-heart .favorites_qty_badge_mobile {
  display: none;
}
@media (max-width: 1249px) {
  .user_account_block a .fa-heart .favorites_qty_badge_mobile {
    display: block;
    position: absolute;
    color: #ffffff;
    background-color: #CD4730;
    width: 15px;
    height: 15px;
    font-size: 12px;
    border-radius: 50%;
    line-height: 14px;
    padding-left: 1px;
    right: 3px;
    top: 0;
  }
}
.user_account_block a .info,
.user_account_block a .description {
  width: 100%;
}
.user_account_block a .info {
  font-weight: 700;
  text-align: left;
}
.user_account_block a .fa-angle-down {
  font-weight: 700;
  margin-left: 5px;
  font-size: 11px;
}
.user_account_block a .text_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#form_search,
#form_mobile_search {
  position: relative;
}
#form_search .search_button,
#form_mobile_search .search_button {
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(white));
  background: -webkit-linear-gradient(top, #eee, white);
  background: -moz-linear-gradient(top, #eee, white);
  background: -ms-linear-gradient(top, #eee, white);
  background: -o-linear-gradient(top, #eee, white);
  background: #CD4730;
  /* Old browsers */
  background: -moz-linear-gradient(top, #CD4730 0%, #CD0000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #CD4730 0%, #CD0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #CD4730 0%, #CD0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD4730', endColorstr='#cd0000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  cursor: pointer;
  width: 40px;
  height: 100%;
  text-align: center;
  font-size: 22.4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff1a00+0,cd0000+100 */
  display: flex;
  justify-content: center;
  align-items: center;
}
#form_search .fa,
#form_mobile_search .fa {
  font-weight: 700;
  transform: rotate(270deg);
  padding-bottom: 1px;
}
#form_search .search_field > input,
#form_mobile_search .search_field > input {
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 6px;
}
.primary-nav {
  display: flex;
  align-items: center;
}
.primary-nav .breadcrumb_wrapper {
  margin-right: 50px;
  line-height: 1;
  padding-bottom: 3px;
}
.primary-nav .breadcrumb {
  white-space: nowrap;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#container {
  padding-top: 122px;
}
@media (max-width: 1539px) {
  #container {
    padding-top: 102px;
  }
}
@media (max-width: 1249px) {
  #container {
    padding-top: 81px;
  }
}
@media (max-width: 1023px) {
  #container {
    padding-top: 81px;
  }
}
@media (max-width: 767px) {
  #container {
    padding-top: 94px;
  }
}
body.order #container {
  padding-top: 0;
}
body.order #container.payment {
  padding-top: 122px;
}
@media (max-width: 1539px) {
  body.order #container.payment {
    padding-top: 102px;
  }
}
@media (max-width: 1249px) {
  body.order #container.payment {
    padding-top: 81px;
  }
}
@media (max-width: 1023px) {
  body.order #container.payment {
    padding-top: 81px;
  }
}
@media (max-width: 767px) {
  body.order #container.payment {
    padding-top: 94px;
  }
}
@media (max-width: 1539px) {
  #shop_by_category.hoverintent > ul > li:hover > ul {
    width: 850px;
    columns: 3;
  }
  header {
    padding-top: 31px;
  }
  #header_1 {
    position: absolute;
    top: 3px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  #header_logo {
    width: 110px;
  }
  .header_right {
    width: calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -o-calc(100% - 110px);
    padding-left: 0;
  }
  #header_account {
    font-size: 12px;
  }
  .user_account_block a > .fa {
    font-size: 30px;
  }
  .quick_navigation_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .quick_navigation_wrapper ul li {
    padding-bottom: 0;
    white-space: nowrap;
  }
  .header_info_nav li {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1249px) {
  #shop_by_category.hoverintent > ul > li:hover > ul {
    width: 550px;
    columns: 3;
    padding-right: 0;
  }
  #shop_by_category.hoverintent > ul .category_icon_wrapper {
    display: none;
  }
  #header_1 {
    display: none;
  }
  header {
    padding-top: 10px;
  }
  .user_account_block {
    margin-left: 0;
  }
  .user_account_block a {
    text-align: center;
  }
  .user_account_block a > .fa {
    font-size: 23px;
    margin-right: 0;
    padding-top: 0;
  }
  .user_account_block a > .fa.fa-shopping-cart {
    font-size: 29px;
    height: 23px;
    position: relative;
    top: -2px;
  }
  .user_account_block a .fa {
    width: 100%;
  }
  .user_account_block a .text_wrapper {
    width: 100%;
    font-size: 11px;
    line-height: 1;
    align-self: flex-end;
  }
  .user_account_block a .text_wrapper .info,
  .user_account_block a .text_wrapper .fa-angle-down {
    display: none;
  }
  .user_account {
    display: flex;
    height: 100%;
  }
  .user_account .header_account {
    display: flex;
    height: 100%;
  }
  .header_basket {
    display: flex;
    height: 100%;
  }
  .header_basket #header_basket {
    display: flex;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  header {
    padding-top: 7px;
  }
  .quick_navigation_wrapper {
    margin-top: 8px;
  }
  .primary-nav {
    display: flex;
    width: calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: -o-calc(100% - 55px);
    overflow-x: auto;
  }
  #shop_by_category {
    display: none;
  }
  .primary-nav {
    margin-top: 0;
  }
  .user_account_block.language_switch_button,
  .user_account_block.currency_switch {
    display: none;
  }
}
@media (max-width: 600px) {
  #header_2 {
    justify-content: flex-end;
  }
  #mobile_search {
    display: block;
  }
  .primary-nav {
    display: none;
  }
  #header_search {
    display: none;
  }
  #mobile_search_wrapper {
    display: flex;
    flex-grow: 1;
  }
  #header_logo {
    width: 90px;
    padding-right: 0;
  }
  .header_right {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -o-calc(100% - 90px);
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  #header_account .logout_link {
    display: none;
  }
  header {
    overflow: hidden;
  }
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #CD4730;
}
#footer_2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000000;
  color: #ffffff;
}
#footer_2 .container {
  display: flex;
  flex-wrap: wrap;
}
#footer_2 ul {
  list-style: none;
  padding: 0;
}
#footer_2 h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
#footer_helpline {
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
#footer_helpline .highlighted {
  font-size: 50px;
}
#footer_navigation {
  width: 80%;
}
#footer_navigation > ul {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
#footer_navigation > ul > li {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}
#footer_navigation > ul > li > a {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
#footer_navigation li.active > a,
#footer_navigation li.active_tree > a,
#footer_navigation li:hover > a {
  color: #CD4730;
}
#footer_navigation a.active,
#footer_navigation a.active_tree {
  color: #CD4730;
}
#footer_contact {
  width: 20%;
}
#footer_contact ul li,
#footer_contact h4 {
  color: #ffffff;
}
.footer_socialmedia .fa {
  color: #ffffff;
  font-size: 40px;
}
.footer_socialmedia .fa:hover {
  color: #CD0000;
}
#footer_3 {
  background-color: #303030;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer_3 h5 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
#footer_3 .footer_blog ul {
  padding: 0;
  list-style: none;
}
#footer_3 .footer_blog a {
  color: #ffffff;
  font-size: 24px;
}
#footer_3 .footer_blog a:hover {
  color: #CD4730;
}
.footer_copyright {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  #footer_navigation {
    width: 100%;
  }
  #footer_contact {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #footer_navigation > ul {
    flex-wrap: wrap;
  }
  #footer_navigation > ul > li {
    width: 50%;
  }
  #footer_navigation ul ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #footer_3 .textcontent {
    margin-bottom: 30px;
  }
  #footer .highlighted {
    font-size: 26px;
  }
  #footer_3 {
    text-align: center;
  }
  .footer_payment,
  .footer_security {
    margin-bottom: 10px;
  }
}
.MagicZoomGallery .MagicZoomWrapper {
  margin-bottom: 120px;
  text-align: center;
}
.MagicZoomGallery .MagicScroll .mcs-item .mz-thumb img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.MagicZoomGallery .MagicScroll .mcs-item .mz-thumb.mz-thumb-selected img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.filegallery_content {
  margin-bottom: 60px;
}
.filegallery_content .filegallery_content_file {
  margin-bottom: 30px;
}
.filegallery_content .filegallery_content_file a {
  color: #555555;
  margin-left: 25px;
  display: inline-block;
}
.filegallery_content .filegallery_content_file a .filegallery_content_file_icon {
  margin-right: 30px;
  display: inline-block;
  margin-left: -25px;
  font-size: 18px;
  color: #303030;
}
.filegallery_content .filegallery_content_file a:hover {
  color: #CD4730;
}
.filegallery_content .filegallery_content_file a:hover .filegallery_content_file_icon {
  color: #CD4730;
}
.filegallery_1_2 .filegallery_content {
  margin-left: -60px;
  margin-right: -60px;
}
.filegallery_1_2 .filegallery_content .filegallery_content_file {
  float: left;
  width: 50%;
  padding-left: 150px;
  padding-right: 150px;
}
.filegallery_1_2 .filegallery_content:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 767px) {
  .filegallery_1_2 .filegallery_content .filegallery_content_file {
    float: left;
    width: 100%;
  }
}
.slideshow_box .owl-dots,
.slideshow_box .owl-nav {
  display: none!important;
}
#spons_banners .owl-dots,
#spons_banners .owl-nav {
  display: none!important;
}
#spons_banners .slideshow_box .owl-carousel-item.animated {
  height: auto!important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F2F2F2;
}
.header_main .slideshow_content {
  width: 100%;
}
.header_main .slideshow_content .slideshow_content_inner {
  position: absolute;
  right: 60px;
  bottom: 60px;
  padding: 90px;
  background-color: #ffffff;
  max-width: calc(100% - 120px);
  max-width: -moz-calc(100% - 120px);
  max-width: -webkit-calc(100% - 120px);
  max-width: -o-calc(100% - 120px);
  max-height: calc(100% - 120px);
  max-height: -moz-calc(100% - 120px);
  max-height: -webkit-calc(100% - 120px);
  max-height: -o-calc(100% - 120px);
  text-align: center;
  min-width: 400px;
}
.header_main .slideshow_content .slideshow_headline {
  font-size: 33px;
  line-height: 1;
  color: #CD4730;
  margin-bottom: 60px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}
.header_main .slideshow_content .slideshow_text {
  font-weight: 700;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 60px;
}
.header_main .slideshow_content .slideshow_button .button {
  color: #CD4730;
  text-transform: uppercase;
}
.header_main .owl-carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.header_main .owl-carousel-item > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .slideshow_box .slideshow_content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .slideshow_box .slideshow_content .slideshow_content_inner {
    position: static;
    max-width: calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
    max-width: -o-calc(100% - 80px);
    max-height: calc(100% - 80px);
    max-height: -moz-calc(100% - 80px);
    max-height: -webkit-calc(100% - 80px);
    max-height: -o-calc(100% - 80px);
    text-align: center;
    min-width: 400px;
    margin-bottom: 40px;
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .slideshow_box a {
    display: block;
  }
}
@media (max-width: 480px) {
  .slideshow_box .slideshow_content .slideshow_content_inner {
    padding: 45px;
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    max-height: calc(100% - 40px);
    max-height: -moz-calc(100% - 40px);
    max-height: -webkit-calc(100% - 40px);
    max-height: -o-calc(100% - 40px);
    min-width: 0;
    max-width: none;
    margin-bottom: 40px;
  }
  .slideshow_box .slideshow_content .slideshow_headline {
    font-size: 24px;
  }
}
.scrollbar img {
  padding: 8px;
}
.MagicScroll .mcs-button-arrow:before {
  font-family: "fontawesome";
  font-size: 45px;
  color: #555555;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: -5px;
}
.MagicScroll .mcs-button-arrow.mcs-button-arrow-prev {
  left: -35px;
}
.MagicScroll .mcs-button-arrow.mcs-button-arrow-prev:before {
  left: 100%;
  content: "\f111";
}
.MagicScroll .mcs-button-arrow.mcs-button-arrow-next {
  right: -35px;
}
.MagicScroll .mcs-button-arrow.mcs-button-arrow-next:before {
  right: 100%;
  content: "\f112";
}
.MagicScroll .mcs-button-arrow:hover:before {
  color: #303030;
}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.4);
}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
  font-family: "fontawesome";
  font-size: 45px;
  color: #555555;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: -8px;
}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow.mcs-button-arrow-prev {
  left: -80px;
}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow.mcs-button-arrow-prev:before {
  content: "\f111";
}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow.mcs-button-arrow-next {
  right: -80px;
}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow.mcs-button-arrow-next:before {
  content: "\f112";
}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover:before {
  color: #555555;
}
.MagicZoomGallery .mcs-item {
  padding: 30px;
}
.MagicScroll-horizontal {
  width: calc(100% - 80px) !important;
  width: -moz-calc(100% - 80px) !important;
  width: -webkit-calc(100% - 80px) !important;
  width: -o-calc(100% - 80px) !important;
  margin-left: auto;
  margin-right: auto;
  display: block!important;
}
.MagicScroll-vertical .mcs-button-arrow {
  width: 40px;
  height: 40px;
}
.MagicScroll-vertical .mcs-button-arrow.mcs-button-arrow-next {
  right: 35px;
  bottom: 0;
}
.MagicScroll-vertical .mcs-button-arrow.mcs-button-arrow-next:before {
  content: "\f110";
}
.MagicScroll-vertical .mcs-button-arrow.mcs-button-arrow-prev {
  top: 0;
}
.MagicScroll-vertical .mcs-button-arrow.mcs-button-arrow-prev:before {
  content: "\f113";
}
@media (max-width: 1023px) {
  .MagicScroll > .mcs-button-arrow {
    width: 20px;
  }
  .MagicScroll > .mcs-button-arrow.mcs-button-arrow-prev {
    left: -17px;
  }
  .MagicScroll > .mcs-button-arrow.mcs-button-arrow-prev:before {
    margin-left: -8px;
  }
  .MagicScroll > .mcs-button-arrow.mcs-button-arrow-next {
    right: -17px;
  }
  .MagicScroll > .mcs-button-arrow.mcs-button-arrow-next:before {
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .MagicScroll.scrollbar .mcs-item {
    width: 33.3333333% !important;
  }
}
@media (max-width: 480px) {
  .MagicScroll.scrollbar .mcs-item {
    width: 50% !important;
  }
}
.slidecontent {
  margin-bottom: 60px;
}
.slidecontent .slide_container {
  border-bottom: 1px solid #D7D7D7;
}
.slidecontent .slide_container .slidecontent_headline {
  position: relative;
  font-size: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #555555;
  padding: 15px 10px 15px 40px;
  cursor: pointer;
}
.slidecontent .slide_container .slidecontent_headline:after {
  content: "\f110";
  font-family: fontawesome;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #CD4730;
}
.slidecontent .slide_container .slidecontent_headline:hover,
.slidecontent .slide_container .slidecontent_headline:active,
.slidecontent .slide_container .slidecontent_headline:focus {
  color: #CD4730;
}
.slidecontent .slide_container .slidecontent_headline.active:after {
  content: "\f113";
}
.slidecontent .slide_container .slidecontent_content_container {
  display: none;
  padding: 30px;
  padding-top: 15px;
  padding-left: 40px;
}
.googlemaps_content {
  max-width: 100%;
}
.googlemaps_content img {
  max-width: none !important;
}
.newsletterbanner {
  margin-left: -60px;
  margin-right: -60px;
}
.newsletterbanner h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 30px;
  padding-top: 4px;
}
.newsletterbanner > div {
  float: left;
  padding-left: 60px;
  padding-right: 60px;
  width: 80%;
}
.newsletterbanner > div.textcontent {
  width: 20%;
}
.newsletterbanner > div .newsletter_text {
  float: right;
  width: 60%;
  padding-left: 60px;
  padding-top: 5px;
  padding-right: 270px;
  position: relative;
  font-size: 24px;
}
.newsletterbanner > div .newsletter_text h3 {
  position: absolute;
  right: 0;
  top: -15px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  margin: 0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 700;
  font-size: 40px;
  padding-top: 2px;
  color: #CD4730;
}
.newsletterbanner > div .newsletter_form {
  float: left;
  width: 40%;
  padding-right: 60px;
}
.newsletterbanner > div .newsletter_form .button {
  width: 40%;
  float: left;
  background-color: #CD4730;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  height: 40px;
  min-width: 0;
}
.newsletterbanner > div .newsletter_form .button:hover {
  background-color: #303030;
}
.newsletterbanner > div .newsletter_form .form-group {
  margin-bottom: 0;
  width: 60%;
  float: left;
}
.newsletterbanner > div .newsletter_form .form-group label {
  display: none;
}
.newsletterbanner > div .newsletter_form .form-group input {
  width: 100%;
  height: 40px;
}
.newsletterbanner > div .newsletter_form > br {
  display: none;
}
.newsletterbanner > div .newsletter_form:after {
  clear: both;
  display: block;
  content: " ";
}
.newsletterbanner > div .newsletter_form.two_buttons .button {
  width: 20%;
}
.newsletterbanner > div .newsletter_form.two_buttons .button:last-child {
  border-left: 0 !important;
}
.newsletterbanner:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 1539px) {
  .newsletterbanner > div .newsletter_form {
    width: 50%;
  }
  .newsletterbanner > div .newsletter_form .form-group input {
    height: 47px;
  }
  .newsletterbanner > div .newsletter_form .button {
    height: 47px;
  }
  .newsletterbanner > div .newsletter_text {
    width: 50%;
    font-size: 20px;
    padding-top: 0;
  }
  .newsletterbanner > div .newsletter_text h3 {
    top: -12px;
  }
}
@media (max-width: 1023px) {
  .newsletterbanner > div {
    float: none;
    width: 100%;
  }
  .newsletterbanner > div.textcontent {
    display: none;
  }
  .newsletterbanner > div .newsletter_form {
    width: 70%;
    padding-left: 60px;
  }
  .newsletterbanner > div .newsletter_text {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 330px;
  }
  .newsletterbanner > div .newsletter_text h3 {
    top: -5px;
    width: 90px;
    height: 90px;
    font-size: 50px;
    padding-top: 9px;
  }
}
@media (max-width: 767px) {
  .newsletterbanner > div .newsletter_text {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .newsletterbanner > div .newsletter_text h3 {
    display: none;
  }
  .newsletterbanner > div .newsletter_form {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .newsletterbanner > div .newsletter_form.two_buttons .form-group {
    width: 100%;
  }
  .newsletterbanner > div .newsletter_form.two_buttons .button {
    width: 50%;
  }
}
.language_switch {
  margin-right: -30px;
  display: inline-block;
  position: relative;
}
.language_switch .language_switch_button {
  padding-left: 30px;
  padding-right: 30px;
}
.language_switch ul {
  margin: 0;
  padding: 0;
}
.language_switch ul li {
  padding: 0;
  list-style-type: none;
}
.language_switch .list_language_switch {
  display: none;
}
.language_switch .list_language_switch a {
  color: #555555 !important;
}
.language_switch .list_language_switch a:hover {
  color: #CD4730 !important;
}
.language_switch .list_language_switch li {
  padding-bottom: 30px;
}
.language_switch .list_language_switch li.active a {
  font-weight: bold;
}
.language_switch .list_language_switch li:last-child {
  padding-bottom: 0;
}
.language_switch.hoverintent .list_language_switch {
  display: block;
}
#banner .row {
  margin: 0;
}
#banner .hasBackground {
  min-height: 600px;
  padding-top: 60px;
  text-align: center;
}
#banner .hasBackground h1 {
  font-size: 60px;
  color: #ffffff;
}
#banner .hasBackground h2 {
  font-size: 20px;
  color: #ffffff;
}
body .shoppingworld #gadget {
  display: none;
}
.hasBackground {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.archiveFilterbox {
  margin-bottom: 30px;
  border: 1px solid #D7D7D7;
  padding: 15px 30px;
}
.archiveFilterbox .row {
  margin-left: -30px;
  margin-right: -30px;
}
.archiveFilterbox .row > div {
  padding-left: 30px;
  padding-right: 30px;
}
.archiveFilterbox__right .form-group {
  margin-bottom: 0;
}
@media (min-width: 1250px) {
  .archiveFilterbox__right {
    text-align: right;
  }
}
@media (max-width: 1249px) {
  .archiveFilterbox__right .form-group label {
    display: none;
  }
}
.archiveFilterbox #document_type_filter {
  width: 100%;
}
.archiveFilterbox .button {
  min-width: 0;
}
.archiveFilterbox .form-group {
  margin-bottom: 0;
}
.archiveFilterbox .button_row,
.archiveFilterbox .button_row_bottom,
.archiveFilterbox .button_row_top {
  margin-top: 0;
  margin-bottom: 0;
}
.archiveFilterbox .button_row .button,
.archiveFilterbox .button_row_bottom .button,
.archiveFilterbox .button_row_top .button {
  margin-top: 0;
  margin-bottom: 0;
}
.archiveTable {
  margin-bottom: 30px;
}
.archiveTable .button {
  min-width: 105px;
}
.archiveTable .table_row .table_cell:first-child {
  padding-left: 0;
}
.archiveTable .table_row .table_cell.archiveTable__statusLine {
  padding-left: 20px;
}
.archiveTable .table_row .table_cell:last-child {
  padding-right: 0;
}
.archiveTable .table_row .table_cell .table_cell {
  vertical-align: middle;
  border-bottom: 0;
  width: 160px;
}
.archiveTable .table_row .table_cell .table_cell.archiveTable__actionLine {
  width: auto;
}
.archiveTable .table_row:not(.table_header) .table_cell.archiveTable__statusLine {
  vertical-align: top;
  padding-top: 20px;
}
.archiveTable .table_header .table_cell .table_cell {
  padding-top: 0;
  padding-bottom: 0;
}
.archiveTable__statusLine {
  width: 200px;
}
@media (max-width: 1249px) {
  .archiveTable .table_row .table_cell .table_cell {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .archiveTable .table_row {
    margin-bottom: 90px;
    background-color: #F2F2F2;
    padding: 0 30px;
  }
  .archiveTable .table_row .table_cell {
    padding-left: 0;
    padding-right: 0;
  }
  .archiveTable .table_row .table_cell .table_row {
    background-color: #ffffff;
    margin-bottom: 0;
  }
  .archiveTable .table_row .table_cell .table_row:last-child {
    border-bottom: 0;
  }
  .archiveTable .table_row .table_cell .table_cell {
    width: 100%;
  }
  .archiveTable .table_row:not(.table_header) .table_cell.archiveTable__statusLine {
    padding-top: 18px;
  }
  .archiveTable__statusLine {
    width: 100%;
  }
}
.toggleTable {
  cursor: pointer;
}
.toggleTable .archiveTable__statusLine {
  position: relative;
}
.toggleTable .archiveTable__statusLine:before {
  position: absolute;
  left: 5px;
  top: 20px;
  content: "\f105";
  font-family: fontawesome;
  font-size: 20px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.toggleTable.active .archiveTable__statusLine:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #CD4730;
}
@media (max-width: 767px) {
  .toggleTable .archiveTable__statusLine:before {
    top: 13px;
  }
}
.captcha_wrapper {
  margin-bottom: 20px;
}
.errorbox {
  padding: 15px;
  color: #CD4730;
  border: 1px solid #CD4730;
}
.textcontent .table_wrapper {
  max-width: 100%;
  overflow-x: scroll;
}
ul {
  padding-left: 18px;
}
.loading_overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  font-size: 60px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.loading_overlay.loading {
  display: flex;
}
@media (max-width: 767px) {
  .loading_overlay {
    font-size: 30px;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
#container {
  overflow-x: hidden;
}
.fb_dialog {
  z-index: 1800!important;
}
.container-fluid,
.container {
  padding-left: 20px;
  padding-right: 20px;
}
#breadcrumb {
  font-size: 13px;
}
#breadcrumb .current {
  font-weight: 700;
}
#breadcrumb .breadcrumb {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb span {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  #breadcrumb span {
    max-width: 200px;
    display: inline-block;
  }
}
.cross_price {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  line-height: 1em;
}
.cross_price:before {
  content: " ";
  height: 1.5px;
  background-color: #CD4730;
  width: calc(100% + 6px);
  display: block;
  position: absolute;
  left: -1px;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  top: 6px;
}
.base_price {
  white-space: nowrap;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
}
.basket_button .quantity {
  display: none;
}
.order_price_total,
.order_price_total_label {
  font-size: 20px;
  font-weight: 700;
}
#user_queue .itemcard_order_button_input_wrapper_outer {
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
}
#user_queue .itemcard_order_button_input_wrapper_outer .itemcard_order_button_wrapper_text {
  width: 100%;
}
#user_queue .itemcard_order_button_input_wrapper_outer .itemcard_order_button_wrapper_text button {
  padding-bottom: 9px;
}
.shop_site_headline {
  margin-top: 0;
}
.category_info,
.category_headline {
  margin-bottom: 30px;
}
.category_description_1 {
  font-size: 14px;
  margin-bottom: 30px;
}
.category_description_2 {
  font-size: 14px;
}
.itembox_header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.highlights_caption {
  margin-bottom: 30px;
}
.highlights_box {
  padding: 20px;
  margin-bottom: 50px;
  border: 2px solid #D7D7D7;
}
.highlights_box .higlights_caption {
  color: #ffffff;
}
.highlights_box .itemcard_list {
  margin-bottom: -120px;
}
.order_finished_box {
  padding: 20px;
  margin-bottom: 50px;
  border: 2px solid #D7D7D7;
}
.order_finished_box .higlights_caption {
  color: #ffffff;
}
.order_finished_box .itemcard_list {
  margin-bottom: -120px;
}
.attributes .attribute_code {
  font-weight: 700;
}
.user_queue_added {
  margin-bottom: 60px;
}
.modal .modal-body .modal-item-info .modal-item-description.user_queue_added_basket {
  margin-bottom: 60px;
}
.modal .modal-body .modal-item-info.user_queue_added .button {
  margin-bottom: 30px;
  width: 100%;
}
.order_prices_box {
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.order_prices_box .order_summary {
  width: 100%;
}
.order_prices_box:after {
  clear: both;
  content: " ";
  display: block;
}
.order_prices_box .order_prices_box_left,
.order_prices_box .order_prices_box_right {
  width: 50%;
  padding: 20px 10px;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
.order_prices_box .order_prices_box_left {
  padding-left: 0;
}
.order_prices_box .order_prices_box_left .form-check {
  height: auto;
  line-height: 1.2;
}
.order_prices_box .order_prices_box_right {
  background-color: #F2F2F2;
}
.order_prices_box .order_total {
  text-transform: uppercase;
  margin-top: 10px;
}
.order_box {
  background-color: #F2F2F2;
  padding: 20px;
}
.order_box .button {
  width: 100%;
}
.order_box_headline h2 {
  display: inline-block;
  margin-right: 30px;
}
.order_box_headline .order_box_change_link {
  display: inline-block;
}
.order_devision_headline {
  margin-bottom: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  font-size: 24px;
  font-weight: 700;
  color: #303030;
}
.order_devision_headline.order_devision_headline_small {
  font-size: 20px;
}
.linklist.table_area .table_row .table_cell {
  padding-top: 10px;
  padding-bottom: 10px;
}
.linklist.table_area .table_row.table_body:hover {
  cursor: pointer;
}
.linklist.table_area .table_row.table_body:hover .table_cell {
  background-color: #F2F2F2;
}
.slider.slider-horizontal {
  width: 100%;
  height: 11px;
  margin-bottom: 8px;
}
.slider.slider-horizontal .slider-track {
  margin-top: -3px;
  height: 5px;
}
.slider.slider-horizontal .slider-selection {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #636363;
}
.slider.slider-horizontal .slider-handle {
  width: 14px;
  height: 14px;
  margin-left: 0;
  top: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #303030;
  cursor: pointer;
  background-image: none;
}
.slider.slider-horizontal .slider-handle.max-slider-handle {
  margin-left: -12px;
}
.slider.slider-horizontal .slider-handle:hover {
  background-color: #161616;
}
.itemcard_order_button_vat_ship_notice_wrapper {
  margin-bottom: 10px;
  color: #303030;
}
.itemcard_order_button_vat_ship_notice_wrapper a {
  color: #303030;
}
.itemcard_order_button_vat_ship_notice_wrapper a:hover {
  color: #CD4730;
}
.orderbox {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d7d7d7+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #D7D7D7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #D7D7D7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #D7D7D7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@input-border-color', GradientType=0);
  /* IE6-9 */
  padding: 10px;
  border: 1px solid #D7D7D7;
}
.itemcard_order_button_input_wrapper_outer:after {
  clear: both;
  display: block;
  content: " ";
}
.itemcard_order_button_input_wrapper_outer .itemcard_order_button_input_wrapper_inner .spinner_up {
  position: absolute;
  right: 60px;
  top: -2px;
  cursor: pointer;
  font-size: 18px;
}
.itemcard_order_button_input_wrapper_outer .itemcard_order_button_input_wrapper_inner .spinner_up:hover {
  color: #CD4730;
}
.itemcard_order_button_input_wrapper_outer .itemcard_order_button_input_wrapper_inner .spinner_down {
  position: absolute;
  right: 60px;
  bottom: 0;
  cursor: pointer;
  font-size: 18px;
}
.itemcard_order_button_input_wrapper_outer .itemcard_order_button_input_wrapper_inner .spinner_down:hover {
  color: #CD4730;
}
.itemcard_order_button_input_wrapper_outer.inactive_order_button_wrapper .button_primary {
  pointer-events: none;
  opacity: 0.5;
}
.availability_message {
  margin-top: 20px;
}
.availability_message .availability_message_button {
  display: inline-block;
  margin-bottom: 20px;
}
.availability_message .availability_message_button .fa {
  padding-right: 10px;
  font-size: 28px;
}
.availability_message .availability_message_box {
  padding: 20px;
  border: 1px solid #303030;
  background-color: #ffffff;
  margin-bottom: 60px;
}
.availability_message .availability_message_box .button {
  width: 100%;
}
#new_address_type_select {
  display: none;
}
.favorite-button {
  color: #000000;
  font-size: 32px;
  line-height: 1em;
  cursor: pointer;
}
.favorite-button:hover {
  color: #CD4730;
}
.favorite-button.added {
  color: #CD4730;
}
.favorite-button.added:hover {
  color: #000000;
}
.basket_infobox {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .guest_checkout_tabs .tabs_item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .order_prices_box {
    display: block;
  }
  .order_prices_box .order_prices_box_left {
    width: 100%;
    border-bottom: 0;
  }
  .order_prices_box .order_prices_box_right {
    width: 100%;
  }
  .linklist.table_area .table_row .table_cell {
    padding: 0;
  }
  .category_info {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #user_queue .itemlist3 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #user_basket .user_basket_refresh_buttons a {
    display: block;
  }
  .itemcard_order_button_input_wrapper_outer .itemcard_order_button_input_wrapper_inner {
    width: 25%;
  }
  .itemcard_order_button_input_wrapper_outer .itemcard_order_button_input_wrapper_inner .spinner_wrapper {
    display: none;
  }
}
.inventory {
  font-weight: 700;
  font-size: 13px;
}
.inventory .inventory,
.inventory .limited_quantity_per_customer {
  color: #000000;
}
.inventory:before {
  font-family: fontawesome;
  float: left;
  margin-right: 8px;
  font-size: 1.3em;
  display: none;
}
.inventory.available {
  color: #008000;
}
.inventory.available:before {
  content: "\f00c";
  color: #008000;
}
.inventory.low_availability {
  color: #f0c600;
}
.inventory.low_availability:before {
  content: "\f12a";
  color: #f0c600;
}
.inventory.not_available {
  color: #CD4730;
}
.inventory.not_available:before {
  content: "\f00d";
  color: #CD4730;
}
.inventory.not_available_orderable {
  color: #008000;
}
.inventory.not_available_orderable:before {
  content: "\f00c";
  color: #008000;
}
.inventory.not_available_orderable_number {
  color: #008000;
}
.inventory.not_available_orderable_number:before {
  content: "\f00c";
  color: #008000;
}
.orderbox_inventory .inventory:last-child {
  color: #303030;
}
.filterbox-wrapper {
  margin-bottom: 15px;
}
.filterbox-wrapper h3 {
  line-height: 40px;
  margin-bottom: 30px;
}
.filterbox {
  padding: 10px;
  border: 1px solid #D7D7D7;
  background-color: #F2F2F2;
}
.filterbox .filter-wrapper-inner {
  position: relative;
}
.filterbox .filter-wrapper-inner .filter_unset {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 36px;
  width: 100%;
  text-align: right;
  font-size: 19px;
  cursor: pointer;
}
.filterbox .filter-wrapper-inner .filter_unset a {
  color: #555555;
  display: block;
  line-height: 32px;
  height: 100%;
  padding-right: 10px;
}
.filterbox .filter-wrapper-inner .filter_unset:hover a {
  color: #303030;
}
.filter-wrapper {
  margin-bottom: 20px;
}
.filter-wrapper:last-child {
  margin-bottom: 0;
}
.filterbox .filter_headline {
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}
.filterbox .filter_headline .filter_unset {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
.filter_body.icons_body {
  margin-left: -2px;
  margin-right: -2px;
}
.filter_body.icons_body a {
  float: left;
  width: 20%;
  padding-left: 2px;
  padding-right: 2px;
}
.filter_body.icons_body a:nth-child(n + 6) {
  margin-top: 4px;
}
.filter_body.scroll-list-body select {
  width: 100%;
}
.filter_body .filterlist {
  width: 100%;
}
.filter_body .filterlist a {
  color: #000000;
}
.filter_body .filterlist a:hover {
  color: #CD4730;
}
.filter {
  position: relative;
}
.filter .form-group {
  margin-bottom: 5px;
}
.filter .specialcheckbox {
  width: 100%;
}
.filter .select_body {
  width: 100%;
  margin-bottom: 0;
}
.filter .select_body.active:after {
  display: none;
}
.filter .select_body.active select {
  background-color: #D7D7D7;
}
.filter.list ul {
  margin: 0;
  padding: 0;
}
.filter.list li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-bottom: 10px;
}
.filter.list li:last-child {
  padding-bottom: 0;
}
.filterbox-mobilebutton {
  border: 1px solid #D7D7D7;
  padding: 7px 15px;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
}
.filterbox-mobilebutton:after {
  content: "\f110";
  font-family: fontawesome;
  position: absolute;
  right: 12px;
  top: -1px;
  font-size: 20px;
  color: #000000;
}
.filterbox-mobilebutton.active {
  background-color: #D7D7D7;
}
@media (max-width: 767px) {
  .filterbox {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
    display: none;
  }
}
@media (max-width: 480px) {
  .filterbox .filter-wrapper.col-xs-6 {
    width: 100%;
  }
  .filter.checkbox-filter .filter_body .form-check-label {
    width: 100%;
    float: none;
  }
}
.promotion {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.promotion.promotion_1 {
  background-image: url("/userdata/images/promotion/sale.png");
}
.promotion.promotion_2 {
  background-image: url("/userdata/images/promotion/sale.png");
}
.promotion.promotion_3 {
  background-image: url("/userdata/images/promotion/new2.png");
}
body.shoppingworld #breadcrumb {
  display: none;
}
.categorybox > .row {
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categorybox > .row:before,
.categorybox > .row:after {
  display: none!important;
}
.categorylist {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categorylist a {
  text-decoration: none;
}
.categorylist .description {
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(white));
  background: -webkit-linear-gradient(top, #eee, white);
  background: -moz-linear-gradient(top, #eee, white);
  background: -ms-linear-gradient(top, #eee, white);
  background: -o-linear-gradient(top, #eee, white);
  background: #CD4730;
  /* Old browsers */
  background: -moz-linear-gradient(top, #CD4730 0%, #CD0000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #CD4730 0%, #CD0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #CD4730 0%, #CD0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD4730', endColorstr='#cd0000', GradientType=0);
  /* IE6-9 */
  text-align: center;
  font-weight: 700;
  width: 100%;
  color: #ffffff;
  padding: 15px;
}
.categorylist .image:before {
  padding-top: 100%;
}
.categorylist .categorylist_container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categorylist .categorylist_container .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.categorylist .categorylist_container > div {
  width: 100%;
}
.categorybox_etsy .categorylist .categorylist_container {
  border: 1px solid #D7D7D7;
}
.categorybox_etsy .categorylist .categorylist_content {
  padding-left: 60px;
  padding-right: 60px;
}
.categorybox_etsy .categorylist .categorylist_content.image_wrapper {
  padding-left: 60px;
  padding-right: 60px;
}
.categorybox_etsy .categorylist_details {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.categorybox_etsy .categorylist_details .categorylist_details_row {
  display: table-row;
}
.categorybox_etsy .categorylist_details .categorylist_details_row .categorylist_details_cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
  height: 55px;
  overflow: hidden;
}
.categorybox_etsy .categorylist_details .categorylist_details_row .categorylist_details_cell.description {
  font-weight: 700;
  text-transform: uppercase;
}
.categorybox_etsy .categorylist_details .categorylist_details_row .categorylist_details_cell:first-child {
  padding-left: 0;
}
.categorybox_etsy .categorylist_details .categorylist_details_row .categorylist_details_cell:last-child {
  padding-right: 0;
}
.categorybox_etsy .categorylist_images_outer {
  margin: -10px;
}
.categorybox_etsy .categorylink:hover .categorylist_content.description {
  color: #CD4730;
}
.categorybox_etsy .categorylist_images {
  display: table;
  width: 100%;
  border-spacing: 10px;
}
.categorybox_etsy .categorylist_images .categorylist_images_inner {
  display: table-row;
}
.categorybox_etsy .categorylist_images .categorylist_images_inner .categorylist_images_item {
  width: 33.33333333%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #D7D7D7;
  padding: 30px;
}
.categorybox_etsy .categorylist_images .categorylist_images_inner .categorylist_images_item:hover {
  border-color: #CD4730;
}
.categorybox_etsy .categorylist_images .categorylist_images_inner .categorylist_images_item_counter {
  font-weight: 700;
  font-size: 2em;
  background-color: #F2F2F2;
}
@media (max-width: 480px) {
  .categorybox .categorylist.col-xxs-12 {
    width: 50%;
  }
  .categorybox .categorylist.col-xxs-12 .categorylist_content.description {
    height: auto;
  }
  .categorybox_etsy .categorylist_details .categorylist_details_row .categorylist_details_cell {
    height: auto;
  }
  .categorylist .description {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .categorybox .categorylist.col-xxs-12 {
    width: 100%;
  }
}
body.search #shop_content {
  padding: 0 20px;
}
.itemcard_list a {
  text-decoration: none;
}
.itemcard_list > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.itemcard_list > .row:before,
.itemcard_list > .row:after {
  display: none!important;
}
.itemlist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.itemlist__container {
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #D7D7D7;
  width: 100%;
  flex-grow: 1;
  color: #555555;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.itemlist__container:hover {
  z-index: 2;
  color: #555555;
}
.itemlist__container:hover .itemlist__description {
  color: #CD4730;
}
.itemlist__container.hoverintent {
  z-index: 2;
  border-color: #CD4730;
}
.itemlist__container.hoverintent .itemlist__extend {
  display: block;
}
.itemlist .image:before {
  padding-top: 75%;
}
.itemlist__description {
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
  height: 38px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .itemlist__description {
    font-size: 14px;
    height: 48px;
    margin-bottom: 10px;
  }
}
.itemlist__imageWrapper {
  width: 100%;
  position: relative;
}
.itemlist .favorite-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-shadow: 1px 1px 5px #ffffff;
}
.itemlist.itemlist11 .favorite-button {
  right: 20px;
  top: 20px;
}
.itemlist .promotionbanners {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.itemlist .promotionbanners .promotion_banner,
.itemlist .promotionbanners .item_campaign_wrapper {
  margin-bottom: 10px;
}
.itemlist__info {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.itemlist__info > div {
  width: 100%;
}
.itemlist__descriptionWrapper {
  flex-grow: 1;
}
.itemlist__inventory {
  padding-right: 15px;
}
.itemlist__summary {
  margin-bottom: 15px;
  overflow: hidden;
}
.itemlist__plattform {
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
.itemlist__orderInfo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.itemlist__extend {
  position: absolute;
  left: -1px;
  top: 100%;
  width: 100%;
  width: calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: -webkit-calc(100% + 2px);
  width: -o-calc(100% + 2px);
  padding: 10px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #CD4730;
  border-top: 0;
  display: none;
}
.itemlist .orderBasket {
  width: 100%;
  margin-top: auto;
}
.itemlist .orderBasket .button_action {
  width: 100%;
  margin-top: auto;
}
.order_overview_header .table_header .table_cell {
  white-space: nowrap;
}
.order_overview_tablerow .bundle_table_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 350px;
}
.order_overview_tablerow .bundle_info_line {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}
.order_overview_tablerow .bundle_info_line .description {
  font-weight: 400!important;
  margin-bottom: 0!important;
}
.order_overview_tablerow .your_bundle_contains,
.order_overview_tablerow .ordertype {
  font-weight: 700;
  font-size: 14px;
}
.order_overview_tablerow .price_line {
  min-width: 130px;
}
.itemtable_list .table_header .table_cell {
  padding: 10px 20px;
}
.itemtable_list .itemtable_row {
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
}
.itemtable_list .itemtable_row .table_cell {
  vertical-align: top;
  padding: 20px;
}
.itemtable_list .itemtable_row .table_cell.image_line {
  width: 12%;
}
.itemtable_list .itemtable_row .table_cell.description_line .description {
  margin-bottom: 10px;
  font-weight: 700;
}
.itemtable_list .itemtable_row .table_cell.description_line .description > a {
  color: #555555;
  font-weight: 700;
}
.itemtable_list .itemtable_row .table_cell.description_line .description > a:hover {
  color: #CD4730;
}
.itemtable_list .itemtable_row .table_cell.description_line .basket_delete {
  margin-top: 20px;
  display: inline-block;
}
.itemtable_list .itemtable_row .table_cell.line_amount_line .order_price {
  font-weight: 700;
}
.itemtable_list .itemtable_row .input_quantity_line {
  text-align: center;
  padding: 10px 0;
  width: 42px;
}
.itemtable_list .itemtable_row i.fa-refresh {
  vertical-align: middle;
  padding: 0 0 4px 4px;
  font-size: 1.4em;
}
.itemtable_list .itemtable_row:not(.table_header):hover {
  background-color: #F2F2F2;
}
.itemtable_list .itemtable_list_label {
  display: none;
  color: #303030;
  font-weight: 400;
  font-size: 16px;
}
.itemtable_list.itemtable_list5 .itemtable_row:hover {
  background-color: transparent;
}
@media (max-width: 1023px) {
  .itemlist__container.hoverintent .itemlist__extend {
    display: none!important;
  }
}
@media (min-width: 768px) {
  .itemtable_list.itemtable_list4 .itemtable_row:not(.table_header) .table_cell:not(.quantity_line):not(.image_line) {
    padding-top: 30px;
  }
  .itemtable_list.itemtable_list4 .itemtable_row:not(.table_header):hover {
    background-color: transparent;
  }
  .itemtable_list.itemtable_list4 .itemtable_row:not(.table_header):hover .table_cell:not(.image_line) {
    background-color: #F2F2F2;
  }
}
@media (max-width: 767px) {
  .itemtable_list .itemtable_row .table_cell.description_line .description {
    margin-top: 10px;
  }
  .order_overview_tablerow .bundle_table_wrapper {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .itemlist__description {
    font-size: 11px;
    height: 39px;
    margin-bottom: 0;
  }
  .itemlist__orderInfo {
    flex-wrap: wrap;
  }
  .itemlist__orderInfo .itemlist__inventory {
    width: 100%;
    padding: 0;
  }
  .itemlist__orderInfo .itemlist__prices {
    width: 100%;
    padding: 0;
  }
  .itemlist__summary {
    display: none;
  }
  .itemtable_list .itemtable_row .table_cell.image_line {
    width: 100%;
  }
  .itemtable_list .itemtable_row .table_cell.item_no_line,
  .itemtable_list .itemtable_row .table_cell.description_line {
    float: left;
    width: 100%;
  }
}
.shop_item_preview .itemcard_list > .row.owl-carousel {
  margin-left: 0;
  margin-right: 0;
}
.shop_item_preview .itemcard_list > .row.owl-carousel .itemlist {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.shop_item_preview .itemcard_list > .row.owl-carousel img {
  width: auto;
  display: inline;
}
.shop_item_preview .itemcard_list > .row.owl-carousel .itemlist__image img {
  padding: 15px;
}
.shop_item_preview .itemcard_list > .row.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop_item_preview .itemcard_list > .row.owl-carousel .owl-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop_item_preview .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.shop_item_preview .owl-carousel .owl-nav button.owl-prev i {
  color: #000000;
}
.shop_item_preview .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.shop_item_preview .owl-carousel .owl-nav button.owl-next i {
  color: #000000;
}
.shop_item_preview .itemlist__container {
  padding: 0;
  border: 0;
  background-size: cover;
}
.shop_item_preview .itemlist__info {
  background-color: rgba(255, 255, 255, 0.75);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.shop_item_preview .itemlist__description {
  font-size: 20px;
  height: 51px;
}
.shop_item_preview .itemlist__orderInfo {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.shop_item_preview .itemlist__orderInfo > div {
  padding-left: 0;
  padding-right: 0;
}
.shop_item_preview .itemlist__inventory {
  padding-bottom: 15px;
}
body div#container div#content div#shop_content div div#itemcard div#itemcard_left div#itemcard_left_left div div div#zoom-box a#zoom > .mz-figure > img {
  width: auto!important;
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img {
  opacity: 0.5;
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  filter: unset;
  opacity: 1;
}
.banners_campaign img {
  width: 100%;
}
.zoom-gallery-slide {
  display: none;
}
.zoom-gallery-slide.active {
  display: block;
}
.credit_box {
  padding: 15px;
  background-color: #F2F2F2;
  border: 1px solid #D7D7D7;
  margin-top: 15px;
}
.credit_box .monthly_fees_wrapper {
  margin-top: 15px;
}
.credit_box .monthly_fees {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #D7D7D7;
}
.credit_box .monthly_fees:last-child {
  border: 0;
}
.credit_box .cost_per_month {
  width: 100px;
  text-align: right;
  padding-right: 20px;
  border-right: 1px solid #D7D7D7;
}
.credit_box .credit_running_time {
  padding-left: 20px;
  position: relative;
  width: calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -o-calc(100% - 100px);
}
.credit_box .credit_running_time .fa {
  position: absolute;
  right: 0;
  bottom: -3px;
  font-size: 27px;
}
.credit_box .credit_image {
  text-align: center;
}
.credit_box .amount {
  font-weight: 700;
  font-size: 20px;
}
.credit_box .monthly_fees.paypal .amount {
  color: #009CDE;
}
.credit_box .monthly_fees.deko .amount {
  color: #CD0000;
}
.itemcard_details_wrapper {
  float: left;
}
.header_attribute_wrapper {
  align-items: flex-end;
}
.header_attributes .attributes {
  display: flex;
  align-items: flex-end;
}
.warranty_wrapper {
  display: flex;
  padding: 5px;
  background-color: #F2F2F2;
  border: 1px solid #000000;
  align-items: center;
  width: 240px;
}
.warranty_wrapper .warranty_text {
  font-size: 10px;
  padding-left: 8px;
  line-height: 1.15;
}
.warranty_wrapper .warranty_text .warranty_hl {
  display: block;
  font-size: 11px;
  font-weight: 700;
}
#itemcard {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  #itemcard {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #itemcard {
    margin-top: 0;
  }
}
#itemcard .item_order_button_discount_info_element {
  text-align: center;
}
#itemcard .MagicScroll .mcs-button-arrow.mcs-button-arrow-prev,
#itemcard .MagicScroll .mcs-button-arrow.mcs-button-arrow-next {
  left: 0;
  right: 0;
}
#itemcard .MagicScroll .mcs-button-arrow.mcs-button-arrow-prev:before,
#itemcard .MagicScroll .mcs-button-arrow.mcs-button-arrow-next:before {
  position: static;
  margin-left: 0;
}
#itemcard .cross_price_container {
  text-align: center;
}
#itemcard .itemcard_order_button_price_wrapper_outer .base_price {
  text-align: center;
}
#itemcard .header_attributes .attribute_text,
#itemcard .promotion_banner .promotion {
  margin-right: 10px;
}
#itemcard .variant_select_with_img .select_body_options > div {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 4px;
}
#itemcard .orderbox_inventory {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 15px;
}
#itemcard .orderbox_inventory p {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
#itemcard .itemcard_order_button_vat_ship_notice_wrapper {
  display: none;
}
#itemcard .cross_price_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
}
#itemcard .itemcard_order_submit_button {
  width: 100%;
  margin-top: 15px;
}
#itemcard .itemcard_order_submit_button .fa {
  display: none;
}
#itemcard .itemcard_order_button_input_wrapper_outer input {
  display: none;
}
#itemcard .item-details-headline * {
  font-size: 24px;
  font-weight: 700;
}
#itemcard_left {
  width: calc(100% - 330px);
  width: -moz-calc(100% - 330px);
  width: -webkit-calc(100% - 330px);
  width: -o-calc(100% - 330px);
}
#itemcard_left h1 {
  margin-bottom: 15px;
}
.campaign_special_dlc_conditions_item_wrapper {
  display: inline-block;
  padding: 15px;
  border: 2px solid #D7D7D7;
  line-height: 1;
}
.campaign_special_dlc_conditions_item_wrapper img {
  margin-bottom: 5px;
}
#itemcard_left_left {
  width: 560px;
  display: inline-block;
  float: left;
  padding-right: 30px;
  position: relative;
  margin-bottom: 40px;
}
#itemcard_left_left .mz-thumb img {
  opacity: 0.5;
  box-shadow: none!important;
  filter: none!important;
}
#itemcard_left_left .mz-thumb:hover img,
#itemcard_left_left .mz-thumb-selected img {
  opacity: 1;
}
#itemcard_left_left .favorite-button {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 201;
}
@media (max-width: 600px) {
  #itemcard_left_left .favorite-button {
    right: 0;
  }
}
#itemcard_left_left .item_images_container {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #D7D7D7;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  #itemcard_left_left .item_images_container {
    flex-wrap: wrap;
  }
}
#itemcard_left_left .itemcard_banner {
  position: absolute;
}
#itemcard_left_left .item_main_image {
  width: calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: -o-calc(100% - 130px);
  float: right;
  padding-left: 20px;
}
#itemcard_left_left .item_main_image {
  height: 380px!important;
}
#itemcard_left_left .item_main_image figure,
#itemcard_left_left .item_main_image a {
  height: 380px!important;
}
#itemcard_left_left .item_main_image figure {
  display: flex;
  align-items: center;
}
#itemcard_left_left .item_main_image img {
  max-height: 380px!important;
}
#itemcard_left_left .item_images {
  float: left;
  max-width: 130px;
}
#itemcard_left_left .item_images img {
  padding: 5px;
  max-height: 100%!important;
}
#itemcard_left_left .item_main_image {
  display: flex;
  align-items: center;
}
#itemcard_left_left .mz-thumb img {
  box-shadow: none;
}
.bundle_offers_headline {
  width: 100%;
  margin-bottom: 10px;
}
#itemcard_bundlewrapper {
  display: flex;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}
#itemcard_bundlewrapper .bundle_overflowwrapper {
  overflow: auto;
  width: 100%;
  display: flex;
}
#itemcard_bundlewrapper .bundle_select_tiles_wrapper {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1249px) {
  #itemcard_bundlewrapper .bundle_buybox_wrapper {
    width: 300px;
    margin-bottom: 30px;
  }
  #itemcard_bundlewrapper .bundle_select_tiles_wrapper {
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -o-calc(100% - 300px);
  }
}
@media (max-width: 1249px) {
  #itemcard_bundlewrapper .bundle_buybox_wrapper {
    width: 100%;
  }
  #itemcard_bundlewrapper .bundle_select_tiles_wrapper {
    width: 100%;
  }
}
#itemcard_bundlewrapper .max_free_item_text {
  padding-left: 15px;
  padding-right: 15px;
}
#itemcard_bundlewrapper .bundle_item_wrapper {
  flex-grow: 1;
  padding-left: 10px;
  min-width: 280px;
}
#itemcard_bundlewrapper .image_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#itemcard_bundlewrapper .image_line .plus {
  font-size: 24px;
}
#itemcard_bundlewrapper .image_line img {
  height: 65px!important;
  width: auto!important;
}
#itemcard_bundlewrapper .bundle_item_border {
  border: 1px solid #F2F2F2;
  padding: 10px;
}
#itemcard_bundlewrapper .information_wrapper {
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}
#itemcard_bundlewrapper .information_wrapper .bundle_price {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #CD0000;
  font-weight: 700;
  font-size: 16px;
}
#itemcard_bundlewrapper .bundle_item_wrapper .bundle_item_border .btn {
  width: 100%;
}
#bundle_possibilities {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}
#bundle_possibilities .bundle_presentation_itemcard {
  display: flex;
  width: 100%;
}
#bundle_possibilities .item {
  font-size: 13px;
}
#bundle_possibilities h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  height: 34px;
}
#bundle_possibilities .free_items_wrapper {
  margin-right: 50px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  width: 880px;
}
#bundle_possibilities .free_items_wrapper .item {
  width: 120px;
}
#bundle_possibilities .free_items_wrapper.free_item_count_1 {
  width: 130px;
}
#bundle_possibilities .free_items_wrapper.free_item_count_2 {
  width: 280px;
}
#bundle_possibilities .free_items_wrapper.free_item_count_3 {
  width: 430px;
}
#bundle_possibilities .free_items_wrapper.free_item_count_4 {
  width: 580px;
}
#bundle_possibilities .free_items_wrapper.free_item_count_5 {
  width: 730px;
}
#bundle_possibilities .free_items_wrapper.free_item_count_6 {
  width: 880px;
}
#bundle_possibilities .free_items_wrapper .free_item_text {
  display: none;
}
#bundle_possibilities .free_items_wrapper .item {
  margin-right: 10px;
}
#bundle_possibilities .free_items_wrapper .item:last-child {
  margin-right: 0;
}
#bundle_possibilities .free_items_wrapper h3 {
  color: #CD0000;
}
#bundle_possibilities .product_description {
  margin-bottom: 5px;
  height: 36px;
  overflow: hidden;
  font-weight: 700;
}
#bundle_possibilities .item {
  display: flex;
  flex-wrap: wrap;
}
#bundle_possibilities .owl-dots {
  display: none;
}
#bundle_possibilities .product_img {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 120px;
}
#bundle_possibilities .product_img:before {
  padding-top: 125%;
  content: " ";
}
#bundle_possibilities .product_img img {
  top: 0;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#bundle_possibilities .owl-next {
  right: -10px;
}
#bundle_possibilities .owl-next i {
  color: #555555;
  font-size: 30px;
}
#bundle_possibilities .owl-next i:hover {
  color: #000000;
}
#bundle_possibilities .free_items_wrapper .owl-next {
  right: -30px;
}
#bundle_possibilities .owl-prev {
  left: -30px;
}
#bundle_possibilities .owl-prev i {
  font-size: 30px;
  color: #555555;
}
#bundle_possibilities .owl-prev i:hover {
  color: #000000;
}
#bundle_possibilities .owl-item {
  height: 100%;
}
#bundle_possibilities .product_content_wrapper {
  align-self: flex-end;
  width: 100%;
  text-align: center;
  height: 77px;
}
#bundle_possibilities .special_items_wrapper {
  flex-grow: 1;
  flex-wrap: wrap;
  display: flex;
  width: calc(100% - 920px);
  width: -moz-calc(100% - 920px);
  width: -webkit-calc(100% - 920px);
  width: -o-calc(100% - 920px);
}
#bundle_possibilities .special_items_wrapper.free_item_count_1 {
  width: calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: -webkit-calc(100% - 170px);
  width: -o-calc(100% - 170px);
}
#bundle_possibilities .special_items_wrapper.free_item_count_2 {
  width: calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  width: -o-calc(100% - 320px);
}
#bundle_possibilities .special_items_wrapper.free_item_count_3 {
  width: calc(100% - 470px);
  width: -moz-calc(100% - 470px);
  width: -webkit-calc(100% - 470px);
  width: -o-calc(100% - 470px);
}
#bundle_possibilities .special_items_wrapper.free_item_count_4 {
  width: calc(100% - 620px);
  width: -moz-calc(100% - 620px);
  width: -webkit-calc(100% - 620px);
  width: -o-calc(100% - 620px);
}
#bundle_possibilities .special_items_wrapper.free_item_count_5 {
  width: calc(100% - 770px);
  width: -moz-calc(100% - 770px);
  width: -webkit-calc(100% - 770px);
  width: -o-calc(100% - 770px);
}
#bundle_possibilities .special_items_wrapper.free_item_count_6 {
  width: calc(100% - 920px);
  width: -moz-calc(100% - 920px);
  width: -webkit-calc(100% - 920px);
  width: -o-calc(100% - 920px);
}
#bundle_possibilities .special_items_wrapper .owl-carousel {
  padding-right: 20px;
}
#bundle_possibilities .special_items_wrapper .item {
  width: 120px;
}
#itemcard_variants {
  display: flex;
  background-color: #F2F2F2;
  padding: 20px 15px 10px 20px;
  font-size: 12px;
  width: 100%;
  border: 1px solid #D7D7D7;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  #itemcard_variants {
    width: 100%;
    margin-bottom: 15px;
  }
}
#itemcard_variants a {
  text-decoration: none;
}
#itemcard_variants .select_body_div {
  width: 300px;
  margin-right: 10px;
  height: 39px;
  font-size: 16px;
  line-height: 27px;
}
#itemcard_variants .select_body_div #variant_select {
  width: 100%;
  display: flex;
  height: 100%;
}
#itemcard_variants .select_body_div #variant_select img {
  height: 100%!important;
  width: auto!important;
  margin-right: 10px;
}
#itemcard_variants .price {
  color: #CD0000;
}
#itemcard_variants .variant_selection_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
#itemcard_variants .variant_item_wrapper {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
#itemcard_variants .variant_item_wrapper a {
  display: block;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #D7D7D7;
}
#itemcard_variants .variant_item_wrapper.active a,
#itemcard_variants .variant_item_wrapper:hover a {
  color: #000000;
  background-color: rgba(252, 214, 130, 0.25);
  border-color: #E7A81C;
}
#itemcard_variants .variant_item_wrapper.active {
  font-weight: 700;
}
.itemcard_dynamic_element {
  min-width: calc(100% - 560px);
  min-width: -moz-calc(100% - 560px);
  min-width: -webkit-calc(100% - 560px);
  min-width: -o-calc(100% - 560px);
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.itemcard_dynamic_element.full_width {
  width: 100%;
}
#itemcard_right {
  flex-shrink: 0;
  width: 330px;
  padding-left: 30px;
}
#itemcard_right .orderbox_release_date {
  margin-bottom: 10px;
}
#itemcard_right .buyer_count {
  background-color: #ffffff;
  color: #CD4730;
  font-style: italic;
  font-size: 13px;
  padding: 10px;
  position: absolute;
  top: -50px;
  width: 100%;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.16);
  left: 0;
}
#itemcard_right .buyer_count:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#itemcard_right .orderbox {
  position: relative;
}
#itemcard_right .orderbox.has_active_buyer {
  margin-top: 50px;
}
#itemcard_right .spinner_wrapper {
  display: none;
}
.itemcard_crossseller {
  width: 100%;
}
.itemcard_crossseller .itemlist__container {
  border: 0;
}
.itemcard_crossseller h2 {
  margin-bottom: 15px;
}
.itemcard_crossseller .itemcard_list > .row.owl-carousel {
  margin-left: 0;
  margin-right: 0;
}
.itemcard_crossseller .itemcard_list > .row.owl-carousel .itemlist {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.itemcard_crossseller .itemcard_list > .row.owl-carousel img {
  width: auto;
  display: inline;
}
.itemcard_crossseller .itemcard_list > .row.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.itemcard_crossseller .itemcard_list > .row.owl-carousel .owl-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.itemcard_crossseller .itemlist__container {
  padding: 0;
  border: 0;
}
.itemcard_crossseller .itemlist__info {
  background-color: rgba(255, 255, 255, 0.75);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.itemcard_crossseller .itemlist__description {
  height: 58px;
  overflow: hidden;
}
.itemcard_crossseller .itemlist__summary {
  display: none;
}
.itemcard_crossseller .itemlist__orderInfo {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.itemcard_crossseller .itemlist__orderInfo > div {
  padding-left: 0;
  padding-right: 0;
}
.itemcard_crossseller .itemlist__inventory {
  padding-bottom: 15px;
}
.itemcard_crossseller .itemlist .orderBasket {
  margin-bottom: 15px;
}
.trust_pilot_contant_box_right {
  margin-top: 30px;
}
.itemcard_orderbox_mobile {
  display: none;
  width: auto;
}
@media (max-width: 1850px) {
  #itemcard_left_left .item_main_image figure,
  #itemcard_left_left .item_images figure,
  #itemcard_left_left .item_main_image a {
    height: 400px!important;
  }
  #itemcard_left_left .item_main_image img,
  #itemcard_left_left .item_images {
    max-height: 400px!important;
  }
  #itemcard_left {
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -o-calc(100% - 300px);
  }
  #itemcard_left_left {
    width: 500px;
  }
  #itemcard_right {
    width: 300px;
  }
  #itemcard_bundlewrapper .bundle_item_wrapper .button {
    font-size: 14px;
  }
  .itemcard_dynamic_element {
    min-width: calc(100% - 500px);
    min-width: -moz-calc(100% - 500px);
    min-width: -webkit-calc(100% - 500px);
    min-width: -o-calc(100% - 500px);
  }
}
@media (max-width: 1600px) {
  #itemcard_left_left {
    width: 100%;
    margin-bottom: 15px;
  }
  .itemcard_dynamic_element {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  #bundle_possibilities .bundle_presentation_itemcard {
    flex-wrap: wrap;
  }
  #bundle_possibilities .free_items_wrapper {
    max-width: 100%;
    width: 100%;
  }
  #bundle_possibilities .special_items_wrapper {
    width: 100%!important;
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .orderbox .buyer_count {
    color: #CD4730;
    text-align: center;
  }
  #itemcard_left_left .item_main_image,
  #itemcard_left_left .item_images {
    height: auto!important;
  }
  #itemcard_left_left .item_main_image figure,
  #itemcard_left_left .item_images figure,
  #itemcard_left_left .item_main_image a,
  #itemcard_left_left .item_images a {
    height: auto!important;
  }
  #itemcard_left_left .item_main_image {
    width: 100%;
    justify-content: center;
  }
  #itemcard_left_left .item_images {
    height: 100px!important;
    margin-top: 30px;
    max-width: 100%;
  }
  #itemcard_left_left .item_images button {
    display: none!important;
  }
  #itemcard_left_left {
    padding-right: 0;
  }
  #bundle_possibilities .special_items_wrapper .owl-carousel {
    padding-left: 0;
    padding-right: 0;
  }
  #itemcard {
    flex-wrap: wrap;
  }
  #itemcard_left {
    width: 100%;
  }
  #itemcard_left_left {
    float: none;
  }
  #itemcard_right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
  #itemcard_right .orderbox {
    display: none;
  }
  .itemcard_orderbox_mobile {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .itemcard_orderbox_mobile .spinner_wrapper {
    display: none;
  }
  #itemcard_left_left .item_images img {
    margin-top: 0!important;
    width: auto!important;
    height: auto!important;
    max-height: 100px!important;
  }
}
@media (max-width: 767px) {
  .trust_pilot_contant_box_right iframe {
    height: 460px!important;
  }
}
.rating_stars .fa {
  color: #303030;
  padding-left: 1px;
  padding-right: 1px;
}
.rating_stars .fa.fa-star {
  color: #FF6532;
}
#create_comment input,
#create_comment textarea {
  width: 100%;
}
#create_comment input.button,
#create_comment textarea.button {
  width: auto;
}
#create_comment .rating_stars {
  margin-top: 5px;
  padding-right: 0 !important;
  display: block !important;
}
#create_comment .rating_stars .stars {
  background-color: #F2F2F2;
  padding: 60px;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
#create_comment .rating_stars .stars .star .fa {
  font-size: 20px;
}
#itemcard .item_card_rating {
  margin-bottom: 30px;
}
#itemcard .item_card_rating .item_card_rating_counter {
  margin-bottom: 30px;
}
#itemcard .item_card_rating .rating_stars {
  display: inline-block;
}
.item-details-content .item-details-content-headline {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 60px;
}
.item-details-content .item-details-content-headline .rating_stars_wrapper {
  line-height: 37px;
  font-weight: 700;
}
.item-details-content .item-details-content-headline .rating_stars {
  display: inline-block;
}
.item-details-content .item_comments .user_rating {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.item-details-content .item_comments .user_rating .rating_stars {
  margin-bottom: 60px;
  line-height: 37px;
}
.item-details-content .item_comments .user_rating .user_rating_name {
  color: #303030;
}
.item-details-content .item_comments .user_rating .user_rating_headline {
  color: #555555;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 60px;
}
.item-details-content .item_comments .user_rating:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#flashMessages {
  position: fixed;
  right: 30px;
  top: 135px;
  z-index: 300;
}
.flashMessage {
  width: 350px;
  max-width: 100%;
  margin-bottom: 60px;
  padding: 60px 15px 60px 55px;
  background-color: #303030;
  color: #000000;
  display: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
}
.flashMessage .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-top: -15px;
}
.flashMessage .close_flash {
  position: absolute;
  right: 5px;
  top: 5px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.flashMessage.flashMessage_warning {
  background-color: #f0c600;
  color: #ffffff;
}
.flashMessage.flashMessage_error {
  background-color: #CD4730;
  color: #ffffff;
}
.flashMessage.flashMessage_success {
  background-color: #008000;
  color: #ffffff;
}
.flashMessage.flashMessage_info {
  background-color: #303030;
  color: #ffffff;
}
.flashMessage:hover .close_flash {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.flashMessage:hover.flashMessage_warning {
  background-color: #d7b100;
}
.flashMessage:hover.flashMessage_error {
  background-color: #b8402b;
}
.flashMessage:hover.flashMessage_success {
  background-color: #006700;
}
@media (max-width: 480px) {
  #flashMessages {
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
  }
}
.page_switch {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.page_switch a {
  text-decoration: none;
}
.page_switch .page_switch_prev {
  margin-right: 10px;
}
.page_switch .page_switch_next {
  margin-left: 10px;
}
.page_switch__item {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #555555;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}
.page_switch__item:hover,
.page_switch__item:focus {
  color: #ffffff;
  background-color: #CD4730;
}
.page_switch__current {
  background-color: #555555;
  color: #ffffff;
}
.page_switch__current:hover,
.page_switch__current:focus {
  color: #ffffff;
  background-color: #555555;
}
.page_switch__prev,
.page_switch__next {
  min-width: auto;
}
.processbar {
  list-style: none;
  display: flex;
}
@media (min-width: 768px) {
  .order-itemlist .itemtable_list .itemtable_row .table_cell {
    padding: 20px 10px;
  }
}
body.order:not(.payment) #shop_content .container {
  padding-top: 10px;
  padding-bottom: 40px;
}
body.order:not(.payment) header,
body.order:not(.payment) #breadcrumb {
  display: none;
}
body.order:not(.payment).order_finish header,
body.order:not(.payment).payment header,
body.order:not(.payment).order_finish #breadcrumb,
body.order:not(.payment).payment #breadcrumb {
  display: block;
}
body.order:not(.payment) .customerinfo_wrapper {
  border: 1px solid #D7D7D7;
  padding: 20px;
}
body.order:not(.payment) .delivery_info_wrapper {
  border: 1px solid #D7D7D7;
  padding: 20px;
}
body.order:not(.payment) .delivery_address_radio {
  display: flex;
}
body.order:not(.payment) .delivery_address_radio .form-group {
  margin-bottom: 0;
  margin-right: 30px;
}
body.order .order_summary_outer_wrapper {
  position: sticky;
  top: 0;
}
.order_deko_type_list .select_column * {
  line-height: 1;
}
.order_deko_type_list .select_column label {
  margin-bottom: 0;
}
.order_deko_type_list .element_wrapper {
  display: flex;
  justify-content: space-between;
}
.order_deko_type_list .prices_elements {
  display: inline-block;
}
.order_deko_type_list .prices_elements .description {
  padding-right: 20px;
}
.order_deko_type_list .prices_elements .value {
  font-weight: bold;
}
.order_process_header {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 10px;
  background-color: #F2F2F2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.order_process_header a {
  text-decoration: none;
}
.order_process_header .processbar_item {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.order_process_header .processbar_item.done .fa {
  font-size: 22px;
}
.order_process_header .processbar_item.active {
  color: #CD0000;
}
.order_process_header .processbar_item.active .enumeration {
  background-color: #CD0000;
  border-color: #CD0000;
  color: #ffffff;
}
.order_process_header .processbar_item .fa-angle-right {
  margin-left: 10px;
  font-size: 26px;
}
.order_process_header .enumeration {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  border: 3px solid #555555;
  background-color: #ffffff;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.order_process_header > div {
  margin-right: 10px;
}
.order_process_header .order_process_logo img {
  width: auto!important;
  max-height: 100%!important;
  height: 50px!important;
}
.order_process_header .back_to_cart {
  margin-left: 30px;
  font-weight: 700;
}
.order_process_header .back_to_cart a {
  display: flex;
  align-items: center;
}
.order_process_header .back_to_cart .fa {
  margin-right: 10px;
  font-size: 26px;
}
.secure_order {
  padding: 20px;
  border: 1px solid #D7D7D7;
}
.secure_order .textcontent > div {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.secure_order .fa {
  color: #CD0000;
  font-size: 22px;
  margin-right: 5px;
}
.guest_select {
  display: flex;
}
.guest_select .contact_label {
  width: 160px;
  font-weight: 700;
  font-size: 20px;
}
.guest_select .guest_checkout_tabs {
  display: flex;
  max-width: calc(100% - 160px);
  max-width: -moz-calc(100% - 160px);
  max-width: -webkit-calc(100% - 160px);
  max-width: -o-calc(100% - 160px);
  width: calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  width: -o-calc(100% - 160px);
}
.guest_select .guest_checkout_tabs > div {
  margin-right: 30px;
}
.ordered_coupon #coupon_background_image {
  height: 150px;
}
.order_summary_wrapper {
  border: 1px solid #D7D7D7;
  padding: 20px;
}
.order_summary_wrapper .ordered_item {
  display: flex;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.order_summary_wrapper .iteminfo_wrapper {
  text-align: right;
  width: calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: -o-calc(100% - 80px);
  padding-left: 20px;
}
.order_summary_wrapper .itemprice {
  margin-top: 5px;
  font-weight: 700;
}
.order_summary_wrapper .itemimg_wrapper {
  width: 80px;
}
.order_summary_wrapper .order_total {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.order_summary_wrapper .flex {
  margin-bottom: 3px;
}
.orderstep2_buttonrow {
  margin: 20px 0 10px;
}
.orderstep2_buttonrow .button {
  margin: 10px 0;
}
.preorderinfo_wrapper {
  background-color: #F2F2F2;
  border: 1px solid #D7D7D7;
  padding: 15px;
  margin-bottom: 30px;
}
.preorderinfo_wrapper .h2 {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.preorderinfo_wrapper .form-group {
  margin-bottom: 0;
}
.preorderinfo_wrapper .specialcheckbox {
  color: #CD4730;
}
.ordersummary_column .address_info_wrapper,
.ordersummary_column .shipping_info_wrapper {
  padding: 20px;
  background-color: #F2F2F2;
  border: 1px solid #D7D7D7;
}
.ordersummary_column .address_info_wrapper h2,
.ordersummary_column .shipping_info_wrapper h2 {
  line-height: 1;
  font-weight: 700;
}
.ordersummary_column .address_info_wrapper .order_box_headline,
.ordersummary_column .shipping_info_wrapper .order_box_headline {
  margin-top: 20px;
}
.ordersummary_column .address_info_wrapper .order_box_headline:first-child,
.ordersummary_column .shipping_info_wrapper .order_box_headline:first-child {
  margin-top: 0;
}
.ordersummary_column .order_box_change_link {
  float: right;
  color: #CD4730;
  text-decoration: none;
}
.ordersummary_column .order_box_change_link:hover {
  color: #CD0000;
}
.ordersummary_column .address_info_wrapper {
  margin-bottom: 30px;
}
.new_address_checkbox .checkbox-group {
  padding-left: 0;
}
.order-itemlist .itemtable_list .table_row:last-child .table_cell {
  border-bottom: 0;
}
.order-itemlist .table_header .table_cell {
  padding: 10px;
  background-color: #F2F2F2;
  border-top: 1px solid #D7D7D7;
  font-weight: 700;
}
.order-itemlist .table_header .table_cell:first-child {
  border-left: 1px solid #D7D7D7;
}
.order-itemlist .table_header .table_cell:last-child {
  border-right: 1px solid #D7D7D7;
}
@media (max-width: 1249px) {
  .ordersummary_column {
    margin-bottom: 30px;
  }
}
@media (max-width: 1249px) and (min-width: 767px) {
  .ordersummary_column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .ordersummary_column .shipping_info_wrapper,
  .ordersummary_column .address_info_wrapper {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -o-calc(50% - 15px);
  }
  .ordersummary_column .address_info_wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .order_process_header .processbar_item .text {
    display: none;
  }
  .order_process_header .processbar_item.active .text {
    display: inline-block;
  }
  .order_1_left {
    display: block;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .order_1_left .login_wrapper,
  .order_1_left .trustinfo_wrapper {
    padding: 0;
    width: 100%;
  }
  .order_process_header .back_to_cart a,
  .order_process_header .processbar_item.active .text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .itemtable_list .itemtable_list_label {
    display: block;
    font-weight: 700;
  }
  .order_process_header .back_to_cart {
    display: none;
  }
  .itemtable_list .order_overview_tablerow {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .itemtable_list .order_overview_tablerow .table_cell {
    padding-top: 0;
    padding-bottom: 0;
  }
  .itemtable_list .order_overview_tablerow .table_cell.line_amount_line {
    text-align: right;
  }
  .itemtable_list .order_overview_tablerow .table_cell.image_line {
    width: 100%;
    text-align: center;
  }
  .itemtable_list .order_overview_tablerow .table_cell.image_line .image:before {
    display: none;
  }
  .itemtable_list .order_overview_tablerow .table_cell.image_line img {
    position: static;
    max-width: 150px;
  }
  .itemtable_list .order_overview_tablerow .table_cell.line_amount_line,
  .itemtable_list .order_overview_tablerow .table_cell.quantity_line {
    width: 50%;
    float: left;
  }
  .itemtable_list .order_overview_tablerow:after {
    content: " ";
    clear: both;
    display: block;
  }
}
@media (max-width: 600px) {
  .order_process_header ul {
    padding-left: 10px;
  }
  .order_process_header .processbar_item {
    display: none;
    margin-right: 0;
  }
  .order_process_header .processbar_item.active {
    display: flex;
  }
  .order_process_header {
    justify-content: space-between;
  }
  .order_process_header .order_process_logo img {
    height: auto!important;
    width: 150px!important;
  }
  #form_user_order label {
    width: 100%;
    display: block;
  }
  #form_user_order .form-group-street .form-group.text_street {
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
  }
  #form_user_order .form-group-street .form-group.text_street_no {
    width: 80px;
  }
  #form_user_order .form-check label {
    width: auto;
  }
  #form_user_order .form-check .specialradiobox label,
  #form_user_order .form-check .specialcheckbox label {
    width: 20px;
  }
  .guest_select {
    flex-wrap: wrap;
  }
  .guest_select .contact_label {
    margin-bottom: 15px;
  }
  .guest_select .guest_checkout_tabs {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }
  .guest_select .guest_checkout_tabs > div {
    margin-right: 0;
  }
}
@media (max-width: 440px) {
  .order_process_header .order_process_logo img {
    width: 80px!important;
  }
  .guest_select .guest_checkout_tabs {
    flex-wrap: wrap;
  }
  .guest_select .guest_checkout_tabs > div {
    width: 100%;
  }
}
.order_option_list {
  margin-bottom: 60px;
}
.order_option_list .shippingAgent,
.order_option_list .paymentTermWrapper {
  cursor: pointer;
}
.order_option_list .order_option_list_inner {
  margin-bottom: -60px;
}
.order_option_list .form-check {
  position: relative;
  line-height: 1.42857143;
  height: auto;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  border: 1px solid #D7D7D7;
  margin-bottom: 30px;
}
.order_option_list .form-check label {
  cursor: pointer;
  display: flex;
  margin-bottom: 0;
  height: 150px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}
.order_option_list .form-check label:after {
  clear: both;
  display: block;
  content: " ";
}
.order_option_list .form-check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.order_option_list .form-check .image {
  background-color: #ffffff;
}
.order_option_list .form-check:hover,
.order_option_list .form-check.selected {
  border-color: #E7A81C;
  background-color: #f9e9c6;
}
.order_option_list .form-check:hover .image,
.order_option_list .form-check.selected .image {
  background-color: #f9e9c6;
}
.order_option_list .image {
  float: left;
  width: 100px;
  text-align: center;
}
.order_option_list .image:before {
  display: none;
}
.order_option_list .image img {
  position: static;
}
.order_option_list .span-wrapper {
  float: right;
  display: block;
  width: calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  text-align: left;
  padding-left: 20px;
}
.order_option_list .span-wrapper > span {
  display: block;
}
.order_option_list .span-wrapper .termDescription {
  font-size: 20px;
  font-weight: 700;
}
.order_option_list .span-wrapper .longtext {
  height: 96px;
  overflow: hidden;
}
@media (max-width: 1539px) {
  .order_option_list .span-wrapper .termDescription {
    font-size: 18px;
  }
  .order_option_list .span-wrapper .longtext {
    height: 90px;
    font-size: 15px;
  }
}
@media (max-width: 1249px) {
  .order_option_list .span-wrapper .longtext {
    height: 90px;
    font-size: 13px;
  }
}
@media (max-width: 1249px) {
  .order_option_list .span-wrapper .termDescription {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .order_option_list .image {
    width: 80px;
  }
  .order_option_list .span-wrapper {
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
  }
}
#input_coupon_amount {
  max-width: 350px;
}
#dc_shipping_option_select {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  flex-wrap: wrap;
}
#dc_order h2 {
  margin-bottom: 30px;
}
#dc_order h3 {
  margin-top: 15px;
}
#dc_order .button_row_bottom {
  margin-bottom: 30px;
}
#dc_order #dc_amount_select {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}
#dc_order #dc_amount_select .dc_amount {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #D7D7D7;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
#dc_order #dc_amount_select .dc_amount:hover {
  background-color: #F2F2F2;
}
#dc_order #dc_amount_select .dc_amount.active {
  background-color: #CD4730;
  border-color: #CD4730;
  color: #ffffff;
}
#dc_order #dc_background_select {
  margin-bottom: 20px;
}
#dc_order #dc_background_select .dc_background {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #F2F2F2;
  padding: 5px;
  cursor: pointer;
}
#dc_order #dc_background_select .dc_background.active,
#dc_order #dc_background_select .dc_background:hover {
  border-color: #CD4730;
}
#dc_order #input_message,
#dc_order #message {
  height: 150px;
}
#dc_message #message {
  height: 150px;
}
#coupon_background_image {
  width: 100%;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 650px) {
  #coupon_background_image {
    height: 320px;
  }
}
@media (max-width: 550px) {
  #coupon_background_image {
    height: 290px;
  }
}
@media (max-width: 480px) {
  #coupon_background_image {
    height: 250px;
  }
}
@media (max-width: 420px) {
  #coupon_background_image {
    height: 210px;
  }
}
@media (max-width: 360px) {
  #coupon_background_image {
    height: 170px;
  }
}
@media (max-width: 1249px) {
  #dc_bg_wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .dc_background img {
    height: 50px!important;
    width: auto!important;
  }
}
.inputCropitImage {
  width: 100%;
}
.profile_image_preview {
  text-align: center;
  position: relative;
}
.profile_image_preview .button_red {
  margin-top: 20px;
}
.cropit-preview {
  background-color: #F2F2F2;
  background-size: cover;
  border: 1px solid #303030;
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.cropit-preview:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cropit-preview-image-container {
  cursor: move;
}
.cropit-preview-image-container.loaded {
  cursor: default;
}
.cropit-preview img {
  max-width: none !important;
}
input[type=file].cropit-image-input {
  display: none;
}
.cropit-preview-image-container {
  cursor: move;
}
.cropit-range {
  vertical-align: middle;
  height: 40px;
  text-align: center;
}
.cropit-range .fa {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  width: 50px;
  text-align: center;
  position: relative;
  top: 1px;
}
.cropit-range .fa.fa-2x {
  top: 6px;
}
.cropit-range input[type=range] {
  display: inline-block;
  width: calc(100% - 108px);
  width: -moz-calc(100% - 108px);
  width: -webkit-calc(100% - 108px);
  width: -o-calc(100% - 108px);
}
.cropit-control {
  display: none;
  padding-top: 10px;
}
.cropit-control:after {
  content: " ";
  display: block;
  clear: both;
}
.cropit-control .rotation-btns {
  width: 50px;
  float: left;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}
.cropit-control .rotation-btns .fa {
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer;
}
.cropit-control .rotation-btns .fa:hover {
  color: #CD4730;
}
.cropit-control .cropit-range {
  float: left;
  width: calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -o-calc(100% - 50px);
}
#form_community_user_card .tiling_wrapper {
  margin-top: 30px;
}
#form_community_user_card .tiling {
  width: 25%;
}
.profileRow {
  margin-bottom: 30px;
}
.profileRow__label {
  color: #303030;
  margin-bottom: 10px;
  font-size: 12px;
}
.profileCardform {
  margin-bottom: 10px;
}
.smallProfileBox {
  border: 1px solid #303030;
  padding: 5px;
  width: 250px;
  max-width: 100%;
}
.smallProfileBox__image {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.smallProfileBox__content {
  width: calc(100% - 60px - 4px);
  width: -moz-calc(100% - 60px - 4px);
  width: -webkit-calc(100% - 60px - 4px);
  width: -o-calc(100% - 60px - 4px);
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
@media (max-width: 480px) {
  .smallProfileBox {
    width: 100%;
  }
}
.profile_image_column {
  max-width: 200px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .edit_userinfo_column {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -o-calc(100% - 200px);
  }
}
@media (max-width: 600px) {
  .edit_userinfo_column {
    width: 100%;
  }
}
/*!
 * Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 * License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
.fa,
.fa-stack {
  display: inline-block;
}
.fa-fw,
.fa-li {
  text-align: center;
}
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/line-awesome.eot?v=1.1.);
  src: url(../fonts/line-awesome.eot??v=1.1.#iefix) format("embedded-opentype"), url(../fonts/line-awesome.woff2?v=1.1.) format("woff2"), url(../fonts/line-awesome.woff?v=1.1.) format("woff"), url(../fonts/line-awesome.ttf?v=1.1.) format("truetype"), url(../fonts/line-awesome.svg?v=1.1.#fa) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: FontAwesome;
    src: url(../fonts/line-awesome.svg?v=1.1.#fa) format("svg");
  }
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f100";
}
.fa-adjust:before {
  content: "\f101";
}
.fa-adn:before {
  content: "\f102";
}
.fa-align-center:before {
  content: "\f103";
}
.fa-align-justify:before {
  content: "\f104";
}
.fa-align-left:before {
  content: "\f105";
}
.fa-align-right:before {
  content: "\f106";
}
.fa-amazon:before {
  content: "\f107";
}
.fa-ambulance:before {
  content: "\f108";
}
.fa-anchor:before {
  content: "\f109";
}
.fa-android:before {
  content: "\f10a";
}
.fa-angellist:before {
  content: "\f10b";
}
.fa-angle-double-down:before {
  content: "\f10c";
}
.fa-angle-double-left:before {
  content: "\f10d";
}
.fa-angle-double-right:before {
  content: "\f10e";
}
.fa-angle-double-up:before {
  content: "\f10f";
}
.fa-angle-down:before {
  content: "\f110";
}
.fa-angle-left:before {
  content: "\f111";
}
.fa-angle-right:before {
  content: "\f112";
}
.fa-angle-up:before {
  content: "\f113";
}
.fa-apple:before {
  content: "\f114";
}
.fa-archive:before {
  content: "\f115";
}
.fa-area-chart:before {
  content: "\f116";
}
.fa-arrow-circle-down:before {
  content: "\f117";
}
.fa-arrow-circle-left:before {
  content: "\f118";
}
.fa-arrow-circle-o-down:before {
  content: "\f119";
}
.fa-arrow-circle-o-left:before {
  content: "\f11a";
}
.fa-arrow-circle-o-right:before {
  content: "\f11b";
}
.fa-arrow-circle-o-up:before {
  content: "\f11c";
}
.fa-arrow-circle-right:before {
  content: "\f11d";
}
.fa-arrow-circle-up:before {
  content: "\f11e";
}
.fa-arrow-down:before {
  content: "\f11f";
}
.fa-arrow-left:before {
  content: "\f120";
}
.fa-arrow-right:before {
  content: "\f121";
}
.fa-arrow-up:before {
  content: "\f122";
}
.fa-arrows:before {
  content: "\f123";
}
.fa-arrows-alt:before {
  content: "\f124";
}
.fa-arrows-h:before {
  content: "\f125";
}
.fa-arrows-v:before {
  content: "\f126";
}
.fa-asterisk:before {
  content: "\f127";
}
.fa-at:before {
  content: "\f128";
}
.fa-automobile:before {
  content: "\f129";
}
.fa-backward:before {
  content: "\f12a";
}
.fa-balance-scale:before {
  content: "\f12b";
}
.fa-ban:before {
  content: "\f12c";
}
.fa-bank:before {
  content: "\f12d";
}
.fa-bar-chart:before {
  content: "\f12e";
}
.fa-bar-chart-o:before {
  content: "\f12f";
}
.fa-barcode:before {
  content: "\f130";
}
.fa-bars:before {
  content: "\f131";
}
.fa-battery-0:before {
  content: "\f132";
}
.fa-battery-1:before {
  content: "\f133";
}
.fa-battery-2:before {
  content: "\f134";
}
.fa-battery-3:before {
  content: "\f135";
}
.fa-battery-4:before {
  content: "\f136";
}
.fa-battery-empty:before {
  content: "\f137";
}
.fa-battery-full:before {
  content: "\f138";
}
.fa-battery-half:before {
  content: "\f139";
}
.fa-battery-quarter:before {
  content: "\f13a";
}
.fa-battery-three-quarters:before {
  content: "\f13b";
}
.fa-bed:before {
  content: "\f13c";
}
.fa-beer:before {
  content: "\f13d";
}
.fa-behance:before {
  content: "\f13e";
}
.fa-behance-square:before {
  content: "\f13f";
}
.fa-bell:before {
  content: "\f140";
}
.fa-bell-o:before {
  content: "\f141";
}
.fa-bell-slash:before {
  content: "\f142";
}
.fa-bell-slash-o:before {
  content: "\f143";
}
.fa-bicycle:before {
  content: "\f144";
}
.fa-binoculars:before {
  content: "\f145";
}
.fa-birthday-cake:before {
  content: "\f146";
}
.fa-bitbucket:before {
  content: "\f147";
}
.fa-bitbucket-square:before {
  content: "\f148";
}
.fa-bitcoin:before {
  content: "\f149";
}
.fa-black-tie:before {
  content: "\f14a";
}
.fa-bold:before {
  content: "\f14b";
}
.fa-bolt:before {
  content: "\f14c";
}
.fa-bomb:before {
  content: "\f14d";
}
.fa-book:before {
  content: "\f14e";
}
.fa-bookmark:before {
  content: "\f14f";
}
.fa-bookmark-o:before {
  content: "\f150";
}
.fa-briefcase:before {
  content: "\f151";
}
.fa-btc:before {
  content: "\f152";
}
.fa-bug:before {
  content: "\f153";
}
.fa-building:before {
  content: "\f154";
}
.fa-building-o:before {
  content: "\f155";
}
.fa-bullhorn:before {
  content: "\f156";
}
.fa-bullseye:before {
  content: "\f157";
}
.fa-bus:before {
  content: "\f158";
}
.fa-buysellads:before {
  content: "\f159";
}
.fa-cab:before {
  content: "\f15a";
}
.fa-calculator:before {
  content: "\f15b";
}
.fa-calendar:before {
  content: "\f15c";
}
.fa-calendar-check-o:before {
  content: "\f15d";
}
.fa-calendar-minus-o:before {
  content: "\f15e";
}
.fa-calendar-o:before {
  content: "\f15f";
}
.fa-calendar-plus-o:before {
  content: "\f160";
}
.fa-calendar-times-o:before {
  content: "\f161";
}
.fa-camera:before {
  content: "\f162";
}
.fa-camera-retro:before {
  content: "\f163";
}
.fa-car:before {
  content: "\f164";
}
.fa-caret-down:before {
  content: "\f165";
}
.fa-caret-left:before {
  content: "\f166";
}
.fa-caret-right:before {
  content: "\f167";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f168";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f169";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f16a";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f16b";
}
.fa-caret-up:before {
  content: "\f16c";
}
.fa-cart-arrow-down:before {
  content: "\f16d";
}
.fa-cart-plus:before {
  content: "\f16e";
}
.fa-cc:before {
  content: "\f16f";
}
.fa-cc-amex:before {
  content: "\f170";
}
.fa-cc-diners-club:before {
  content: "\f171";
}
.fa-cc-discover:before {
  content: "\f172";
}
.fa-cc-jcb:before {
  content: "\f173";
}
.fa-cc-mastercard:before {
  content: "\f174";
}
.fa-cc-paypal:before {
  content: "\f175";
}
.fa-cc-stripe:before {
  content: "\f176";
}
.fa-cc-visa:before {
  content: "\f177";
}
.fa-certificate:before {
  content: "\f178";
}
.fa-chain:before {
  content: "\f179";
}
.fa-chain-broken:before {
  content: "\f17a";
}
.fa-check:before {
  content: "\f17b";
}
.fa-check-circle:before {
  content: "\f17c";
}
.fa-check-circle-o:before {
  content: "\f17d";
}
.fa-check-square:before {
  content: "\f17e";
}
.fa-check-square-o:before {
  content: "\f17f";
}
.fa-chevron-circle-down:before {
  content: "\f180";
}
.fa-chevron-circle-left:before {
  content: "\f181";
}
.fa-chevron-circle-right:before {
  content: "\f182";
}
.fa-chevron-circle-up:before {
  content: "\f183";
}
.fa-chevron-down:before {
  content: "\f184";
}
.fa-chevron-left:before {
  content: "\f185";
}
.fa-chevron-right:before {
  content: "\f186";
}
.fa-chevron-up:before {
  content: "\f187";
}
.fa-child:before {
  content: "\f188";
}
.fa-chrome:before {
  content: "\f189";
}
.fa-circle:before {
  content: "\f18a";
}
.fa-circle-o:before {
  content: "\f18b";
}
.fa-circle-o-notch:before {
  content: "\f18c";
}
.fa-circle-thin:before {
  content: "\f18d";
}
.fa-clipboard:before {
  content: "\f18e";
}
.fa-clock-o:before {
  content: "\f18f";
}
.fa-clone:before {
  content: "\f190";
}
.fa-close:before {
  content: "\f191";
}
.fa-cloud:before {
  content: "\f192";
}
.fa-cloud-download:before {
  content: "\f193";
}
.fa-cloud-upload:before {
  content: "\f194";
}
.fa-cny:before {
  content: "\f195";
}
.fa-code:before {
  content: "\f196";
}
.fa-code-fork:before {
  content: "\f197";
}
.fa-codepen:before {
  content: "\f198";
}
.fa-coffee:before {
  content: "\f199";
}
.fa-cog:before {
  content: "\f19a";
}
.fa-cogs:before {
  content: "\f19b";
}
.fa-columns:before {
  content: "\f19c";
}
.fa-comment:before {
  content: "\f19d";
}
.fa-comment-o:before {
  content: "\f19e";
}
.fa-commenting:before {
  content: "\f19f";
}
.fa-commenting-o:before {
  content: "\f1a0";
}
.fa-comments:before {
  content: "\f1a1";
}
.fa-comments-o:before {
  content: "\f1a2";
}
.fa-compass:before {
  content: "\f1a3";
}
.fa-compress:before {
  content: "\f1a4";
}
.fa-connectdevelop:before {
  content: "\f1a5";
}
.fa-contao:before {
  content: "\f1a6";
}
.fa-copy:before {
  content: "\f1a7";
}
.fa-copyright:before {
  content: "\f1a8";
}
.fa-creative-commons:before {
  content: "\f1a9";
}
.fa-credit-card:before {
  content: "\f1aa";
}
.fa-crop:before {
  content: "\f1ab";
}
.fa-crosshairs:before {
  content: "\f1ac";
}
.fa-css3:before {
  content: "\f1ad";
}
.fa-cube:before {
  content: "\f1ae";
}
.fa-cubes:before {
  content: "\f1af";
}
.fa-cut:before {
  content: "\f1b0";
}
.fa-cutlery:before {
  content: "\f1b1";
}
.fa-dashboard:before {
  content: "\f1b2";
}
.fa-dashcube:before {
  content: "\f1b3";
}
.fa-database:before {
  content: "\f1b4";
}
.fa-dedent:before {
  content: "\f1b5";
}
.fa-delicious:before {
  content: "\f1b6";
}
.fa-desktop:before {
  content: "\f1b7";
}
.fa-deviantart:before {
  content: "\f1b8";
}
.fa-diamond:before {
  content: "\f1b9";
}
.fa-digg:before {
  content: "\f1ba";
}
.fa-dollar:before {
  content: "\f1bb";
}
.fa-dot-circle-o:before {
  content: "\f1bc";
}
.fa-download:before {
  content: "\f1bd";
}
.fa-dribbble:before {
  content: "\f1be";
}
.fa-dropbox:before {
  content: "\f1bf";
}
.fa-drupal:before {
  content: "\f1c0";
}
.fa-edit:before {
  content: "\f1c1";
}
.fa-eject:before {
  content: "\f1c2";
}
.fa-ellipsis-h:before {
  content: "\f1c3";
}
.fa-ellipsis-v:before {
  content: "\f1c4";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1c5";
}
.fa-envelope:before {
  content: "\f1c6";
}
.fa-envelope-o:before {
  content: "\f1c7";
}
.fa-envelope-square:before {
  content: "\f1c8";
}
.fa-eraser:before {
  content: "\f1c9";
}
.fa-eur:before {
  content: "\f1ca";
}
.fa-euro:before {
  content: "\f1cb";
}
.fa-exchange:before {
  content: "\f1cc";
}
.fa-exclamation:before {
  content: "\f1cd";
}
.fa-exclamation-circle:before {
  content: "\f1ce";
}
.fa-exclamation-triangle:before {
  content: "\f1cf";
}
.fa-expand:before {
  content: "\f1d0";
}
.fa-expeditedssl:before {
  content: "\f1d1";
}
.fa-external-link:before {
  content: "\f1d2";
}
.fa-external-link-square:before {
  content: "\f1d3";
}
.fa-eye:before {
  content: "\f1d4";
}
.fa-eye-slash:before {
  content: "\f1d5";
}
.fa-eyedropper:before {
  content: "\f1d6";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f1d7";
}
.fa-facebook-official:before {
  content: "\f1d8";
}
.fa-facebook-square:before {
  content: "\f1d9";
}
.fa-fast-backward:before {
  content: "\f1da";
}
.fa-fast-forward:before {
  content: "\f1db";
}
.fa-fax:before {
  content: "\f1dc";
}
.fa-female:before {
  content: "\f1dd";
}
.fa-fighter-jet:before {
  content: "\f1de";
}
.fa-file:before {
  content: "\f1df";
}
.fa-file-archive-o:before {
  content: "\f1e0";
}
.fa-file-audio-o:before {
  content: "\f1e1";
}
.fa-file-code-o:before {
  content: "\f1e2";
}
.fa-file-excel-o:before {
  content: "\f1e3";
}
.fa-file-image-o:before {
  content: "\f1e4";
}
.fa-file-movie-o:before {
  content: "\f1e5";
}
.fa-file-o:before {
  content: "\f1e6";
}
.fa-file-pdf-o:before {
  content: "\f1e7";
}
.fa-file-photo-o:before {
  content: "\f1e8";
}
.fa-file-picture-o:before {
  content: "\f1e9";
}
.fa-file-powerpoint-o:before {
  content: "\f1ea";
}
.fa-file-sound-o:before {
  content: "\f1eb";
}
.fa-file-text:before {
  content: "\f1ec";
}
.fa-file-text-o:before {
  content: "\f1ed";
}
.fa-file-video-o:before {
  content: "\f1ee";
}
.fa-file-word-o:before {
  content: "\f1ef";
}
.fa-file-zip-o:before {
  content: "\f1f0";
}
.fa-files-o:before {
  content: "\f1f1";
}
.fa-film:before {
  content: "\f1f2";
}
.fa-filter:before {
  content: "\f1f3";
}
.fa-fire:before {
  content: "\f1f4";
}
.fa-fire-extinguisher:before {
  content: "\f1f5";
}
.fa-firefox:before {
  content: "\f1f6";
}
.fa-flag:before {
  content: "\f1f7";
}
.fa-flag-checkered:before {
  content: "\f1f8";
}
.fa-flag-o:before {
  content: "\f1f9";
}
.fa-flash:before {
  content: "\f1fa";
}
.fa-flask:before {
  content: "\f1fb";
}
.fa-flickr:before {
  content: "\f1fc";
}
.fa-floppy-o:before {
  content: "\f1fd";
}
.fa-folder:before {
  content: "\f1fe";
}
.fa-folder-o:before {
  content: "\f1ff";
}
.fa-folder-open:before {
  content: "\f200";
}
.fa-folder-open-o:before {
  content: "\f201";
}
.fa-font:before {
  content: "\f202";
}
.fa-fonticons:before {
  content: "\f203";
}
.fa-forumbee:before {
  content: "\f204";
}
.fa-forward:before {
  content: "\f205";
}
.fa-foursquare:before {
  content: "\f206";
}
.fa-frown-o:before {
  content: "\f207";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f208";
}
.fa-gamepad:before {
  content: "\f209";
}
.fa-gavel:before {
  content: "\f20a";
}
.fa-gbp:before {
  content: "\f20b";
}
.fa-gear:before {
  content: "\f20c";
}
.fa-gears:before {
  content: "\f20d";
}
.fa-genderless:before {
  content: "\f20e";
}
.fa-get-pocket:before {
  content: "\f20f";
}
.fa-gg:before {
  content: "\f210";
}
.fa-gg-circle:before {
  content: "\f211";
}
.fa-gift:before {
  content: "\f212";
}
.fa-git:before {
  content: "\f213";
}
.fa-git-square:before {
  content: "\f214";
}
.fa-github:before {
  content: "\f215";
}
.fa-github-alt:before {
  content: "\f216";
}
.fa-github-square:before {
  content: "\f217";
}
.fa-glass:before {
  content: "\f218";
}
.fa-globe:before {
  content: "\f219";
}
.fa-google:before {
  content: "\f21a";
}
.fa-google-plus:before {
  content: "\f21b";
}
.fa-google-plus-square:before {
  content: "\f21c";
}
.fa-google-wallet:before {
  content: "\f21d";
}
.fa-graduation-cap:before {
  content: "\f21e";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f21f";
}
.fa-group:before {
  content: "\f220";
}
.fa-h-square:before {
  content: "\f221";
}
.fa-hacker-news:before {
  content: "\f222";
}
.fa-hand-grab-o:before {
  content: "\f223";
}
.fa-hand-lizard-o:before {
  content: "\f224";
}
.fa-hand-o-down:before {
  content: "\f225";
}
.fa-hand-o-left:before {
  content: "\f226";
}
.fa-hand-o-right:before {
  content: "\f227";
}
.fa-hand-o-up:before {
  content: "\f228";
}
.fa-hand-paper-o:before {
  content: "\f229";
}
.fa-hand-peace-o:before {
  content: "\f22a";
}
.fa-hand-pointer-o:before {
  content: "\f22b";
}
.fa-hand-rock-o:before {
  content: "\f22c";
}
.fa-hand-scissors-o:before {
  content: "\f22d";
}
.fa-hand-spock-o:before {
  content: "\f22e";
}
.fa-hand-stop-o:before {
  content: "\f22f";
}
.fa-hdd-o:before {
  content: "\f230";
}
.fa-header:before {
  content: "\f231";
}
.fa-headphones:before {
  content: "\f232";
}
.fa-heart:before {
  content: "\f233";
}
.fa-heart-o:before {
  content: "\f234";
}
.fa-heartbeat:before {
  content: "\f235";
}
.fa-history:before {
  content: "\f236";
}
.fa-home:before {
  content: "\f237";
}
.fa-hospital-o:before {
  content: "\f238";
}
.fa-hotel:before {
  content: "\f239";
}
.fa-hourglass:before {
  content: "\f23a";
}
.fa-hourglass-1:before {
  content: "\f23b";
}
.fa-hourglass-2:before {
  content: "\f23c";
}
.fa-hourglass-3:before {
  content: "\f23d";
}
.fa-hourglass-end:before {
  content: "\f23e";
}
.fa-hourglass-half:before {
  content: "\f23f";
}
.fa-hourglass-o:before {
  content: "\f240";
}
.fa-hourglass-start:before {
  content: "\f241";
}
.fa-houzz:before {
  content: "\f242";
}
.fa-html5:before {
  content: "\f243";
}
.fa-i-cursor:before {
  content: "\f244";
}
.fa-ils:before {
  content: "\f245";
}
.fa-image:before {
  content: "\f246";
}
.fa-inbox:before {
  content: "\f247";
}
.fa-indent:before {
  content: "\f248";
}
.fa-industry:before {
  content: "\f249";
}
.fa-info:before {
  content: "\f24a";
}
.fa-info-circle:before {
  content: "\f24b";
}
.fa-inr:before {
  content: "\f24c";
}
.fa-instagram:before {
  content: "\f24d";
}
.fa-institution:before {
  content: "\f24e";
}
.fa-internet-explorer:before {
  content: "\f24f";
}
.fa-ioxhost:before {
  content: "\f250";
}
.fa-italic:before {
  content: "\f251";
}
.fa-joomla:before {
  content: "\f252";
}
.fa-jpy:before {
  content: "\f253";
}
.fa-jsfiddle:before {
  content: "\f254";
}
.fa-key:before {
  content: "\f255";
}
.fa-keyboard-o:before {
  content: "\f256";
}
.fa-krw:before {
  content: "\f257";
}
.fa-language:before {
  content: "\f258";
}
.fa-laptop:before {
  content: "\f259";
}
.fa-lastfm:before {
  content: "\f25a";
}
.fa-lastfm-square:before {
  content: "\f25b";
}
.fa-leaf:before {
  content: "\f25c";
}
.fa-leanpub:before {
  content: "\f25d";
}
.fa-legal:before {
  content: "\f25e";
}
.fa-lemon-o:before {
  content: "\f25f";
}
.fa-level-down:before {
  content: "\f260";
}
.fa-level-up:before {
  content: "\f261";
}
.fa-life-bouy:before {
  content: "\f262";
}
.fa-life-buoy:before {
  content: "\f263";
}
.fa-life-ring:before,
.fa-support:before {
  content: "\f264";
}
.fa-life-saver:before {
  content: "\f265";
}
.fa-lightbulb-o:before {
  content: "\f266";
}
.fa-line-chart:before {
  content: "\f267";
}
.fa-link:before {
  content: "\f268";
}
.fa-linkedin:before {
  content: "\f269";
}
.fa-linkedin-square:before {
  content: "\f26a";
}
.fa-linux:before {
  content: "\f26b";
}
.fa-list:before {
  content: "\f26c";
}
.fa-list-alt:before {
  content: "\f26d";
}
.fa-list-ol:before {
  content: "\f26e";
}
.fa-list-ul:before {
  content: "\f26f";
}
.fa-location-arrow:before {
  content: "\f270";
}
.fa-lock:before {
  content: "\f271";
}
.fa-long-arrow-down:before {
  content: "\f272";
}
.fa-long-arrow-left:before {
  content: "\f273";
}
.fa-long-arrow-right:before {
  content: "\f274";
}
.fa-long-arrow-up:before {
  content: "\f275";
}
.fa-magic:before {
  content: "\f276";
}
.fa-magnet:before {
  content: "\f277";
}
.fa-mail-forward:before {
  content: "\f278";
}
.fa-mail-reply:before {
  content: "\f279";
}
.fa-mail-reply-all:before {
  content: "\f27a";
}
.fa-male:before {
  content: "\f27b";
}
.fa-map:before {
  content: "\f27c";
}
.fa-map-marker:before {
  content: "\f27d";
}
.fa-map-o:before {
  content: "\f27e";
}
.fa-map-pin:before {
  content: "\f27f";
}
.fa-map-signs:before {
  content: "\f280";
}
.fa-mars:before {
  content: "\f281";
}
.fa-mars-double:before {
  content: "\f282";
}
.fa-mars-stroke:before {
  content: "\f283";
}
.fa-mars-stroke-h:before {
  content: "\f284";
}
.fa-mars-stroke-v:before {
  content: "\f285";
}
.fa-maxcdn:before {
  content: "\f286";
}
.fa-meanpath:before {
  content: "\f287";
}
.fa-medium:before {
  content: "\f288";
}
.fa-medkit:before {
  content: "\f289";
}
.fa-meh-o:before {
  content: "\f28a";
}
.fa-mercury:before {
  content: "\f28b";
}
.fa-microphone:before {
  content: "\f28c";
}
.fa-microphone-slash:before {
  content: "\f28d";
}
.fa-minus:before {
  content: "\f28e";
}
.fa-minus-circle:before {
  content: "\f28f";
}
.fa-minus-square:before {
  content: "\f290";
}
.fa-minus-square-o:before {
  content: "\f291";
}
.fa-mobile:before {
  content: "\f292";
}
.fa-mobile-phone:before {
  content: "\f293";
}
.fa-money:before {
  content: "\f294";
}
.fa-moon-o:before {
  content: "\f295";
}
.fa-mortar-board:before {
  content: "\f296";
}
.fa-motorcycle:before {
  content: "\f297";
}
.fa-mouse-pointer:before {
  content: "\f298";
}
.fa-music:before {
  content: "\f299";
}
.fa-navicon:before {
  content: "\f29a";
}
.fa-neuter:before {
  content: "\f29b";
}
.fa-newspaper-o:before {
  content: "\f29c";
}
.fa-object-group:before {
  content: "\f29d";
}
.fa-object-ungroup:before {
  content: "\f29e";
}
.fa-odnoklassniki:before {
  content: "\f29f";
}
.fa-odnoklassniki-square:before {
  content: "\f2a0";
}
.fa-opencart:before {
  content: "\f2a1";
}
.fa-openid:before {
  content: "\f2a2";
}
.fa-opera:before {
  content: "\f2a3";
}
.fa-optin-monster:before {
  content: "\f2a4";
}
.fa-outdent:before {
  content: "\f2a5";
}
.fa-pagelines:before {
  content: "\f2a6";
}
.fa-paint-brush:before {
  content: "\f2a7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f2a8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f2a9";
}
.fa-paperclip:before {
  content: "\f2aa";
}
.fa-paragraph:before {
  content: "\f2ab";
}
.fa-paste:before {
  content: "\f2ac";
}
.fa-pause:before {
  content: "\f2ad";
}
.fa-paw:before {
  content: "\f2ae";
}
.fa-paypal:before {
  content: "\f2af";
}
.fa-pencil:before {
  content: "\f2b0";
}
.fa-pencil-square:before {
  content: "\f2b1";
}
.fa-pencil-square-o:before {
  content: "\f2b2";
}
.fa-phone:before {
  content: "\f2b3";
}
.fa-phone-square:before {
  content: "\f2b4";
}
.fa-photo:before {
  content: "\f2b5";
}
.fa-picture-o:before {
  content: "\f2b6";
}
.fa-pie-chart:before {
  content: "\f2b7";
}
.fa-pied-piper:before {
  content: "\f2b8";
}
.fa-pied-piper-alt:before {
  content: "\f2b9";
}
.fa-pinterest:before {
  content: "\f2ba";
}
.fa-pinterest-p:before {
  content: "\f2bb";
}
.fa-pinterest-square:before {
  content: "\f2bc";
}
.fa-plane:before {
  content: "\f2bd";
}
.fa-play:before {
  content: "\f2be";
}
.fa-play-circle:before {
  content: "\f2bf";
}
.fa-play-circle-o:before {
  content: "\f2c0";
}
.fa-plug:before {
  content: "\f2c1";
}
.fa-plus:before {
  content: "\f2c2";
}
.fa-plus-circle:before {
  content: "\f2c3";
}
.fa-plus-square:before {
  content: "\f2c4";
}
.fa-plus-square-o:before {
  content: "\f2c5";
}
.fa-power-off:before {
  content: "\f2c6";
}
.fa-print:before {
  content: "\f2c7";
}
.fa-puzzle-piece:before {
  content: "\f2c8";
}
.fa-qq:before {
  content: "\f2c9";
}
.fa-qrcode:before {
  content: "\f2ca";
}
.fa-question:before {
  content: "\f2cb";
}
.fa-question-circle:before {
  content: "\f2cc";
}
.fa-quote-left:before {
  content: "\f2cd";
}
.fa-quote-right:before {
  content: "\f2ce";
}
.fa-ra:before {
  content: "\f2cf";
}
.fa-random:before {
  content: "\f2d0";
}
.fa-rebel:before {
  content: "\f2d1";
}
.fa-recycle:before {
  content: "\f2d2";
}
.fa-reddit:before {
  content: "\f2d3";
}
.fa-reddit-square:before {
  content: "\f2d4";
}
.fa-refresh:before {
  content: "\f2d5";
}
.fa-registered:before {
  content: "\f2d6";
}
.fa-renren:before {
  content: "\f2d7";
}
.fa-reorder:before {
  content: "\f2d8";
}
.fa-repeat:before {
  content: "\f2d9";
}
.fa-reply:before {
  content: "\f2da";
}
.fa-reply-all:before {
  content: "\f2db";
}
.fa-retweet:before {
  content: "\f2dc";
}
.fa-rmb:before {
  content: "\f2dd";
}
.fa-road:before {
  content: "\f2de";
}
.fa-rocket:before {
  content: "\f2df";
}
.fa-rotate-left:before {
  content: "\f2e0";
}
.fa-rotate-right:before {
  content: "\f2e1";
}
.fa-rouble:before {
  content: "\f2e2";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f2e3";
}
.fa-rss-square:before {
  content: "\f2e4";
}
.fa-rub:before {
  content: "\f2e5";
}
.fa-ruble:before {
  content: "\f2e6";
}
.fa-rupee:before {
  content: "\f2e7";
}
.fa-safari:before {
  content: "\f2e8";
}
.fa-save:before {
  content: "\f2e9";
}
.fa-scissors:before {
  content: "\f2ea";
}
.fa-search:before {
  content: "\f2eb";
}
.fa-search-minus:before {
  content: "\f2ec";
}
.fa-search-plus:before {
  content: "\f2ed";
}
.fa-sellsy:before {
  content: "\f2ee";
}
.fa-server:before {
  content: "\f2ef";
}
.fa-share:before {
  content: "\f2f0";
}
.fa-share-alt:before {
  content: "\f2f1";
}
.fa-share-alt-square:before {
  content: "\f2f2";
}
.fa-share-square:before {
  content: "\f2f3";
}
.fa-share-square-o:before {
  content: "\f2f4";
}
.fa-shekel:before {
  content: "\f2f5";
}
.fa-sheqel:before {
  content: "\f2f6";
}
.fa-shield:before {
  content: "\f2f7";
}
.fa-ship:before {
  content: "\f2f8";
}
.fa-shirtsinbulk:before {
  content: "\f2f9";
}
.fa-shopping-cart:before {
  content: "\f2fa";
}
.fa-sign-in:before {
  content: "\f2fb";
}
.fa-sign-out:before {
  content: "\f2fc";
}
.fa-signal:before {
  content: "\f2fd";
}
.fa-simplybuilt:before {
  content: "\f2fe";
}
.fa-sitemap:before {
  content: "\f2ff";
}
.fa-skyatlas:before {
  content: "\f300";
}
.fa-skype:before {
  content: "\f301";
}
.fa-slack:before {
  content: "\f302";
}
.fa-sliders:before {
  content: "\f303";
}
.fa-slideshare:before {
  content: "\f304";
}
.fa-smile-o:before {
  content: "\f305";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f306";
}
.fa-sort-alpha-asc:before {
  content: "\f307";
}
.fa-sort-alpha-desc:before {
  content: "\f308";
}
.fa-sort-amount-asc:before {
  content: "\f309";
}
.fa-sort-amount-desc:before {
  content: "\f30a";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f30b";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f30c";
}
.fa-sort-numeric-asc:before {
  content: "\f30d";
}
.fa-sort-numeric-desc:before {
  content: "\f30e";
}
.fa-soundcloud:before {
  content: "\f30f";
}
.fa-space-shuttle:before {
  content: "\f310";
}
.fa-spinner:before {
  content: "\f311";
}
.fa-spoon:before {
  content: "\f312";
}
.fa-spotify:before {
  content: "\f313";
}
.fa-square:before {
  content: "\f314";
}
.fa-square-o:before {
  content: "\f315";
}
.fa-stack-exchange:before {
  content: "\f316";
}
.fa-stack-overflow:before {
  content: "\f317";
}
.fa-star:before {
  content: "\f318";
}
.fa-star-half:before {
  content: "\f319";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f31a";
}
.fa-star-o:before {
  content: "\f31b";
}
.fa-steam:before {
  content: "\f31c";
}
.fa-steam-square:before {
  content: "\f31d";
}
.fa-step-backward:before {
  content: "\f31e";
}
.fa-step-forward:before {
  content: "\f31f";
}
.fa-stethoscope:before {
  content: "\f320";
}
.fa-sticky-note:before {
  content: "\f321";
}
.fa-sticky-note-o:before {
  content: "\f322";
}
.fa-stop:before {
  content: "\f323";
}
.fa-street-view:before {
  content: "\f324";
}
.fa-strikethrough:before {
  content: "\f325";
}
.fa-stumbleupon:before {
  content: "\f326";
}
.fa-stumbleupon-circle:before {
  content: "\f327";
}
.fa-subscript:before {
  content: "\f328";
}
.fa-subway:before {
  content: "\f329";
}
.fa-suitcase:before {
  content: "\f32a";
}
.fa-sun-o:before {
  content: "\f32b";
}
.fa-superscript:before {
  content: "\f32c";
}
.fa-table:before {
  content: "\f32d";
}
.fa-tablet:before {
  content: "\f32e";
}
.fa-tachometer:before {
  content: "\f32f";
}
.fa-tag:before {
  content: "\f330";
}
.fa-tags:before {
  content: "\f331";
}
.fa-tasks:before {
  content: "\f332";
}
.fa-taxi:before {
  content: "\f333";
}
.fa-television:before,
.fa-tv:before {
  content: "\f334";
}
.fa-tencent-weibo:before {
  content: "\f335";
}
.fa-terminal:before {
  content: "\f336";
}
.fa-text-height:before {
  content: "\f337";
}
.fa-text-width:before {
  content: "\f338";
}
.fa-th:before {
  content: "\f339";
}
.fa-th-large:before {
  content: "\f33a";
}
.fa-th-list:before {
  content: "\f33b";
}
.fa-thumb-tack:before {
  content: "\f33c";
}
.fa-thumbs-down:before {
  content: "\f33d";
}
.fa-thumbs-o-down:before {
  content: "\f33e";
}
.fa-thumbs-o-up:before {
  content: "\f33f";
}
.fa-thumbs-up:before {
  content: "\f340";
}
.fa-ticket:before {
  content: "\f341";
}
.fa-remove:before,
.fa-times:before {
  content: "\f342";
}
.fa-times-circle:before {
  content: "\f343";
}
.fa-times-circle-o:before {
  content: "\f344";
}
.fa-tint:before {
  content: "\f345";
}
.fa-toggle-off:before {
  content: "\f346";
}
.fa-toggle-on:before {
  content: "\f347";
}
.fa-trademark:before {
  content: "\f348";
}
.fa-train:before {
  content: "\f349";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f34a";
}
.fa-transgender-alt:before {
  content: "\f34b";
}
.fa-trash:before {
  content: "\f34c";
}
.fa-trash-o:before {
  content: "\f34d";
}
.fa-tree:before {
  content: "\f34e";
}
.fa-trello:before {
  content: "\f34f";
}
.fa-tripadvisor:before {
  content: "\f350";
}
.fa-trophy:before {
  content: "\f351";
}
.fa-truck:before {
  content: "\f352";
}
.fa-try:before {
  content: "\f353";
}
.fa-tty:before {
  content: "\f354";
}
.fa-tumblr:before {
  content: "\f355";
}
.fa-tumblr-square:before {
  content: "\f356";
}
.fa-turkish-lira:before {
  content: "\f357";
}
.fa-twitch:before {
  content: "\f358";
}
.fa-twitter:before {
  content: "\f359";
}
.fa-twitter-square:before {
  content: "\f35a";
}
.fa-umbrella:before {
  content: "\f35b";
}
.fa-underline:before {
  content: "\f35c";
}
.fa-undo:before {
  content: "\f35d";
}
.fa-university:before {
  content: "\f35e";
}
.fa-unlink:before {
  content: "\f35f";
}
.fa-unlock:before {
  content: "\f360";
}
.fa-unlock-alt:before {
  content: "\f361";
}
.fa-upload:before {
  content: "\f362";
}
.fa-usd:before {
  content: "\f363";
}
.fa-user:before {
  content: "\f364";
}
.fa-user-md:before {
  content: "\f365";
}
.fa-user-plus:before {
  content: "\f366";
}
.fa-user-secret:before {
  content: "\f367";
}
.fa-user-times:before {
  content: "\f368";
}
.fa-users:before {
  content: "\f369";
}
.fa-venus:before {
  content: "\f36a";
}
.fa-venus-double:before {
  content: "\f36b";
}
.fa-venus-mars:before {
  content: "\f36c";
}
.fa-viacoin:before {
  content: "\f36d";
}
.fa-video-camera:before {
  content: "\f36e";
}
.fa-vimeo:before {
  content: "\f36f";
}
.fa-vimeo-square:before {
  content: "\f370";
}
.fa-vine:before {
  content: "\f371";
}
.fa-vk:before {
  content: "\f372";
}
.fa-volume-down:before {
  content: "\f373";
}
.fa-volume-off:before {
  content: "\f374";
}
.fa-volume-up:before {
  content: "\f375";
}
.fa-warning:before {
  content: "\f376";
}
.fa-wechat:before {
  content: "\f377";
}
.fa-weibo:before {
  content: "\f378";
}
.fa-weixin:before {
  content: "\f379";
}
.fa-whatsapp:before {
  content: "\f37a";
}
.fa-wheelchair:before {
  content: "\f37b";
}
.fa-wifi:before {
  content: "\f37c";
}
.fa-wikipedia-w:before {
  content: "\f37d";
}
.fa-windows:before {
  content: "\f37e";
}
.fa-won:before {
  content: "\f37f";
}
.fa-wordpress:before {
  content: "\f380";
}
.fa-wrench:before {
  content: "\f381";
}
.fa-xing:before {
  content: "\f382";
}
.fa-xing-square:before {
  content: "\f383";
}
.fa-y-combinator:before {
  content: "\f384";
}
.fa-y-combinator-square:before {
  content: "\f385";
}
.fa-yahoo:before {
  content: "\f386";
}
.fa-yc:before {
  content: "\f387";
}
.fa-yc-square:before {
  content: "\f388";
}
.fa-yelp:before {
  content: "\f389";
}
.fa-yen:before {
  content: "\f38a";
}
.fa-youtube:before {
  content: "\f38b";
}
.fa-youtube-play:before {
  content: "\f38c";
}
.fa-youtube-square:before {
  content: "\f38d";
}

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