@font-face {
    font-family: cfasty;
    src: url("fonts/CFAstyStd-Book.otf") format("opentype"),
    url('fonts/CFAstyStd-Book.eot') format('embedded-opentype'),
    url('fonts/CFAstyStd-Book.woff') format('woff'),
    url('fonts/CFAstyStd-Book.ttf') format('truetype'),
    url('fonts/CFAstyStd-Book.svg#Sri-TSCRegular') format('svg');
}

@font-face {
    font-family: cfasty;
    font-weight: bold;
    src: url("fonts/CFAstyStd-Bold.otf") format("opentype"),
    url('fonts/CFAstyStd-Bold.eot') format('embedded-opentype'),
    url('fonts/CFAstyStd-Bold.woff') format('woff'),
    url('fonts/CFAstyStd-Bold.ttf') format('truetype'),
    url('fonts/CFAstyStd-Bold.svg#Sri-TSCRegular') format('svg');
}

/*General START*/

div.header > img, div.header > iframe {
    display: none;
}

div.wrapper > img, div.wrapper > iframe {
    display: none;
}

body.checkout-onepage-success .middle-container > .middle{
    width: 1170px;
    margin: 60px auto;
}

body.cms-our-inspirations .breadcrumbs .about.us{
    display: none;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(images/redesign/grayscale.svg); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

.op_hover, .op_hover2 {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.op_hover:hover {
    opacity: 0.8
}

body {
    background-color: #E3DFD6
}

.half_visible {
    opacity: 0.5;
}

label {
    color: black;
    font-weight: bold;
    font-size: 14px;
    font-family: cfasty, serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.cfasty {
    font-family: cfasty, serif;
}

.color_black {
    color: black
}

.color_898989 {
    color: #898989;
}

.strong {
    font-weight: bold;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz18 {
    font-size: 18px;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

/*General END*/

/*Header START*/

.header {
    width: 100%;
    height: 180px;
    background-color: black;
    /*box-shadow       : 0 3px 30px 11px rgba(128, 128, 128, 0.8)*/
    box-shadow: 0 3px 30px 0px rgba(128, 128, 128, 0.8)
}

input,textarea
{
    border-radius: 0;
}

.header-top-container {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    background-color: black
}

#logo {
    float: left;
    margin-top: 23px;
}

#logo img {
    border: 3px solid white;
}

#header_links {
    float: right;
    margin-top: 38px;
}

.quick-access {
    float: right;
}

#cart li {
    display: inline;
}

#cart a, #cart span {
    font-family: cfasty, serif;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    /*font-size: 1.1vw;*/
}

#cart li:hover a {
    color: #898989;
}

.shop-access > * {
    float: left;
}

.mini-search {
    position: relative;
}

.mini-search > input#search {
    background-color: black;
    border: 0;
    border-bottom: 1px solid white;
    width: 128px;
    color: white;
    font-size: 14px;
    font-family: cfasty, serif;
    padding: 0 26px 4px 3px;
    /* background-image: url('images/redesign/magnify.png');
    background-repeat: no-repeat;
    background-position: cente */
}

.mini-search > div.form_submit {
    background-image: url('images/redesign/magnify.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
    top: -8px;
    right: 2px;
}

.headertopmenu {
    margin: 36px 0 16px;
}

.headertopmenu > li {
    display: inline;
    margin-right: 30px;
    position: relative;
}

.headertopmenu a {
    font-size: 14px;
    font-family: cfasty, serif;
    color: white;
}

.headertopmenu > li:hover a {
    color: #898989;
}

.white_line {
    border-bottom: 1px solid white;
    width: 970px
}

ul.breadcrumbs {
    width: 1170px;
    margin: 46px auto;
    padding: 14px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    height: 15px;
}

ul.breadcrumbs > li {
    display: inline-block;
}

ul.breadcrumbs > li.home {
    margin-left: 6px;
}

ul.breadcrumbs * {
    font-size: 12px;
    font-family: cfasty, serif;
}

ul.breadcrumbs a {
    color: #898989;
}

ul.breadcrumbs span {
    color: #000000;
}

/*Header END*/

/*Footer START*/

.footer {
    width: 100%;
    background-color: black;
    padding: 54px 0 0;
}

.footer > .informational {
    width: 1170px;
    margin: 0 auto;
}

#footer-logo {
    float: left;
}

#footer-logo img {
    border: 3px solid white;
}

.footer-links {
    float: left;
    margin-left: 14px;
}

.footer-links div.single_column {
    float: right;
    margin-left: 35px;
    height: 170px;
    width: 100%;
}

html[lang="el"] .footer-links div.single_column,
html[lang="es"] .footer-links div.single_column
{
    height: 195px;
}

.footer-links div.single_column > h4 {
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid white;
    font-family: cfasty, serif;
    padding-bottom: 8px;
    margin-bottom: 8px;
    width: 100%;
}

.footer-links div.single_column li {
    margin-bottom: 6px;
}

.footer-links div.single_column a {
    color: #929292;
    font-family: cfasty, serif;
    font-size: 14px;
    letter-spacing: normal;
}

.footer-links div.single_column li:hover > a {
    color: white;
    text-decoration: none;
}

.footer-links div.single_column a:hover {
    color: white;
    text-decoration: none;
}

.footer-links div.double_column {
    width: 223px;
    float: right;
    height: 100%;
    margin-left: 50px;
}

.footer-links div.double_column > div.single_column:first-child {
    margin-bottom: 44px;
}

.footer-money {
    background-color: black;
    width: 100%;
    position: relative;
}

#lower_footer {
    width: 1170px;
    margin: 0 auto;
}

#lower_footer_images {
    width: 177px;
    float: right;
    min-height: 1px;
}

#lower_footer_images > img {
    margin-bottom: 20px;
}

#copyright_etc {
    color: #929292;
    font-size: 12px;
    font-family: Helvetica, cfasty, serif;
    margin-top: 0px;
    float: left;
    font-size: 13px;
}

div.cvg_newsletter .part_b > div.block-title {
    margin: 12px 12px 12px 134px;
}

.part_b > div.block-content img {
    margin: 0 6px 0 6px;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.part_b > div.block-content a:hover > img {
    opacity: 0.7
}

/*Footer END*/

/*Newsletter START*/

div.cvg_newsletter {
    width: 100%;
    background-color: #E3DFD6;
    padding-bottom: 56px;
}

div.cvg_newsletter > div.block.block-subscribe {
    width: 1170px;
    margin: 0 auto;
}

div.cvg_newsletter > div.block.block-subscribe > .part_a,
div.cvg_newsletter > div.block.block-subscribe > .part_b {
    width: 570px;
    /*height: 100%;*/
    float: left;
    padding: 20px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

div.cvg_newsletter > div.block.block-subscribe > .part_b {
    float: right;
}

div.cvg_newsletter div.block-title {
    float: left;
    margin: 12px 12px 12px 34px;
}

div.cvg_newsletter div.block-title span {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 18px;
    color: black
}

div.cvg_newsletter div.block-content,
div.cvg_newsletter div.input-box,
div.cvg_newsletter div.actions {
    float: left;
}

div.cvg_newsletter div.actions button {
    border: none;
    background-color: black;
    color: white;
    font-family: cfasty, serif;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 12px 0 12px;
    margin-left: 2px;
    height: 44px;
    cursor: pointer;

    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

@-moz-document url-prefix() { 
  div.cvg_newsletter div.actions button {
     padding: 14px 12px 10px 14px;
     height: inherit;
  }
}

div.cvg_newsletter div.actions button:hover {
    color: rgb(126, 126, 126)
}

div.cvg_newsletter input#newsletter {
    border: none;
    background-color: black;
    color: white;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    padding: 14px 12px;
    width: 280px;
    border-radius: 0;
}

/*Newsletter END*/

/*Product Page START*/

body.catalog-product-view {
    background-color: white;
}

div#prod-wrapper {
}

div.product-info-box {
    width: 1170px;
    margin: 0 auto;
}

.product-essential-true-left {
    float: left;
    width: 368px;
}

.product-essential-true-right {
    float: right;
    width: 768px;
    min-height: 400px;
}

.product-essential-footer {
    float: left;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px 0 7px 0;
    margin: 12px 0;
    width: 370px;
    position: relative;
}

div.product-top-left {
    position: relative;
}

div.product-top-left > h2 {
    font-family: cfasty, serif;
    font-weight: normal;
    font-size: 14px;
}

div.product-essential-header > h1 {
    font-family: cfasty, serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.product-essential-subheader {
    font-family: Georgia, sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #898989;
    float: left;
    margin-right: 20px;
}

div.product-essential-ingredients {
    font-size: 14px;
    font-family: cfasty, serif;
    font-weight: bold;
    float: left;
    color: black;
    margin-top: 0px;
}

div.product-essential-ingredients > ul {
    display: inline-block;
    margin-left: 4px;
}

div.product-essential-ingredients > ul > li {
    display: inline-block;
    color: #898989;
    font-size: 14px;
    font-family: Georgia, sans-serif;
}

div.product-essential-ingredients > ul > li:first-child {
    padding-left: 3px;
}

div.product-essential-ingredients > ul > li > a {
    color: #898989;
    font-size: 14px;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
}

div.product-essential-details-content {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 24px 0;
}

div.product-essential-shipping {
    background: url('images/redesign/shipping_info.jpg') 3px center no-repeat white;
    padding: 17px 0 0 24px;
    float: left;
    width: 225px;
    font-size: 12px;
    height: 29px;
    position: relative;
    cursor: pointer;
    font-family: cfasty, serif;
    font-weight: bold;
    border-right: 1px solid black;
}
html[lang="es"] div.product-essential-shipping
{
    width: 205px;
}
div.product-essential-quantity {
    width: 90px;
    text-align: center;
    padding: 17px 0 0;
    font-size: 12px;
    font-family: cfasty, serif;
    border-right: 1px solid black;
    float: left;
    height: 29px;
}

div.product-essential-quantity-text {
    width: 100px;
    text-align: center;
    padding: 17px 0 0;
    font-size: 12px;
    height: 29px;
    font-family: cfasty, serif;
    border-right: 1px solid black;
    float: left;
    text-transform: uppercase;
}

div.product-essential-quantity-input {
    width: 69px;
    text-align: center;
    padding: 15px 0 0;
    font-size: 12px;
    font-family: cfasty, serif;
    border-right: 1px solid black;
    float: left;
    text-transform: uppercase;
    height: 31px;
}

div.product-essential-quantity-input > input {
    border: none;
    text-align: center;
    padding: 0 10px;
    width: 48px;
    font-size: 14px;
}

span.regular-price {
    width: 126px;
    text-align: center;
    padding: 14px 0 0;
    font-size: 22px;
    font-weight: bold;
    font-family: cfasty, serif;
    border-right: 1px solid black;
    border-left: 1px solid black;
    float: left;
    height: 32px;
}

button#pie-cart {
    background-color: #C41414;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: cfasty, serif;
    border: none;
    padding: 3px 0 0;
    width: 128px;
    height: 46px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

html[lang="es"] button#pie-cart 
{
    width: 148px;
}

button#pie-cart:hover {
    background-color: #000000;
    color: white;
}

div.panel.product-essential-right-desc {
    min-height: 350px;
}

div.panel.product-essential-right-desc > .stylish {
    font-size: 14px;
    font-weight: bold;
    font-family: cfasty, serif;
    color: black;
    margin-bottom: 6px;
    margin-top: 30px;
}

div.out-of-stock_full {
    width: 126px;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    font-weight: bold;
    font-family: cfasty, serif;
    float: left;
}

div.panel.product-essential-right-desc > .data {
    font-size: 14px;
    font-family: cfasty, serif;
    color: black;
}

a.addthis_button_facebook_like {
    position: absolute;
    top: 2px;
    right: 4px;
}

a.addthis_button_facebook_send,a.addthis_button_facebook, a.custom_fb {
    background-image: url('images/redesign/black_fb.jpg');
    background-repeat: no-repeat;
    padding: 0;
    margin-left: 3px;
    margin-right: 3px;
    width: 25px !important;
    height: 29px;
}

a.addthis_button_facebook span{
    opacity: 0;
}

a.addthis_button_facebook_send > .fb_iframe_widget,a.addthis_button_facebook > .at4-icon  {
    width: 30px;
    height: 29px;
    overflow: hidden;
    opacity: 0;
}

a.addthis_button_instagram_follow {
    background-image: url('images/redesign/black_in.jpg');
    background-repeat: no-repeat;
    padding: 0;
    margin-left: 3px;
}

a.addthis_button_instagram_follow > .at4-icon  {
    width: 30px;
    height: 29px;
    overflow: hidden;
    opacity: 0;
}


a.addthis_button_tweet iframe {
    width: 30px !important;
    height: 29px !important;
    overflow: hidden;
    opacity: 0;
}

a.addthis_button_tweet {
    background-image: url('images/redesign/black_tw.jpg');
    background-repeat: no-repeat;
    padding: 0;
    margin-left: 2px;
    margin-right: 0px;
    height: 29px;
}

a#pie-wishlist {
    font-weight: bold;
    font-family: cfasty, serif;
    color: black;
    font-size: 11px;
    float: right;
    padding: 7px 0;
    text-transform: uppercase;
    margin-top: 5px;
}

div.rating-stars {
    background-image: url('images/redesign/stars.png');
    background-repeat: no-repeat;
    width: 79px;
    height: 22px;
    float: left;
    margin-left: 65px;
    margin-top: 5px;
}

.ingredient_table tr > td {
    font-style: italic;
}

div.rating-stars-0 {
    background-image: none;
    background-repeat: no-repeat;
    width: 79px;
    height: 22px;
    float: left;
    margin-left: 64px;
    margin-top: 5px;
}
html[lang="es"] div.rating-stars-0
{
    margin-left: 50px;
}
div.rating-stars-1 {
    background-image: url('images/redesign/stars_1.png');
    background-repeat: no-repeat;
    width: 79px;
    height: 22px;
    float: left;
    margin-left: 65px;
    margin-top: 5px;
}

div.rating-stars-2 {
    background-image: url('images/redesign/stars_2.png');
    background-repeat: no-repeat;
    width: 79px;
    height: 22px;
    float: left;
    margin-left: 65px;
    margin-top: 5px;
}

div.rating-stars-3 {
    background-image: url('images/redesign/stars_3.png');
    background-repeat: no-repeat;
    width: 79px;
    height: 22px;
    float: left;
    margin-left: 65px;
    margin-top: 5px;
}

div.rating-stars-4 {
    background-image: url('images/redesign/stars_4.png');
    background-repeat: no-repeat;
    width: 79px;
    height: 22px;
    float: left;
    margin-left: 65px;
    margin-top: 5px;
}

div.rating-stars-5 {
    background-image: url('images/redesign/stars_5.png');
    background-repeat: no-repeat;
    width: 79px;
    height: 22px;
    float: left;
    margin-left: 65px;
    margin-top: 5px;
}

div.rating-stars-none {
    background-image: url('images/redesign/stars_none.png');
    background-repeat: no-repeat;
    width: 79px;
    height: 22px;
    float: left;
    margin-left: 65px;
}

