
* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

@font-face {
    font-family: 'AkzidenzGroteskBE';
    src: url('../fonts/akzigbrg-webfont.eot');
    src: url('../fonts/akzigbrg-webfont.eot?#iefix') format('eot'), url('../fonts/akzigbrg-webfont.svg') format('svg'), url('../fonts/akzigbrg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkzidenzGroteskBEBold';
    src: url('../fonts/akzigbb_-webfont.eot');
    src: url('../fonts/akzigbb_-webfont.eot?#iefix') format('eot'), url('../fonts/akzigbb_-webfont.svg') format('svg'), url('../fonts/akzigbb_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JournalRegular';
    src: url('../fonts/journal.eot');
    src: url('../fonts/journal.eot?#iefix') format('embedded-opentype'), url('../fonts/journal.woff') format('woff'), url('../fonts/journal.ttf') format('truetype'), url('../fonts/journal-webfont.svg#JournalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenzgroteskbeboldcn';
    src: url('../fonts/akzigbbc-webfont.eot');
    src: url('../fonts/akzigbbc-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzigbbc-webfont.woff') format('woff'), url('../fonts/akzigbbc-webfont.ttf') format('truetype'), url('../fonts/akzigbbc-webfont.svg#akzidenzgroteskbeboldcn') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*header #megamenu .megamenu-content .megamenu-haircare .col1 .col-content ul,
header #megamenu .megamenu-content .megamenu-haircare .col2 .col-content ul,
header #megamenu .megamenu-content .megamenu-haircare .col3 .col-content ul,
header #megamenu .megamenu-content .megamenu-haircolor .col1 .col-content ul,
header #megamenu .megamenu-content .megamenu-haircolor .col2 .col-content ul,
header #megamenu .megamenu-content .megamenu-haircolor .col3 .col-content ul,
header #megamenu .megamenu-content .megamenu-facecare .col1 .col-content ul,
header #megamenu .megamenu-content .megamenu-facecare .col2 .col-content ul,
header #megamenu .megamenu-content .megamenu-facecare .col3 .col-content ul,
header #megamenu .megamenu-content .megamenu-bodycare .col1 .col-content ul,
header #megamenu .megamenu-content .megamenu-bodycare .col2 .col-content ul,
header #megamenu .megamenu-content .megamenu-bodycare .col3 .col-content ul,
header #megamenu .megamenu-content .megamenu-sunprotection .col1 .col-content ul,
header #megamenu .megamenu-content .megamenu-sunprotection .col2 .col-content ul,
header #megamenu .megamenu-content .megamenu-sunprotection .col3 .col-content ul {
    min-height:217px;
}*/

.arrow-right {
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFFFFF;
    margin: 3px 3px 0;
}


body {
    font-family: Arial,Helvetica,sans-serif;
    /*overflow: auto;*/
}

.body-iframe {
    overflow: hidden !important;
}

.fiftypercentleft {
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

.centertop {
    background-position: center top;
    background-repeat: no-repeat;
}

#general {
    width: 100%;
}

#menu-mobile {
    display: none;
}

#global {
    width: 100%;
}

header {
    width: 100%;
    height: 140px;
    background: #dce16d url('/lib/img/common/bg-header.jpg') center top no-repeat;
}

    header #content-header {
        position: relative;
        width: 952px;
        height: 140px;
        margin: 0 auto;
    }

    header #content-header #header-mobile .homelogo {
        display:none;
    }

        header #content-header .homelogo {
            position: absolute;
    /*display:none;*/
            top: 10px;
            left: 0;
        }

        header #content-header .my-account {
            position: relative;
            float: left;
            height: 23px;
            /*padding:9px 26px 0 12px;*/
            padding: 9px 12px 0 12px;
            font-size: 12px;
            color: #ffffff;
            /*background:#014432 url('/lib/img/common/bg-my-account.gif') right top no-repeat;*/
            background-color: #014432;
            cursor: pointer;
            margin: 0 12px 0 225px;
            text-transform: capitalize;
        }

            header #content-header .my-account .menu {
                position: absolute;
                list-style-type: none;
                margin: 0;
                padding: 0;
                top: 32px;
                right: 0;
                display: none;
            }

                header #content-header .my-account .menu li {
                    float: left;
                    height: 30px;
                    background-color: #f5f5f5;
                    margin: 0;
                    padding: 0;
                    font-size: 13px;
                    padding: 0 0 0 12px;
                    line-height: 30px;
                    margin-bottom: 1px;
                }

                    header #content-header .my-account .menu li input,
                    header #content-header .my-account .menu li a {
                        color: #004533;
                        text-decoration: none;
                        background: none;
                        border: none;
                        padding: 0;
                        cursor: pointer;
                        display: block;
                    }

            header #content-header .my-account p {
                float: right;
            }
header #content-header .my-account > p {
    display: table;
}
header #content-header .my-account > p span {
    display: table-cell;
    padding-right: 5px;
}
            header #content-header .my-account .arrow {
                display: block;
                float: right;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #ffffff;
                margin: 5px 3px 0 20px;
            }

        header #content-header #testerscorner {
            float: right;
        }

        header #content-header #header-mobile {
            display: none;
        }

    header nav ul {
        float: right;
        list-style: none;
    }

        header nav ul#list-metier {
            float: left;
        }

    header nav li {
        float: left;
        list-style: none;
    }

    header nav#top {
        float: right;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        padding: 0px 0 0 0;
        color: #ffffff;
    }

        header nav#top a {
            margin: 0 10px 0 0;
            color: #004431;
            text-decoration: none;
        }

            header nav#top a:hover {
                margin: 0 10px 0 0;
                color: #004431;
                text-decoration: underline;
            }

        header nav#top span {
            width: auto;
            float: left;
            line-height: 33px;
            margin: 0 10px 0 0;
            color: #004431;
            text-decoration: none;
        }

        header nav#top ul li {
            width: auto;
            height: 33px;
            float: left;
        }

            header nav#top ul li a, header nav#top ul li a:hover {
                width: auto;
                float: left;
                line-height: 33px;
            }

    header #content-header .search-area {
        clear: both;
        float: right;
        margin: 20px 0 0 0;
        width: 350px;
        overflow: hidden;
    }

        header #content-header .search-area label {
            display: block;
            float: right;
            font-size: 12px;
            color: #014432;
            font-weight: bold;
            text-transform: uppercase;
            margin: 3px 5px 8px 0;
        }

        header #content-header .search-area input {
            float: right;
            width: 198px;
            height: 20px;
            border: 0;
            font-size: 12px;
            color: #014432;
        }

/*#IE8 header #content-header .search-area input {
    height: 17px;
    padding: 3px 4px 0;
}*/

header #content-header .search-area .btn-search {
    display: block;
    width: 23px;
    height: 20px;
    float: right;
    margin: 0 0 0 4px;
    padding: 0 0 0 4px;
}

header #content-header .search-area .search-field {
    padding:0 4px;
}

span.tester-text {
    font-family: "akzidenzgroteskbeboldcn";
    position: absolute;
    right: 22px;
    top: 7px;
    color: #004532;
    font-size: 19px;
}

header nav#menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 37px;
    text-transform: uppercase;
    font-family: 'AkzidenzGroteskBE',Arial,Helevetica,sans-serif;
    font-size: 17px;
    z-index: 9997;
}

/*Russia mega nav styles*/
#bodytag[propLocalization="ru-RU"] .register h2 {
    font-family: Verdana,Arial,Helevetica,sans-serif;
}

header nav#menu li {
    height: 37px;
    padding: 0 6px 0 0;
    margin: 0 12px 0 0;
}

header nav#menu li.on {
    background: transparent url('/lib/img/common/bg-menu_end.png') right top no-repeat;
}

header nav#menu li.current {
    background: transparent url('/lib/img/common/bg-menu_end-current.png') right top no-repeat;
}

header nav#menu li#logout-mob {
    display: none;
}

header nav#menu li.first-menu-custom {
    background: none;
    padding: 0;
    margin: 0 8px 0 0;
}

header nav#menu li#last-menu {
    margin: 0;
}

header nav#menu li a {
    display: block;
    height: 27px;
    color: #004532;
    padding: 10px 0 0 10px;
    text-decoration: none;
}

header nav#menu li.on a {
    /*color:#ffffff;*/
    text-decoration: none;
    background: transparent url('/lib/img/common/bg-menu.png') left top no-repeat;
}

header nav#menu li.current>a {
    color: #ffffff;
    text-decoration: none;
    background: transparent url('/lib/img/common/bg-menu-current.png') left top no-repeat;
}

header nav#menu li.first-menu-custom a {
    padding: 0;
    margin: 0;
    height: 34px;
    width: 34px;
    background: none;
}

header #megamenu {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: -28px;
    top: 30px;
    width: 995px;
    z-index: 10;
}

header #megamenu span {
    display: block;
    float: left;
    width: 995px;
    height: 10px;
}

header #megamenu span.arrow-right {
    width: 0;
    height: 0;
}

.see-all .arrow-right {
    display: none !important;
    border-right: none;
    border-left: 6px solid #034633;
}

p.see-all a {
	padding-left: 10px;
	text-indent: -10px;
	display: inline-block;
}

p.see-all a:before {
	content: "";
	border: 6px solid transparent;
	border-right: none;
	border-left: 6px solid #034633;
	float: none !important;
	display: inline-block !important;
	margin-right: 3px;
	vertical-align: middle;
}

header #megamenu span.megamenu-top {
    background: transparent url('/lib/img/common/megamenu-top.png') left top no-repeat;
}

header #megamenu span.megamenu-bottom {
    background: transparent url('/lib/img/common/megamenu-bottom.png') left top no-repeat;
}

header #megamenu #btn-close-megamenu-tab {
    display: none;
}

header #megamenu .megamenu-content {
    float: left;
    position: relative;
    width: 977px;
    padding: 14px 9px 0 9px;
    background: transparent url('/lib/img/common/megamenu-content.png') left top repeat-y;
}

header #megamenu .megamenu-content div {
    float: left;
}

