@charset "utf-8";

/* CSS Document */
/* GLOBAL
----------------------------------------------------------------------------------------------------*/
body {
    font-family: 'Noto Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 0.9rem;
    line-height: 1.6;
    background: #fff;
    color: #303030;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #303030;
}

h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 0;
}

h2 {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 1.6rem;
}

a,
a:visited {
    color: #303030;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus {
    color: #008B95;
    text-decoration: none;
}

ul,
ol,
dl {
    font-size: 0.9rem;
}

ul {
    list-style-type: square;
}

p {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.6;
    text-align: justify;
}

b,
strong {
    font-weight: 600;
    letter-spacing: 0.5px;
}

table {
    border: 0;
    background: none;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
    background: none;
}

table tbody tr th,
table tbody tr td {
    vertical-align: top;
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
    line-height: 1.5;
    border-color: #cecece;
}

label {
    font-size: 0.9rem;
    font-weight: 300;
}

.label {
    white-space: unset;
}

.label_hint {
    font-size: 0.8rem;
    color: #a0a0a0;
    margin: -0.5rem 0 1rem;
    display: block;
}

.label_loading {
    padding-left: 2px;
    color: #ed7e05;
}

.label_success {
    padding-left: 2px;
    color: #169122;
}

.label_success.label_success_lite {
    color: #36E047;
}

.label_error {
    padding-left: 2px;
    color: #EA6852;
}

.label_error.label_error_lite {
    color: #EF8C7A
}

.label_validate {
    padding: 0;
    margin: -0.7rem auto 1.3rem;
    display: block;
}

.label_text {
    padding: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select {
    font-size: 0.9rem;
    background-color: #f6f6f6;
    border-color: #efefef;
    color: #202020;
    box-shadow: none;
    padding: 1.5rem 1.1rem;
    border-radius: 5px;
    height: 50px;
}

textarea {
    padding: 0.77rem 1.1rem;
}

select {
    padding: 0 1.1rem;
    margin: 0 0 1rem 0;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="submit"].button {
    background-color: #FFBC3D;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    padding: 1.5rem 1.1rem;
    border-radius: 5px;
    line-height: 2px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

input[readonly="readonly"] {
    background-color: #efefef !important;
    color: #505050 !important;
}

input:hover,
input:focus {
    background-color: #f5f5f5 !important;
    color: #303030 !important;
}

input[type="submit"].button:hover,
input[type="submit"].button:focus {
    background-color: #FFC559 !important;
    color: #fff !important;
    text-shadow: 0 0 3px #FFBC3D;
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    background-color: #FFF0CA !important;
    color: #45BE8B !important;
}

textarea {
    margin-bottom: 1rem;
}

.button,
a.button {
    font-family: 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
    /*font-weight: 400;*/
    font-weight: 500;
    font-size: 0.9rem;
    /*padding: 0.6rem 1.25rem;*/
    padding: 1.5rem 1.1rem;
    /*color: #231f20;*/
    color: #fff;
    /*border-radius: 3px;*/
    border-radius: 5px;
    background-color: #FFBC3D;
    text-transform: uppercase;
    /*letter-spacing: 0.5px;*/
    letter-spacing: 1.5px;
    /*line-height: 1.3;*/
    line-height: 2px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.button:hover,
a.button:hover,
.button:focus,
a.button:focus {
    background-color: #FFC559 !important;
    color: #fff !important;
    text-decoration: none;
    text-shadow: 0 0 3px #FFBC3D;
}

.common_title {
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 17px !important;
}

.section_separator {
    margin-bottom: 1rem;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1rem;
}

.disabled {
    background-color: #efefef;
}

.disappear {
    display: none;
}

.productbrand_title {
    text-align: center;
}

.product_box {
    border: 1px solid #dfdfdf;
    padding: 0.5rem;
    text-align: center;
}

.formError .formErrorContent {
    left: -82px;
    border: 0 !important;
    box-shadow: 0 0 6px #707070 !important;
}

.formError .formErrorArrow {
    margin: 0 0 0 40px !important;
}

.formError .formErrorArrow div {
    box-shadow: none !important;
    border: 0 !important;
}

.grow img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

.grow img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.row {
    max-width: 1200px;
}

.full_width {
    width: 100%;
}

hr {
    border-color: #e6e6e6;
}

.alert-box ul {
    margin-bottom: 0;
}

.alert-box a {
    color: #fff;
    text-decoration: underline;
}

.alert-box.smerise {
    background-color: #303030;
    border: #303030;
}

@media only screen and (max-width: 64em) {
    label.inline {
        margin-bottom: 0;
    }
}

/* COMMON BLOCKS
----------------------------------------------------------------------------------------------------*/
.common_block {
    padding: 1.875rem;
    background-color: #fff;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.common_block h1 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.common_block h2 {
    font-weight: 500;
}

.common_block ul li {
    margin-bottom: 0.33rem;
}

@media only screen and (max-width: 64em) {
    .common_block {
        padding: 0.9375em 1.875em 1.875em;
    }
}

/* POPUP MODAL
----------------------------------------------------------------------------------------------------*/
.reveal-modal {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #c0c0c0;
}

.reveal-modal h1 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 300;
}

.reveal-modal .close-reveal-modal {
    top: 0.05rem;
    right: 0.6rem;
    font-size: 3rem;
    font-weight: 300;
    color: #505050;
    text-decoration: none;
}

/* WIDGETS
----------------------------------------------------------------------------------------------------*/
.widget {
    padding: 1.875rem;
    border-radius: 15px;
    display: block;
    margin-bottom: 1rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.widget h1 {
    border-bottom: 0 !important;
    color: #303030 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.5rem !important;
    padding-bottom: 0 !important;
    letter-spacing: 0.5px !important;
    text-transform: capitalize !important;
}

.widget>ul {
    margin-left: 0;
    list-style-type: none;
}

.widget ul:last-child {
    margin-bottom: 0;
}

.widget ul li {
    font-size: 0.9rem;
    margin-bottom: 0.65rem;
}

.widget ul.simple_list li {
    margin-bottom: 0.35rem;
}

.widget ul li .subtitle {
    color: #999;
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

.widget ul li li,
.widget ol li li {
    margin: 0.33rem 0;
}

.widget .more_link {
    margin-top: 1.35rem;
}

.widget .more_link a {
    font-size: 0.8rem;
    color: #636363;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/
#header_wrapper {}

#header_wrapper .tab-bar h1 {
    font-family: 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    font-size: 0.9rem;
}

.left-off-canvas-menu {
    background: #fff;
    margin-top: -1px;
}

.right-off-canvas-menu {
    background: #fff;
}

#header_wrapper ul.off-canvas-list li label {
    font-family: 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    background: #efefef;
    color: #606060;
    border-top: none;
}

#header_wrapper ul.off-canvas-list li a {
    padding: 0.66667rem 0.9375rem;
    border-bottom: 1px solid #efefef;
    color: #404040;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

#header_wrapper ul.off-canvas-list li a:hover {
    background: #FFC559;
    color: #fff !important;
    text-shadow: 0 0 3px #FFBC3D;
}

#header_wrapper .left-submenu {
    background: #fff;
}

#header_wrapper .left-submenu .back>a {
    background: #d5d5d5;
    letter-spacing: 0.5px;
}

