/* slick.css start  */
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*@charset 'UTF-8';*/
/* Slider TODO: Gifs and Fonts delete */
/*.slick-loading .slick-list*/
/*{*/
/*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
/*}*/

/* Icons */
@font-face
{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  /*src: url('./fonts/slick.eot');*/
  /*src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
}
/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
  content: '←';
}
[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}
.slick-next:before
{
  content: '→';
}
[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

/* slick.css finish  */
/* dcof.css start  */
@font-face {
  font-family: "incurvyIcons";
  src: url("../fonts/incurvy_icons.eot");
  src: url("../fonts/incurvy_icons.eot?#iefix") format("embedded-opentype"),
  url("../fonts/incurvy_icons.woff") format("woff"),
  url("../fonts/incurvy_icons.ttf") format("truetype"),
  url("../fonts/incurvy_icons.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/******************************************************************************************/

/*---------------------------------------------------------*/
/*
/*  set the aspect ratio
/*
/*  the cropper has a 40px offset
/*  this means 80px will be subtracted from the image height and width
/*
/*  the class .one must match the class written into one.init('.one');
/*
/*---------------------------------------------------------*/

.default .cropMain {
  width: 320px;
  height: 320px;
}

/*---------------------------------------------------------*/
/*	cropper styling begins here...
/*---------------------------------------------------------*/
a:hover, a:focus {
  color: inherit;
}

.cropMain {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///5EjRxiAGMgCCCAGFB5AADGCRBgYjh49CiRZIJS1tTWQBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwARxT7aD6kRXAAAAABJRU5ErkJggg==') repeat;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.cropMain .crop-img {
  position: absolute;
  /*transition: all 1s ease;*/
}

/*.crop-img {*/
/*transition: all 0.5s ease;*/
/*}*/
/*#image-cropper {*/
/*transition: all 0.5s ease;*/
/*}*/

.cropMain .crop-container {
  overflow: hidden;
  position: relative;
}

.cropMain .crop-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5999;
  opacity: .75;
  filter: alpha(opacity=7);
  -webkit-box-shadow: inset 0 0 0 40px white, inset 0 0 0 41px rgba(0, 0, 0, .1), inset 0 0 20px 41px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 0 40px white, inset 0 0 0 41px rgba(0, 0, 0, .1), inset 0 0 20px 41px rgba(0, 0, 0, .2);
}

.cropMain .crop-overlay {
  position: relative;
  cursor: move;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------*/
/*	slider bar styling
/*---------------------------------------------------------*/

.cropSlider .noUi-target * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default
}

.cropSlider .noUi-base {
  margin: 25px 10px;
  width: 185px;
  height: 7px;
  border-radius: 4px;
  background-color: #bbb;
  cursor: pointer;
  position: relative;
  z-index: 1
}

.rotateleft {
  position: absolute;
  top: 8px;
  left: 302px;
  z-index: 9999999;
  cursor: pointer;
}

.cropSlider .noUi-handle {
  width: 20px;
  height: 20px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 -4px 8px rgba(0, 0, 0, 0.10);
  cursor: move;
  border-radius: 4px;
  margin: -7px 0 0 -10px
}

.cropSlider .noUi-active {

}

.cropSlider .noUi-connect {
  background: Teal
}

.cropSlider .noUi-background {
  background: #fbc93d
}

.cropSlider .noUi-origin-lower {
  background: #eee;
}

.cropSlider .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-radius: inherit
}

.cropSlider .noUi-origin-upper {
  background: inherit !important
}

.cropSlider .noUi-z-index {
  z-index: 10
}

.cropSlider .noUi-vertical {
  width: 40px;
  height: 100%
}

.cropSlider .noUi-vertical .noUi-origin {
  bottom: 0;
  left: 0
}

.cropSlider .noUi-vertical .noUi-handle {
  margin: -23px 0 0 -3px
}

.cropSlider .noUi-target[disabled] .noUi-base {
  background: #ccc;
  box-shadow: none;
}

.cropSlider .noUi-target[disabled] .noUi-connect {
  background: #ccc;
  box-shadow: none;
}

.cropSlider .noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s, top .3s;
  transition: left .3s, top .3s
}

/*---------------------------------------------------------*/
/*	crop button styling
/*---------------------------------------------------------*/

.cropButton {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #e6e6e6 100%);
  background-image: -ms-linear-gradient(top, #fff 0, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e6e6e6 100%);
  background-image: linear-gradient(top, #fff 0, #e6e6e6 100%);
  border: 1px solid #d3d3d3;
  color: #7c7c7c;
  -moz-box-shadow: 0 1px 1px #b0afaf;
  -o-box-shadow: 0 1px 1px #b0afaf;
  -webkit-box-shadow: 0 1px 1px #b0afaf;
  box-shadow: 0 1px 1px #b0afaf;
  font-weight: normal;
  font-size: 12px;
  text-shadow: 1px 1px 1px #f5f5f5;
  height: 25px;
  width: auto;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 5px;
}

.cropButton:hover {
  color: #0b94c8;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #f0eeee 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #f0eeee 100%);
  background-image: -ms-linear-gradient(top, #fff 0, #f0eeee 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f0eeee 100%);
  background-image: linear-gradient(top, #fff 0, #f0eeee 100%);
}

.cropButton:active {
  -moz-box-shadow: inset 0 3px 5px #e6e6e6;
  -o-box-shadow: inset 0 3px 5px #e6e6e6;
  -webkit-box-shadow: inset 0 3px 5px #e6e6e6;
  box-shadow: inset 0 3px 5px #e6e6e6;
}

/******************************************************************************************/
/*.account a, .account_noticelist a, .account_recommlist a {*/
/*color: #f0a6a6;*/
/*}*/

.dcof_register .form input[type=text], .dcof_register .form input[type=password] {
  width: 190px;
  height: 34px;
  border: 1px solid #d6d6cc;
}

.register #breadCrumb {
  display: none;
}

.dcof_register ul.form {
  width: auto;
  display: inline-block;
}

.dcof_register ul.form.registermiddle {
  margin: 0 73px;
}

.dcof_register ul.form.registermiddle li.oxInValid input[type="text"] {
  border-color: red;
}

.dcof_register .form li {
  width: auto;
}

.dcof_register .form input {
  float: none;
}

.dcof_register .form li.newsletter input {
  position: relative;
  top: 3px;
}

.dcof_register .form li.smallLi {
  float: left;
  display: inline-block !important;
}

.dcof_register .form li.lastLi {
  clear: right !important;
}

.dcof_register .form li.smallLi input[type=text], .dcof_register .form li.smallLi input[type=password] {
  color: #858481;
  display: inline-block;
  height: 31px;
  width: 178px;
  padding: 1px 10px;
}

.dcof_register .form li.smallLi.oxValid input[type=text], .dcof_register .form li.smallLi.oxValid input[type=password] {
  color: #333;
}

.dcof_register .form li.formSubmit {
  padding-left: 0;
}

.dcof_register .submitButton.pinkBigButton {
  background-color: #f0a6a6;
  height: 31px;
  font-weight: 400;
  font-size: 11px;
}

.dcof_register .submitButton.pinkBigButton.blue {
  background-color: #4065b4;
}

.dcof_register ul.facebook .submitButton.pinkBigButton.blue {
  height: 30px;
  line-height: 29px;
  letter-spacing: 0.7px;
}

.dcof_register li.newsletter label {
  float: none;
  font-size: 11px;
  padding: 0 0 10px 10px;
  text-transform: uppercase;
  width: auto;
  letter-spacing: 0.7px;
}

.dcof_register li.newsletter {
  margin-top: 7px;
  clear: left;
}

.dcof_register ul.registermiddle li.newsletter {
  margin-top: 20px;
  text-align: left;
  width: 204px;
}

.dcof_register .inputNote {
  margin-top: 11px;
  font-size: 13px;
}

.dcof_register .inputNote a {
  color: #f0a6a6;
}

.dcof_register .pageHead {
  text-transform: none;
  margin-top: 20px;
  padding-top: 50px;
}

.dcof_register .oxValidateError {
  margin: 0;
  padding: 6px 0 0 19px;
  text-align: left;
  max-width: 300px;
}

.dcof_register .smallLi .oxValidateError {
  margin: 0;
  padding: 6px 0 0 1px;
  text-align: left;
}

.orspacer {
  display: inline-block;
  margin-top: 15px;
}

.orspacer:before, .orspacer:after {
  content: ' ';
  display: inline-block;
  height: 0;
  width: 183px;
  /** border-top: 1px solid black; **/
  padding-bottom: 5px;
  margin-left: 6px;
  margin-right: 7px;
  letter-spacing: 0.7px;
}

.dcof_register .form label {
  width: auto;
  padding-right: 0;
  float: none;
}

.dcof_register .facebook label {
  margin-bottom: -10px;
  display: block;
}

body.account #breadCrumb, .account_noticelist #breadCrumb, .account_recommlist #breadCrumb, .dcof_profile_edit #breadCrumb, .dcof_profile #breadCrumb, .oxrecommlist #breadCrumb, .dcof_follow_recommlist #breadCrumb {
  visibility: hidden;
  padding: 0;
}

.account #sidebar, .account_noticelist #sidebar, .account_recommlist #sidebar, .dcof_profile_edit #sidebar, .dcof_profile #sidebar, .dcof_follow_recommlist #sidebar {
  width: 185px;
}

.dcof_profile #sidebar {
  margin-right: 28px;
}

.account #sidebar h1, .account_noticelist #sidebar h1, .account_recommlist #sidebar h1, .dcof_profile_edit #sidebar h1, .dcof_profile #sidebar h1, .dcof_follow_recommlist #sidebar h1 {
  margin-bottom: 0;
  padding-right: 0;
  text-align: center;
}

body.cl-account_recommlist.is-logged-in .account_recommlist #sidebar h1 {
  margin-top: 25px;
  margin-bottom: 5px;
  text-transform: none;
  font-family: "Caveat", cursive;
  font-size: 22px;
  font-weight: 100;
}

.dcof_profile_menu li a {
  display: block;
  background-color: #f0a6a6;
  color: #fff;
  padding-bottom: 8px;
  padding-top: 8px;
  /*font-size: 14px;*/
  /*width: 249px;*/
}

.dcof_profile_menu li.active a {
  background-color: #d58282;
}

.dcof_profile_menu li {
  list-style-type: none;
  /*float: left;*/
  /*width: 30%;*/
  text-align: center;
}

.dcof_profile.accountDashboardView {
  margin-top: 54px;
  /* margin-left: -18px; */
}
body.mobile .dcof_profile.accountDashboardView {
  margin-top: 54px;
  margin-left: auto;
}

body.cl-dcof_outfits .dcof_profile.accountDashboardView {
  margin-left: 14px;
}

body.cl-account_noticelist.is-logged-in .dcof_profile.accountDashboardView {
  margin-left: -74px;
}

div.profile_pic {
  /*height: 180px;*/
  /*background-color: #f6f2f2;*/
  margin-bottom: 30px;
  text-align: center;
}

.profile_pic img {
  max-width: 130px;
  margin-top: 50px;
}

body.cl-account_recommlist.is-logged-in .profile_pic img {
  border-radius: 50%;
}

ul.dcof_profile_menu {
  /*width: 872px;*/
  margin-left: 20px;
}

body.cl-account_recommlist.is-logged-in ul.dcof_profile_menu {
  margin-left: 0;
}

#sidebar .tree a.profile_edit_button {
  display: block;
  width: 100%;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 10px;
  margin-top: 7px;
  border: 1px solid #333;
  background: #fff;
}

#sidebar .tree li.active a.profile_edit_button {
  background-color: #333;
  color: #fff;
}

.profile_pic .name {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 18px;
}

.dcof_profile_menu li a:hover,
.dcof_profile_menu li a.active,
.dcof_profile_menu li a:active,
.dcof_profile_menu li a:focus,
.dcof_register .submitButton.pinkBigButton:hover,
#sidebar .profile_edit_button:hover {
  background-color: #333;
}

.profile_content {
  margin-left: 21px;
  width: 770px;
}

/*body.cl-account_recommlist.is-logged-in .profile_content {*/
/*width: 1000px;*/
/*}*/

body.cl-account_noticelist.is-logged-in .profile_content {
  width: 790px;
}

.account_noticelist .gridView {
  margin: 0 0 20px;
  width: 770px;
}

.account_noticelist .gridView li {
  height: 440px;
  width: 254px;
}

.account_noticelist .gridView li.last {
  width: 228px;
  margin-right: 0;
}

.recommListPic {
  width: 216px;
  overflow: hidden;
  text-align: center;
}

.recommListPic img {
  height: 224px;
  width: 216px;
}

body.cl-dcof_profile .recommListPic img {
  height: 288px;
}

body.cl-account_recommlist.is-logged-in .recommListPic img {
  height: 288px;
}

#recommendationsLists > li {
  float: left;
  width: 240px;
  height: 394px;
  list-style-type: none;
  position: relative;
  border-image: none;
  margin-bottom: 25px;
}

body.cl-dcof_profile #recommendationsLists > li {
  width: 250px;
}

body.cl-account_recommlist.is-logged-in #recommendationsLists > li {
  float: left;
  width: 240px;
  height: 394px;
  list-style-type: none;
  position: relative;
  border-color: #cecece #cecece #f0a6a6;
  border-image: none;
  border-style: solid;
  border-width: 0 0 2px;
  /*box-shadow: 0 0 20px #a0a0a0 !important;*/
  margin-bottom: 55px;
  padding: 12px;
  margin-right: 20px;
}

.lineView .recommendations .description {
  width: 165px;
  height: 65px;
  line-height: 14px;
  color: #aaa;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: left;
  display: inline-block;
}

/*.addNew .recommListPic {*/
/*font-size: 65px;*/
/*height: 222px;*/
/*width: 163px;*/
/*margin-bottom: 4px;*/
/*border: 1px solid #f6f2f2;*/
/*color: #EAE6E6;*/
/*}*/

.addNew .recommListPic:hover {
  /*background-color: #f0a6a6;*/
}

a.pluscentered {
  display: block;
  text-align: center;
  width: 100%;
  height: 158px;
}

.pluscentered span {
  display: block;
  margin-top: 91px;
  font-size: 65px;
  font-weight: bold;
  color: #f0a6a6;
}

#recommendationsLists {
  width: 804px;
  margin-left: -35px;
}

body.cl-dcof_profile #recommendationsLists {
  margin-left: -10px;
}

/*body.cl-account_recommlist.is-logged-in #recommendationsLists {*/
/*display: flex;*/
/*flex-wrap: wrap;*/
/*justify-content: space-between;*/
/*margin-left: 1px;*/
/*}*/
body.cl-account_recommlist.is-logged-in a.actionLink.bigButton.likeButton {
  display: none;
}

body.cl-account_recommlist.is-logged-in .recommendations.addNew {
  font-size: 65px;
  height: 222px;
  margin-bottom: 4px;
  border: 1px solid #f6f2f2;
  color: #EAE6E6;
}

/**/

input[type=text].fakeinplace, textarea.fakeinplace {
  border: 1px solid #fff;
}

textarea.fakeinplace {
  width: 100%;
}

input[type=text].fakeinplace.headline {
  font-size: 18px;
  height: 28px;
  width: 550px;
  height: auto;
}

input[type=text].fakeinplace:focus, textarea.fakeinplace:focus {
  border: 1px solid #999;
}

#recommListSaveButton {
  float: left;
  height: 32px;
  padding: 0 10px;
  background: #333;

}

.recommImagelink {
  width: 216px;
}

.recommListPic .ch_hover {
  height: auto !important;
}

.recommBigPic img {
  max-width: 330px;
  max-height: 330px;
}

.recommBigPic a.actionLink {
  cursor: pointer;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  padding: 10px 7px;
  margin-left: 65px;
  font-weight: 400;
}

body.cl-account_recommlist.is-logged-in .recommBigPic a.actionLink {
  background: #fff none repeat scroll 0 0;
  font-size: 11px;
  font-weight: 700;
  margin-left: 0;
  padding: 12px 57px 12px 66px;
}

body.cl-account_recommlist.is-logged-in .recommBigPic a.actionLink:hover {
  background: #333;
  color: #fff;
}

body.cl-account_recommlist.is-logged-in .recommBigPic a.actionLink:hover i {
  color: #fff;
}

.recommBigPic {
  width: 330px;
  /*height: 440px;*/
  float: left;
  margin-right: 54px;
}

.recommBigPic img {
  max-width: 330px;
  max-height: 440px;
}

.account_recommlist textarea.fakeinplace {
  resize: none;
  overflow: hidden;
  height: 151px;
  margin-top: 5px;
  margin-left: -5px;
  width: 324px;
}

.account_recommlist input[type=text].fakeinplace {
  margin-left: -5px;
  height: 28px;
}

.recommListPic .overlay_wrapper {
  height: 288px !important;
  /*width: 165px !important;*/
}

body.cl-dcof_profile .recommListPic .overlay_wrapper {
  height: 288px !important;
}

.dcof-icon {
  font-family: "incurvyIcons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heart-icon:before {
  content: "a";
}

.star-icon:before {
  content: "b";
}

.x-icon:before {
  content: "c";
}

.pen-icon:before {
  content: "d";
}

.pen-icon-hover:hover:before {
  content: "d";
}

.icon-facebook:before {
  content: "e";
}

.icon-path:before {
  content: "f";
}

.icon-twitter:before {
  content: "g";
}

.icon-google:before {
  content: "h";
}

.listProductLink {
  height: 165px;
}

.overlay_wrapper {
  height: 165px !important;
  /*width: 165px !important;*/
}

.simplemodal-overlay {
  background-color: #000;
}

body.cl-alist.is-logged-in .simplemodal-overlay {
  z-index: 100100 !important;
}

/*body.cl-account_recommlist.is-logged-in .simplemodal-overlay {*/
/*z-index: 100001 !important;*/
/*}*/

.simplemodal-wrap {
  background-color: #fff;
}

a.actionLink {
  cursor: pointer;
  color: #f0a6a6;
}

a.actionLink:hover {
  color: #d58282;
}

.actionLink .dcof-icon {
  font-size: 16px;
}

.contenthover {
  margin-top: 60px;
  display: inline-block;
}

.contenthover a.actionLink {
  color: #000;
  display: inline-block;
  padding: 10px;
  width: 16px;
  overflow: hidden;
  height: 16px;
  /* border-radius: 5px;*/
  text-align: left;
  float: left;
  clear: left;
  /* Transition */
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

body.cl-account_recommlist.is-logged-in .contenthover a.actionLink[id] {
  position: absolute;
  top: 0;
  left: 8px;
  padding: 2px 3px 0;
}

body.cl-account_recommlist.is-logged-in .contenthover a.actionLink[id] span {
  margin-top: 1px;
}

body.cl-account_recommlist.is-logged-in .contenthover a.actionLink:not(id) {
  position: absolute;
  top: 20px;
  left: 9px;
  padding: 1px 3px 0;
}

/*body.cl-account_recommlist.is-logged-in .contenthover a.actionLink .fa-heart-o {*/
/*position: absolute;*/
/*left: 2px;*/
/*top: 4px;*/
/*}*/

/*body.cl-account_recommlist.is-logged-in .contenthover a.actionLink .fa-times {*/
/*position: absolute;*/
/*left: 3px;*/
/*top: 19px;*/
/*}*/

.contenthover a.actionLink:hover, .contenthover a.actionLink.active {
  color: #fff;
  background-color: #f0a6a6;
}

.contenthover a.actionLink:hover {
  width: 144px;
  height: 20px;
  padding: 0 3px;
}

.contenthover a.actionLink:last-of-type {
  position: absolute;
  left: 0;
  top: 20px;
}

body.cl-account_recommlist.is-logged-in .contenthover a.actionLink:hover span.fa-times {
  color: #fff;
  margin-top: 0;
}

body.cl-account_recommlist.is-logged-in .contenthover a[class="fa fa-times"].actionLink:hover {
  top: 28px;
}

body.cl-alist.is-logged-in .contenthover a[class="fa fa-heart-o"].actionLink:hover {
  position: absolute;
  left: 0;
  top: -2px;
}

body.cl-alist.is-logged-in .contenthover a[class="fa fa-star-o"].actionLink:hover {
  position: absolute;
  left: 0;
  top: 23px;
}

.contenthover a.actionLink:hover .fa-heart-o, .contenthover a.actionLink:hover .fa-star-o {
  color: #fff;
}

.contenthover a.actionLink .slideuptext {
  display: none;
}

/*body.cl-account_recommlist.is-logged-in .contenthover a.actionLink .fa-times+span {*/
/*display: block;*/
/*position: absolute;*/
/*top: 31px;*/
/*left: 25px;*/
/*}*/

.contenthover a.actionLink:hover .slideuptext {
  display: inline-block;
  float: right;
  font-weight: 400;
  letter-spacing: 0.5px;
  /* margin-right: 10px; */
  text-transform: uppercase;
  color: #fff;
  margin-top: 3px;
}

.simplemodal-wrap {
  padding: 30px;
}

.addToListLink {
  float: left;
  width: 90px;
  height: 170px;
  margin-right: 13px;
  margin-left: 13px;
  list-style-type: none;
  overflow: hidden;
}

.addToListLink img {
  width: 90px;
  height: 120px;
}

.chooseOutfit ul {
  margin: 16px 0 0 -12px;
}

input[type=text].fakeinplace, textarea.fakeinplace {
  border: 1px solid #dfdfdf;
}

.account_recommlist .textButton:before {
  content: 'd';
  font-family: "incurvyIcons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
}

.recommendations .title .editButtons {
  /*float: left !important;*/
}

.contenthover.remover {
  position: relative;
  top: 170px;
  margin-top: 0;
}

.account_recommlist .contenthover.remover {
  /*margin-top: 7px;*/
  margin-left: 5px;
  /*position: relative;*/
  top: 120px;
  /*margin-top: 0;*/
}

.imageUpload .cropMain {
  width: 410px;
  height: 520px;
}

.imageUploadPopupProfile .imageUpload .cropMain {
  width: 245px;
  height: 245px;
}

.hierClickDiv, .hierClickDiv2 {
  width: 85%;
  margin: auto;
  border: 3px dashed #ccc;
  padding: 30px 37px 30px 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 44px;
  color: #999;
  cursor: pointer;
  margin-top: 40px;
}

.jpgPngDiv {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 60px;
}

#uploadfile {
  visibility: hidden;
}

.chooseOutfit {
  text-align: center;
}

#newOutfitBlock {
  margin-top: 10px;
}

.chooseOutfit #newOutfitBlock button {
  background: #333 none repeat scroll 0 0;
  height: 26px;
  padding: 0 10px;
  font-size: 10px;
}

.chooseOutfit #newOutfitBlock input[type="text"] {
  height: 22px;
}

#newOutfitBlock #recomm_title {
  margin-bottom: 7px;
  width: 80%;
}

.topPopList .selectedValue {
  background: none;
}

#sidebar .sidebarMenu.dcof_profile_menu {
  border: none;
}

#sidebar .tree.dcof_profile_menu a {
  padding-left: 0;
  padding-right: 0;
}

.topMenuAccount ul {
  font-weight: 700;
  text-transform: uppercase;
}

#topMenu.topMenuAccount {
  /*margin: -33px 0 0 0;*/
  font-family: 'Novecentowide-Medium';
}

.topPopList #services .topLi {
  padding-top: 20px;
}

.topPopList #services li {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

.dcof_profile_edit .dcof_profile.accountDashboardView {
  padding-left: 40px;
  padding-top: 4px;
}

.profilePicLabel {
  width: 147px;
  display: inline-block;
}

.topLi img {
  max-width: 120px;
}

.topPopList #servicesTrigger a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  font-size: 12px;
  color: #d58282 !important;
  margin-left: -31.5px;
  text-align: right;
  top: 1px;
}

textarea#aboutme {
  height: 115px;
  width: 196px;
  resize: none;
}

.profile_pic.public .name {
  margin-bottom: 3px;
}

.profileUrl {
  margin-bottom: 4px;
  display: block;
}

body.cl-recommlist .profile_pic .description {
  text-align: left;
  font-size: 12px;
  height: 128px;
  line-height: 18px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 15px 0 15px 0;
  width: 326px;
  margin-bottom: 19px;
  margin-left: -17px;
  margin-right: -7px;
}

.profile_pic .description {
  display: inline-block;
  padding: 15px;
}

.followers {
  width: 185px;
  display: block;
  text-align: center;
  margin-top: -13px;
  color: #999;
}

div.profile_pic.public {
  margin-bottom: 0;
}

.profile_pic.public img {
  margin-top: 23px;
}

.recommlist #sidebar {
  width: 185px;
  margin-right: 18px;
  margin-top: 20px;
}

.recommlist .listRefine {
  display: none;
}

.recommlist div.sidebarLeft #content, .recommlist div.sidebarRight #content {
  width: 773px;
  margin-top: 20px;
}

.recommlist #breadCrumb {
  display: none;
}

body.cl-recommlist .itemListRight {
  width: 235px;
}

.itemListRight {
  float: left;
  width: 360px;
}

.recommlist .pageHead {
  float: right;
  display: inline-block;
  text-align: left;
  width: 378px;
  margin-bottom: 50px;

}

.recommlist .pageHead h1 {
  font-weight: 400;
}

.recommlist h5.descriptionHead,
.recommlist .recommComments h5 {
  font-weight: 400;
  text-transform: uppercase;
}

body.cl-recommlist .shareicons {
  text-align: left;
  margin-bottom: 50px;
}

.shareicons {
  text-align: right;
  margin-top: 13px;
  margin-bottom: 24px;
}

#tocats .shareicons .icon-google {
  margin-right: 0;
}

#tocats .shareicons {
  float: right;
}

.shareicons a .dcof-icon {
  font-size: 15px;
  background-color: #333;
  color: #fff;
  padding: 5px;
  margin-right: 2px;
}
body.cl-recommlist .shareicons a .dcof-icon {
  padding: 3px;
}

.profileLink {
  font-size: 10px;
}

#recommendationsLists.outfits {
  width: 1014px;
  margin-left: 0;
}

#recommendationsLists.outfits > li {
  margin-left: 0;
  margin-right: 38px;
  width: 216px;
  height: 420px;
  position: relative;
}