header #megamenu .megamenu-content .metier-container {
    float: left;
    position: absolute;
    top: 14px;
    left: 9px;
}

header #megamenu .megamenu-content .metier-container .col1,
header #megamenu .megamenu-content .metier-container .col2,
header #megamenu .megamenu-content .metier-container .col3,
header #megamenu .megamenu-content .metier-container .col4 {
    margin: 0 5px 0 0;
}

header #megamenu .megamenu-content .metier-container .productfinder {
    margin: 0;
}

header #megamenu .megamenu-content .col-content {
    position: relative;
    /*Removed for GARNIER 790
    border-right: 2px dashed #5B877B;*/
}
header #megamenu .megamenu-content .megamenu-sunprotection .col3 .col-content{
      height: auto !important;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col3 .col-content + .menu_content_column > .col-title{
    width: 186px;
}
header #megamenu .megamenu-content .col-noborder {
    border-right: 0;
    width: 157px;
    margin: 0;
}

header #megamenu .megamenu-content p.col-title {
    float: left;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    background: transparent url('/lib/img/common/megamenu-title-start.png') left top no-repeat;
    font-family: Arial,Helevetica,sans-serif;
    white-space: nowrap;
    text-align: center;
}

    header #megamenu .megamenu-content p.col-title .title-end {
        display: block;
        position: absolute;
        right: -10px;
        top: 0;
        height: 30px;
        width: 10px;
        background: transparent url('/lib/img/common/megamenu-title-end.png') right top no-repeat;
    }

header #megamenu .megamenu-content .col-content p.col-title .title-end {
    height: 30px;
}

header #megamenu .megamenu-content ul, header #megamenu .megamenu-content li {
    width: 100%;
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
    color: #014432;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding-right: 5px;
}

header #megamenu .megamenu-content li {
    /*height:26px;*/
    height: auto;
    padding: 0 0 0 22px;
}

header #megamenu .megamenu-content li:hover {
    background: transparent url('/lib/img/common/megamenu-hover.png') left top no-repeat;
}

header #megamenu .megamenu-content li a {
    display: block;
    width: 90%;
    /*height:20px;*/
    height: auto;
    margin: 0;
    padding: 6px 0;
    font-family: Arial,Helevetica,sans-serif;
    font-weight: bold;
}

header #megamenu .megamenu-content li a:hover {
    color: #ffffff;
}

header #megamenu .megamenu-content p.see-all a {
    font-family: Arial,Helevetica,sans-serif;
    font-weight: bold;
}

header #megamenu .megamenu-content .productfinder-container {
    float: left;
    width: 324px;
    height: 219px;
    padding: 12px 0 0 13px;
    background: transparent url('/lib/img/common/bg-productfinder.jpg') left top no-repeat;
}

header #megamenu .megamenu-content .productfinder-container .bg-fym {
    float: left;
    width: 287px;
    height: 171px;
    position: relative;
    padding: 25px 13px 0 0;
    font-family: Arial;
    cursor: pointer;
}

header #megamenu .megamenu-content .productfinder-container .bg-fym-tablet {
    display: none;
}

header #megamenu .megamenu-content .productfinder-container .bg-fym a.greenButton, header #megamenu .megamenu-content .productfinder-container .bg-fym-tablet a.greenButton, #FinalCheck .btn-finalcheck-getit {
    background: url("/lib/img/common/white-arrow.png") no-repeat scroll 13px center #014432;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 21px;
    font-weight: bold;
    padding: 5px 10px 5px 25px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    bottom: 30px;
    right: 13px;
    position: absolute;
    /*width: 133px;*/
}

header #megamenu .megamenu-content .productfinder-container .bg-fym p, header #megamenu .megamenu-content .productfinder-container .bg-fym-tablet p {
    right: 15px;
    top: 0;
    position: absolute;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    text-align: right;
    color: #014432;
    text-transform: uppercase;
    margin: 18px 0 10px;
}

header #megamenu .megamenu-content .megamenu-haircolor .productfinder-container .bg-fym p {
    padding-left: 114px;
}

header #megamenu .megamenu-content .productfinder-container .bg-fym p.sub {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-align: right;
    color: #014432;
    text-transform: none;
}

header #megamenu .megamenu-content .productfinder-tab-container {
    float: left;
    width: 682px;
    height: 113px;
    padding: 12px 0 0 12px;
    margin: 20px 0 0 0;
    background: transparent url('/lib/img/common/tab/bg-productfinder.jpg') left top no-repeat;
    display: none;
}

header #megamenu .megamenu-content .megamenu-haircare {
}

header #megamenu .megamenu-content .megamenu-haircare p.see-all {
    position: absolute;
    bottom: 5px;
    right: 0;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0 0;
    width: 90%;
}

header #megamenu .megamenu-content .megamenu-haircare p a,
header #megamenu .megamenu-content .megamenu-haircare p a:hover {
    color: #014432;
    text-decoration: underline;
}

header #megamenu .megamenu-content .megamenu-haircare .col1 {
    width: 170px;
}

header #megamenu .megamenu-content .megamenu-haircare .col1 .col-content .col-title {
    width: 136px;
}

header #megamenu .megamenu-content .megamenu-haircare .col1 .col-content ul {
    width: 158px;
}

header #megamenu .megamenu-content .megamenu-haircare .col2 {
    width: 195px;
}

header #megamenu .megamenu-content .megamenu-haircare .col2 .col-content .col-title {
    width: 161px;
}

header #megamenu .megamenu-content .megamenu-haircare .col2 .col-content ul {
    width: 183px;
}

header #megamenu .megamenu-content .megamenu-haircare .col3 {
    width: 132px;
}

header #megamenu .megamenu-content .megamenu-haircare .col3 .col-content .col-title {
    width: 98px;
}

header #megamenu .megamenu-content .megamenu-haircare .col3 .col-content ul {
    width: 127px;
}

header #megamenu .megamenu-content .megamenu-haircare .col4 {
    width: 132px;
    margin: 0 7px 0 0;
}

header #megamenu .megamenu-content .megamenu-haircare .col4 .col-content ul {
        width: 120px;
}

header #megamenu .megamenu-content .megamenu-haircare .col4 .col-content .col-title {
    width: 98px;
}

header #megamenu .megamenu-content .megamenu-haircare .col5 {
    width: 330px;
}

header #megamenu .megamenu-content .megamenu-haircare .col5 .col-title {
    width: 296px;
    margin: 0 0 5px 3px;
}

header #megamenu .megamenu-content .megamenu-styling {
}

header #megamenu .megamenu-content .megamenu-styling p.see-all {
    float: right;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 5px 10px 0;
}

header #megamenu .megamenu-content .megamenu-styling p a,
header #megamenu .megamenu-content .megamenu-styling p a:hover {
    color: #014432;
    text-decoration: underline;
}

header #megamenu .megamenu-content .megamenu-styling li {
    height: auto;
    /*height:26px;*/
    padding: 0 0 0 13px;
}

header #megamenu .megamenu-content .megamenu-styling li:hover {
    background: transparent url('/lib/img/common/megamenu-deo-hover.png') left top no-repeat;
}

header #megamenu .megamenu-content .megamenu-styling .col1,
header #megamenu .megamenu-content .megamenu-styling .col2 {
    width: 325px;
    padding: 0;
    margin: 0;
}

header #megamenu .megamenu-content .megamenu-styling .col1 {
    width: 318px;
    margin: 0 5px 0 0;
    /*Removed for GARNIER 790*/
/*border-right: 2px dashed #5B877B;*//*Removed for GARNIER 790*/
}

header #megamenu .megamenu-content .megamenu-styling .col2 {
    width: 317px;
    margin: 0 7px 0 0;
     /*Removed for GARNIER 790*/
    /*border-right: 2px dashed #5B877B;*//*Removed for GARNIER 790*/
}

header #megamenu .megamenu-content .megamenu-styling .col1 .col-content ul,
header #megamenu .megamenu-content .megamenu-styling .col2 .col-content ul {
    width: 144px;
    margin: 0 0 10px 0;
}

header #megamenu .megamenu-content .megamenu-styling .col1 .col-content,
header #megamenu .megamenu-content .megamenu-styling .col2 .col-content {
    width: 155px;
    margin: 0 5px 0 0;
}

header #megamenu .megamenu-content .megamenu-styling .col1 .col-noborder,
header #megamenu .megamenu-content .megamenu-styling .col2 .col-noborder {
    border-right: 0;
    width: 150px;
    margin: 0;
}

header #megamenu .megamenu-content .megamenu-styling .col1 p.col-title,
header #megamenu .megamenu-content .megamenu-styling .col2 p.col-title {
    text-align: center;
    width: 285px;
    margin: 0 0 15px 0;
}

header #megamenu .megamenu-content .megamenu-styling .col1 .col-content p.col-title,
header #megamenu .megamenu-content .megamenu-styling .col2 .col-content p.col-title {
    font-size: 14px;
    padding: 0px 0 0 12px;
    margin: 0;
    height: 30px;
    width: 126px;
}
header #megamenu .megamenu-content .col-content p.col-title + ul + p.col-title{
    margin-top: 16px !important;
}

header #megamenu .megamenu-content .megamenu-styling .col1 .col-content,
header #megamenu .megamenu-content .megamenu-styling .col2 .col-content {
    position: relative;
}

    header #megamenu .megamenu-content .megamenu-styling .col1 .col-content p.see-all,
    header #megamenu .megamenu-content .megamenu-styling .col2 .col-content p.see-all {
        position: absolute;
        bottom: 5px;
        right: 5px;
        margin: 0;
        width: 150px;
        text-align: right;
}

header #megamenu .megamenu-content .megamenu-styling .col3 {
    width: 330px;
}

header #megamenu .megamenu-content .megamenu-styling .col3 .col-title {
    width: 296px;
    margin: 0 0 5px 3px;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty {
}

header #megamenu .megamenu-content .megamenu-stylingbeauty p.see-all {
    position: absolute;
    bottom: 5px;
    right: 0;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty p a,