.move-right .exit-off-canvas {
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1), 4px 0 8px rgba(0, 0, 0, 0.1);
}

#header_wrapper .right-submenu {
    background: #fff;
}

#header_wrapper .right-submenu .back>a {
    background: #d5d5d5;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.move-left .exit-off-canvas {
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1), 4px 0 8px rgba(0, 0, 0, 0.1);
}

#header {
    max-width: 1200px;
    padding: 0.3rem 0 0;
}

#header #top_links {
    margin-top: 0.3rem;
}

#header #logo {}

#header #welcome {
    display: inline-block;
    margin-right: 1.33rem;
}

#header .separator,
#header_essential .separator,
#header_second .separator {
    margin: 0 0.35rem;
    color: #b6b6b6;
}

#header .socials li .fa {
    font-size: 1.2rem;
    transition: all 0.4s ease 0s;
    color: #777;
}

#header #top_links a {
    color: #777;
}

.off-canvas-wrap.move-left {
    position: fixed;
    height: 100%;
    overflow-y: scroll !important;

    .inner-wrap {
        height: auto;
        overflow: visible;
    }

}

.off-canvas-wrap.move-right {
    position: fixed;
    height: 100%;
    overflow-y: scroll !important;

    .inner-wrap {
        height: auto;
        overflow: visible;
    }

}

button.expand,
.button.expand {
    padding-bottom: 8px !important;
}

button.alert,
.button.alert {
    background-color: #777 !important;
    border-color: #777 !important;
    border-radius: 0;
}

.search_text {
    padding: 0px 2rem 0 0.9375rem !important;
    border-radius: 0.2rem !important;
}

.shopping-cart {
    margin: -5px 4.063rem !important;
}

.button_checkout {
    /* background-color:#cc0000; */
    float: right;
}

.searchspan {
    float: right;
    margin-right: 0.7rem;
    margin-top: -1.65rem;
    position: relative;
    z-index: 2;
    color: #707070;
}

input#search_bar {
    margin-bottom: 0;
}

input#search_bar::placeholder {
    text-align: left;
    color: #cecece;
}

.tab-bar {
    border-bottom: 1px solid #efefef;
    background: #fff;
    color: #303030;
}

.tab-bar-section #tab-bar-logo {
    height: 38px;
    margin-top: -3px;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 0.2rem 0.2rem 0.2rem 0.3rem;
}

.tab-bar-section #tab-bar-logo-title {
    font-weight: 500;
    color: #008B95;
    letter-spacing: 0.5px;
    margin-left: 0.5rem;
}

.left-small {
    border-right: none;
}

.right-small {
    border-left: none;
}

.tab-bar .menu-icon span::after {
    box-shadow: 0 0 0 1.5px #606060, 0 7px 0 1.5px #606060, 0 14px 0 1.5px #606060;
}

/*-------Toggle menu--------*/
.togglemenu {
    display: none;
    width: 100%;
}

.togglemenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #303030;
}

.togglemenu ul li {
    color: #777;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 15px 0;
    text-transform: uppercase;
}

.togglemenu ul li:hover {
    color: #333;
}

.togglemenu a {
    text-decoration: none;
    color: #f5f5f5;
}

.toggle {
    color: #BDBCBC !important;
}

#header_essential {
    background-color: #FFFFFF;
    padding: 0.3rem 0;
    margin-bottom: 1rem;
    color: #f5f5f5;
    font-size: 0.8rem;
    display: none;
}