#recommendationsLists.outfits .recommListPic {
  width: 216px;
}

#recommendationsLists.outfits .recommListPic img {
  width: 216px;
  height: 288px;
}

#recommendationsLists.outfits .recommListPic .overlay_wrapper {
  /*
   width: 216px !important;
   height: 288px !important;
   */
  width: 216px;
  height: 288px;
}

#recommendationsLists.outfits > li.last {
  margin-right: 0;
}

.dcof_outfits #breadCrumb {
  display: none;
}

.recommendations .title > a.title {
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  height: auto;
  letter-spacing: 0.5px;
  line-height: 16px;
  padding-right: 48px;
  text-align: left;
  text-transform: uppercase;
  width: 165px;
  margin-top: 12px;
}

body.cl-account_recommlist.is-logged-in .recommendations .title > a.title {
  margin-top: 22px;
}

a.viewOutfit {
  color: #333;
  display: block;
  background-color: #fff;
  border: 1px solid #333;
  padding: 5px 10px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  font-size: 12px;
  /*position: relative;*/
  /*top: 115px;*/
}

.recommComments li img {
  float: left;
  max-width: 35px;
  max-height: 35px;
  margin-right: 15px;
}

.recommComments .user {
  color: #999;
  margin-bottom: 2px;
}

.recommComments li {
  list-style-type: none;
  margin-bottom: 9px;
  border-top: 1px solid #f6f2f2;
  padding-top: 10px;
}

body.cl-recommlist.is-logged-in .recommComments li {
  border-top: none;
}

.recommComments {
  margin-top: 50px;
}

body.cl-recommlist.is-logged-in .recommComments {
  margin-top: 0;
}

.recommComments h5 {
  margin-bottom: 0;
  font-size: 13px;
}

.recommComments ul {
  margin-left: 0;
  margin-top: 5px;
  width: 100%;
}

body.cl-recommlist .recommComments .commentInput {
  border: 1px solid #e1e1e1;
  height: 70px;
  font-size: 12px;
}

.recommComments .commentInput {
  width: 100%;
  resize: none;
  border: 1px solid #E4DCDC;
  height: 40px;
  padding: 4px;
}

.descriptionHead {
  margin-top: 50px;
  font-size: 13px;
}

.nameHead {
  margin-top: -18px;
  margin-left: -4px;
}

.recommBigPic .descriptionHead {
  margin-top: 40px;
  font-size: 13px;
  margin-left: -7px;
}

div.loginForm {
  background-color: #fff;
  width: 270px;
  text-align: center;
  border: 0;
  right: -1px;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  -moz-box-shadow: 0 0 20px #a0a0a0; /* Firefox */
  -webkit-box-shadow: 0 0 20px #a0a0a0; /* Chrome, Safari */
  -khtml-box-shadow: 0 0 20px #a0a0a0; /* Konqueror */
  box-shadow: 0 0 20px #a0a0a0; /* CSS3 */
  border-color: #cecece #cecece #f0a6a6;
  border-image: none;
  border-style: solid;
  border-width: 0 0 2px;
}

div.loginForm input[type=text], div.loginForm input[type=password] {
  height: 28px;
  padding-left: 15px;
}

div.loginForm .checkbox {
  float: none;
}

#forgotPassword {
  background-color: #fff;
  padding: 25px;
}

.loginHeadline {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 17px;
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

div.loginForm .textbox, div.loginForm .passwordbox {
  width: 180px;
}

.loginForm .submitButton .fa-long-arrow-right::before {
  font-size: 17px;
  padding-left: 40px;
  position: relative;
  top: 2px;
}

.loginForm #loginEmail::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  margin-left: 10px;
}

.loginForm #loginEmail::-moz-placeholder { /* Firefox 19+ */
  margin-left: 10px;
}

.loginForm #loginEmail:-ms-input-placeholder { /* IE 10+ */
  margin-left: 10px;
}

.loginForm #loginEmail:-moz-placeholder { /* Firefox 18- */
  margin-left: 10px;
}

.loginForm .submitButton:hover {
  background-color: #333;
  color: #fff;

}

.loginForm .submitButton {
  text-align: left;
  margin: 0 auto;
  display: block;
  height: 30px;
  width: 200px;
  background-color: #fff;
  color: #333;
  margin-top: 10px;
  border: 1.5px solid #333;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 29px;
  padding: 0 10px 1px 10px;
}

#topMenu a.forgotPasswordOpener {
  color: #aaa !important;
  margin-top: 11px;
  display: block;
  text-transform: none !important;
}

#topMenu a.forgotPasswordOpener:hover {
  color: #d58282;
}

.loginForm .orspacer {
  margin-bottom: 9px;
  margin-top: 4px;
}

.loginForm .orspacer:before, .loginForm .orspacer:after {
  width: 90px;
}

#loginboxFbConnect {
  display: none;
}

.submitButton.facebook .buttontext {
  position: relative;
  top: -5px;
}

.submitButton.facebook .fa-facebook::before {
  font-size: 27px;
  margin-left: -8px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.submitButton.facebook {
  background-color: #4065b4;
  border-color: #4065b4;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  height: 30px;
  margin-bottom: 25px;
  padding: 0;
}

.topLi .username {
  display: block;
  margin-bottom: 15px;
}

.recommendations .title a.viewOutfit {
  font-weight: normal;
}

.contenthover .editButtons a {
  width: 132px;
  margin-top: -41px;
}

body.cl-account_recommlist.is-logged-in .contenthover .editButtons a.viewOutfit {
  margin-top: -52px;
}

body.cl-account_recommlist.is-logged-in .contenthover .editButtons a.viewOutfit.editButton {
  margin-top: 5px;
}

body.cl-account_recommlist.is-logged-in .contenthover .editButtons a.viewOutfit.deleteButton {
  margin-top: 5px;
}

.contenthover .editButtons a:hover {
  background-color: #333;
  color: #fff;
}

a.actionLink.shopFurther, a.actionLink.toOutfit {
  padding: 10px;
  width: 200px;
  background-color: #f0a6a6;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
}

a.actionLink.shopFurther:hover, a.actionLink.toOutfit:hover {
  color: #fff;
  background-color: #d58282;
}

h1.furtherHeadline {
  margin-top: 75px;
  margin-bottom: 45px;
}

.notLoggedIn {
  text-align: center;
}

#services a:hover {
  color: #d58282;
}

.recommendations.addNew a.actionLink {
  margin-top: 13px;
}

div.searchBox input.textbox {
  width: 220px;
}

.mainmenuoutfits {
  /*  background-color: #d58282;*/
}

.graybg {
  background-color: #f6f2f2;
}

body.cl-dcof_profile .graybg {
  background-color: #fff;
}

.outfitbuttons .actionLink {
  color: #fff;
  border: 1px solid #333;
  display: inline-block;
  padding: 1px 12px 4px 10px;
  margin: 0 !important;
  float: left;
}

.outfitbuttons .actionLink:hover {
  background-color: #333;
}

.information #tocats a.actionLink {
  color: #333;
  position: relative;
  top: 33px;
}

.information #tocats a.actionLink.myleft {
  border-right-width: 0;
}

.information #tocats a.actionLink:hover {
  color: #fff;
  background-color: #333;
}

body.details .outfitbuttons span.dcof-icon {
  margin-right: 2px;
}

.outfitbuttons span.dcof-icon {
  font-size: 16px;
  display: inline-block;
  margin-top: 4px;
  float: left;
  margin-right: 7px;
}

.information #tocats .selectedbox span.buttontext {
  color: #fff;
}

.information #tocats span.buttontext {
  color: #333;
  padding-top: 3px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  margin-left: 6px;
}

.shareicons a:hover .dcof-icon {
  background-color: #f2a6a5;
}

.chooseOutfit .scrollingDiv {
  margin-top: 20px;
}

#notInput {
  position: absolute;
  left: -9999px;
}

img.userPlaceholder {
  max-width: 60px;
}

.dcof_register .smallLi {
  float: left;
  padding: 3px 0;
}

#simplemodal-container a.modalCloseImg {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAdCAYAAABfeMd1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8xJREFUeNqclktIVFEYx+fO+GjUGqw0S/IRGtTKENtkqJTkooUwC0EQNNpEEiJYoISbKAhcCYogagvBlbRQW/kAIdAkbRGIi3RiNIfJR+qk4zxO/2/4zu3cOw+tA7+5c8/j+5/vfN8592hCCMspSy4o4acXLIHVU40kkQTkglfgm4hd3KAb3PxfESf4KU5XAuBRPA0tznINgCa1Yn193bK0tBR5ZmVlWUpKSiyFhYXmcfPgiaZpn0/yZEKd4vLysqioqKCZRAEhMTc3Z/bqy0nL9Uzt3dXVJex2e0wBic1mEx0dHcLv96tDX8cTyVN7tbW1JTRupr6+3uzR7Vgib2Tr5ORklJHa2lrDe0FBgVhcXDTUDw8PqyIfY4m4ZGt5ebnB4OrqaqS+srJSj8XOzk6kbnBwUO9XVFQkgsGgKmTTRQ4PD/NlrcvlivKis7Mz0kZiJBRLQDI7O/s3rwOBu7oI1B/KhrGxsaiBtDTSsCyxBIj+/n69D+w+Jg0r/YTD4Wy5fF6vNyoD19bWLENDQ4b3pqammBtPHQ+diF0rNo4GxT3Z4HA4ogbSxmtsbNTf4ZnhXS1Ief1/KBQ6og0f2fXIkuJ4MVGDLBOACtVRW6KYuN3ue7oISIc3btmoDp6enjYYbWlp0Y3Qf1UAx40hu0pLSx0yJPRz1uPxvJONo6OjhswiAZm+BBlX3yU9PT26gM/no/PrHLDpIr29vQ/U7GloaDBk10k7vrq62uDF+Pg4ZYbDIAKuzc/PD8hOdBbRUXGaI6Wmpkbs7+/rAltbW19RX2wWSQd54A6WzaV6REcFjvSYxikGtESqBwcHB7vt7e30bSngyVtl4M+AHHCrubn5+cbGxqb5tFtYWBB9fX2iu7s78pyZmYn6ciF2e62trS9hpwxcAWlqdqWA8+A6uA+ejoyMfBL/UFZWVjbr6ureYmwNuAEugtSIff4y0rpl8CWhFDjBC6fT+R4BdB8dHYXiGZ+amvJgY35A/3ZQB+iIv8pLlaR/frHpad2S2b1McJk75vPzUlVVVV5ZWdmF5ORkGw6+EL6YvyYmJlyIxyba3eA7swG2gQ8E6NSSIhoHKIWTgISyWSyH/2fyJMjrMPgNdvl6REI/gAfsgANwTCcLJYh+kWAhGwulcfplcqwyeWPZuQ8NpnNpn41uM3vsAQkEOQuNtxWTUCp7lcHPNK6zsifH7I2PZ+5j4QBPIhz3SqQsXRLHKZVFU/hd4xkGWcjPT7k8IelBwnsXC0kxK3tn4/9SJKwYDTPCLJDocmcWlPtJUy86isGERv4IMACaz3RmXeGcqwAAAABJRU5ErkJggg==');
  background-repeat: no-repeat; /* adjust url as required */
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

li.smallLi.fname {
  margin-right: 9px;
  margin-left: 1px;
}

.dcof_register .form li.username {
  clear: both;
}

.topPopList {
  width: 400px;
}

#newOutfit ul.form {
  width: 380px;
}

#newOutfit .form li.formSubmit {
  padding-left: 196px;
}

#newOutfit .form textarea {
  width: 460px;
}

body.cl-account_recommlist.is-logged-in #newOutfit .form textarea {
  height: 129px;
  padding-top: 5px;
}

#newOutfit .form input[type=text] {
  width: 464px;
}

#newOutfit {
  height: 280px;
  width: 480px;
  overflow: hidden;
}

.productData .slideuptext {
  font-size: 11px;
}

.account_recommlist a.viewOutfit {
  margin-left: 14px;
}

.noelem {
  font-size: 13px;
}

.noelem a.actionLink {
  color: #d58282;
}

#userheart {
  max-width: 17px;
  padding-bottom: 2px;
  margin-left: 79px;
  margin-right: 2px;
}

#delPic {
  margin-left: 5px;
}

.account_recommlist .placeholder img {
  border: 1px solid rgb(228, 228, 228);
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: 24px;
}

body.cl-recommlist a.actionLink.bigButton {
  display: block;
  background-color: inherit;
}

body.cl-recommlist a.actionLink.bigButton:hover {
  background-color: #333;
}

a.actionLink.bigButton {
  display: inline-block;
  background-color: #fff;
  width: 154px;
  color: #333;
  border: 1px solid #333;
  text-align: center;
  padding: 8px;
  margin-left: 118px;
  margin-bottom: 35px;
  font-weight: 400;
}

.productData .ch_hover {
  width: auto !important;
}

.productData .contenthover {
  left: 5px;
  margin-top: 0;
  position: absolute;
  top: 39px;
}

body.cl-account_recommlist.is-logged-in .productData .contenthover {
  left: 10px;
  position: absolute;
  top: 44px;
}

body.cl-alist.is-logged-in .productData .contenthover {
  left: -5px;
  top: 5px;
}

.orlogin {
  margin-top: 10px;
}

.dcof_outfits .recommImagelink {
  width: 216px;
}

.dcof_outfits .contenthover.remover {
  top: 280px;
  /*display: none;*/
}

.dcof_outfits .recommListPic .ch_hover {
  margin-top: -50px;
  left: 40px !important;
}

.account_recommlist .recommBigPic img {
  margin-bottom: 15px !important;
}

.recommlist .recommBigPic img {
  margin-bottom: 0 !important;
}

body.cl-recommlist .recommBigPic img {
  margin-top: 36px;
  margin-bottom: 0 !important;
}

.recommBigPic img {
  margin-bottom: 65px !important;
  width: 330px;
}

body.cl-recommlist.is-logged-in .recommBigPic img {
  margin-bottom: 44px !important;
}

body.cl-account_recommlist.is-logged-in .recommBigPic img {
  margin-bottom: 31px !important;
}

body.cl-account_recommlist.is-logged-in .dcof-additional-image img {
  margin-bottom: 18px !important;
}

.recommlist .recommBigPic .descriptionHead {
  margin-left: 0;
}

.recommBigPic a.actionLink:hover {
  color: #fff;
  background-color: #333;
}

a.actionLink.bigButton:hover {
  background-color: #333;
  color: #fff;
}

a.actionLink.bigButton:hover i.fa-heart {
  color: #f0a6a6;
}

.likes .hrt2 {
  position: absolute;
  top: 5px;
  left: 0;
  color: #f0a6a6;
  font-size: 11px;
  display: none;
}

a.actionLink.bigButton:hover .likes .hrt2 {
  display: block;
}

.liked a.actionLink.bigButton .likes .hrt2 {
  display: block;
}

a.actionLink.bigButton:visited {
  text-decoration: none;
}

.like-count i.fa-plus {
  display: none;
  position: absolute;
  top: 0;
  left: 17px;
  z-index: 10;
}

.like-count i.count-text {
  position: absolute;
  top: -6px;
  left: 12px;
  font-size: 16px;
  font-style: italic;
  color: #f0a6a6;
  font-family: "Caveat", cursive;
}

.title:not(.liked) a.actionLink.bigButton:hover .like-count i.fa-plus {
  color: #f0a6a6;
  display: block;
}

.title:not(.liked) a.actionLink.bigButton:hover .like-count i.count-text {
  display: none;
}

.liked a.actionLink.bigButton .like-count i.count-text {
  display: block;

}

#sidebar .tree a.profile_edit_button:hover {
  background-color: #333;
  color: #fff;
}

.outfit-profile-img {
  top: -90px;
  width: 48px;
  height: 48px;
  left: 168px;
}

/*.outfit-profile-img img {*/
/*max-width: 48px;*/
/*max-height: 48px;*/
/*border-radius: 24px;*/
/*}*/
img.img_circle {
  position: absolute;
  border-radius: 26px;
  max-height: 52px;
  max-width: 52px;
  z-index: 1000;
  bottom: 22px;
  right: 0;
}

.dcof-additional-image:nth-child(1) {
  margin-left: 0;
  margin-right: 1px;
}

.dcof-additional-image {
  float: left;
  margin-left: 7px;
}

.dcof-additional-image img {
  width: 60px;
  cursor: pointer;
}

.dcof-additional-images {
  margin-top: -60px;
}

.dcof-additional-images-outfit {
  margin-top: -35px;
  width: 450px;
}

.dcof-img-prev {
  position: relative;
  top: -260px;
  left: -15px;
}

body.cl-account_recommlist.is-logged-in .dcof-img-prev {
  position: relative;
  top: -270px;
  left: 6px;
  font-size: 36px;
  background-color: #ccc;
  border-radius: 50%;
  width: 36px;
  padding-left: 10px;
  opacity: 0.5;
  cursor: pointer;
}

body.cl-account_recommlist.is-logged-in .dcof-img-next {
  position: relative;
  right: -251px;
  top: -270px;
  font-size: 36px;
  background-color: #ccc;
  border-radius: 50%;
  width: 36px;
  padding-left: 13px;
  opacity: 0.5;
  cursor: pointer;
}

.dcof-img-next {
  position: relative;
  right: -280px;
  top: -260px;
}

.uploaderMessage {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin: 20px 0;
}

.dcof-additional-images-upload {
  margin: 0 auto;
  width: 370px;
}

.dcof-additional-images-upload .dcof-additional-image img {
  padding: 4px;
}

.dcof-additional-images-upload .dcof-additional-image img.active {
  border: 4px solid #F0A5A5;
  padding: 0;
}

.dcof-delete-img {
  font-size: 12px;
  text-decoration: underline;
  color: #847575;
  cursor: pointer;
  margin-left: 15px;
}

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 100500;
}

#page-preloader.unblock {
  visibility: hidden;
}

#page-preloader .spinner {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: transparent url('//cdnjs.cloudflare.com/ajax/libs/file-uploader/3.7.0/processing.gif') no-repeat center center;
  /*background: transparent url('../../img/loading.gif') no-repeat center center;*/
  margin: -16px 0 0 -16px;
}

div#loadinganimation {
  width: 100%;
  margin-top: 15px;
  display: none;
}

#loadinganimation img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.dcof-choose-mainimg-message {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.dcof-choose-mainimg-message span {
  background-color: #f0a5a5;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
}

.comment-count {
  position: relative;
  top: -53px;
  font-size: 12px;
  color: #f0a6a6;
}

li.outfitCreateInfotext {
  width: 360px;
  margin-left: 24px;
  border-top: 2px solid #999;
  padding-top: 24px;
  margin-top: -90px;
}

body.cl-account_recommlist.is-logged-in li.outfitCreateInfotext {
  margin-top: 0;
}

.outfitCreateInfotext ol {
  margin-left: 18px;
  margin-right: 0;
}

.outfitCreateInfotext ol > li {
  float: none;
  overflow: visible;
  height: auto;
  width: auto;
  list-style: decimal outside;
  margin-top: 5px;
  padding-left: 16px;
}

.outfitCreateInfotext h1 {
  font-size: 14px;
}

.outfitCreateInfotext a.actionLink.bigButton {
  margin-left: 43px;
  width: 260px;
  margin-top: 8px;
}

body.cl-account_recommlist.is-logged-in .outfitCreateInfotext a.actionLink.bigButton {
  margin-top: 28px;
}

a.actionLink.bigButton.likeButton {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 9px;
  text-transform: uppercase;
  width: 216px;
  font-size: 12px;
  padding: 0 0 5px 0;
  letter-spacing: 0.7px;
}
body.cl-recommlist a.actionLink.bigButton.likeButton {
  width: 176px;
}

body.cl-dcof_profile a.actionLink.bigButton.likeButton {
  height: 32px;
  padding: 0 0 5px 0;
}

.boxwrapper .list-container .infogridView .productBox .picture a {
  position: relative;
}

.is-logged-in .a_list_right_content .fa-heart-o {
  font-size: 13px;
  color: #000;
  position: absolute;
  top: 4px;
  left: 3px;
}

.is-logged-in .a_list_right_content .fa-star-o {
  font-size: 13px;
  color: #000;
  position: absolute;
  top: 4px;
  left: 3px;
}

span.likeSign {
  font-size: 15px;
  margin-left: 8px;
  top: 1px;
}

span.likes {
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 6px;
  color: #f0a6a6;
  position: relative;
}

body.cl-dcof_follow_recommlist.is-logged-in span.likes {
  font-size: 12px;
  margin-top: 2px;
}

.likes span.heart-icon.dcof-icon {
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.liked a.actionLink.bigButton.likeButton {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.outfit-detail-likes {
  text-align: center;
  margin-bottom: 30px;
}

body.cl-recommlist .recommlist .shareicons a .dcof-icon {
  background-color: #b2b1b1;
}

.recommlist .shareicons a .dcof-icon {
  background-color: #333;
}

body.cl-recommlist .recommlist .shareicons a:hover .dcof-icon {
  background-color: #f0a6a6;
}

.recommlist .shareicons a:hover .dcof-icon {
  background-color: #f0a6a6;
}

.account_recommlist .likes, .account_recommlist a.actionLink.bigButton.likeButton,
.dcof_follow_recommlist .likes, .dcof_follow_recommlist a.actionLink.bigButton.likeButton {
  display: none;
}

#mobile-url {
  /** display: none; */
}

#recommendationsLists.outfits .gewinnspiel .recommListPic img {
  border: 1px solid #eee;
  width: 214px;
  height: 284px;
}

.gewinnspiel span.likes {
  margin-top: 5px;
}

.recommlist span.likes {
  position: relative;
  top: 1px;
}

body.dcof_profile a.actionLink.bigButton.likeButton {
  width: 92px;
}

body.dcof_profile span.likes {
  margin-left: 10px;
}

body.cl-newsletter #wrapper {
  margin-left: 30px;
}

.cl-dcof_outfits .ads, .cl-dcof_outfits .col1_bottom, .cl-dcof_outfits .col2_bottom, .cl-dcof_outfits .col3_bottom, .cl-dcof_outfits .infotext {
  display: none;
}

.cl-dcof_outfits .pagination-options {
  margin-top: 102px;
}

.cl-dcof_outfits li.prev span {
  display: none;
}

.cl-dcof_outfits .pagination > .active > a, .cl-dcof_outfits .pagination-sm > li > a:hover {
  background: #434343;
  color: #fff;
  border-color: #ccc
}

.cl-dcof_outfits .pagination-sm > li > a, .cl-dcof_outfits .pagination > .disabled > span {
  margin: 1px;
}

.cl-dcof_outfits .pagination-sm > li > a, .pagination-sm > li > span {
  border: 1px solid #e7e7e7;
  font-size: 12px;
  height: 25px;
  padding: 4px 9px;
}

.cl-dcof_outfits .right_side_arr_right {
  font-size: 16px;
  flex-wrap: 600;
}

.cl-dcof_outfits .pagination-sm > li > a:hover i {
  color: #fff;

}

.cl-dcof_outfits #footer .slogan {
  margin-top: 91px;
}

/*Safari 3 patch, http://difour.org */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .topPopList #servicesTrigger a span {
    /*font-weight:600;*/
  }
  .topPopList #servicesTrigger a span {
    left: 26px;
    top: 2px;
  }
  #userheart {
    margin-left: 98px;
  }
  #header .slogan {
    top: 0;
  }
  .dcof-img-prev {
    position: relative;
    top: -247px;
    left: 11px;
    font-size: 36px;
    background-color: #ccc;
    border-radius: 50%;
    width: 36px;
    padding-left: 10px;
    opacity: 0.5;
    cursor: pointer;
    color: black;
  }
  .dcof-img-next {
    position: relative;
    right: -248px;
    top: -247px;
    font-size: 36px;
    background-color: #ccc;
    border-radius: 50%;
    width: 36px;
    padding-left: 13px;
    opacity: 0.5;
    cursor: pointer;
    color: black;
  }
  body.cl-recommlist .graybg h1 {
    width: 320px;
  }
  body.cl-alist .for_dropdown_styles {
    left: 115px !important;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .topPopList #servicesTrigger a span {
    left: 0;
    top: 1px;
  }
  #userheart {
    margin-left: 79px;
  }
  #header .slogan {
    top: -1px;
  }
  .dcof-img-prev {
    position: relative;
    top: -258px;
    left: 9px;
    font-size: 36px;
    background-color: #ccc;
    border-radius: 50%;
    width: 36px;
    padding-left: 10px;
    opacity: 0.5;
    cursor: pointer;
    color: black;
  }
  .dcof-img-next {
    position: relative;
    right: -250px;
    top: -258px;
    font-size: 36px;
    background-color: #ccc;
    border-radius: 50%;
    width: 36px;
    padding-left: 13px;
    opacity: 0.5;
    cursor: pointer;
    color: black;
  }
  body.cl-recommlist .graybg h1 {
    width: 100%;
  }
  body.cl-alist .for_dropdown_styles {
    left: 124px !important;
  }
}
/* dcof.css finish */
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
  url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
  url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