div.product-details-inner > div.rating-stars-0 {
    background-image: none;
    background-repeat: no-repeat;
    width: 100px;
    height: 23px;
    float: left;
    background-size: contain;
    background-position: 0 -3px;
    margin: 16px 0px 0 0px;
    font-family: cfasty, serif;
    font-size: 11px;
    color: black;
    text-align: center;
    font-weight: bold;
}
html[lang="es"] div.product-details-inner > div.rating-stars-0
{
    margin-top: 10px;
}
div.product-details-inner > div.rating-stars-1 {
    background-image: url('images/redesign/stars_1.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 23px;
    float: left;
    background-size: contain;
    background-position: 0 -3px;
    margin: 12px 0px 0 17px;
}

div.product-details-inner > div.rating-stars-2 {
    background-image: url('images/redesign/stars_2.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 23px;
    float: left;
    background-size: contain;
    background-position: 0 -3px;
    margin: 12px 0px 0 17px;
}

div.product-details-inner > div.rating-stars-3 {
    background-image: url('images/redesign/stars_3.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 23px;
    float: left;
    background-size: contain;
    background-position: 0 -3px;
    margin: 12px 0px 0 17px;
}

div.product-details-inner > div.rating-stars-4 {
    background-image: url('images/redesign/stars_4.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 23px;
    float: left;
    background-size: contain;
    background-position: 0 -3px;
    margin: 12px 0px 0 17px;
}

div.product-details-inner > div.rating-stars-5 {
    background-image: url('images/redesign/stars_5.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 23px;
    float: left;
    background-size: contain;
    background-position: 0 -3px;
    margin: 12px 0px 0 17px;
}

div.product-essential-ingredients-footer {
    float: left;
    width: 370px;
    padding-bottom: 12px;
    border-bottom: 1px solid black;
}

div.product-essential-ingredients-inner {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    height: 62px;
    width: 160px;
    float: left;
    color: white;
    font-family: Georgia, sans-serif;
    font-style: italic;
    font-size: 18px;
    text-transform: capitalize;
    background-color: black;
    background-position: center right;
}

div.product-essential-ingredients-footer > a:first-child > div {
    margin-right: 8px;
}

div.product-essential-ingredients-footer > a:hover > div {
    text-decoration: underline;
}

div.product-essential-true-left > div > img {
    display: block;
    margin: 0 auto;
}

/*Product Page END*/

/*Related Product START*/

div.mini-related-items-wrap {
    margin: 0 auto;
    width: 1170px;
}

div.box.base-mini.mini-related-items {
    border-top: 12px solid #000000;
    margin-top: 30px;
    background-color: #E3DFD6;
    padding-bottom: 80px;
}

div.related-header {
    width: 100%;
    margin-top: 76px;
    padding: 28px 0;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 18px;
    color: black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
    margin-bottom: 40px;
}

div.mini-related-items-wrap > ol {
    width: auto;
    /*display : table;*/
    margin: 0 auto;
}

div.mini-related-items-wrap > ol > li {
    display: inline-block;
    height: 436px;
    width: 270px;
    float: left;
    background-color: white;
    margin-left: 30px;
    border-bottom: 12px solid black;
    box-shadow: 0 0 10px -2px #6C6C6C;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

div.mini-related-items-wrap > ol > li.more-shadow {
    /*    box-shadow : 0 0 10px 6px rgba(108, 108, 108, 0.5);*/
    box-shadow: 0 0 10px 6px rgba(108, 108, 108, 0.2);
}

div.mini-related-items-wrap > ol > li:first-child {
    margin-left: 0;
}

div.product-images > div.mini-borders {
    width: 100%;
    height: 286px;
    text-align: center;
    border-bottom: 1px solid black;
    margin-bottom: 21px;
}

div.product-images > div.mini-borders > span.image-helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

div.product-images > div.mini-borders > img {
    vertical-align: middle;
    max-height: 286px;
    max-width: 270px
}

div.product-images > h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: cfasty, serif;
    font-size: 14px;
    color: black;
    text-align: center;
    padding: 0 4px;
}

div.product-images > div.grey_babe_mini {
    font-family: cfasty, serif;
    font-size: 14px;
    color: black;
    text-align: center;
    height: 62px;
    border-bottom: 1px solid black;
    padding: 0 15px;
}

div.product-images > div.grey_babe_mini > div.key_ing {
    position: relative;
    font-family: Georgia, serif;
    font-size: 12px;
    color: black;
    text-align: center;
    width: 100%;
    color: #898989;
    font-style: italic;
}

div.mini-related-items-wrap > ol > li div.out-of-stock_mini, .home-featured-products-container .out-of-stock_mini {
    font-family: cfasty, serif;
    font-size: 14px;
    color: black;
    text-align: center;
    font-weight: bold;
    padding: 12px 0 11px;
}

div.product-details > div.product-details-inner {
    width: 100%;
    position: relative;
}

div.product-details-inner > button.cart-button,
div.product-details-inner > form > button.cart-button
{
    background-position: center;
    background-image: url(images/redesign/cart.png);
    background-repeat: no-repeat;
    background-color: white;
    border: none;
    cursor: pointer;
    float: left;
    width: 42px;
    height: 41px;
}

div.product-details-inner > a.wishbutton > div {
    background-position: center;
    background-image: url(images/redesign/heart.png);
    background-repeat: no-repeat;
    background-color: white;
    border: none;
    cursor: pointer;
    float: left;
    width: 42px;
    height: 41px;
}

div.product-details-inner  button.cart-button:hover,
div.product-details-inner > a.wishbutton:hover > div {
    background-color: black
}

div.product-details-inner > a.wishbutton:hover > div {
    background-image: url(images/redesign/white_heart.png);
}

div.product-details-inner  button.cart-button:hover {
    background-image: url(images/redesign/white_cart.png);
}

div.product-details-inner > div.rating-stars {
    background-image: url('images/redesign/stars.jpg');
    background-repeat: no-repeat;
    width: 80px;
    height: 23px;
    float: left;
    background-size: contain;
    background-position: 0 -3px;
    margin: 12px 0px 0 17px;
}

div.but_price > span.regular-price {
    font-size: 18px;
    color: black;
    float: right;
    padding: 12px 12px 0 0;
    border: none;
    width: auto;
}
.but_price .old-price,
div.product-details-inner > div.wishlist_abs,
div.product-details-inner > div.cart_abs,
body.category-special-packs .but_price .old-price,
body.cms-home .but_price .old-price,
body.category-face .old-price {
    display: none;
    font-family: cfasty, serif;
    font-weight: bold;
    font-size: 10px;
    color: white;
    padding: 14px 12px;
    position: absolute;
    top: 56px;
    background-color: black
}

div.product-details-inner > div.cart_abs {
    left: 42px;
}

/*Related Product END*/

/*Blocks START*/

#redesign_productpage_block {
    width: 100%;
    background-color: #E3DFD6;
    padding: 82px 0;
    
}

body.category-special-packs #redesign_productpage_block 
{
border-top: 12px solid #000000;
}
#redesign_productpage_wrap {
    width: 1170px;
    margin: 0 auto;
}

#redesign_productpage_wrap img {
    float: right;
}

#redesign_productpage_wrap > a:first-child > img {
    float: left;
}

/*Blocks END*/

/*Catalog Page START*/

div.middle.col-2-left-layout {
    width: 1170px;
    margin: 0 auto;
}

body.catalog-category-view div.header {
    margin-bottom: 246px;
}

#sidebar {
    width: 270px;
    float: left;
    border-bottom: 10px solid black;
    box-shadow: 0 9px 0px 0px rgba(0, 0, 0, 0), 0 -9px 0px 0px rgba(0, 0, 0, 0), 6px 0 9px -4px rgba(146, 149, 152, 0.8), -3px 0 8px -4px rgba(82, 82, 82, 0.8);
}

#category-banner-outer {
    background-color: black;
    border-top: 1px solid white;
    position: absolute;
    width: 100%;
    left: 0;
    top: 180px;
}

#category-banner {
    width: 1170px;
    margin: 0 auto;
    padding: 48px 0;
    height: 94px;
    background-size: contain;
}

#category-banner > h2 {
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: cfasty, serif;
    float: left;
    min-width: 300px;
    max-width: 400px;
}

#category-banner > div {
    font-size: 13px;
    font-family: Georgia, serif;
    font-style: italic;
    color: white;
    width: 460px;
    float: left;
}

#category-banner > div.the_first {
    font-size: 14px;
    font-family: cfasty, serif;
    width: 260px;
    font-style: normal;
    margin-right: 50px;
}

#sidebar > div.box.layered-nav:first-child > div.head {
    margin-bottom: 14px;
}

#sidebar > div.box.layered-nav:first-child > div.head > h1 {
    background-color: black;
    padding: 16px 24px 16px 16px;
    font-family: cfasty, serif;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

#sidebar > div.el_segundo dl dt {
    font-family: cfasty, serif;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding: 12px 0;
    margin: 24px 24px 10px 16px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-image: url(images/redesign/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    cursor: pointer;
}

#sidebar > div.el_segundo dl dt.opened {
    background-image: url(images/redesign/down_arrow_reversed.png);
}

#sidebar > div.el_segundo dl dd {
    /*display: none;*/
}

dl#narrow-by-cat > dt.last.odd, #sidebar .narrow-by > dl > dd > ol > li {
    padding: 0 24px 0 16px;
    font-family: cfasty, serif;
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
}

#sidebar .narrow-by > dl > dd > ol > li > a {
    font-weight: normal;
    font-family: cfasty, serif;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

#sidebar .narrow-by > dl > dd > ol > li > a:hover, #sidebar .narrow-by > dl > dd > ol > li > a.current {
    color: #898989;
}

div.listing-type-grid.catalog-listing {
    width: 872px;
    float: right;
    position: relative;
}

body.catalog-category-view .listing-type-grid.catalog-listing.mini-related-items-wrap ol {
    margin-bottom: 60px;
}

body.catalog-category-view .listing-type-grid.catalog-listing.mini-related-items-wrap ol li a {
    text-decoration: none;
}

.catalog-category-pager-cvg {
    position: absolute;
    top: -90px;
    right: 0;
}

.catalog-category-pager-cvg td, .catalog-category-pager-cvg2 td {
    font-family: cfasty, serif;
    font-size: 13px;
    color: black;
    vertical-align: middle;
}

#sidebar img {
    margin: 20px 13px 6px;
}

div.hidden_products_per_page_cvg {
    overflow: hidden;
    position: absolute;
    width: 58px;
    height: 0;
    top: 46px;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.hidden_products_per_page_cvg.opened {
    height: 186px;
    z-index: 1;
}

div.current_products_per_page_cvg, div.hidden_products_per_page_cvg > div[rel^="http"] {
    background-color: black;
    color: white;
    font-weight: bold;
    font-family: cfasty, serif;
    font-size: 15px;
    padding: 14px 0 0;
    float: left;
    width: 58px;
    height: 30px;
    text-align: center;
}

div.hidden_products_per_page_cvg.opened div[rel^="http"] {
    font-weight: normal;
}

div#advice-required-entry-newsletter {
    position: absolute;
}

div.hidden_products_per_page_cvg > div[rel^="http"] {
    border: 1px solid rgba(0, 0, 0, 0);
    height: 44px;
    box-sizing: border-box
}

div.hidden_products_per_page_cvg > div[rel^="http"]:hover {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 1);
    color: black
}

div.products_per_page_cvg_container {
    position: relative;
}

div.choose_products_per_page_cvg {
    background-image: url(images/redesign/black_d_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    padding: 22px 16px;
    float: right;
    margin-left: 1px;
    cursor: pointer;
}

img.img_products_per_page_cvg {
    position: absolute;
    right: -40px;
    top: 5px;
    display: none;
    width: 32px;
}

body.catalog-category-view .cvg_newsletter {
    margin-top: 50px;
}

#pager_down_side {
    width: 872px;
    margin: 46px auto;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

table.catalog-category-pager-cvg2 {
    float: right;
    width: 100%;
}

#pager_down_side .amount_of_items {
    font-weight: bold;
    font-family: cfasty, serif;
    color: black;
    font-size: 12px;
}

#pager_down_side table.catalog-category-pager-cvg2 table td.pages > strong {
    display: none;
}

#pager_down_side table.catalog-category-pager-cvg2 table td.pages > ol {
    margin-bottom: 0;
}

#pager_down_side table.catalog-category-pager-cvg2 table td.pages > ol > li {
    display: inline-block;
    margin-right: 8px;
}

#pager_down_side table.catalog-category-pager-cvg2 table td.pages > ol > li > a {
    color: #898989;
    font-size: 14px;
    font-family: cfasty, serif;
}

#pager_down_side table.catalog-category-pager-cvg2 table td.pages > ol > li span.on {
    color: black;
}

/*Catalog Page END*/

/*Cart START*/

body.checkout-cart-index {
    background-color: #FFFFFF
}

div#choose_your_free {
    margin: 90px 0 70px;
}

div#choose_your_free > div {
    width: 1170px;
    margin: 0 auto;
}

div#choose_your_free .free_samples_cart_step_ok {
    float: left;
    width: 570px;
    height: 240px;
}

div#choose_your_free .free_samples_cart_step_ok .free_samples_text_on_black {
    background-image: url('images/redesign/present.png');
    background-repeat: no-repeat;
    background-position: 36px center;
    height: 176px;
    width: 100%;
}

div#choose_your_free .free_samples_cart_step_ok .free_samples_text_on_black .free_samples_white_text {
    color: black;
}

div#choose_your_free .free_samples_cart_step_ok .free_samples_text_on_black .free_samples_white_text > p {
    padding: 10px 0;
    text-align: left;
    width: 370px;
    font-size: 16px;
    font-family: cfasty, serif;
    float: right;
    margin-right: 30px;
    margin-top: 0;
}

div#choose_your_free .free_samples_cart_step_ok .free_samples_text_on_black .free_samples_white_text > p.big {
    font-family: Georgia, serif;
    font-size: 26px;
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 32px;
}

div#choose_your_free .free_samples_cart_step_ok .free_samples_text_on_black .free_samples_white_text > p > span.red {
    color: #C41414;
    font-weight: bold;
}

div#choose_your_free .free_samples_cart_step {
    float: left;
    height: 240px;
    width: 570px;
}

div#choose_your_free .free_samples_cart_step .free_samples_gift_text,
div#choose_your_free .free_samples_cart_step_ok .free_samples_gift_text {
    display: none;
}

div.free_samples_arrow_text {
    font-weight: bold;
    font-size: 24px;
    font-family: cfasty, serif;
    color: #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
}

div.free_samples_arrow_text > span {
    vertical-align: super;
    font-size: 15px;
}

#cart .mini-cart h5 {
    padding: 10px;
}

div.free_samples_gifts .free_samples_gift {
    float: left;
    width: 155px;
    height: 164px;
    margin: 3px 16px 0 18px;
    display: table;
    box-shadow: 1px 1px 10px -2px #A3A3A3;
}

div.free_samples_gifts .free_samples_gift_img {
    display: table-cell;
    vertical-align: middle;
}

div#choose_your_free div.free_samples_cart_step[rel="2"],
div#choose_your_free div.free_samples_cart_step_ok[rel="2"] {
    float: right;
}

div.cart_form_container {
    border-top: 12px solid #000000;
    padding: 40px 0 80px;
    background-color: #E3DFD6
}

div.cart_form_container > form#cart_cvg_form {
    float: none;
    display: block;
    margin: 0 auto;
    width: 1170px;
}

div.free_samples_arrow_text > button {
    font-size: 12px;
    float: right;
    margin-top: 3px;
    cursor: pointer;
    font-family: cfasty, serif;
    font-weight: bold;
    border: 0;
    background: none;
}

table#shopping-cart-table {
    background-color: white;
    border-collapse: collapse;
    width: 786px;
    color: black;
}

table#shopping-cart-table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-family: cfasty, serif;
    font-weight: normal;
}

table#shopping-cart-table > thead > tr > th {
    text-transform: uppercase;
    width: 380px;
    font-family: cfasty, serif;
    font-size: 12px;
    text-align: center;
    padding: 9px 0;
    font-weight: normal;
}

table#shopping-cart-table > thead > tr > th.a-center {
    width: 100px;
}

table#shopping-cart-table > tbody > tr > td > input[name^="cart"] {
    text-align: center;
    font-size: 14px;
    font-family: cfasty, serif;
    font-weight: normal;
    border: 1px solid black;
    width: 30px;
    padding: 9px 0 5px;
}

table#shopping-cart-table > tbody > tr > td.attributes-col img {
    float: left;
    padding: 24px;
}

table#shopping-cart-table > tbody > tr > td.attributes-col div.h4_tabler {
    display: table;
    height: 122px;
}

table#shopping-cart-table > tbody > tr > td.attributes-col div.h4_tabler > h4 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 10px;
}

table#continue_shop_cvg {
    border-left: none;
    border-collapse: collapse;
    border-color: black
}

table#continue_shop_cvg td, table#continue_shop_cvg th {
    border-left: 0;
}

table#continue_shop_cvg > thead > tr > th {
    text-transform: uppercase;
    width: 220px;
    font-family: cfasty, serif;
    font-size: 12px;
    text-align: center;
    padding: 9px 0 8px;
    font-weight: bold;
    background-color: black;
    color: white;
}

table#continue_shop_cvg > thead > tr > th > button {
    text-transform: uppercase;
    color: #898989;
    background: black;
    border: none;
    font-family: cfasty, serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

table#continue_shop_cvg > thead > tr > th > button:hover {
    color: white
}

table#continue_shop_cvg .discount-codes h4 {
    display: none;
}

table#continue_shop_cvg > tbody > tr > td {
    padding: 12px;
}

table#continue_shop_cvg > tbody > tr > td[rel="subtotal"] {
    height: 35px;
    padding: 4px 12px 0px 12px;
    vertical-align: middle;
}

table#continue_shop_cvg > tfoot > tr {
    height: 44px;
    background-color: #C41414;
}

table#continue_shop_cvg > tfoot > tr:hover {
    background-color: black
}

table#continue_shop_cvg > tfoot > tr > td {
    vertical-align: middle;
    text-align: center;
}

table#continue_shop_cvg > tfoot > tr > td a {
    color: white;
    font-family: cfasty, serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

table#continue_shop_cvg > tfoot > tr > td a:hover {
    text-decoration: none;
}

table#continue_shop_cvg .discount-codes p {
    text-transform: uppercase;
    font-family: cfasty, serif;
    font-size: 12px;
    color: black;
    width: 184px;
    text-align: left;
    margin: 0 0 6px;
}

table#continue_shop_cvg > tbody > tr:first-child > td {
    height: 99px;
}

table#continue_shop_cvg > tbody > tr input {
    padding: 5px 10px 2px;
    width: 174px;
    background-color: transparent;
    border: 1px solid black;
    font-family: cfasty, serif;
    font-size: 14px;
}

table#continue_shop_cvg > tbody > tr button {
    font-family: cfasty, serif;
    font-size: 12px;
    text-align: center;
    color: #898989;
    font-weight: bold;
    width: 116px;
    padding: 7px 0;
    border: none;
    text-transform: uppercase;
    margin: 4px 0 0 0;
    cursor: pointer;
    background: black
}

table#continue_shop_cvg > tbody > tr button:hover {
    color: white;
}

table#continue_shop_cvg > tbody > tr > td[rel="grandtotal"] > table > tbody {
    display: none;
}

table#continue_shop_cvg > tbody > tr > td[rel="subtotal"] > table > tfoot {
    display: none;
}

table#continue_shop_cvg > tbody > tr > td > table {
    width: 100%;
}

table#continue_shop_cvg > tbody > tr > td > table tr > td:first-child {
    width: 78%;
    text-transform: uppercase;
}

table#continue_shop_cvg > tbody > tr > td > table tr > td {
    font-family: cfasty, serif;
    font-size: 14px;
    color: black;
}

table#continue_shop_cvg > tbody > tr > td > table tr > td:last-child {
    text-align: right;
}

.shopping_cart_note p {
    font-family: cfasty, serif !important;
    font-size: 12px !important;
    color: black !important;
    max-width: 574px
}

.shopping_cart_note p a {
    text-decoration: underline;
}

form#cart_cvg_form > table > tbody > tr > td > div.shopping-cart-totals {
    display: none;
}

form#cart_cvg_form > table > tbody > tr > td > div.shopping-cart-collaterals {
    margin-top: 20px;
}

.border_left_black {
    border-left: 1px solid black !important;
}

.margin_left_1 {
    margin-left: -1px;
}

#empty_shopping_cart {
    width: 100%;
    background: #ffffff url(./images/redesign/empty_cart_page.jpg) no-repeat center;
    text-align: center;
    border-bottom: 10px solid black;
    min-height: 311px;
    margin-bottom: 80px;
}

html[lang="es"] #empty_shopping_cart
{
    background: #ffffff url(./images/redesign/empty_cart_page_es.jpg) no-repeat center;
}
#empty_shopping_cart a {
    width: 180px;
    height: 25px;
    position: absolute;
    top: 228px;
    left: 490px;
}

html[lang="es"] #empty_shopping_cart a
{
    top: 245px;
}

#empty_shopping_cart > div {
    width: 1170px;
    margin: 0 auto;
    padding: 20px 0 100px;
    position: relative;
}

#empty_shopping_cart > div * {
    font-family: cfasty, serif
}

#empty_shopping_cart > div a {
    text-decoration: underline;
}

#empty_shopping_cart > div a:hover {
    color: #898989;
}

/*Cart END*/

/*Checkout START*/
body.checkout-onepage-index,
body.onestepcheckout-index-index {
    background-color: white;
}