#header_essential a {
    color: #3CB371;
    text-decoration: none;
}

#header_second {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#header_second #logo {
    margin: 0;
    height: 6rem;
    padding: 1.6rem 0;
}

#header_second .search {
    margin-top: 0.2rem;
}

#header_second .cart {
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
    text-align: right;
}

#header_second .cart .fa-shopping-cart {}

#header_second .cart span#welcome {
    margin-right: 0.4rem;
}

#header_second .cart a {
    margin: 0 0.4rem;
}

#header_second .cart a:last-of-type {
    margin: 0 0 0 0.4rem;
}

#header_second .cart .separator {
    color: #c6c6c6;
    font-weight: 300;
}

@media only screen and (max-width: 64em) {
    #header_wrapper {
        margin-top: 2.5rem !important;
    }

    #header_essential {
        background-color: #fff;
        margin-bottom: 1rem;
        color: #303030;
        margin-top: 3rem;
    }

    #header_essential a {
        color: #303030;
    }

    input#search_bar {
        margin-bottom: 1rem;
    }

    .searchspan {
        margin-top: -2.65rem;
    }
}

@media only screen and (max-width: 40em) {
    .fixed_checkout {
        width: 100% !important;
        background: rgba(255, 255, 255, 0.97);
        padding: 0 0.9rem 0.5rem;
        top: 2.8rem;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
    }

    .fixed_button {
        margin-bottom: 0.5rem !important;
    }

    .fixed_cart {
        margin-top: 0.5rem !important;
    }
}

/* TOP NAVIGATION
----------------------------------------------------------------------------------------------------*/
#nav_main {
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
}

#nav_main_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

#nav_wrapper {
    max-width: 97.5%;
    margin: 0 auto;
}

#main_nav_bar {
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
    position: relative;
}

#main_nav_bar .main_ul {
    background: transparent;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 47px;
}

#main_nav_bar>.main_ul {
    text-align: center;
}

#main_nav_bar>.main_ul>li>ul {
    text-align: left;
    margin-left: 0;
}

#main_nav_bar ul li ul,
#main_nav_bar ul li ol {
    margin-left: 0;
}

#main_nav_bar>.main_ul>li>ul h1 {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 0.2rem;
    letter-spacing: 0.5px;
}

#main_nav_bar>.main_ul>li>ul h1.sub {
    /*margin-top: 1rem;*/
}

#main_nav_bar>.main_ul>li>ul h2 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 1.6rem;
    margin-bottom: 0;
}

#main_nav_bar>.main_ul>li>ul .bottom_part {
    margin-top: 1.5rem;
}

#main_nav_bar .main_ul li {
    display: inline-block;
    position: relative;
}

#main_nav_bar .main_ul li .dropdown li {
    display: block;
    padding: 0.25rem 0;
}

#main_nav_bar .main_ul li .dropdown ul.multi_column {
    column-count: 3
}

#main_nav_bar .main_ul li .dropdown ul.multi_column>li {
    display: block;
}

#main_nav_bar .main_ul>li>a {
    color: #303030;
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    height: auto;
    line-height: 3rem;
    z-index: 99;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#main_nav_bar .main_ul>li>.dropdown>li {}

#main_nav_bar ul li:hover>a {
    color: #f5f5f5;
}

#main_nav_bar ul li:hover>ul {
    display: block;
}

#main_nav_bar {
    background-color: transparent;
}

#main_nav_bar ul li>a {
    color: #303030;
    font-family: 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9rem;
}

#main_nav_bar>ul>li>a {
    font-size: 0.95rem;
}

#main_nav_bar ul li.active>a {
    color: #007CF9;
}

#main_nav_bar li:not(.has-form) a:not(.button) {
    background-color: transparent;
}

#main_nav_bar li:not(.has-form) a:not(.button):hover {
    background: transparent;
}

#main_nav_bar .highlights:hover:not(.has-form)>a:not(.button) {
    /*background: #FFC000 !important;
	color:#f5f5f5;*/
    -webkit-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
}

#main_nav_bar .highlights_dropdown {
    /*border: 3px solid #FFD42A;
	color : #FFC000;
	margin-left : 0rem;*/
}

#main_nav_bar .first_col {
    margin-left: -2.8rem !important;
}

#main_nav_bar .skinproblems:hover:not(.has-form)>a:not(.button) {
    /*background: #00B050 !important;
	color:#f5f5f5;*/
    -webkit-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
}

#main_nav_bar .skinproblems_dropdown {
    border: 1px solid #e6e6e6;
    margin-left: 0rem;
}

#main_nav_bar .expresskits:hover:not(.has-form)>a:not(.button) {
    /*background: #7030A0 !important;
	color:#f5f5f5;*/
    -webkit-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
}

#main_nav_bar .expresskits_dropdown {
    border: 1px solid #e6e6e6;
    margin-left: 0rem;
}

#main_nav_bar .products:hover:not(.has-form)>a:not(.button) {
    /*background: #0070C0 !important;
	color:#f5f5f5;*/
    -webkit-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
}

#main_nav_bar .products_dropdown {
    border: 1px solid #dfdfdf;
    margin-left: 0rem;
}

#main_nav_bar .products_dropdown li>a>strong {
    /*color : #0070C0;*/
}

#main_nav_bar .treatments:hover:not(.has-form)>a:not(.button) {
    /*background: #C00000 !important;
	color:#f5f5f5;*/
    -webkit-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
}