/* caveat-regular - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/caveat-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/caveat-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/caveat-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/caveat-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/caveat-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/caveat-v17-latin-regular.svg#Caveat') format('svg'); /* Legacy iOS */
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
  url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
  url('../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font: 13px / 130% 'Lato', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-weight: 400;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
a {
  color: #434343;
  text-decoration: none !important;
}
.btn,
.form-control {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.form-control {
  padding-left: 10px;
}
.btn:hover,
.form-control:hover,
.btn:visited,
.form-control:visited {
  background-color: inherit;
  border-color: #d1d1d1 !important;
}
a:hover {
  text-decoration: none;
}
body.fixed-header #header #mainnav {
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff !important;
  z-index: 99999;
}
.container-fluid {
  max-width: 980px;
  position: relative;
}
.for_startseite {
  padding: 0 13px;
  font-size: 8px;
  color: #333;
}
.alert-info {
  background-color: #d1d1d1;
  color: #fff;
}
.alert-info a {
  color: #fff;
}
.alert-info button {
  color: #716f6f;
  background-color: #fff;
  border: 1px solid #716f6f;
  margin: 0 10px;
  padding: 0 2px;
  font-weight: 400;
  font-size: 10px;
}
.alert {
  padding: 6px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
  width: 1239px;
  font-size: 12px;
  line-height: 10px;
}
#header {
  padding-top: 29px;
}
.logo-col {
  margin-bottom: 27px;
  margin-left: -14px;
}
#navigation {
  margin-left: -17px;
  margin-right: -31px;
}
#mainnav {
  width: 980px !important;
  left: 0;
  right: 0;
  margin: auto;
  list-style: none;
  clear: both;
  height: 41px;
  padding: 0;
  background-color: #fff;
  position: relative;
  top: 0;
  border-bottom: 1px solid #c5c5c5;
}
#mainnav li a {
  font-weight: 400;
  font-size: 13px;
  color: #333;
  display: block;
  outline: 0;
  text-decoration: none;
  text-transform: none;
  padding: 11px 13px 2px 13px;
  height: 26px;
  line-height: 18px;
  background-color: #ffffff;
}
#mainnav li a:hover {
  color: #ee9b9b;
}
#mainnav li a ul li {
  position: relative;
  margin: 0;
  padding: 3px 0;
  float: none;
  width: 157px;
  line-height: 18px;
  height: 18px;
}
#mainnav .nav > li > a {
  color: #333;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  height: 39px;
  padding-left: 0;
  margin-right: 12px;
}
#mainnav .nav > li > a:hover {
  color: #ee9b9b;
}
.loginBox {
  display: none;
  position: absolute;
  top: 29px;
  background-color: #fff;
  width: 293px;
  right: -17px;
  font-size: 12px;
  -webkit-box-shadow: 0 0 20px #a0a0a0 !important;
          box-shadow: 0 0 20px #a0a0a0 !important;
  border-color: #cecece #cecece #f0a6a6;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0 0 2px;
  z-index: 999999;
}
.loginBox .loginForm,
.loginBox .altLoginBox {
  padding: 1px 11px 5px 11px;
  position: relative;
  z-index: 2;
  border: none;
  margin: 0 auto;
}
.loginBox .loginForm .loginHeadline,
.loginBox .altLoginBox .loginHeadline {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 17px;
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
.loginBox .loginForm .submitButton {
  padding: 0 10px 1px 10px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 25px;
  margin-top: 2px;
}
.loginBox .loginForm .submitButton:hover i {
  color: #fff;
}
.loginBox #loginEmail,
.loginBox #loginPasword {
  width: 203px;
  height: 32px;
  padding-left: 15px;
  font-size: 11px;
  border: 1px solid #ccc;
}
.loginBox #loginEmail::-webkit-input-placeholder,
.loginBox #loginPasword::-webkit-input-placeholder {
  background-color: #FFFFFF !important;
  color: #333 !important;
}
.loginBox #loginEmail:-ms-input-placeholder,
.loginBox #loginPasword:-ms-input-placeholder {
  background-color: #FFFFFF !important;
  color: #333 !important;
}
.loginBox #loginEmail::placeholder,
.loginBox #loginPasword::placeholder {
  background-color: #FFFFFF !important;
  color: #333 !important;
}
.loginBox #loginPasword a.forgotPasswordOpener {
  color: #aaa !important;
  margin-top: 11px;
  display: block;
  text-transform: none !important;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.7px;
}
.loginBox .loginForm .orspacer {
  color: #f0a6a6;
  font-family: "Caveat", cursive;
  font-size: 26px;
  margin-top: -6px;
}
.loginBox .submitButton.facebook .buttontext {
  color: #fff;
  font-size: 11px;
}
.submitButton.facebook {
  background-color: #4065b4;
  border-color: #4065b4;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  height: 30px;
  margin-bottom: 25px;
  padding: 0;
}
.submitButton.facebook i {
  color: #fff;
}
#search a {
  font-weight: 900 !important;
}
.dropdown-menu {
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ee9b9b;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  padding-bottom: 18px;
  border-radius: 0;
}
#header .slogan {
  color: #f0a6a6;
  float: right;
  font-family: "Caveat", cursive;
  font-size: 16.5px;
  position: absolute;
  right: -15px;
  top: -1px;
}
#header .header-box {
  width: 966px;
  padding: 29px 0 27px 0;
}
#header a#registerLink {
  border: 1.5px solid #333;
  padding: 5px 10px 6px;
  letter-spacing: 0.7px;
  font-weight: 400;
  font-family: 'Lato';
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  margin-top: 30px;
}
#header a#registerLink:hover {
  color: #ffffff;
  background-color: #333;
}
#header #loginBoxOpener {
  font-family: 'Lato';
  font-size: 11px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.7px;
  float: right;
  margin: 37px -15px 0 21px;
}
#header .search-col {
  padding-right: 0;
}
#header .breadcrumb {
  font-size: 13px;
}
#header .breadcrumb > li {
  display: inline-block;
}
#header #navmenu {
  padding: 0;
}
.breadcrumb {
  font-size: 12px;
  margin: 0;
  padding: 12px 0 13px 0;
}
.breadcrumb .text-muted {
  color: #A1A1A1;
}
.head_search_hover {
  width: 100%;
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F0F0F0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.head_search_box {
  width: 980px;
  height: 105px;
  position: absolute;
  z-index: 10;
  display: block;
  left: 50%;
  margin-left: -490px;
  background-color: #F0F0F0;
}
.head_search_box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 16px solid #F0F0F0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  bottom: -16px;
  right: 7px;
}
.head_search_box .head_search_box_label {
  width: 28.6%;
  color: #f0a6a6;
  float: left;
  font-family: "Caveat", cursive;
  font-size: 24px;
  margin-top: 33px;
  z-index: 100;
}
.head_search_box .top_group_serch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.head_search_box .top_group_serch #searchParam {
  width: 232px;
  background-color: #f0f0f0;
  padding-left: 10px;
  padding-bottom: 3px;
  color: #333;
  float: left;
  height: 40px;
  border: 1px solid #333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}
.head_search_box .top_group_serch #searchParam::-webkit-input-placeholder {
  color: #333;
}
.head_search_box .top_group_serch #searchParam:-ms-input-placeholder {
  color: #333;
}
.head_search_box .top_group_serch #searchParam::placeholder {
  color: #333;
}
.head_search_box .top_group_serch .top_btn_search {
  background-color: #333;
  border: medium none;
  cursor: pointer;
  float: left;
  height: 40px;
  width: 40px;
}
.head_search_box .top_group_serch .top_btn_search i {
  z-index: 1000;
  background-color: transparent;
  color: #fff;
  font-size: 19px;
}
.head_search_box .form-control:hover {
  border-color: inherit !important;
}
.head_search_box form.search {
  -ms-flex-preferred-size: 649px;
      flex-basis: 649px;
}
.head_search_box .head_search_box_closebtn {
  color: #999;
  background: transparent url(../../img/x_icon.png) no-repeat scroll 20px 0;
  cursor: pointer;
  font-size: 11px;
  padding-top: 27px;
  position: absolute;
  right: -3px;
  text-transform: uppercase;
  top: 27px;
  width: 66px;
  z-index: 10000;
}
.breadcrumb > li + li:before {
  display: none;
}
#footer {
  background-color: #ffffff;
}
#footer .infotext {
  border-bottom: 1px solid #d6d4d4;
  margin-top: 123px;
  height: 23px;
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: center;
}
#footer .infotext a {
  color: #999;
}
#footer .slogan {
  color: #f0a6a6;
  margin-top: 47px;
  margin-bottom: -4px;
  text-align: center;
  font-family: "Caveat", cursive;
  font-size: 18px;
}
#footer li {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
#footer ul.fotterlinks {
  line-height: 14px;
  margin: 10px auto 80px;
  padding: 0;
  width: 225px;
}
#footer ul.fotterlinks li a {
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #333;
  padding: 5px 18px;
  float: left;
  letter-spacing: 0.7px;
}
#footer ul.fotterlinks li.newsletter a {
  border-right: 0;
}
#footer li.newsletter a:hover,
#footer li.blog a:hover {
  color: #fff;
  background-color: #333;
}
.footergrey {
  background-color: #f0f0f0;
  height: 105px;
  width: 100%;
}
.footergrey .footergrey_sevices_box {
  margin: auto;
  padding: 26px 0 0;
  width: 980px;
}
ul.services {
  line-height: 25px;
  margin: auto;
  width: 685px;
}
ul.services li a {
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 18px;
  float: left;
}
.list {
  clear: left;
}
.copyright {
  clear: left;
  color: #999;
  font-size: 10px;
  margin: 0;
  padding-top: 7px;
  text-align: center;
}
body.cl-details .breadcrumb {
  font-size: 13px;
  margin: 0;
}
body.cl-start .text-muted ,
body.cl-details .text-muted {
  color: #a1a1a1;
  margin-left: -15px;
}
body.cl-details .breadcrumb > li + li:before {
  content: ">";
  padding: 0 13px;
  font-weight: 500;
  color: #333;
  background: transparent;
}
body.cl-details #zoom1 {
  margin-top: 24px;
}
body.cl-details .details-col-middle {
  margin-left: -15px;
}
body.cl-details #productTitle {
  position: relative;
  z-index: 17;
  padding-right: 30px;
  font-family: 'Lato';
  font-weight: 700 !important;
  font-size: 16px !important;
  margin-top: 25px;
}
body.cl-details .size_avalible {
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 18px;
}
body.cl-details .size_avalible span {
  margin-left: 20px;
  font-size: 11px;
}
body.cl-details #productShortdesc {
  width: 358px;
  font-size: 12px;
  margin-bottom: 10px;
  font-family: 'Lato';
  color: #999;
  margin-top: 51px;
  line-height: 16px;
}
body.cl-details #variants .dropdown-wrapper {
  margin-bottom: 5px;
  display: none;
}
body.cl-details .shortDescription {
  clear: both;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Lato';
  color: #999;
  padding-right: 29px;
}
body.cl-details #variants,
body.cl-details #variants label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 9px;
  color: #999;
}
body.cl-details a.actionLink {
  color: #333;
  border: 1px solid #333;
  display: inline-block;
  padding: 1px 12px 4px 10px;
  margin: 0 !important;
  float: left;
  cursor: pointer;
}
body.cl-details a.actionLink:first-of-type {
  border-right: 0;
}
body.cl-details a.actionLink:hover {
  color: #ffffff;
  background-color: #333;
}
body.cl-details a.actionLink span.buttontext {
  padding-top: 3px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  margin-left: 6px;
}
body.cl-details .details-col-left .picture img {
  margin-top: 20px;
  margin-left: -20px;
}
body.cl-details .details-col-right {
  border-left: 0 !important;
  padding: 0;
  position: relative;
}
body.cl-details a.overviewLink {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #333;
  margin-top: 20px;
  position: absolute;
  top: -34px;
  left: 32px;
  width: 165px;
}
body.cl-details a.overviewLink i{
  font-size: 16px;
  position: absolute;
  top: -1px;
  left: -20px;
}
body.cl-details .bprice {
  float: left;
  width: 170px;
  background-color: #fff;
  border: 1px solid #f1a5a7;
  padding: 12px 0 20px;
  text-align: center;
  margin-top: 23px;
  margin-left: 18px;
}
body.cl-details p.oldPrice {
  margin-top: -13px;
}
body.cl-details #productPrice span.text-danger {
  display: none;
}
body.cl-details .for_hover_price {
  width: 172px;
  height: 43px;
  background-color: transparent;
  opacity: 0.5;
  position: absolute;
  left: 17px;
  bottom: 28px;
}
body.cl-details .for_hover_price:hover + .bprice {
  border-color: #333;
}
body.cl-details .for_hover_price:hover + .bprice + .blink {
  background-color: #333;
  color: #fff;
}
body.cl-details #productPrice span {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}
body.cl-details del {
  text-decoration: line-through;
  font-weight: normal;
  color: #f0a6a6;
}
body.cl-details .prodvendor {
  color: #999;
  font-size: 11px;
  margin-top: -5px;
  text-align: center;
  text-transform: uppercase;
}
body.cl-details .blink {
  background-color: #f1a5a7;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 18px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
}
body.cl-details .blink:hover {
  background-color: #333;
}
body.cl-details .blink a {
  color: #fff;
  text-decoration: none !important;
  display: block;
  width: 169px;
  height: 22px;
  cursor: pointer;
}