header #megamenu .megamenu-content .megamenu-stylingbeauty p a:hover {
    color: #014432;
    text-decoration: underline;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty .col1 {
    width: 246px;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty .col1 .col-content .col-title {
    width: 212px;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty .col1 .col-content ul {
    width: 234px;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty .col2 {
    width: 200px;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty .col2 .col-content .col-title {
    width: 166px;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty .col2 .col-content ul {
    width: 188px;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty .col3 {
    width: 188px;
    margin: 0 7px 0 0;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty .col3 .col-content .col-title {
    width: 154px;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty .col3 .col-content ul {
    width: 176px;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty .col4 {
    width: 330px;
}

header #megamenu .megamenu-content .megamenu-stylingbeauty .col4 .col-title {
    width: 296px;
    margin: 0 0 5px 3px;
}

header #megamenu .megamenu-content .megamenu-haircolor {
}

header #megamenu .megamenu-content .megamenu-haircolor p.see-all {
    position: absolute;
    bottom: 5px;
    right: 0;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

header #megamenu .megamenu-content .megamenu-haircolor p a,
header #megamenu .megamenu-content .megamenu-haircolor p a:hover {
    color: #014432;
    text-decoration: underline;
}

header #megamenu .megamenu-content .megamenu-haircolor .col1 {
    width: 246px;
}

header #megamenu .megamenu-content .megamenu-haircolor .col1 .col-content .col-title {
    width: 212px;
}

header #megamenu .megamenu-content .megamenu-haircolor .col1 .col-content ul {
    width: 234px;
}

header #megamenu .megamenu-content .megamenu-haircolor .col2 {
    width: 200px;
}

header #megamenu .megamenu-content .megamenu-haircolor .col2 .col-content .col-title {
    width: 166px;
}

header #megamenu .megamenu-content .megamenu-haircolor .col2 .col-content ul {
    width: 188px;
}

header #megamenu .megamenu-content .megamenu-haircolor .col3 {
    width: 188px;
    margin: 0 7px 0 0;
}

header #megamenu .megamenu-content .megamenu-haircolor .col3 .col-content .col-title {
    width: 154px;
}

header #megamenu .megamenu-content .megamenu-haircolor .col3 .col-content ul {
    width: 176px;
}

header #megamenu .megamenu-content .megamenu-haircolor .col4 {
    width: 330px;
}

header #megamenu .megamenu-content .megamenu-haircolor .col4 .col-title {
    width: 296px;
    margin: 0 0 5px 3px;
}

header #megamenu .megamenu-content .megamenu-facecare {
}

header #megamenu .megamenu-content .megamenu-facecare p.see-all {
    position: absolute;
    bottom: 5px;
    right: 0;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

header #megamenu .megamenu-content .megamenu-facecare p a,
header #megamenu .megamenu-content .megamenu-facecare p a:hover {
    color: #014432;
    text-decoration: underline;
}

header #megamenu .megamenu-content .megamenu-facecare .col1 {
    width: 246px;
}

header #megamenu .megamenu-content .megamenu-facecare .col1 .col-content .col-title {
    width: 212px;
}

header #megamenu .megamenu-content .megamenu-facecare .col1 .col-content ul {
    width: 234px;
}

header #megamenu .megamenu-content .megamenu-facecare .col2 {
    width: 200px;
}

header #megamenu .megamenu-content .megamenu-facecare .col2 .col-content .col-title {
    width: 166px;
}

header #megamenu .megamenu-content .megamenu-facecare .col2 .col-content ul {
    width: 188px;
}

header #megamenu .megamenu-content .megamenu-facecare .col3 {
    width: 188px;
    margin: 0 7px 0 0;
}

header #megamenu .megamenu-content .megamenu-facecare .col3 .col-content .col-title {
    width: 154px;
}

header #megamenu .megamenu-content .megamenu-facecare .col3 .col-content ul {
    width: 176px;
}

header #megamenu .megamenu-content .megamenu-facecare .col4 {
    width: 330px;
}

header #megamenu .megamenu-content .megamenu-facecare .col4 .col-title {
    width: 296px;
    margin: 0 0 5px 3px;
}

header #megamenu .megamenu-content .megamenu-bodycare {
}

header #megamenu .megamenu-content .megamenu-bodycare p.see-all {
    position: absolute;
    bottom: 5px;
    right: 0;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

header #megamenu .megamenu-content .megamenu-bodycare p a,
header #megamenu .megamenu-content .megamenu-bodycare p a:hover {
    color: #014432;
    text-decoration: underline;
}

header #megamenu .megamenu-content .megamenu-bodycare .col1 {
    width: 246px;
}

header #megamenu .megamenu-content .megamenu-bodycare .col1 .col-content .col-title {
    width: 212px;
}

header #megamenu .megamenu-content .megamenu-bodycare .col1 .col-content ul {
    width: 234px;
}

header #megamenu .megamenu-content .megamenu-bodycare .col2 {
    width: 200px;
}

header #megamenu .megamenu-content .megamenu-bodycare .col2 .col-content .col-title {
    width: 166px;
}

header #megamenu .megamenu-content .megamenu-bodycare .col2 .col-content ul {
    width: 186px;
}

header #megamenu .megamenu-content .megamenu-bodycare .col3 {
    width: 188px;
    margin: 0 7px 0 0;
}

header #megamenu .megamenu-content .megamenu-bodycare .col3 .col-content .col-title {
    width: 154px;
}

header #megamenu .megamenu-content .megamenu-bodycare .col3 .col-content ul {
    width: 176px;
}

header #megamenu .megamenu-content .megamenu-bodycare .col4 {
    width: 330px;
}

header #megamenu .megamenu-content .megamenu-bodycare .col4 .col-title {
    width: 296px;
    margin: 0 0 5px 3px;
}

header #megamenu .megamenu-content .megamenu-deodorants {
}

header #megamenu .megamenu-content .megamenu-deodorants p.see-all {
    float: right;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 5px 10px 0;
}

header #megamenu .megamenu-content .megamenu-deodorants p a,
header #megamenu .megamenu-content .megamenu-deodorants p a:hover {
    color: #014432;
    text-decoration: underline;
}

header #megamenu .megamenu-content .megamenu-deodorants li {
    /*height:26px;*/
    height: auto;
    padding: 0 0 0 13px;
}

header #megamenu .megamenu-content .megamenu-deodorants li:hover {
    background: transparent url('/lib/img/common/megamenu-deo-hover.png') left top no-repeat;
}

header #megamenu .megamenu-content .megamenu-deodorants .col1,
header #megamenu .megamenu-content .megamenu-deodorants .col2 {
    width: 325px;
    padding: 0 0 15px 0;
    margin: 0;
}

header #megamenu .megamenu-content .megamenu-deodorants .col1 {
    width: 318px;
    margin: 0 5px 0 0;
    /*Removed for GARNIER 790
    border-right: 2px dashed #5B877B;*/
}

header #megamenu .megamenu-content .megamenu-deodorants .col2 {
    width: 317px;
    margin: 0 7px 0 0;
    /*Removed for GARNIER 790
    border-right: 2px dashed #5B877B;*/
}

header #megamenu .megamenu-content .megamenu-deodorants .col1 .col-content ul,
header #megamenu .megamenu-content .megamenu-deodorants .col2 .col-content ul {
    width: 145px;
    margin: 0 0 10px 0;
}

header #megamenu .megamenu-content .megamenu-deodorants .col1 .col-content,
header #megamenu .megamenu-content .megamenu-deodorants .col2 .col-content {
    width: 155px;
    margin: 0 5px 0 0;
}

header #megamenu .megamenu-content .megamenu-deodorants .col1 .col-noborder,
header #megamenu .megamenu-content .megamenu-deodorants .col2 .col-noborder {
    border-right: 0;
    width: 150px;
    margin: 0;
}

header #megamenu .megamenu-content .megamenu-deodorants .col1 p.col-title,
header #megamenu .megamenu-content .megamenu-deodorants .col2 p.col-title {
    text-align: center;
    width: 285px;
    margin: 0 0 15px 0;
}

header #megamenu .megamenu-content .megamenu-deodorants .col1 .col-content p.col-title,
header #megamenu .megamenu-content .megamenu-deodorants .col2 .col-content p.col-title {
    font-size: 14px;
    padding: 0px 0 0 12px;
    margin: 0;
    height: 30px;
    width: 126px;
}

header #megamenu .megamenu-content .megamenu-deodorants .col1 .col-content,
header #megamenu .megamenu-content .megamenu-deodorants .col2 .col-content {
    position: relative;
}

header #megamenu .megamenu-content .megamenu-deodorants .col1 .col-content p.see-all,
header #megamenu .megamenu-content .megamenu-deodorants .col2 .col-content p.see-all {
    position: absolute;
    bottom: -15px;
    right: 5px;
    margin: 0;

}

header #megamenu .megamenu-content .megamenu-deodorants .col3 {
    width: 330px;
}

header #megamenu .megamenu-content .megamenu-deodorants .col3 .col-title {
    width: 296px;
    margin: 0 0 5px 3px;
}

header #megamenu .megamenu-content .megamenu-sunprotection {
}

header #megamenu .megamenu-content .megamenu-sunprotection p.see-all {
    position: absolute;
    bottom: 5px;
    right: 0;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