#main_nav_bar .treatments_dropdown {
    border: 1px solid #e6e6e6;
    margin-left: 0rem;
}

#main_nav_bar .location:hover:not(.has-form)>a:not(.button) {
    /*background: #E46C0A !important;
	color:#f5f5f5;	*/
    -webkit-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
}

#main_nav_bar .location_dropdown {
    /*border: 3px solid #FAC090;
	color : #E46C0A;
	margin-left : 0rem;*/
}

#main_nav_bar li:not(.has-form) .business:hover:not(.button) {
    /*background: #7F7F7F !important;
	color:#f5f5f5;	*/
    -webkit-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
}

#main_nav_bar li:not(.has-form) .home:hover:not(.button) {
    /*background: #948A54 !important;
	color:#f5f5f5;*/
    -webkit-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
}

#main_nav_bar .has-dropdown>a {
    padding-right: 2.18rem !important;
}

#main_nav_bar .main_ul li .dropdown li>a {
    margin: 0;
}

#main_nav_bar ul li:hover:not(.has-form)>a {
    color: #777;
}

#main_nav_bar .no-js ul li:hover>a {
    color: #777;
}

#main_nav_bar .has-dropdown>a::after {
    border-color: rgba(0, 0, 0, 0.65) transparent transparent;
    border-width: 4px;
    top: 1.45625rem;
}

#main_nav_bar .dropdown {
    top: 47px;
    height: auto;
    background-color: #000;
    padding: 0.5rem 1.35rem 0.9375rem;
    left: 0px;
    z-index: 100;
    display: none;
    width: 16rem;
    position: absolute;
    -webkit-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75), 0 0 30px 20px #f7f7f7 inset;
    background: rgba(255, 255, 255, 0.97);
}

#main_nav_bar .dropdown img {
    width: 100% !important;
    height: auto !important;
}

#main_nav_bar .dropdown li strong {
    font-size: 1em;
    margin-left: 0.9rem;
}

#main_nav_bar .dropdown li a strong {
    font-size: 1em;
    margin-left: 0rem;
}

#main_nav_bar .dropdown li a {
    margin-left: 0;
    color: #303030;
}

#main_nav_bar .dropdown .dropdown {
    top: 0;
    background-color: #f7f7f7;
}

#main_nav_bar.dropdown li label {
    color: #f5f5f5;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

#top_menu {
    margin: 1rem 0;
    line-height: 4.3;
}

#top_menu a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 1rem;
    color: #008B95;
    letter-spacing: 1px;
}

#top_menu a.button {
    color: #fff;
}

#top_menu a.button:hover {
    background-color: #FFC559;
    color: #fff !important;
    text-shadow: 0 0 3px #FFBC3D;
}

a.side_menu_button {
    background-color: #FFBC3D;
    color: #fff !important;
    font-weight: 500;
}

a.side_menu_button:hover {
    background-color: #FFC559;
    color: #fff !important;
    text-shadow: 0 0 3px #FFBC3D;
}

/* Hero
 --------------------------------------------------------------------------------------------------*/
#hero_banner {
    height: 250px;
    display: none;
}

@media only screen and (max-width: 40em) {
    #hero_banner {
        height: 150px;
    }
}

/* Story
 --------------------------------------------------------------------------------------------------*/
#our_story_wrapper {
    background: transparent url('/themes/eden/img/bg_our_story_pc.jpg') no-repeat scroll center / cover;
}

#our_story_wrapper .breadcrumbs a,
#our_story_wrapper .breadcrumbs> ::before {
    color: #fff !important;
}

#our_story_wrapper h1 {
    margin-top: 2rem !important;
    font-size: 2.2rem !important;
    letter-spacing: 1px !important;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#our_story_wrapper p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.8rem;
}

#our_story_wrapper p a {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-decoration: underline;
}

@media only screen and (max-width: 40em) {
    #our_story_wrapper {
        background: transparent url('/themes/eden/img/bg_our_story_mobile.jpg') no-repeat scroll top / cover;
    }
}

/* NewsTicker
 --------------------------------------------------------------------------------------------------*/
.menu_update {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #f2f2f2;
    color: #404040;
}

.menu_update ul {
    margin: 0.55rem 0;
    line-height: 1.6rem;
    overflow: hidden;
    font-size: 0.9rem;
}

.menu_update ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 24px;
}

@media only screen and (min-width: 40em) {
    .menu_update {
        margin-top: -1px;
    }
}

/* BREADCRUMB
----------------------------------------------------------------------------------------------------*/
#breadcrumbs_wrapper {
    background: #A1B9AF url('/themes/eden/img/bg_common.jpg') no-repeat scroll top / cover;
    padding-bottom: 6.3rem;
    padding-top: 0.5rem;
    margin-bottom: -6rem;
}

.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0.9375rem;
}

.breadcrumbs>* {
    text-transform: none;
    font-size: 0.8rem;
    line-height: 2rem;
}

.breadcrumbs>*:before {
    color: #fff;
    content: "/";
    margin: 0 0.7rem;
    top: 0;
}

.breadcrumbs>* a {
    color: #fff;
    line-height: 3.4;
    text-decoration: underline;
}

.breadcrumbs>.current a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs>*:hover a,
.breadcrumbs>*:focus a {
    text-decoration: underline;
}