body.cl-details .blink:hover ~ .bprice {
  border: none;
}
body.cl-search #boxwrapper_searchList {
   padding-top: 45px;
}
body.cl-details .blink .fa-chevron-right::before {
  font-size: 8px;
  padding-left: 5px;
  position: relative;
  top: -2px;
  color: #ffffff !important;
}
body.cl-details .details-col-right .blink:hover ~ .bprice {
  border: none;
}
body.cl-details .selectorsBox .selectbox {
  display: none;
}
body.cl-details .detailsInfo .detailslogan {
  color: #f0a6a6;
  font-family: "Caveat", cursive;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  position: absolute;
  top: 351px;
  right: -28px;
}
body.cl-details #tocats .shareicons {
  float: right;
}
body.cl-details .shareicons {
  text-align: right;
  margin-top: 13px;
  margin-bottom: 24px;
}
body.cl-details .outfitbuttons span.dcof-icon {
  margin-right: 2px;
}
body.cl-details .fa-facebook:before {
  color: #ffffff;
  font-weight: 700;
}
body.cl-details .shareicons a .dcof-icon {
  font-size: 15px;
  background-color: #333;
  color: #fff;
  margin-right: 2px;
  padding: 6px;
}
body.cl-details .shareicons a.googleplus span {
  padding: 6px 9px;
}
body.cl-details .shareicons a:hover .dcof-icon {
  background-color: #f2a6a5;
}
body.cl-details .shareicons a .dcof-icon i {
  color: #ffffff;
  font-weight: 800 !important;
}
body.cl-details .outfitbuttons span.dcof-icon {
  font-size: 16px;
  display: inline-block;
  margin-top: 4px;
  float: left;
  margin-right: 7px;
}
body.cl-details .icon-google:before {
 /** content: "g"; */
  font-size: 15px;
}
body.cl-details #shareicons {
  position: absolute;
  top: 374px;
  right: -32px;
}
body.cl-start a.actionLink,
body.cl-details a.actionLink {
  color: #333;
  position: relative;
  top: 33px;
}
body.cl-details a.actionLink:hover {
  background-color: #333;
}
body.cl-details a.actionLink:hover span {
  color: #fff;
}
body.cl-details #mainSl {
  max-width: 495px;
  margin: 20px auto;
}
body.cl-start .boxwrapper .list-container .gridView .productBox .picture ,
body.cl-details .boxwrapper .list-container .gridView .productBox .picture {
  border-bottom: 0;
}
body.cl-start .listDetails ,
body.cl-details .listDetails {
  margin-top: 12px;
}
body.cl-start .lead.text-nowrap ,
body.cl-details .lead.text-nowrap {
  font-size: 13px;
  font-weight: bold;
}
body.cl-start .old_price_vorher ,
body.cl-details .old_price_vorher {
  position: absolute;
  left: 146px;
  top: 235px;
  color: #f2a6a5;
  font-family: "Caveat", cursive;
  font-size: 15px;
  font-weight: 400;
}
body.cl-details .sl_title,
body.cl-details .sl_desc {
  text-align: center;
}
body.cl-start .brand ,
body.cl-details .brand {
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase;
  clear: left;
  margin-top: 1px;
}
body.cl-start .title ,
body.cl-details .title {
  margin-top: 7px;
  min-height: 38px;
}
body.cl-start a.for_zum_shop,
body.cl-details a.for_zum_shop {
  width: 100px;
  border: 1px solid #333;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 18px;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
body.for_zum_shop a.for_zum_shop:hover ,
body.cl-details a.for_zum_shop:hover {
  color: inherit;
  background-color: #fff;
}
body.for_zum_shop #cross .productData:hover .content a.for_zum_shop ,
body.cl-details #cross .productData:hover .content a.for_zum_shop {
  visibility: visible;
  -webkit-animation: fade 1s;
          animation: fade 1s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.cl-details .arrow_left_carousel {
  color: #000;
  position: absolute;
  top: 157px;
  left: 20px;
  font-size: 26px;
  opacity: 0;
  background-color: #F0F0F0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 100;
  padding-top: 7px;
  z-index: 10000;
  cursor: pointer;
}
body.cl-details .arrow_right_carousel {
  color: #000;
  position: absolute;
  top: 157px;
  right: -40px;
  font-size: 26px;
  opacity: 0;
  background-color: #F0F0F0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 100;
  padding-top: 7px;
  padding-left: 5px;
  z-index: 10000;
  cursor: pointer;
}
body.cl-start .listDetails .btn-group > .btn:first-child ,
body.cl-details .listDetails .btn-group > .btn:first-child {
  color: #333;
  padding: 5px 17px;
  border: 1px solid #ffdddd;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 19px;
  position: relative;
}
body.cl-start .listDetails .btn-group > .btn:first-child:hover ,
body.cl-details .listDetails .btn-group > .btn:first-child:hover {
  color: #fff;
  background-color: #f2a6a5;
}
body.cl-details .page-header {
  display: none;
}
body.cl-details .pricebox {
  display: none;
}
body.cl-details #relProducts h3 {
  width: 321px;
  background: #fff none repeat scroll 0 0;
  color: #f0a6a6;
  font-family: "Caveat", cursive;
  font-size: 28px;
  font-weight: 400;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  text-transform: none;
  position: relative;
  top: -45px;
}
body.cl-details ul#topsellerslider li .links .to_details {
  border: 1px solid #ffdddd;
  color: #333;
  margin: 5px auto;
  padding: 4px 10px 3px;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
  letter-spacing: 0.7px;
  font-size: 11px;
  background-color: red;
}
body.cl-start ul#topsellerslider li .links .to_details:active ,
body.cl-details ul#topsellerslider li .links .to_details:active {
  background-color: transparent;
}
body.cl-start ul#topsellerslider li .prodtitel .price ,
body.cl-details ul#topsellerslider li .prodtitel .price {
  color: #333;
  font-family: "Lato";
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
body.cl-details ul#topsellerslider li .prodtitel,
body.cl-start ul#topsellerslider li .prodtitel,
body.cl-details ul#topsellerslider li .links ,
body.cl-start ul#topsellerslider li .links {
  margin: 10px 30px 0 40px;
}
body.cl-details ul#topsellerslider li .links .to_details:hover ,
body.cl-start ul#topsellerslider li .links .to_details:hover {
  background-color: #f0a6a7;
  border-color: #f0a6a7;
  color: #fff;
}
body.cl-details .detailsRelated {
  clear: both;
  padding-top: 28px;
  border-top: 1px solid #ccc;
  margin-top: 144px;
}
body.cl-details #boxwrapper_cross {
  margin-top: -15px;
}
body.cl-details .boxwrapper .list-container .gridView .productBox .price .lead {
  font-weight: 700;
  font-size: 13px;
}
body.cl-start .text-muted del ,
body.cl-details .text-muted del {
  position: absolute;
  left: 181px;
  color: #f2a6a5;
  font-family: "Caveat", cursive;
  font-size: 15px;
  font-weight: 400;
}
body.cl-details #page {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
body.cl-details #tocats .shareicons {
  float: right;
}
body.cl-details .shareicons {
  text-align: right;
  margin-top: 13px;
  margin-bottom: 24px;
}
body.cl-details .details .outfitbuttons span.dcof-icon {
  margin-right: 2px;
}
body.cl-details .listProductLink {
  height: 165px;
}
body.cl-details .overlay_wrapper {
  height: 165px !important;
  width: 165px !important;
}
body.cl-details .simplemodal-overlay {
  background-color: #000;
}
body.cl-details .simplemodal-wrap {
  background-color: #fff;
}
body.cl-details a.actionLink {
  cursor: pointer;
  color: #f0a6a6;
}
body.cl-details a.actionLink:hover {
  color: #d58282;
}
body.cl-details .actionLink .dcof-icon {
  font-size: 16px;
}
body.cl-details .contenthover {
  margin-top: 60px;
  display: inline-block;
}
body.cl-details .contenthover a.actionLink {
  color: #000;
  display: inline-block;
  padding: 2px;
  width: 16px;
  overflow: hidden;
  height: 16px;
  /* border-radius: 5px;*/
  text-align: left;
  float: left;
  clear: left;
  /* Transition */
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media (max-width: 1050px) {
  body.cl-details .container-fluid {
    max-width: 800px;
  }
  body.cl-details .logo-col {
    margin-bottom: -28px;
  }
  body.cl-details #header .slogan {
    top: -32px;
    right: -38px;
  }
  body.cl-details #header a#registerLink {
    margin-top: 1px;
    margin-bottom: 28px;
  }
  body.cl-details #header #loginBoxOpener {
    margin-top: 7px;
    margin-right: -38px;
  }
  body.cl-details #mainnav {
    width: 100% !important;
  }
  body.cl-details #productShortdesc {
    width: 300px;
  }
  body.cl-details .img-responsive {
    max-width: inherit;
  }
  body.cl-details .details-col-left .picture img {
    margin-left: -68px;
  }
  body.cl-details a.actionLink:first-of-type {
    border-right: 1px solid #333;
    margin-bottom: 10px !important;
    margin-right: -1px !important;
  }
  body.cl-details .detailsRelated {
    margin-top: 88px;
  }
  body.cl-details .boxwrapper .list-container .gridView .productBox .title {
    height: 50px;
  }
  body.cl-details .footergrey .footergrey_sevices_box {
    width: 800px;
  }
  body.cl-details .detailsInfo .detailslogan {
    width: 200px;
  }
  body.cl-details #footer .infotext {
    margin-top: 55px;
  }
}
@media (max-width: 900px) {
  body.cl-details .container-fluid {
    max-width: 700px;
  }
  body.cl-details .logo-col {
    margin-bottom: -28px;
  }
  body.cl-details #header .slogan {
    top: -32px;
    right: -16px;
  }
  body.cl-details #header a#registerLink {
    margin-top: 1px;
    margin-bottom: 28px;
  }
  body.cl-details #header #loginBoxOpener {
    margin-top: 7px;
    margin-right: -17px;
  }
  body.cl-details #mainnav {
    width: 100% !important;
  }
  body.cl-details .for_hover_price {
    width: 154px;
    left: 71px;
  }
  body.cl-details .details-col-middle {
    margin-left: -80px;
  }
  body.cl-details .img-responsive {
    max-width: inherit;
  }
  body.cl-details .details-col-left .picture img {
    width: 250px !important;
    height: 250px !important;
    margin-left: -68px;
  }
  body.cl-details #productShortdesc {
    margin-top: 30px;
  }
  body.cl-details a.overviewLink {
    left: 66px;
  }
  body.cl-details .bprice,
  body.cl-details .blink {
    width: 150px;
    margin-left: 73px;
  }
  body.cl-details a.actionLink:first-of-type {
    border-right: 1px solid #333;
    margin-right: -1px !important;
    margin-top: -30px !important;
  }
  body.cl-details .detailsInfo .detailslogan {
    top: 389px;
    right: -109px;
  }
  body.cl-details #shareicons {
    top: 411px;
    right: -114px;
  }
  body.cl-details .detailsRelated {
    margin-top: 88px;
  }
  body.cl-details .arrow_left_carousel,
  body.cl-details .arrow_right_carousel {
    bottom: 209px;
  }
  body.cl-details .arrow_right_carousel {
    right: -11px;
  }
  body.cl-details .footergrey .footergrey_sevices_box {
    width: 700px;
  }
  body.cl-details #footer .infotext {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  body.cl-details .container-fluid {
    width: 545px;
  }
  body.cl-details .logo-col {
    float: none;
    margin: 20px auto;
  }
  body.cl-details #header {
    padding-top: 0;
  }
  body.cl-details #header a#registerLink {
    margin-top: 50px;
  }
  body.cl-details #header #loginBoxOpener {
    margin-top: 55px;
  }
  body.cl-details #header .search-col {
    width: 259px;
  }
  body.cl-details #header .slogan {
    top: 6px;
    left: 95px;
    width: 315px;
  }
  body.cl-details #header .search-col {
    width: 344px;
    margin-bottom: 20px;
  }
  body.cl-details .details-col-left .picture img {
    margin: 10px auto;
  }
  body.cl-details .details-col-middle {
    margin: auto;
  }
  body.cl-details #variants {
    margin-bottom: 20px;
  }
  body.cl-details .bprice,
  body.cl-details .blink {
    width: 200px;
    margin-left: 167px;
  }
  body.cl-details .bprice {
    margin-top: 0;
  }
  body.cl-details .for_hover_price {
    width: 204px;
    left: 165px;
  }
  body.cl-details a.overviewLink {
    left: 0;
    right: 0;
    margin: auto;
  }
  body.cl-details a.actionLink:first-of-type {
    border-right: 1px solid #333;
    margin-right: -1px !important;
    margin-top: 0 !important;
  }
  body.cl-details a.actionLink {
    position: relative;
    top: 250px;
    left: 102px;
  }
  body.cl-details #productShortdesc {
    width: 100%;
  }
  body.cl-details #registerLink {
    margin-left: 0;
  }
  body.cl-details #mainnav {
    width: 545px !important;
  }
  body.cl-details .text-muted {
    margin-left: 7px;
  }
  body.cl-details .start_topseller,
  body.cl-details #wrapper,
  body.cl-details .start_topnews img {
    width: 545px;
  }
  body.cl-details #wrapper {
    margin: auto;
  }
  body.cl-details #content {
    overflow: hidden;
  }
  body.cl-details .detailsInfo .detailslogan {
    right: 212px;
    top: 245px;
  }
  body.cl-details #shareicons {
    right: 211px;
    top: 260px;
  }
  body.cl-details .detailsRelated {
    margin-top: 180px;
  }
  body.cl-details .arrow_left_carousel {
    bottom: 209px;
    left: 30px;
    z-index: 10000;
  }
  body.cl-details .arrow_right_carousel {
    bottom: 209px;
    right: 30px;
    z-index: 10000;
  }
  body.cl-details #footer .infotext {
    padding: 0;
  }
  body.cl-details .footergrey .footergrey_sevices_box {
    width: 545px;
  }
  body.cl-details .footergrey .footergrey_sevices_box ul.services {
    width: 500px;
  }
  body.cl-details .footergrey .footergrey_sevices_box ul.list li {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  body.cl-details .container-fluid {
    width: 345px;
  }
  body.cl-details .logo-col {
    margin: 20px auto;
  }
  body.cl-details #header {
    padding-top: 0;
  }
  body.cl-details #header a#registerLink {
    margin-top: 50px;
  }
  body.cl-details #header #loginBoxOpener {
    margin-top: 55px;
  }
  body.cl-details #header .search-col {
    width: 329px;
  }
  body.cl-details #header .slogan {
    left: 47px;
  }
  body.cl-details #productShortdesc {
    width: 96%;
  }
  body.cl-details #variants {
    margin-bottom: 20px;
  }
  body.cl-details .bprice,
  body.cl-details .blink {
    width: 200px;
    margin-left: 67px;
  }
  body.cl-details .bprice {
    margin-top: 0;
  }
  body.cl-details .for_hover_price {
    left: 65px;
  }
  body.cl-details a.overviewLink {
    left: 0;
    right: 0;
    margin: auto;
  }
  body.cl-details a.actionLink {
    position: relative;
    top: 250px;
    left: 8px;
  }
  body.cl-details #registerLink {
    margin-left: 0;
  }
  body.cl-details #mainnav {
    width: 345px !important;
  }
  body.cl-details .text-muted {
    margin-left: 7px;
  }
  body.cl-details .start_topseller,
  body.cl-details #wrapper,
  body.cl-details .start_topnews img {
    width: 345px;
  }
  body.cl-details #content {
    overflow: hidden;
  }
  body.cl-details .detailsInfo .detailslogan {
    right: 112px;
    top: 245px;
  }
  body.cl-details #shareicons {
    right: 111px;
    top: 260px;
  }
  body.cl-details .detailsRelated {
    margin-top: 180px;
  }
  body.cl-details .arrow_left_carousel {
    bottom: 209px;
    left: 40px;
  }
  body.cl-details .arrow_right_carousel {
    bottom: 209px;
    right: 40px;
  }
  body.cl-details #footer .infotext {
    padding: 0;
    border-bottom: 0;
  }
  body.cl-details .footergrey .footergrey_sevices_box {
    width: 400px;
  }
  body.cl-details .footergrey .footergrey_sevices_box ul.services {
    width: 400px;
  }
}
@media (max-width: 420px) {
  body.cl-details .container-fluid {
    width: 300px;
  }
  body.cl-details .row {
    overflow: hidden;
  }
  body.cl-details .logo-col {
    margin: 20px auto;
    width: 205px;
  }
  body.cl-details #header {
    padding-top: 0;
  }
  body.cl-details #header a#registerLink {
    margin-top: 70px;
  }
  body.cl-details #header #loginBoxOpener {
    margin-top: 77px;
  }
  body.cl-details #header .search-col {
    width: 258px;
  }
  body.cl-details #header .slogan {
    left: 50px;
    width: 200px;
    text-align: center;
  }
  body.cl-details .breadcrumb > li + li:before {
    padding: 0 2px;
  }
  body.cl-details #productShortdesc {
    width: 96%;
  }
  body.cl-details #variants {
    margin-bottom: 20px;
  }
  body.cl-details .bprice,
  body.cl-details .blink {
    width: 200px;
    margin-left: 47px;
  }
  body.cl-details .bprice {
    margin-top: 0;
  }
  body.cl-details .for_hover_price {
    left: 45px;
    bottom: 186px;
  }
  body.cl-details a.overviewLink {
    left: 0;
    right: 0;
    margin: auto;
  }
  body.cl-details a.actionLink {
    top: 260px;
    left: 8px;
    z-index: 10000;
  }
  body.cl-details a.actionLink span.buttontext {
    font-size: 10px;
  }
  body.cl-details #registerLink {
    margin-left: 0;
  }
  body.cl-details #mainnav {
    width: 300px !important;
  }
  body.cl-details .text-muted {
    margin-left: 7px;
  }
  body.cl-details .start_topseller,
  body.cl-details #wrapper,
  body.cl-details .start_topnews img {
    width: 300px;
  }
  body.cl-details #content {
    overflow: hidden;
  }
  body.cl-details .details-col-right {
    height: 350px;
  }
  body.cl-details .detailsInfo .detailslogan {
    right: 88px;
    top: 275px;
  }
  body.cl-details #shareicons {
    right: 87px;
    top: 290px;
  }
  body.cl-details .detailsRelated {
    margin-top: 30px;
  }
  body.cl-details #relProducts h3 {
    width: 290px;
    font-size: 22px;
  }
  body.cl-details .footergrey {
    height: auto;
  }
  body.cl-details #footer .slogan {
    width: 200px;
    margin: 50px auto 0;
  }
  body.cl-details .footergrey .footergrey_sevices_box {
    width: 300px;
  }
  body.cl-details .footergrey .footergrey_sevices_box ul.services {
    width: 300px;
  }
}
body.cl-newsletter .bootstrap-select.btn-group .dropdown-toggle .caret {
  display: none;
}
body.cl-newsletter .for_frau_her {
  position: absolute;
  top: 0px;
  left: 76px;
  font-size: 18px;
}
body.cl-newsletter .breadcrumb {
  margin-left: -30px;
}
body.cl-newsletter .viewnewletterbg {
  background-image: url(../../img/bg_newsletter.jpg);
  background-repeat: no-repeat;
  background-size: 980px 531px;
  padding-left: 77px;
}
body.cl-newsletter #content .page-header:first-child {
  margin-top: 54px;
}
body.cl-newsletter .viewnewletterbg + h1,
body.cl-newsletter .viewnewletterbg + h1 + article {
  display: none;
}
body.cl-newsletter h1.page-header {
  color: #333;
  font-family: "Caveat", cursive;
  font-size: 47px;
  font-weight: 400;
  line-height: 46px;
  text-transform: none;
  border-bottom: 0;
}
body.cl-newsletter h1.newsletter_h1 {
  width: 405px;
  letter-spacing: 0.7px;
}
body.cl-newsletter .nl_text {
  letter-spacing: 0.1em;
  padding: 6px 0 0 0;
  width: 357px;
  font-size: 13px;
  margin-bottom: 35px;
  line-height: 17px;
}
body.cl-newsletter button .dropdown-toggle {
  width: 80px;
  margin-top: 400px;
}
body.cl-newsletter .show-tick > button {
  width: 80px !important;
  height: 22px;
  padding-right: 25px;
  padding-left: 8px;
  font-size: 12px;
  text-transform: uppercase;
  top: -4px;
}
body.cl-newsletter .open ul.inner {
  width: 80px;
  border-bottom: 1px solid #ccc !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.cl-newsletter .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
  font-size: 12px;
}
body.cl-newsletter .dropdown-menu > li > a {
  padding: 3px 8px;
  line-height: 11px;
  text-transform: uppercase;
  font-size: 12px;
  height: 19px;
}
body.cl-newsletter .dropdown-menu > li > a:hover span {
  color: #fff;
}
body.cl-newsletter .btn-group:active .btn:first-child {
  margin-left: 0;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.cl-newsletter .btn-default:active,
body.cl-newsletter .btn-default.active,
body.cl-newsletter .open > .dropdown-toggle.btn-default {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #ccc;
}
body.cl-newsletter .bootstrap-select.btn-group .dropdown-menu {
  min-width: 80px;
}
body.cl-newsletter .bootstrap-select > .dropdown-toggle:active {
  background-color: inherit;
  border-color: inherit;
}
body.cl-newsletter .form-control {
  width: 196px;
  height: 31px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 10px;
}
body.cl-newsletter .show-tick {
  width: 80px;
  height: 18px;
  margin-left: -10px !important;
}
body.cl-newsletter .form-group {
  margin-bottom: 8px;
}
body.cl-newsletter p.alert,
body.cl-newsletter .checkbox-inline {
  display: none;
}
body.cl-newsletter button#newsLetterSubmit {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
  height: 30px;
  text-align: left;
  width: 196px;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  padding: 0 10px 1px 10px;
  text-transform: uppercase;
  margin-top: -20px;
}
body.cl-newsletter #newsLetterSubmit i {
  font-size: 16px;
  line-height: 27px;
  margin-left: 40px;
  position: absolute;
  bottom: 1px;
  z-index: 10000;
}
body.cl-newsletter button#newsLetterSubmit:hover {
  color: #ffffff;
  background-color: #333;
}
body.cl-newsletter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 12px !important;
  margin-top: 1px;
}
body.cl-newsletter .form-group input:focus {
  border-color: #ccc;
}
body.cl-newsletter .form-group input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  font-weight: 200;
  margin-left: 40px !important;
}
body.cl-newsletter .form-group input:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  font-weight: 200;
  margin-left: 40px !important;
}
body.cl-newsletter .form-group input::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  font-weight: 200;
  margin-left: 40px !important;
}
body.cl-newsletter .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  background-color: transparent !important;
}
body.cl-newsletter .btn-default:focus {
  border-color: #ccc;
}
body.cl-newsletter button#newsLetterSubmit:hover i {
  color: #fff;
}
body.cl-newsletter .form-horizontal .control-label {
  display: none;
}
body.cl-newsletter .col-lg-offset-2 {
  margin-left: 0;
}
body.cl-newsletter p#for_newsletter_abbestellen {
  color: #999;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 0;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  position: absolute;
  top: -69px;
  left: 75px;
}
body.cl-newsletter p#for_newsletter_abbestellen + h2 {
  color: #333;
  font-family: "Caveat", cursive;
  font-size: 63px;
  font-weight: 400;
  margin: 104px 0 3px 38px;
}
body.cl-newsletter p#for_newsletter_abbestellen + h2 + p {
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 77px;
}
body.cl-newsletter .newsletterfooter {
  display: none;
}
body.cl-newsletter #newsletter_footer_left {
  background-image: url(../../img/bg_newsletter_footer.jpg);
  background-repeat: no-repeat;
  float: left;
  margin: 0;
  width: 480px;
  height: 275px;
  margin-top: 91px;
  margin-left: -62px;
}
body.cl-newsletter #newsletter_footer_right {
  float: left;
  padding: 145px 0 0 87px;
  width: 373px;
  letter-spacing: 0.7px;
}
body.cl-newsletter #newsletter_footer_right h2 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 21px;
  font-size: 13px;
}
body.cl-newsletter #newsletter_footer_right p {
  margin-bottom: 30px;
  line-height: 15px;
  letter-spacing: 0.3px;
}
body.cl-newsletter #newsletter_footer_right a {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
body.cl-newsletter #newsletter_footer_right a:hover {
  background-color: #333;
  color: #fff;
}
body.cl-newsletter #newsletter_footer_right div.slogan {
  float: right;
  font-family: "Caveat", cursive;
  font-size: 18px;
  position: relative;
  right: 2px;
  top: 42px;
  color: #999;
}
body.cl-newsletter .viewnewletterbg .dropdown-menu {
  top: 15px;
  width: 80px;
  padding: 0;
  border-bottom: 0;
  left: 10px;
}
body.cl-newsletter #footer .infotext {
  display: none;
}
body.cl-contact .underdog .dropdown-menu {
  top: 16px;
  width: 80px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  left: 10px;
}
body.cl-contact .main-row {
  margin-left: -44px;
}
body.cl-contact .contact_right {
  margin-left: -13px;
  padding-right: 0;
}
body.cl-contact .pull-right {
  float: left !important;
}
body.cl-contact h1.page-header {
  display: none;
}
body.cl-contact .text-muted {

}
body.cl-contact .content-box .col-xs-12 {
  padding-left: 0;

}body.cl-contact .content-box .pull-left {
  padding-left: 0;

}
body.cl-contact h2.page-header {
  border-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  color: #333;
  text-transform: uppercase;
  padding: 9px 10px 7px 0;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.7px;
}
body.cl-contact .show-tick {
  height: 4px !important;
  margin-left: -10px !important;
}
body.cl-contact .show-tick > button {
  width: 80px !important;
  padding: 3px 25px 0 8px;
  text-transform: uppercase;
}
body.cl-contact .form-horizontal {
  margin-top: 10px;
}
body.cl-contact .dropdown-menu > li > a:hover span {
  color: #fff;
}
body.cl-contact .bootstrap-select.btn-group .dropdown-menu {
  min-width: 80px;
}
body.cl-contact .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
}
body.cl-contact .dropdown-menu > li > a {
  padding: 3px 8px;
  line-height: 11px;
  text-transform: uppercase;
  font-size: 12px;
}
body.cl-contact .form-control {
  width: 250px;
  height: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 10px;
}
body.cl-contact .form-control:focus {
  border-color: #ccc;
}
body.cl-contact .form-group {
  margin-bottom: 8px;
}
body.cl-contact .help-block {
  margin-top: 0;
  margin-bottom: 0;
}
body.cl-contact .btn-primary {
  width: 250px;
  height: 32px;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 0 10px 1px 40px;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
body.cl-contact .btn-primary i {
  font-size: 16px;
  line-height: 27px;
  margin-left: 40px;
  position: absolute;
  bottom: 2px;
}
body.cl-contact .btn-primary:hover {
  color: #fff;
  background-color: #333;
}
body.cl-contact .btn-primary:hover i {
  color: #fff;
}
body.cl-contact .input-group-addon {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-right: 15px;
}
body.cl-contact .verify .req {
  padding-top: 0 !important;
}
body.cl-contact .verify .form-control {
  width: 165px;
  height: 18px;
  margin-left: 5px;
}
body.cl-contact .verify .form-control:focus {
  border-color: #ccc;
}
body.cl-contact .verify {
  margin-bottom: 16px;
}
body.cl-contact .breadcrumb {
  padding: 11px 0;
}
body.cl-contact .alert {
  padding: 6px;
  margin-bottom: -31px;
  border: 0;
  border-radius: 0;
  width: 140px;
  font-size: 12px;
  line-height: 10px;
}
body.cl-contact .alert-info {
  color: #333;
  background-color: transparent;
}
body.cl-contact p.alert {
  margin-left: -135px;
}
body.cl-contact #sidebar {
  margin-top: 13px;
}
body.cl-contact #sidebar .cat-tree a {
  font-size: 13px;
  color: #434343;
  display: block;
  padding: 5px 5px 5px 0;
  line-height: 11.8px;
}
body.cl-contact #sidebar .cat-tree a:hover {
  color: #f2a6a5;
  background-color: transparent;
}
body.cl-contact #sidebar .cat-tree a .nav-pills > li.active > a,
body.cl-contact #sidebar .cat-tree a .nav-pills > li.active > a:hover,
body.cl-contact #sidebar .cat-tree a .nav-pills > li.active > a:focus {
  color: #434343;
  background-color: transparent !important;
}
body.cl-contact .nav-pills > li.active > a,
body.cl-contact .nav-pills > li.active > a:hover,
body.cl-contact .nav-pills > li.active > a:focus {
  color: #434343;
  background-color: transparent;
}
body.cl-contact .btn-default:active,
body.cl-contact .btn-default:focus,
body.cl-contact .btn-default:visited,
body.cl-contact .btn-default.active,
body.cl-contact .open > .dropdown-toggle.btn-default {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #ccc;
}
body.cl-contact .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  background-color: transparent !important;
}
body.cl-contact .btn-default:focus {
  border-color: #ccc;
}
body.cl-contact textarea {
  height: 100px !important;
  padding-top: 5px;
}
body.cl-contact textarea:focus {
  border-color: #ccc;
}
body.cl-contact #footer ul.fotterlinks li.newsletter a {
  border-right: 1px solid #333;
  margin-right: 9px;
}
body.cl-contact #footer .infotext {
  display: none;
}
body.cl-contact .form-horizontal .control-label {
  text-align: left;
  margin-bottom: 0;
  padding-top: 16px;
}
@media (max-width: 1050px) {
  body.cl-contact .main-row {
    margin-left: 0px;
    overflow: hidden;
  }
  body.cl-contact .breadcrumb {
    padding: 11px 16px;
  }
}
@media (max-width: 996px) {
  body.cl-contact .container,
  body.cl-contact .footergrey .footergrey_sevices_box,
  body.cl-contact #navmenu,
  body.cl-contact #recommendationsLists.outfits {
    width: 725px;
    overflow: hidden;
  }
  body.cl-contact #mainnav {
    width: 725px !important;
    padding: 0;
  }
  body.cl-contact #mainnav .nav > li > a {
    color: #333;
    font-size: 12px;
    letter-spacing: 0.5px;
    height: 39px;
    margin-right: 0;
  }
  body.cl-contact .contact_right {
    margin-left: 0;
  }
  body.cl-contact .search-col {
    width: 354px;
  }
  body.cl-contact #content .page-header:first-child {
    margin-top: -28px;
  }
}
@media (max-width: 767px) {
  body.cl-contact .contact_right {
    margin-left: 0;
    padding: 0 20px;
  }
}
.well {
  min-height: 20px;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  background-color: transparent;
}
body.marken #sidebar {
  width: 980px;
}
body.marken .page-header h1 {
  display: none;
}
body.marken li {
  list-style-type: none;
}
body.marken ul.tree li.first {
  font-size: 32px;
  font-weight: 400;
  float: left;
  width: 100px;
  display: inline;
  padding-left: 0;
}
body.marken ul.tree .lev1 li {
  float: left;
  width: 290px;
  display: inline;
}
body.marken ul.tree .lev1 li a {
  line-height: 23px;
}
body.marken ul.tree .lev1 li a:hover {
  color: #f2a6a5;
}
body.marken ul.tree li.first {
  float: left;
  width: 100px;
  display: inline;
  margin-top: -16px;
}
body.marken ul.tree li.lastmarke {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #c5c5c5;
  width: 980px;
}
body.marken ul.tree li.exp ul > li > ul {
  margin-left: 0;
  width: 1000px;
}
body.marken .tree ul.abc_links {
  border-style: none none solid;
  border-color: #c5c5c5;
  border-width: 0 0 1px;
  margin: 29px 0 28px;
  padding: 0;
  height: 48px;
}
body.marken .tree ul.abc_links li {
  padding: 5px 0 0 0;
  height: 45px;
  width: 35px;
  color: #434343;
  text-align: center;
  display: inline-block;
}
body.marken .tree ul.abc_links li a {
  font-weight: bold;
  color: #434343;
}
body.cl-alist.marken .main-row {
  margin-bottom: -37px;
}
body.cl-alist.sale .active > a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 10px !important;
  color: #333 !important;
  letter-spacing: 0.7px;
  cursor: default;
}
body.cl-alist .logo-col {
  margin-left: -14px;
}
body.cl-alist a {
  color: inherit;
}
body.cl-alist #wrapper {
  margin-left: -27px;
}
body.cl-alist .page-header {
  margin: 40px 0 4px;
}
body.cl-alist .alist .nav > li > a:hover,
body.cl-alist .alist .nav > li > a:focus,
body.cl-alist .alist .nav-pills > li.active > a {
  text-decoration: none;
  background-color: transparent;
  color: #f2a6a5;
}
body.cl-alist .alist .nav > li > a {
  position: relative;
  display: block;
  padding: 5px 5px 5px 0;
  line-height: 12px;
  margin-left: 0;
}
body.cl-alist .alist .nav-pills > li a i {
  display: none;
}
body.cl-alist .alist .nav-pills > li a[title="Damenmode"] {
  margin-left: 0;
  margin-top: 8px;
  font-weight: 700;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 12px;
  color: #333;
  letter-spacing: 0.7px;
}
body.cl-alist .alist .nav-pills > li a .nav-pills > li.active > ul.nav-stacked > li > a {
  margin-left: 20px;
}
body.cl-alist .alist li.exp ul > li > ul {
  margin-left: 20px;
}
@media (min-width: 992px) {
  body.cl-alist .alist #sidebar .box.well .page-header {
    display: none;
  }
}
body.cl-alist .main-row {
  margin-left: -17px;
}
body.cl-alist .page-header h1 {
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  color: #333;
  text-transform: uppercase;
  padding: 9px 10px 0 0;
  overflow: hidden;
  margin-top: 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  letter-spacing: 0.7px;
}
body.cl-alist .for_sortieren_nach_btn {
  border: none;
}
body.cl-alist .open > .dropdown-toggle.btn-default:focus {
  background-color: inherit;
}
body.cl-alist .productBox {
  padding: 0;
}
body.cl-alist .for_s_n {
  color: #333;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 10px;
  letter-spacing: 0.7px;
  display: inline;
}
body.cl-alist .btn-group.open .dropdown-toggle {
  background-color: inherit;
  border-color: #E7E7E7;
}
body.cl-alist .for_wahlen {
  border: 1px solid #E7E7E7;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  width: 182px;
  position: absolute;
  text-align: left;
}
body.cl-alist .for_wahlen:visited,
body.cl-alist .for_wahlen:active,
body.cl-alist .for_wahlen:focus,
body.cl-alist .for_wahlen:hover {
  background-color: inherit;
  border-color: #E7E7E7 !important;
}
body.cl-alist .btn-group > .btn:first-child {
  background-color: inherit;
}
body.cl-alist .for_dropdown_styles {
  top: 24px;
  left: 124px;
  width: 182px;
  border-top: none;
  border-left-color: #E7E7E7;
  border-right-color: #E7E7E7;
  padding: 0;
  padding-bottom: 10px;
}
body.cl-alist .for_dropdown_styles > li > a:hover,
body.cl-alist .for_dropdown_styles > li > a:focus {
  background-color: inherit;
  color: inherit;
}
body.cl-alist .for_dropdown_styles i {
  display: none;
}
body.cl-alist ul.for_dropdown_styles > li > a {
  padding: 3px 0;
  line-height: 18px;
  border-bottom: 1px solid #E7E7E7;
  margin-left: 12px;
  margin-right: 12px;
}
body.cl-alist ul.for_dropdown_styles > li:first-child > a {
  border-top: 1px solid #E7E7E7;
}
body.cl-alist .for_i_sortieren_nach {
  font-size: 16px;
  font-weight: 500;
  margin-left: 79px;
}
body.cl-alist i.for_i_sortieren_nach {
  position: absolute;
  top: 5px;
  right: 15px;
}
body.cl-alist .pagination-sm > li > a,
body.cl-alist .pagination-sm > li:first-child > span,
body.cl-alist .pagination > .disabled > span {
  border: 1px solid #e7e7e7;
  font-size: 12px;
  height: 25px;
  padding: 4px 9px;
  margin: 1px;
}
body.cl-alist .pagination > .active > a,
body.cl-alist .pagination > .active > span,
body.cl-alist .pagination > .active > a:hover,
body.cl-alist .pagination > .active > span:hover,
body.cl-alist .pagination > .active > a:focus,
body.cl-alist .pagination > .active > span:focus {
  background: #434343;
  color: #fff;
  border: inherit;
  cursor: pointer;
}
body.cl-alist .pagination-sm > li > a:hover {
  background: #434343;
  color: #fff;
}
body.cl-alist .pagination-sm > li > a:hover i {
  color: #fff;
}
body.cl-alist .right_side_arr_left {
  font-size: 16px;
  line-height: 10px;
  font-weight: 600;
}
body.cl-alist .pagination-sm > li:first-child > span {
  display: none;
}
body.cl-alist .right_side_arr_right {
  font-size: 16px;
  line-height: 13px;
  font-weight: 600;
}
body.cl-alist .picture img {
  width: 230px;
  height: 230px;
  margin: auto;
}
body.cl-alist .price .content span.lead {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 0;
}
body.cl-alist .oldPrice span.for_vorher {
  position: absolute;
  left: 160px;
  color: #f2a6a5;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  font-weight: 400;
}
body.cl-alist .oldPrice del {
  position: absolute;
  left: 195px;
  color: #f2a6a5;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  font-weight: 400;
}
body.cl-alist .for_von {
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 11px;
}
body.cl-alist .listDetails .title {
  height: 43px;
  padding: 0 10px;
  text-align: center;
}
body.cl-alist a.for_vorschau_button {
  color: #333;
  text-transform: uppercase;
  border: 1px solid #ffdddd !important;
  padding: 3px 18px 4px;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 94px;
  float: none;
  position: static;
}
body.cl-alist a.for_vorschau_button:hover {
  color: #fff;
  border: 1px solid #f0a6a7 !important;
  background-color: #f0a6a7 !important;
}
body.cl-alist .actions .btn-group {
  display: block;
  text-align: center;
}
body.cl-alist a.for_zum_shop {
  width: 105px;
  border: 1px solid #333;
  padding: 5px 18px;
  position: absolute;
  top: 106px;
  left: 50%;
  margin-left: -50px;
  background-color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
body.cl-alist a.for_zum_shop:hover {
  color: inherit;
  background-color: #fff;
}
body.cl-alist .ads {
  height: 79px;
  position: relative;
  margin: 35px 0 0 0;
  padding-left: 10px;
  border-left: 2px solid #0053F9;
}
body.cl-alist .ads .a_ads_1 {
  color: #000;
  font-size: 33px;
  line-height: 52px;
  display: block;
  margin-bottom: -3px;
}
body.cl-alist .ads .a_ads_1:hover,
body.cl-alist .ads .a_ads_2:hover,
body.cl-alist .ads .a_ads_3:hover {
  text-decoration: underline;
}
body.cl-alist .ads .a_ads_2 {
  font-size: 17px;
  line-height: 20px;
  color: #6C6C6C;
}
body.cl-alist .ads .a_ads_3 {
  color: #000000;
  opacity: 0.6;
  font-size: 17px;
  line-height: 20px;
}
body.cl-alist .ads .i_ads_1 {
  color: #0053F9;
  height: 57px;
  line-height: 57px;
  width: 57px;
  font-size: 50px;
  border: 1px solid #0053F9;
  border-radius: 50%;
  text-align: center;
  padding-left: 6px;
  padding-bottom: 57px;
  position: absolute;
  top: -1px;
  left: 574px;
  cursor: pointer;
}
body.cl-alist .ads .i_ads_2 {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -6px;
  right: -16px;
  color: #00AECD;
  background-color: #CDCCCC;
  font-size: 15px;
  text-align: center;
  padding-bottom: 16px;
  padding-left: 1px;
  cursor: pointer;
}
body.cl-alist .ads .i_ads_3 {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 11px;
  right: -16px;
  color: #00AECD;
  background-color: #CDCCCC;
  font-size: 15px;
  text-align: center;
  padding-top: 1px;
  padding-left: 1px;
  cursor: pointer;
}
body.cl-alist .attrcol a.multifilter_reset_icon {
  position: relative;
}
body.cl-alist .for_filter_del {
  color: #fff;
  font-family: "Caveat", cursive;
  font-weight: 700;
  padding: 0 6px 0 4px;
  font-size: 13px;
  background-color: #434343;
  position: absolute;
  top: 1px;
  left: -21px;
}
body.cl-alist #start_texts {
  width: 980px;
  margin: 25px auto -44px auto;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 25px;
          column-gap: 25px;
}
body.cl-alist #start_texts h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
body.cl-alist #start_texts a {
  text-decoration: underline;
  color: inherit;
}
body.cl-alist #productList .productBox:hover a.for_zum_shop {
  visibility: visible;
  -webkit-animation: fade 1s;
          animation: fade 1s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.cl-alist .page-header {
  border-bottom: none;
}
body.cl-alist .listRefine {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  margin-bottom: 52px;
}
body.cl-alist #content {
  margin-left: -13.5px;
  margin-right: -30px;
}
body.cl-alist .sale .attrfilter span {
  color: #f2a6a5;
  font-family: "Caveat", cursive;
  font-size: 17px !important;
  position: relative;
  top: -6px;
  left: -4px;
}
body.cl-alist #start_texts a {
  text-decoration: underline !important;
}
body.cl-alist #start_texts > div {
  font-size: 12px;
}
body.cl-alist #start_texts h1 {
  font-size: 14px;
}
body.cl-alist .sale p.attrfilter input[type="checkbox"] {
  width: 13px;
  opacity: 1;
  top: 2px;
}
body.cl-alist .sale p.attrfilter label {
  background: none !important;
}
@media (max-width: 1050px) {
  body.cl-alist #mainnav,
  body.cl-alist .footergrey .footergrey_sevices_box,
  body.cl-alist #navmenu,
  body.cl-alist .container-fluid,
  body.cl-alist #start_texts {
    width: 720px;
  }
  body.cl-alist #header {
    margin-left: -5px;
  }
  body.cl-alist #header .slogan {
    right: -2px;
  }
  body.cl-alist #header #loginBoxOpener {
    margin-right: -2px;
  }
  body.cl-alist .main-row {
    margin-left: 26px;
  }
  body.cl-alist #mainnav {
    width: 720px !important;
    padding: 0;
  }
  body.cl-alist #content {
    margin-left: 0;
  }
  body.cl-alist .toggleTree {
    color: #cccccc;
    font-size: 24px;
    cursor: pointer;
  }
  body.cl-alist .img-responsive {
    margin: auto;
  }
  body.cl-alist .picture img {
    height: 170px;
  }
  body.cl-alist .oldPrice span.for_vorher {
    left: 117px;
  }
  body.cl-alist .oldPrice del {
    left: 152px;
    width: 42px;
  }
  body.cl-alist a.for_vorschau_button {
    left: 10px;
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  body.cl-alist .logo-col {
    margin-bottom: -29px;
  }
  body.cl-alist #header .slogan {
    margin-top: -28px;
  }
  body.cl-alist #header #loginBoxOpener {
    margin-top: 7px;
  }
  body.cl-alist #header a#registerLink {
    margin-top: 0;
    margin-bottom: 29px;
  }
  body.cl-alist .picture img {
    height: 205px;
  }
  body.cl-alist .oldPrice span.for_vorher {
    left: 220px;
  }
  body.cl-alist .oldPrice del {
    left: 255px;
  }
  body.cl-alist a.for_vorschau_button {
    left: 100px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  body.cl-alist #mainnav,
  body.cl-alist .footergrey .footergrey_sevices_box,
  body.cl-alist #navmenu,
  body.cl-alist #wrapper,
  body.cl-alist .container-fluid,
  body.cl-alist #start_texts {
    width: 100%;
    overflow: hidden;
  }
  body.cl-alist #start_texts {
    padding: 10px;
    -webkit-column-count: 2;
            column-count: 2;
    margin-bottom: 30px;
  }
  body.cl-alist #content {
    overflow: hidden;
    margin: 0;
  }
  body.cl-alist .main-row {
    margin-left: 0;
  }
  body.cl-alist #mainnav {
    width: 550px !important;
  }
  body.cl-alist #header .slogan {
    right: 5px;
  }
  body.cl-alist #header #loginBoxOpener {
    margin-right: 5px;
  }
  body.cl-alist .oldPrice span.for_vorher {
    left: 377px;
  }
  body.cl-alist .oldPrice del {
    left: 413px;
  }
  body.cl-alist a.for_vorschau_button {
    left: 246px;
    margin-bottom: 40px;
  }
  body.cl-alist ul.services li a {
    float: none;
  }
  body.cl-alist .ads .i_ads_1 {
    left: 448px;
  }
  body.cl-alist #footer .infotext {
    margin-top: 30px;
    padding: 0;
  }
  body.cl-alist .footergrey .footergrey_sevices_box {
    width: 545px;
  }
  body.cl-alist .footergrey .footergrey_sevices_box ul.services {
    width: 500px;
  }
  body.cl-alist .footergrey .footergrey_sevices_box ul.list li {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  body.cl-alist #mainnav {
    width: 100% !important;
  }
  body.cl-alist .logo-col {
    margin-left: 117px;
  }
  body.cl-alist #header .search-col {
    padding-right: 0;
    width: 335px;
  }
  body.cl-alist #header .slogan {
    top: 75px;
    left: 57px;
    width: 350px;
  }
  body.cl-alist #header a#registerLink {
    margin-top: 100px;
    margin-right: 15px;
  }
  body.cl-alist #header #loginBoxOpener {
    margin: 107px 0 40px 0;
  }
  body.cl-alist .btn-group > .btn:first-child {
    margin-top: 10px;
  }
  body.cl-alist .for_dropdown_styles {
    top: 34px;
  }
  body.cl-alist .pagination-options .pull-right {
    float: none !important;
  }
  body.cl-alist .price .content span.lead {
    margin-top: 0;
  }
  body.cl-alist .oldPrice span.for_vorher {
    left: 292px;
  }
  body.cl-alist .oldPrice del {
    left: 328px;
  }
  body.cl-alist .listDetails .title {
    height: 42px;
  }
  body.cl-alist a.for_vorschau_button {
    left: 105px;
    margin-bottom: 30px;
  }
  body.cl-alist .ads {
    height: 91px;
  }
  body.cl-alist .ads .i_ads_1 {
    top: 11px;
    left: inherit;
    z-index: 100000;
    right: 8px !important;
  }
  body.cl-alist .ads .i_ads_1 {
    color: #0053F9;
    height: 37px;
    line-height: 37px;
    width: 37px;
    font-size: 30px;
    border: 1px solid #0053F9;
    border-radius: 50%;
    text-align: center;
    padding-left: 4px;
    padding-bottom: 37px;
  }
  body.cl-alist .ads .a_ads_2 {
    display: block;
  }
  body.cl-alist #footer .infotext {
    margin-top: 30px;
    border-bottom: none;
  }
  body.cl-alist .footergrey {
    height: auto;
  }
  body.cl-alist .footergrey .footergrey_sevices_box {
    width: 380px;
  }
  body.cl-alist .footergrey .footergrey_sevices_box ul.services {
    width: 350px;
  }
}
@media (max-width: 430px) {
  body.cl-alist #mainnav,
  body.cl-alist .footergrey .footergrey_sevices_box,
  body.cl-alist #navmenu,
  body.cl-alist .container-fluid,
  body.cl-alist #wrapper {
    overflow: hidden;
  }
  body.cl-alist .container {
    width: 100%;
  }
  body.cl-alist #mainnav {
    width: 100% !important;
  }
  body.cl-alist .logo-col {
    float: none;
    margin: auto;
    width: 238px;
  }
  body.cl-alist #header {
    padding-top: 20px;
  }
  body.cl-alist #header .slogan {
    top: 45px;
    left: 28px;
    width: 216px;
    text-align: center;
  }
  body.cl-alist #header .search-col {
    width: 244px;
    left: 50%;
    margin-left: -155px;
  }
  body.cl-alist #header a#registerLink {
    margin: 70px 10px 21px 0;
  }
  body.cl-alist #header #loginBoxOpener {
    margin: 0;
    margin-top: 77px;
  }
  body.cl-alist .for_dropdown_styles {
    min-width: 0;
    width: 134px;
  }
  body.cl-alist .for_wahlen {
    padding-right: 82px;
  }
  body.cl-alist .start_topseller {
    width: 220px;
  }
  body.cl-alist .oldPrice span.for_vorher {
    left: 244px;
  }
  body.cl-alist .oldPrice del {
    left: 50%;
    margin-left: 27%;
  }
  body.cl-alist .oldPrice span.for_vorher {
    left: 50%;
    margin-left: 15%;
  }
  body.cl-alist a.for_vorschau_button {
    float: none;
    position: static;
  }
  body.cl-alist .actions .btn-group {
    display: block;
    text-align: center;
  }
  body.cl-alist .ads {
    height: 118px;
  }
  body.cl-alist .ads .a_ads_1 {
    font-size: 22px;
  }
  body.cl-alist .ads .a_ads_2 {
    font-size: 16px;
  }
  body.cl-alist .ads .a_ads_3 {
    font-size: 15px;
  }
  body.cl-alist .start_topnews img {
    width: 250px;
  }
  body.cl-alist #start_texts {
    -webkit-column-count: 1;
            column-count: 1;
    margin-bottom: 30px;
  }
  body.cl-alist #footer .slogan {
    width: 290px;
    margin-left: 3px;
  }
  body.cl-alist .footergrey .footergrey_sevices_box {
    width: 230px;
  }
  body.cl-alist .footergrey .footergrey_sevices_box ul.services {
    width: 200px;
  }
}
body.cl-alist li.exp > a {
  cursor: default;
  font-weight: 700;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 10px;
  color: #333;
  letter-spacing: 0.7px;
  margin-top: 8px;
  margin-bottom: 7px;
}
body.cl-alist li.exp > a:hover {
  color: inherit !important;
}
body.cl-alist.is-logged-in .View.newItems {
  margin-left: 0;
  width: 777px;
}
body.cl-alist.is-logged-in #chooseOutfit h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
}
body.cl-alist.is-logged-in #chooseOutfit a.actionLink {
  cursor: pointer;
  color: #f0a6a6;
}
body.cl-alist.is-logged-in #chooseOutfit a.actionLink.shopFurther,
body.cl-alist.is-logged-in #chooseOutfit a.actionLink.toOutfit {
  color: #fff;
}
body.cl-alist.is-logged-in #chooseOutfit a.actionLink.shopFurther {
  margin-top: 42px;
}
body.cl-alist.is-logged-in #chooseOutfit .addToListLink img {
  margin-bottom: 3px;
}
#jumptotop {
  background: url(../../img/to_top_icon.png) no-repeat scroll 0 0 #ffffff;
  border: 0 none;
  bottom: 14px;
  color: #000;
  display: none;
  font-weight: bold;
  height: 41px;
  width: 41px;
  margin-left: 20px;
  padding: 13px 5px 1px 4px;
  position: fixed;
  right: 59px;
  text-decoration: none;
  z-index: 999999;
  opacity: 1 !important;
}
i#jumptotop:hover {
  background: url(../../img/to_top_icon.png) no-repeat scroll -51px 0 rgba(0, 0, 0, 0);
}
.spacer {
  display: none;
}
body.cl-start .logo-col {
  margin-left: -15px;
}
body.cl-start a:hover {
  color: inherit;
}
body.cl-start a:focus {
  outline: none;
}
body.cl-start .flexslider .slides img {
  margin-top: 12px;
}
body.cl-start .start_topnews img {
  margin-left: 0;
}
body.cl-start .start_topseller h3 {
  display: none;
}
body.cl-start .start_topseller .priceOld {
  width: 100px;
  position: absolute;
  top: -2px;
  left: 95px;
  color: #f2a6a5;
  font-family: "Caveat", cursive;
  font-size: 15px;
  font-weight: 400;
}
body.cl-start .start_topseller .priceOld del {
  color: #f2a6a5;
  font-family: "Caveat", cursive;
  font-size: 16px;
}
body.cl-start .flexslider .flex-direction-nav .flex-prev::before,
body.cl-start .flexslider .flex-direction-nav .flex-next::before {
  margin-top: 11px;
}