header #megamenu .megamenu-content .megamenu-sunprotection p a,
header #megamenu .megamenu-content .megamenu-sunprotection p a:hover {
    color: #014432;
    text-decoration: underline;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col1 {
    width: 279px;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col1 .col-content .col-title {
    width: 245px;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col1 .col-content ul {
    width: 267px;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col2 {
    width: 135px;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col2 .col-content .col-title {
    width: 101px;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col2 .col-content ul {
    width: 123px;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col3 {
    width: 220px;
    margin: 0 7px 0 0;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col3 .col-content .col-title {
    width: 186px;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col3 .col-content ul {
    width: 208px;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col3 .product-type {
    margin: 0 0 10px 0;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col3 .product-type li {
    width: 100%;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col3 .spf li {
    width: 186px;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col4 {
    width: 330px;
}

header #megamenu .megamenu-content .megamenu-sunprotection .col4 .col-title {
    width: 296px;
    margin: 0 0 5px 3px;
}

#custom {
    overflow: hidden;
}

#container {
    width: 952px;
    margin: 20px auto 0 auto;
    /* temp */
    overflow: hidden;
}

#container.home {
    margin: 0 auto;
}

#breadcrumb {
    color:#a8a8a8;
    display: block;
    font-family: Arial,Helevetica,sans-serif;
    font-size:12px;
    padding-bottom: 10px;
    width: auto;
    /*margin-left: -2px;*/
}

#breadcrumb a, #breadcrumb a:hover {
    color: #a8a8a8;
    text-decoration: underline;
}

#breadcrumb > * {
    /*display: table-cell;*/
    padding: 0;  
}

footer {
    float: left;
    width: 100%;
    height: 50px;
    background: #ffffff url('/lib/img/common/bg-footer.jpg') center top no-repeat;
    font-family: Arial,Helevetica,sans-serif;
    font-size: 11px;
    height: 100%;
    margin: 61px 0 0 0;
}

footer #footer-container {
    position: relative;
    width: 930px;
    margin: 0 auto;
    height: 100%;
}

footer #footer-container p.footer-title {
    float: left;
    padding: 3px 11px;
    font-size: 13px;
    font-weight: bold;
    background-color: #014432;
    color: #ffffff;
    text-transform: uppercase;
    margin: 10px 0;
}

footer #footer-container ul {
    float: left;
    list-style-type: none;
}

footer #footer-container ul li {
    display: inline-block;
    background: transparent url('/lib/img/common/list-arrows.png') 0 5px no-repeat;
    margin: 0 0 6px 0;
    padding: 0 5px;
}

footer #footer-container ul li a, footer #footer-container ul li a:hover {
    color: #014432;
    font-weight: 400;
    text-decoration: none;
}

footer #footer-container #footer-col1 ul li a:hover {
    text-decoration: underline;
}

footer #footer-container #footer-col1 {
    border-right: 1px dotted #014432;
    float:left;
    margin: 29px 0 0 0;
    width:308px;
}


footer #footer-container #footer-col1 ul, footer #footer-container #footer-col1 li {
    float: left;
}

footer #footer-container #footer-col1 li {
    width:143px;
}

footer #footer-container #footer-col2 {
    float: left;
    position: relative;
    width: 208px;
    border-right: 1px dotted #014432;
    margin: 29px 10px 0 0;
    height: 100px;
    padding: 0 10px;
}

footer #footer-container #footer-col2 #country-container {
    float: left;
    position: relative;
    width: 208px;
    height: 150px;
}

footer #footer-container #footer-col2 #select-country {
    background: transparent url(../img/common/select-country-bg.jpg) left top no-repeat;
    box-sizing: border-box;
    color: #014432;
    cursor: pointer;
    float:left;
    font: bold 11px Arial,Helevetica,sans-serif;
    height: 22px;
    text-transform:uppercase;
    padding:5px;
    width: 206px;
}

footer #footer-container #footer-col2 ul, footer #footer-container #footer-col2 ul li {
    width: 208px;
}

footer #footer-container #footer-col2 ul {
    position: absolute;
    bottom: 112px;
    left: -2px;
    background: transparent url(../img/common/select-country-top-bg.png) left top no-repeat;
    padding: 3px 0 0 0;
    display: none;
    z-index: 9998;
}

footer #footer-container #footer-col2 ul li {
    background: transparent url(../img/common/select-country-bg.png) left top repeat-y;
    margin: 0;
    padding: 0;
}

footer #footer-container #footer-col2 ul li:hover {
    background: transparent url(../img/common/select-country-over-bg.png) left top repeat-y;
    font-weight: bold;
}

footer #footer-container #footer-col2 ul li a {
    box-sizing: border-box;
    display: block;
    padding: 5px 16px;
    width: 100%;
}

footer #footer-container #footer-col3 {
    float: left;
    position: relative;
    width: 374px;
    padding: 29px 0 0 4px;
}

footer #footer-container #footer-col3 #footer-newsletter {
    position: relative;
    margin-top: -40px;
    width: 366px;
    height: 55px;
    background: transparent url(../img/common/footer-newsletter-bg.png) left top no-repeat;
    padding: 10px 0 0 12px;
    font-family: 'AkzidenzGroteskBE',Arial,Helevetica,sans-serif;
    font-size: 14px;
    color: #7f7f7f;
    overflow: hidden;
}

footer #footer-container #footer-col3 #footer-newsletter label {
    display: block;
    margin-right: 10px;
    float: none;
}

footer #footer-container #footer-col3 #footer-newsletter input {
    float: left;
    width: 254px;
    height: 21px;
    border: 0;
    font-family: 'AkzidenzGroteskBE',Arial,Helevetica,sans-serif;
    font-size: 14px;
    color: #7f7f7f;
    margin: 6px 10px 0 0;
    padding: 0 4px;
}

#IE8 footer #footer-container #footer-col3 #footer-newsletter input {
    height: 17px;
    padding: 4px 0 0 4px;
}

.rtl #IE8 footer #footer-container #footer-col3 #footer-newsletter input {
    padding: 4px 4px 0 0;
}

footer #footer-container #footer-col3 #footer-newsletter #footer-submit {
    display: block;
    float: left;
    font-family: Arial,Helevetica,sans-serif;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
	background: none #4B4B4B;
    padding: 3px 9px;
    margin: 6px 0 0 0;
}
footer #footer-container #footer-col3 #footer-newsletter #footer-submit:before {
	content: "";
	border: 3px solid transparent;
	border-left-color: #ffffff;
	display: inline-block;
}
.enhanced-fancybox{
    width: 830px !important;
}
.enhanced-fancybox .fancybox-skin {
    box-shadow: none;
    margin: 0;
    background-color: white;
    padding-bottom: 20px !important;
    height: 620px;
}
.enhanced-fancybox .fancybox-close {
    top: 40px;
    right: 30px;
}
.enhanced-fancybox .fancybox-inner {
    width: 770px !important;
    min-height: 660px\9 !important;
    min-height: 460px;
}
.enhanced-newsletter * {
    box-sizing: border-box;
}
.enhanced-newsletter #titlePage{
    text-align: center;
    height: 78px;
}

footer #footer-container #footer-col3 #footer-customer {
    float: left;
    width: 262px;
}

footer #footer-container #footer-col3 #footer-customer p {
    clear: both;
    color: #014432;
    float: left;
    font:400 11px Arial,Helevetica,sans-serif;
    padding: 0 0 0 10px;
}

footer #footer-container #footer-col3 #footer-customer p.footer-title {
    float: left;
    padding: 3px 11px;
    font-size: 13px;
    font-weight: bold;
    background-color: #014432;
    color: #ffffff;
    text-transform: uppercase;
    margin: 10px 0;
}

footer #footer-container #footer-col3 #footer-customer .footer-azur {
    float: left;
    margin: 15px 0;
    clear: both;
}

footer #footer-container #footer-col3 #footer-customer .opening-times p {
    font-size: 9px;
}

footer #footer-container #footer-col3 #footer-follow {
    float: none;
    overflow: hidden;
    width: 106px;
}

footer #footer-container #footer-col3 #footer-follow ul, footer #footer-container #footer-col3 #footer-follow li {
    list-style-type: none;
    background: none;
}

footer #footer-container #footer-col3 #footer-follow ul {
    padding: 0 0 0 10px;
}

footer #footer-container #footer-mob {
    display: none;
}

#footer-follow ul li {
    margin: 0 2px 0 0 !important;
    padding: 0 !important;
}

.language {
    color: #004431;
    display: none;
    text-decoration: none;
    line-height: 13px;
    font-size: 14px;
    color: #004431;
}