@media only screen and (max-width: 40em) {
    .breadcrumbs {
        margin: 0 auto 1rem;
        padding-top: 1rem;
    }

    .breadcrumbs>* {
        line-height: 1;
    }

    .breadcrumbs>* a {
        line-height: 1.6;
    }
}

/* MAIN FRAMES
----------------------------------------------------------------------------------------------------*/
#main_outer_wrapper {
    background: #F5F5F5;
    margin-top: 96px;
}

#main_wrapper {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
}

#main_wrapper.row {
    max-width: 1200px;
}

#main_wrapper #main_content_wrapper {
    border-radius: 15px;
}

#main_wrapper aside {}

@media only screen and (max-width: 64em) {
    #main_outer_wrapper {
        margin-top: 45px;
    }
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
#footer_wrapper {
    background-color: #F0F0F0;
    padding: 1.5rem 0 1.5rem 0;
    margin-top: 0;
    color: #333;
    font-size: 0.85rem;
}

#footer_wrapper #footer_newsletter {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

#footer_wrapper #footer_newsletter #newsletter_title {
    padding-top: 0.35rem;
    font-weight: 700;
    color: #303030;
}

#footer_wrapper #footer_newsletter #newsletter_input input {
    margin-bottom: 0;
}

#footer_wrapper #footer {
    max-width: 1200px;
    margin-bottom: 0;
}

#footer_wrapper #footer h1 {
    color: #303030;
    margin: 0 0 0.65rem;
    font-size: 1.1rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

#footer_wrapper #footer #footer_company_name {
    font-weight: 600;
    display: block;
    font-size: 0.95rem;
}

#footer_wrapper #footer ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0.5rem;
    padding-bottom: 0.7rem;
    font-size: 0.9rem;
}

#footer_wrapper #footer ul li {
    margin-bottom: 0.3rem;
}

#footer_wrapper #footer a {
    color: #303030;
}

#footer_wrapper #footer a:hover {
    color: #008B95;
}

#footer_wrapper #footer ul.socials {
    list-style: outside none none;
    position: relative;
    margin-bottom: 0;
    margin-top: 0.1rem;
}

#footer_wrapper #footer ul.socials li {
    display: inline-block;
    padding-right: 1.5rem;
}

#footer_wrapper #footer ul.socials li:last-of-type {
    padding-right: 0;
}

#footer_wrapper #footer ul.socials li a {
    display: block;
    color: #000000;
    position: relative;
}

#footer_wrapper #footer ul.socials li a.adjust {
    top: -1px;
}

#footer_wrapper #footer #footer_legal {
    margin-bottom: 1.2rem;
}

#footer_wrapper #footer #footer_legal span.separator {
    margin: 0 0.6rem;
    color: #bfbfbf;
}

#footer_wrapper #footer_bottom {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 0 1rem;
}

#footer_wrapper #footer_bottom_wrapper {
    color: #000000;
    font-size: 0.8rem;
}

#footer_wrapper #footer_bottom_wrapper #footer_powered {
    margin-top: 0.1rem;
    font-size: 0.7rem;
    color: #a0a0a0;
}

#footer_wrapper #footer_bottom_wrapper #footer_powered a {
    color: #a0a0a0;
    text-decoration: underline;
}

@media only screen and (max-width: 64em) {
    #footer_wrapper #footer_newsletter #newsletter_title {
        padding-top: 0;
        margin-bottom: 0.4rem;
    }
}

/* PAGINATION
----------------------------------------------------------------------------------------------------*/
.pagination_wrapper {
    display: inline-block;
    margin-bottom: 1rem;
}

.pagination_wrapper .pagination li.current a {
    background: #EFAB00;
}

.pagination_wrapper .pagination li {}

.pagination_wrapper .pagination li>a {
    font-family: 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.8rem;
    color: #303030;
    padding: 0.2rem 0.62rem;
    background: #efefef;
    font-weight: 300;
}

.pagination_wrapper .pagination li>a:hover {
    background: #d9d9d9;
}

.pagination_wrapper .pagination li.current a:hover,
.pagination li a:hover {
    background: #EFAB00;
}

.pagination_wrapper .pagination li.disabled>a {
    background: none repeat scroll 0 0 #efefef;
    color: #909090;
    cursor: default;
    text-decoration: none;
}

.pagination_wrapper .pagination li.dots>a {
    background: none repeat scroll 0 0 #efefef;
    color: #303030;
    cursor: default;
}

/* FORM
----------------------------------------------------------------------------------------------------*/
.common_form {}

.common_form.common_block {
    padding: 1rem 0;
}

.common_form textarea {
    height: 10rem;
}

.common_form hr {
    margin: 0 0 1rem;
}

.label_required {
    color: #CC0000;
    display: inline-block;
    font-weight: 600;
    margin-left: 2px;
}

/* VALIDATION
----------------------------------------------------------------------------------------------------*/
#frm label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
}

form.cmxform label.error,
label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: #c22;
    margin-left: 7px;
    font-style: italic
}

.block {
    display: block;
}

form.cmxform label.error {
    display: none;
}

/* CRUD SEACRH
----------------------------------------------------------------------------------------------------*/
#search_box {
    padding: 15px 20px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 22px;
    /*background: rgba(0,0,0,0.9) !important;*/
}

.search_initial {
    border: 1px solid #ddd !important;
    /*background-color: rgba(0,0,0,0.9) !important;*/
    border-radius: 0 0 0 0 !important;
}