body.cl-start #start_texts {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 25px;
          column-gap: 25px;
  padding: 30px 0;
  margin-top: 18px;
  margin-bottom: 52px;
  border-top: 1px solid #e8e8e8;
  color: #555555;
}
body.cl-start #start_texts h1 {
  margin-top: 0;
  margin-bottom: 15px;
}
body.cl-start #start_texts h2 {
  margin: 2px 0 8px 0;
}
body.cl-start #start_texts a {
  text-decoration: underline !important;
  font-size: 12px;
}
body.cl-start #col1,
body.cl-start #col2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
body.cl-start #col1 ul,
body.cl-start #col2 ul {
  margin-top: 20px;
  margin-left: 32px;
  margin-bottom: 21px;
}
body.cl-start #col1 ul li,
body.cl-start #col2 ul li {
  list-style: square;
  font-size: 12px;
  line-height: 16px;
}
body.cl-start #col1 li,
body.cl-start #col2 li {
  padding: 3px 0;
}
body.cl-start #col3 {
  font-size: 12px;
  font-weight: 500;
}
body.cl-start #col1 > h1,
body.cl-start #col1 > h2,
body.cl-start #col2 > h2,
body.cl-start #col3 > h2 {
  font-size: 13px;
  color: #333;
}
body.cl-start #footer .infotext {
  display: none;
}
body.cl-start .articleBoxImage img {
  width: 165px;
  height: 167px;
  margin: 0 auto;
}
body.cl-start .articleBoxImage:focus {
  outline: none;
}
body.cl-start .js-articleBox .text_carousel {
  width: 160px;
  text-align: center;
  margin: 11px auto;
  position: relative;
}
body.cl-start .js-articleBox .text_carousel .brand {
  color: #aaa;
  font-size: 11px;
  text-transform: uppercase;
  clear: left;
}
body.cl-start .js-articleBox .text_carousel .titel {
  margin-top: 7px;
  color: #555555;
  font-size: 12.5px;
  font-weight: 400;
  height: 25px;
  line-height: 15px;
  text-decoration: none;
}
body.cl-start .vorschau_carousel a {
  padding: 5px;
  border: 1px solid #ffdddd;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  display: block;
  margin: 0 auto;
  width: 102px;
  text-align: center;
  margin-top: 34px;
  position: relative;
}
body.cl-start .vorschau_carousel a:hover {
  color: #fff;
  background-color: #f2a6a5;
}
body.cl-start .vorschau_carousel a.zum_shop {
  width: 90px;
  border: 1px solid #333;
  position: absolute;
  top: 75px;
  margin-left: 76px;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
body.cl-start .vorschau_carousel a.zum_shop:hover {
  color: inherit;
  background-color: #fff;
}
body.cl-start li.articleImage:hover .vorschau_carousel a.zum_shop {
  visibility: visible;
  -webkit-animation: fade 1s;
          animation: fade 1s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.cl-start .arrow_left_carousel {
  color: #000;
  position: absolute;
  top: 157px;
  left: -11px;
  font-size: 26px;
  display: none;
  background-color: #F0F0F0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 100;
  padding-top: 7px;
  z-index: 10000;
  cursor: pointer;
}
body.cl-start .arrow_right_carousel {
  color: #000;
  position: absolute;
  top: 157px;
  right: -40px;
  font-size: 26px;
  display: none;
  background-color: #F0F0F0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 100;
  padding-top: 7px;
  padding-left: 5px;
  z-index: 10000;
  cursor: pointer;
}
body.cl-start .start_topnews {
  margin-top: -30px;
}
body.cl-start #footer .slogan {
  margin-top: 22px;
}
@media (max-width: 1200px) {
  body.cl-start {
    overflow-x: hidden;
  }
  body.cl-start #mainnav {
    width: 980px !important;
    padding: 0;
  }
  body.cl-start .start_topseller {
    width: 840px;
    margin: 0 auto;
  }
  body.cl-start .vorschau_carousel a.zum_shop {
    margin-left: 60px;
  }
  body.cl-start .fa-chevron-circle-left:before {
    left: 40px;
  }
  body.cl-start .fa-chevron-circle-right:before {
    right: 40px;
  }
  body.cl-start .start_topnews img {
    margin-left: -20px;
  }
}
@media (max-width: 992px) {
  body.cl-start .container,
  body.cl-start .head_search_box {
    width: 760px;
  }
  body.cl-start #header .search-col {
    margin-left: 0;
    width: 359px;
  }
  body.cl-start #header .slogan {
    right: -36px;
  }
  body.cl-start #header #loginBoxOpener {
    margin-right: -36px;
  }
  body.cl-start #mainnav {
    width: 760px !important;
  }
  body.cl-start #content {
    overflow: hidden;
  }
  body.cl-start .start_topseller {
    width: 745px;
  }
  body.cl-start .arrow_left_carousel {
    top: 140px;
    left: 18px;
  }
  body.cl-start .arrow_right_carousel {
    top: 140px;
    right: 18px;
  }
  body.cl-start .vorschau_carousel a.zum_shop {
    margin-left: 90px;
  }
  body.cl-start .vorschau_carousel a.zum_shop {
    margin-left: 79px;
  }
  body.cl-start .vorschau_carousel a {
    margin-bottom: 35px;
  }
  body.cl-start .start_topnews img {
    width: 760px;
  }
  body.cl-start .start_topnews img {
    margin-left: -15px;
  }
  body.cl-start #start_texts {
    margin-bottom: 0;
    -webkit-column-count: 2;
            column-count: 2;
  }
  body.cl-start #col1,
  body.cl-start #col2 {
    width: 100%;
  }
  body.cl-start #footer .slogan {
    margin-top: 25px;
  }
  body.cl-start .footergrey .footergrey_sevices_box {
    width: 745px;
  }
}
@media (max-width: 768px) {
  body.cl-start .container,
  body.cl-start .head_search_box {
    width: 560px;
  }
  body.cl-start .container-fluid {
    width: 545px;
  }
  body.cl-start .head_search_box .head_search_box_label {
    width: 280px;
  }
  body.cl-start .logo-col {
    float: none;
    margin: 20px auto;
  }
  body.cl-start #header {
    padding-top: 0;
  }
  body.cl-start #header a#registerLink {
    margin-top: 50px;
  }
  body.cl-start #header #loginBoxOpener {
    margin-top: 55px;
  }
  body.cl-start #header .search-col {
    width: 259px;
  }
  body.cl-start #header .slogan {
    left: 95px;
    width: 315px;
  }
  body.cl-start #header .search-col {
    width: 344px;
    margin-bottom: 20px;
  }
  body.cl-start #registerLink {
    margin-left: 0;
  }
  body.cl-start #mainnav {
    width: 545px !important;
  }
  body.cl-start .start_topseller {
    width: 545px;
  }
  body.cl-start .arrow_left_carousel {
    top: 140px;
    left: 35px;
  }
  body.cl-start .arrow_right_carousel {
    top: 140px;
    right: 35px;
  }
  body.cl-start .vorschau_carousel a.zum_shop {
    margin-left: 90px;
  }
  body.cl-start .start_topnews img {
    width: 545px;
  }
  body.cl-start #content {
    overflow: hidden;
  }
  body.cl-start #start_texts {
    -webkit-column-count: 1;
            column-count: 1;
  }
  body.cl-start .footergrey .footergrey_sevices_box {
    width: 545px;
  }
  body.cl-start .footergrey .footergrey_sevices_box ul.services {
    width: 500px;
  }
  body.cl-start .footergrey .footergrey_sevices_box ul.list li {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  body.cl-start .container,
  body.cl-start .head_search_box {
    width: 400px;
  }
  body.cl-start .container-fluid {
    width: 100%;
  }
  body.cl-start #mainnav {
    width: 400px !important;
  }
  body.cl-start #content {
    margin-left: 13px;
  }
  body.cl-start #header .slogan {
    left: 57px;
  }
  body.cl-start #header .search-col {
    width: 300px;
  }
  body.cl-start .start_topseller {
    width: 345px;
  }
  body.cl-start .arrow_left_carousel {
    left: 20px;
  }
  body.cl-start .arrow_right_carousel {
    right: 20px;
  }
  body.cl-start .vorschau_carousel a.zum_shop {
    margin-left: 128px;
  }
  body.cl-start .start_topnews img {
    width: 400px;
  }
  body.cl-start .footergrey .footergrey_sevices_box {
    width: 345px;
  }
  body.cl-start .footergrey .footergrey_sevices_box ul.services {
    width: 300px;
  }
  body.cl-start .footergrey {
    height: 130px;
  }
}
@media (max-width: 420px) {
  body.cl-start .container,
  body.cl-start .head_search_box {
    width: 250px;
  }
  body.cl-start #mainnav {
    width: 250px !important;
  }
  body.cl-start .logo-col {
    margin-left: 26px;
  }
  body.cl-start #header .slogan {
    left: 28px;
    width: 216px;
    text-align: center;
  }
  body.cl-start #header .search-col {
    width: 213px;
    margin-left: -8px;
  }
  body.cl-start .start_topseller {
    width: 220px;
  }
  body.cl-start .vorschau_carousel a.zum_shop {
    margin-left: 64px;
  }
  body.cl-start .arrow_left_carousel {
    left: 16px;
    top: 140px;
  }
  body.cl-start .arrow_right_carousel {
    right: 16px;
    top: 140px;
  }
  body.cl-start .start_topnews img {
    width: 250px;
  }
  body.cl-start .footergrey .footergrey_sevices_box {
    width: 230px;
  }
  body.cl-start .footergrey .footergrey_sevices_box ul.services {
    width: 200px;
  }
  body.cl-start .footergrey {
    height: auto;
  }
}
body.cl-dcof_outfits .logo-col {
  margin-left: -15px;
}
body.cl-dcof_outfits #wrapper {
  margin-left: -27px;
}
body.cl-dcof_outfits .voncommunity {
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
  letter-spacing: 0.5px;
  font-size: 12px;
  margin-top: -21px;
}
body.cl-dcof_outfits h1.pageHead {
  float: right;
  font-family: "Caveat", cursive;
  font-size: 56px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-top: 10px;
  letter-spacing: 0.7px;
  padding-bottom: 30px;
}
body.cl-dcof_outfits a.outfit_registerlink {
  border: 1px solid #333;
  display: block;
  margin: 83px auto 57px;
  text-align: center;
  width: 242px;
  background-color: #fff;
  color: #333;
  letter-spacing: 0.7px;
  line-height: 31px;
  padding: 0 25px;
  text-transform: uppercase;
}
body.cl-dcof_outfits a.outfit_registerlink:hover {
  color: #fff;
  background-color: #333;
}
body.cl-dcof_outfits a.outfit_registerlink:hover i {
  color: #fff;
}
body.cl-dcof_outfits .contenthover .editButtons a {
  width: 132px !important;
}
body.cl-dcof_outfits .likes .hrt1 {
  font-size: 11px;
}
body.cl-dcof_outfits .liked a.actionLink.bigButton.likeButton {
  text-decoration: none;
}
@media (max-width: 996px) {
  body.cl-dcof_outfits .container,
  body.cl-dcof_outfits .footergrey .footergrey_sevices_box,
  body.cl-dcof_outfits #navmenu,
  body.cl-dcof_outfits #recommendationsLists.outfits {
    width: 725px;
    overflow: hidden;
  }
  body.cl-dcof_outfits #mainnav {
    width: 725px !important;
    padding: 0;
  }
  body.cl-dcof_outfits #mainnav .nav > li > a {
    color: #333;
    font-size: 12px;
    letter-spacing: 0.5px;
    height: 39px;
    margin-right: 0;
  }
  body.cl-dcof_outfits .navbar-right {
    float: none !important;
  }
  body.cl-dcof_outfits #wrapper {
    margin: auto;
  }
  body.cl-dcof_outfits #header {
    margin-left: 3px;
  }
  body.cl-dcof_outfits .container-fluid {
    margin-left: -2px;
  }
  body.cl-dcof_outfits ul.outfits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  body.cl-dcof_outfits #recommendationsLists.outfits > li {
    margin-right: 0;
  }
  body.cl-dcof_outfits li.text-muted {
    margin-left: -12px;
  }
  body.cl-dcof_outfits #header .search-col {
    padding-right: 0;
    width: 356px;
  }
}
@media (max-width: 767px) {
  body.cl-dcof_outfits .container,
  body.cl-dcof_outfits .footergrey .footergrey_sevices_box,
  body.cl-dcof_outfits #navmenu,
  body.cl-dcof_outfits #recommendationsLists.outfits {
    width: 560px;
  }
  body.cl-dcof_outfits #mainnav {
    width: 560px !important;
  }
  body.cl-dcof_outfits #header .search-col {
    width: 323px;
  }
  body.cl-dcof_outfits #recommendationsLists.outfits .recommListPic img {
    margin-top: 30px;
  }
  body.cl-dcof_outfits .footergrey .footergrey_sevices_box {
    width: 545px;
  }
  body.cl-dcof_outfits .footergrey .footergrey_sevices_box ul.services {
    width: 500px;
  }
  body.cl-dcof_outfits .footergrey .footergrey_sevices_box ul.list li {
    display: inline-block;
  }
}
@media (max-width: 580px) {
  body.cl-dcof_outfits .container,
  body.cl-dcof_outfits .footergrey .footergrey_sevices_box,
  body.cl-dcof_outfits #navmenu,
  body.cl-dcof_outfits #recommendationsLists.outfits {
    width: 100%;
  }
  body.cl-dcof_outfits #mainnav {
    width: 100% !important;
  }
  body.cl-dcof_outfits #header .search-col {
    width: 100%;
  }
  body.cl-dcof_outfits .logo-col {
    width: 180px;
    margin: auto;
    float: none;
  }
  body.cl-dcof_outfits #header .search-col {
    width: 274px;
    float: none;
    margin: 42px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  body.cl-dcof_outfits #header .slogan {
    position: static;
    text-align: center;
  }
  body.cl-dcof_outfits li.text-muted {
    margin-left: 0;
  }
  body.cl-dcof_outfits h1.pageHead {
    font-size: 40px;
  }
  body.cl-dcof_outfits .footergrey {
    height: initial;
  }
  body.cl-dcof_outfits .footergrey .footergrey_sevices_box {
    width: 100%;
  }
  body.cl-dcof_outfits .footergrey .footergrey_sevices_box ul.services {
    width: 100%;
  }
}
#simplemodal-container {
  width: 560px !important;
  left: 50% !important;
  margin-left: -280px;
  height: 569px !important;
  top: 55px !important;
  z-index: 1002000 !important;
}
.simplemodal-wrap {
  overflow: hidden !important;
}
body.cl-content #content a{
  text-decoration: underline!important;
}
body.cl-content ol.breadcrumb {
  margin-left: -15px;
  margin-bottom: -5px;
}
body.cl-content .page-header {
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  color: #333;
  text-transform: uppercase;
  padding: 15px 10px 7px 0;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.7px;
  border-bottom: none;
}
body.cl-content .h3 {
  display: none;
}
body.cl-content .cat-tree .nav-stacked {
  margin-top: 16px;
  margin-left: -16px;
}
body.cl-content .cat-tree .nav-stacked li {
  padding-left: 0;
  list-style: none;
  line-height: 23px;
}
body.cl-content .cat-tree .nav-stacked li a {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}
body.cl-content #content {
  margin-bottom: 61px;
}
body.cl-content #mode_lexikon_abc_tabs h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 16px 0;
}
body.cl-content #mode_lexikon_abc_tabs ul.ui-tabs-nav {
  margin-top: 21px;
  border-bottom: 1px solid #434343;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.cl-content #mode_lexikon_abc_tabs li.ui-state-default {
  list-style-type: none;
  display: inline-block;
  padding: 12.5px;
  margin-bottom: 12px;
}
body.cl-content #mode_lexikon_abc_tabs li.ui-state-default a {
  font-family: 'Lato';
  font-weight: 800;
}
body.cl-content #mode_lexikon_abc_tabs li.ui-state-active a {
  color: #d58282;
}
body.cl-content #mode_lexikon_abc_tabs a.ui-tabs-anchor {
  color: #434343;
  font-family: "Novecentowide-DemiBold";
  font-size: 14px;
  font-weight: 600;
}
body.cl-content #mode_lexikon_abc_tab_a h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
}
body.cl-content #mode_lexikon_abc_tab_a h3:first-of-type {
  font-size: 12px;
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 12px;
}
body.cl-content #mode_lexikon_abc_tab_a {
  margin-bottom: 43px;
}
body.cl-content article.cmsContent {
  padding-bottom: 0;
}
body.cl-content article.cmsContent ul:not(.ui-tabs-nav) {
  margin: 20px 30px;
}
body.cl-content article.cmsContent li:not(.ui-state-default) {
  list-style: square;
  padding: 3px 0;
}
body.cl-content article.cmsContent h2 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 1px;
}
body.cl-content article.cmsContent h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
}
body.cl-content article.cmsContent img + div {
  padding-left: 2px;
}
body.cl-content #mode_labels_abc_tab_a h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
  margin-bottom: 12px;
}
body.cl-content .content .cat-tree .nav-stacked > ul {
  list-style-type: none;
}
body.cl-search a {
  color: inherit;
}
body.cl-search .page-header {
  padding-bottom: 9px;
  margin: 40px 0 13px;
  border-bottom: none;
}
body.cl-search .listRefine {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
}
body.cl-search .page-header h1 {
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  color: #333;
  text-transform: uppercase;
  padding: 15px 10px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  letter-spacing: 0.7px;
  margin: 0;
}
body.cl-search .for_dropdown_styles {
  top: 24px;
  left: 123px;
  width: 182px;
  border-top: none;
  border-left-color: #E7E7E7;
  border-right-color: #E7E7E7;
  padding: 0;
  padding-bottom: 10px;
}
body.cl-search .for_dropdown_styles i.fa-caret-down,
body.cl-search .for_dropdown_styles i.fa-caret-up {
  display: none;
}
body.cl-search .dropdown-menu > li > a:hover {
  background-color: inherit;
  color: inherit;
}
body.cl-search ul.for_dropdown_styles > li > a {
  padding: 3px 0;
  line-height: 18px;
  border-bottom: 1px solid #E7E7E7;
  margin-left: 12px;
  margin-right: 12px;
}
body.cl-search ul.for_dropdown_styles > li:first-child > a {
  border-top: 1px solid #E7E7E7;
}
body.cl-search .btn-default {
  border-color: transparent;
}
body.cl-search .btn:hover {
  border-color: transparent !important;
}
body.cl-search .open > .dropdown-toggle.btn-default:hover,
body.cl-search .open > .dropdown-toggle.btn-default:focus,
body.cl-search .btn-default:active {
  background-color: transparent !important;
  border: none !important;
}
body.cl-search .open > .dropdown-toggle.btn-default {
  border-color: #E7E7E7;
}
body.cl-search .pagination > .active > a {
  background: #434343;
  color: #fff;
  border: inherit;
  cursor: pointer;
}
body.cl-search .pagination-sm > li:first-child > span {
  display: none;
}
body.cl-search .pagination-sm > li > a,
body.cl-search .pagination > .disabled > span {
  border: 1px solid #e7e7e7;
  font-size: 12px;
  height: 25px;
  padding: 4px 9px;
  margin: 1px;
}
body.cl-search .pagination-sm > li > a:hover {
  background: #434343;
  color: #fff;
}
body.cl-search .pagination-sm > li > a:hover i {
  color: #fff;
}
body.cl-search .right_side_arr_right {
  font-size: 16px;
  line-height: 10px;
  font-weight: 600;
}
body.cl-search .for_s_n {
  color: #333;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 10px;
  letter-spacing: 0.7px;
  display: inline;
}
body.cl-search .for_wahlen {
  border: 1px solid #E7E7E7;
  padding: 5px 10px;
  padding-right: 130px;
  font-size: 11px;
  font-weight: 700;
}
body.cl-search i.for_i_sortieren_nach {
  position: absolute;
  top: 5px;
  right: 15px;
}
body.cl-search .for_i_sortieren_nach {
  font-size: 16px;
  font-weight: 500;
  margin-left: 79px;
}
body.cl-search #searchList {
  display: block;
}
body.cl-search .productBox {
  padding: 0;
}
body.cl-search .boxwrapper .list-container .infogridView .productBox .picture {
  /* width: 100%; */
  height: 205px;
  /* display: table; */
  /* table-layout: fixed; */
}
body.cl-search article.a_list_right_content a img {
  width: 230px;
  height: 205px;
  margin: auto;
}
body.cl-search .price .content span.lead {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 27px;
  margin-bottom: 0;
}
body.cl-search .oldPrice span.for_vorher {
  position: absolute;
  left: 155px;
  color: #f2a6a5;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  font-weight: 400;
}
body.cl-search .oldPrice del {
  position: absolute;
  width: 42px;
  left: 190px;
  color: #f2a6a5;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  font-weight: 400;
}
body.cl-search .for_von {
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 11px;
}
body.cl-search a.for_zum_shop {
  width: 100px;
  border: 1px solid #333;
  padding: 5px 18px;
  position: absolute;
  top: 87px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
body.cl-search .productData:hover a.for_zum_shop {
  visibility: visible;
  -webkit-animation: fade 1s;
          animation: fade 1s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.cl-search .listDetails .title {
  height: 64px;
  text-align: center;
}
body.cl-search .actions .btn-group {
  display: block;
  text-align: center;
}
body.cl-search a.for_vorschau_button {
  color: #333;
  text-transform: uppercase;
  border: 1px solid #ffdddd;
  padding: 3px 18px 4px;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 94px;
  float: none;
  position: static;
}
body.cl-search a.for_vorschau_button:hover {
  color: #fff;
  border: 1px solid #f0a6a7 !important;
  background-color: #f0a6a7 !important;
}
body.cl-search #footer ul.fotterlinks li.newsletter a {
  margin-right: 9px;
  border-right: 1px solid #333 !important;
}
@media (max-width: 1050px) {
  body.cl-search {
    overflow-x: hidden;
  }
  body.cl-search .container,
  body.cl-search .footergrey .footergrey_sevices_box,
  body.cl-search #navmenu,
  body.cl-search #recommendationsLists.outfits,
  body.cl-search .head_search_box {
    width: 810px;
  }
  body.cl-search #mainnav {
    width: 781px !important;
    padding: 0;
    margin-left: 0;
  }
  body.cl-search #header {
    margin-left: 15px;
  }
  body.cl-search #header .search-col {
    padding-right: 0;
    width: 380px;
  }
  body.cl-search #wrapper {
    margin-left: 0;
  }
  body.cl-search .oldPrice span.for_vorher {
    left: 128px;
  }
  body.cl-search .oldPrice del {
    left: 164px;
  }
}
@media (max-width: 991px) {
  body.cl-search .boxwrapper .list-container .infogridView .productBox .picture {
    margin: 0 auto;
  }
  body.cl-search .oldPrice span.for_vorher {
    left: 235px;
  }
  body.cl-search .oldPrice del {
    left: 270px;
  }
}
@media (max-width: 850px) {
  body.cl-search .container,
  body.cl-search .footergrey .footergrey_sevices_box,
  body.cl-search #navmenu,
  body.cl-search #recommendationsLists.outfits,
  body.cl-search .head_search_box {
    width: 725px;
  }
  body.cl-search #mainnav {
    width: 695px !important;
  }
  body.cl-search #mainnav .nav > li > a {
    font-size: 11.5px;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-right: 0;
  }
  body.cl-search #header .search-col {
    width: 340px;
  }
  body.cl-search .oldPrice span.for_vorher {
    left: 223px;
  }
  body.cl-search .oldPrice del {
    left: 260px;
  }
}
@media (max-width: 767px) {
  body.cl-search .container,
  body.cl-search .footergrey .footergrey_sevices_box,
  body.cl-search #navmenu,
  body.cl-search #recommendationsLists.outfits,
  body.cl-search .head_search_box {
    width: 560px;
  }
  body.cl-search #mainnav {
    width: 560px !important;
  }
  body.cl-search #header .search-col {
    width: 323px;
  }
  body.cl-search .pagination-options .options,
  body.cl-search .pagination-options .pull-right {
    float: none !important;
  }
  body.cl-search .refineParams .options .btn-group button {
    width: initial;
    margin: 25px 0;
  }
  body.cl-search .oldPrice span.for_vorher {
    left: 303px;
  }
  body.cl-search .oldPrice del {
    left: 338px;
  }
  body.cl-search .footergrey .footergrey_sevices_box {
    width: 545px;
  }
  body.cl-search .footergrey .footergrey_sevices_box ul.services {
    width: 500px;
  }
  body.cl-search .footergrey .footergrey_sevices_box ul.list li {
    display: inline-block;
  }
}
@media (max-width: 580px) {
  body.cl-search .container,
  body.cl-search .footergrey .footergrey_sevices_box,
  body.cl-search #navmenu,
  body.cl-search #recommendationsLists.outfits {
    width: 100%;
  }
  body.cl-search #mainnav {
    width: 100% !important;
  }
  body.cl-search #header .search-col {
    width: 100%;
  }
  body.cl-search .logo-col {
    width: 180px;
    margin: auto;
    float: none;
  }
  body.cl-search #header .search-col {
    width: 274px;
    float: none;
    margin: 42px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-left: 0;
  }
  body.cl-search #header .slogan {
    position: static;
    text-align: center;
  }
  body.cl-search li.text-muted {
    margin-left: 0;
  }
  body.cl-search .oldPrice span.for_vorher {
    left: 293px;
  }
  body.cl-search .oldPrice del {
    left: 328px;
  }
  body.cl-search h1.pageHead {
    font-size: 40px;
  }
  body.cl-search .footergrey {
    height: initial;
  }
  body.cl-search .footergrey .footergrey_sevices_box {
    width: 100%;
  }
  body.cl-search .footergrey .footergrey_sevices_box ul.services {
    width: 100%;
  }
}
@media (max-width: 450px) {
  body.cl-search .oldPrice span.for_vorher {
    left: 232px;
  }
  body.cl-search .oldPrice del {
    left: 267px;
  }
}
@media (max-width: 450px) {
  body.cl-search .oldPrice span.for_vorher {
    left: 180px;
  }
  body.cl-search .oldPrice del {
    left: 215px;
  }
}
body.cl-search.is-logged-in .oldPrice span.for_vorher {
  position: absolute;
  left: 191px;
}
body.cl-search.is-logged-in .oldPrice del {
  position: absolute;
  width: 42px;
  left: 226px;
}
body.cl-register .logo-col {
  margin-left: -15px;
}
body.cl-register div.dcof_register_box {
  text-align: center;
  background-image: url(../../img/bg_registrierung.jpg);
  background-repeat: no-repeat;
  height: 652px;
  padding: 10px 0;
}
body.cl-register div.dcof_register_box .dcof_register {
  width: 560px;
  margin: 79px auto 0 auto;
  background-color: #fff;
  opacity: 0.95;
  padding-bottom: 23px;
}
body.cl-register div.dcof_register_box #openAccHeader {
  font-family: "Caveat", cursive;
  font-size: 53px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 20px;
  text-transform: none;
  text-align: center;
  letter-spacing: 0.7px;
}
body.cl-register div.dcof_register_box .pageSubHead {
  margin: 23px auto 30px;
  display: block;
  letter-spacing: 0.7px;
}
body.cl-register div.dcof_register_box ul.form.facebook {
  display: block;
  margin: 0 auto;
}
body.cl-register div.dcof_register_box li.formSubmit {
  list-style-type: none;
}
body.cl-register div.dcof_register_box .dcof_register .form li {
  list-style-type: none;
}
body.cl-register div.dcof_register_box .blue {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  padding: 0 10px;
  display: block;
  margin: 0 auto;
}
body.cl-register div.dcof_register_box .orspacer {
  margin: 9px auto;
  display: block;
  width: 50px;
  list-style-type: none;
}
body.cl-register div.dcof_register_box .dcof_register .form li.smallLi input[type=text],
body.cl-register div.dcof_register_box .dcof_register .form li.smallLi input[type=password] {
  color: #858481;
  display: inline-block;
  height: 35px;
  width: 200px;
  padding: 1px 10px;
  font-size: 11px;
}
body.cl-register div.dcof_register_box input[type="checkbox"] {
  margin: 23px 0 0 13px;
}
body.cl-register div.dcof_register_box .lastLi button.pinkBigButton {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 29px;
  margin-left: 1px;
  margin-top: -4px;
  text-align: left;
  width: 198px;
  letter-spacing: 0.7px;
  padding: 0 10px;
  text-transform: uppercase;
  position: relative;
}
body.cl-register div.dcof_register_box .lastLi button.pinkBigButton i {
  font-size: 16px;
  position: absolute;
  right: 22px;
  top: 7px;
}
body.cl-register div.dcof_register_box .lastLi button.pinkBigButton:hover {
  color: #fff;
  background-color: #333;
}
body.cl-register div.dcof_register_box .lastLi button.pinkBigButton:hover i {
  color: #fff;
}
body.cl-register div.dcof_register_box .newsletter {
  position: relative;
}
body.cl-register div.dcof_register_box li.newsletter label {
  position: absolute;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  top: 9px;
  left: 15px;
}
body.cl-register div.dcof_register_box .slogan {
  color: #f0a6a6;
  font-family: "Caveat", cursive;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 38px;
  line-height: 15px;
  clear: left;
  text-align: left;
}
body.cl-register div.dcof_register_box ul.form.registermiddle {
  -webkit-column-count: 2;
          column-count: 2;
  width: 430px;
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-column-width: 210px;
          column-width: 210px;
  padding-left: 12px;
}
body.cl-register div.dcof_register_box p.oxValidateError {
  display: none;
}
body.cl-register div.dcof_register_box article.register_last_li {
  display: block;
  margin: 0 auto;
  width: 430px;
  -webkit-column-count: 2;
          column-count: 2;
}
body.cl-register div.dcof_register_box article.register_last_li label {
  position: absolute;
  width: 160px;
  left: 36px;
  top: 26px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.visible_block {
  display: block !important;
  -webkit-animation: fade1 1s;
          animation: fade1 1s;
}
@-webkit-keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hide_block {
  display: none !important;
  -webkit-animation: hide1 1s;
          animation: hide1 1s;
}
@-webkit-keyframes hide1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.forgot_passwrd_opacity {
  position: absolute;
  width: 100%;
  height: 3322px;
  background: #000;
  opacity: 0.5;
  z-index: 9999997;
  display: none;
}
#topMenu {
  list-style-type: none;
  position: absolute;
  z-index: 9999999;
  width: 688px;
  top: 61px;
  left: -67%;
  display: none;
}
#topMenu.topMenuAccount {
  list-style-type: none;
  position: absolute;
  z-index: 999;
  top: 61px;
  left: 223px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 282px;
  margin-top: -26px;
}
#topMenu.topMenuAccount a span {
  font-family: 'Lato';
  font-size: 11px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
