/** 
    BLOC WISHLIST CSS
**/

@media screen {
    .czWlLabelPrint, .czWlHeaderPrint {
        display: none;
    }
}

@media print {
    .czWlLabelPrint, .czWlHeaderPrint {
        display: block;
    }

    .ftAdPaves, .noPrint, #czSb, #footer, #header {
        display: none !important;
    }
}

.cZmanagePopingPaddingTop{
    padding-top: 1.5em;
}

.addToWishList {
    margin: 20px 0;
    position: relative;
    text-align: center;
}

.addToWishList .variantMsg {
    left: calc(-100% + 30px);
    top: -5px;
}

/* Debut styles Carrousel */
.czCarousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.czCarousel .cPdtItem .price {
    display: inline-block;
    font-family: impact,trebuchet ms,arial,sans-serif;
    font-size: 3.3em;
    font-weight: normal;
    height: 1em;
    line-height: 1em;
    margin-top: .3em;
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

.czCarousel .cPdtItem .price sup {
    font-size: .5em;
}

.czCarousel .cPdtItTit {
    color: #323232; 
    font-weight: bold;
    height: 2em;
    line-height: 1em;
    margin: 2.3em 0 .6em 0;
    overflow: hidden;
    white-space: normal;
}

.czCarousel .cPdtItStar span {
    display: inline-block;
    height: 13px;
    padding-left: 3px;
    vertical-align: bottom;
}

.czCarousel .cPdtItStar .sta {
    display: inline-block;
}

/* Fin style Carrousel */

.czConvertGlToWlBloc {
    border: 1px solid #d9d9d9;
    cursor: pointer;
    display: inline-block;
    margin-top: 25px;
    padding: 25px 0;
    width: 100%;
}

.czConvertGlToWlBloc:hover { 
    background-color: #f9f9f9;
}

.czConvertGlToWlBloc > img {
    float:left;
    margin: 7px 30px;
}

.czConvertGlToWlBloc .czConvertNav {
    color: #096ec8;
    display: inline-block;
    float: right;
    font-size: 2.3em;
    margin: 10px 30px;
} 

.czConvertGlToWlTxtBloc {
    float: left;
    margin-top: 5px;
    width: 80%;
}

.czConvertGlToWlTxtBloc p {
    font-size: 13px;
    line-height: normal;
    margin: 0;
}

.czConvertWlToGlBloc {
    border-top: 1px solid #d9d9d9;
    cursor: pointer;
    display: inline-block;
    margin-top: 25px;
    padding: 25px 0;
    width: 100%;
}

.czConvertWlToGlBloc:hover { 
    background-color: #f9f9f9;
}

.czConvertWlToGlBloc > img {
    float:left;
    margin: 7px 25px;
}

.czConvertWlToGlBloc .czConvertNav {
    color: #096ec8;
    display: inline-block;
    float: right;
    font-size: 2.3em;
    margin: 15px 15px 0 0;
} 

.czConvertWlToGlTitle {
    font-size: 13px;
    font-weight: bold;
}

.czConvertWlToGlTxtBloc {
    float: left;
    width: 390px;
}

.czConvertWlToGlTxtBloc p {
    font-size: 13px;
    line-height: normal;
    margin: 0;
}

.czCreateWl {
    float: left;
    margin-top: 5px;
}

.czCreateWl label {
    font-size: 13px;
    font-weight: bold;
    padding: .85em .85em;
    width: auto;
}

.czCreateWl .btOrange, .czCreateWl .mainButton {
    clear: none;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 36px;
    margin-left: 5px;
    padding: 0;
    width: 130px;
}

.czCreateWl .error li {
    cursor: pointer;
}

.czCreateWl input[type=text] {
    width: 34%;
}

/*Cas des erreurs dans le champs "titre" */
.czCreateWl input[type=text]:invalid,
.czCreateWl input[type=text]:-moz-submit-invalid,
.czCreateWl input[type=text]:required {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.czCreateWl input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #848484;
    font-size: 13px;
    font-weight: bold;
}

.czCreateWl input[type=text]::-moz-placeholder { /* Firefox 19+ */
    color: #848484;
    font-size: 13px;
    font-weight: bold;
}

.czCreateWl input[type=text]:-ms-input-placeholder { /* IE 10+ */
    color: #848484;
    font-size: 13px;
    font-weight: bold;
}

.czCreateWl input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #848484;
    font-size: 13px;
    font-weight: bold;
}

.czCreateWlFields {
    display: inline-block;
}

.czCreateWlSuccess {
    color: #7fba00;
    cursor: pointer;
    font-size: 13px;
    padding: 0 1em;
}

/* format Delete popin message */
.czWlPopinHeaderMessage{
	padding: 5px;
    line-height: 35px;
    text-align: center;
    padding-top: 12px;
}

/* padding delete popin bloc */
.cZDelPopinBloc{
	padding: .5em 1em 1.5em 1.5em;
}

.czDelWlPopin {
        left: 35%;
        max-width: 560px;
        text-align: left;
        width: 530px;
}

.czDelWlPopin .pClose {
    font-size: 13px;
    position: absolute;
    right: 2%;
    top: 10px;
}

.czDelWlPopin p {
    font-size: 1.1em;
    line-height: 0;
    margin-bottom: 15px;
}

.czErrCreateWl {
    color: #ff0000;
    cursor: pointer;
    font-size: 13px;
}

.czErrCreateWl span {
    cursor: pointer;
}

.czErrCreateWl ul.error {
    padding: 0;
}

.czGiftlistBandeaux {
    padding-bottom: 10px;
}

.czGiftlistBandeaux img {
    width:100%;
}

.czManWlPopin {
    border: 4px solid #f7f7f7;
    border-radius: 0;
    box-shadow: 0 0 0 1px #d9d9d9;
    left: 35%;
    max-width: 580px;
    padding: 1em 1em 1em 1em;
    text-align: left;
    width: 560px;
}

.czManWlPopin .pClose {
    font-size: 13px;
    position: absolute;
    right: 2%;
    top: 10px;
}

.czManWlPopin p {
    font-size: 1.1em;
    line-height: 1;
    margin: 20px 0 12px 2px;
}

.czMLCreationBtnBloc {
    border-bottom: 2px solid #e7e8ef;
    display: inline-table;
    min-height: 55px;
    width: 100%;
}