#search_box h2 {
    display: inline-block;
    margin-bottom: 0;
}

#search_box #search_trigger_box {
    display: inline-block;
    font-size: 11px;
    margin-left: 6px;
    position: relative;
    top: -1px;
}

#search_box #search_content {
    margin-top: 5px;
}

#search_box table {
    width: 100%;
}

/* MEMBER
----------------------------------------------------------------------------------------------------*/
.member_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
    margin-top: 10px;
}

.member_table a {}

.member_table .member_detail a {}

.member_table .member_detail a:hover {
    color: #333;
}

.member_table th {
    text-align: left;
    padding: 0.8rem 1.2rem;
    background-color: #303030;
    color: #f5f5f5;
    border: 1px solid #505050;
    border-bottom: 0;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-top: 0.3rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.member_table td {
    padding: 0.8rem 1.2rem;
    border-left: 1px solid #ddd;
    color: #303030;
}

.member_table_nocell th {
    text-align: left;
    padding: 7px 5px 3px;
    vertical-align: top;
    min-width: 90px;
}

.member_table_nocell td {
    padding: 3px 5px;
}

.member_table_right {
    border-right: 1px solid #303030;
}

.member_table tr:nth-child(odd) {}

.member_table tr:nth-child(even) {
    background: none;
}

.member_results {}

.member_results .results_left {
    float: left;
}

.member_results .results_right {
    float: right;
    text-align: right;
    padding-top: 4px;
}

.member_results .results_right a {
    margin-left: 0;
}

/* CART
----------------------------------------------------------------------------------------------------*/
.cart_block {}

.cart_block h1 {
    border-bottom: 1px dotted #C5C5C5;
    color: #333333;
    font-size: 17px;
    margin: 0 0 10px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.cart_block ul {}

.cart_block ul li {
    margin-bottom: 5px;
}

.cart_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
    margin: 10px 0 20px;
}

.cart_table a {}

.cart_table th {
    text-align: left;
    padding: 0.8rem 1.2rem;
    background-color: #f2f2f2;
    color: #404040;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.cart_table td {
    padding: 0.8rem 1.2rem;
    border-left: 1px solid #ddd;
    color: #303030;
}

.cart_table_nocell th {
    text-align: left;
    padding: 7px 5px 3px;
    vertical-align: top;
    min-width: 90px;
}

.cart_table_nocell td {
    padding: 3px 5px;
}

.cart_table_right {
    border-right: 1px solid #ddd;
}

.cart_table tr:nth-child(odd) {}

.cart_table tr:nth-child(even) {
    background: none;
}

.cart_results {}

.cart_results .results_left {
    float: left;
}

.cart_results .results_right {
    float: right;
    text-align: right;
    padding-top: 4px;
}

.cart_results .results_right a {
    margin-left: 0;
}

td.cart_details {
    border-left: 0px;
}

.cart_title {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 3px;
    color: #303030;
    text-transform: uppercase;
}

.cart_description {
    color: #909090;
    font-size: 0.9rem;
    line-height: 16px;
}

.cart_quantity {
    border: 0;
    background-color: transparent;
}

.cart_remove {
    border: 0 none;
    padding: 0;
}

#cart_wrapper {
    margin-bottom: 2rem;
}

#cart_total_product {
    font-size: 12px;
    margin: 11px 0 5px !important;
    text-align: right;
}

#order_summary {
    border-right: 1px solid #303030;
    border-top: 1px solid #303030;
}

#order_summary tr {
    background: none;
}

#order_summary td.cart_summary_label {
    font-weight: bold;
    padding: 7px 10px;
}

#order_summary td.cart_summary_value {
    text-align: right;
    border-left: 0;
    padding: 7px 14px;
}

#order_summary tr.cart_total {
    background-color: rgba(204, 204, 204, 0.25);
}

#order_summary tr.cart_total td.cart_summary_value {
    font-weight: bold;
    font-size: 24px;
    padding: 10px 15px;
}

#order_summary tr.cart_total td {
    border-top: 1px solid #303030;
}

/* SORTABLE AND DRAGGABLE
----------------------------------------------------------------------------------------------------*/
.ui-sortable-helper {
    background: rgba(255, 255, 255, 0.85) !important;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
    box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
}

.ui-sortable-space {
    background: #FFE7A3 !important;
}

.sortable_position {
    border-radius: 3px;
    display: inline-block;
    height: 12px;
    line-height: 13px;
    padding: 5px;
    width: 12px;
}

.sortable_tip {
    color: #909090;
    font-size: 11px;
    font-style: italic;
    margin: 10px 0 0;
    background: url('../img/ico_note.png') no-repeat 0 1px transparent;
    padding-left: 20px;
}

/* VENDORS
----------------------------------------------------------------------------------------------------*/
/* Addthis */
.addthis_default_style {
    display: inline-block;
}

/* Chosen */
.chzn-container {
    margin-bottom: 1rem !important;
}

div#UnitResidenceID_chzn.chzn-container.chzn-container-single {
    margin-bottom: 0 !important;
}

#UnitResidenceID_chzn .chzn-results li {
    text-align: left !important;
}

.chzn-container-single .chzn-search input {
    height: 30px !important;
}

#UnitResidenceID_chzn.chzn-with-drop .chzn-drop {
    left: 1rem !important;
    top: 2.2rem !important;
}