/* TAB */
@media screen and (min-width: 600px) and (max-width: 900px) {
    #home-pushes h1 {
        width: auto;
    }
    header #content-header .my-account {
        z-index: 1;
    }

    #general {
        width: 100%;
    }

    #menu-mobile {
        display: none;
    }

    #global {
        width: 100%;
    }

    span.tester-text {
        right: 16px;
        top: 4px;
        font-size: 13px;
    }

    header #content-header {
        width: 730px;
    }

    header #content-header .homelogo img {
        width: 147px;
        height: 54px;
        left: 0;
    }

    header #content-header .my-account {
        height: 18px;
        padding: 5px 6px 0 6px;
        margin: 0 5px 0 163px; /* top -33px ? */
    }

    #bodytag:not([propLocalization="en"]) header #content-header .my-account {
        height: 18px;
        padding: 5px 6px 0 6px;
        margin: 0px 5px 0 163px;
    }

    header #content-header .my-account p {
        float: right;
    }

    header #content-header .my-account .arrow {
        display: block;
        float: right;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ffffff;
        margin: 4px 3px 0 20px;
    }

    header #content-header .my-account .menu {
        top: 23px;
    }

    header #content-header .my-account .menu li {
        height: 23px;
        margin: 0;
        font-size: 11px;
        padding: 0 0 0 6px;
        line-height: 23px;
    }

    header #content-header .my-account, header nav#top {
        font-size: 11px;
    }

    header #content-header #testerscorner img {
        width: 89px;
        height: 25px;
    }

    header #content-header .search-area label {
        font-size: 10px;
        margin: 5px 5px 8px 0;
    }

    header #content-header .search-area input {
        font-size: 12px;
        height: 21px;
        width: 186px;
    }

    header #content-header .search-area .btn-search {
        width: 20px;
        height: 17px;
        margin-top: 2px;
    }

    header #content-header #header-mobile {
        display: none;
    }

    header nav#menu {
        font-size: 13px;
    }

    header nav#menu li {
        margin: 0 2px 0 0;
        padding: 0 6px 0 0;
    }

    header nav#menu li#logout-mob {
        display: none;
    }

    header #megamenu {
        width: 730px;
        left: -4px;
    }

    header #megamenu span {
        width: 730px;
    }

    header #megamenu span.megamenu-top {
        background: transparent url('/lib/img/common/tab/megamenu-top.png') left top no-repeat;
    }

    header #megamenu span.megamenu-bottom {
        background: transparent url('/lib/img/common/tab/megamenu-bottom.png') left top no-repeat;
    }

    header #megamenu #btn-close-megamenu-tab {
        display: block;
        float: left;
        width: 138px;
        height: 44px;
        margin: -20px 0 0 296px;
        cursor: pointer;
    }

    header #megamenu .megamenu-content .last-column .col-content {
        border: 0;
    }

    header #megamenu .megamenu-content {
        width: 730px;
        background: transparent url('/lib/img/common/tab/megamenu-content.png') left top repeat-y;
    }

    header #megamenu .megamenu-content .metier-container {
        left: 20px;
    }

    header #megamenu .megamenu-content .productfinder-container {
        display: block;
    }

    header #megamenu .megamenu-content .productfinder-tab-container {
        display: none;
    }

    header #megamenu .megamenu-content .productfinder .col-title {
        display: none;
    }

    header #megamenu .megamenu-content .megamenu-haircolor .col4 {
        width: auto;
    }

    header #megamenu .megamenu-content .productfinder-container {
        float: left;
        width: 682px;
        height: 113px;
        padding: 12px 0 0 12px;
        margin: 20px 0 0 0 !important;
        background-image: url('/lib/img/common/tab/bg-productfinder.jpg');
    }

    header #megamenu .megamenu-content .productfinder-container .fym-haircare {
        background-image: url('/lib/img/common/tab/visu-productfinder-haircare.jpg');
    }

    header #megamenu .megamenu-content .productfinder-container .fym-styling {
        background-image: url('/lib/img/common/tab/visu-productfinder-styling.jpg');
    }

    header #megamenu .megamenu-content .productfinder-container .fym-haircolor {
        background-image: url('/lib/img/common/tab/visu-productfinder-haircolor.jpg');
    }

    header #megamenu .megamenu-content .productfinder-container .fym-facecare {
        background-image: url('/lib/img/common/tab/visu-productfinder-facecare.jpg');
    }

    header #megamenu .megamenu-content .productfinder-container .fym-bodycare {
        background-image: url('/lib/img/common/tab/visu-productfinder-bodycare.jpg');
    }

    header #megamenu .megamenu-content .productfinder-container .fym-deodorants {
        background-image: url('/lib/img/common/tab/visu-productfinder-deodorants.jpg');
    }

    header #megamenu .megamenu-content .productfinder-container .fym-sunprotection {
        background-image: url('/lib/img/common/tab/visu-productfinder-suncare.jpg');
    }

    header #megamenu .megamenu-content .productfinder-container .bg-fym {
        display: none;
    }

    header #megamenu .megamenu-content .productfinder-container .bg-fym-tablet {
        height: 100%;
        display: block;
        width: 100%;
        position: relative;
    }

    header #megamenu .megamenu-content .productfinder-container .bg-fym-tablet p {
        left: 0px;
        width: auto;
        padding-top: 29px;
        margin-left: 140px;
        width: 320px;
        text-align: left;
        margin-top: 3px;
        padding-left: 0;
        top: 0;
    }

    header #megamenu .megamenu-content .productfinder-container .bg-fym-tablet p br:first-child {
        display: none;
    }

    header #megamenu .megamenu-content .productfinder-container .bg-fym-tablet a.greenButton {
        bottom: 42px;
        right: 35px;
    }

    header #megamenu .megamenu-content .productfinder-container .fym-haircare p {
        margin-left: 110px;
    }

    header #megamenu .megamenu-content .productfinder-container .fym-styling p {
        margin-left: 110px;
    }

    header #megamenu .megamenu-content .productfinder-container .fym-stylingbeauty p {
        margin-left: 110px;
    }

    header #megamenu .megamenu-content .productfinder-container .fym-haircolor p {
        margin-left: 140px;
    }

    header #megamenu .megamenu-content .productfinder-container .fym-facecare p {
        margin-left: 130px;
    }

    header #megamenu .megamenu-content .productfinder-container .fym-bodycare p {
        margin-left: 135px;
    }

    header #megamenu .megamenu-content .productfinder-container .fym-deodorants p {
        margin-left: 140px;
    }

    header #megamenu .megamenu-content .productfinder-container .fym-sunprotection p {
        margin-left: 100px;
    }

    header #megamenu .megamenu-content .productfinder-container .bg-fym a.greenButton {
        bottom: 55px;
        right: 42px;
    }

    /* HAIRCARE*/
    header #megamenu .megamenu-content .megamenu-haircare .col1 {
        width: 190px;
    }

    header #megamenu .megamenu-content .megamenu-haircare .col1 .col-content .col-title {
        width: 156px;
    }

    header #megamenu .megamenu-content .megamenu-haircare .col1 .col-content ul {
        width: 178px;
    }

    header #megamenu .megamenu-content .megamenu-haircare .col2 {
        width: 202px;
    }

    header #megamenu .megamenu-content .megamenu-haircare .col2 .col-content .col-title {
        width: 168px;
    }

    header #megamenu .megamenu-content .megamenu-haircare .col2 .col-content ul {
        width: 190px;
    }

    header #megamenu .megamenu-content .megamenu-haircare .col3 {
        width: 140px;
    }

    header #megamenu .megamenu-content .megamenu-haircare .col3 .col-content .col-title {
        width: 106px;
    }

    header #megamenu .megamenu-content .megamenu-haircare .col3 .col-content ul {
        width: 128px;
    }

    header #megamenu .megamenu-content .megamenu-haircare .col4 {
        width: 150px;
    }

    header #megamenu .megamenu-content .megamenu-haircare .col4 .col-content .col-title {
        width: 116px;
    }

    header #megamenu .megamenu-content .megamenu-haircare .col4 .col-content ul {
        width: 138px;
    }

    /* STYLING */
    header #megamenu .megamenu-content .megamenu-styling .col1,
    header #megamenu .megamenu-content .megamenu-styling .col2 {
        width: 346px;
    }

    header #megamenu .megamenu-content .megamenu-styling .col1 {
        margin: 0 10px 0 0;
    }

    header #megamenu .megamenu-content .megamenu-styling .col2 {
        border: 0;
    }

    header #megamenu .megamenu-content .megamenu-styling .col1 .col-content,
    header #megamenu .megamenu-content .megamenu-styling .col2 .col-content {
        width: 166px;
    }

    header #megamenu .megamenu-content .megamenu-styling .col1 p.col-title,
    header #megamenu .megamenu-content .megamenu-styling .col2 p.col-title {
        width: 307px;
    }

    header #megamenu .megamenu-content .megamenu-styling .col1 .col-content p.col-title,
    header #megamenu .megamenu-content .megamenu-styling .col2 .col-content p.col-title {
        width: 137px;
        margin: 0 0 5px 0;
    }

    header #megamenu .megamenu-content .megamenu-styling .col1 .col-content ul,
    header #megamenu .megamenu-content .megamenu-styling .col2 .col-content ul {
        width: 156px;
    }

    header #megamenu .megamenu-content .megamenu-styling .last-column .col-content {
        /*Removed for GARNIER 790
    border-right: 2px dashed #5B877B;*/
    }

    header #megamenu .megamenu-content .megamenu-styling .last-column .col-noborder {
        border: 0;
    }


    /* STYLING BEAUTY ONLY */
    header #megamenu .megamenu-content .megamenu-stylingbeauty .col1 {
        width: 260px;
    }

    header #megamenu .megamenu-content .megamenu-stylingbeauty .col1 .col-content .col-title {
        width: 226px;
    }

    header #megamenu .megamenu-content .megamenu-stylingbeauty .col1 .col-content ul {
        width: 248px;
    }

    header #megamenu .megamenu-content .megamenu-stylingbeauty .col2,
    header #megamenu .megamenu-content .megamenu-stylingbeauty .col3 {
        width: 210px;
    }

    header #megamenu .megamenu-content .megamenu-stylingbeauty .col2 .col-content .col-title,
    header #megamenu .megamenu-content .megamenu-stylingbeauty .col3 .col-content .col-title {
        width: 176px;
    }

    header #megamenu .megamenu-content .megamenu-stylingbeauty .col2 .col-content ul,
    header #megamenu .megamenu-content .megamenu-stylingbeauty .col3 .col-content ul {
        width: 198px;
    }

    /* HAIR COLOR */
    header #megamenu .megamenu-content .megamenu-haircolor .col1 {
        width: 260px;
    }

    header #megamenu .megamenu-content .megamenu-haircolor .col1 .col-content .col-title {
        width: 226px;
    }

    header #megamenu .megamenu-content .megamenu-haircolor .col1 .col-content ul {
        width: 248px;
    }

    header #megamenu .megamenu-content .megamenu-haircolor .col2,
    header #megamenu .megamenu-content .megamenu-haircolor .col3 {
        width: 210px;
    }

    header #megamenu .megamenu-content .megamenu-haircolor .col2 .col-content .col-title,
    header #megamenu .megamenu-content .megamenu-haircolor .col3 .col-content .col-title {
        width: 176px;
    }

    header #megamenu .megamenu-content .megamenu-haircolor .col2 .col-content ul,
    header #megamenu .megamenu-content .megamenu-haircolor .col3 .col-content ul {
        width: 198px;
    }

    /* FACARE */
    header #megamenu .megamenu-content .megamenu-facecare .col1 {
        width: 260px;
    }

    header #megamenu .megamenu-content .megamenu-facecare .col1 .col-content .col-title {
        width: 226px;
    }

    header #megamenu .megamenu-content .megamenu-facecare .col1 .col-content ul {
        width: 248px;
    }

    header #megamenu .megamenu-content .megamenu-facecare .col2,
    header #megamenu .megamenu-content .megamenu-facecare .col3 {
        width: 210px;
    }

    header #megamenu .megamenu-content .megamenu-facecare .col2 .col-content .col-title,
    header #megamenu .megamenu-content .megamenu-facecare .col3 .col-content .col-title {
        width: 176px;
    }

    header #megamenu .megamenu-content .megamenu-facecare .col2 .col-content ul,
    header #megamenu .megamenu-content .megamenu-facecare .col3 .col-content ul {
        width: 198px;
    }

    /* BODYCARE */
    header #megamenu .megamenu-content .megamenu-bodycare .col1 {
        width: 260px;
    }

    header #megamenu .megamenu-content .megamenu-bodycare .col1 .col-content .col-title {
        width: 226px;
    }

    header #megamenu .megamenu-content .megamenu-bodycare .col1 .col-content ul {
        width: 248px;
    }

    header #megamenu .megamenu-content .megamenu-bodycare .col2,
    header #megamenu .megamenu-content .megamenu-bodycare .col3 {
        width: 210px;
    }

    header #megamenu .megamenu-content .megamenu-bodycare .col2 .col-content .col-title,
    header #megamenu .megamenu-content .megamenu-bodycare .col3 .col-content .col-title {
        width: 176px;
    }

    header #megamenu .megamenu-content .megamenu-bodycare .col2 .col-content ul,
    header #megamenu .megamenu-content .megamenu-bodycare .col3 .col-content ul {
        width: 198px;
    }

    /* DEODORANTS */
    header #megamenu .megamenu-content .megamenu-deodorants .col1,
    header #megamenu .megamenu-content .megamenu-deodorants .col2 {
        width: 346px;
    }

    header #megamenu .megamenu-content .megamenu-deodorants .col1 {
        margin: 0 10px 0 0;
    }

    header #megamenu .megamenu-content .megamenu-deodorants .col2 {
        border: 0;
    }

    header #megamenu .megamenu-content .megamenu-deodorants .col1 .col-content,
    header #megamenu .megamenu-content .megamenu-deodorants .col2 .col-content {
        width: 166px;
    }

    header #megamenu .megamenu-content .megamenu-deodorants .col1 p.col-title,
    header #megamenu .megamenu-content .megamenu-deodorants .col2 p.col-title {
        width: 307px;
    }

    header #megamenu .megamenu-content .megamenu-deodorants .col1 .col-content p.col-title,
    header #megamenu .megamenu-content .megamenu-deodorants .col2 .col-content p.col-title {
        width: 137px;
        margin: 0 0 5px 0;
    }

    header #megamenu .megamenu-content .megamenu-deodorants .col1 .col-content ul,
    header #megamenu .megamenu-content .megamenu-deodorants .col2 .col-content ul {
        width: 156px;
    }

    header #megamenu .megamenu-content .megamenu-deodorants .last-column .col-content {
        /*Removed for GARNIER 790
    border-right: 2px dashed #5B877B;*/
    }

    header #megamenu .megamenu-content .megamenu-deodorants .last-column .col-noborder {
        border: 0;
    }

    /* SUNCARE */
    header #megamenu .megamenu-content .megamenu-sunprotection .col2 {
        width: 170px;
    }

    header #megamenu .megamenu-content .megamenu-sunprotection .col2 .col-content .col-title {
        width: 136px;
    }

    header #megamenu .megamenu-content .megamenu-sunprotection .col2 .col-content ul {
        width: 158px;
    }

    header #megamenu .megamenu-content .megamenu-sunprotection .col3 {
        width: 231px;
    }

    header #megamenu .megamenu-content .megamenu-sunprotection .col3 .col-content .col-title {
        width: 196px;
    }

    header #megamenu .megamenu-content .megamenu-sunprotection .col3 .col-content ul {
        width: 218px;
    }

    header #megamenu .megamenu-content .megamenu-sunprotection .col3 .product-type li {
        width: 87px;
    }

    header #megamenu .megamenu-content .megamenu-sunprotection .col3 .spf li {
        width: 196px;
    }

    #container {
        position: relative;
        width: 720px;
        margin: 20px auto 0 auto;
    }

    #breadcrumb {
        width: 715px;
        padding-left: 5px;
        padding-bottom: 8px;
        margin: 0px;
        font-size: 14px;
    }

    /*enhanced newsletter tablet */
    
    .enhanced-fancybox{
        width: 750px !important;
    }
     
    .enhanced-fancybox .fancybox-skin {
        padding-left: 20px !important;
        padding-right: 20px !important; 
        padding-bottom: 35px !important;
    }
    .enhanced-fancybox .fancybox-inner{
        width: 100% !important;
        /*height: 750px !important;*/
    }
    body:not(.msie9) footer {
        margin: 30px 0 0 0;
    }

    body:not(.msie9) footer #footer-container {
        width: 720px;
    }

    body:not(.msie9) footer #footer-container #footer-col1 {
        width: 180px;
    }

    body:not(.msie9) footer #footer-container #footer-col1 li {
        width: 170px;
    }

    body:not(.msie9) footer #footer-container #footer-col3 {
        width: 296px;
    }

    body:not(.msie9) footer #footer-container #footer-col3 #footer-newsletter {
        width: 284px;
        height: 50px;
        background: transparent url(../img/common/tab/footer-newsletter-bg.png) left top no-repeat;
    }

    body:not(.msie9) footer #footer-container #footer-col3 #footer-newsletter input {
        width: 170px;
    }

    footer #footer-container #footer-col3 #footer-follow {
        margin: 5px 32px 0 0;
    }

    footer #footer-container #footer-mob {
        display: none;
    }

}