body.onestepcheckout-index-index .cvg_newsletter {
    border-top: 12px solid #000000;
    padding-top: 80px;
    background-color: #E3DFD6;
}
body.onestepcheckout-index-index .middle.col-2-right-layout {
    margin: 90px auto 20px;
    width: 1170px;
    position: relative;
}
body.checkout-onepage-index .middle.col-2-right-layout{
    margin: 40px auto 20px;
    width: 1170px;
    position: relative;
}
body.checkout-onepage-index #main {
    /*width: 872px;*/
    width: 100%;
    float: left;
}

.checkout-agreements .agreement-content {
    display: none !important;
}

body.checkout-onepage-index #right-sidebar {
    width: 270px;
    float: right;
}

ol#checkoutSteps {
    width: 100%;
}

ol#checkoutSteps > li {
    display: none;
}

ol#checkoutSteps > li.active {
    display: block;
}

#checkout-review-submit fieldset {
	clear: both;
}

ul#cvg_onepage_tabber {
    position: absolute;
    top: -56px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid black;
}

ul#cvg_onepage_tabber > li {
    display: inline-block;
    padding: 7px 9px 5px;
    border: 1px solid black;
    border-bottom: 0;
    border-left: 0;
    font-weight: 400;
    font-size: 14px;
    color: #898989;
    background-color: white;
    text-transform: uppercase;
    cursor: default;
    font-family: cfasty, serif
}

html[lang="es"] ul#cvg_onepage_tabber > li
{
    font-size: 13px;
}
ul#cvg_onepage_tabber > li.current {
    color: #FFFFFF;
    background-color: black;
}

ul#cvg_onepage_tabber > li:first-child {
    border-left: 1px solid black;
}

body.checkout-onepage-index .middle.col-2-right-layout ul#cvg_onepage_tabber,
body.checkout-onepage-index #right-sidebar
{
    display: none;
}

body.checkout-onepage-index .middle.col-2-right-layout #checkout-step-login .col2-set > div[class^="col-"]
{
    width: 45%;
}

ol#checkoutSteps > li.active > div.step-title > h3 {
    font-weight: bold;
    font-size: 24px;
    color: black;
    border-bottom: 1px solid black;
    padding-bottom: 4px;
    font-family: cfasty, serif
}

ol#checkoutSteps > li.active > div.step-title > h3 > span {
    vertical-align: super;
    font-size: 16px;
}

#checkout-progress-wrapper > div > h3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    padding-bottom: 4px;
    border-bottom: 1px solid black;
    font-family: cfasty, serif
}

#checkout-progress-wrapper > div > ol h4 {
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding: 3px 0 6px;
    border-bottom: 1px solid black;
    font-family: cfasty, serif
}

#checkout-step-login .col2-set > div[class^="col-"] {
    width: 372px;
    float: right;
}

#checkout-step-login .col2-set > div.col-1 {
    float: left;
}

#checkout-step-login .col2-set > div > h3 {
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding-bottom: 2px;
    border-bottom: 1px solid black;
    text-transform: uppercase;
    font-family: cfasty, serif
}

#checkout-step-login input[type="text"],
#checkout-step-login input[type="password"] {
    background-color: white;
    border: 1px solid black;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: Georgia, serif;
    font-size: 14px;
}

#checkout-step-login #login-form fieldset ul.form-list > li {
    margin-top: 14px;
}

#checkout-step-login .login-form-cvg-button,
#co-billing-form .form-button.fl-r,
#checkout-step-shipping .form-button.right,
#checkout-step-payment .form-button.right,
#shipping-method-buttons-container .form-button.right {
    border: 0;
    background-color: white;
    float: right;
    background-image: url(images/redesign/next_off_small.png);
    background-position: right 1px;
    background-repeat: no-repeat;
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    font-family: cfasty, serif
}

#checkout-step-login #onepage-guest-register-button {
    margin: 20px 0 8px;
}

#checkout-step-login .login-form-cvg-button:hover {
    opacity: 0.6;
}

#checkout-step-login .col2-set > div.col-2 > ul > li {
    font-size: 14px;
    color: black;
    font-family: cfasty, serif
}

#checkout-step-login #login-form fieldset ul.form-list > li > a {
    font-size: 14px;
    color: #898989;
    font-family: cfasty, serif
}

#checkout-step-billing, #checkout-step-shipping {
    width: 770px;
}

#checkout-step-billing #billing-new-address-form .input-box,
#checkout-step-shipping .input-box {
    width: 370px;
    float: right;
    position: relative;
}

#checkout-step-shipping .input-box:first-child,
#checkout-step-billing #billing-new-address-form .input-box:first-child {
    float: left;
}

.onestepcheckout_block .input-box input[type="text"],
.onestepcheckout_block .input-box select,
.onestepcheckout_block input[type="text"],
.onestepcheckout_block select,
.onestepcheckout_block input[type="text"],
.onestepcheckout_block select {
    width: 100%;
    background-color: white;
    border: 1px solid black !important;
    height: 34px;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: Georgia, serif;
    font-size: 14px;
}

.onestepcheckout_block ul > li,
.onestepcheckout_block ul > li {
    margin-top: 12px;
}

#checkout-step-billing input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
}

#ship_to_this_address_radio,
#ship_to_different_address_radio,
#co-shipping-method-form span.no-display,
#co-payment-form dt {
    width: 148px;
    height: 19px;
    font-family: cfasty, serif;
    font-size: 12px;
    color: black;
    padding-left: 24px;
    float: left;
    background-image: url(images/redesign/radio_blank.png);
    background-repeat: no-repeat;
    line-height: 20px;
    background-position: center left;
    margin: 0;
    cursor: pointer;
}

#co-shipping-method-form span.no-display {
    width: 0;
}

#co-payment-form dt {
    height: 80px;
    width: 260px;
    display: table;
    min-height: 80px;
}

#co-payment-form dt > label {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
}

#co-payment-form dt > label * {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
}

#co-payment-form dt > input {
    width: 0;
    height: 0;
    opacity: 0;
}

#use_billin_addrss {
    width: 244px;
    height: 21px;
    font-family: cfasty, serif;
    font-size: 12px;
    color: black;
    padding-left: 28px;
    float: right;
    background-image: url(images/redesign/checkbox_blank.png);
    background-repeat: no-repeat;
    line-height: 20px;
    background-position: center left;
    margin: 0;
    cursor: pointer;
}

#ship_to_different_address_radio {
    float: right;
}

fieldset.second_one {
    width: 370px;
    float: left;
}

.radio_checked {
    background-image: url(images/redesign/radio_full.png) !important;
}

.checkbox_checked {
    background-image: url(images/redesign/checkbox_full.png) !important;
}

#billing-buttons-container,
#checkout-step-shipping .button-set {
    margin-top: 20px;
}

.underfieldset {
    width: 100%;
    height: 22px;
}

#co-shipping-method-form span.no-display > input {
    opacity: 0;
}

#co-shipping-method-form dl.sp-methods > dt {
    font-size: 14px;
    font-weight: bold;
    color: black;
    font-family: cfasty, serif;
    margin-bottom: 20px;
}

#co-shipping-method-form dl.sp-methods li {
    float: left;
    margin-right: 34px;
}

#co-shipping-method-form dl.sp-methods li > label,
#co-shipping-method-form dl.sp-methods li > label > span {
    font-size: 14px;
    font-weight: normal;
    color: black;
    font-family: cfasty, serif;
    line-height: 22px;
}

#shipping-method-buttons-container > a {
    display: none;
}

#checkout-progress-wrapper li > div.content dd.complete {
    color: #898989;
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: normal;
}

#checkout-progress-wrapper li > div.content span.changelink > a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: black;
    font-family: cfasty, serif;
}

#checkout-progress-wrapper li.down_arrowd {
    border-bottom: 1px solid black;
    padding-bottom: 6px;
}

#checkout-progress-wrapper li.down_arrowd > h4 {
    background-image: url(images/redesign/down-arrow-transparent.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#co-payment-form div.payment-methods dl {
    position: relative;
}

#co-payment-form div.payment-methods dl dd {
    position: absolute;
    width: 300px;
    top: 90px;
}

#checkout-review-table {
    border-collapse: collapse;
    border-color: black;
}

#checkout-review-table thead th {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: black;
    font-family: cfasty, serif;
    padding: 10px;
}

#checkout-review-table thead th[rel="fst"] {
    width: 440px;
}

#checkout-review-table thead th[rel="scd"] {
    width: 103px;
    text-align: center;
}

#checkout-review-table thead th[rel="thd"] {
    width: 48px;
}

#checkout-review-table tbody td {
    padding: 10px;
}

#checkout-review-table tbody td > h3,
#checkout-review-table tbody td.a-right span.price,
#checkout-review-table tbody td.a-center {
    text-align: left;
    font-size: 14px;
    color: black;
    font-family: cfasty, serif;
    margin: 0;
    font-weight: bold;
}

#checkout-review-table tbody td.a-right {
    padding: 10px 30px;
    text-align: center;
}

#checkout-review-table tbody td.a-right span.price {
    font-weight: normal;
}

#checkout-review-table tbody td.a-center {
    font-weight: normal;
    padding: 10px 20px;
    text-align: center;
}

#checkout-review-table-wrapper {
    width: 710px;
}

table#totals_in_order_review {
    float: right;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 300px;
    border-collapse: collapse;
}

table#totals_in_order_review tr {
    border-bottom: 1px solid black;
}

table#totals_in_order_review tr td {
    text-align: right;
    font-size: 14px;
    color: black;
    font-family: cfasty, serif;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 8px 12px 6px;
}

table#totals_in_order_review tr td:first-child {
    text-align: left;
}

table#totals_in_order_review tr td:first-child > span {
    font-size: 10px;
}

#checkout-review-submit {
    width: 710px;
}

#review-buttons-container {
    float: right;
	clear: both;
}

#place-order {
    width: 300px;
    font-size: 17px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    background-color: #C41414;
    border: 1px solid black;
    border-top: none;
    padding: 16px;
    cursor: pointer;
}

#place-order:hover {
    background-color: black
}

#checkout-agreements .agreement-content {
    display: none;
}

ol.checkout-agreements {
    height: 95px;
    margin-top: 30px;
    width: 400px;
    float: left;
}

ol.checkout-agreements li > p > input {
    opacity: 0;
    width: 0;
    height: 0;
}

ol.checkout-agreements li > p {
    background-image: url(images/redesign/checkbox_blank.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 21px;
    padding-left: 32px;
    cursor: pointer;
}

ol.checkout-agreements li > p > label {
    line-height: 25px;
}

/*Checkout END*/

table.catalog-category-pager-cvg2 table > tbody > tr > td.pages > ol > li > a > img {
    width: 63%;
}

/*News START*/
.blog-index-index #main {
    width: 873px;
    float: right;
}

.postWrapper2 {
    width: 100%;
    height: 354px;
    margin-bottom: 30px;
}

.postWrapper2 img {
    width: 573px;
    height: 329px;
    float: left;
    cursor: pointer;
    box-shadow: 1px 1px 15px -4px #4D4D4D;
}

.postWrapper_container {
    height: 302px;
    width: 252px;
    padding: 24px;
    background-color: black;
    box-shadow: 5px 5px 15px -5px #4D4D4D;
    float: right;
    cursor: pointer

   -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.postWrapper_container > .first_details {
    margin-bottom: 40px;
}

.postWrapper_container > .first_details span.cat,
.postWrapper_container > .first_details span.date {
    font-size: 13px;
    color: white;
    font-family: cfasty, serif;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

.postWrapper_container > .first_details span.date {
    float: right;
}

.postWrapper_container > a.news_title {
    font-size: 21px;
    font-style: italic;
    font-family: Georgia, serif;
    color: white;
    height: 95px;
    display: block;
}

.postWrapper_container > a.news_title:hover {
    text-decoration: none;
}

.postWrapper_container > a.redmore {
    font-size: 14px;
    font-weight: bold;
    font-family: Helvetica, serif;
    color: white;
    border-bottom: 1px solid white;
}

.postWrapper_container > a.redmore:hover {
    text-decoration: none;
}

.postWrapper_container > div.small_descr {
    margin: 20px 0 24px;
    font-size: 14px;
    color: white;
    font-family: cfasty, serif;
    font-weight: normal;
    height: 100px;
}

.postWrapper_container:hover > div.small_descr,
.postWrapper_container:hover > a.news_title,
.postWrapper_container:hover > .first_details span.cat,
.postWrapper_container:hover > .first_details span.date,
.postWrapper_container:hover > a.redmore,

.postWrapper2:hover .postWrapper_container > div.small_descr,
.postWrapper2:hover .postWrapper_container > a.news_title,
.postWrapper2:hover .postWrapper_container > .first_details span.cat,
.postWrapper2:hover .postWrapper_container > .first_details span.date,
.postWrapper2:hover .postWrapper_container > a.redmore 


{
    color: black;

}

.postWrapper_container:hover > a.redmore {
    border-bottom: 1px solid white;
}
.postWrapper2:hover .postWrapper_container,
.postWrapper_container:hover {
    background-color: white;
}

#sidebar img.el_secundo_img {
    margin: 10px 13px 6px;
    border-top: 1px solid black;
    padding-top: 20px;
}

#sidebar .el_trez .narrow-by > dl > dd > ol > li {
    line-height: 10px;
    margin-top: 10px;
}

#sidebar .el_trez .narrow-by > dl > dd > ol > li:first-child {
    margin-top: 0;
}

#sidebar .el_trez {
    padding-bottom: 0;
}

#sidebar .el_trez .narrow-by > dl:first-child > dd {
    display: block;
}

/*News END*/

/*Hair Colorance START*/
body.category-hair-colourants div.header,
body.category-vafes-malliwn div.header,
body.category-vafes-malliwn-natures-hair-color div.header,
body.category-epaggelmatikes-vafes-malliwn-natures-professional div.header,
body.category-coloracion div.header, {
    margin-bottom: 280px;
}

body.category-hair-colourants .middle.col-1-layout,
body.category-vafes-malliwn .middle.col-1-layout,
body.category-vafes-malliwn-natures-hair-color .middle.col-1-layout,
body.category-epaggelmatikes-vafes-malliwn-natures-professional .middle.col-1-layout,
body.category-coloracion .middle.col-1-layout{
    width: 1170px;
    margin: 0 auto;
}

.hc_main_tabs_cvg {
    width: 100%;
}

.hc_main_tabs_cvg > ul {
    list-style: none;
    border-bottom: 1px solid black;
    clear: both;
}

.hc_main_tabs_cvg > ul > li {
    float: left;
    padding: 7px 10px 7px 10px;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.hc_main_tabs_cvg > ul > li.active,
.hc_main_tabs_cvg > ul > li:hover {
    background-color: black;
}

.hc_main_tabs_cvg > ul > li:first-child {
    border-left: 1px solid black;
}

.hc_main_tabs_cvg > ul > li > a {
    text-transform: uppercase;
    font-size: 12px;
    color: black;
    font-family: cfasty, serif;
    font-weight: normal;
}

.hc_main_tabs_cvg > ul > li.active > a,
.hc_main_tabs_cvg > ul > li:hover > a {
    color: white;
}

/* vaphes code starts (Silva) */

.category-hair-colourants .hc_product,
.category-vafes-malliwn .hc_product,
.category-vafes-malliwn-natures-hair-color .hc_product,
.category-coloracion .hc_product {
    background: #FFFFFF;
}

.data ul li {
    list-style: none;
    margin-left: 10px;
    line-height: 20px;
}

.data ul li:before {
    content: "*";
    margin-left: -10px;
    position: absolute;
    margin-top: 7px;
    font-size: 24px;
}

body.category-hair-colourants,
body.category-vafes-malliwn,
body.category-vafes-malliwn-natures-hair-color,
body.category-professional-colorants,
body.category-epaggelmatikes-vafes-malliwn-natures-professional,
body.cms-hair-colorants-how-to-choose-and-use,
body.cms-vafes-malliwn-how-to-choose-and-use,
body.cms-beauty-advisor,
body.cms-hair-colorants-erotiseis,
body.cms-hair-colorants-pro-ingredients,
body.cms-hair-colorants-pro-tips,
body.cms-hair-colorants-pro-application,
body.cms-hair-colorants-pro-choose,
body.cms-hair-colorants-faq,
body.cms-beauty-advisor-hair-colorants,
body.category-hair-colorants-selector,
body.review-product-list,
body.category-coloracion {
    background-color: #FFFFFF !important;
}

.hc_types ul li img {
    width: 103px;
    height: 97px;
}

.hc_types ul li {
    width: 103px;
    height: 97px;
}

.tabs_attributes_2, #tabs_ingredients {
    margin-top: -44px !important;
    right: 0px;
    border: none;
    position: absolute;
}

.hc_product_details_wrapper .ui-tabs {
    position: relative;
}

.tabs_attributes_2 li:nth-child(2), #tabs_ingredients li:nth-child(2),
.tabs_attributes_2 li:nth-child(3), #tabs_ingredients li:nth-child(3) {
    border-left: none;
}

.tabs_attributes_2 li.ui-state-active a {
    background: #000000 !important;
    color: #FFFFFF !important;
}

.tabs_attributes_2 li:hover:before, .tabs_attributes_2 li.ui-state-active:before,
.tabs_attributes_2 li:hover:after, .tabs_attributes_2 li.ui-state-active:after {
    display: none;
}

.tab-close {
    /*margin-top: -43px;
    background: url('http://apivita.converge.gr/skin/frontend/default/default/images/tab-close.png') no-repeat scroll 100% 8px transparent;
    */
    top: -11px;
    background: url('http://apivita.converge.gr/skin/frontend/default/default/images/tab-close.png') no-repeat scroll 100% 27px #fff;
    z-index: 999999;
    position: absolute;
    right: 0;
}

.tab-close a, .tab-close a:hover, .tab-close a:visited {
    color: #000000 !important;
}

.ingredient_table {
    font-family: georgia;
    border-collapse: collapse;
}

.mlPharmacy li {
    border-right: solid 1px #000000;
    padding: 12px 4px 8px 4px;
    float: left;
    height: 15px;
    text-align: center;
}

.mlPharmacy li:nth-child(1) {
    min-width: 112px;
}

.mlPharmacy li:last-child {
    border-right: none;
    float: right;
}

.mlPharmacy li.location {
    background: url('http://apivita.converge.gr/skin/frontend/default/default/images/hair/euresi_farm.png') 5px 8px no-repeat;
    padding: 10px 0 10px 17px;
}

.mlPharmacy li.colorantsbuy {
    padding: 0;
}

.mlPharmacy li.colorantsprice {
    padding: 5px 5px 15px 5px;
    border-right: none;
}