.chzn-container-single .chzn-single {
    padding: 0.5rem !important;
    height: auto !important;
    line-height: normal !important;
    font-size: 0.9rem !important;
    color: #303030 !important;
    font-size: 0.9rem !important;
    background-color: #fff !important;
    border: 1px solid #dfdfdf !important;
}

.chzn-container-single .chzn-single div b {
    background-position: 0px 8px !important;
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 8px !important;
}

.chzn-container-single .chzn-drop {
    background-color: #fff !important;
    border: 1px solid #dfdfdf !important;
    padding: 0.35rem 0 !important;
}

#country_select .chzn-container {
    background: transparent !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    top: -2px;
}

#country_select .chzn-container-active.chzn-with-drop {
    border: 0 !important;
    box-shadow: none !important;
}

#country_select .chzn-container .chzn-single {
    background: transparent !important;
    padding: 0rem !important;
    font-size: 0.8rem !important;
    border: 0 !important;
    color: #fff !important;
}

#country_select .chzn-container-active .chzn-single {
    box-shadow: none;
    border: none;
}

#country_select .chzn-container-active.chzn-with-drop .chzn-single {
    box-shadow: none;
    border: none;
}

#country_select .chzn-container-single .chzn-single div b {
    background-position: 0px 0px !important;
}

#country_select .chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 0px !important;
}

#country_select .chzn-container-single .chzn-drop {
    background-color: #000 !important;
    border: 1px solid #303030 !important;
    padding: 0.1rem 0 !important;
    color: #fff !important;
    min-width: 10rem;
    top: 23px;
}

#country_select .chzn-container-single .chzn-search input {
    background: #000 !important;
    color: #fff !important;
    font-size: 0.8rem !important;
    padding: 0rem 0.3rem !important;
    border: 1px solid #505050 !important;
    height: 2rem;
}

#country_select .chzn-container .chzn-results li {
    font-size: 0.8rem;
}

#country_select .chzn-container .chzn-results li:hover {
    background: #303030 !important;
    color: #fff;
}

#country_select .chzn-container .chzn-results .highlighted {
    background-color: #cecece;
    color: #303030;
}

#country_select .chzn-container .chzn-results li em {
    background: #404040;
}

#country_select .chzn-container .chzn-results .highlighted em {
    background: transparent;
}

.chzn-container .chzn-results .no-results {
    background: #400 !important;
}

/* DEBUG
----------------------------------------------------------------------------------------------------*/
#debug_box {
    width: 960px;
    margin: 1rem auto;
    font-size: 0.85rem;
    font-family: 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: 1rem 1.67rem;
    border: 3px solid #0066FF;
    border-radius: 0.9rem;
    overflow: scroll;
}

#debug_box h1 {
    padding: 0;
    margin: 0 0 1rem;
    font-size: 1.2rem;
}

/* PRODUCT LIST
----------------------------------------------------------------------------------------------------*/
.product_list_box {
    background: #fff;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
    padding: 0.9375rem;
    position: relative;
}

.product_list_box_brand {
    font-weight: 600;
}

.product_list_box h2 {
    margin: 0 0 8rem !important;
    font-size: 1.1rem !important;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.product_list_box .rrp_price {
    line-height: 1;
    color: #b0b0b0;
    font-size: 0.8rem;
}

.product_list_box .product_price {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.product_list_box .price_drop {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 100px;
    background-color: #303030;
    color: #f5f5f5;
    width: 2.2rem;
    height: 2.2rem;
    text-align: center;
    line-height: 2.4;
    padding-left: 3px;
}

.product_list_box a.button {
    margin-bottom: 0;
}

.product_list_bottom {
    position: absolute;
    bottom: 0.9375rem;
    padding-right: 1.875rem;
    width: 100%;
}

.product_list_box .small_image {
    padding: 0px 0px 0.9375rem;
}

.image img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.image:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

/* PRODUCT POPUP
----------------------------------------------------------------------------------------------------*/
.product_view_popup_wrapper {
    padding: 0;
}

.product_view_popup {}

.product_view_popup h2 {
    font-size: 0.8rem !important;
    margin: 0 0 0.35rem;
    font-weight: 300 !important;
    color: #505050;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.product_view_popup .product_view_box {}

.product_view_popup .product_view_popup_content {
    background: #f5f5f5;
    padding: 1.3rem 2rem;
    min-height: 35rem;
}

.product_view_popup #basic_info_wrapper {}

.product_view_popup #basic_info_wrapper .product_pre_title {
    font-size: 0.8rem;
    color: #505050;
}

.product_view_popup #image_box_wrapper {
    background-color: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.product_view_popup #image_box_wrapper #image_box {
    /*border: 1px solid #e6e6e6;*/
    margin: 1rem 0;
}

.product_view_popup #image_box_wrapper #image_box>img {
    display: block;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem;
}

.product_view_popup #image_box_wrapper .thumbnail_box {
    /*border: 1px solid #ddd;*/
}

.product_view_popup #image_box_wrapper .thumbnail_box .slick-prev::before,
.product_view_popup #image_box_wrapper .thumbnail_box .slick-next::before {
    color: #303030;
}

.product_view_popup #image_box_wrapper .thumbnail_box .thumbnail_image {}

.product_view_popup #image_box_wrapper .thumbnail_tip {
    font-size: 11px;
    color: #808080;
    padding-bottom: 2rem;
    text-align: center;
}

.product_view_popup #basic_info_box {}