/* STICKY FOOTER */
#stickyFooter {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 35px;
    overflow: visible;
    z-index: 1000000;
    padding-top: 5px;
    padding-bottom: 3px;
    border-top: solid white 2px;
    /*background-color: #f5f5f5;
    color:#404040;*/

    -webkit-transition: height 0.8s;
	-moz-transition: height 0.8s;
	transition: height 0.8s;
    color: #000000;
}

#stickyFooter #cookieMessageContainer #cookieMessage {
    text-align: center !important;
        margin-top: 10px;
        font-size: 12px;
}

#cookieMessageContainer {
    box-sizing: border-box;
    padding: 0 30px;
}

#stickyFooter #cookieMessageContainer #cookieMessage #cookieMessageClose a {
    background: transparent url('/lib/img/new-close-popin.png') left top no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
    float: right;
    text-indent: -1000px;
    overflow: hidden;
}

#stickyFooter a {
    color: #404040;
    display: inline-block;
}

/* MOBILE */
@media screen and (max-width: 600px) {
    body {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #breadcrumb {
        display: none;
    }

    #general {
        /*width: 480px;*/
        overflow: hidden;
    }

    #global {
        /*width: 480px;*/
        overflow: hidden;
    }

    #menu-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        overflow: hidden;
        background-color: #f5f5f5;
    }

    #menu-mobile .search-area {
        float: left;
        width: 276px;
        height: 72px;
        padding: 40px 0 0 60px;
        background: transparent url(../img/common/mobile/bg-search.jpg) left top no-repeat;
        position: relative;
    }

    #menu-mobile .search-area .btn-search {
        float: right;
        margin-right: 33px;
        margin-top: 7px;
    }

    #menu-mobile .search-area .search-field {
        float: left;
        border: 0;
        height: 32px;
        width: 200px;
        margin: 0 10px 0 0;
        padding: 0 5px;
        font-size: 16px;
    }

    #menu-mobile .search-area label {
        float: left;
        color: #014432;
        font-weight: bold;
        font-family: Arial,Helevetica,sans-serif;
        text-transform: uppercase;
        width: 276px;
        font-size: 18px;
        text-align: left;
        margin: 0 0 10px 0;
        position: absolute;
        top: 13px;
        left: 59px;
    }

    #menu-mobile #list-metier ul, #menu-mobile #list-metier li {
        float: left;
    }

    #menu-mobile #list-metier li {
        display: block;
        width: 336px;
        height: 60px;
        font-family: 'AkzidenzGroteskBE',Arial,Helevetica,sans-serif;
        font-size: 24px;
        text-transform: uppercase;
        background: transparent url(../img/common/mobile/bg-menu-item.jpg) left top no-repeat;
    }

    #menu-mobile #list-metier li a {
        display: block;
        width: 276px;
        height: 42px;
        padding: 18px 0 0 60px;
        color: #004532;
        text-decoration: none;
    }
    /* mena language */
    .rtl #menu-mobile #list-metier li a {
        direction: rtl;
        padding: 18px 0 0 25px;
        text-align: right;
    }
    .rtl #menu-mobile #list-metier li.first-menu-custom span, 
    .rtl #menu-mobile #list-metier li.first-menu-custom img, 
    .rtl #menu-mobile #list-metier li#logout-mob img {
        float: right;
        margin-right: 10px;
    }
    /* /mena language */
    #menu-mobile #list-metier li.first-menu-custom img,
    #menu-mobile #list-metier li#logout-mob img {
        float: left;
        margin: 0 5px 0 0;
    }

    #menu-mobile #list-metier li.first-menu-custom span,
    #menu-mobile #list-metier li#logout-mob span {
        display: block;
        float: left;
        margin: 5px 0 0 0;
    }

    header {
        height: 112px;
        background: url(../img/common/mobile/bg-header.jpg) no-repeat scroll center top #DCE16D;
        /*width: 500px;*/
    }

    header #content-header {
        /*width: 500px;*/
        overflow: hidden;
        height: 112px;
    }

    header nav#top,
    header #content-header .my-account,
    header #content-header .search-area,
    header #content-header #testerscorner,
    header nav#menu {
        display: none;
    }

    header #content-header #header-mobile {
        display: block;
        position: absolute;
        width: 480px;
        height: 112px;
        left: 50%;
        top: 0;
        margin: 0 0 0 -244px;
    }

    header #content-header #header-mobile #btn-menu-mobile {
        float: left;
        margin: 26px 0 0 0;
        cursor: pointer;
    }

    header #content-header #header-mobile #btnMyaMobile {
        float: right;
        margin: 26px 10px 0 0;
        cursor: pointer;
    }

    header #content-header .homelogo {
        display: none;
    }

    header #content-header #header-mobile .homelogo {
        display: block;
        top: 18px;
        left: 50%;
        margin: 0 0 0 -67px;
    }

    header #content-header #header-mobile .homelogo img {
        width: 134px;
        height: 50px;
    }

    header #menu-mobile #list-metier li#logout-mob {
        display: block;
    }

    body:not(.msie9) #container {
        width: 480px;
        margin: 0;
    }

    body:not(.msie9) footer {
        background: none;
    }

    body:not(.msie9) footer #footer-container {
        width: 100%;
        height: 150px;
        overflow: hidden;
        background: url(../img/common/bg-footer.jpg) no-repeat scroll center -18px #FFFFFF;
    }

    body:not(.msie9) footer #footer-container .footer-col {
        display: none;
    }

    body:not(.msie9) footer #footer-container #footer-mob {
        display: block;
        text-align: center;
        width: 100%;
    }

    body:not(.msie9) footer #footer-container #footer-mob ul, footer #footer-container #footer-mob li {
        list-style-type: none;
        background: none;
    }

    body:not(.msie9) footer #footer-container #footer-mob ul {
        margin: 23px 0 0 5px;
        width: 480px;
        font-size: 0px;
    }

    body:not(.msie9) footer #footer-container #footer-mob li {
        display: inline-block;
        width: auto!important;
        text-align: left;
        float: none;
        border-left: 1px solid #004431;
    }

    body:not(.msie9) footer #footer-container #footer-mob li a {
        display: block;
        font-size: 13px;
        color: #004431;
        text-decoration: none;
        padding: 3px 4px 0 0;
        /*border-right:1px solid #0f4f3d;*/
        height: 15px;
        line-height: 13px;
        font-size: 14px;
    }

    body:not(.msie9) footer #footer-container #footer-mob li.footermob-mga {
        background: transparent url(../img/common/mobile/mya-footer-mobile.png) left 0 no-repeat;
        border: none;
        padding: 0 0 0 18px;
        width: 222px;
    }

    body:not(.msie9) footer #footer-container #footer-mob li a.noborder {
        border: 0;
    }

    body:not(.msie9) footer #footer-container #footer-mob li.footermob-mga.logout input {
        font-size: 13px;
        color: #004431;
        padding: 0px 4px 0 0;
        border: none;
        border-right: 1px solid #0f4f3d;
        height: 19px;
        line-height: 13px;
        font-size: 14px;
        background: none;
        cursor: pointer;
        -webkit-border-radius: 0px;
        -webkit-appearance: none;
    }

    body:not(.msie9) footer .languagesLinksMobile {
        text-align: right;
        padding-right: 10px;
    }
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