.czMLCreationBtnBloc p {
    float: left;
    font-size: 15px;
    margin-top: 10px;
    max-width: 60%;
    padding-left: 15px;
    width: auto;
}

.czMLCreationBtns {
    float: right;
    margin: 10px 0 20px 0;
    min-width: 36%;
    width: auto;
}

.czMLCreationBtns .btWhite {
    background: transparent;
    border-color: #d8d5d5;
    color: #096ec8;
    float: left;
    height: 40px;
    margin: 0 5px;
    padding: 0 15px;
    text-align: center;
}

.czMLCreationBtns .btWhite img {
    margin-left: 5px;
}

.czMlHeaderBloc p {
    font-size: 15px;
}

.czMlPermaLinkBloc {
    margin-top: 20px;
}

.czMlPermaLinkBloc input[type=button] {
    height: 40px;
    margin: 0;
    padding: 0;
    width: 140px;
}

.czMlPermaLinkBloc input[type=text] {
    margin-left: 15px;
    padding: .9em .85em;
}

.czMlPermaLinkPopin {
    border: 4px solid #f7f7f7;
    border-radius: 0;
    box-shadow: 0 0 0 1px #d9d9d9;
    left: 35%;
    max-width: 580px;
    text-align: left;
    width: 550px;
}

.czMlPermaLinkPopin .pClose {
    font-size: 13px;
    position: absolute;
    right: 2%;
    top: 10px;
}

.czMlSharingBloc {
    border: 1px solid #dddddd;
    border-radius: 3px;
    bottom: 10px;
    float: right;
    padding: 5px;
    position: absolute;
    right: 0;
}

.czMlSharingBloc > a {
    display: block;
    margin-top: 5px;
    text-align: center;
}

.czMlSharingBloc > ul {
    display: table-row;
    padding: 10px;
}

.czMlSharingBloc > ul > li {
    display: block;
    float: left;
}

.czMlSharingBtns {
    display: table;
}

.czMlSharingBtns > a, 
.czMlSharingBtns .czMlSharingPermaLinkBtn  {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 40px;
    margin: 6px 5px;
    width: 40px;
}

.czMlSharingDisabledBtn {
    cursor: default;
    opacity: 0.2;
    pointer-events: none;
}

.czMlSharingFbBtn {
    background: url('https://www.cdiscount.com/RWD/FACEBOOK.png') no-repeat center;
}

.czMlSharingGplsBtn {
    background: url('https://www.cdiscount.com/RWD/GOOGLEPLUS.png') no-repeat center;
}

.czMlSharingMailBtn {
    background: url('https://www.cdiscount.com/RWD/MAIL.png') no-repeat center;
}

.czMlSharingPermaLinkBtn {
    background: url('https://www.cdiscount.com/RWD/PERMALIEN.png') no-repeat center;
}

.czMlSharingTwtBtn {
    background: url('https://www.cdiscount.com/RWD/TWITTER.png') no-repeat center;
}

.czMlVertSep {
    border-right: 1px solid #cfd1db;
    float: left;
    height: 45px;
    margin: 5px;
}

.czMngGlAcceptCondition {
    float: left;
    font-weight: bold;
    padding: 15px 0 0 5px;
}

.czMngGlAddressBookBloc {
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    border-top:0;
    float: left;
    width: 100%;
}

.czMngGlAddressBookContentDv {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.czMngGlAddressBookRbLbl {
    border-top: 1px solid #aaaaaa;
    font-weight: bold;
    height: 45px;
    padding: 15px 22px;
    text-align: left;
    width: 100%;
}

.czMngGlAuthorizeLbl {
    font-weight: bold;
    margin-left: 21%;
    text-align: left;
    width: 75%;
}

.czMngGlCounter {
    color: #909090;
    padding : 0;
    width: 33.4%;
}

.czMngGlDashedBorderSep {
    border-top: 1px dashed #909090;
    float: left;
    margin: 20px 0;
    width: 100%;
}

.czMngGlErrorBloc {
    color: #f00!important;
    display: table;
    float: left;
}

.czMngGlErrorBloc span {
    color: #f00;
    cursor: pointer;
    display: table-row;
}

.czMngGlFieldDt {
    background-position: right 8px center;
    border: 1px solid #aaaaaa;
    height: 40px;
    max-width: 250px;
    width: 250px;
}

.czMngGlFieldLbl {
    font-size: 13px;
    vertical-align: middle;
    width: 22%;
}

.czMngGlFieldLbl span {
    color: #909090;
    display: block;
    padding-right: 5px;
}

.czMngGlFieldSlt {
    border: 1px solid #aaa;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    max-width: 250px;
    width: 250px;
}

.czMngGlFieldTxt {
    border: 1px solid #aaaaaa;
    height: 40px;
    max-width: 530px;
    width: 530px;
}

.czMngGlFieldTxtArea {
    border: 1px solid rgb(170, 170, 170); 
    height: 140px;
    margin: 0px 0px 10px;
    max-width: 530px;
    width: 531px; 
}

/*Faire disparaitre place holder des input de création de liste cadeaux */
.czMngGlFieldTxt:-moz-placeholder,
.czMngGlFieldTxtArea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
    opacity: 1;
}

.czMngGlFieldTxt:-ms-input-placeholder,
.czMngGlFieldTxtArea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
}

.czMngGlFieldTxt::-moz-placeholder,
.czMngGlFieldTxtArea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
}

.czMngGlFieldTxt::-webkit-input-placeholder,
.czMngGlFieldTxtArea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FFFFFF;
}