#forgotPassword {
  background-color: #fff;
  position: relative;
  z-index: 9999999;
}
#forgotPassword img {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}
#forgotPassword .control-label {
  display: block;
}
#forgotPassword button {
  background-color: #ccc;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px 0 10px;
  font-size: 11px;
  height: 19px;
  line-height: 18px;
  border: none;
}
#forgotPassword button:hover {
  background-color: #999;
}
#forgotPassword ul {
  margin: 20px 30px;
}
#forgotPassword ul .font11 {
  list-style: square;
}
.form-horizontal .control-label {
  padding-top: 11px;
}
#forgotPasswordUserLoginNamePopup {
  width: 202px;
  height: 19px;
  margin-top: 11px;
}
#forgotPasswordUserLoginNamePopup:focus {
  border-color: #d1d1d1;
}
.flyoutBox {
  position: absolute;
  left: 154px;
  top: 27px;
  z-index: 99999999;
}
.flyoutBox #services {
  width: 200px;
  -webkit-box-shadow: 0 0 20px #a0a0a0 !important;
          box-shadow: 0 0 20px #a0a0a0 !important;
  border-color: #cecece #cecece #f0a6a6;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0 0 2px;
  padding-bottom: 25px;
  background-color: #fff;
  list-style-type: none;
}
.flyoutBox #services a span:not(.username) {
  color: #999;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  font-size: 11px;
}
.flyoutBox #services .topLi .anrede {
  color: #f2a6a5;
  font-family: "Caveat", cursive;
  font-size: 36px;
  margin-bottom: 10px;
  position: relative;
  text-transform: none;
  top: -22px;
}
.flyoutBox .topLi img {
  border-radius: 60px;
  max-height: 120px;
  max-width: 120px;
}
.flyoutBox .topLi .username {
  color: #333;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 2px;
  text-transform: uppercase;
  margin-top: -23px;
}
.is-logged-in #registerLink {
  display: none;
}
.boxwrapper .list-container .infogridView .productBox .picture {
  width: inherit;
  display: block;
}
.boxwrapper .list-container .infogridView .productBox .picture a {
  display: inline-block;
}
.boxwrapper .list-container .infogridView .productBox .picture img {
  margin-top: 35px;
}
.is-logged-in .boxwrapper .list-container .infogridView .productBox .picture {
  margin: auto;
}
.account_noticelist h1 {
  margin-top: 25px;
  margin-bottom: 5px !important;
  text-transform: none;
  font-family: "Caveat", cursive;
  font-size: 22px;
  font-weight: 100;
}
.account_noticelist .graybg {
  height: 215px;
}
.account_noticelist .graybg img {
  border-radius: 60px;
  max-height: 120px;
  max-width: 120px;
}
.account_noticelist #sidebar .tree.dcof_profile_menu a {
  padding-left: 0;
  padding-right: 0;
  width: 185px;
}
.account_noticelist ul.dcof_profile_menu {
  margin-left: 0;
}
#boxwrapper_noticelistProductList .gridPicture {
  display: none;
}
#boxwrapper_noticelistProductList .listDetails {
  position: relative;
}
#boxwrapper_noticelistProductList .listDetails .lead {
  font-size: 13px;
  font-weight: bold;
}
#boxwrapper_noticelistProductList .listDetails .oldPrice {
  position: absolute;
  left: 155px;
  width: 36px;
}
#boxwrapper_noticelistProductList .listDetails .oldPrice del {
  font-family: 'Caveat', cursive;
  text-decoration: line-through;
  font-weight: normal;
  color: #f0a6a6;
}
#boxwrapper_noticelistProductList .listDetails .old_price_vorher {
  position: absolute;
  left: 120px;
  color: #f2a6a5;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  font-weight: 400;
}
#boxwrapper_noticelistProductList .list-container .gridView .productBox .picture img {
  max-height: 230px;
  max-width: 230px;
  width: 230px;
  height: 230px;
}
@media (max-width: 1100px) {
  .profile_content {
    margin-left: 0;
    width: 745px;
  }
  .dcof_profile.accountDashboardView {
    margin-left: -10px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  body.cl-account_noticelist.is-logged-in .profile_content {
    width: 100%;
  }
  body.cl-account_noticelist.is-logged-in .boxwrapper .list-container .gridView {
    margin-left: 0;
    width: 100%;
  }
  body.cl-account_noticelist.is-logged-in #boxwrapper_noticelistProductList .listDetails .old_price_vorher {
    left: 138px;
  }
  body.cl-account_noticelist.is-logged-in #boxwrapper_noticelistProductList .listDetails .oldPrice {
    left: 172px;
  }
}
.boxwrapper .list-container .gridView {
  margin-bottom: 30px;
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -115px;
  width: 864px;
}
.boxwrapper .list-container .gridView .productBox .picture {
  border-bottom: none;
}
body.cl-account_noticelist.is-logged-in .account_noticelist {
  padding-left: 0;
}
body.cl-account_noticelist.is-logged-in #boxwrapper_noticelistProductList .listDetails .old_price_vorher {
  left: 147px;
}
body.cl-account_noticelist.is-logged-in #boxwrapper_noticelistProductList .listDetails .oldPrice {
  left: 183px;
}
body.cl-account_noticelist.is-logged-in .picture.text-center img {
  width: 230px;
  height: 230px;
}
body.cl-account_noticelist.is-logged-in .price.text-center {
  margin-top: 7px;
}
body.cl-account_noticelist.is-logged-in .productData.productBox:hover .for_zum_shop {
  display: block;
}
body.cl-account_noticelist.is-logged-in .for_zum_shop {
  background-color: #fff;
  border: 1px solid #181111;
  color: #333333;
  display: none;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 12px;
  position: absolute;
  margin-left: -45px;
  left: 50%;
  top: -137px;
}
body.cl-account_noticelist.is-logged-in .brand {
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
body.cl-account_noticelist.is-logged-in .title {
  height: 38px;
}
body.cl-account_noticelist.is-logged-in #noticelistProductList .actions.text-center .btn-group .btn {
  margin-bottom: 86px;
}
body.cl-account_noticelist.is-logged-in .row.View.newItems {
  margin: 0;
}
#noticelistProductList .actions.text-center {
  margin: 5px auto;
  width: 100px;
}
#noticelistProductList .actions.text-center .btn-group .btn {
  color: #333;
  text-transform: uppercase;
  border: 1px solid #ffdddd !important;
  padding: 3px 10px 4px;
  font-weight: 400;
  font-size: 12px;
}
#noticelistProductList .actions.text-center .btn-group .btn .btn {
  border: none;
}
#noticelistProductList .actions.text-center .btn-group .btn:hover {
  color: #fff;
  border: 1px solid #f0a6a7 !important;
  background-color: #f0a6a7;
}
body.cl-dcof_profile_edit.is-logged-in .dcof_profile_edit {
  margin-left: -15px;
}
body.cl-dcof_profile_edit.is-logged-in h1 {
  text-transform: none;
  font-family: "Caveat", cursive;
  font-size: 22px;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 5px !important;
}
body.cl-dcof_profile_edit.is-logged-in .profile_pic img {
  margin-top: 25px !important;
  border-radius: 65px;
  max-height: 130px;
  max-width: 130px;
}
body.cl-dcof_profile_edit.is-logged-in ul.dcof_profile_menu {
  margin-left: 0;
}
body.cl-dcof_profile_edit.is-logged-in #pic,
body.cl-dcof_profile_edit.is-logged-in #delPic {
  background-color: #ebebeb;
  color: #333;
  height: auto;
  letter-spacing: 0.7px;
  padding: 4px 11px;
  border: none;
  font-size: 11px;
  line-height: 18px;
  cursor: pointer;
  width: auto;
  overflow: visible;
  font-weight: bold;
  text-transform: uppercase;
}
body.cl-dcof_profile_edit.is-logged-in hr {
  display: block;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-style: inset;
  border-width: 1px;
}
body.cl-dcof_profile_edit.is-logged-in ul.form.clear.profileData {
  list-style-type: none;
}
body.cl-dcof_profile_edit.is-logged-in .form li {
  padding: 5px 0;
  width: 370px;
}
body.cl-dcof_profile_edit.is-logged-in .form li label {
  width: 140px;
  line-height: 18px;
  margin-right: 8px;
}
body.cl-dcof_profile_edit.is-logged-in .form li.formSubmit {
  padding-left: 151px;
}
body.cl-dcof_profile_edit.is-logged-in .form li label[for="aboutme"] {
  float: left;
}
body.cl-dcof_profile_edit.is-logged-in .form li input {
  height: 32px;
  width: 202px;
  border: 1px solid #333;
  padding-left: 5px;
  font-size: 11px;
}
body.cl-dcof_profile_edit.is-logged-in .form li textarea#aboutme {
  width: 202px;
  height: 120px;
  padding: 5px;
  margin-left: 2px;
}
body.cl-dcof_profile_edit.is-logged-in .form li #newsletterSettingsSave {
  background-color: #ebebeb;
  color: #333;
  height: auto;
  letter-spacing: 0.7px;
  padding: 4px 11px;
  border: none;
}
body.cl-dcof_profile_edit.is-logged-in .form li .formSubmit #newsletterSettingsSave {
  padding-left: 100px;
}
body.cl-dcof_profile_edit.is-logged-in .accountDashboardView.dcof_profile h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
}
body.cl-dcof_profile_edit.is-logged-in ul.form.inlineForm {
  list-style-type: none;
}
body.cl-dcof_profile_edit.is-logged-in .notice {
  font-size: 11px;
  font-style: italic;
  border-top: 1px solid #eceff0;
  margin-top: 10px;
  padding: 5px 0;
  display: block;
}
body.cl-dcof_profile_edit.is-logged-in #simplemodal-overlay {
  z-index: 100991 !important;
}
body.cl-dcof_profile_edit.is-logged-in #simplemodal-container,
body.cl-dcof_profile_edit.is-logged-in a.modalCloseImg.simplemodal-close {
  z-index: 9999999 !important;
}
body.cl-dcof_profile_edit.is-logged-in .croppie-container .cr-boundary {
  margin-top: 50px;
  width: 400px;
  height: 400px !important;
}
body.cl-dcof_profile_edit.is-logged-in .croppie-container .cr-viewport {
  width: 330px;
  height: 330px !important;
}
body.cl-dcof_profile_edit.is-logged-in input.cr-slider {
  width: 201px;
  top: 41px;
  display: none;
}
body.cl-dcof_profile_edit.is-logged-in .vanilla_button {
  font-size: 16px;
}
body.cl-dcof_profile_edit.is-logged-in #save-image {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border: none;
  top: 28px;
}
body.cl-dcof_profile_edit.is-logged-in .uploaderMessage {
  display: none;
}
body.cl-dcof_follow_recommlist.is-logged-in .underdog {
  margin-left: -15px;
}
body.cl-dcof_follow_recommlist.is-logged-in #recommendationsLists {
  width: 773px;
  margin-left: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.cl-dcof_follow_recommlist.is-logged-in #recommendationsLists li {
  height: 420px;
  width: 216px;
  position: relative;
}
body.cl-dcof_follow_recommlist.is-logged-in #recommendationsLists li img.img_circle {
  bottom: 37px;
  right: 0;
  width: 48px;
  height: 48px;
}
body.cl-dcof_follow_recommlist.is-logged-in h1 {
  margin-top: 25px;
  margin-bottom: 5px !important;
  text-transform: none;
  font-family: "Caveat", cursive;
  font-size: 22px;
  font-weight: 100;
}
body.cl-dcof_follow_recommlist.is-logged-in .profile_pic img {
  margin-top: 25px !important;
  border-radius: 65px;
  max-height: 130px;
  max-width: 130px;
}
body.cl-dcof_follow_recommlist.is-logged-in ul.dcof_profile_menu {
  margin-left: 0;
}
body.cl-dcof_follow_recommlist.is-logged-in ul.dcof_profile_menu #sidebar .tree.dcof_profile_menu a {
  width: 185px;
}
body.cl-dcof_follow_recommlist.is-logged-in .dcof_profile.accountDashboardView {
  margin-top: 54px;
  margin-left: -27px;
}
body.cl-dcof_follow_recommlist.is-logged-in .recommListPic .overlay_wrapper {
  height: 288px !important;
  width: 216px !important;
}
body.cl-dcof_follow_recommlist.is-logged-in .recommListPic img,
body.cl-dcof_follow_recommlist.is-logged-in .recommListPic {
  height: 288px;
  width: 216px;
}
body.cl-dcof_follow_recommlist.is-logged-in .recommendations .title > a.title {
  padding-right: 30px;
  margin-top: 22px;
}
body.cl-account_recommlist.is-logged-in img.img_circle {
  bottom: 25px;
  right: 12px;
}
body.cl-account_recommlist.is-logged-in #newOutfit h1 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
body.cl-account_recommlist.is-logged-in .simplemodal-overlay {
  z-index: 100001 !important;
}
body.cl-account_recommlist.is-logged-in .simplemodal-wrap {
  padding: 30px;
  width: 540px !important;
}
body.cl-account_recommlist.is-logged-in #simplemodal-container {
  left: 50% !important;
  margin-left: -270px;
  z-index: 1000010 !important;
}
body.cl-account_recommlist.is-logged-in #simplemodal-container a.modalCloseImg {
  right: 3px;
  z-index: 1000010 !important;
}
body.cl-account_recommlist.is-logged-in .submitButton {

}
body.cl-account_recommlist.is-logged-in .submitButton {
  padding: 0 10px 1px 10px;
  font-size: 11px;
  height: 19px;
  line-height: 18px;
  cursor: pointer;
  width: auto;
  overflow: visible;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #333;
  background-color: #fff;
  text-align: center;
  margin-top: 12px;
}
body.cl-account_recommlist.is-logged-in .submitButton:hover {
  background-color: #333;
  color: #fff;
}
body.cl-account_recommlist.is-logged-in #newOutfit input,
body.cl-account_recommlist.is-logged-in #newOutfit .form textarea {
  padding-left: 5px;
  width: 476px;
}
body.cl-account_recommlist.is-logged-in #newOutfit input {
  margin-bottom: 11px;
}
body.cl-account_recommlist.is-logged-in ul.head_saverecommlist li {
  list-style-type: none;
  width: 970px;
}
body.cl-account_recommlist.is-logged-in ul.head_saverecommlist li .nameHead {
  margin-left: -4px;
  margin-top: -27px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-size: 10px;
}
body.cl-account_recommlist.is-logged-in ul.head_saverecommlist li .fakeinplace.headline {
  width: 482px;
  padding: 1px 3px 1px 18px;
  font-family: "Lato";
  font-size: 13px;
  margin-left: -5px;
  margin-bottom: 34px;
  height: 32px;
  float: left;
}
body.cl-account_recommlist.is-logged-in ul.head_saverecommlist li #recommListSaveButton {
  height: 32px;
  margin-top: 0;
  font-size: 10px;
  color: #fff;
}
body.cl-account_recommlist.is-logged-in ul.gridView.placeholder li {
  list-style-type: none;
  float: left;
}
body.cl-account_recommlist.is-logged-in ul.gridView.placeholder li img {
  height: 165px;
  width: 165px;
  border: 1px solid #e4e4e4;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: 24px;
  margin-bottom: 36px;
  margin-top: -13px;
}
body.cl-account_recommlist.is-logged-in ul.gridView.placeholder .outfitCreateInfotext h1 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
body.cl-account_recommlist.is-logged-in ul.gridView.placeholder .outfitCreateInfotext h1:last-of-type {
  margin-top: -9px;
}
body.cl-account_recommlist.is-logged-in #recommendProductList {
  float: right;
  margin-right: -135px;
  width: 243px;
}
body.cl-account_recommlist.is-logged-in .account_recommlist {
  margin-left: -15px;
  width: 220px;
}
body.cl-account_recommlist.is-logged-in #recommendationsLists {
  margin-left: 208px;
}
body.cl-account_recommlist.is-logged-in .productBox {
  width: 250px;
  float: left;
  position: relative;
}
body.cl-account_recommlist.is-logged-in .productBox:hover .for_zum_shop {
  display: block;
}
body.cl-account_recommlist.is-logged-in .dcof_profile .profile_content ul.head_saverecommlist li a.actionLink.bigButton {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  float: left;
  font-weight: 400;
  margin-bottom: 15px;
  margin-left: 45px;
  padding: 8px 3px 5px;
  text-align: center;
  font-size: 10px;
  height: 32px;
  position: relative;
  width: 163px;
}
body.cl-account_recommlist.is-logged-in .dcof_profile .profile_content ul.head_saverecommlist li a.actionLink.bigButton span {
  margin-left: 25px;
  font-size: 10px;
}
body.cl-account_recommlist.is-logged-in .dcof_profile .profile_content ul.head_saverecommlist li a.actionLink.bigButton i.fa-plus {
  font-size: 16px;
  position: absolute;
  top: 7px;
  left: 15px;
}
body.cl-account_recommlist.is-logged-in .gridPicture {
  display: none;
}
body.cl-account_recommlist.is-logged-in .productData .contenthover {
  position: absolute;
  top: 44px;
  left: 10px;
}
body.cl-account_recommlist.is-logged-in .for_zum_shop {
  background-color: #fff;
  border: 1px solid #181111;
  color: #333333;
  display: none;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 12px;
  width: 90px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 126px;
}
body.cl-account_recommlist.is-logged-in .lead {
  height: 10px;
  padding: 5px 0;
  background: #fff;
  font-size: 13px;
  color: #333333;
  font-family: 'Lato';
  font-weight: 700;
  text-align: center;
}
body.cl-account_recommlist.is-logged-in .brand {
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
body.cl-account_recommlist.is-logged-in .title {
  height: 35px;
}
body.cl-account_recommlist.is-logged-in .img-responsive {
  margin: 30px auto 8px auto;
}
body.cl-account_recommlist.is-logged-in a.btn.btn-primary {
  color: #333;
  text-transform: uppercase;
  border: 1px solid #ffdddd !important;
  padding: 3px 10px 4px;
  font-weight: 400;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 65px;
}
body.cl-account_recommlist.is-logged-in a.btn.btn-primary:hover {
  color: #fff;
  border: 1px solid #f0a6a7 !important;
  background-color: #f0a6a7;
}
body.cl-account_recommlist.is-logged-in .content .old_price_vorher {
  position: absolute;
  left: 162px;
  color: #f2a6a5;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  font-weight: 400;
}
body.cl-account_recommlist.is-logged-in .content .oldPrice del {
  position: absolute;
  left: 201px;
  color: #f2a6a5;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  font-weight: 400;
}
body.cl-account_recommlist.is-logged-in i.fa-cloud-upload {
  font-size: 21px;
  margin-right: 19px;
  position: relative;
  top: 3px;
}
body.cl-account_recommlist.is-logged-in .descriptionHead {
  font-size: 11px;
  margin-left: 0;
  margin-top: 60px;
  text-transform: uppercase;
}
body.cl-account_recommlist.is-logged-in textarea.fakeinplace {
  resize: none;
  overflow: hidden;
  height: 151px;
  margin-top: 5px;
  padding: 5px;
  width: 324px;
}
body.cl-account_recommlist.is-logged-in input[type="range"] {
  position: absolute;
  top: 40px;
  left: 158px;
  width: 200px;
}
body.cl-account_recommlist.is-logged-in #save-image {
  position: absolute;
  top: 30px;
  left: 373px;
  height: 32px;
  padding: 0 10px;
  background: #333;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
@media (max-width: 1100px) {
  body.cl-account_recommlist.is-logged-in #recommendProductList {
    margin-right: 71px;
  }
  body.cl-account_recommlist.is-logged-in ul.head_saverecommlist li .fakeinplace.headline {
    width: 450px;
  }
  body.cl-account_recommlist.is-logged-in .dcof_profile.accountDashboardView {
    margin-top: 43px !important;
  }
  body.cl-account_recommlist.is-logged-in ul.head_saverecommlist li .nameHead {
    margin-top: -10px;
  }
}
body.cl-recommlist .recommlist {
  width: 38.3%;
  margin-left: -15px;
}
body.cl-recommlist .graybg {
  height: 440px;
  width: 360px;
  padding: 20px 0 20px 25px;
  margin-top: 36px;
}
body.cl-recommlist .graybg h1 {
  color: #333;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.7px;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
}
body.cl-recommlist .graybg h1 + span a {
  font-weight: 400;
  font-size: 12px;
  margin-left: -1px;
}
body.cl-recommlist .graybg .profileLink {
  color: #aaa;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  float: left;
}
body.cl-recommlist .graybg .profileLink a {
  color: #aaa;
}
body.cl-recommlist .graybg span.likes {
  top: -1px;
}
body.cl-recommlist .graybg i.fa-heart-o {
  font-size: 11px;
}
body.cl-recommlist .graybg i.fa-plus {
  color: #f0a6a6 !important;
}
body.cl-recommlist .graybg i.fa-heart {
  display: none;
  position: absolute;
  bottom: 2px;
  color: #f0a6a6;
  font-size: 11px;
}
body.cl-recommlist .graybg a.actionLink.bigButton.likeButton:hover i.fa-heart,
body.cl-recommlist .graybg a.actionLink.bigButton.likeButton:hover i.fa-plus {
  display: block;
}
body.cl-recommlist .graybg a.actionLink.bigButton.likeButton:hover .like-count i.count-text {
  display: none;
}
body.cl-recommlist .graybg .firstcell {
  font-family: "Caveat", cursive;
  color: #b2b1b1;
  text-align: left;
  font-size: 20px;
  line-height: 18px;
}
body.cl-recommlist .graybg .secondcell {
  font-family: "Caveat", cursive;
  color: #b2b1b1;
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  margin-left: 15px;
}
body.cl-recommlist .graybg .secondcell i {
  color: #b2b1b1;
  font-size: 22px;
}
body.cl-recommlist .profil_details .outfit-profile-img img {
  border-radius: 28px;
  max-height: 56px;
  max-width: 56px;
  margin-right: 15px;
  float: left;
}
body.cl-recommlist .profil_details .folgen a {
  color: #f2a6a5;
  font-family: "Caveat", cursive;
  font-size: 21px;
}
body.cl-recommlist .profil_details .folgen a i {
  color: #f2a6a5;
}
body.cl-recommlist .profil_details {
  margin-top: 128px;
  width: 360px;
  position: relative;
}
body.cl-recommlist .profil_details .profileLink {
  position: absolute;
  left: 70px;
  top: 7px;
}
body.cl-recommlist .profil_details .profileLink a {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  font-weight: 900;
  letter-spacing: 0.7px;
}
body.cl-recommlist .profil_details .followers {
  position: absolute;
  top: 39px;
  left: 27px;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.7px;
}
body.cl-recommlist .profil_details .folgen {
  position: absolute;
  left: 180px;
  top: 21px;
}
body.cl-recommlist .profil_details .folgen a {
  color: #f2a6a5;
  font-family: "Caveat", cursive;
  font-size: 21px;
}
body.cl-recommlist .profil_details .folgen a i {
  color: #f2a6a5;
  font-size: 16px;
}
body.cl-recommlist .profil_details .description {
  width: 328px;
  margin-top: 29px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
body.cl-recommlist .profile_edit_button:hover {
  background-color: inherit !important;
}
body.cl-recommlist .profil_details {
  margin-top: 128px;
  width: 360px;
  position: relative;
}
body.cl-recommlist .profil_details .followers {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.7px;
}
body.cl-recommlist .img-responsive {
  margin: 0 auto;
  margin-bottom: 7px;
}
body.cl-recommlist h5.descriptionHead {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  margin-top: 35px;
}
body.cl-recommlist .gridPicture {
  display: none;
}
body.cl-recommlist .productData {
  margin-bottom: 30px;
  margin-top: 11px;
  list-style-type: none;
}
body.cl-recommlist .productData a.for_zum_shop {
  width: 90px;
  border: 1px solid #333;
  position: absolute;
  top: -128px;
  left: 50%;
  margin-left: -45px;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
  padding: 5px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-align: center;
}
body.cl-recommlist .text-center {
  position: relative;
}
body.cl-recommlist .productData:hover a.for_zum_shop {
  visibility: visible;
}
body.cl-recommlist .lead.text-nowrap {
  font-size: 13px;
  font-weight: bold;
}
body.cl-recommlist .brand {
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
body.cl-recommlist .listDetails.text-center a.btn.btn-primary {
  color: #333;
  text-transform: uppercase;
  border: 1px solid #ffdddd !important;
  padding: 3px 10px 4px;
  font-weight: 400;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
}
body.cl-recommlist .listDetails.text-center a.btn.btn-primary:hover {
  color: #fff;
  border: 1px solid #f0a6a7 !important;
  background-color: #f0a6a7;
}
body.cl-recommlist .text-muted del {
  color: #f2a6a5 !important;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  position: absolute;
  top: -2px;
  left: 184px;
  font-weight: 400;
}
body.cl-recommlist .old_price_vorher {
  color: #f2a6a5 !important;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  position: absolute;
  top: -2px;
  left: 149px;
  font-weight: 400;
}
body.cl-recommlist .recommComments h5 {
  color: #333;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
body.cl-recommlist .recommComments li {
  border-top: 0;
}
body.cl-recommlist .recommComments button.submitButton {
  background-color: #ebebeb;
  color: #333;
  letter-spacing: 0.7px;
  margin-left: 245px;
  padding: 4px 8px;
  height: auto;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
body.cl-recommlist .profileLink {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.7px;
}
body.cl-recommlist .profileLink a {
  font-weight: 900;
}
body.cl-recommlist .folgen {
  width: 60px;
  position: absolute;
  left: 103px;
  top: 12px;
}
body.cl-recommlist .alloutfits {
  margin-top: 55px;
}
body.cl-recommlist .alloutfits a {
  border: 1px solid #333;
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 25px;
  padding: 5px 18px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 12px;
}
body.cl-recommlist .alloutfits a:hover {
  background-color: #333;
  color: #fff;
}
body.cl-recommlist .dcof-img-prev {
  position: relative;
  top: -258px;
  left: 9px;
  font-size: 36px;
  background-color: #ccc;
  border-radius: 50%;
  width: 36px;
  padding-left: 10px;
  opacity: 0.5;
  cursor: pointer;
  color: black;
}
body.cl-recommlist .dcof-img-next {
  position: relative;
  right: -250px;
  top: -258px;
  font-size: 36px;
  background-color: #ccc;
  border-radius: 50%;
  width: 36px;
  padding-left: 13px;
  opacity: 0.5;
  cursor: pointer;
  color: black;
}
body.cl-recommlist.is-logged-in .col-xs-12.recommlist {
  width: 264px;
}
body.cl-recommlist.is-logged-in .graybg {
  height: 440px;
  width: 360px;
  padding: 20px 0 20px 25px;
}
body.cl-recommlist.is-logged-in .graybg a.actionLink.bigButton.likeButton {
  text-align: left;
  padding-left: 41px;
  position: relative;
  padding-top: 5px;
}
body.cl-recommlist.is-logged-in .graybg a.actionLink.bigButton.likeButton:hover {
  display: block;
}
body.cl-recommlist.is-logged-in .graybg a.actionLink.bigButton.likeButton:hover i.fa-heart,
body.cl-recommlist.is-logged-in .graybg a.actionLink.bigButton.likeButton:hover i.fa-plus {
  display: block;
}
body.cl-recommlist.is-logged-in .graybg a.actionLink.bigButton.likeButton:hover i.fa-heart-o,
body.cl-recommlist.is-logged-in .graybg a.actionLink.bigButton.likeButton:hover i.count-text {
  display: none;
}
body.cl-recommlist.is-logged-in .recommlist span.likes {
  position: static;
}
body.cl-recommlist.is-logged-in .recommlist span.likes i.fa-heart-o {
  color: #333;
  font-size: 11px;
  position: absolute;
  bottom: 8px;
}
body.cl-recommlist.is-logged-in .recommlist span.likes i.fa-heart {
  position: absolute;
  bottom: 8px;
  color: #f0a6a6;
  font-size: 11px;
  display: none;
}
body.cl-recommlist.is-logged-in .like-count {
  position: absolute;
  bottom: 22px;
  left: 132px;
}
body.cl-recommlist.is-logged-in .recommlist span.likes i.fa-plus {
  position: absolute;
  bottom: 22px;
  color: #f0a6a6;
  display: none;
}
body.cl-recommlist.is-logged-in .recommlist #sidebar {
  margin-top: 35px;
}
body.cl-recommlist.is-logged-in .recommBigPic #dcof-main-pic {
  margin: 1px 0 8px 111px !important;
}
body.cl-recommlist.is-logged-in #dcof-additional-image-1 {
  margin-left: 113px;
}
body.cl-recommlist.is-logged-in .recommComments {
  margin-left: 113px;
}
body.cl-recommlist.is-logged-in .dcof-img-prev {
  position: relative;
  top: -265px;
  left: 117px;
  font-size: 36px;
  background-color: #ccc;
  border-radius: 50%;
  width: 36px;
  padding-left: 10px;
  opacity: 0.5;
  cursor: pointer;
}
body.cl-recommlist.is-logged-in .dcof-img-next {
  position: relative;
  right: -365px;
  top: -265px;
  font-size: 36px;
  background-color: #ccc;
  border-radius: 50%;
  width: 36px;
  padding-left: 13px;
  opacity: 0.5;
  cursor: pointer;
}
body.cl-recommlist.is-logged-in .recommlist .shareicons a .dcof-icon {
  background-color: #b2b1b1;
  padding: 3px;
}
body.cl-recommlist.is-logged-in .recommlist .shareicons a .dcof-icon:hover {
  background-color: #f0a6a6;
}
body.cl-recommlist.is-logged-in h1 {
  color: #333;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.7px;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 0;
}
body.cl-recommlist.is-logged-in h1 + span a {
  font-weight: 400;
}
body.cl-recommlist.is-logged-in .profileLink,
body.cl-recommlist.is-logged-in .profileLink a {
  color: #aaa;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
}
body.cl-recommlist.is-logged-in .profil_details .outfit-profile-img img {
  border-radius: 28px;
  max-height: 56px;
  max-width: 56px;
  margin-right: 15px;
  float: left;
}
body.cl-recommlist.is-logged-in .outfit-detail-likes,
body.cl-recommlist.is-logged-in .shareicons {
  text-align: left;
}
body.cl-recommlist.is-logged-in .outfit-profile-slogan {
  margin-top: 49px;
}
body.cl-recommlist.is-logged-in .firstcell,
body.cl-recommlist.is-logged-in .secondcell {
  font-family: "Caveat", cursive;
  color: #b2b1b1;
  text-align: left;
  font-size: 24px;
}
body.cl-recommlist.is-logged-in .secondcell {
  margin-left: 20px;
}
body.cl-recommlist.is-logged-in .secondcell .fa-angle-right {
  color: #b2b1b1;
}
body.cl-recommlist.is-logged-in .profil_details {
  margin-top: 128px;
  width: 360px;
  position: relative;
}
body.cl-recommlist.is-logged-in .profil_details .profileLink {
  position: absolute;
  left: 70px;
  top: 7px;
}
body.cl-recommlist.is-logged-in .profil_details .profileLink a {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  font-weight: 900;
  letter-spacing: 0.7px;
}
body.cl-recommlist.is-logged-in .profil_details .followers {
  position: absolute;
  top: 42px;
  left: 22px;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.7px;
}
body.cl-recommlist.is-logged-in .profil_details .folgen {
  position: absolute;
  left: 170px;
  top: 24px;
}
body.cl-recommlist.is-logged-in .profil_details .folgen a {
  color: #f2a6a5;
  font-family: "Caveat", cursive;
  font-size: 21px;
}
body.cl-recommlist.is-logged-in .profil_details .folgen a i {
  color: #f2a6a5;
}
body.cl-recommlist.is-logged-in .profil_details .description {
  width: 328px;
  margin-top: 29px;
  color: #999;
  font-size: 12px;
}
body.cl-recommlist.is-logged-in #sidebar .profile_edit_button:hover {
  background-color: #fff;
}
body.cl-recommlist.is-logged-in .alloutfits {
  margin-top: 35px;
}
body.cl-recommlist.is-logged-in .alloutfits a {
  border: 1px solid #333;
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 25px;
  padding: 5px 18px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 12px;
}
body.cl-recommlist.is-logged-in .alloutfits a:hover {
  background-color: #333;
  color: #fff;
}
body.cl-recommlist.is-logged-in .recommComments h5 {
  color: #333;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
body.cl-recommlist.is-logged-in .recommComments .commentInput {
  border: 1px solid #e1e1e1;
  margin-bottom: 0;
  height: 70px;
  margin-top: 21px;
  font-size: 12px;
  width: 340px;
}
body.cl-recommlist.is-logged-in button.submitButton {
  background-color: #ebebeb;
  color: #333;
  letter-spacing: 0.7px;
  margin-left: 249px;
  padding: 4px 11px;
  height: auto;
  border: none;
  text-transform: uppercase;
  font-size: 11px;
}
body.cl-recommlist.is-logged-in h5.descriptionHead {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  margin-top: 35px;
}
body.cl-recommlist.is-logged-in .gridPicture {
  display: none;
}
body.cl-recommlist.is-logged-in .itemListRight {
  float: none;
  width: inherit;
}
body.cl-recommlist.is-logged-in .recommBigPic {
  margin-right: 145px;
}
body.cl-recommlist.is-logged-in #productList {
  list-style-type: none;
  display: block;
  width: 250px;
  float: right;
}
body.cl-recommlist.is-logged-in #productList li {
  width: 250px;
  position: relative;
  float: left;
  margin-bottom: 30px;
  margin-top: 11px;
}
body.cl-recommlist.is-logged-in #productList li img {
  margin: 0 auto;
}
body.cl-recommlist.is-logged-in #productList li:hover a.for_zum_shop {
  visibility: visible;
}
body.cl-recommlist.is-logged-in #productList li .title {
  height: 40px;
  padding: 0 5px;
}
body.cl-recommlist.is-logged-in .listDetails.text-center {
  margin-top: 7px;
}
body.cl-recommlist.is-logged-in .listDetails.text-center span.lead.text-nowrap {
  font-size: 13px;
  font-weight: bold;
}
body.cl-recommlist.is-logged-in .listDetails.text-center .brand {
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
body.cl-recommlist.is-logged-in .listDetails.text-center a.btn.btn-primary {
  color: #333;
  text-transform: uppercase;
  border: 1px solid #ffdddd !important;
  padding: 3px 10px 4px;
  font-weight: 400;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
}
body.cl-recommlist.is-logged-in .listDetails.text-center a.btn.btn-primary:hover {
  color: #fff;
  border: 1px solid #f0a6a7 !important;
  background-color: #f0a6a7;
}
body.cl-recommlist.is-logged-in .listDetails.text-center .oldPrice.text-muted,
body.cl-recommlist.is-logged-in .listDetails.text-center .old_price_vorher {
  display: none;
}
body.cl-recommlist.is-logged-in .listDetails.text-center a.for_zum_shop {
  width: 90px;
  border: 1px solid #333;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
  padding: 5px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-align: center;
  margin-top: 34px;
}
body.cl-recommlist.is-logged-in .pagination a {
  border: 1px solid #e7e7e7;
  font-size: 12px;
  height: 26px;
  padding: 3px 9px;
  margin: 1px;
}
body.cl-recommlist.is-logged-in .pagination .active a,
body.cl-recommlist.is-logged-in .pagination a:hover {
  background: #434343;
  color: #fff;
  border-color: #434343;
}
body.cl-recommlist.is-logged-in .pagination a:hover i {
  color: #fff;
}
body.cl-recommlist.is-logged-in .pagination .prev.disabled {
  display: none;
}
body.cl-recommlist.is-logged-in .pagination .prev i,
body.cl-recommlist.is-logged-in .pagination .next i {
  font-size: 16px;
}
body.cl-dcof_profile #wrapper {
  margin-left: -27px;
}
body.cl-dcof_profile h1 {
  float: right;
  font-family: "Caveat", cursive;
  font-size: 50px;
  font-weight: 300;
  line-height: 79px;
  text-align: center;
  text-transform: none;
  width: 100%;
}
body.cl-dcof_profile .profile_pic.public img {
  border-radius: 75px;
  max-height: 150px;
  max-width: 150px;
  margin-top: 43px;
  margin-bottom: 22px;
}
body.cl-dcof_profile .profileLink {
  width: 82px;
}
body.cl-dcof_profile .profileLink a {
  color: #434343;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 12px;
}
body.cl-dcof_profile .followers {
  float: left;
  font-weight: 400;
  width: 88px;
  color: #333;
  font-size: 13px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: -12px;
}
body.cl-dcof_profile .profil_details.alloutfitsfrom {
  position: relative;
}
body.cl-dcof_profile .folgen {
  width: 60px;
}
body.cl-dcof_profile .folgen a {
  background-color: #fff !important;
  color: #f2a6a5;
  font-family: "Caveat", cursive;
  font-size: 21px;
  position: absolute;
  top: 21px;
  left: 100px;
  width: 65px;
}
body.cl-dcof_profile .folgen i {
  position: absolute;
  color: #f2a6a5;
  top: 2px;
  left: 49px;
}
body.cl-dcof_profile .description {
  margin-top: 37px;
  color: #999;
  line-height: 18px;
}
body.cl-dcof_profile .likes i.hrt1 {
  font-size: 11px;
}
body.cl-dcof_profile img.img_circle {
  bottom: 10px;
  right: 34px;
}
body.cl-dcof_profile .recommendations .title > a.title {
  margin-top: 12px;
  height: 32px;
}
body.cl-dcof_profile .recommendations .description {
  margin-top: 0;
}
body.cl-dcof_profile #footer .slogan {
  padding-top: -37px;
}
body.cl-dcof_outfits.is-logged-in a.actionLink.bigButton.likeButton {
  padding-top: 0;
}
body.cl-dcof_outfits.is-logged-in a.actionLink.bigButton.likeButton span.likes {
  margin-top: 4px;
}
body.cl-dcof_outfits.is-logged-in a.actionLink.bigButton.likeButton span.likes .hrt1 {
  font-size: 11px;
}
body.cl-dcof_outfits.is-logged-in a.actionLink.bigButton.likeButton span.likes .hrt2 {
  top: 5px;
}
body.is-logged-in a.actionLink.bigButton.likeButton {
  height: 30px;
  padding-top: 4px;
}
body.is-logged-in a.actionLink.bigButton.likeButton .likes .hrt2 {
  top: 3px;
}
body.is-logged-in a.actionLink.bigButton.likeButton .like-count i.fa-plus {
  top: -1px;
}
body.cl-vendorlist.v_asos .underdog {
  margin-left: -15px;
  margin-right: -30px;
}
body.cl-vendorlist.v_asos .vendorlist {
  width: 232px;
  height: 120px;
  background-image: url(/out/portal/img/asos.jpg);
  background-repeat: no-repeat;
  background-position: 16px 61px;
}
body.cl-vendorlist.v_asos .page-header {
  border-bottom: none;
}
body.cl-vendorlist.v_asos .page-header h1 {
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  color: #333;
  text-transform: uppercase;
  padding: 9px 10px 7px 0;
  overflow: hidden;
  margin-bottom: -23px;
  margin-top: 6px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.7px;
}
body.cl-vendorlist.v_asos .refineParams .pagination {
  margin-top: -4px;
}
body.cl-vendorlist.v_asos .listRefine {
  margin-bottom: 50px;
  border-bottom: 1px solid #DFDFDF;
}
body.cl-vendorlist.v_asos .listRefine .for_s_n {
  float: left;
  color: #333;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 10px;
  letter-spacing: 0.7px;
  margin: -5px 0 7px;
}
body.cl-vendorlist.v_asos .listRefine .for_sortieren_nach_btn {
  border: none;
  background-color: inherit;
}
body.cl-vendorlist.v_asos .listRefine .for_wahlen {
  border: 1px solid #E7E7E7;
  padding: 5px 10px;
  padding-right: 130px;
  font-size: 11px;
  font-weight: 700;
}
body.cl-vendorlist.v_asos .listRefine i.for_i_sortieren_nach {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 16px;
  font-weight: 500;
}
body.cl-vendorlist.v_asos .listRefine .prev span {
  display: none;
}
body.cl-vendorlist.v_asos .listRefine .prev i,
body.cl-vendorlist.v_asos .listRefine .next i {
  font-size: 16px;
}
body.cl-vendorlist.v_asos .listRefine a,
body.cl-vendorlist.v_asos .listRefine .pagination > .disabled > span {
  border: 1px solid #e7e7e7;
  font-size: 12px;
  height: 25px;
  padding: 3px 9px;
  margin: 1px;
}
body.cl-vendorlist.v_asos .listRefine .pagination > .active > a,
body.cl-vendorlist.v_asos .listRefine a:hover,
body.cl-vendorlist.v_asos .listRefine a:focus {
  background: #434343;
  border-color: #434343;
  color: #fff;
}
body.cl-vendorlist.v_asos .listRefine a:hover i {
  color: #fff;
}
body.cl-vendorlist.v_asos .listRefine .for_dropdown_styles {
  top: 19px;
  left: 124px;
  width: 183px;
  border-top: none;
  border-left-color: #E7E7E7;
  border-right-color: #E7E7E7;
  padding: 0;
  padding-bottom: 10px;
}
body.cl-vendorlist.v_asos .listRefine .for_dropdown_styles > li > a {
  border: none;
  padding: 3px 0;
  line-height: 18px;
  border-bottom: 1px solid #E7E7E7;
  margin-left: 12px;
  margin-right: 12px;
}
body.cl-vendorlist.v_asos .listRefine .for_dropdown_styles > li > a:hover {
  color: inherit;
  background-color: inherit;
}
body.cl-vendorlist.v_asos .listRefine .for_dropdown_styles > li:first-child > a {
  border-top: 1px solid #E7E7E7;
}
body.cl-vendorlist.v_asos .listRefine .for_dropdown_styles i.fa-caret-down,
body.cl-vendorlist.v_asos .listRefine .for_dropdown_styles i.fa-caret-up {
  display: none;
}
body.cl-vendorlist.v_asos .pagination-options a,
body.cl-vendorlist.v_asos .pagination-options .pagination > .disabled > span {
  border: 1px solid #e7e7e7;
  font-size: 12px;
  height: 25px;
  padding: 3px 9px;
  margin: 1px;
}
body.cl-vendorlist.v_asos .pagination-options a:hover,
body.cl-vendorlist.v_asos .pagination-options a:focus,
body.cl-vendorlist.v_asos .pagination-options .pagination > .active > a {
  background: #434343;
  border-color: #434343;
  color: #fff;
}
body.cl-vendorlist.v_asos .pagination-options a:hover i {
  color: #fff;
}
body.cl-vendorlist.v_asos .pagination-options .prev i,
body.cl-vendorlist.v_asos .pagination-options .next i {
  font-size: 16px;
}
body.cl-vendorlist.v_asos .pagination-options .prev.disabled {
  display: none;
}
body.cl-vendorlist.v_asos #boxwrapper_productList .img-responsive {
  max-width: 300px;
  width: 230px;
  height: 230px;
}
body.cl-vendorlist.v_asos #boxwrapper_productList .price {
  text-align: center;
  margin-top: 7px;
}
body.cl-vendorlist.v_asos #boxwrapper_productList .price .lead.text-nowrap {
  font-size: 13px;
  color: #333333;
  font-weight: 700;
}
body.cl-vendorlist.v_asos #boxwrapper_productList .oldPrice.text-muted .for_vorher {
  color: #f2a6a5;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  position: absolute;
  left: 152px;
  font-weight: 400;
}
body.cl-vendorlist.v_asos #boxwrapper_productList .oldPrice.text-muted del {
  color: #f2a6a5;
  font-family: 'Caveat', cursive;
  font-size: 15px;
  position: absolute;
  left: 187px;
  font-weight: 400;
}
body.cl-vendorlist.v_asos #boxwrapper_productList a.for_zum_shop {
  width: 100px;
  border: 1px solid #333;
  padding: 5px 18px;
  position: absolute;
  top: 106px;
  left: 50%;
  margin-left: -50px;
  background-color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
  color: #333;
}
body.cl-vendorlist.v_asos #boxwrapper_productList .a_list_right_content:hover a.for_zum_shop {
  visibility: visible;
}
body.cl-vendorlist.v_asos #boxwrapper_productList .for_von {
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
body.cl-vendorlist.v_asos #boxwrapper_productList .title {
  text-align: center;
  height: 50px;
}
body.cl-vendorlist.v_asos #boxwrapper_productList .for_vorschau_button {
  padding: 5px 10px 4px;
  color: #333;
  text-transform: uppercase;
  border: 1px solid #ffdddd !important;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 70px;
  margin-left: 73%;
}
body.cl-vendorlist.v_asos #boxwrapper_productList .for_vorschau_button:hover {
  color: #fff;
  border: 1px solid #f0a6a7 !important;
  background-color: #f0a6a7;
}
.head_search_box .head_search_box_closebtn {
  padding-top: 28px;
}
#mainnav .nav > li > a {
  padding-left: inherit;
  margin-right: 0;
}
.navbar-nav {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -31px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .navbar-nav {
    margin: 0px -31px 0px -31px;
  }
  .dropdown-menu {
    top: 40px;
  }
  #mainnav .nav > li > a {
    padding-bottom: 29px;
  }
}
#footer ul.fotterlinks li.newsletter a {
  margin-right: 9px;
  border-right: 1px solid #333 !important;
}
@media (max-width: 1100px) {
  body {
    overflow-x: hidden;
  }
  body.is-logged-in #header .slogan {
    right: -11px;
  }
  body.is-logged-in #topMenu.topMenuAccount {
    left: 215px;
  }
  #mainnav {
    width: 965px !important;
  }
  #navigation {
    margin-left: -30px;
    margin-right: -43px;
  }
  .footergrey .footergrey_sevices_box {
    width: 970px;
  }
  .footergrey .footergrey_sevices_box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .container,
  .head_search_box {
    width: 760px;
  }
  #header .search-col {
    margin-left: 0;
    width: 359px;
    padding-top: 31px;
  }
  body.cl-alist #header .slogan {
    right: 2px;
    margin-top: 2px;
  }
  body.is-logged-in #header .slogan {
    right: -36px;
  }
  body.is-logged-in #topMenu.topMenuAccount {
    left: 112px;
  }
  body.cl-account_recommlist.is-logged-in #recommendProductList {
    float: none;
  }
  body.cl-account_recommlist.is-logged-in ul.head_saverecommlist li {
    width: 655px;
  }
  body.cl-account_recommlist.is-logged-in .profile_content,
  body.cl-account_recommlist.is-logged-in ul.head_saverecommlist li {
    width: 535px;
  }
  body.cl-account_recommlist.is-logged-in .dcof_profile .profile_content ul.head_saverecommlist li a.actionLink.bigButton {
    margin-left: -5px;
  }
  body.cl-account_recommlist.is-logged-in .recommBigPic {
    float: none;
    margin-left: -5px;
  }
  #header .slogan {
    right: -35px;
  }
  #header #loginBoxOpener {
    margin-right: -36px;
  }
  #mainnav {
    width: 760px !important;
  }
  #mainnav .nav > li > a {
    font-size: 12px;
  }
  #topMenu.topMenuAccount {
    left: 134px;
  }
  body.is-logged-in #topMenu.topMenuAccount {
    left: 95px;
    top: 62px;
  }
  body.is-logged-in #header .slogan {
    right: -20px;
  }
  body.is-logged-in #sidebar {
    margin: 0 auto;
  }
  #navigation {
    margin-left: -2px;
    margin-right: -12px;
  }
  body.cl-account_noticelist.is-logged-in .picture.text-center img {
    margin: auto;
  }
  body.cl-account_noticelist.is-logged-in #boxwrapper_noticelistProductList .listDetails .old_price_vorher {
    left: 227px;
  }
  body.cl-account_noticelist.is-logged-in #boxwrapper_noticelistProductList .listDetails .oldPrice {
    left: 263px;
  }
  body.cl-dcof_profile #wrapper {
    margin-left: 17px;
  }
  .dcof_profile #sidebar {
    margin: 0 auto !important;
    width: 400px !important;
  }
  .outfit-profile-img {
    width: 95px !important;
    height: 25px !important;
    margin: 0 auto !important;
  }
  .folgen a {
    left: 255px !important;
  }
}
@media (max-width: 600px) {
  .head_search_hover {
    height: 188px;
  }
  .head_search_box {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head_search_box .head_search_box_label {
    width: 70%;
    margin-top: 40px;
  }
  .head_search_box .top_group_serch #searchParam {
    width: 70%;
  }
  .head_search_box .top_group_serch {
    margin-top: 19px;
  }
  .head_search_box .head_search_box_closebtn {
    padding-top: 25px;
  }
}
#multifilter_filters .multifilter_reset_sidebar {
  margin-top: 24px;
  margin-bottom: 12px !important;
}
#multifilter_filters .multifilter_reset_sidebar a {
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
#multifilter_filters .multifilter_reset_sidebar a b {
  font-size: 12px;
}
#multifilter_filters .filterclose {
  color: #f2a6a5;
  font-family: "Caveat", cursive;
  font-weight: 700;
  padding: 0 12px 0 0;
  font-size: 14px;
  margin-top: 45px;
}
#multifilter_filters .attrhead label {
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
}
#multifilter_filters .attrhead {
  margin-bottom: 17px;
}
#multifilter_filters .attrcol.variant {
  margin-top: 30px;
}
#multifilter_filters .attrcol.variant p.attrfilter {
  float: left;
  margin-right: 3px;
}
#multifilter_filters .attrcol.variant p.attrfilter.active label {
  background-color: #434343 !important;
}
#multifilter_filters .attrcol.variant p.attrfilter.active label span {
  color: #fff;
}
#multifilter_filters .attrcol.variant p.attrfilter label span {
  font-family: "Caveat", cursive;
  font-size: 18px;
  line-height: 23px;
  position: absolute;
  top: -3px;
  left: 6px;
}
#multifilter_filters .attrcol.variant p:not(#foo) > input + label {
  font-family: "Caveat", cursive;
  background: none;
  width: 32px;
  height: 16px;
  padding-left: 7px;
  padding-bottom: 14px;
  border: 1px solid #CECECE;
  overflow: hidden;
  cursor: pointer;
}
#multifilter_filters .attrcol.variant div.mfshowmore {
  margin: 4px 0 4px 75px;
  padding-top: 33px;
}
#multifilter_filters .attrcol.variant .colorpick {
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 8px 12px 0;
  width: 24px;
}
#multifilter_filters .attrcol.variant .colorpick .colorpick_picker {
  background-image: none;
  width: 24px;
  height: 24px;
  border-radius: 3px;
}
#multifilter_filters .attrcol.variant .colorpick:hover {
  border-color: transparent;
}
#multifilter_filters .attrcol.variant .colorpick {
  border: none;
}
#multifilter_filters .attrcol.variant .colorpick[title*=beige] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -331px -1px transparent;
  background-color: #F5F1DD !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=beige] .colorpick_picker.active {
  background-position: -331px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=blau] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll 0 -1px transparent;
  background-color: #0094DC !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=blau] .colorpick_picker.active {
  background-position: 0 -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=braun] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -271px -1px transparent;
  background-color: #6B3014 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=braun] .colorpick_picker.active {
  background-position: -271px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=gelb] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -181px -1px transparent;
  background-color: #FFEC00 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=gelb] .colorpick_picker.active {
  background-position: -181px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=gold] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -421px -1px transparent;
  background-color: #DEB909 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=gold] .colorpick_picker.active {
  background-position: -421px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=grau] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -151px -1px transparent;
  background-color: #666666 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=grau] .colorpick_picker.active {
  background-position: -151px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=gruen] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -61px -1px transparent;
  background-color: #58AD14 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=gruen] .colorpick_picker.active {
  background-position: -61px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=multicolor] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -391px -1px transparent;
  background-color: #0FDDC2 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=multicolor] .colorpick_picker.active {
  background-position: -391px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=orange] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -211px -1px transparent;
  background-color: #FF8400 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=orange] .colorpick_picker.active {
  background-position: -211px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=rose] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -240px -1px transparent;
  background-color: #FF4093 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=rose] .colorpick_picker.active {
  background-position: -240px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=rot] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -31px -1px transparent;
  background-color: #E20000 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=rot] .colorpick_picker.active {
  background-position: -31px -26px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=schwarz] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -91px -1px transparent;
  background-color: #000000 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=schwarz] .colorpick_picker.active {
  background-position: -91px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=silber] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -450px -1px transparent;
  background-color: #E1E1E1 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=silber] .colorpick_picker.active {
  background-position: -450px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=tuerkis] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -362px -1px transparent;
  background-color: #4CBEB7 !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=tuerkis] .colorpick_picker.active {
  background-position: -362px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=violett] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -301px -1px transparent;
  background-color: #940F7E !important;
}
#multifilter_filters .attrcol.variant .colorpick[title*=violett] .colorpick_picker.active {
  background-position: -301px -27px;
}
#multifilter_filters .attrcol.variant .colorpick[title*=weiss] .colorpick_picker {
  background: url("../../img/sprite_filter.png") no-repeat scroll -121px -1px transparent;
  background-color: #FFFFFF !important;
  border: 1px solid #DADADC;
}
#multifilter_filters .attrcol.variant .colorpick[title*=weiss] .colorpick_picker.active {
  background-position: -121px -25px;
}
#multifilter_filters .price_slider {
  margin-top: 30px;
}
#multifilter_filters .price_slider .attrhead {
  margin-bottom: 24px;
}
#multifilter_filters .price_slider .ui-slider a.ui-slider-handle {
  background: transparent url("../../img/price_slider.png") 50% 50% no-repeat;
  border: none;
  width: 19px;
  height: 23px;
  top: -25px;
  margin-left: -10px;
}
#multifilter_filters .price_slider .ui-widget-content {
  height: 4px;
  width: 175px;
  -webkit-transition: all 0.03s ease-out;
  transition: all 0.03s ease-out;
  border-color: #CECECE;
}
#multifilter_filters .price_slider .ui-widget-header {
  background-color: #CECECE;
}
#multifilter_filters .price_slider .slidervalbox input[type="text"].slidervalinput {
  font-size: 17px;
  font-family: "Caveat", cursive;
  text-align: left;
  width: 25px;
}
#multifilter_filters .price_slider .slidervalbox {
  border: none;
  font-family: "Caveat", cursive;
  font-size: 18px;
  width: 40px;
}
#multifilter_filters .price_slider .slider-amount {
  margin: 8px 0 0 63px;
  position: relative;
}
#multifilter_filters .price_slider .for_eu {
  font-size: 17px;
  font-family: "Caveat", cursive;
  float: left;
  padding-top: 1px;
}
#multifilter_filters .price_slider .slidervalto {
  float: left;
  font-size: 11px;
  height: 15px;
  position: absolute;
  left: 35px;
  top: 7px;
}
#multifilter_filters .sale {
  margin-top: 30px;
}
#multifilter_filters .sale .attrbody span {
  cursor: pointer;
}
#multifilter_filters .attrcol.manufacturer {
  margin-top: 30px;
  position: relative;
}
#multifilter_filters .attrcol.manufacturer .attrhead {
  margin-bottom: 54px;
}
#multifilter_filters .attrcol.manufacturer #manufacturer_filter_header {
  position: absolute;
  top: 38px;
}
#multifilter_filters .attrcol.manufacturer #manufacturer_filter_header input.filterinput {
  border-radius: 0;
  margin-left: -1px;
  padding-left: 5px;
}
#multifilter_filters .attrcol.manufacturer .attrbody {
  padding-left: 0;
  max-height: 162px;
  min-height: 79px;
  border: 1px solid #CECECE;
  width: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 77px;
  margin-left: 0;
}
#multifilter_filters .attrcol.manufacturer .attrbody li {
  margin-left: 4px;
  height: 23px;
  text-transform: uppercase;
  position: relative;
}
#multifilter_filters .attrcol.manufacturer .attrbody li span {
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 18px;
  line-height: 11px;
}
#multifilter_filters .attrcol.manufacturer .attrbody p:not(#foo) > input + label,
#multifilter_filters .attrcol.manufacturer .attrbody div.mfshowmore,
#multifilter_filters .attrcol.manufacturer .attrbody div.mfshowless {
  margin-left: 5px;
}
.for_sortieren_nach_btn {
  cursor: default;
  background-color: inherit;
}
body.cl-search .for_sortieren_nach_btn {
  cursor: none;
  background-color: #fff;
  border: 0;
  float: left;
}
body.cl-search .btn-default:active, body.cl-search .btn-default.active, body.cl-search  .open > .dropdown-toggle.btn-default {

  background-color: #fff;

}
.for_sortieren_nach_btn button.for_wahlen {
  cursor: pointer;
}
.for_sortieren_nach_btn button.for_wahlen:visited {
  background-color: inherit !important;
  border-color: inherit;
}
#start_texts a {
  text-decoration: underline !important;
}
#start_texts > div {
  font-size: 12px;
}
#start_texts h1 {
  font-size: 14px;
  color: #666 !important;
  font-weight: bold;
}
body.marken ul.tree li.lastmarke {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #c5c5c5;
  width: 980px;
  clear: both;
}
body.marken ul.tree li.first {
  float: left;
  width: 100px;
  display: inline;
  margin-top: -16px;
  height: 268px;
}