/*overriding styles for image positioning, overriding all others*/


.fiftypercentleft {
    background-position: 50% 0% !important;
    background-repeat: no-repeat;
}

.centertop {
    background-position: center top !important;
    background-repeat: no-repeat;
}

.lefttop {
    background-position: left top !important;
    background-repeat: no-repeat;
}

.righttop {
    background-position: right top !important;
    background-repeat: no-repeat;
}

.centerbottom {
    background-position: center bottom !important;
    background-repeat: no-repeat;
}

.leftbottom {
    background-position: left bottom !important;
    background-repeat: no-repeat;
}

.rightbottom {
    background-position: right bottom !important;
    background-repeat: no-repeat;
}
/*
        These are placeholder styles for positioning of foreground image, when required and defined.
    .imgcentertop {
        position: absolute !important;
        right: 34px !important;
        bottom: 12px !important;
    }
    .imglefttop {
        position: absolute !important;
        right: 34px !important;
        bottom: 12px !important;
    }
    .imgrighttop {
        position: absolute !important;
        right: 34px !important;
        bottom: 12px !important;
    }
    .imgcenterbottom {
        position: absolute !important;
        right: 34px !important;
        bottom: 12px !important;
    }
    .imgleftbottom {
        position: absolute !important;
        right: 34px !important;
        bottom: 12px !important;
    }
        */
.imgrightbottom {
    position: absolute !important;
    right: 34px !important;
    bottom: 12px !important;
}

.FAQCustomerServices {
    color: #014432;
    font-size: 18px;
}

.FAQCustomerServices a {
    color: #014432;
    text-decoration: underline;
}

.FAQCustomerServices .cust_service_bullet {
    font-weight: bold;
    padding: 0 0 0 10px;
}

.FAQCustomerServices p.cust_service_bullet {
    float: left;
    background: url(../img/faq/faq-button-notch.png) 0px 4px no-repeat;
}

.FAQCustomerServices span.azur {
    background: url(../img/faq/num-azur.png) top left no-repeat;
    display: block;
    width: 183px;
    height: 18px;
    float: left;
    margin: 1px 0 0 9px;
}

.FAQCustomerServices p {
    padding: 0 0 16px 0;
}

/** GLOBAL CMS CONTENT STYLES **/
.container .content .cms-content {
    font-size: 12px;
}

.container .content .cms-content p {
    float: none;
    font-size: 13px;
    padding-bottom: 10px;
    text-align: justify;
}

.container .content .cms-content a {
    color: #014432;
}

.container .content .cms-content h1 {
    float: none;
    padding: 0;
}

.container .content .cms-content h2, 
.container .content .cms-content h3, 
.container .content .cms-content h4, 
.container .content .cms-content h5, 
.container .content .cms-content h6 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 2px 0;
    color: #014432;
}

.container .content .cms-content h4 {
    font-size: 14px;
}

.container .content .cms-content h5, .cms-content h6 {
    font-size: 13px;
}

.container .content .cms-content ul {
    padding-left: 25px;
    list-style-type: disc;
}

.container .content .cms-content ol {
    padding-left: 25px;
}

.container .content .cms-content ul li, .container .content .cms-content ol li {
    padding-bottom: 5px;
}

@media screen and (max-width: 900px) {
    .container .content .cms-content {
        box-sizing: border-box;
        width: 100%;
    }
}

/** GLOBAL BIG PUSH */
.big-push .big-push-tab, .big-push .big-push-mob {
    display: none;
}

.big-push {
    position: relative;
    margin-top: 10px;
}

.big-push .appsStoreBloc {
    position: absolute;
    left: 40px;
    top: 66px;
    width: 521px;
}

.big-push .title {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
}

.big-push .subTitle {
    font-size: 20px;
    display: block;
    color: #000000;
}

.big-push .desc {
    display: block;
    font-size: 15px;
}

.push-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -10000px;
}
/** TABLET **/
@media screen and (min-width: 600px) and (max-width: 900px) {
    .big-push .big-push-desk {
        display: none;
    }

    .big-push .big-push-tab {
        display: block;
    }

    .big-push .appsStoreBloc {
        top: 43px;
        width: 310px;
    }

    .big-push .title {
        font-size: 20px;
    }

    .big-push .subTitle {
        font-size: 15px;
    }

    .big-push .desc {
        display: block;
        font-size: 15px;
    }

    .topSearchBox input {
        -webkit-appearance: none;
        border-radius: 0;
    }
}
/** MOBILE **/
@media screen and (max-width: 600px) {
    .big-push .big-push-desk {
        display: none;
    }

    .big-push .big-push-mob {
        display: block;
    }

    .big-push .appsStoreBloc {
        top: 30px;
        width: 380px;
    }

    .big-push .title {
        font-size: 18px;
    }

    .big-push .subTitle {
        font-size: 16px;
    }
    .rtl .big-push .appsStoreBloc {
        right: 50px !important;
    }
    .big-push .desc {
        padding-right: 20px;
        display: block;
        font-size: 14px;
    }
    .rtl .big-push .desc {
        padding: 0;
    }
    .language {
        display: inline-block;
    }
}
/** END GLOBAL BIG PUSH **/

/* retina iPad */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    html:not(.rtl) .topSearchBox input[type=text] {
        padding: 0 0 4px 2px !important;
    }
}*/

header #megamenu .megamenu-content .productfinder-container.showTablet {
    float: left;
    width: 682px;
    height: 113px;
    padding: 12px 0 0 12px;
    margin: 20px 0 0 0;
    background-image: url('/lib/img/common/tab/bg-productfinder.jpg');
}


header #megamenu .megamenu-content .productfinder-container.showTablet {
    display: block;
}


/*FYM At bottom*/

header #megamenu .megamenu-content .metier-container[data-showFYMAtBottom=true]{
    left: 20px;
}

header #megamenu .megamenu-content .metier-container[data-showFYMAtBottom=true] .productfinder .col-title {
    display: none;
}

header #megamenu .megamenu-content .metier-container[data-showFYMAtBottom=true] .productfinder{
    width: 975px;
}

header #megamenu .megamenu-content .metier-container[data-showFYMAtBottom=true] .productfinder-container{
    float: left;
    width: 682px;
    height: 113px;
    padding: 12px 0 0 12px;
    margin: 20px 0 0 140px;
    background-image: url('/lib/img/common/tab/bg-productfinder.jpg');
    display: block;
}

header #megamenu .megamenu-content .metier-container[data-showFYMAtBottom=true] .productfinder-container .bg-fym {
    display: none;
}

header #megamenu .megamenu-content .metier-container[data-showFYMAtBottom=true] .productfinder-container .bg-fym-tablet {
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
}

header #megamenu .megamenu-content .metier-container[data-showFYMAtBottom=true] .productfinder-container .bg-fym-tablet p {
    left: 0px;
    width: auto;
    padding-top: 29px;
    margin-left: 140px;
    width: 320px;
    text-align: left;
    margin-top: 3px;
    padding-left: 0;
    top: 0;
    font-family: Arial;
    cursor: pointer
}

header #megamenu .megamenu-content .metier-container[data-showFYMAtBottom=true] .productfinder-container .bg-fym-tablet a.greenButton {
    bottom: 42px;
    right: 35px;
}

header #megamenu .megamenu-content .metier-container[data-showFYMAtBottom=true] .productfinder-container .bg-fym-tablet p br:first-child {
    display: none;
}

/*End FYM At bottom*/

/* slide buttons */
.slide-button-wrapper {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 100%;
    margin: 0 0 10px 10px;
    overflow: hidden;
    position: relative;
    width: auto;
    z-index: 10;
}

.slide-button-wrapper .step1,
.slide-button-wrapper .step2 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: table-cell;
    height: auto;
    position: relative;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 50%;
}
.slide-button-wrapper a  span {
    display: inline-block;
    font: 800 13px AvantGardeITCbyBTBook, Arial, Helvetica, sans-serif !important;
    vertical-align: middle;
}
.slide-button-wrapper .slide-button-slider {
    display: table;
    left: 0;
    position: absolute;
    table-layout: fixed;
    transition: all 400ms ease-out;
    width: 200%;
}