.mlPharmacy ul {
    border: 1px solid #000000;
    float: left;
    border-left: none;
    border-right: none;
    width: 100%;
}

/* how-to-choose starts */
body.cms-hair-colorants-how-to-choose-and-use .middle.col-1-layout,
body.category-professional-colorants .middle.col-1-layout,
body.cms-hair-colorants-erotiseis .middle.col-1-layout,
body.cms-hair-colorants-pro-ingredients .middle.col-1-layout,
body.cms-hair-colorants-pro-tips .middle.col-1-layout,
body.cms-hair-colorants-pro-application .middle.col-1-layout,
body.cms-hair-colorants-pro-choose .middle.col-1-layout,
body.category-hair-colorants-selector .middle.col-1-layout,
body.cms-hair-colorants-faq .middle.col-1-layout,
body.cms-beauty-advisor .middle.col-1-layout,
body.cms-beauty-advisor-hair-colorants .middle.col-1-layout,
body.cms-natural-effective-holistic .middle.col-1-layout-in,
body.cms-about-innovation .middle.col-1-layout-in,
body.cms-our-research .middle.col-1-layout-in,
body.cms-bee-farms .middle.col-1-layout-in,
body.cms-herbs-cultivation .middle.col-1-layout-in,
body.cms-ingredient-glossary .middle.col-1-layout-in,
body.cms-hive-markopoulo .middle.col-1-layout-in,
body.cms-apivita-experience-store .middle.col-1-layout-in,
body.cms-agora .middle.col-1-layout-in,
body.cms-beehive-spa .middle.col-1-layout-in,
body.cms-apivita-hair-studio .col-1-layout-in,
body.cms-hippocrates-lecture-hall .middle.col-1-layout-in,
body.cms-our-history .middle.col-1-layout-in,
body.cms-global-experience .middle.col-1-layout-in,
body.cms-mission .middle.col-1-layout-in,
body.cms-our-inspirations .middle.col-1-layout-in,
body.cms-responsibility .middle.col-1-layout-in,
body.cms-hippocrates-garden .middle.col-1-layout-in,
body.cms-job-openings .middle.col-1-layout-in
{
    width: 1170px;
    margin: 0 auto;
}

body.cms-hotels-and-spa .middle-banner .middle-photo {
    box-shadow: 1px 1px 8px 0px rgba(186, 183, 176, 0.8);
}

body.cms-hotels-and-spa .middle-banner .middle-content {
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.4);
}

button#pie-cart.colorantsbuy {
    background-color: #C41414;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: cfasty, serif;
    border: medium none;
    padding: 4px 0px 0px;
    width: 125px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

button#pie-cart.colorantsbuy:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.mlPharmacy li span.regular-price {
    width: inherit;
    text-align: center;
    padding: 0 20px;
    font-size: 21px;
    font-weight: bold;
    font-family: cfasty, serif;
    border-right: none;
    float: left;
    height: 35px;
}

.hc-social a#pie-wishlist {
    font-weight: bold;
    font-family: cfasty, serif;
    background: url(images/redesign/black_wi.jpg) no-repeat;
    text-indent: 99999999px;
    color: #000000;
    font-size: 11px;
    padding: 7px 0px;
    text-transform: uppercase;
    width: 30px;
    height: 29px;
    margin-right: 4px;
    margin-top: 0;
}

.product-top-right a > div {
    width: 166px;
    height: 68px;
    display: block;
    padding: 13px 0 0 10px;
}

.product-top-right a:hover {
    text-decoration: underline;
    
}

.product-top-right a {
    color: #FFFFFF;
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
}

.product-top-right a div.product-top-right1 {
    background: url(../images/ingredients/product/284.jpg) no-repeat;
    margin-bottom: 10px;
    margin-top: 27px;
    background-size: cover;
}

.product-top-right a div.product-top-right2 {
    background: url(../images/ingredients/product/129.jpg) no-repeat;
    margin-bottom: 20px;
    background-size: cover;
}

.product-top-right a div.product-top-right3 {
    background: url(../images/ingredients/product/737.jpg) no-repeat;
    margin-bottom: 10px;
    background-size: cover;
}

.lineblack {
    width: 100%;
    height: 1px;
    float: left;
    border-bottom: solid 1px #000000;
    margin-bottom: 20px;
}

body.cms-natural-effective-holistic .nat-eff-hol-banner {
    background: url(images/redesign/natural-effective-holistic-bg.jpg) no-repeat center top;
}

body.cms-our-research .nat-eff-hol-banner {
    background: url(images/redesign/development-philosophy-bg.jpg) no-repeat center top;
}

body.cms-about-innovation .nat-eff-hol-banner {
    background: url(images/redesign/about-innovation-bg.jpg) no-repeat center top;
}

body.cms-bee-farms .nat-eff-hol-banner {
    background: url(images/redesign/beekeeping-bg.jpg) no-repeat center top;
}

body.cms-herbs-cultivation .nat-eff-hol-banner {
    background: url(images/redesign/herbs-cultivation-bg.jpg) no-repeat center top;
}

body.cms-hive-markopoulo .nat-eff-hol-banner {
    background: url(images/redesign/hive-markopoulo-bg.jpg) no-repeat center top;
}

body.cms-hive-markopoulo .nat-eff-hol-banner2 {
    background: url(images/redesign/hive-img3.jpg) no-repeat center top;
}

body.cms-apivita-experience-store .nat-eff-hol-banner {
    background: url(images/redesign/apivita-experience-store-bg.jpg) no-repeat center top;
}

body.cms-agora .nat-eff-hol-banner {
    background: url(images/redesign/apivita-agora-bg.jpg) no-repeat center top;
}

body.cms-agora .nat-eff-hol-banner2 {
    background: url(images/redesign/apivita-agora-img1.jpg) no-repeat center top;
}

body.cms-agora .nat-eff-hol-banner3 {
    background: url(images/redesign/apivita-agora-img2.jpg) no-repeat center top;
}

body.cms-beehive-spa .nat-eff-hol-banner {
    background: url(images/redesign/beehive-spa-bg.jpg) no-repeat center top;
}

body.cms-apivita-hair-studio .nat-eff-hol-banner {
    background: url(images/redesign/apivita-hair-studio-bg.jpg) no-repeat center top;
}

body.cms-hippocrates-lecture-hall .nat-eff-hol-banner {
    background: url(images/redesign/hippocrates-bg.jpg) no-repeat center top;
}

body.cms-mission .nat-eff-hol-banner {
    background: url(images/redesign/mission-bg.jpg) no-repeat center top;
}

body.cms-our-inspirations .nat-eff-hol-banner {
    background: url(images/redesign/inspiration-bg.jpg) no-repeat center top;
}

body.cms-hippocrates-garden .nat-eff-hol-banner {
    background: url(images/redesign/hippocrates-garden-bg.jpg) no-repeat center top;
}

body.cms-responsibility .nat-eff-hol-banner {
    background: url(images/redesign/responsibility-bg.jpg) no-repeat center top;
}

body.cms-job-openings .nat-eff-hol-banner {
    background: url(images/redesign/careers-bg.jpg) no-repeat center top;
}

body.cms-natural-effective-holistic .nat-eff-hol-banner,
body.cms-our-research .nat-eff-hol-banner,
body.cms-about-innovation .nat-eff-hol-banner,
body.cms-bee-farms .nat-eff-hol-banner,
body.cms-herbs-cultivation .nat-eff-hol-banner,
body.cms-hive-markopoulo .nat-eff-hol-banner,
body.cms-hive-markopoulo .nat-eff-hol-banner2,
body.cms-apivita-experience-store .nat-eff-hol-banner,
body.cms-agora .nat-eff-hol-banner,
body.cms-agora .nat-eff-hol-banner2,
body.cms-agora .nat-eff-hol-banner3,
body.cms-beehive-spa .nat-eff-hol-banner,
body.cms-hippocrates-lecture-hall .nat-eff-hol-banner,
body.cms-apivita-hair-studio .nat-eff-hol-banner,
body.cms-mission .nat-eff-hol-banner,
body.cms-our-inspirations .nat-eff-hol-banner,
body.cms-responsibility .nat-eff-hol-banner,
body.cms-hippocrates-garden .nat-eff-hol-banner,
body.cms-job-openings .nat-eff-hol-banner
{
    height: 500px;
    border-bottom: 10px solid black;
    margin-bottom: 68px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.cms-apivita-experience-store .nat-eff-hol-banner {
    height: 567px;
    text-align: center;
}

body.cms-beehive-spa .nat-eff-hol-banner {
    height: 511px;
}

body.cms-hive-markopoulo .nat-eff-hol-banner2,
body.cms-agora .nat-eff-hol-banner2,
body.cms-agora .nat-eff-hol-banner3 {
    border-top: 10px solid black;
}

body.cms-agora .nat-eff-hol-banner2,
body.cms-agora .nat-eff-hol-banner3 {
    margin-top: 110px;
}

body.cms-natural-effective-holistic h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 460px;
    margin: 210px auto 0 372px;
}

body.cms-our-research h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 460px;
    margin: 210px auto 0 372px;
}

body.cms-about-innovation h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 215px;
    margin: 210px auto 0 470px;
}

body.cms-bee-farms h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 220px;
    margin: 210px auto 0 470px;
}

body.cms-herbs-cultivation h1 {
    padding: 25px 15px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    min-width: 280px;
    margin: 210px auto 0 453px;
}

body.cms-hive-markopoulo h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 396px;
    margin: 210px auto 0 386px;
}

body.cms-apivita-experience-store h1 {
    text-align: center;
    padding-top: 195px;
}

body.cms-agora h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 190px;
    margin: 210px auto 0 485px;
}

body.cms-beehive-spa h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 253px;
    margin: 210px auto 0 458px;
}

body.cms-apivita-hair-studio h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 253px;
    margin: 210px auto 0 458px;
}

body.cms-hippocrates-lecture-hall h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 293px;
    margin: 210px auto 0 418px;
}

body.cms-mission h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 293px;
    margin: 210px auto 0 418px;
}

body.cms-our-inspirations h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 293px;
    margin: 210px auto 0 418px;
}

body.cms-responsibility h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 223px;
    margin: 210px auto 0 468px;
}

body.cms-hippocrates-garden h1 {
    padding: 25px 0px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    width: 533px;
    margin: 210px auto 0 310px;
}

body.cms-job-openings h1 {
    padding: 25px 20px;
    text-align: center;
    font-size: 21px;
    background: #000000;
    color: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    min-width: 223px;
    margin: 210px auto 0 468px;
}

/*
body.cms-apivita-experience-store h2
{
    text-align: center;
    color: #898989;
    background: #000;
    display: inline-block;
    padding: 18px;
    margin-top: 159px;
    font-weight: 300;
    cursor: pointer;
}*/

body.cms-hive-markopoulo .topdoubleblockswrap > div h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 4px;
}

body.cms-hive-markopoulo .topdoubleblockswrap > div h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 4px;
}

body.cms-hive-markopoulo .topdoubleblockswrap > div h6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 4px;
}

body.cms-bee-farms .topdoubleblockswrap > div h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding-bottom: 4px;
}

body.cms-about-innovation .trippleblockswrap {
    border-bottom: solid 1px #000000;
    display: inline-block;
}

body.cms-about-innovation .topdoubleblockswrap,
body.cms-bee-farms .topdoubleblockswrap,
body.cms-herbs-cultivation .topdoubleblockswrap {
    border-bottom: solid 1px #000000;
    display: inline-block;
    width: 100%;
}

body.cms-about-innovation .topdoubleblockswrap > div,
body.cms-bee-farms .topdoubleblockswrap > div,
body.cms-herbs-cultivation .topdoubleblockswrap > div,
body.cms-hive-markopoulo .topdoubleblockswrap > div,
body.cms-our-history .topdoubleblockswrap > div,
body.cms-our-research .topdoubleblockswrap > div {
    width: 100%;
    clear: both;
    float: left;
    margin-right: 30px;
    margin-bottom: 44px;
}

body.cms-our-history .topdoubleblockswrap > div {
    padding-top: 68px;
}

body.cms-our-history .topdoubleblockswrap > div.doubleblockswrap {
    padding-top: 0px;
}

body.cms-about-innovation .topdoubleblockswrap > div > span,
body.cms-bee-farms .topdoubleblockswrap > div > span,
body.cms-herbs-cultivation .topdoubleblockswrap > div > span,
body.cms-our-history .topdoubleblockswrap > div > span,
body.cms-our-research .topdoubleblockswrap > div > span {
    width: 570px;
    float: left;
    margin-right: 30px;
}

body.cms-agora .doubleblockswrap {
    border-top: solid 1px #000000;
}

body.cms-apivita-experience-store .topdoubleblockswrap > div > span:first-child {
    width: 532px;
    margin-right: 95px;
    float: left;
}

body.cms-apivita-experience-store .topdoubleblockswrap > div > span:last-child {
    width: 540px;
    float: left;
}

body.cms-about-innovation .topdoubleblockswrap > div > span:last-child,
body.cms-bee-farms .topdoubleblockswrap > div > span:last-child,
body.cms-herbs-cultivation .topdoubleblockswrap > div > span:last-child,
body.cms-our-history .topdoubleblockswrap > div > span:last-child,
body.cms-our-research .topdoubleblockswrap > div > span:last-child,
body.cms-our-research .topdoubleblockswrap > div > span:nth-child(2n+2) {
    margin-right: 0;
}

body.cms-about-innovation .topdoubleblockswrap > div:first-child > span {
    width: 470px;
    float: left;
    margin-right: 127px;
    margin-bottom: 44px;
}

body.cms-about-innovation .topdoubleblockswrap > div:first-child > span:last-child {
    margin-right: 0;
    width: 570px;
}

body.cms-hive-markopoulo .topdoubleblockswrap > div > span,
body.cms-beehive-spa .topdoubleblockswrap > div > span {
    width: 470px;
    float: left;
    margin-right: 30px;
}

body.cms-hive-markopoulo .topdoubleblockswrap > div:nth-child(6) > span:first-child {
    width: 443px;
    padding-left: 56px;
    padding-right: 86px;
    border-right: solid 1px #000000;
    margin-right: 15px;
}

body.cms-hive-markopoulo .topdoubleblockswrap > div:nth-child(6) > span:last-child {
    width: 465px;
    padding-left: 70px;
}

body.cms-hive-markopoulo .topdoubleblockswrap > div:nth-child(6) > span:last-child ol {
    list-style: inherit;
    margin-left: 15px;
    line-height: 20px;
    font-size: 14px;
    list-style-type: decimal;
}

body.cms-agora .topdoubleblockswrap > div > span,
body.cms-apivita-hair-studio .topdoubleblockswrap > div > span,
body.cms-hippocrates-lecture-hall .topdoubleblockswrap > div > span {
    float: left;
    margin-right: 30px;
}

body.cms-agora .topdoubleblockswrap > div > span:first-child,
body.cms-apivita-hair-studio .topdoubleblockswrap > div > span:first-child,
body.cms-hippocrates-lecture-hall .topdoubleblockswrap > div > span:first-child {
    width: 469px;
}

body.cms-hive-markopoulo .topdoubleblockswrap > div > span:last-child,
body.cms-agora .topdoubleblockswrap > div > span:last-child,
body.cms-beehive-spa .topdoubleblockswrap > div > span:last-child,
body.cms-apivita-hair-studio .topdoubleblockswrap > div > span:last-child,
body.cms-hippocrates-lecture-hall .topdoubleblockswrap > div > span:last-child {
    margin-right: 0;
    width: 670px;
}

body.cms-about-innovation .topdoubleblockswrap > div h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

body.cms-about-innovation .topdoubleblockswrap > div p,
body.cms-bee-farms .topdoubleblockswrap > div p,
body.cms-herbs-cultivation .topdoubleblockswrap > div p,
body.cms-hive-markopoulo .topdoubleblockswrap > div p,
body.cms-hair-colorants-pro-ingredients .topdoubleblockswrap > div p,
body.cms-apivita-experience-store .topdoubleblockswrap > div p,
body.cms-agora .topdoubleblockswrap > div p,
body.cms-beehive-spa .topdoubleblockswrap > div p,
body.cms-apivita-hair-studio .topdoubleblockswrap > div p,
body.cms-hippocrates-lecture-hall .topdoubleblockswrap > div p,
body.cms-our-history .topdoubleblockswrap > div p,
body.cms-our-research .topdoubleblockswrap > div p,
body.cms-job-openings .col-1-layout-in > div p  {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
}

body.cms-agora .topdoubleblockswrap > div h3,
body.cms-beehive-spa .topdoubleblockswrap > div h3,
body.cms-apivita-hair-studio .topdoubleblockswrap > div h3,
body.cms-hippocrates-lecture-hall .topdoubleblockswrap > div h3 {
    font-size: 21px;
    line-height: 20px;
    padding-bottom: 4px;
}

body.cms-agora .topdoubleblockswrap > div h4,
body.cms-beehive-spa .topdoubleblockswrap > div h4 {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 4px;
}

body.cms-bee-farms .topdoubleblockswrap > div img,
body.cms-herbs-cultivation .topdoubleblockswrap > div img,
body.cms-hive-markopoulo .topdoubleblockswrap > div img {
    border: solid 5px #000000;
}

body.cms-natural-effective-holistic .trippleblockswrap > div {
    width: 370px;
    float: left;
    margin-right: 30px;
    margin-bottom: 44px;
}

body.cms-natural-effective-holistic .trippleblockswrap > div:last-child {
    margin-right: 0;
}

body.cms-natural-effective-holistic .trippleblockswrap > div h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: solid 1px #000000;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

body.cms-natural-effective-holistic .trippleblockswrap > div p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}

body.cms-natural-effective-holistic .doubleblockswrap,
body.cms-our-research .doubleblockswrap,
body.cms-about-innovation .doubleblockswrap,
body.cms-bee-farms .doubleblockswrap,
body.cms-herbs-cultivation .doubleblockswrap,
body.cms-agora .double3blockswrap,
body.cms-beehive-spa .double3blockswrap,
body.cms-apivita-hair-studio .double3blockswrap,
body.cms-hippocrates-lecture-hall .double3blockswrap,
body.cms-hive-markopoulo .doubleblockswrap,
body.cms-apivita-experience-store .doubleblockswrap,
body.cms-ingredient-glossary .doubleblockswrap,
body.cms-our-research .doubleblockswrap,
body.cms-global-experience .doubleblockswrap,
body.cms-mission .doubleblockswrap,
body.cms-our-inspirations .doubleblockswrap,
body.cms-responsibility .doubleblockswrap,
body.cms-hippocrates-garden .doubleblockswrap,
body.cms-our-history .doubleblockswrap {
    border-bottom: solid 1px #000000;
    display: inline-block;
    margin-bottom: 80px;
}