/****
NL-Layer
****/

.newsletterlayer_start_wrapper ,
.dsvgolayer_start_wrapper {
  bottom: 25%;
  left: 50%;
  position: fixed;
  z-index: 99999;
}


.dsvgolayer_start_wrapper {
  bottom: 0;
  left: 310px;
}


.newsletterlayer_start {
  background: #ffffff;
  height: 270px;
  left: 310px;
  bottom: 0;
  width: 440px;
  z-index: 1002;
  border-image: none;
  border:3px solid #333;
  margin: 0 0 0 -540px;
  position: relative;
  display: none;
}
.dsvgolayer_start {
  height: 102px;
  width: 980px;
  left: 49px;
  padding: 10px 30px;
  border: 0;
  margin: auto;
}
.newsletterlayer_start .nllstart_text h2,
.dsvgolayer_start .dsvgostart_text h2{
  font-size: 17px;
  margin: 54px auto 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 3px;
  letter-spacing: 0.7px;
}
.newsletterlayer_start .nllstart_text .slogan,
.dsvgolayer_start .dsvgostart_text .slogan{
  font-size: 18px;
  margin: 15px auto;
  text-align: center;
  color: #f2a6a5;
  width: 220px;
  font-weight: 400;
  padding-bottom: 3px;
  font-family: "Caveat", cursive;
}