.czMngGlFormDesc {
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 20px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.czMngGlFormTitle {
    font-size: 20px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.czMngGlFormTitle span {
    color: #909090;
}

.czMngGlHeader {
   margin-bottom: 20px;
}

.czMngGlHeader h1 {
    border: 0;
    float: left;
    margin-bottom: 0;
}

.czMngGlHeader img {
    margin: 1px 6px;
}

.czMngGlPreventPdtBloc {
    display: block;
    float: left;
    margin-top: 30px;
    width: 100%;
}

.czMngGlPreventPdtBloc input[type=button]{
    background: transparent;
    border: 2px solid #ccd3dd;
    color: #096ec8;
    float: right;
    height: 40px;
    margin: 0 20px;
    padding: .7em .85em;
    width: 90px;
}

.czMngGlPreventPdtBloc input[type=submit]{
    float: right;
    font-weight: normal;
    height: 40px;
    margin: 0 0 5px 0;
    width: auto;
}

.czMngGlPreventPdtBloc label {
    font-weight: bold;
    text-align: left;
    width: 100%;
}

.czMngGlValidationSummary li {
    color: #f00!important;
    cursor: pointer;
}

.czMyWishList {
    margin: 10px;
}

.czMyWishList > h1 {
    border-bottom: 2px solid #e7e8ef;
    padding: 0 0 .3em;
}

.czMyWishListBackHome {
    border-right: 1px solid #D7D9E4;
    color: #096ec8;
    cursor: pointer;
    float: left;
    font-size: 2.3em;
    height: 29px;
    margin-right: 15px;
    text-align: center;
    width: 35px;
}

.czMyWishListHeader {
    border-bottom: 2px solid #e7e8ef;
    height: 100px;
    position: relative;
}

.czMyWishListHeader select {
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 35px;
    padding-left: 6px;
    width: 30%;
}

.czMyWishListHome h1 {
    border: 0;
    margin-bottom: 0;
}

.czProductProgress {
    background: #eee;
    border-radius: 50px;
    height: 5px;
    margin: 14px auto 7px auto;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
    width: 135px;
}

.czProductProgressBar {
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: 40%;
}

.czProductProgressBg {
    background: linear-gradient(to right, #ffa500, #f00);
    border-radius: 50px;
    height: 9px;
    position: relative;
    width: 210px;
}

.czProductVfCountdown {
    color: #ff0000;
    float: left;
    margin: 7px auto;
}

.czSecureWl {
    color: #f00;
    font-size: 13px;
    font-weight: bold;
}

.czSecureWlDeleteTxt {
    color: #f00;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 0 20px;
}

.czSecureWlDetails {
   color: #f00;
   margin: 25px 0 0 10px;
}

.czShopperBloc {
    font-size: 13px;
    text-align: center;
    width: 190px;
}

.czShopperBloc span {
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}

.czSlAddProductBloc {
    float: right;
    margin: auto 20px;
    position: relative;
}

.czSlAddProductBloc .btGreen {
    float: none;
    font-size: 16px;
    height: 44px;
    margin: 0;
    padding: 10px 0;
    width: 190px;
}

.czSlAddProductBloc .fTSidesOp {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.czSlAddProductBloc .noPrint {
    display: table;
}

.czSlAddProductBloc .opImg {
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

.czSlAddProductBloc select {
    float: left;
    height: 39px;
    margin-top: 10px;
    padding-left: 6px;
    width: 135px;
}

.czSlBandeaux {
    margin: -60px 20px 0 20px;
    padding-bottom: 10px;
}

.czSlBandeaux img {
    width:100%;
}

.czWlAddAllToBasketBtn {
    float: right;
    font-size: 16px;
    height: 44px;
    margin: 20px 20px 0 0;
    padding: 10px 0;
    width: 290px;
}

.czWlClosePopIn {
   cursor: pointer;
   float: right;
   font-size: 13px;
   font-weight: bold;
   margin-right: 15px;
}

.czWlCreationBloc {
    border: 1px solid #D7D9E4;
    float: left;
    height: auto;
    margin: 0 10px 0 0;
    padding: 10px;
    width: 100%;
}

.czWlCreationBloc h2 {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAABmJLR0QAMgAyADLNmjDnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AMHEQ8nP5GTqAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAVUlEQVQY02NgGHyAkYGBgeH6zSfGDAwMSgwMDHs01WXeoytigSo4A+XfY2BgUEZXxAQ1AQaUrt98Iois4PrNJ4JMDAwMe6CYgYGBYRa6dSh8dBOQAQAbuBaZMEK7uAAAAABJRU5ErkJggg==') repeat-x left bottom;
    border: 0;
    color: #323232;
    font-size: 20px;
    font-weight: normal;
    height: 43px;
    margin: 0 0 0 53px;
    padding-top: 10px;
    width: calc(100% - 50px);
}

.czWlCreationBloc img {
    float: left;
    margin: 13px 0 0 6px;
}

.czWlCreationBloc p {
    float: left;
    font-size: 1.2em;
    margin: 15px 0 0 0;
    padding-left: 21px;
    width: 50%;
}

.czWlDelPopinBtn {
    margin: 25px 0 10px 30%;
}

.czWlDelPopinBtn input[type=button] {
    font-weight: normal;
    margin: 0 7px;
    padding: .7em .85em;
    width: 90px;
}

.czWlDelPopinBtn input[type=submit] {
    font-weight: normal;
    height: 40px;
    margin: 0 7px;
    padding: 0 15px !important;
    width: auto;
}

.czWldManBtn {
    background: url('https://www.cdiscount.com/RWD/OPTIONS-BIG.png') no-repeat center;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 46px;
    margin: 5px;
    text-indent: -999em;
    width: 46px;
}

.czWldPrintBtn {
    background: url('https://www.cdiscount.com/RWD/IMP-BIG.png') no-repeat center;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 46px;
    margin: 5px;
    text-indent: -999em;
    width: 46px;
}

.czWldAddProductBloc {
    float: right;
    margin: auto 20px;
    position: relative;
}

.czWldAddProduct {
  display: table-cell;
  vertical-align: middle;
}

.czWldAddProduct .error {
    cursor: pointer;
    display: inline-block;
    width: 150px;
}

.czWldAddProductBloc .btGreen {
    float: none;
    font-size: 16px;
    height: 44px;
    margin: 0;
    padding: 10px 0;
    width: 190px;
}

.czWldAddProductBloc .fTSidesOp {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.czWldAddProductBloc .opImg {
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

.czWldAddProductBloc .noPrint {
    display: table;
}

.czWldAddProductBloc select {
    float: left;
    height: 39px;
    margin-top: 10px;
    padding-left: 6px;
    width: 135px;
}

.czWldBtnOutOfStockDisabled {
    background-color: #ededed;
    border: none;
    color: #888888;
    float: none;
    font-size: 16px;
    height: 44px;
    margin: 0;
    padding: 10px 0;
    width: 190px;
}

.czWldDescBloc {
    float: left;
}

.czWldDescBlocCnt .prdtBStar .sta {
    float: left;
}
   
.czWlDelBtn {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAV1BMVEUyMjL///+/v7+ysrJ4eHg6Ojo+Pj5+fn6SkpLY2NhRUVFDQ0M5OTmYmJibm5uioqKlpaWqqqqtra1YWFi2trZhYWHMzMxBQUHl5eXy8vJ6enqKiopLS0v3sJzKAAAAT0lEQVR4Xr3HxwGAMAzAQNkhJPTe2X9ODI+MwL0kxBSYQgyTKTHlW5A1SQaoJAr4PPHgztpFuoHLbYtD+lxW9gOVO8if67VlnIlafUsS5AE3ZAb4VCRL1gAAAABJRU5ErkJggg==');
    cursor: pointer;
    float: right;
    height: 16px;
    margin: 20px 18px 0 0;
    text-indent: -999em;
    width: 14px;
}

.czWldDelProduct {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAV1BMVEUyMjL///+/v7+ysrJ4eHg6Ojo+Pj5+fn6SkpLY2NhRUVFDQ0M5OTmYmJibm5uioqKlpaWqqqqtra1YWFi2trZhYWHMzMxBQUHl5eXy8vJ6enqKiopLS0v3sJzKAAAAT0lEQVR4Xr3HxwGAMAzAQNkhJPTe2X9ODI+MwL0kxBSYQgyTKTHlW5A1SQaoJAr4PPHgztpFuoHLbYtD+lxW9gOVO8if67VlnIlafUsS5AE3ZAb4VCRL1gAAAABJRU5ErkJggg==');
    cursor: pointer;
    float: right;
    height: 16px;
    margin: 20px 0 0 40px;
    text-indent: -999em;
    width: 14px;
}

.czWldDescBlocCnt a:first-child {
    color: #323232;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.czWlDetailItem {
    border-bottom: 2px solid #e7e8ef;
    display: table;
    padding: 20px 0;
    width: 100%;
}

.czWlDetailItem .ecoBlk {
    left: 10px;
    top: 10px;
}

.czWlDetailItem .prdtBZnImg {
    float: left;
    position: relative;
}

.czWlDetailItem .prdtBZnImg img {
    height: 115px;
    margin: auto 40px;
    width: 115px;
}

.czWldFreeShipping {
    font-size: 13px;
    line-height: 18.5px;
}

.czWldProductNewPrice {
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.czWldProductOldPrice {
    font-size: 16px;
    text-decoration: line-through;
}

.czWldProductOnStock {
    color: #29b001;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
}

.czWldProductOutStock {
    color: #ff0000;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
}

.czWldProductSoldBy {
    font-size: 13px;
    margin-left: 6px;
}

.czWldRateStar {
    display: flex;
    height: 17px;
    line-height: 20px;
    margin: 5px 0;
    width: 141px;
}

.czWldRateStar img {
    background-image: url("https://www.cdiscount.com/RWD/bv/stars.png");
    background-position: 0 -20px;
    background-repeat: no-repeat;
    float: left;
    height: 17px;
    width: 100px;
}

.czWldSellBy {
    line-height: 18.5px;
}

.czWldSellBy .fpSellBy {
    display: inline;
}

.czWldVfBloc {
    border: 1px solid #f00;
    border-radius: 3px;
    color: #323232;
    height: 70px;
    padding: .5em;
    position: absolute;
    right: 210px;
    text-align: center;
    top: -10px;
    width: 155px;
}

.czWldVfBloc span:first-child {
    display: block;
    margin-top: 3px;
}

.czWldVfBloc::after {
    background: #fff;
    border-left: 1px solid #f00;
    border-top: 1px solid #f00;
    height: 13px;
    top: 26px;
    width: 13px;
}

.czWldVfBloc::before, .czWldVfBloc::after {
    content: '';
    left: 148px;
    position: absolute;
    transform: rotate(135deg);
    z-index: 1;
}

.czWlEdit {
    background-image: url('https://www.cdiscount.com/RWD/cz/parametres-hp.png');
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 15px 0 0 20px;
    text-indent: -999em;
    width: 20px;
}

.czWlEditBtn {
    background-image: url('https://www.cdiscount.com/RWD/OPTIONS-SMAL.png');
    background-position: center;
    background-repeat: no-repeat;
    border-right: 1px solid #e7e8ef;
    cursor: pointer;
    float: right;
    height: 30px;
    margin: 13px;
    padding-right: 15px;
    text-indent: -999em;
    width: 45px;
}

.czWlHeaderBloc > p {
    font-size: 15px;
}

.czWlItem {
    border-bottom: 2px solid #e7e8ef;
    height: 60px;
    cursor:pointer;
}

.czWlItem:hover {
    background-color: #f9f9f9;
}

.czWlItem .czWlItemName {
    color: #096ec8;
    float: left;
    font-size: 16px;
    margin: 20px 0 0 18px;
}

.czWlItem img {
    float: left;
    margin: 15px 0 0 18px;
}

.czWlItems {
    border-bottom: 2px solid #e7e8ef;
    height: 60px;
}
.czWlItems .btOrange {
    clear: none;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: normal;
    height: 36px;
    margin: 10px 18px 0 0;
    padding: 8px;
    width: 110px;
}

.czWlItems span {
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    margin: 15px 0 0 30px;
}

.czWlLabelPrint {
    border-bottom: 2px solid #e7e8ef;
    font-size: 1.8em;
    font-weight: bold;
    height: 40px;
    margin-top: 10px;
}

.czWlManBtn {
    background: url('https://www.cdiscount.com/RWD/cz/parametres-liste.png') no-repeat center;
    border: 2px solid #e7e8ef;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 30px;
    margin: 35px 0 0 20px;
    text-indent: -999em;
    padding: 20px;
    width: 20px;
}

.czWlManPopinBtn {
    margin: auto;
    width: 60%;
    padding: 20px 0;
}

.czWlManPopinBtn input[type=button] {
    background: transparent;
    border: 2px solid #ccd3dd;
    color: #096ec8;
    height: 40px;
    margin: 0 7px;
    padding: .7em .85em;
    width: 90px;
}

.czWlManPopinBtn input[type=submit] {
    font-weight: normal;
    height: 40px;
    margin: 0 7px;
    padding: 0 15px !important;
    width: auto;
}

.czManPopinBtn {
    margin: auto;
    width: 45%;
    padding: 25px 0;
}

.czManPopinBtn input[type=button], .czManPopinBtn input[type=submit] {
    font-weight: normal;
    margin: 0 7px;
    padding: .7em .85em;
    width: 90px;
}

.czWlManPopinCbText {
    clear: none;
    float: none;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    text-align: left;
    width: auto;
}

.czWlManPopinTb {
    font-weight: bold;
    height: 40px;
    margin-bottom: 25px;
    width: 60%;
}

.czWlManPopinTxt {
    font-weight: bold;
    height: 40px;
    width: 100%;   
}

.czWlManPopinTxt:-ms-input-placeholder { /* IE 10+ */
    color: #848484 !important;
    font-size: 13px;
    font-weight: bold;
}

.czWlNotifEnabled {
    margin-top: 15px;
    padding-left: 7px;
}

.czWlNotifEnabled input[type=checkbox] {
    margin-top: 3px;
}

.czWlOpeco{
    height: 200px;
    position: absolute;
    top: -20px;
    width: 200px;
    z-index: 1;
}

.czWlOpecoOverlay{
	bottom:0;
    height:200px!important;
    position:absolute;
    right:0;
    top:0;
    width:200px!important;
    z-index:1;
}

.czWlOpecoOverlay img{
    height:100%!important;
    margin:0!important;
    position:absolute;
    top:-10px;
    width:100%!important;
    z-index:1;
}

.czWlOpecoThumb{
    height: 115px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 50%;
}

.czWlOpecoThumb img{
    cursor: pointer;
    height: 70% !important;
    margin-left: 10px !important;
    max-height: 100px !important;
    max-width: 100px !important;
    position: relative;
    right: 0;
    top: 0;
    width: 80% !important;
}

.czWlPopinctHeader {
    font-size: 14px;
    font-weight: bold;
}

.czWlPopinctTitle {
    font-weight: bold;
    margin-bottom: 12px !important;
}

.czWlPrintBtn {
    background: url('https://www.cdiscount.com/RWD/cz/imp.png') no-repeat center;
    border: 2px solid #e7e8ef;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 30px;
    margin: 35px 0 0 20px;
    text-indent: -999em;
    padding: 20px;
    width: 20px;
}

.czWltxtfooter {
    color: #323232;
    float: left;
    font-size: 13px;
    margin: 20px 0;
}

.fpAddProductLinkImg {
    margin-right: 5px;
}

.fpErrCreateWl {
    color: #ff0000;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 10px;
}

.fpErrCreateWl span {
    cursor: pointer;
    font-weight: bold;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-right: 10px;
}

.fpProgress {
    background: #eee;
    border-radius: 50px;
    height: 5px;
    margin: 7px auto;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
    width: 125px;
}

.fpProgressBar {
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.fpProgressBg {
    background: linear-gradient(to right,#ffa500,#f00);
    border-radius: 50px;
    height: 9px;
    position: relative;
    width: 125px;
}

.fpWlBtSubCreation {
    font-size: 13px;
    height: 38px;
    padding: 0;
    width: 60%;
}

.fpWlCancelCreation {
    cursor: pointer;
}

.fpWlClosePopIn {
    cursor: pointer;
    float: right;
    font-size: 13px;
    margin-right: 15px;
}

.fpWlContent ::-webkit-scrollbar {
    width: 6px;
}

.fpWlContent ::-webkit-scrollbar-thumb {
    background: #ccd3dd;
    border-radius: 2px;
}

.fpWlCreationBloc {
    margin-top: 30px;
}

.fpWlCreationBloc input[type=button] {
    border-radius: 3px;
    color: #096ec8;
    font-size: 13px;
    height: 38px;
    margin: 0 6px 0 0;
    padding: 0;
    width: 35%;
}

.fpWlCreationTxt {
    border: 1px solid #cfd1db;
    margin: 10px 0;
    padding: 10px .85em;
    width: 99%;
}

.fpWlCreationTxt:-ms-input-placeholder { /* IE 10+ */
    color: #848484 !important;
} 

.fpWlPopin {
    border: 4px solid #f7f7f7;
    border-radius: 0;
    box-shadow: 0 0 0 1px #d9d9d9;
    left: 0;
    min-height: 170px;
    padding: 15px 10px 20px 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 55px;
    width: 270px;
}

.fpWlPopin::before, .fpWlPopin::after {
    background: #fff;
    border-left: 4px solid #f7f7f7;
    border-top: 4px solid #f7f7f7;
    content: '';
    height: 15px;
    position: absolute;
    right: 130px;
    top: -10px;
    transform: rotate(45deg);
    width: 15px;
    z-index: 1;
}

.fpWlPopin::after {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    height: 14px;
    top: -12px;
    width: 14px;
}

.fpWlPopin .pClose {
    font-size: 13px;
    position: absolute;
    right: 4%;
    top: 14px;
}

.fpWlPopinctHeader {
    font-size: 14px;
    font-weight: bold;
    height: 0;
}

.fpWlradio {
    margin-top: 40px;
    max-height: 158px;
    overflow-y: auto;
    padding-top: 2px;
}

.fpWlradio input[type=radio]{
    float: left;
    margin: 5px  0;
}

.fpWlradio > li {
    margin-bottom: 12px;
}

.fpWlradio label {
    color: #096ec8;
    cursor: pointer;
    font-size: 13px;
}

.fpWlradio label img {
    margin: 0 5px 0 10px;
}

.fpWlradio label span {
    display: block;
    padding-top: 3px;
}
.fpWlradioBtn {
    margin-top: 40px;
    max-height: 158px;
    overflow-y: auto;
    padding-top: 2px;
}

.fpWlradioBtn > li {
    margin-bottom: 12px;
}

.fpWlradioBtn label {
    color: #096ec8;
    cursor: pointer;
    font-size: 13px;
}

.fpWlSep {
    border-top: 1px solid #ccd3dd;
    margin: 20px -10px;
}

.fpWlShowWlLink {
    display: block;
    margin-top: 16px;
}

.fpWlPopin input[type=button]{
    clear: none;
    float: left;
    font-weight: normal;
    height: 40px;
    padding: 0;
}

.fpWlPopin input[type=submit] {
    clear: none;
    font-weight: normal;
    height: 40px;
    padding: 0;
    width: 99%;
}

.hiddenOverlay{
	display:none;
}
/* Start SharedList style */

.slClosePopin {
   cursor: pointer;
   float: right;
   font-size: 13px;
   font-weight: bold;
   margin-right: 15px;
}

.slContent {
   margin: 0 20px;
}

.slContent a {
   color: #096ec8;
   text-decoration: none;
}

.slEventDateBloc {
    margin: 10px 20px;
}

.slEventDateBloc label {
    font-size: 13px;
    line-height: 0;
    margin-left: 10px;
    padding-right: 5px;
    text-align: left;
    width: auto;
}

.slEventDateBloc span {
    font-size: 13px;
    font-weight: bold;
}

.slEventDescBloc {
    border-bottom: 2px solid #e7e8ef;
    float: left;
    margin: 0 20px;
    padding-bottom: 10px;
    width: 97.5%;
}

.slEventDescBloc label {
    font-weight: bold;
    font-size: 13px;
    line-height: 0;
    margin-left: 10px;
    text-align: left;
    width: auto;
}

.slErrCreate {
    color: #ff0000;
    cursor: pointer;
    font-size: 13px;
}

.slErrCreate ul.error {
    padding: 0;
}

.slNameBloc {
    border-bottom: 2px solid #e7e8ef;
    margin: 0 20px;
    padding-bottom: 10px;
}

.slNameBloc img {
    margin-left: 10px;
}

.slNameBloc span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: bottom;
}

.slNamePopinTxt {
    font-weight: bold;
    height: 40px;
    width: 100%;   
}

.slPopinBtn {
    margin: 20px 0 10px 30%;
}

.slPopinBtn input[type=button], .slPopinBtn input[type=submit] {
    font-weight: normal;
    height: 40px;
    margin: 0 7px;
    padding: 0px 15px !important;
    width: 90px;
}

.slPopinctHeader {
    font-size: 14px;
    font-weight: bold;
}

.slPopinctTitle {
    font-weight: bold;
    margin-bottom: 20px !important;
}

.slShopperBloc {
    float: left;
    font-size: 13px;
    padding-top: 20px;
    text-align: center;
    width: 190px;
}

.slShopperBloc span {
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.slShopperPopin {
    border: 4px solid #f7f7f7;
    border-radius: 0;
    box-shadow: 0 0 0 1px #d9d9d9;
    left: 35%;
    max-width: 580px;
    padding: 1em 1em 1em 1em;
    text-align: left;
    width: 530px;
}

.slShopperPopin .pClose {
    font-size: 13px;
    position: absolute;
    right: 2%;
    top: 10px;
}

/* End SharedList style */

/*Start responsive design managment  */

@media only screen and (max-width: 630px) { 

    .czMlPermaLinkPopin{
      width: 95%;
      left: 2%;
    }
    .czDelWlPopin
    {
      width: 95%;
      left: 2%;
    }

    .czConvertGlToWlBloc .czConvertNav {
        margin-left: 15px;
        margin-top: 55px;
    }

    .czConvertGlToWlBloc > img {
        display: none;
    }

    .czConvertGlToWlBloc {
        border: 0px;
        border-top-color: rgb(217, 217, 217);
        border-top-style: solid;
        border-top-width: 3px;
        display: flex;
    }

    .czConvertGlToWlTxtBloc p {
        margin-top: 14px;
        text-align: justify;
    }

    .czConvertWlToGlBloc .czConvertNav {
        margin: 35px 15px 0 0;
    }

    .czConvertWlToGlBloc > img {
        display: none;
    }

    .czConvertWlToGlBloc {
        display: flex;
        padding: 12px 0;
        text-align: left;
    }

    .czManWlPopin,
    .slShopperPopin {
        background-color: #FFF;
        border-radius: 3px;
        box-shadow: 1px 1px 2px #5e5e5e;
        left: 1%;
        margin-left: 4px !important;
        max-width: none !important;
        position: absolute;
        text-align: center;
        width: 95%;
        z-index: 601;
    }
    
    .czManWlPopin p {
        font-size: 1.1em;
        line-height: 1;
        margin: 4px 0 3px 2px;
    }

    .wishlistCancel {
        margin: 0px 0px 0px !important;
    }

    .czMLCreationBtnBloc p {
        float: none;
        font-size: 15px;
        margin-bottom: 13px;
        margin-top: 0px;
        max-width: 100% !important;
        padding-left: 0px;
        width: 100%;
    }

    .czMLCreationBtns .btWhite {
        margin: 4px 5px 8px -1px;
    }

    .czMLCreationBtns {
        float: none;
        width: 100%;
    }    

    .czMlPermaLinkBloc input[type=text] {
        margin-left:0px;
        width: 100%;
    }
    
    .czMlPermaLinkBloc .btBlue {
        float:right;
    }

    .czMlSharingBloc {
        margin-top: 7px;
    }

    .czMlVertSep {
        display: none;
    }

    .czMngGlAddressBookBloc .czMngGlFieldSlt {
        margin-left: 13px;
        width: 90%;
    }

    .czMngGlAddressBookBloc .czMngGlFieldTxt {
        margin-left: 13px;
        width: 90%;
    }

    .czMngGlAddressBookBloc {
        overflow: auto;
    }

    .czMngGlAuthorizeLbl {
        margin-left: 0;
        text-align: justify;
        width: 100%;
    }

    .czMngGlFieldDt {
        max-width: 100%;
        width: 100%;
    }

    .czMngGlFieldLbl {
        display: none;
    }

    .czMngGlFieldSlt {
        max-width: 550px;
        width: 100%;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .czMngGlFieldTxt {
        width: 100%;
    }

    .czMngGlFieldTxtArea {
        max-width: 100%;
        width: 100%;
    }

/*Faire apparaitre les placeholders des textbox et textarea au lieu des labels*/
    .czMngGlFieldTxt:-moz-placeholder,
    .czMngGlFieldTxtArea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #A9A9A9;
        opacity: 1;
    }

    .czMngGlFieldTxt:-ms-input-placeholder,
    .czMngGlFieldTxtArea:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #A9A9A9;
    }

    .czMngGlFieldTxt::-moz-placeholder,
    .czMngGlFieldTxtArea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #A9A9A9;
        opacity: 1;
    }

    .czMngGlFieldTxt::-webkit-input-placeholder,
    .czMngGlFieldTxtArea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #A9A9A9;
    }
     
    .czMngGlHeader {
        font-size: 10px;
    }

    .czMngGlPreventPdtBloc input[type=button] {
        float: left;
        margin-right: 5px;
        margin-top: 11px;
        width: 30% !important;
    }

    .czMngGlPreventPdtBloc input[type=submit] {
        margin-top: 11px;
        padding-left: 0.7em;
        padding-right: 0.7em;
        padding-top: 0.7em;
        width: 60% !important;
    }

    .czMyWishListHeader select {
        width: 80% !important;
    } 

    .czSlAddProductBloc .btGreen {
        width: 100%;
    }

    .czSlAddProductBloc .noPrint {
        width: 100%;
    }

    .czSlAddProductBloc select {
        width: 78%;
    }

    .czSlAddProductBloc {
        margin: auto;
        width: 100%;
    }

    .czWlAddAllToBasketBtn {
        float: none;
        width: 100%;
    }

    .czWlClosePopIn {
        display: none;
    }

    .czWlDelBtn {
        background-position: center;
        background-repeat: no-repeat;
        border-left: 1px solid #e7e8ef;
        height: 22px;
        margin: 14px 0 0 18px;
        margin-left: 0px;
        width: 42px;
    }

    .czWlDelPopinBtn{
        display: flex;
        margin: auto;
        padding: 20px 0 0 0;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .czWlDelPopinBtn .btOrange{  
        float:right;
        width: 45% !important; 
    }

    .czWlDelPopinBtn .btWhite{         
        width: 45% !important;
    }
    
    .czWlDetailItem .prdtBZnImgSm img {
        height: 47%;
        margin: auto 40px;
        width: 75%;
    }

    .czWlDetailItem {
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 0px;
        width: auto;
    }

    .czWlEditBtn {
        display: none;
    }

    .czWlItem a {
        margin: 14px 0 0 12px !important;
        width: 63%;
        word-wrap: break-word;
    }

    .czWlItem {
        overflow: auto;
    }

    .czWlManPopinBtn .btOrange {
        width: 70% !important;
    }

    .czWlManPopinBtn .btWhite {
        width: 30% !important;
    }

    .czWlManPopinBtn {
        display: flex;
        margin: auto;
        padding: 20px 0 0 0;
        width: 100%;
    }

    .czWlNotifEnabled .czWlManPopinCbText {
        display: flex;
    }

    .czWlOpeco{
        right: 0;
    }

    .czWlPopinctHeader img {
        padding-left: 5px;
    }

    .czWlPopinctHeader {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }

    .czWldAddProduct {
        display: block;
    }

    .czWldAddProductBloc .btGreen {
        width: 100%;
    }

    .czWldAddProductBloc .noPrint {
        width: 100%;
    }

    .czWldAddProductBloc select {
        width: 78%;
    }

    .czWldAddProductBloc {
        margin: auto;
        width: 100%;
    }

    .czWldDelProduct {
        background-repeat: no-repeat;
        margin-bottom: 10px;
        margin-left: 25px;
        margin-right: 20px;
    }

    .czWldDescBlocCnt .prdtBStar .sta {
        margin-right: 5px;
    }

    .czWldManBtn {
        display: none;
    }

    .czWldManBtnSm {
        background:url('https://www.cdiscount.com/RWD/OPTIONS-SMAL.png') no-repeat center;
        cursor: pointer;
        display: inline-block !important;
        float: left;
        height: 46px;
        margin: 5px;
        text-indent: -999em;
        width: 46px;
    }

    .czWldPrintBtn {
        display: none;
    }

    .czWldSellBy {
        margin-top: 5px;
    }

    .czWltxtfooter {
        padding-left: 10px;
    }

    .prdtBStar {
        margin-bottom: 6px;
        margin-top: 7px;
    }

    .prdtBZnImg {
        display: none;
    }

    .prdtBZnImgSm {
        display: block !important;
        float: left;
        position: relative;
    }

    .slClosePopin {
        display:none;
    }

    .slEventDateBloc,
    .slEventDescBloc,
    .slNameBloc {
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }

    .slShopperBloc,
    .czShopperBloc  {
        margin-bottom: 10px;
        margin-left:20%;
    }
    
    .slPopinBtn{
        display: flex;
        margin: auto;
        padding: 20px 0 0 0;
        width: 100%;
    }

    .slPopinctHeader{
        text-align:left;
    }
}

@media only screen and (max-width: 800px) {  

    .czMlSharingBloc {
        margin-top: 13px;
        position: relative;
        width: 100%;
    }

    .czMlSharingBtns {
        margin: 0 auto;
    }

    .czMyWishListHeader select {
        font-size: 13px;
        height: 46.2px;
        margin-top: 6px;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 100%;
    }

    .czMyWishListHeader {
        display: table-cell;
        height: auto;
        margin-top: 0px;
        min-height: 160px;
        position: relative;
        width: 100%;
    }

    #czShareMlBloc input[type=button]
    {
        float:none !important;
        margin: 0 auto !important;
    }    
}

@media only screen and (max-width: 1360px) and (min-width : 630px) {
    
    .czMLCreationBtnBloc p { 
        margin-top: 0px;
        max-width: 100%;
        padding-left: 0px; 
    }
    .czMlPermaLinkBloc .btBlue {
        float:none !important;
        margin :0 auto !important;
    }

}
@media only screen and (max-width: 1000px) and (min-width : 630px) {
    .czConvertGlToWlBloc .czConvertNav {
        margin-left: 15px;
        margin-right: 15px;
    }

    .czConvertGlToWlBloc > img {
        margin-left: 10px;
        margin-right: 10px;
    }

    .czConvertGlToWlTxtBloc {
        width: 70%;
    }

    .czConvertWlToGlBloc > img {
        height: 40px;
        margin-left: 10px;
        width: 40px;
    }

    .czConvertWlToGlBloc {
        display: flex;
        margin-top: 10px;
        padding-bottom: 6px;
        padding-top: 13px;
    }

    .czConvertWlToGlTxtBloc {
        max-width: 416px;
        min-width: 374px;
        text-align: left;
        width: auto;
    }
    
    .czDelWlPopin,
    .czManWlPopin {
        left: 10%;
        right: 10%;
        width: auto;
    }

    .czMLCreationBtnBloc p {
        float: none;
        font-size: 15px;
        width: 100%;
    }

    .czMLCreationBtns .btWhite {
        margin-bottom: 8px;
    }

    .czMLCreationBtns {
        display: inline-table;
        float: none;
        margin-bottom: 11px;
        margin-left: 26px;
        width: 100%;
    }

    .czManWlPopin p {
        margin-top: 10px;
    }         

    .czMlPermaLinkBloc input[type=text]{
        width:97% !important;
    }

    .czMngGlAcceptCondition {
        margin-bottom: 8px;
    }

    .czMngGlAddressBookContentDv {
        max-width: 95%;
    }

    .czMngGlAuthorizeLbl {
        width: 85%;
    }

    .czMngGlFieldDt {
        max-width: none;
        width: 35%;
    }

    .czMngGlFieldLbl {
        width: 30%;
    }

    .czMngGlFieldSlt {
        max-width: none;
        width: 50%;
    }

    .czMngGlFieldTxt {
        width: 70%;
    }

    .czMngGlFieldTxtArea {
        max-width: none;
        width: 70%;
    }

    .czMngGlFormBloc {
        float: left;
        width: 100%;
    }

    .czMngGlHeader {
        width: 100%;
    }

    .czMyWishListHeader select {
        font-size: 16px;
        position: relative;
        top: 9px;
        min-width: 40%; 
    }

    .czSlAddProductBloc .btGreen {
        display: inline;
        margin-right: 10px;
        margin-top: 8px;
    }

    .czSlAddProductBloc .fTSidesOp {
        margin-right: 9px;
        margin-top: 14px;
    }

    .czSlAddProductBloc {
        display: block;
        float: right;
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100%;
        width: auto;
    }

    .czWelcomeHome {
        width: auto;
    }

    .czWlDetailItem .ecoBlk {
        left: 5px;
        top: 1px;
    }

    .czWlDetailItem .prdtBZnImg img {
        margin-left: 17px;
        margin-right: 17px;
    }

    .czWlManPopinBtn input[type=button] {
        width: auto !important;
    }

    .czWlManPopinBtn input[type=submit] {
        width: auto !important;
    }

    .czWlManPopinBtn {
        margin-bottom: 31px;
        width: 70%;
    }

    .czWlPopinctHeader > img {
        margin-left: 6px;
    }

    .czWlPopinctHeader {
        text-align: left;
    }

    .czWldAddProduct .error {
        width: auto;
    }

    .czWldAddProduct {
        display: block;
        float: none;
    }

    .czWldAddProductBloc .btGreen {
        display: inline;
        margin-right: 10px;
        margin-top: 8px;
    }

    .czWldAddProductBloc .fTSidesOp {
        margin-right: 9px;
        margin-top: 14px;
    }

    .czWldAddProductBloc {
        display: block;
        float: right;
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100%;
        width: auto;
    }

    .czWldAddProductBloc form{
        float:left;
    }
    .czWldAddProductBloc .noPrint{
        float:left;
    }
    .czWldBtnOutOfStockDisabled {
        display: inline;
        margin-right: 10px;
        margin-top: 8px;
    }

    .czWldDelProduct {
        margin-left: 8px;
    }

    .czWldDescBloc {
        float: left;
        max-width: 69%;
        width: auto;
    }

    .czWldPrintBtn {
        display: none;
    }

    .czWlOpecoThumb {
        margin-right: 30px;
    }

    .czWlOpecoThumb img{
        height:70px;
        margin:0!important;
        width: 70px;
    }

    .czWltxtfooter {
        padding-left: 10px;
    }

    .slEventDateBloc,
    .slEventDescBloc,
    .slNameBloc {
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
    
    .slShopperPopin,
    .czMlPermaLinkPopin{
        display: block;
        left: 10%;
        padding-top: 11px !important;
        right: 10%;
        width: auto;
    }
}

@media only screen and (max-width: 1024px) and (min-width : 1000px) {
    .czConvertGlToWlBloc {
        display: flex;
	    margin-top: 15px;
    }

    .czConvertGlToWlTxtBloc {
        max-width: 75%;
        width: auto;
    }

    .czMLCreationBtnBloc p {
        float: none;
        margin-bottom: 13px;
        margin-top: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .czMLCreationBtns .btWhite {
        left: 10%;
        position: relative;
    }

    .czMLCreationBtns {
        display: inline-table;        
        float: none;
        margin-bottom: 11px;
        margin-left: 26px;
        width: 100%;
    }

    .czManWlPopin {
        display: block;
        left: 20%;
        right: 10%;
        width: auto;
    }
 
    .czMngGlAcceptCondition {
        margin-bottom: 9px;
    }

    .czMngGlFieldDt {
        max-width: none;
        width: 35%;
    }

    .czMngGlFieldSlt {
        max-width: none;
        width: 50%;
    }

    .czMngGlFieldTxt {
        width: 70%;
    }

    .czMngGlFieldTxtArea {
        max-width: none;
        width: 70%;
    }

    .czMngGlFormBloc {
        float: left;
        width: 100%;
    }

    .czMngGlHeader {
        width: 100%;
    }

    .czMyWishListHeader select {
        font-size: 16px;
        width: 34%;
    }

    .czWlPopinctHeader > img {
        margin-left: 4px;
    }

    .czWldPrintBtn {
        display: none;
    }

    .czWltxtfooter {
        padding-left: 10px;
    }

    .slEventDateBloc,
    .slEventDescBloc,
    .slNameBloc {
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
}

@media only screen and (max-width: 1280px) and (min-width : 1024px) {
    .czMLCreationBtns .btWhite {
        margin-bottom: 5px;
    }

    .czMngGlFieldDt {
        width: 20%;
    }

    .czMngGlFormBloc {
        float: left;
        width: 100%;
    }

    .czWldDescBloc {
        float: left;
        max-width: 60%;
        width: auto;
    }

    .czWltxtfooter {
        padding-left: 10px;
    }

    .slEventDateBloc,
    .slEventDescBloc,
    .slNameBloc {
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    } 
}

@media only screen and (max-width: 400px) and (min-width: 0px)
{
    .czWlManPopinBtn {
       flex-wrap: wrap-reverse; 
    }

    .wishlistCancel {
        margin: 0 0px 10px !important;
        max-width:100% !important;
    }

    .czWlManPopinBtn .jsManValidate {
        margin-bottom:10px !important;
        margin-left: 0px !important;
    }

    .czWlManPopinBtn input[type=button] {
        padding: 0 !important;
    }
}

/*End responsive design managment  */