body.cms-responsibility .doubleblockswrap
{
    margin-top:75px;
}

body.cms-natural-effective-holistic .doubleblockswrap > div,
body.cms-our-research .doubleblockswrap > div,
body.cms-about-innovation .doubleblockswrap > div,
body.cms-bee-farms .doubleblockswrap > div,
body.cms-herbs-cultivation .doubleblockswrap > div,
body.cms-hive-markopoulo .doubleblockswrap > div,
body.cms-apivita-experience-store .doubleblockswrap > div,
body.cms-ingredient-glossary .doubleblockswrap > div,
body.cms-global-experience .doubleblockswrap > div,
body.cms-mission .doubleblockswrap > div,
body.cms-our-inspirations .doubleblockswrap > div,
body.cms-responsibility .doubleblockswrap > div,
body.cms-hippocrates-garden .doubleblockswrap > div,
body.cms-our-history .doubleblockswrap > div {
    float: left;
    width: 584px;
    text-align: center;
    padding: 12px 0;
}

body.cms-ingredient-glossary .doubleblockswrap,
body.cms-hive-markopoulo .doubleblockswrap,
body.cms-natural-effective-holistic .doubleblockswrap,
body.cms-apivita-experience-store .doubleblockswrap,
body.cms-our-research .doubleblockswrap,
body.cms-global-experience .doubleblockswrap,
body.cms-mission .doubleblockswrap,
body.cms-our-inspirations .doubleblockswrap,
body.cms-responsibility .doubleblockswrap,
body.cms-hippocrates-garden .doubleblockswrap,
body.cms-our-history .doubleblockswrap {
    border-top: solid 1px #000000;
}

body.cms-agora .double3blockswrap > div,
body.cms-beehive-spa .double3blockswrap > div,
body.cms-apivita-hair-studio .double3blockswrap > div,
body.cms-hippocrates-lecture-hall .double3blockswrap > div {
    float: left;
    width: 390px;
    text-align: center;
    padding: 12px 0;
}
body.cms-agora .double3blockswrap.chinafour > div
{
    width: 290px;
}
body.cms-agora .double3blockswrap,
body.cms-beehive-spa .double3blockswrap,
body.cms-apivita-hair-studio .double3blockswrap,
body.cms-hippocrates-lecture-hall .double3blockswrap {
    border-top: solid 1px #000000;
    margin-top: 100px;
}

body.cms-natural-effective-holistic .doubleblockswrap > div:first-child,
body.cms-our-research .doubleblockswrap > div:first-child,
body.cms-about-innovation .doubleblockswrap > div:first-child,
body.cms-bee-farms .doubleblockswrap > div:first-child,
body.cms-herbs-cultivation .doubleblockswrap > div:first-child,
body.cms-agora .doubleblockswrap > div:first-child,
body.cms-beehive-spa .doubleblockswrap > div:first-child,
body.cms-hive-markopoulo .doubleblockswrap > div:first-child,
body.cms-apivita-experience-store .doubleblockswrap > div:first-child,
body.cms-ingredient-glossary .doubleblockswrap > div:first-child,
body.cms-global-experience .doubleblockswrap > div:first-child {
    /*border-right:solid 1px #000;*/
}

body.cms-natural-effective-holistic .doubleblockswrap > div:first-child:after,
body.cms-our-research .doubleblockswrap > div:first-child:after,
body.cms-about-innovation .doubleblockswrap > div:first-child:after,
body.cms-bee-farms .doubleblockswrap > div:first-child:after,
body.cms-herbs-cultivation .doubleblockswrap > div:first-child:after,
body.cms-agora .double3blockswrap > div:first-child:after,
body.cms-beehive-spa .double3blockswrap > div:first-child:after,
body.cms-agora .double3blockswrap > div:nth-child(2):after,
body.cms-agora .double3blockswrap.chinafour > div:nth-child(3):after,
body.cms-beehive-spa .double3blockswrap > div:nth-child(2):after,
body.cms-apivita-hair-studio .double3blockswrap > div:first-child:after,
body.cms-hippocrates-lecture-hall .double3blockswrap > div:first-child:after,
body.cms-apivita-hair-studio .double3blockswrap > div:nth-child(2):after,
body.cms-hippocrates-lecture-hall .double3blockswrap > div:nth-child(2):after,
body.cms-hive-markopoulo .doubleblockswrap > div:first-child:after,
body.cms-apivita-experience-store .doubleblockswrap > div:first-child:after,
body.cms-ingredient-glossary .doubleblockswrap > div:first-child:after,
body.cms-global-experience .doubleblockswrap > div:first-child:after,
body.cms-mission .doubleblockswrap > div:first-child:after,
body.cms-our-inspirations .doubleblockswrap > div:first-child:after,
body.cms-responsibility .doubleblockswrap > div:first-child:after,
body.cms-hippocrates-garden .doubleblockswrap > div:first-child:after,
body.cms-our-history .doubleblockswrap > div:first-child:after {
    content: '';
    width: 1px;
    height: 166px;
    border-right: solid 1px #000000;
    position: relative;
    float: right;
    margin-top: -210px;
}

body.cms-natural-effective-holistic .doubleblockswrap > div h4,
body.cms-our-research .doubleblockswrap > div h4,
body.cms-about-innovation .doubleblockswrap > div h4,
body.cms-bee-farms .doubleblockswrap > div h4,
body.cms-herbs-cultivation .doubleblockswrap > div h4,
body.cms-agora .double3blockswrap > div h4,
body.cms-beehive-spa .double3blockswrap > div h4,
body.cms-apivita-hair-studio .double3blockswrap > div h4,
body.cms-hippocrates-lecture-hall .double3blockswrap > div h4,
body.cms-hive-markopoulo .doubleblockswrap > div h4,
body.cms-apivita-experience-store .doubleblockswrap > div h4,
body.cms-ingredient-glossary .doubleblockswrap > div h4,
body.cms-global-experience .doubleblockswrap > div h4,
body.cms-mission .doubleblockswrap > div h4,
body.cms-our-inspirations .doubleblockswrap > div h4,
body.cms-responsibility .doubleblockswrap > div h4,
body.cms-hippocrates-garden .doubleblockswrap > div h4,
body.cms-our-history .doubleblockswrap > div h4 {
    font-size: 14px;
    text-transform: uppercase;
}

body.cms-natural-effective-holistic .doubleblockswrap > div span,
body.cms-our-research .doubleblockswrap > div span,
body.cms-about-innovation .doubleblockswrap > div span,
body.cms-bee-farms .doubleblockswrap > div span,
body.cms-herbs-cultivation .doubleblockswrap > div span,
body.cms-hive-markopoulo .doubleblockswrap > div span,
body.cms-apivita-experience-store .doubleblockswrap > div span,
body.cms-ingredient-glossary .doubleblockswrap > div span,
body.cms-global-experience .doubleblockswrap > div span,
body.cms-agora .double3blockswrap > div span,
body.cms-beehive-spa .double3blockswrap > div span,
body.cms-apivita-hair-studio .double3blockswrap > div span,
body.cms-hippocrates-lecture-hall .double3blockswrap > div span,
body.cms-mission .doubleblockswrap > div span,
body.cms-our-inspirations .doubleblockswrap > div span,
body.cms-responsibility .doubleblockswrap > div span,
body.cms-hippocrates-garden .doubleblockswrap > div span,
body.cms-our-history .doubleblockswrap > div span {
    padding: 70px 40px;
    display: block;
    cursor: pointer;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    height: 130px;
}