.newsletterlayer_start .form_inner input.textbox ,
.dsvgolayer_start .form_inner input.textbox {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #333;
  color: #a0a0a0;
  float: left;
  font-size: 12px;
  height: 34px;
  margin-left: 57px;
  margin-right: 0;
  padding-left: 10px;
  width: 167px;
}
.newsletterlayer_start button.submitButton:hover ,
.dsvgolayer_start button.submitButton:hover {
  background-color: #f1a5a4;
}
body.cl-account_recommlist.is-logged-in .newsletterlayer_start button.submitButton{
  margin-top: 0;
}
.newsletterlayer_start button.submitButton ,
body.cl-account_recommlist.is-logged-in .newsletterlayer_start button.submitButton,
.dsvgolayer_start button.submitButton {
  background: #333;
  color:#ffffff;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  height: 34px;
  display: block;
  padding: 0 10px;
  letter-spacing: 0.5px;
  border: 0;
  font-family: "Lato", sans-serif;
}
.newsletterlayer_start .newsletter_email {
  height: 37px;
  margin-left: 53px;
  padding-left: 10px;
  width: 170px;
}

.newsletterlayer_start .nllstart_text ,
.dsvgolayer_start .nllstart_text {
  height: 140px;
}

.newsletterlayer_start .nllstart_text p {
  font-size: 13px;
  line-height: 18px;
  margin: 15px 0;
  text-align: center;
  color: #333;
  letter-spacing: 0.5px;
}

.dsvgolayer_start .dsvgostart_text p {
  text-align: center;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.5px;
  font-family: lato;
}
.dsvgolink{
  float: left;
  width:50%;
  padding-right: 20px;
}
.dsvgolink a{
  background-color: #dcdbdc;
  color: #909091;
  display: block;
  line-height: 32px;
  width: 120px;
  text-align: center;
  font-size: 13px;
  font-family: lato;
  float: right;
}
.dsvgosubmit a{
  background-color: #14a637;
  color: #fff;
  display: block;
  line-height: 32px;
  width: 120px;
  text-align: center;
  float: left;
  font-size: 15px;
  font-family: lato;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.dsvgosubmit a:hover, .dsvgosubmit a:focus{
  color: #fff!important;
}

.dsvgosubmit{
  float: right;
  width:50%;
  padding-left: 20px;
}
.dsvgolayer_block {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 104px;
  overflow: auto;
  background-color: #fff;
  border: 2px solid #e1b3b6;
  border-width: 2px 0 0 0;
  z-index: 999999;
}

.newsletterlayer_start .nllstart_closebtn {
  background: url("../../img/bg_newsletter_layer_close.png") no-repeat transparent;
  height: 22px;
  right: 14px;
  top: 13px;
  width: 22px;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  border: 0;
}

.cookieinfo{
  text-align: center;
  background-color: #d1d1d1;
  color: #ffffff;
  line-height: 25px;
  font-size: 12px;
  display: none;
}
.cookieinfo a{
  color: #ffffff;
}
.cookieinfo button{
  background-color: #ffffff;
  border: 1px solid #716f6f;
  color: #716f6f;
  margin: 0 10px;
  padding: 0 2px;
  font-weight: 400;
  font-size: 10px;
}
.cl-start .oxSlider {
  margin-top: 13px;
}
/*# sourceMappingURL=portal.css.map */