.slide-button-wrapper:hover .slide-button-slider {
    left: -100%;
    left /*\**/: 0\9;
}
/** MOBILE **/
@media screen and (max-width: 600px) {
    .layout-30-70 .HelpModuleEnabled .buttonsCont .brand-button {
        width: 100% !important;
    }
}
/* **************** */

/* mena languages */
.rtl .content.store-locator h1,
.rtl .storeLocatorContent,
.rtl .brandHeader,
.rtl .questions-wrap,
.rtl #cookieMessage,
.rtl #breadcrumb,
.rtl #footer-newsletter,
.rtl header #content-header .my-account,
.rtl #content-header #header-mobile,
.rtl #content-header .testerscorner,
.rtl #content-header #top,
.rtl #content-header .search-area,
.rtl #content-header .custommnav-column a,
.rtl #content-header .custommnav-column p,
.rtl #content-header .custommnav-linkwraper,
.rtl #content-header .custommnav-linkwraper > a,
.rtl #content-header .custommnav-linkwraper > span,
.rtl header nav#menu .custommnav-mainnav > li > .custommnav-wraplink a,
.rtl .slider .wrapper .contentslider .contentSlide a.linkSlide,
.rtl .loginPopin h3,
.rtl .loginPopin h4,
.rtl .loginPopin #content1 p,
.rtl .big-push,
.rtl #and h2,
.rtl .footer-col,
.rtl .login-bottom div,
.rtl .footer-title
.rtl .aboutContentText,
.rtl .middleLeftNav,
.rtl #register-now,
.rtl .WhatsNewFilter,
.rtl #WhatsNew h2,
.rtl #megamenu,
.rtl .see-all *,
.rtl header #megamenu .megamenu-content p.col-title,
.rtl .loginPopin .left .contentLeft .loginContent .login-bottom div:first-child,
.rtl input[type='text'],
.rtl input[type='password'],
.rtl .loginPopin .left .contentLeft .lostPasswordContent,
.rtl .loginPopin .left .contentLeft .loginContent,
.rtl .loginPopin .left .contentLeft .wrapper .field-wrapper,
.rtl .loginPopin .left .contentLeft .wrapper #login-password-error,
.rtl .slider li *, .rtl #home-pushes h1 {
    direction: rtl !important;
    font-family: arial, sans-serif !important;
    text-align: right !important;
}
.rtl .slider .wrapper .contentslider .contentSlide a.linkSlide {
    background-image: none;
}

.rtl .loginPopin h3,
.rtl .loginPopin h4 {
    max-width: 270px !important;
}
.loginPopin .right h4 {
    width: 284px !important;
    max-width: 500px !important;
}
.rtl .loginPopin .right .content {
    width: 284px;
}
.rtl .loginPopin .left {
    width: 310px;
}
.rtl .loginPopin .right {
    width: 316px;
}
.rtl .triangle-right:before {
    border-right: 6px solid #ffffff;
    border-left: none;
    margin-left: 5px;
}
.rtl .msie9 .triangle-right:before,
.rtl .msie8 .triangle-right:before {
    border-left: 6px solid #ffffff !important;
    border-right: none !important;
}
.rtl .loginPopin .left .contentLeft .wrapper #submitlogin {
    /*float: left;*/
}
.rtl .loginPopin .arrow-right {
    float: right;
    margin-left: 5px;
    border-left: none;
    border-right: 6px solid #ffffff;
}
.rtl header #content-header .my-account .arrow {
    float: left;
    margin: 5px 20px 0 3px;
} 
.rtl header #content-header .my-account .menu li {
    padding: 0 12px 0 0px;
}

.rtl footer #footer-container ul li {
    background: transparent url('/lib/img/common/list-arrows-rtl.png') right 5px no-repeat;
}

.rtl footer #footer-container #footer-col3 #footer-customer p.footer-title,
.rtl footer #footer-container p.footer-title,
.rtl footer #footer-container #footer-col3 #footer-customer p,
.rtl footer #footer-container #footer-col3 #footer-customer .footer-azur {
    float: right;
}
.rtl footer #footer-container #footer-col2 #select-country {
    background: transparent url("../img/common/select-country-bg-rtl.jpg") left top no-repeat;
    float: right;
}
.rtl footer #footer-container #footer-col3 #footer-newsletter #footer-submit {
    background: none #4B4B4B;
    box-sizing: border-box;
    text-align: center;
    width: 78px;
    padding: 3px 3px;
}

.rtl .ie8 footer #footer-container #footer-col3 #footer-newsletter #footer-submit {	
	float: none;
	margin-right: 20px;
}

.rtl footer #footer-container #footer-col3 #footer-newsletter #footer-submit:before {
	content: "";
	border: 3px solid transparent;
	border-right-color: #ffffff;
	display: inline-block;
}

.rtl .ie8 footer #footer-container #footer-col3 #footer-newsletter #footer-submit:before {
	border: 3px solid transparent;
	border-left-color: #ffffff;
	margin-left: 3px;
}

/* megamenu */
.rtl header #megamenu .megamenu-content .productfinder-container .bg-fym a.greenButton, 
.rtl header #megamenu .megamenu-content .productfinder-container .bg-fym-tablet a.greenButton, 
.rtl #FinalCheck .btn-finalcheck-getit {
    background: none #014432;
}
.rtl header #megamenu .megamenu-content .productfinder-container .bg-fym a.greenButton:before, 
.rtl header #megamenu .megamenu-content .productfinder-container .bg-fym-tablet a.greenButton:before, 
.rtl #FinalCheck .btn-finalcheck-getit:before {
    content: " ";
    border: solid 5px;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    width: 0;
    height: 0;
    display: inline-block;
    border-left: none;
    vertical-align: middle;
    margin: 0 5px;
}
.rtl .msie8 header #megamenu .megamenu-content .productfinder-container .bg-fym a.greenButton:before, 
.rtl .msie8 header #megamenu .megamenu-content .productfinder-container .bg-fym-tablet a.greenButton:before, 
.rtl .msie8 #FinalCheck .btn-finalcheck-getit:before {
    border-left: solid 5px;
    border-right: none;
}
.rtl .searchPaging,
.rtl .cta-container-wrap,
.rtl #container #and #andList .andItem .contentAnd .detailsAnd a,
.rtl #container #WhatsNew #WhatsNewList ul li .detailsWhatsNewList a,
.rtl #home-pushes .push .push-content .cta-container .cta-wrap {
    direction : rtl;
}

.rtl .arrow-right {
    border-left: none !important;
    border-right: 6px solid #fff;
}

.rtl .ie8 .arrow-right {
    border-right: none !important;
    border-left: 6px solid #fff;
}
.rtl header #megamenu .megamenu-content p.see-all {
    direction: rtl;
    display: table !important;
    width: 100%;
}
.rtl header #megamenu .megamenu-content .see-all span {
    display: table-cell !important;
}
.rtl header #megamenu .megamenu-content .see-all a {
    display: table-cell !important;
}
.rtl header #megamenu .megamenu-content p.col-title {
    text-align: center !important;
}
.rtl header #megamenu .megamenu-content li {
    padding: 0;
}
.rtl header #megamenu .megamenu-content li a {   
    padding: 6px 10px 6px 0!important;
}
/*.rtl .see-all .arrow-right {
    border-left: none;
    border-right: 6px solid #034633;
}*/
.rtl p.see-all a:before {
	border-left: none;
	border-right: 6px solid #034633;
}
.rtl .ie8 p.see-all a:before {
	border-right: none;
	border-left: 6px solid #034633;
}
.rtl .big-push .appsStoreBloc {
    right: 40px;
}
.rtl .myaccount .content .profile .pic .upload .arrow-right {
    border-left: none;
    border-right: 6px solid #034633;
    float: right;
}
.rtl .loginPopin .left .contentLeft .lostPasswordContent .login-bottom div a {
    /*float: left;*/
}
.rtl .loginPopin .left .contentLeft .lostPasswordContent .login-bottom div:first-child a{
    float: right;
}
.rtl #container #results .applications li.noData p {
    direction: rtl;
    text-align: right;
}
.rtl footer #footer-container #footer-col3 #footer-follow ul {
    float: right;
}

.rtl nav#breadcrumb {
    box-sizing: border-box;
    padding-right: 5px;
}

.rtl #breadcrumb > * {
    /*display: table-cell;*/
    padding: 0 2px;  
}


/* Footer*/
.rtl footer #footer-container #footer-col1 {
    box-sizing: border-box;
    padding: 0 5px;
}

.rtl footer #footer-container #footer-col1 li {
    width:136px;
}

.rtl #footer-follow ul li {
    margin: 0 !important;
}

.rtl footer #footer-container #footer-col3 #footer-newsletter label {
    margin-right: 15px;
}

.rtl .ie8 footer #footer-container #footer-col3 #footer-newsletter label {
    margin-right: 20px;
}

/* MOBILE */
@media screen and (min-width: 600px) and (max-width: 900px){
    .rtl footer #footer-container #footer-col1 ul, 
    .rtl footer #footer-container #footer-col1 li {
        float: none;
    }
    .rtl footer #footer-container #footer-col3 #footer-newsletter {
        font-size: 11px;
    }
	
	.rtl footer #footer-container #footer-col3 #footer-newsletter label {
		margin-right: 20px;
	}
	
    .rtl header #content-header .my-account {
        margin-top:0;
    }
    .rtl header #content-header .my-account .menu li {
        margin-left: 6px;
        padding-right: 6px;
    }
}
@media screen and (max-width: 600px){
    .rtl #menu-mobile .search-area label {
        direction: rtl !important;
        font-family: arial, sans-serif !important;
        text-align: right !important;
    }
    .rtl #menu-mobile .search-area label {
       box-sizing: border-box;
       padding-right: 32px;
    }
}

/* mena laguages */

/* textarea ie */
textarea {
overflow: auto;
}