body.cms-agora .double3blockswrap > div span,
body.cms-beehive-spa .double3blockswrap > div span,
body.cms-apivita-hair-studio .double3blockswrap > div span,
body.cms-hippocrates-lecture-hall .double3blockswrap > div span,
{
    padding: 70px 52px 0 52px;
    display: block;
    cursor: pointer;
    height: 184px;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

body.cms-natural-effective-holistic .doubleblockswrap > div:first-child span,
body.cms-our-research .doubleblockswrap > div:first-child span,
body.cms-about-innovation .doubleblockswrap > div:first-child span,
body.cms-bee-farms .doubleblockswrap > div:first-child span,
body.cms-herbs-cultivation .doubleblockswrap > div:first-child span,
body.cms-agora .double3blockswrap > div:first-child span,
body.cms-beehive-spa .double3blockswrap > div:first-child span,
body.cms-apivita-hair-studio .double3blockswrap > div:first-child span,
body.cms-hippocrates-lecture-hall .double3blockswrap > div:first-child span,
body.cms-hive-markopoulo .doubleblockswrap > div:first-child span,
body.cms-apivita-experience-store .doubleblockswrap > div:first-child span,
body.cms-ingredient-glossary .doubleblockswrap > div:first-child span,
body.cms-global-experience .doubleblockswrap > div:first-child span,
body.cms-mission .doubleblockswrap > div:first-child span,
body.cms-our-inspirations .doubleblockswrap > div:first-child span,
body.cms-responsibility .doubleblockswrap > div:first-child span,
body.cms-hippocrates-garden .doubleblockswrap > div:first-child span,
body.cms-our-history .doubleblockswrap > div:first-child span {
    margin: 0 16px 0 0;
}

body.cms-natural-effective-holistic .doubleblockswrap > div:last-child span,
body.cms-our-research .doubleblockswrap > div:last-child span,
body.cms-about-innovation .doubleblockswrap > div:last-child span,
body.cms-bee-farms .doubleblockswrap > div:last-child span,
body.cms-herbs-cultivation .doubleblockswrap > div:last-child span,
body.cms-agora .double3blockswrap > div:last-child span,
body.cms-beehive-spa .double3blockswrap > div:last-child span,
body.cms-apivita-hair-studio .double3blockswrap > div:last-child span,
body.cms-hippocrates-lecture-hall .double3blockswrap > div:last-child span,
body.cms-hive-markopoulo .doubleblockswrap > div:last-child span,
body.cms-apivita-experience-store .doubleblockswrap > div:last-child span,
body.cms-ingredient-glossary .doubleblockswrap > div:last-child span,
body.cms-global-experience .doubleblockswrap > div:last-child span,
body.cms-mission .doubleblockswrap > div:last-child span,
body.cms-our-inspirations .doubleblockswrap > div:last-child span,
body.cms-responsibility .doubleblockswrap > div:last-child span,
body.cms-hippocrates-garden .doubleblockswrap > div:last-child span,
body.cms-our-history .doubleblockswrap > div:last-child span {
    margin: 0 0 0 16px;
}

body.cms-agora .double3blockswrap > div:nth-child(2) span,
body.cms-beehive-spa .double3blockswrap > div:nth-child(2) span,
body.cms-apivita-hair-studio .double3blockswrap > div:nth-child(2) span,
body.cms-hippocrates-lecture-hall .double3blockswrap > div:nth-child(2) span {
    margin: 0 16px 0 16px;
}

body.cms-natural-effective-holistic .doubleblockswrap > div:hover span,
body.cms-our-research .doubleblockswrap > div:hover span,
body.cms-about-innovation .doubleblockswrap > div:hover span,
body.cms-bee-farms .doubleblockswrap > div:hover span,
body.cms-herbs-cultivation .doubleblockswrap > div:hover span,
body.cms-agora .double3blockswrap > div:hover span,
body.cms-beehive-spa .double3blockswrap > div:hover span,
body.cms-apivita-hair-studio .double3blockswrap > div:hover span,
body.cms-hippocrates-lecture-hall .double3blockswrap > div:hover span,
body.cms-hive-markopoulo .doubleblockswrap > div:hover span,
body.cms-apivita-experience-store .doubleblockswrap > div:hover span,
body.cms-ingredient-glossary .doubleblockswrap > div:hover span,
body.cms-global-experience .doubleblockswrap > div:hover span,
body.cms-mission .doubleblockswrap > div:hover span,
body.cms-our-inspirations .doubleblockswrap > div:hover span,
body.cms-responsibility .doubleblockswrap > div:hover span,
body.cms-hippocrates-garden .doubleblockswrap > div:hover span,
body.cms-our-history .doubleblockswrap > div:hover span {
    -moz-box-shadow: 0 0 10px #B0B1B1;
    -webkit-box-shadow: 0 0 10px #B0B1B1;
    box-shadow: 0 0 10px #B0B1B1;
    background: #FFFFFF;
}

body.cms-natural-effective-holistic .doubleblockswrap > div p,
body.cms-our-research .doubleblockswrap > div p,
body.cms-about-innovation .doubleblockswrap > div p,
body.cms-bee-farms .doubleblockswrap > div p,
body.cms-herbs-cultivation .doubleblockswrap > div p,
body.cms-agora .double3blockswrap > div p,
body.cms-beehive-spa .double3blockswrap > div p,
body.cms-apivita-hair-studio .double3blockswrap > div p,
body.cms-hippocrates-lecture-hall .double3blockswrap > div p,
body.cms-hive-markopoulo .doubleblockswrap > div p,
body.cms-apivita-experience-store .doubleblockswrap > div p,
body.cms-ingredient-glossary .doubleblockswrap > div p,
body.cms-global-experience .doubleblockswrap > div p,
body.cms-mission .doubleblockswrap > div p,
body.cms-our-inspirations .doubleblockswrap > div p,
body.cms-responsibility .doubleblockswrap > div p,
body.cms-hippocrates-garden .doubleblockswrap > div p,
body.cms-our-history .doubleblockswrap > div p {
    font-size: 16px;
    font-family: georgia;
    font-style: italic;
    text-align: center;
}

body.cms-natural-effective-holistic .doubleblockswrap > div a,
body.cms-our-research .doubleblockswrap > div a,
body.cms-about-innovation .doubleblockswrap > div a,
body.cms-bee-farms .doubleblockswrap > div a,
body.cms-herbs-cultivation .doubleblockswrap > div a,
body.cms-agora .double3blockswrap > div a,
body.cms-beehive-spa .double3blockswrap > div a,
body.cms-apivita-hair-studio .double3blockswrap > div a,
body.cms-hippocrates-lecture-hall .double3blockswrap > div a,
body.cms-hive-markopoulo .doubleblockswrap > div a,
body.cms-apivita-experience-store .doubleblockswrap > div a,
body.cms-ingredient-glossary .doubleblockswrap > div a,
body.cms-global-experience .doubleblockswrap > div a,
body.cms-mission .doubleblockswrap > div a,
body.cms-our-inspirations .doubleblockswrap > div a,
body.cms-responsibility .doubleblockswrap > div a,
body.cms-hippocrates-garden .doubleblockswrap > div a,
body.cms-our-history .doubleblockswrap > div a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.georgia-it {
    font-family: georgia;
    font-style: italic;
    font-size: 18px !important;
    line-height: 24px !important;
}

.photoblock {
    text-align: right;
    width: 520px !important;
}

body.cms-ingredient-glossary .toptrippleblockswrap {
    margin: 30px 0 0 0;
    display: inline-block;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li {
    width: 368px;
    height: 429px;
    float: left;
    margin-right: 30px;
    -moz-box-shadow: 0 0 10px #919191;
    -webkit-box-shadow: 0 0 10px #919191;
    box-shadow: 0 0 10px #919191;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li div.ingr-info {
    width: 320px;
    background: #FFFFFF;
    float: left;
    padding: 30px 25px;
    height: 369px;
    /*display: none;*/
    opacity: 0;
    transition: opacity 0.5s ease;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li div.ingr-info p {
    color: #898989;
    font-family: georgia;
    font-size: 13.5px;
    height: 295px;
    text-align: left;
    /*overflow: hidden;*/
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li div.ingr-info h4 {
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li div.ingr-info a {
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 35px;
    display: block;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li div.ingr-info a:hover
{
    color: #898989;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li h3 {
    background: rgba(255, 255, 255, 0.9);
    width: 145px;
    /*padding: 28px 10px 23px 10px;*/
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 200px;
    position: absolute;
    margin-left: 100px;

height: 69px;
padding: 0 10px;
line-height: 69px;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li h3 span
{
display: inline-block;
vertical-align: middle;
line-height: initial;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li.active h3 {
    display: none;
}

/*
body.cms-ingredient-glossary .toptrippleblockswrap ul li.active div.ingr-info
{
    display: block;
}*/

body.cms-ingredient-glossary .toptrippleblockswrap ul li:hover div.ingr-info {
    opacity: 1;
}
html[lang="zh"] body.cms-ingredient-glossary .toptrippleblockswrap ul li:hover div.ingr-info {
    opacity: 0;
}
html[lang="zh"] body.cms-ingredient-glossary .toptrippleblockswrap ul li.active h3 {
    display: block;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li.bee-polen {
    background: url(images/redesign/ingredient-bee-polen.jpg) no-repeat;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li.aloe-vera {
    background: url(images/redesign/ingredient-aloe.jpg) no-repeat;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li.calendula-officinalis {
    background: url(images/redesign/ingredient-calendula-officinalis.jpg) no-repeat;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li.camellia-sinensis {
    background: url(images/redesign/ingredient-camellia-sinensis.jpg) no-repeat;
}

.blk-line {
    background: url(images/redesign/blk-line.gif) repeat-x center;
    padding: 0;
    margin-bottom: 20px !important;
    width: 100%;
    text-align: center;
}

.blk-line h3 {
    background: #E3DFD6;
    display: inline-block;
    padding: 0 40px;
}

.ingredient_table tr:first-child > th {
    font-family: cfasty;
}

.ingredient_table tr > td:first-child:not(:empty)
 {
    border-right: 1px solid;
    margin-right: 10px;
    display: list-item;
    list-style-type: none;
    margin-left: 16px;
    padding-right: 10px;
    max-width: 300px;
}


.ingredient_table.usatable tr > td
{

    border-right: 1px solid;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16px;
}
.ingredient_table.usatable tr > td:last-child
{
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

.ingredient_table tr > td:last-child {
    padding-left: 10px;
}

.ingredient_table tr > td > p {
    margin: 0;
}

div#about_apivita_nav {
    display: none;
}

body.cms-page-view.cms-hair-colorants-how-to-choose-and-use .pre_breadcrumps,
body.cms-hair-colorants-how-to-choose-and-use .pre_breadcrumps,
body.cms-beauty-advisor .pre_breadcrumps,
body.cms-hair-colorants-erotiseis .pre_breadcrumps,
body.cms-hair-colorants-pro-ingredients .pre_breadcrumps,
body.cms-hair-colorants-pro-tips .pre_breadcrumps,
body.cms-hair-colorants-pro-application .pre_breadcrumps,
body.cms-hair-colorants-pro-choose .pre_breadcrumps,
body.cms-hair-colorants-faq .pre_breadcrumps,
body.cms-beauty-advisor-hair-colorants .pre_breadcrumps {
    /*margin-top : 286px;*/
    margin-top: 0px;
}

.watchvideowrap {
    background: rgba(0, 0, 0, 0.5);
    height: 567px;
    position: absolute;
    z-index: 0;
    width: 100%;
    display: none;
}

.watchvideo {
    width: 770px;
    height: 447px;
    position: absolute;
    top: 40px;
    margin-left: 200px;
    display: none;
}

.watchvideo span {
    cursor: pointer;
    float: right;
}

.watchvideowrap.active, .watchvideo.active {
    display: block;
}

.watchvideoBtn {
    background: #000000;
    color: #FFFFFF;
    font-weight: 300;
    display: inline-block;
    font-size: 14px;
    padding: 15px 18px;
    margin-top: 168px;
    cursor: pointer;
}

.floorstabswrap {
    margin-bottom: 80px;
    margin-top: 55px;
    float: left;
}

.floorstabs {
    float: left;
}

.floorstabscontent {
    border: solid 5px #000000;
    float: left;
    height: 527px;
}

.floorstabscontent div {
    display: none;
}

.floorstabscontent div.active {
    display: block;
}

.floorstabs li {
    width: 250px;
    padding: 19px 23px 20px 23px;
    border: solid 1px #000000;
    border-bottom: none;
    height: 94px;
    max-height: 94px;
    float: left;
    clear: left;
}

.floorstabs li:last-child {
    border-bottom: solid 1px #000000;
}

.floorstabs li:hover, .floorstabs li:hover h3, .floorstabs li:hover h2,
.floorstabs li.active, .floorstabs li.active h3, .floorstabs li.active h2 {
    background: #000000;
    color: #FFFFFF;
}

.floorstabs li:hover a,
.floorstabs li.active a {
    color: #FFFFFF;
}

.floorstabs li span {
    float: left;
}

.floorstabs li span:first-child {
    width: 194px;
}

.floorstabs li span:last-child .pdf {
    width: 28px;
    height: 35px;
    text-indent: -99999px;
    display: inline-block;
    margin-top: 20px;
    background: url(images/redesign/experience_pdf.png) no-repeat;
}

.floorstabs li:hover span:last-child .pdf,
.floorstabs li.active span:last-child .pdf {
    width: 28px;
    height: 35px;
    background: url(images/redesign/experience_white_pdf.png) no-repeat;
}

.floorstabs li span:last-child {
    width: 56px;
    text-align: right;
}

.floorstabs li span h3 {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 15px;
    width: 174px;
}

.floorstabs li span h2 {
    font-size: 30px;
    line-height: 22px;
}

.floorstabs li span:first-child p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}

/*
.seeCatalog
{
    border-top:solid 1px #000;
    border-bottom:solid 1px #000;
    padding: 23px 0 23px 50px;
    display: block;
    margin-bottom: 10px;
    width: 200px;
    background: url(images/redesign/seeCatalog-pdf.png) no-repeat left;
    
}

*/
.seeCatalog {
    padding: 33px 0 34px 60px;
    display: block;
    margin-bottom: 10px;
    width: 200px;
    background: url(images/redesign/pdf_bg.png) no-repeat left top;
}

.seeCatalog h5:before {
    content: "";
    background: url(images/redesign/seeCatalog-pdf.png) no-repeat left;
    width: 50px;
    height: 53px;
    position: absolute;
    margin-left: -50px;
    margin-top: -10px;
}

.seeCatalog:hover {
    background: url(images/redesign/pdf_bg_hover.png) no-repeat left top;
}

.singleblockwrap {
    border-top: solid 1px #000000;
    padding: 10px 0;
    border-bottom: solid 1px #000000;
    display: block;
    float: left;
    width: 100%;
    margin: 60px 0;
}

.singleblockwrap p {
    text-align: center !important;
    margin-bottom: 0;
    font-size: 18px;
}

.pilwnestriple {
    clear: both;
    margin-top: 65px;
    float: left;
}

.pilwnesdouble b,
.pilwnestriple b {
    width: 40px;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    display: block;
    border: solid 1px #000000;
    border-radius: 50%;
    font-family: georgia;
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    float: left;
}

.pilwnesdouble h4,
.pilwnestriple h4 {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}

.pilwnesdouble p,
.pilwnestriple p {
    clear: both;
}

body.cms-agora .pilwnesdouble > span,
body.cms-beehive-spa .pilwnesdouble > span {
    width: 570px !important;
    float: left;
    margin-right: 30px;
}

body.cms-agora .pilwnestriple > span,
body.cms-beehive-spa .pilwnestriple > span {
    width: 370px !important;
    float: left;
    margin-right: 30px;
}

body.cms-agora .pilwnesdouble > span:last-child,
body.cms-beehive-spa .pilwnesdouble > span:last-child,
body.cms-agora .pilwnestriple > span:last-child,
body.cms-beehive-spa .pilwnestriple > span:last-child {
    margin-right: 0;
}

body.cms-beehive-spa .beehive-tabs-wrap ul.tab-links {
    float: left;
    border-bottom: solid 1px #000000;
    width: 100%;
    margin-top: 55px;
}

body.cms-beehive-spa .beehive-tabs-wrap ul.tab-links li {
    float: left;
    padding: 12px 10px 12px 10px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    font-size: 14px;
}

body.cms-beehive-spa .beehive-tabs-wrap ul.tab-links li:first-child {
    border-left: 1px solid black;
}

body.cms-beehive-spa .beehive-tabs-wrap ul.tab-links li a {
    color: #000000;
}

body.cms-beehive-spa .beehive-tabs-wrap ul.tab-links li.active {
    float: left;
    padding-top: 15px 12px;
    background: #000000;
}

body.cms-beehive-spa .beehive-tabs-wrap ul.tab-links li:hover {
    background: #000000;
}

body.cms-beehive-spa .beehive-tabs-wrap ul.tab-links li.active a,
body.cms-beehive-spa .beehive-tabs-wrap ul.tab-links li:hover a {
    color: #FFFFFF;
}

body.cms-beehive-spa .beehive-tabs-wrap .tab {
    display: none;
    margin-top: 30px;
    float: left;
    width: 100%;
}

body.cms-beehive-spa .beehive-tabs-wrap .tab.active {
    display: block;
}

body.cms-beehive-spa .beehive-tabs-wrap .tab .mainImg {
    border: solid 5px #000000;
}

body.cms-beehive-spa .beehive-tabs-wrap .tab > div {
    float: left;
    width: 570px;
    margin-right: 30px;
}

body.cms-beehive-spa .beehive-tabs-wrap .tab > div span {
    border-bottom: solid 1px #000000;
    float: left;
    clear: left;
    padding-bottom: 48px;
    margin-top: 48px;
    display: block;
}

body.cms-beehive-spa .beehive-tabs-wrap .tab > div:last-child {
    margin-right: 0;
}

body.cms-beehive-spa .beehive-tabs-wrap .tab > div h5 {
    font-size: 16px;
    line-height: 24px;
}

body.cms-beehive-spa .beehive-tabs-wrap .tab > div h6 {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li.last_of_row {
    margin-right: 0;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li {
    margin-bottom: 30px;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li {
    background-size: cover !important;
}

body.cms-ingredient-glossary .toptrippleblockswrap ul li.ghost {
    display: none;
}

body.cms-ingredient-glossary .toptrippleblocksmenu ul.the_left {
    float: left;
    width: 365px;
    font-size: 14px;
    margin-top: 5px;
}

html[lang="es"] body.cms-ingredient-glossary .toptrippleblocksmenu ul.the_left
{
    width: 375px;
}

body.cms-ingredient-glossary .toptrippleblocksmenu div.the_center {
    float: left;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    width: 430px;
    text-align: center;
}

body.cms-ingredient-glossary .no_ing_att_all {
    font-family: Georgia, sans-serif;
    display: none;
    margin: 160px 480px;
    width: 210px;
    font-size: 18px;
    text-align: center;
}

html[lang="es"] body.cms-ingredient-glossary .no_ing_att_all
{
  margin: 160px 450px;
  width: 240px;
}

body.cms-ingredient-glossary .toptrippleblocksmenu ul.the_right {
    float: right;
    font-size: 14px;
    margin-top: 5px;
}

body.cms-ingredient-glossary .toptrippleblocksmenu {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 7px 0;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

body.cms-ingredient-glossary .toptrippleblocksmenu ul li {
    float: left;
    margin-right: 15px;
}

body.cms-ingredient-glossary .toptrippleblocksmenu ul.the_right li {
    float: left;
    margin-right: 8px;
}

body.cms-ingredient-glossary .toptrippleblocksmenu .active {
    opacity: 0.7;
}

body.cms-ingredient-glossary .toptrippleblocksmenu ul.the_right li.next {
    background: url(images/redesign/ingredients-next-arrow.png) no-repeat center;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    cursor: pointer;
}

body.cms-ingredient-glossary .toptrippleblocksmenu ul.the_right li.prev {
    background: url(images/redesign/ingredients-prev-arrow.png) no-repeat center;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    cursor: pointer;
}

body.cms-ingredient-glossary .bottom_next-prev {
    font-size: 14px;
    text-align: center;
    padding-bottom: 32px;
}

.odigieswrap1 > div,
.odigieswrap2 > div {
    width: 366px;
    margin-right: 34px;
    float: left;
    padding-bottom: 40px;
}

.odigieswrap1 > div:last-child,
.odigieswrap2 > div:last-child {
    margin-right: 0;
}

.odigieswrap1,
.odigieswrap2 {
    float: left;
}

.odigieswrap1 {
    margin-top: 16px;
    border-bottom: solid 1px #000000;
}

.odigieswrap2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

.pwsEpilegwTitles h2:first-child {
    font-size: 16px;
    width: 457px;
    margin-right: 143px;
    float: left;
    margin-top: 25px;
    margin-bottom: 35px;
}

.pwsEpilegwTitles h2:last-child {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
    width: 470px;
    font-size: 18px;
    float: left;
    margin-top: 25px;
    margin-bottom: 35px;
}

.pwsEpilegwTitles {
    border-bottom: solid 1px #000000;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.pwsEpilegwWrapper {
    position: relative;
}

.pwsEpilegwWrapper ul li {
    float: left;
    padding: 10px 20px;
    clear: left;
    width: 300px;
    cursor: pointer;
}

.pwsEpilegwWrapper ul {
    float: left;
}

.pwsEpilegwWrapper ul li a {
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.pwsEpilegwWrapper ul li.active {
    background: url(images/redesign/arrow_epilego.png) no-repeat right #000000;
}

.pwsEpilegwWrapper ul li.active a {
    color: #FFFFFF;
}

.pwsEpilegwWrapper .pwsEpilegwTabs {
    float: left;
    padding-left: 30px;
    border-left: solid 1px #000000;
    margin-left: 23px;
    font-size: 14px;
    margin-bottom: 50px;
}

.pwsEpilegwWrapper .pwsEpilegwTabs h4 {
    font-size: 16px;
    margin-bottom: 40px;
}

.pwsEpilegwWrapper .pwsEpilegwTabs > div {
    display: none;
}

.pwsEpilegwWrapper .pwsEpilegwTabs > div div {
    float: left;
    width: 370px;
    margin-right: 30px;
}

.pwsEpilegwWrapper .pwsEpilegwTabs > div div:last-child {
    margin-right: 0;
}

.pwsEpilegwWrapper .pwsEpilegwTabs > div.active {
    display: block;
}

.hair-div-new {
    font-size: 14px;
    font-weight: bold;
    width: 370px;
    float: left;
    margin-right: 95px;
}

.hair-div-new h1 {
    font-size: 24px;
}

.hair-div-new div {
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    padding: 20px 0;
    margin-bottom: 28px;
    font-size: 16px;
}

.hair-div-new div span {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
}

.hair-div-new-right ul li {
    width: 312px;
    height: 305px;
    border: solid 1px #000000;
    float: left;
    margin-right: 30px;
}

.hair-div-new-right ul li:last-child {
    margin-right: 0;
}

.hair-div-new-right ul li a {
    display: block;
    height: 100%;
    text-align: center;
    padding-top: 4px;
}

.hair-div-new-right ul li a h4 {
    text-align: center;
    font-weight: normal;
    padding: 12px 0 12px 0;
    font-size: 14px;
    border-top: solid 1px #000000;
}

.hair-div-new-right ul li:hover a h4 {
    color: #FFFFFF;
    background: #000000;
}

.hair-div-new-right ul li:hover {
    background: #000000;
}

body.catalog-category-view .cvg_newsletter {
    /*    border-top  : solid 8px #000000;
        padding-top : 80px;*/
}

.review-product-list .product-collateral {
    background: #E3DFD6;
    padding: 20px 0;
    border-top: solid 8px #000000;
    padding-top: 80px;
    margin-top: 66px;
}

.review-product-list .product-collateral .box-collateral {
    width: 1170px;
    margin: 0 auto;
}

#sidebar .narrow-by > dl > dd > ol > li span {
    font-size: 12px;
}

.catalog-category-view .header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#indernational_arrow {
    background-image: url(images/redesign/white_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px;
    margin-top: -40px;
}

body.cms-global-experience .pre_breadcrumps{
    top:332px !important;
}

#indernational_arrow > h4 {
    cursor: pointer;
}

.indernational_arrow_opened {
    background-image: url(images/redesign/white_down_arrow_reversed.png) !important;
    background-repeat: no-repeat;
    background-position: right 6px;
}

.global-exptabs li {
    width: 209px;
    text-align: center;
    padding: 16px 24px 16px 24px;
    border: solid 1px #000000;
    border-right: none;
    float: left;
    cursor: pointer;
}

.global-exptabs li:last-child {
    border-right: solid 1px #000000;
}

.global-exptabs li h3 {
    margin-bottom: 0;
}

.global-exptabs li:hover, .global-exptabs li:hover h3,
.global-exptabs li.active, .global-exptabs li.active h3 {
    background: #000000;
    color: #FFFFFF;
}

.global-exptabs li:hover a,
.global-exptabs li.active a {
    color: #FFFFFF;
}

.global-exp-wrap {
    margin-top: 56px;
}

.global-exp-wrap h1
{
    width: 100%;
    border-top:solid 1px #000;
    border-bottom:solid 1px #000;
    padding: 13px 0 8px 0;
    text-align: center;
    font-size: 21px;
}

.glob-new-div div
{
    float: left;
    width: 470px;
    margin-right: 30px;
    margin-bottom: 57px;
    margin-top: 28px;
}
.glob-new-div div:last-child
{
    margin-right: 0;
    width: 670px;
}
.glob-new-div div:last-child p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}

.global-expscontent {
    clear: both;
    margin-bottom: 76px;
    float: left;
}

.global-expscontent ul li img {
    border: solid 5px #000;
}

.global-expscontent ul {
    float: left;
    margin-right: 30px;
    width: 1140px;
    height: 570px;
}

.glob_exp_country,.glob_exp_country_cont,.glob_exp_country-no-text
{
    position: absolute;
}

.glob_exp_country
{
    background: url(images/redesign/global_exp_info.jpg) 96% no-repeat #fff;
    right:0;
    padding: 17px;
    font-size: 18px;
    min-width: 330px;
    font-weight: bold;
    cursor: pointer;
    bottom: 0;
    margin-bottom: 8px;
    margin-right: 5px;
}
html[lang="zh"] .glob_exp_country
{
    background: #fff;
    cursor: default;
}
html[lang="es"] .glob_exp_country
{
    min-width: 390px;
}

.glob_exp_country-no-text
{
    background:#fff;
    right:0;
    padding: 17px;
    font-size: 18px;
    min-width: 330px;
    font-weight: bold;
    cursor: default;
    bottom: 0;
    margin-bottom: 8px;
    margin-right: 5px;
}

.glob_exp_country_cont
{
width: 325px;
height: 520px;
background: rgba(255,255,255,0.9);
padding: 25px 20px;
right: 0;
top: 0;
margin-right: 5px;
margin-top: 5px;
}

.glob_exp_country_cont
{
    display: none;
}
.glob_exp_country_cont h3
{
    font-size: 18px;
}

.glob_exp_country_cont h4
{
    font-size: 18px;
}

.glob_exp_country_cont p
{
    font-size: 14px;
    width: 92%;
}

.global_exp_close
{
    position: absolute;
    right: 0;
    margin-right: 10px;
    cursor: pointer;
}

.global_exp_close img
{
    border: none !important;
}
.global-exp-content-1, .global-exp-content-2, .global-exp-content-3 {
    position: relative;
}


.gl-right-cont {
    padding-top: 25px;
    float: left;
    width: 365px;
}

.gl-right-cont h2 {
    font-size: 21px;
    font-weight: bold;
}

.gl-right-cont p {
    text-align: left;
    font-size: 14px;
}

.glob-prev, .glob-next {
    position: absolute;
    z-index: 999999;
    top: 250px;
    width: 41px;
    height: 51px;
    text-indent: -999999px;
}

.glob-prev {
    left: 0;
    background: url(images/redesign/global-prev.jpg) no-repeat;
}

.glob-next {
    left: 1140px;
    background: url(images/redesign/global-next.jpg) no-repeat;
}

.glob-prev:hover {
    left: 0;
    background: url(images/redesign/global-prev-default.jpg) no-repeat;
}

.glob-next:hover {
    left: 1140px;
    background: url(images/redesign/global-next-default.jpg) no-repeat;
}

.glo-ex-photo {
    position: absolute;
}

.how-to-content-1, .how-to-content-2, .how-to-content-3 {
    display: none;
}

.how-to-content-1.active, .how-to-content-2.active, .how-to-content-3.active {
    display: block;
    position: relative;
}

.how-to-choose-sub-menu-wrap {
    width: 100%;
    border-bottom: 1px solid black;
    float: left;
}

.how-to-choose-sub-menu li {
    cursor: pointer;
    float: left;
    padding: 7px 10px 7px 10px;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.how-to-choose-sub-menu li.active {
    color: #fff;
    background-color: #000;

}

.how-to-choose-sub-menu li:first-child {
    border-left: 1px solid black;
}

.how-to-content {
    clear: both;
    margin-bottom: 76px;
    float: left;
    margin-top: 40px;
}

.how-to-content .how-to-content-1 li {
    float: left;
    width: 559px;
    border-right: solid 1px #000;
    margin-right: 50px;
    margin-bottom: 30px;
}

.how-to-content .how-to-content-1 li:nth-child(2n+2) {
    margin-right: 0;
    border-right: 0;
}

.how-to-content .how-to-content-1 li h3 {
    margin-top: 46px;
}

.how-to-content .how-to-content-1 li h3, .how-to-content li p {
    float: left;
    width: 243px;
    padding-left: 38px;
    font-size: 14px;
    text-align: left;
}

.how-to-content .how-to-content-1 li div {
    position: relative;
    width: 250px;
    background: #000;
    height: 291px;
    float: left;
}

.how-to-content .how-to-content-1 li div:after {
    content: url(images/redesign/how-to-choose-tip.png);
    width: 16px;
    height: 31px;
    position: absolute;
    right: -15px;
    top: 45%;

}

body.blog-index-index #main > .left.blogfix > a {
    float: left;
    padding-left: 20px;
}

body.blog-index-index #main > .left.blogfix > a img {
    position: absolute;
    margin-left: -20px;
    margin-top: -2px;
}

body.blog-index-index #main > .right.blogfix {
    margin-bottom: 20px;
}

body.blog-index-index #main > .right.blogfix > a {
    float: right;
    padding-right: 20px;
}

body.blog-index-index #main > .right.blogfix > a img {
    position: absolute;
    margin-left: 10px;
    margin-top: -2px;
}

body.blog-index-index #main > .right.blogfix > a,
body.blog-index-index #main > .left.blogfix > a {
    font-size: 12px;
    text-transform: uppercase;
}

.pddImg {
    padding: 35px 20px 0 20px;
    color: #fff;
    width: 210px !important;
    height: 256px !important;
}

.pddImg h2 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 21px;
}

.pddImg span {
    font-size: 16px;
    color: #898989;
    margin-top: 37px;
    display: block;
}

.pddImg span a {
    color: #898989;
    line-height: 20px;
    font-weight: bold;
}

.pddImg span a.active {
    color: #fff;
}

.pddImg .clkOnChe {
    color: #fff;
    font-size: 13px;
    margin-top: 20px;
    display: block;
}

html[lang=el] .pddImg .clkOnChe
{
margin-top: 10px;
}

.ppd1, .ppd2, .ppd2b, .ppd3, .ppd4,.ppd5, .ppd6, .ppd7, .ppd8 , .ppd9{
    display: none;
}

.ppd1.active, .ppd2.active, .ppd2b.active, .ppd3.active, .ppd4.active,.ppd5.active, .ppd6.active, .ppd7.active, .ppd8.active , .ppd9.active {
    display: block;
}

/* .ingredient_table tr > td:before {
    float: left;
    content: '*';
    margin-right: 4px;

    font-family: "cfasty","serif", helvetica !important;
    font-size: 24px;
    line-height: 9px;
    margin-top: 7px;
    left: 4px;
    font-style: normal;
} */

 .ingredient_table tr > td > span.asterify-in {
    margin-right: 4px;
    font-family: "cfasty","serif", helvetica !important;
    font-size: 24px;
    line-height: 16px;
    font-style: normal;
    position: relative;
    top: 4px;
} 

.category_banner_list {
    float: right;
    margin-right: 1px;
    margin-bottom: 24px;
    height: 324px;
    width: 872px;
    overflow: hidden;
}

.listing-type-grid.catalog-listing.mini-related-items-wrap.with-banner .catalog-category-pager-cvg {
    top: -438px;
}

body.category-special-packs .but_price .old-price.pev_price,
body.cms-home .but_price .old-price.pev_price,
body.category-face .but_price .old-price.pev_price {
    display: none;
}

body.category-special-packs .special-price,
body.cms-home .special-price {
    cursor: pointer;
}

table.ingredient_table + p + p,
table.ingredient_table + p + p + p,
table.ingredient_table + p + p + p + p,
table.ingredient_table + p + p + p + p + p {
    display: none;
}

html[lang='zh'] table.ingredient_table + p + p,
html[lang='zh'] table.ingredient_table + p + p + p,
html[lang='zh'] table.ingredient_table + p + p + p + p,
html[lang='zh'] table.ingredient_table + p + p + p + p + p {
    display: block;
}

#ingre_read_more, #ingre_read_less {
    font-weight: 600;
    text-decoration: underline;
    text-align: right;
    cursor: pointer;
}
html[lang='zh'] #ingre_read_more,
#ingre_read_less {
    display: none;
}

body.customer-account-index .box-reviews {
    width: 370px;
    float: left;
    margin-top: 14px;
}

body.customer-account-index .box-reviews h2 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    font-family: cfasty, serif;
    float: left;
    margin-bottom: 2px;
}

body.customer-account-index .box-head {
    border-bottom: 1px solid #000000;
    float: left;
    width: 100%;
}

body.customer-account-index .box-head a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: cfasty, serif;
    float: right;
}

body.customer-account-index .details h3.product-name {
    font-weight: normal;
}

body.customer-account-index .box-account ol li {
    float: left;
    margin: 10px 0;
}

body.customer-account-index .number {
    float: left;
    color: #898989;
    line-height: 23px;
    font-size: 14px;
    font-family: cfasty, serif;
    padding-right: 15px;
}

body.customer-account-index .ratings {
    color: #898989;
    font-size: 12px;
    font-family: cfasty, serif;
    padding-right: 15px;
    margin-bottom: 10px;
}

body.customer-account-index .details h3.product-name a {
    color: #898989;
    line-height: 23px;
    font-size: 14px;
    font-family: cfasty, serif;
}

body.cms-ingredients-products div.header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#banner_from_cat_to_sidebar img {
    width: 244px;
}

.missionBlocks > span {
    float: left;
    font-size: 18px;
    line-height: 24px;
    border: solid 1px #000;
    width: 800px;
    padding: 28px;
    margin: 0 24px 40px 0;
    text-align: center;
    min-height: 70px;
    position: relative;
    clear: both;

    font-family: Georgia, serif;
    font-style: italic;
}

.missionBlocks > span:before
{
    content: url(images/redesign/mission_bee.png);
    position: absolute;
    top: -10px;
    left: 46%;
}
.missionBlocks > span:nth-child(0n+2),
.missionBlocks > span:last-child
{
    margin-right: 0;
}

.missionBlocks > span > span:first-child {
    padding: 3px 9px;
    border: solid 1px #000;
    border-radius: 18px;
    width: 13px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px
}

#cart .base-mini .content p {
    padding: 10px 20px;
    text-align: center;
}

.box-reviews h2.rev-lineQuote {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
}

.error_page {
    width: 100%;
    background: #ffffff;
    text-align: center;
    border-bottom: 10px solid black;
    margin-bottom: 80px;

}

.back_error {
    width: 80px;
    height: 25px;
    position: absolute;
    margin-top: 217px;
    margin-left: 550px;
}

.relative_product_content {
    background-color: #fff !important;
}

.relative_product_content_img {
    width: 88px !important;
    margin: 35px 15px 15px 15px !important;

}

.relative_product_content {
   
    font-weight: bold !important;
}

.relative_product_content b {
    font-size: 12px !important;
    line-height: 14px;
    display: inline-block;
}

.relative_product_content b:first-child
{
    margin: 15px 0;

}
.relative_product_content b:last-child
{
    font-size: 18px !important;
    line-height: 20px;
    display: block;
    margin-top: 5px;

}
body.product-bee-cause-product-bundle .wtooltip #tabs_attributes a,

body.product-bee-cause-products-bundle .wtooltip #tabs_attributes a,
body.category-special-packs .wtooltip #tabs_attributes a {
    background-color: #000 !important;
    color: #fff !important;
    padding: 15px 20px;
    text-align: center !important;
}
body.product-bee-cause-product-bundle .wtooltip #tabs_attributes a:after, 
body.product-bee-cause-product-bundle .wtooltip #tabs_attributes a:before,

