@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;
    }
}