.product_view_popup #basic_info_box h1 {
    font-weight: 300;
    margin-top: 0;
}

.product_view_popup #basic_info_box .product_desc {
    text-align: justify;
}

.product_view_popup #basic_info_box .product_desc ul {
    list-style: disc;
}

.product_view_popup #basic_info_box .product_desc table tbody tr th,
.product_view_popup #basic_info_box .product_desc table tbody tr td {
    padding: 0;
    line-height: 1.6;
}

.product_view_popup #basic_info_box .product_material {
    margin-top: 1.25rem;
}

.product_view_popup #basic_info_box .product_shipped_from {
    margin-top: 1.25rem;
}

.product_view_popup #basic_info_box .product_misc {
    /*margin-bottom:26px;*/
}

.product_view_popup #basic_info_box .product_misc th {
    padding: 3px 20px 3px 0;
}

.product_view_popup #basic_info_box .product_misc td {
    padding: 3px 0;
}

.product_view_popup #basic_info_box .product_rrp {
    color: #a0a0a0;
    font-size: 0.9rem;
    margin: 0 0 -0.45rem;
    text-decoration: line-through;
}

.product_view_popup #basic_info_box .product_price {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.product_view_popup #basic_info_box .product_discount {
    color: #fff;
    background: #303030;
    display: inline-block;
    border-radius: 100%;
    font-size: 0.9rem;
    padding: 0.5rem 0.1rem;
    position: relative;
    top: -4px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
    width: 2.3rem;
    white-space: nowrap;
}

.product_view_popup .product_common_box.category_box {
    margin-bottom: 0;
}

.product_view_popup #basic_info_box .product_common_box.sharing_box {
    margin-bottom: 0;
}

.product_view_popup #basic_info_box .product_common_box.sharing_box .addthis_toolbox a {
    display: inline-block;
    margin-right: 0.5rem;
    color: #303030;
}

.product_view_popup #basic_info_box .wishlist {
    margin-bottom: 0;
    color: #505050;
}

.product_view_popup #more_info_box {
    clear: both;
}

.product_view_popup #more_info_box h1 {
    font-size: 1.1rem;
    margin: 0 0 0.7rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}

.product_view_popup .product_common_box {
    margin-bottom: 0.8rem;
}

.qtyminus,
.qtyplus {
    border: 0;
    font-weight: 300;
    font-size: 1.1rem;
}

@media only screen and (max-width: 40em) {
    .product_view_popup #basic_info_box .product_common_box.sharing_box {
        margin-top: 1.25rem;
    }
}

/* AUTO COMPLETE CSS
----------------------------------------------------------------------------------------------------*/
/* highlight results */
.ui-autocomplete span.hl_results {
    font-weight: bold !important;
    /*color: #303030 !important;*/
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('//code.jquery.com/ui/1.10.4/themes/smoothness/images/indicator.gif') right center no-repeat;
}

/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}

.ui-autocomplete li {
    font-size: 12px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #404040 !important;
    color: #f5f5f5 !important;
    border: 1px solid #404040 !important;
    border-radius: 2px !important;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}

input[type="search"] {
    box-sizing: inherit;
    /*text-align: right;*/
}

input[type="search"]:focus {
    text-align: left;
}

@media only screen and (max-width: 40em) {
    .searchBox2 {
        width: 100% !important;
        padding: 0.5rem 4.3rem 0.5rem 0.5rem !important;
    }

    .submit {
        border: 1px solid #231f20 !important;
        color: #f5f5f5;
        background-color: #231f20;
        text-align: center;
        margin-top: -53px;
        position: relative;
    }
}

[data-magellan-expedition],
[data-magellan-expedition-clone] {
    padding: 0 !important;
}

#UnitResidenceWrapper {
    margin-bottom: 1rem;
}

#resident-dropdown {
    padding: 0.6rem 0;
    max-width: 214px;
}

#resident-dropdown li a {}

#resident_title {
    margin-bottom: 1.5rem;
}

.label_header label {
    font-size: 0.7rem;
    font-weight: 400;
    color: #909090;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

ul.common_card_list {}

ul.common_card_list li.common_card_list_item {
    padding: 0;
    font-size: 0.9rem;
}

ul.common_card_list li.common_card_list_item .card_box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.3rem 1.2rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0 0.5rem 1rem
}

ul.common_card_list li.common_card_list_item .card_image {
    margin: -1rem -1.3rem 0.7rem;
}

ul.common_card_list li.common_card_list_item .card_image img {
    border-radius: 4px 4px 0 0;
}

ul.common_card_list li.common_card_list_item .card_pretitle {
    margin: 0 0 0;
    font-size: 0.75rem;
}

ul.common_card_list li.common_card_list_item .card_title {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 1rem;
}

ul.common_card_list li.common_card_list_item .card_subtitle {
    margin: -0.6rem 0 1rem;
    font-size: 0.75rem;
}

ul.common_card_list li.common_card_list_item .card_description {
    font-size: 0.9rem;
}

ul.common_card_list li.common_card_list_item a {
    color: #008B95;
    font-weight: 500;
    text-decoration: none;
}

ul.common_card_list li.common_card_list_item a:hover {
    text-decoration: underline;
}

ul.common_card_list li.common_card_list_item div.card_box div.card_subtitle a {
    color: #008B95;
}

input[type="text"][disabled] {
    background-color: #f5f5f5 !important;
}

.grecaptcha-badge {
    visibility: hidden;
}