body.product-bee-cause-products-bundle .wtooltip #tabs_attributes a:after, 
body.product-bee-cause-products-bundle .wtooltip #tabs_attributes a:before,
body.category-special-packs .wtooltip #tabs_attributes a:after, 
body.category-special-packs .wtooltip #tabs_attributes a:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
body.product-bee-cause-product-bundle  #tabs_attributes a[href$="description"]:after, 
body.product-bee-cause-product-bundle  #tabs_attributes a[href$="description"]:before,

body.product-bee-cause-products-bundle #tabs_attributes a[href$="description"]:after, 
body.product-bee-cause-products-bundle #tabs_attributes a[href$="description"]:before,
body.category-special-packs #tabs_attributes a[href$="description"]:after, 
body.category-special-packs #tabs_attributes a[href$="description"]:before {
    border: none;
}
body.product-bee-cause-product-bundle  .wtooltip #tabs_attributes a:after,

body.product-bee-cause-products-bundle .wtooltip #tabs_attributes a:after,
body.category-special-packs .wtooltip #tabs_attributes a:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 12px;
    left: 50%;
    margin-left: -17px;
    margin-top: 17px;
    z-index: 1;
}

.product-essential-right
{
    width: 780px;
}
body.product-bee-cause-product-bundle .relative_product,

body.product-bee-cause-products-bundle .relative_product,
body.category-special-packs .relative_product {
    border-bottom: solid 1px #000;
}
body.product-bee-cause-product-bundle .relative_product:nth-child(1n+2),

body.product-bee-cause-products-bundle .relative_product:nth-child(1n+2),
body.category-special-packs .relative_product:nth-child(1n+2)
{
    margin-right: 30px;
}
body.product-bee-cause-product-bundle .relative_product:last-child,

body.product-bee-cause-products-bundle .relative_product:last-child,
body.category-special-packs .relative_product:last-child
{
    margin-right: 0px;
}
body.product-bee-cause-product-bundle .product-essential-right.wtooltip,

body.product-bee-cause-products-bundle .product-essential-right.wtooltip,
body.category-special-packs .product-essential-right.wtooltip
{
    width: 768px !important;
}
body.product-bee-cause-product-bundle .wtooltip #tabs_attributes li,
body.product-bee-cause-product-bundle .wtooltip #tabs_attributes a ,

body.product-bee-cause-products-bundle .wtooltip #tabs_attributes li,
body.product-bee-cause-products-bundle .wtooltip #tabs_attributes a ,
body.category-special-packs .wtooltip #tabs_attributes li,
body.category-special-packs .wtooltip #tabs_attributes a {
    width: 728px !important;
}
body.product-bee-cause-product-bundle .product-essential-right-header.wtooltip,

body.product-bee-cause-products-bundle .product-essential-right-header.wtooltip,
body.category-special-packs .product-essential-right-header.wtooltip {
    width: 100% !important;
}
body.product-bee-cause-product-bundle .option_selected_big,

body.product-bee-cause-products-bundle .option_selected_big,
body.category-special-packs .option_selected_big {
    background: none !important;
}

body.cms-our-inspirations .col-1-layout-in .line1 p {
    width: 660px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;

}

body.cms-our-inspirations .col-1-layout-in .line2 span {
    float: left;
    display: block;
    width: 572px;

}

body.cms-our-inspirations .col-1-layout-in .line2 {
    float: left;
    padding-bottom: 80px;
    margin-bottom: 50px;
    border-bottom: solid 1px #000;
}

body.cms-our-inspirations .col-1-layout-in .line2 span:first-child {
    margin-right: 20px;
}

body.cms-our-inspirations .col-1-layout-in .line2 span p {
    text-align: center;
    padding: 0 45px;
    margin-top: 32px;
    font-size: 14px;
    line-height: 18px;
}

body.cms-our-inspirations .col-1-layout-in .line3 span {
    float: left;
    display: block;
    width: 462px;
    margin-bottom: 50px;

}

body.cms-our-inspirations .col-1-layout-in .line3 span:first-child {
    margin-right: 77px;
    width: 617px;
}

body.cms-our-inspirations .col-1-layout-in .line3 span p {
    text-align: left;
    padding-top: 40px;

}

.blog-post-view .postContent p {
    text-align: left;
}

body.cms-responsibility div.line span {
    float: left;
    width: 570px;

}

body.cms-responsibility div.line span:first-child {
    margin-right: 30px;
}

body.cms-responsibility div.line span p {
    font-size: 14px;
    text-align: left;
    line-height: 18px;
}

.left_side_how2choose {
    width: 516px;
    height: 620px;
    float: left;
}

.right_side_how2choose {
    width: 448px;
    height: 690px;
    float: right;
    padding-left: 36px;
    border-left: 2px solid #464545
}

.step_how2choose {
    background-image: url('images/redesign/how-to-choose-my-color_step.png');
    width: 471px;
    height: 41px;
    text-align: center;
    color: white;
    font-style: italic;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 37px;
}

.question_how2choose {
    width: 471px;
    height: 170px;
}

.question_how2choose > p,
.right_side_how2choose > p {
    font-family: cfasty, serif;
    font-weight: bold;
    color: black;
    font-size: 16px;
    text-align: center;
}

.button_how2choose {
    border: 1px solid #464545;
    width: 148px;
    height: 50px;
    font-family: cfasty, serif;
    font-weight: bold;
    color: black;
    font-size: 14px;
    text-align: center;
    line-height: 54px;
    float: left;
    cursor: pointer;
}

html[lang="es"] .button_how2choose[data-value="w"][data-step="4"]
{
  line-height: 20px;
  padding-top: 10px;
}
html[lang="es"] .button_how2choose[data-value="c"][data-step="4"],
html[lang="es"] .button_how2choose[data-value="n"][data-step="4"]
{
    padding-top: 0px;
}

.button_how2choose:hover {
    color: white;
    border: 1px solid black;
    background: black
}

.button_how2choose.clicked {
    color: white;
    border: 1px solid black;
    background: black
}

.button_how2choose.unclicked {
    color: black;
    border: 1px solid #464545;
    background: white
}

.button_how2choose.the_first {
    margin: 0 16px 0 75px;
}

.step_how2choose.step2,
.question_how2choose.step2,
.step_how2choose.step3,
.question_how2choose.step3 {
    display: none;
}

body.category-hair-colourants div.header,
body.category-vafes-malliwn div.header {
    box-shadow: 0 3px 30px 0px rgba(128, 128, 128, 0.8);
}

.right_side_how2choose ul > li {
    float: left;
    line-height: 0;
    margin: 0 0 4px 4px;
    position: relative;
}

.question_how2choose.step3 > p {
    width: 460px;
}

.question_how2choose.step3 ul {
    display: table;
    margin: 0 auto;
}

.question_how2choose.step3 ul > li {
    float: left;
    line-height: 0;
    margin: 0 0 2px 2px;
    cursor: pointer;
    position: relative;
}

.question_how2choose.step3 ul > li:hover img {
    border: 3px solid black;
    width: 34px;
    height: 34px;
    padding: 2px;
}

.question_how2choose.step3 ul > li img.checked {
    border: 3px solid black;
    width: 34px;
    height: 34px;
    padding: 2px;
}

.how-to-content li .h2c_tip {
    position: absolute;
    display: none;
    z-index: 2;
    top: -77px
}

.how-to-content li .h2c_tip_a {
    background: white;
    min-height: 40px;
    min-width: 50px;
    border-bottom: 7px solid black;
    padding: 10px;
    box-shadow: 0px -1px 10px 1px #bbb;
}

.how-to-content li .h2c_tip_a > p {
    float: none;
    width: auto;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    font-family: cfasty, serif;
    font-weight: bold;
}

.h2c_tip_b > div {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    margin: 0 auto;
}

.right_side_how2choose ul > li > a img {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.right_side_how2choose ul > li > a.desaturate {
    cursor: default;
}

.right_side_how2choose ul > li > a.desaturate img {
    cursor: default;
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.right_side_how2choose ul > li > a.active img {
    cursor: pointer;
}

.h2c-tips-area {
    width: 416px;
    background-color: black;
    color: white;
    font-family: cfasty, serif;
    margin-left: 4px;
    padding: 12px;
    display: none;
}

.h2c-tips-area > .tips-tip {
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 60px;
}

.h2c-tips-area > .tips-text {
    float: right;
    font-size: 14px;
    width: 356px;
    margin-top: 3px;
}
html[lang="es"] .h2c-tips-area > .tips-text
{
      width: 327px;
}
.button_how2choose.con_an_reset {
    display: none;
    margin-top: 14px;
    font-size: 16px;
}

#h2c_continue {
    margin-left: 70px;
    border-right: none;
}

#h2c_reset.standalone {
    margin-left: 150px;
}

.question_how2choose.step4 {
    display: none;
}

.question_how2choose.step4 .button_how2choose {
    width: 356px;
    height: 50px;
    margin: 0 auto 20px;
    float: none;
}

.right_side_how2choose div.rsh {
    position: absolute;
    width: 56px;
    height: 55px;
    border: 4px solid white;
    z-index: 2;
    top: 4px;
    left: 3px;
    display: none;
}

.how-to-content .right_side_how2choose li .h2c_tip {
    top: -70px;
}

.header-top-container #nav > li:hover > a {
    color: #898989;
}

.tabs_attributes_2 li, #tabs_ingredients li {
    padding: 7px 0px 7px 0 !important;
}

.preparation_content_left.hdiatc2 {
    width: 100%;
}

.preparation_content_left.hdiatc2 > div {
    max-width: 370px;
    float: right;
    margin-bottom: 20px;
}

.preparation_content_left.hdiatc2 > div:first-child {
    float: left;
}

.preparation_content_left.hdiatc2 > div > div:last-child {
    float: left;
    width: 272px;
}

#the_shipping_charges {
    width: 401px;
    min-height: 293px;
    border: 5px solid black;
    background-color: white;
    padding: 12px;
    top: 134px;
    position: absolute;
    left: 4px;
    z-index: 3;
    display: none;
}

#close_mark_sinfo-popup_close {
    background-image: url('images/redesign/Shipping-Info-popup_close.jpg');
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#the_shipping_charges h5 {
    font-size: 18px;
    font-weight: bold;
    font-family: cfasty, serif;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

#the_shipping_charges table.sinfo-popup_tbl {
    border-collapse: collapse;
    margin: 20px 0 36px;
}

#the_shipping_charges table.sinfo-popup_tbl td, #the_shipping_charges table.sinfo-popup_tbl th {
    border: 1px solid black;
    font-size: 14px;
    font-family: Georgia, serif;
    font-weight: normal;
    font-style: italic;
}

#the_shipping_charges strong {
    font-family: cfasty, serif;
    font-style: normal;
}

#the_shipping_charges table.sinfo-popup_tbl tr:first-child th {
    border-top: 0;
}

#the_shipping_charges table.sinfo-popup_tbl tr td:first-child,
#the_shipping_charges table.sinfo-popup_tbl tr th:first-child {
    border-left: 0;
    padding: 4px 12px 4px 0 !important;
}

#the_shipping_charges table.sinfo-popup_tbl tr td:last-child,
#the_shipping_charges table.sinfo-popup_tbl tr th:last-child {
    border-right: 0;
    padding: 4px 0 4px 12px !important;
}

#the_shipping_charges p {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
}

.vaphes_ajax_loader {
    background-image: url('images/redesign/495.gif');
    width: 48px;
    height: 48px;
    margin-left: 207px;
}

.product-essential-left
{
    position: relative;
}


#newsletter_popup {
    width: 423px;
    height: 170px;
    border: 5px solid black;
    background: url('images/redesign/subscribe-popup-header.png') 0 17px no-repeat #fff;
    padding: 17px;
    top: 200px;
    position: absolute;
    left: 50%;
    margin-left: -233.5px;
    z-index: 5;
    display: none;
    padding-top: 100px;
    font-size: 14px;
    font-weight: 300;

}

#newsletter_popup #popup_close {
    background-image: url('images/redesign/Shipping-Info-popup_close.jpg');
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    top: 10px;
    position: absolute;
    right: 10px;
}

#cookie_close {
    background-image: url('images/redesign/cookie_close.png');
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    top: 10px;
    position: absolute;
    right: 10px;
}


.cookie-info
{
    display: none;
}

/*body.cms-home #newsletter_popup,
body.cms-home .cookie-info
{
    display: block;
}*/

#newsletter_popup h4
{
    font-size:18px;
    font-family: Georgia, serif;
    font-style:italic;
    font-weight: 300;
}

#newsletter_popup h4,#newsletter_popup p,#newsletter_popup span
{
    text-align: center;
    display: block;
}
#newsletter_popup h4
{

}

#newsletter_popup p
{
padding-top: 0;
margin-top: 0;
}
#newsletter_popup form
{
    float:left;
    width:100%;
    margin-top: 10px;
}

#newsletter_popup span
{
    float: left;
    padding-left: 20px;
    background: url('images/redesign/thanks_check.png') left center no-repeat;
    width: 255px;
    margin-left: 70px;
    margin-top: 15px;
    display: none;
}

#newsletter_popup form input[type="text"]
{
    font-family: Georgia, serif;
    font-style:italic;
    padding: 15px 10px 14px 10px;
    border:solid 1px #000;
    margin-left: 30px;
    width: 215px;
    float: left;
    border-radius: 0;
}

#newsletter_popup form input[type="submit"]
 {
background-color: #000;
color: white;
font-size: 15px;
font-weight: bold;
font-family: cfasty, serif;
border: none;
padding: 3px 0 0;
width: 128px;
height: 46px;
text-align: center;
cursor: pointer;
text-transform: uppercase;
float: left;
border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#newsletter_popup form input[type="submit"]:hover
{
    color: #898989;
}

@-moz-document url-prefix() { 
  #newsletter_popup form input[type="submit"] {
height: 47px;
  }
}

.cookie-info
{
    background: #e3dfd6;
    text-align: center;
    bottom: 0;
    position: fixed;
    left: 50%;
    margin-left: -274.5px;
    font-size: 14px;
    border: solid 1px #000;
    z-index: 999;
    padding: 40px 70px;
}

.img_step img
{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.missionBlocks
{
    padding: 40px 40px 0 40px;
    width: 900px;
    margin: 0 auto;
    display: table;
    margin-bottom: 68px;
}
.link1 button
{
  background-color: #C41414 !important;  
}

.link1 button:hover
{
    background-color: #000000 !important;
}

.note-msg
{
    margin-left: -270px !important;
}

body.cms-job-openings .col-1-layout-in > div
{
    float: left;
    width: 470px;
    margin-bottom: 30px;
}

body.cms-job-openings .col-1-layout-in > div:last-child
{
    width: 670px;
    margin-left: 30px;
}

body.cms-job-openings .pre_breadcrumps
{
    display: none;

}

.career_img
{
    background: url(images/redesign/careers-bg-2.jpg);
    width: 1168px !important;
    height: 536px;
    float: left;
    margin-top: 30px;
}

.review-nologged a
{
    text-decoration: underline;
}

body.cms-herbs-cultivation .topdoubleblockswrap > div:first-child
{
    padding-bottom: 40px;
}

div.ajaxcartpro_progress
{
    padding: 15px;
    background-color: #e3dfd6;
}

.ls-container
{
    cursor: pointer;
}

.missionWrap
{
    background: #eeedeb;
    padding-top: 41px;
    margin-top: -68px;
    border-bottom: 10px solid black;
    margin-bottom: 68px;
}

body.checkout-cart-index .error-msg,body.checkout-cart-index .success-msg
{
background-color: #E3DFD6 !important;
border: 1px solid #000 !important;
padding-top: 55px;
display: block;
width: 260px;
text-align: center;
position: absolute;
left: 40%;
top: 80%;
padding-bottom: 55px;
}

body.checkout-cart-index .error-msg ul li,body.checkout-cart-index .success-msg ul li
{
color: #C51313;
text-transform: uppercase;
font-weight: bold;
}


.customer-account-logoutsuccess #main {
	width: 1170px;
	margin: 60px auto 0px;
}

.customer-account-logoutsuccess #main p {
	font-size: 14px;
}

div.panel.product-essential-right-desc > .data p > i:first-letter
{
font-size: 14px;
font-style: italic;
font-family: georgia;
}

#aw_acp_continue {
color: #333;
background: #D8D8D8;
width: 163px;
border: solid 1px #9D9D9D;
}

body.catalog-product-view .link2 .wishbutton
{
    background-image: url(images/redesign/heart.png);
}

body.category-hair-colourants ul.breadcrumbs li.category13,
body.category-vafes-malliwn ul.breadcrumbs li.category13
{
    display: none;
}

.mlPharmacy input
{
border: none;
text-align: center;
width: 38px;
font-size: 14px;
}

div.ajaxcartpro_confirm, div.ajaxcartpro_wl_confirm{
    top: 50%;
    left: -9999px;
}

html[lang=el] body.catalog-product-view .addthis_toolbox,
html[lang=el] body.catalog-product-view p.no-rating,
html[lang=el] body.catalog-category-view div.product-details-inner > div.rating-stars-0
{
    display: none;
}

.tabs_attributes_2
{
    background: none;
}

.product-essential-right-header-option
{
    border-radius:0;
}

body.mac .ui-tabs .ui-tabs-nav li
{
    padding: 0 !important;
    border-radius:0;
}

body.page-print.sales-order-print > div {
    width: 800px;
    margin: 0 auto;
    padding: 10px;
}

body.page-print.sales-order-print {
    background-color: #fff;
}

body.page-print.sales-order-print > div .print-head address{
    float: right;
}

body.page-print.sales-order-print > div .orderseparator{
    border-top: 2px solid #a2a2a2;
    border-bottom: 2px solid #474747;
    margin: 10px 0;
}

body.page-print.sales-order-print > div .leftorderh1{
    float: left;
    margin-top: 8px;
}
body.page-print.sales-order-print > div .order-date{
    float: right;
    text-transform: uppercase;
}
body.page-print.sales-order-print > div .col2-set.first{
  margin:10px 0;
  color: #b9b9b9;
}

body.page-print.sales-order-print > div .col2-set.first .col-1{
  float: left;
  width: 400px;
}

body.page-print.sales-order-print > div .col2-set.first .col-2{
  float: left;
  width: 400px;
}

body.page-print.sales-order-print > div .col2-set.second{
   margin:10px 0;
   color: #b9b9b9;
   border-bottom: 2px solid #474747;
}
body.page-print.sales-order-print > div .col2-set.second .col-1{
  float: left;
  width: 400px;
}

body.page-print.sales-order-print > div .col2-set.second .col-2{
  float: left;
  width: 400px;
}

body.page-print.sales-order-print > div  table#my-orders-table{
    width: 100% !important;
    border-collapse: collapse;
    float: right;
}
body.page-print.sales-order-print > div  table#my-orders-table h5{
    color: #000 !important;
}

body.page-print.sales-order-print > div table#my-orders-table tr:first-child > th{
    text-transform: uppercase;
    text-align: center;
    border:1px solid #000;
    padding: 8px;
}

body.page-print.sales-order-print > div table#my-orders-table tr:first-child > th{
    text-transform: uppercase;
    text-align: center;
    border:1px solid #000;
    padding: 8px;
}

body.page-print.sales-order-print > div table#my-orders-table tr td{
    border:1px solid #000 !important;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
body.page-print.sales-order-print > div table#my-orders-table tr td:first-child{
    text-align: left !important;
}

body.page-print.sales-order-print > div table.footertable tr td{
    border:1px solid #000 !important;
    text-align: left !important;
    vertical-align: middle;
    padding: 5px;
}


body.page-print.sales-order-print > div table.footertable{
   float: right;
   border-collapse: collapse;
   margin-top: 5px;
   width: 319px;
}

body.page-print.sales-order-print > div .buttons-set > button{
    display: none;

}

body.page-print.sales-order-print > div table#my-orders-table th.print_sku{
   width: 88px;
   text-align: center;
}

body.page-print.sales-order-print > div table#my-orders-table .cart-price {
    margin-top: 11px;
}
body.page-print.sales-order-print > div .footertable td.last.a-right {
    width: 71px;
}

body.page-print.sales-order-print > div .print_pname{
    text-align: left !important;
}

body.page-print.sales-order-print > div .footertable td.last{
   text-align: center !important;
}
.whr-date { display: none;}
.whr-code { display: none; } 
.whr-location { display: none;}
.whr-dept { display: none; }

.error-msg li span
{
  color: rgb(249, 26, 26);
  font-weight: bold;
  font-size: 13px;
  padding: 10px 0;
  display: block;
}

#billing-new-address-form .validation-advice
{
    left: 0;
    text-align: left;
}

#checkout-step-billing #billing-new-address-form ul > li:first-child .validation-advice
{
    top: 35px;
}

.catalog-product-view .home-cycle-slider{
  margin: 0 auto;
  width: 100%;
  padding: 0 0 82px 0;
  background-color: rgb(227,223,214);
}
.catalog-product-view .home-cycle-slider-container{
    width: 1140px;
    margin: 0 auto;
}
.catalog-product-view #redesign_productpage_block{
    display: none;
}

html[lang="es"] .colorantsprice .old-price.pev_price
{
    text-decoration: line-through;
    font-size: 14px;
    text-align: center;
    width: 60px;
    display: block;
    float: left;
    margin-top: 5px;
    font-weight: bold;
}

html[lang="es"] .colorantsprice .special-price
{
    font-size: 16px;
    text-align: center;
    display: block;
    float: left;
    margin-top: 4px;
    font-weight: bold;
}

html[lang="es"] .colorantsbuy button#pie-cart
{
    width: 127px;
    
}

html[lang="es"] button#pie-cart.colorantsbuy
{
    font-size: 11px;
}
/*hide calendar for hellas 
.calendarWrapper,#eventWrapper,*/
/* b2e
.gldp-darkneon,#calendarOptionsWrapper
{
    display: none !important;
}*/



#inputqty
{
    width:  70px  !important;
    padding-top: 0px;
    border: none;
   
}

#divqty
{
    min-width: 36px !important;
        margin-left: 8%;
}

#inputqty > input
{
    vertical-align: super;
    margin-top: 3px;
    position: absolute;
    margin-left: -21px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    width: 16px;
    z-index: -1;
    text-align: center;
    padding-top: 13px;
}
#qtyminus,#qtyplus
{
    cursor: pointer;
}
#qtyminus
{
    font-size: 14px; 
    float:left;
    padding-top: 18px;
    padding-bottom: 11px;
    color: #000;
    float: left;
    padding-left: 10px;
    padding-right: 7px;
}

#qtyplus
{
    font-size: 14px; 
    float:left;
    padding-top: 18px;
    padding-bottom: 11px;
    color: #000;
    float: right;
    padding-left: 2px;
    padding-right: 7px;
}

.language-switcher select
{
    background: transparent;
    width: 120px;
    color: #fff;
    border: none;
    margin-right: 10px;
    font-size: 14px;
    padding: 0 5px;
     -moz-appearance: none;
      -webkit-appearance: none;
}
.language-switcher select option
{
    color: #fff;
    background: #000;
}
.language-switcher {
    width: 110px;
    overflow: hidden;
    background-image: url(images/redesign/white_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px;
    margin-right: 20px;
    padding-right: 5px;
   }
html[lang="zh"] .language-switcher,
html[lang="zh"] .language-switcher select
{
    width: 135px;
}
   body.paypal-express-review .middle{
    width   : 1170px;
    margin  : 0 auto;
    padding : 50px 0px;
}

body.paypal-express-review #details-table{
    min-width: 604px;
}

body.paypal-express-review .express-review-wrap input[type="text"],
body.paypal-express-review .express-review-wrap select
{
    width   : 250px;
    height  : 20px;
    border  : 1px solid #000000;
    padding : 10px;
}

body.paypal-express-review .express-review-wrap select
{
    height: 42px;
    width: 270px;
}
body.paypal-express-review .middle-container{
    background-color: #FFFFFF;
    border-bottom: 10px solid #000000;
}


body.paypal-express-review .express-review-wrap .input-box
{
    margin-bottom: 15px;
}

body.paypal-express-review .page-title,
body.paypal-express-review h2.legend {
    font-size: 17px;
    border-bottom: 1px solid #000000;
}
body.paypal-express-review .info-set h2.legend {
    text-align: right;
}

body.paypal-express-review .info-set.col2-set h2.legend {
    text-align: left;
}

body.paypal-express-review .info-set h2.legend a {
    color: #898989;
}
body.paypal-express-review li.address-form ul
{
    float: left;
    margin-right: 10px;
}
body.paypal-express-review .btn-checkout{
    text-transform: uppercase;
    border: none;
    background-color: #FFFFFF;/*
    background-image: url('images/redesign/next_off.png');*/
    background-repeat: no-repeat;
    font-weight: bold;
    cursor: pointer;
    width: 180px;
    text-align: center;
    font-size: 14px;
    background-position: 90% 0px;
    font-family: cfasty, serif;
    background-size: 9px;

}

body.paypal-express-review .sub-title
{

}

body.paypal-express-review #details-table {
    border-collapse: collapse;
    border-color: black;
    float: right;
}

body.paypal-express-review #details-table thead th {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: black;
    font-family: cfasty, serif;
    padding: 10px;
    border:solid 1px #000;
}

body.paypal-express-review #details-table thead th[rel="fst"] {
    width: 440px;
}

body.paypal-express-review #details-table thead th[rel="scd"] {
    width: 103px;
    text-align: center;
}

body.paypal-express-review #details-table thead th[rel="thd"] {
    width: 48px;
}

body.paypal-express-review #details-table tbody td {
    padding: 10px;
    border: solid 1px #000;
}

body.paypal-express-review #details-table tbody td > h3,
body.paypal-express-review #details-table tbody td.a-right span.price,
body.paypal-express-review #details-table tbody td.a-center {
    text-align: left;
    font-size: 14px;
    color: black;
    font-family: cfasty, serif;
    margin: 0;
    font-weight: bold;
}

body.paypal-express-review #details-table tbody td.a-right {
    padding: 10px 30px;
    text-align: center;
}

body.paypal-express-review #details-table tbody td.a-right span.price {
    font-weight: normal;
}

body.paypal-express-review #details-table tbody td.a-center {
    font-weight: normal;
    padding: 10px 20px;
    text-align: center;
}

body.paypal-express-review #details-table-wrapper {
    width: 710px;
}

body.paypal-express-review #details-table tfoot {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-collapse: collapse;
}

body.paypal-express-review #details-table tfoot tr {
    border-bottom: 1px solid black;
}

body.paypal-express-review #details-table tfoot tr td {
    text-align: right;
    font-size: 14px;
    color: black;
    font-family: cfasty, serif;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 8px 12px 6px;
}

body.paypal-express-review #details-table tfoot tr td:first-child {
    text-align: left;
}

body.paypal-express-review #details-table tfoot tr td:first-child > span {
    font-size: 10px;
}

body.paypal-express-review .agreement-content,
body.paypal-express-review .agreement-content
{
    display: none;
}

body.paypal-express-review #review_button {
    width: 300px;
    font-size: 17px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    background-color: #C41414;
    border: 1px solid black;
    border-top: none;
    padding: 16px;
    cursor: pointer;
}

body.paypal-express-review #update_order {
    width: 300px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid black;
    border-top: none;
    padding: 16px;
    cursor: pointer;
}

body.paypal-express-review #review_button:hover
{
    background: #000;
    color: #fff;
}

body.paypal-express-review .no-label
{
    margin-top: 15px;
}

html[lang="es"] #nav > li > a
{
    padding: 3px 18px 6px 0;
}

html[lang="es"] #nav > li.level0.nav-21 > a {
    padding-right: 20px;
}

/* epartner */
body.cms-epartner .middle.col-1-layout {
    width: 1170px;
    margin: 0 auto;
    padding-top: 30px;
}
body.cms-epartner .breadcrumbs{
    display: none;
}

.epartner-website a
{
    font-weight: bold;
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}
.epartner-container h2
{
    border-bottom: 1px solid black;
    margin: 20px 0;
}
.epartner-container h2.epartner-logo img
{
    width: 180px;
    
}

.epartner-container .epartner-text
{
    font-size: 15px;
}
.epartner-container h2.epartner-heading {
    background: url(images/redesign/green_pin.png) no-repeat left 90%;
    padding-left: 25px;
    font-size: 20px;
    padding-top: 57px;
}

.epartner-item
{
    margin-bottom: 40px;
/*    border-bottom: solid 1px #d4d0c8;*/
}

.epartners-paging ol > li {
    display: inline-block;
    margin-right: 8px;
    padding: 10px 5px;
}

.epartners-paging
{
    padding-top: 20px 0;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    text-align: center;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
/* /epartner */

.special-message-cart {
    background-color: #EF4036;
    border: 2px solid #ef4036;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 24px;
    padding: 10px;
    text-align: justify;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 10px;
}