/* TOP HEADER */

.wrappermask {
    display: none;
}

/* SPINNER */

.full-screen-slider:after {
    content: "\e804";
}

.spp-please-wait {
    opacity: 1 !important;
    font-size: 14px;
    position: relative;
    margin: 10px 0;
    float: left;
    padding-left: 18px;
}

.opc .buttons-set .please-wait:before, .spp-please-wait:before {
    font-family: 'porto';
    content: "\e804";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    padding: 0;
    line-height: 0;
    transform: translateY(-50%) scale(0.9, 0.9);
    color: #999999;
    z-index: 0;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    margin: 0;
}

.spp-please-wait:before {
    margin-top: -13px;
}

.opc .buttons-set .please-wait img, .spp-please-wait img {
    display: none !important;
}

/* MESSAGES */

.messages ul {
    margin:0;
}

.messages > li {
    display: flex;
    justify-content: center;
    position: fixed;
    margin:0;
}

.messages > li span {
    font-size: 14px;
    line-height: 19px;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    min-height: 24px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 999;
    border: none;
    border-radius: 0;
    position: fixed;
    margin: 0;
}

.success-msg {
    background-color: #cb027c;
    color: white !important;
}

.note-msg, .notice-msg, .error-msg{
    background-color:#fcf8e3 !important;
    color:#8a6d3b !important;
}


.success-msg ul,.success-msg ul li, .error-msg ul, .error-msg ul li{
    padding: 0;
    margin: 0 !important;
}

/* BUTTONS */

button.btn-gf.button span {
    font-weight: bold;
    font-size: 12px;
}

button.btn-gf.button > span {
    background: #ffffff;
    border: 0;
    color: #1d1d1b;
    line-height: 20px;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    width: auto;
}

button.btn-gf.button {
    width: auto !important;
}

button.btn-gf.button:hover {
    opacity: 1;
}

.buttons-set .back-link {
    display: none;
}

/* HEADER */

.mybag-link {
    line-height: 1;
    display: inline-block;
    color: #ffffff;
    border-radius: 0;
    height: 45px;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    max-width: 120px;
}

.header-container.type8 .mybag-link {
    height: auto;
    padding: 0;
}

.header-container.type8 .mybag-link .cart-info {
    position: absolute;
    top: -3px;
    right: -1px;
    background: #222222;
    color: #ffffff !important;
    font-size: 9px !important;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    padding-right: 3px !important;
    padding-left: 4px;
    display: none;
}

.header-container.type8 .mybag-link .cart-info span.cart-qty {
    margin-right: 0px;
    margin-left: 1px;
}

.header-container.type8 .mybag-link .cart-info span {
    display: inline-block;
    font-size: 9px;
    line-height: 10px;
    font-weight: 700;
    text-transform: none;
    padding-right: 1px;
}

.header-container.type8 .mybag-link .cart-info.active {
    background: #cb027c;
    display: block;
}

.header-container.type8 .mybag-link .cart-info.active.qty-one span.cart-qty {
    margin-left: 1px;
    margin-right: 0;
}

.header-container.type8 .header .mini-cart .topCartContent {
    position: absolute;
    right: -8px;
    top: 40px;
    width: 300px;
    background-color: #ffffff;
    border-width: 5px;
    border-style: solid;
    border-color: #1d1d1b !important;
    z-index: 999;
    border-radius: 5px;
    color: #777777;
    box-shadow: none;
    margin-top: 10px;
}

.header-container.type8 {
    background: transparent;
}

/* HOME */

.block-subscribe .input-box {
    width: 400px;
    margin: auto;
    position: relative;
}

.block-subscribe .accept {
    padding-top: 10px;
    clear: both;
}

.block-subscribe .accept label {
    font-weight: 500;
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 18px;
    float: left;
    margin-left: 4px;
    padding-top: 2px;
}

span.label a, label a {
    color: #222222;
    font-weight: 600 !important;
}

/* BREADCRUMBS */

.top-container .container > .breadcrumbs {
    padding: 6px 0 6px 0;
    font-size: 12px;
    line-height: 1;
    color: #1d1d1b;
    background-color: transparent;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 1px;
    z-index: 2;
}

.breadcrumbs li, .breadcrumbs li a {
    white-space: normal;
    line-height: 21px;
    font-size: 10px;
    font-weight: 400;
    color: #222222;
    opacity: 0.5;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.breadcrumbs li a:hover {
    opacity: 1;
}

.breadcrumbs li strong {
    font-weight: 500;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    opacity: 1;
}

.breadcrumbs-split i {
    color: #888888;
}

.breadcrumbs .icon-right:before {
    content: '/';
}

/* FORMS */

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -16px;
    margin-top: 2px;
}

.checkbox {
    padding-left: 24px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 0;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: -23px;
    transform: translateY(-50%);
    top: 50%;
    margin-top: 0px;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    background-color: #ffffff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: -20px;
    top: 50%;
    font-size: 10px;
    padding: 0;
    color: #555555;
    transform: translateY(-50%);
    line-height: 14px;
}

li.fields > .checkbox.checkbox-primary:first-child {
    margin-top: 0;
}

.checkbox input[type*='checkbox'] + label {
    font-size: 11px;
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
    display: block;
    min-height: 20px;
    color: #4b4b4b;
}

#checkbox.validation-failed + label:before {
    border: 1px solid #eb340a!important;
    background: #faebe7;
}

.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    margin-top: 0px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    display: none;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 1px auto pink;
    outline-offset: -2px;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #cb027c !important;
    border-color: #cb027c;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #ffffff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #ffffff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #ffffff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px !important;
}

.radio label span {
    line-height: 1em;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #8e8e8e;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    position: absolute;
    display: block;
    content: " ";
    z-index: 200000000;
    overflow: hidden;
    width: 7px;
    height: 7px;
    left: 5px;
    top: 7px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after, .radio input[type="checkbox"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label, .radio input[type="checkbox"]:checked + label::after {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after, .radio input[type="checkbox"]:checked + label::after {
    background-color: #cb027c;
}

.radio-primary input[type="radio"]:checked + label::before, .radio input[type="checkbox"]:checked + label::before {
    border-color: #cb027c;
}

.radio-primary input[type="radio"]:checked + label::after, .radio input[type="checkbox"]:checked + label::after {
    background-color: #cb027c;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #ffffff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #ffffff;
}

.sorter-block .btn-group.bootstrap-select {
    float: right;
}

.sorter-block .btn-group select, .my-account .pager select {
    border: none;
    height: auto;
    line-height: 1.1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #cb027c;
    padding: 0 10px 0 0;
    margin: 0;
    font-size: 13px;
    vertical-align: top;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    background: url(../images/ico_select.png) no-repeat center right transparent;
}

.sorter-block select::-ms-expand {
    display: none;
}

.selectbox {
    vertical-align: middle;
    cursor: pointer;
    margin-top: 0px;
    z-index: 1;
    text-transform: uppercase;
    height: 32px;
}

.selectbox .select {
    height: 32px;
    padding: 0 25px 0 15px;
    border: 2px solid #cccccc;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
}

.selectbox .select .text {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #cb027c;
    font-size: 12px;
    line-height: 29px;
    font-weight: bold;
}

.selectbox .trigger {
    position: absolute;
    top: 0;
    right: 5px;
    width: 20px;
    height: 100%;
    font-size: 12px;
}

.selectbox .trigger i {
    display: block;
    margin-top: 8px;
    color: #cb027c;
}

input.input-text, textarea {
    padding: 8px;
}

.validation-advice {
    clear: both;
    float: left;
    min-height: 13px;
    margin: 4px 0 8px;
    padding-left: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #eb340a;
    letter-spacing: 0.3px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.validation-advice:before {
    content: " ";
}

.footer-newsletter .validation-advice {
    width: 100%;
}

/* SOCIAL ICONS */

.footer-social {
    padding: 30px 0;
}

.footer-social .social-icons-links {
    float: left;
    text-align: center;
}

.footer-social .social-icons-links {
    margin: 0 auto;
    float: none;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.footer-social .social-icons-links > ul {
    flex-flow: row nowrap;
    display: flex;
    width: 100%;
    max-width: 312px;
    justify-content: space-between;
}

.social-icons-links ul li {
    float: none;
    width: 44px;
    height: 44px;
    display: flex;
    overflow: hidden;
}

.social-icons-links li.share-text {
    width: auto;
    text-align: right;
    line-height: 32px;
    font-size: 12px;
    margin-right: 5px;
}

.social-icons-links li a {
    width: 44px;
    height: 44px;
    display: block;
    background: transparent url(../images/social_icons_extra.png) 0 0 no-repeat;
    text-indent: -999px;
}

.social-icons-links li a {
    transition: none;
}

.social-icons-links li.facebook a {
    background-position: 0 0;
}

.social-icons-links li.twitter a {
    background-position: -52px 0;
}

.social-icons-links li.googleplus a {
    background-position: -104px 0;
}

.social-icons-links li.instagram a {
    background-position: -156px 0;
}

.social-icons-links li.email a {
    background-position: -208px 0;
}

.social-icons-links li.youtube a {
    background-position: -260px 0;
}

.social-icons-links li.linkedin a {
    background-position: -312px 0;
}

.social-icons-links li a:hover {
    background-position-y: -44px;
}

/* CUSTOMER AREA */

.block-account .block-title {
    font-family: 'Playfair Display', serif;
}

.block-account.block .block-content ul li a {
    font-size: 14px;
    line-height: 16px;
}

.block-account .block-title strong span {
    font-size: 32px;
}

.my-account .pager:last-child {
    display: none;
}

.customer-account-login .col-main {
    padding-bottom: 60px;
}

.form-wrap h2 {
    text-transform: none;
}

.form-list h3 {
    margin-top: 20px;
}

.form-wrap, #form-validate, #login-form {
    display: block;
    border-radius: 0;
    background: transparent;
    border: 0 !important;
    padding: 0;
    box-shadow: none;
    overflow: hidden;
}

.form-wrap h2, #form-validate h2{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #222222;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    text-transform: none;
}

.form-block {
    background: #ffffff;
    padding: 0;
    position: relative;
    margin-top: 40px;
    clear: both;
    margin-bottom: 15px;
}

.form-block ~ .form-block {
    margin-top: 20px !important;
}

.form-block a {
    text-align: left;
}

.form-list input.input-text {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background-color: #ffffff;
    padding: 8px 8px 8px 10px;
    color: #696969;
    font-size: 15px;
    line-height: 20px;
    height: 50px;
    min-width: calc(100% - 150px);
    border: 1px solid #d7d7d7;
    vertical-align: top;
    position: relative;
}

.form-list .input-box.select-box:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    float: right;
    height: 50px;
    opacity: 0.5;
    width: 14px;
    background: url(../images/ico_close.svg) 0 0px no-repeat;
}

.form-list select {
    box-shadow: none !important;
    width: 100%;
    height: 50px;
    background: #f7f7f7;
    border-radius: 0 !important;
    -webkit-appearance: none;
    padding: 8px 8px 8px 16px;
    border: 1px solid #d7d7d7;
}

.form-list select.validate-select, .form-list select.validate-passed {
    background-color: white;
}

.form-list label.select-formblock + .input-box:before {
    content: "\e82a";
    width: auto;
    height: auto;
    display: block;
    border: 0;
    font-family: 'porto';
    position: absolute;
    right: 18px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    background-color: transparent;
    font-size: 11px;
    pointer-events: none;
}

.form-list label[for*="billing"].select-formblock + .option-selected.input-box:before,
.form-list .input-filled.input-box:before {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    float: right;
    height: 20px;
    opacity: 0.5;
    width: 14px;
    top: 18px;
    line-height: 50px;
    transform: scale(0.8);
    background: url(../images/ico_checked.svg) 0 0px no-repeat;
}

.form-list textarea {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #d7d7d7;
}

button.button.register-button, button.button.login-button, button.button.continue-button {
    font-size: 16px;
    padding: 15px 34px;
    margin-top: 15px;
    margin-left: 7px;
    border-radius: 30px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.8);
    background-color: #cb027c;
    color: #ffffff;
    vertical-align: top;
    font-weight: 600;
}

button.button.register-button span, button.button.login-button span, button.button.continue-button span {
    background: none;
    display: inline;
    border: 0;
    background: transparent;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 1.2em;
    border-radius: 0;
    float: left;
}

button.button:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
}

.buttons-set {
    clear: both;
    text-align: right;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0 !important;
    float: left;
}

.buttons-set .btn-general {
    top: 0;
    margin: 0;
}

.extra-form-block {
    position: relative !important;
    display: block;
}

.new-users .extra-form-block {
    margin: 0;
    padding: 0;
}

.textbase-link {
    width: 100%;
    text-align: left;
    text-decoration: underline;
    font-size: 12px;
    opacity: 0.6;
}

.textbase-link:hover {
    opacity: 1;
    text-decoration: underline;
}

label {
    margin: 0;
    vertical-align: middle;
    color: #9c9c9b;
    font-size: 13px;
    font-weight: normal;
}

.form-list li.control label {
    float: none;
    margin: 0;
    line-height: 1em !important;
    display: block;
    vertical-align: middle;
    font-size: 13px;
    position: relative;
    clear: both;
}

.form-list li.control input.radio, .form-list li.control input.checkbox {
    margin: 4px 2px 0 0;
}

.form-list li.control label:before {
    border: 1px solid #d7d7d7;
}

.form-list .customer-name .field {
    float: left;
    clear: both;
    margin: 0;
    width: 100%;
}

.form-list .customer-name .field {
    margin-left: 0%;
}

/* SENDFRIEND */

.send-friend .form-list {
    max-width: 615px;
    margin: 0 auto;
    overflow: hidden;
}

.send-friend .form-list li.wide textarea {
    width: 90%;
}

/* ACCOUNT DASHBOARD */

.customer-area .main-account-container {
    min-height: 600px;
}

.dashboard .welcome-msg {
    background: #cb027c;
    border: 0;
    border-radius: 2px 2px 0 0;
    color: white;
    margin: 0;
    line-height: 1.4em;
    font-weight: 600;
    font-size: 1em;
    padding: 25px 25px;
}

.dashboard .welcome-msg p.hello {
    float: left;
    padding-right: 5px;
    display: block;
    width: 100%;
    font-size: 1.2em;
    padding-bottom: 0.8em;
}

.customer-area.customer-account .main-container {
    padding: 40px 0 0 0;
    min-height: 600px;
}

.customer-area .box-account .box-account {
    padding: 0;
}

.customer-area .box-account .box-account tr th {
    background: transparent;
}

.customer-area .box-account .box-account tr {
    border-bottom: 1px solid #222222;
    padding-bottom: 5px;
}

#my-orders-table .price {
    text-align: right;
    float: right;
}

.customer-area .data-table .nobr a {
    font-size: 14px;
    opacity: 0.6;
    font-weight: 400;
}

.customer-area .data-table .nobr a:hover {
    opacity: 1;
}

.customer-area .data-table .nobr a[class*="reorder"] {
    color: #cb027c;
}

.customer-account .page-title h1 {
    font-size: 40px;
    margin: 0;
    color: #1d1d1b;
    width: 100%;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
}

.box-account {
    margin: 0;
}

table#my-orders-table {
    position: relative;
    display: table;
}

table#my-orders-table td.view.last {
    text-align: left !important;
}

.customer-area .block-account .block-content img {
    width: 18px;
    height: 18px;
}

.my-account .pager {
    margin-top: 0;
    padding-top: 0;
    top: 0;
    margin-bottom: 40px;
}

.my-account .pager:last-child {
    display: none;
}

.rewardpoints-name-img {
    line-height: 19px;
}

.rewardpoints-name-img img {
    width: 27px;
    height: 27px;
    float: right;
    vertical-align: middle;
    margin: 4px 0 0 4px;
}

.block-account ul li strong:before,
.block-account ul li a:before {
    display: none;
}

.block-account ul li {
    padding: 8px 3px 8px 0;
    position: relative;
    line-height: 1.3;
    border-bottom: 0;
}

.block-account ul li.current, .block-account ul li.current strong {
    text-decoration: underline;
    color: #cb027c;
}

.box-account .box-head h2, .form-wrap h3, .form-list h3 {
    float: left;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1d1d1b;
    line-height: 24px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.form-wrap h3, .form-list h3 {
    margin-bottom: 15px !important;
}

.registered-users h3, .new-users h3 {
    display: none;
}

.box-account .box-head {
    margin: 0 0 10px 0;
    text-align: left;
    line-height: 1.4;
}

.box-account .box-head a, .customer-account .box .box-title a {
    line-height: 2.8;
    color: #cb027c;
    padding-left: 10px;
    display: inline-table;
}

.box-account .box-head a {
    float: right;
    clear: right;
}

.box-account {
    margin: 64px 0 0 0;
}

.box-account .box-account {
    padding: 0 0 10px;
    background-color: #ffffff;
    margin: 0;
}

.welcome-msg + .box-rewardpoints-summary{
    margin-top: 24px;
}

.box-account .edit-actions, .box-account .edit-actions a,
.box .edit-actions, .box .edit-actions a {
    color: #cb027c;
}

.dashboard .col2-set {
    margin: 0;
}

.box {
    margin-bottom: 0;
}

.box .box-title {
    padding: 25px 15px 15px;
    border: 0;
    background-color: #ffffff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    position: relative;
    border-radius: 0;
}

.rewardpoints-index-index .box-account.box-info.box-rewardpoints-summary {
    border: 0;
}

.box-account.box-recent {
    overflow: hidden;
    display: block;
    min-height: 100%;
    height: auto !important;
    position: relative;
    max-height: 100%;
}

.box .box-content {
    background-color: #f7f7f7;
    padding: 15px;
    border: 0;
    border-top: 0;
    border-radius: 0;
    min-height: 125px;
}

.box-account .box .box-content, .box-account .box .box-title {
    padding: 15px;
}

.box .box-content, .box .box-content p, .box .box-content a, .box-rewardpoints-summary .info-summary p, .box-rewardpoints-summary .info-summary a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.box-rewardpoints-summary .info-summary p {
    line-height: 35px;
}

.box-rewardpoints-summary .info-summary strong {
    font-weight: 400;
}

.box-rewardpoints-summary .info-summary .rewardpoints-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    color: #222222;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
}

.box-rewardpoints-summary .info-summary .rewardpoints-title, .box-rewardpoints-summary .info-summary .rewardpoints-title-content {
    display: block;
    position: relative;
    max-width: 500px;
}

.box .box-content p {
    padding-bottom: 20px
}

.box h3, .box h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    color: #1d1d1b;
}

.box .box-title h3, .box .box-title h4 {
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
}

.customer-area .box-account .data-table tbody td.view span a {
    width: auto;
    font-size: 11px;
}

.customer-area .my-account a:not([class*="img"]) {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    opacity: 0.8;
}

.customer-area .my-account a:not([class*="img"]):hover {
    opacity: 1;
}

.box address {
    text-align: left;
    margin: 0 0 20px 0;
}

.top-buttons-set.buttons-set {
    clear: both;
    margin: 15px 0 0;
    opacity: 1 !important;
    padding: 0 0 8px;
    text-align: right;
}

.addresses-list .box {
    margin-bottom: 20px;
}

.addresses-list li.item {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.addresses-list a {
    font-weight: normal;
}

.addresses-list li.empty p {
    font-weight: 500;
    opacity: 0.6;
}

.my-account .addresses-list .addresses-additional .btn-general {
    min-width: 100%;
}

.my-account .form-block:nth-of-type(1) .form-list:nth-of-type(1), .my-account .form-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.data-table.orders tbody tr.selected {
    background-color: #d4d4d4;
}

.order-detail a:hover {
    cursor: pointer;
}

/* CART */
.data-table thead th {
    background-color: transparent;
}

.data-table thead th {
    font-weight: 600;
    padding: 4px 0 !important;
    color: #3e3e3e;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 10px;
    text-transform: uppercase;
}

.data-table thead th {
    text-align: center;
}

.data-table.orders thead th, .box-account .data-table thead th {
    text-align: left;
    padding: 15px 10px !important;
}

.data-table thead th, .cart .cart-collaterals h4 {
    padding: 0 0 4px 0;
}

.data-table thead tr {
    border: 0;
}
.customer-account-index.customer-account .data-table thead tr {
    background-color: #f7f7f7;
}

.data-table span.nobr, .customer-area .box-account
th {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #3e3e3e;
    text-transform: uppercase;
    opacity: 0.6;
}

.data-table.orders span.nobr {
    font-size: 13px;
}

.data-table.orders th span.nobr {
    font-size: 10px;
}

.customer-area .box-account .data-table tbody th, .customer-area .box-account .data-table tbody td, .customer-area .box-account .data-table tbody td span {
    border-bottom: 0;
    border-right: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 500 !important;
    text-align: center;
}

.first.last th[colspan = '2'] {
    text-align: left;
}

.data-table thead th h4, .cart-collaterals h4 {
    font-weight: 600;
    padding: 0;
    color: #3e3e3e;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin: 0;
}

#checkout-review-table tr:not(:first-child) {
    border: none;
    border-top: 1px solid #eeeeee;
}

.data-table tbody tr + tr:last-child {
    border-bottom: none !important;
}

.data-table tbody th, .data-table tbody td {
    border-bottom: 0;
    border-right: 0;
    padding: 15px 10px;
    line-height: 1.3;
}

.data-table tbody th em, .data-table tbody td em {
    font-style: normal;
}

.data-table tbody th a, .data-table tbody td a, .data-table tbody td .separator {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
}

.data-table.orders tbody td a, .data-table.orders tbody td .separator {
    font-size: 10px;
}

.data-table.orders a.link-reorder {
    color: #cb027c;
}

.data-table td.last, .data-table th.last {
    border-right: 0;
}

.customer-area .box-account .data-table tbody td.date, .customer-area .box-account .data-table tbody td.date span {
    background-color: #cb027c;
    color: white !important;
    font-weight: 600 !important;
}

.customer-area .box-account .data-table tbody td.total span {
    color: #cb027c;
}

.customer-area .box-account .data-table tbody td.ship, .customer-area .box-account .data-table tbody td.total, .customer-area .box-account .data-table tbody td.status {
    background: #f9f9f9;
}

.customer-area .box-account .data-table tbody td.status {
    text-transform: uppercase;
}

.customer-area .box-account .data-table tbody td span.separator {
    display: none;
}

.cart-table tbody tr {
    background-color: #ffffff;
}

#shopping-cart-table tbody tr:not(:nth-of-type(1)) {
    border-top: 1px dotted #f5f5f5;
}

/* MY ORDERS */

.data-table tfoot, .data-table tfoot tr, .data-table tfoot tr td {
    border: none !important;
}

#my-orders-table h3 {
    font-weight: 600;
    color: #3e3e3e;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}

.order-info-box {
    margin-top: 25px;
}

/* SHOPPING TOTALS */

.checkout-types .btn-general {
    float: right;
    padding: 0px;
    max-width: 176px;
    max-height: 60px;
    min-height: 60px;
    width: 100%;
    height: 100%;
}

.checkout-types button.btn-general[title^="Continue"] {
    float: left;
}

#opc-review #shopping-cart-totals-table tr:not(:first-child) {
    border-top: 1px solid #f3f3f3;
}

#shopping-cart-totals-table-footer .a-right {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: right !important;
    padding-right: 0;
}

#shopping-cart-totals-table-footer .a-right strong {
    font-size: 10px;
    color: #3e3e3e;
    line-height: 21px;
    font-weight: 400;
}

#shopping-cart-totals-table-footer .a-right .price {
    text-align: right !important;
    float: right;
    padding-right: 0;
    color: #cb027c;
    font-size: 26px;
    position: relative;
    font-weight: 700;
}

.cart .totals .price {
    text-align: right !important;
    float: right;
    font-size: 28px;
    color: #cb027c;
    font-weight: 600;
    line-height: 21px;
}

#shopping-cart-totals-table-footer .price span {
    font-weight: 600;
    font-size: 28px;
    color: #cb027c;
    line-height: 21px;
}

.cart .shipping {
    border-bottom: 1px solid #d7d7d7;
}

.cart .cart-collaterals h2 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 100;
    text-transform: none;
    border: 0;
    background-color: #ffffff;
    color: #4a4a4a;
    position: relative;
    border-radius: 0;
}

.cart .cart-collaterals h2 + * {
    padding: 0;
    font-size: 13px;
    border: 0;
    border-top: 0;
    border-radius: 0;
    background-color: #ffffff;
}

.cart-collaterals form#discount-coupon-form {
    display: block;
    width: 100%;
    overflow: hidden;
}

.cart-collaterals .totals {
    display: block;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.cart .totals td, #opc-review td {
    padding: 0 15px 15px 15px;
    vertical-align: top;
    color: #1d1d1b;
}

#shopping-cart-totals-table-footer td {
    padding: 15px;
}

#shopping-cart-totals-table p {
    font-size: 12px;
    color: #8a8a8a;
    margin: 0;
}

.cart button.button.btn-proceed-checkout {
    float: right;
}

button.button.btn-proceed-checkout {
    font-size: 16px;
    padding: 15px 34px;
    margin-top: 15px;
    margin-left: 7px;
    border-radius: 30px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.8);
    background-color: #cb027c;
    color: #ffffff;
    vertical-align: top;
    font-weight: 600;
}

button.button.btn-proceed-checkout span {
    background: none;
    display: inline;
    border: 0;
    background: transparent;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 1.2em;
    border-radius: 0;
    float: left;
}

.customer-area button.btn-general {
    float: right;
    margin-right: 0;
}

.customer-area button.btn-general.btn-continue-shopping{
    float: left;
}

.cart .cart-table-wrap {
    border: none;
    border-radius: 0;
    background: #ffffff;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: none;
}

.cart-table-wrap .cart-price .price {
    display: block;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    color: #1d1d1b;
    font-size: 20px;
}

.data-table input.qty {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    width: 40px !important;
    font-size: 15px;
    text-align: center;
    color: #4a4a4a;
    border: 0;
    padding: 0;
    background: none;
    font-family: 'Open Sans', sans-serif;
    margin: auto;
}

.data-table td.product-qty {
    display: table-cell;
}

.data-table .qty-holder {
    padding: 3px 20px;
    border-radius: 25px;
    background: none;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    width: auto;
}

.data-table .table_qty_inc, .data-table .table_qty_dec {
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    opacity: 0.2;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-indent: -999px;
}

.data-table .table_qty_inc:hover, .data-table .table_qty_dec:hover {
    opacity: 0.7;
}

.data-table .table_qty_dec {
    background: transparent url(../images/ico_minus_qty.png) 0 6px no-repeat;
}

.data-table .table_qty_inc {
    background: transparent url(../images/ico_plus_qty.png) -4px -4px no-repeat;
}

.data-table button.button > span, button.button.btn-discount > span, button.button.btn-gf-small > span {
    background: #ffffff;
    border: 0;
    color: #1d1d1b;
    line-height: 20px;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    width: auto;
}

.cart-table .btn-empty:hover, .cart-table .btn-continue:hover, .cart-table .btn-update:hover, .btn-discount:hover {
    opacity: 1;
}

.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span, .btn-discount span {
    font-weight: bold;
    font-size: 12px;
}

.item-options dt {
    clear: both;
    float: left;
}

.item-options dt {
    font-weight: bold;
    font-style: normal;
}

.item-options dd {
    padding-left: 5px;
    margin: 0;
}

.gift-messages {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    margin-top: 20px !important;
    padding: 20px;
}

@media (min-width: 1200px) {
    .customer-area .box-account .data-table tbody th, .customer-area .box-account .data-table tbody td, .customer-area .box-account .data-table tbody td span {
        padding: 10px 10px;
        color: #222222;
        line-height: 18px;
    }

    .customer-area .box-account .box-account tbody tr {
        border-bottom: 1px solid #eeeeee;
    }

    .customer-area .box-account .data-table tbody td.date, .customer-area .box-account .data-table tbody td.date span {
        background-color: #cb027c;
        color: white !important;
        font-weight: 600 !important;
    }

    .customer-area .box-account .data-table tbody td.date {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .cart-table tbody td.pr-img-td {
        text-align: left;
        border-right: 0;
        width: auto;
    }

}

@media (max-width: 1199px) {
    .data-table.cart-table tbody tr {
        clear: both;
        display: table;
        padding: 25px 0;
    }

    .data-table.cart-table tbody td {
        display: table-cell;
        border-width: 0;
        text-align: center !important;
    }

    .data-table.cart-table tfoot tr.first td {
        padding-top: 15px;
    }

    .data-table.cart-table tbody tr.first td.action-td {
        top: 0;
        right: 0;
        position: relative;
    }

    .cart-table button.button {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .cart-table button.button.btn-empty {
        margin-left: 16px;
    }

    .cart-table .qty-holder {
        margin: 0;
    }

    .my-account .data-table tbody tr {
        margin: 40px 0 0 0 !important;
        padding-top: 0;
    }

    .my-account .data-table tbody td {
        text-align: left;
        border-width: 0;
        min-height: 60px;
        line-height: 60px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        width: 25%;
        float: left;
        padding: 0 15px;
        margin: 0;
        font-size: 13px;
        background-color: #f9f9f9;
    }

    .my-account .data-table tbody td:last-child, .my-account .data-table tbody td.number, .my-account .data-table tbody td.date {
        border-width: 0;
        min-height: 40px;
        line-height: 40px;
        position: relative;
        overflow: hidden;
        float: none;
    }

    .my-account .data-table tbody td.number {
        width: calc(100% - 90px);
        float: left;
        background: none;
    }

    .my-account .data-table tbody td.date {
        background-color: #cb027c;
        width: 90px;
        min-width: 90px;
        text-align: center;
        padding: 0;
    }

    .my-account .data-table tbody td.date span {
        font-size: 13px;
        color: white;
        font-weight: 600;
    }

    .my-account .data-table tbody td.ship {
        text-align: left;
        width: 50%;
    }

    .my-account .data-table tbody td.total {
        text-align: right !important;
        float: left;
        width: calc(50% - 100px);
    }

    .my-account .data-table tbody td.total span {
        float: right !important;
        text-align: right !important;
        color: #cb027c;
        font-size: 16px;
    }

    .my-account .data-table tbody td.total:before,
    .my-account .data-table tbody td.status:before {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #222222;
        opacity: 0.3;
        font-weight: 300;
        text-transform: uppercase;
        content: "|";
        display: inline-block;
        width: auto;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
    }

    .my-account .data-table tbody td.status {
        text-align: right;
        width: 100px;
        text-transform: uppercase;
    }

    .my-account .data-table tbody td:last-child {
        width: 100%;
        clear: both;
        display: block;
        text-align: right;
        border-bottom: 0;
        background: none;
    }

    .my-account .data-table tbody td:last-child span {
        text-align: right;
        float: right;
    }

    .my-account .data-table tbody td:last-child a:first-child {
        padding-right: 10px;
    }

    .my-account .data-table tbody td:last-child span.separator {;
        display: none;
    }

    .customer-area .box-account .box-account tbody tr {
        border-top: 1px solid #eeeeee;
    }

    .customer-area .box-account .box-account tbody tr {
        border-bottom: 0;
    }
}

/* CHECKOUT */

.onepage-content {
    position: relative;
    min-height: 700px;
    margin: 0 0 50px 0;
}

.onepage-content .reviewcart {
    position: absolute;
    top: calc(30px + 80px + 15px + 5px);
    left: 0;
    z-index: 19;
    width: 100%;
    background: #ffffff;
    padding: 0;
}

/* Improved One Page Checkout with tabs */
.block-progress .block-title {
    background: none;
    margin: 0 0 34px;
    padding: 0;
}

.checkout-onepage-index .col-main {
    padding: 0;
    border: 0;
}

.checkout-onepage-index .page-title {
    padding-right: 40px;
    width: auto;
}

.checkout-onepage-index .page-title h1 {
    background: none;
    padding: 0;
}

.opc {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    padding-top: 30px;
    text-align: center;
    border: 0;
    background: transparent;
}

.opc .form-block {
    margin-top: 0;
}

.opc .buttons-set, .buttons-set {
    margin: 25px 0 0;
    opacity: 1 !important;
}

.opc .buttons-set .btn-general, .buttons-set .btn-general {
    top: 0 !important;
    float: right;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}

.opc .buttons-set .back-link {
    display: none;
}

.opc .buttons-set a {
    color: #cb027c;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc p + ul {
    padding-top: 10px;
}

.opc li.section {
    display: inline;
}

.opc li.active .step-title a, .opc li.allow .step-title a {
    border: 1px solid #cb027c;
}

.opc .step-title, .opc .allow .step-title {
    border: 1px solid #fbfaf6;
    height: 69px
}

.opc .step {
    padding: 15px;
    position: absolute;
    border: 0;
    top: 100px;
    left: 0;
    z-index: 1;
    background: #ffffff;
    min-height: 480px;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    background: transparent;
}

.opc .step-title .number, .opc .allow .step-title .number, .opc .active .step-title .number {
    float: none;
    display: block;
    margin: 0 0 0 15px;
    margin-bottom: 10px;
}

.opc .step-title {
    position: relative;
    float: left;
    text-align: center;
    padding: 15px 11px 0;
    margin-left: -1px;
    background: none;
    width: 16%;
}

.opc .step-title a {
    display: none;
}

.opc .step-title h2 {
    font-size: 12px;
    color: #bbbbbb;
    clear: both;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.opc .allow .step-title {
    cursor: pointer;
    background: none;
}

.opc .allow .step-title .number {
    background: #1d1d1b;
    border-color: #1d1d1b;
    color: #ffffff;
}

.opc .allow .step-title h2 {
    color: #1d1d1b;
}

.opc .active .step-title {
    color: #ef0606;
    cursor: default;
    border: 1px solid #bbafa0;
    border-bottom: 1px solid #fbfaf6;
    z-index: 2;
    background: #fbfaf6;
}

.opc .active .step-title .number {
    background: #cb027c;
    border-color: #ffffff;
    color: #ffffff;
}

.opc .step-title h2, .opc .allow .step-title h2, .opc .active .step-title h2 {
    width: 100%;
    text-align: center;
}

.opc .step-title .number {
    background: white;
    color: #cccccc;
    width: 30px;
    height: 30px;
    line-height: 29px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
    border: 1px solid #cccccc;
}

.opc .active .step-title .number, .opc .allow .step-title .number {
    background-color: #cb027c;
    border-color: #cb027c;
    color: #cb027c;
}

.opc .active .step-title .number:before, .opc .allow .step-title .number:before {
    display: block;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    font-family: "FontAwesome";
    content: "\f00c";
    margin-top: 1px;
}

.opc .active .step-title h2, .opc .allow .step-title h2 {
    color: #cb027c;
    text-transform: uppercase;
    font-weight: 600;
}

.opc .form-list .wide, .opc .form-list li.fields .field {
    width: 645px;
    margin: 0 0 8px;
}

.opc .form-list li.wide select {
    width: 390px;
}

.opc .form-list li.wide input.input-text {
    width: 254px;
}

.opc .form-list .control input {
    margin: 8px 0 0 25px;
}

.opc .form-list li.control label {
    float: left;
}

.opc form .form-list li.wide {
    margin-bottom: 8px;
}

.opc form .address-select {
    margin: 8px 0 20px;
}

.opc:first-of-type .step {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.opc:first-of-type .step[style*='display:none;'],
.opc:first-of-type .step[style*='display: none;'] {
    display: block !important;
}

.opc:first-of-type li:last-child .step-title a {
    width: 50%
}

#checkout-step-review.step {
    width: 645px;
}

#checkoutSteps {
    padding-bottom: calc(100% - 400px);
}

#opc-shipping_method .buttons-set {
    border-top: 1px solid #e4e4e4;
}

/* Improved One Page Checkout with Progress Bar */
.block-progress .block-title {
    background: none;
    margin: 0 0 34px;
    padding: 0;
}

.checkout-onepage-index .col-main {
    padding: 0;
    border: 0;
}

.checkout-onepage-index .page-title {
    padding-right: 40px;
    width: auto;
}

.checkout-onepage-index .page-title h1 {
    background: none;
    padding: 0;
}

.opc#checkoutSteps > li > div.step-title {
    padding-left: 30px;
}

.opc .buttons-set .please-wait, #rewardpoints-mask .please-wait {
    position: absolute;
    z-index: 99;
    top: inherit;
    margin: 0;
    font-size: 14px;
    background: transparent;
    padding: 20px 20px 20px 25px;
    white-space: nowrap;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    width: auto;
}

#rewardpoints-mask {
    display: none !important;
}

.opc .form-list input.input-text.validation-failed, .form-list .validation-failed {
    border-bottom: 1px solid #eb340a !important;
}

.opc .validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 0;
    font-size: 9px;
    font-weight: 400;
    line-height: 13px;
    color: #eb340a;
    font-family: 'Open Sans', sans-serif;
    float: right;
}

.opc .step-title, .opc .allow .step-title, .opc .active .step-title {
    width: 20%;
    position: relative;
    text-align: center;
    border: none;
    background: none;
    padding: 0;
    overflow: visible;
    height: 80px;
    display: inline-block;
    vertical-align: top;
}

.is-logged .opc .step-title, .is-logged .opc .allow .step-title, .is-logged .opc .active .step-title {
    width: 25%;
}

.opc .section:last-child .step-title {
    width: 12%;
}

.opc .step-title h2, .opc .allow .step-title h2, .opc .active .step-title h2 {
    width: 100% !important;
}

.opc .section .step-title h2 {
    position: absolute;
    left: calc(-50% + 60px);
    padding-left: 0 !important;
    text-align: center;
    font-size: 11px;
}

.opc .form-list .input-box {
    margin-bottom: 12px;
}

.opc .form-list .control {
    margin: 10px 0 0 0;
    clear: both;
    float: left;
}

.opc .form-list .field, .opc .form-list .wide {
}

.opc .form-list li fieldset, .form-list li fieldset {
    margin-bottom: 0px;
}

.opc .form-list label, .form-list label, .form-list label, .form-list label {
    float: left;
    width: auto;
    text-align: left;
    padding: 2px 0 0 0;
    text-transform: none;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
}

.opc .form-list label + .input-box, .form-list label + .input-box {
    margin-top: 5px;
}

.form-list li.control {
    margin-bottom: 16px;
}


.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
    width: 25%;
    display: inline-block;
    padding-right: 5%;
}

.form-list .customer-dob .dob-year {
    width: 50%;
    min-width: 50%;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text,
.form-list .customer-dob .dob-year input.input-text{
    width: 100%;
}

.opc .form-list label.required em, .form-list label.required em {
    float: none;
    right: -9px;
    top: 5px;
    color: #222222;
    opacity: 0.5;
    font-size: 12px;
    display: inline-block;
}

.form-list .validation-failed label.required em {
    color: #eb340a;
}

.opc .form-list li.fields {
    margin: 0;
}

.opc .form-list div.fields, .form-list div.fields {
    width: 100%;
    overflow: hidden;
    margin: 0 0 8px;
}

.opc .form-list .wide, .opc .form-list li.fields .field, .form-list li.fields .field {
    width: 100%;
    margin: 0;
}

.opc .form-list li.wide .input-box, .form-list .input-box {
    clear: both;
    float: left;
    margin-right: 0;
    border-radius: 0 !important;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.opc .form-list li.wide select {
    max-width: 660px;
    width: auto;
}

.opc .form-list select#billing-address-select {
    width: 100%;
    max-width: 100%;
}

.opc .form-list li.wide input.input-text {
    width: 100%;
}

.opc .form-list .control input {
    margin: 8px 0 0 25px;
}

.opc form .form-list li.wide {
    margin-bottom: 8px;
}

.opc form .address-select {
    margin: 8px 0 20px;
}

.opc:first-of-type .step {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.opc:first-of-type .step[style*='display:none;'],
.opc:first-of-type .step[style*='display: none;'] {
    display: block !important;
}

.opc:first-of-type .section .step {
    left: 100%;
    margin-top: 30px;
}

.opc:first-of-type .allow .step {
    left: -100%;
    margin-top: 30px;
}

.opc:first-of-type .active .step {
    left: 0;
    margin-top: 30px;
}

.opc:first-of-type li:last-child .step-title a {
    width: 0;
}

.opc:first-of-type li:first-child .step-title a {
    width: 100%;
}

.opc:first-of-type li.active .step-title a {
    width: 100%;
    left: 50px;
}

.opc:first-of-type li.active#opc-review .step-title a {
    width: 0 !important;
}

.opc:first-of-type .step-title a {
    display: block;
    height: 1px;
    border-bottom: 1px dotted #cccccc;
    width: 100%;
    text-indent: -3000px;
    position: absolute;
    top: 15px;
    z-index: 0;
    left: 50px;
}

.opc:first-of-type .allow .step-title a {
}

#opc-login p.required {
    display: none;
}

#opc-login h3 {
    margin-bottom: 18px;
    opacity: 0.6;
    font-weight: 400;
}

#opc-login .col-2 {
    float: left;
}

#opc-login .col-2 form fieldset h4 {
    display: none;
}

#opc-login .col-2 {
    display: block;
    width: 300px;
}

#opc-login .col-2 fieldset {
    width: 300px;
}

#opc-login .col-2 .input-box {
    width: 188px;
    margin: 0;
    float: left;
}

#opc-login .col-2 .input-text {
    width: 182px;
}

#opc-login .col-2 .form-list label {
    text-align: left;
}

#opc-login .col-2 .form-list label {
    width: 110px;
}

#opc-login .form-list li.control label {
    float: none;
}

#opc-login .form-list li.control input {
    margin: 0 8px 0 0;
}

#opc-login .col-1 {
    float: right;
}

#opc-login .col-1 {
    width: 290px;
}

#opc-login .col-1 h4, #opc-login .col-1 .ul {
    display: none;
}

#checkout-step-review.step {
    width: 100%;
}

#checkout-step-login .form-block {
    margin-top: 0;
    padding: 0;
}

#checkout-step-login .form-block ul.form-list {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}

#checkout-step-login .form-block div.register-block {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
    background: #f5f5f5;
    margin-top: 20px !important;
    padding: 20px 20px 30px;
}

#checkout-step-login .form-block div.register-block h4 + p {
    margin: 0 !important;
}

#opc-review .data-table td.last {
    min-width: 100px;
}

#opc-review .step {
    padding: 30px 20px;
    margin-top: 30px;
}

#opc-review .item-options {
    margin: 0;
}

#opc-review .buttons-set {
    padding: 20px 15px;
    border: 0;
    overflow: visible;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
    top: 60px;
    left: 0;
}

#opc-review .buttons-set .please-wait span {
    left: 25px;
    margin: 0;
    width: auto;
}

#opc-review .buttons-set .btn-general {
    margin: 0;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .radio label, .radio label {
    text-transform: none !important;
    line-height: 15px !important;;
    font-size: 14px !important;
}

#co-shipping-method-form .sp-methods .form-list {
    margin-top: 0 !important;
}

ul#payment_form_purchaseorder li > label {
    padding-left: 0 !important;
}

ul#payment_form_purchaseorder li > label:before {
    content: none;
}

label[for*=s_method_flatrate_flatrate] {
    padding-top: 4px !important;
}

.opc .radio input[type="radio"]:checked + label, .radio input[type="radio"]:checked + label, .radio span.no-display + label {
    color: #cb027c;
    opacity: 1;
}

.opc .checkbox label {
    text-transform: none !important;
    color: #cb027c;
    line-height: 15px !important;;
    font-size: 14px !important;
    padding-left: 5px;
}

.checkbox.checkbox-primary.control + .checkbox {
    margin-top: 2px;
}

.opc .radio label.sp-option {
    text-transform: none !important;
    color: #cb027c;
    line-height: 10px !important;;
    font-size: 16px !important;;
}

.opc #opc-shipping .step-title {
    display: none;
}

.opc .sp-methods .radio label span.price {
    text-transform: none !important;
    color: #cb027c;
    line-height: 22px !important;
    font-size: 18px !important;
    clear: both;
    float: left;
    padding-top: 0;
    margin-top: -7px !important;
}

.opc .sp-methods .radio label span.method-title {
    text-transform: none !important;
    color: #1d1d1b !important;
    line-height: 21px !important;
    font-size: 12px !important;
    clear: both;
    float: left;
}

.sp-methods {
    margin: 0 0 8px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sp-methods dd {
    clear: both;
    width: 100%;
    float: left;
    position: relative;
    display: block;
}

.sp-methods#dd_method_purchaseorder dd ul {
    padding: 20px 0;
}

.sp-methods dt {
    padding: 25px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #222222;
    line-height: 21px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sp-methods h5 {
    display: none;
}

.sp-methods dd + dt {
    padding-top: 10px;
}

#checkout-payment-method-load.sp-methods dt + dt {
    padding: 10px 0 !important;
    margin: 0;
}

.sp-methods dt:first-child {
    margin: 0px 0 9px 0;
}

.sp-methods #rewardpoints-mask img[title*="Loading"] {
    display: inline-block !important;
}

.sp-methods dt:first-child.checkbox {
    padding-left: 25px;
}

.sp-methods dt + dd:last-child {
    margin-bottom: 0;
}

.sp-methods label {
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px !important;
}

#checkout-shipping-method-load .sp-methods li {
    line-height: 20px;
    float: left;
    width: 50%;
    margin: 0;
    padding: 20px;
}

#checkout-shipping-method-load dd .form-list li {
    padding: 20px 0;
}

#checkout-payment-method-load.sp-methods dt > ul > li {
    background: white;
    padding: 10px 20px 10px 25px;
    margin: 0;
    display: block;
    overflow: hidden;
}

#checkout-payment-method-load.sp-methods .radio label:before,
#checkout-payment-method-load.sp-methods .radio label:after {
    margin-top: 1px !important;
}

#checkout-payment-method-load.sp-methods .radio label:after, .opc .sp-methods .radio label::after, .sp-methods .radio label::after {
    top: 5px !important;
}

#checkout-payment-method-load.sp-methods dl.rewardpoints-sp-methods .radio label:after {
    top: 5px !important;
    margin-left: 0;
    margin-top: 0px;
    right: -19px;
    left: initial;
    opacity: 1;
}

.opc .sp-methods li:nth-child(odd) {
    clear: both;
}

.gift-messages h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 19px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* SIDEBAR CART */

.cart .row {
    margin-top: 30px;
}

.cart .cart-collaterals {
    margin-bottom: 0px;
    background: #ffffff;
    padding: 0;
}

.cart .checkout-types {
    width: 100%;
}

.checkout-types, .checkout-types li {
    padding: 0;
}

/* Not Used */

.cart .discount h2 {
    position: relative;
    cursor: default;
}

.cart .discount h2:before {
    content: "\e80b";
    width: 26px;
    height: 26px;
    border: 0;
    font-family: 'porto';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    border-radius: 0;
    color: #4a4a4a;
    text-align: center;
    line-height: 24px;
    background-color: #ffffff;
    font-size: 14px;
    display: none;
}

.cart h4.discount-title {
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    color: #1d1d1b;
    position: relative;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.cart-table .btn-update, .cart-table .btn-empty, .cart-table .btn-continue {
    float: right;
}

.cart-table .btn-empty {
    margin-left: 0;
}

.cart .discount {
    position: relative;
    background-color: #ffffff;
    margin-top: 20px;
}

.cart .discount, .cart .shipping {
    padding: 15px;
}

.cart .shipping .sp-methods {
    margin: 15px 0 0;
    padding: 15px 0 0;
    margin-bottom: 20px;
}

.cart button.btn-gf.button span {
    font-weight: normal;
    font-size: 10px;
}

.cart button.btn-gf.button.btn-update span {
    color: #cb027c;
    opacity: 1;
}

.cart .shipping h2:before {
    content: "\e80b";
    width: 26px;
    height: 26px;
    display: block;
    border: 0;
    font-family: 'porto';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    border-radius: 0;
    color: #4a4a4a;
    text-align: center;
    line-height: 24px;
    background-color: #ffffff;
    font-size: 14px;
}

.cart .discount h2:hover:before, .cart .shipping h2:hover:before {
    background: transparent !important;
    border: 0 !important;
    color: #1d1d1b !important;
}

.cart .totals tr {
    border: 0;
}

#shopping-cart-totals-table {
    background-color: #ffffff;
    width: 100%;
    display: none;
}

#checkout-step-review #shopping-cart-totals-table {
    display: block;
}

#shopping-cart-totals-table-footer {
    width: 100%;
}

#shopping-cart-totals-table-footer tr {
    border-top: 1px solid #dcdcdc;
}

.order-review #shopping-cart-totals-table td, .order-review #shopping-cart-totals-table-footer td {
    padding: 15px 20px;
    width: 70%;
}

.order-review #shopping-cart-totals-table td:last-child, .order-review #shopping-cart-totals-table-footer td:last-child {
    width: auto;
}

.cart .totals .price {
    display: block;
    text-align: right;
    font-family: 'Open Sans', sans-serif, sans-serif;;
    color: #1d1d1b;
    font-size: 20px;
}

.cart-collaterals > * {
    margin-bottom: 0;
}

.cart .shipping {
    border-bottom: 1px solid #d7d7d7;
    display: none;
}

.cart .cart-collaterals h4, .cart .cart-table thead {
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: 1px solid #3e3e3e;
}

.cart .cart-collaterals h2, .cart .totals h2 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 100;
    text-transform: none;
    border: 0;
    background-color: #ffffff;
    color: #4a4a4a;
    position: relative;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}

.cart .cart-collaterals .totals h2, .cart .totals h2 {
    display: none;
}

.cart .cart-collaterals h2 + * {
    padding: 0;
    font-size: 13px;
    border: 0;
    border-radius: 0;
    background-color: #ffffff;
}

.cart .shipping-form {
    padding: 15px;
}

#shopping-cart-totals-table-footer td {
    padding: 15px;
}

#shopping-cart-totals-table tfoot {
    float: right;
}

#shopping-cart-totals-table p {
    font-size: 12px;
    color: #8a8a8a;
    margin: 0;
}

.cart button.button.btn-proceed-checkout {
    float: right;
}

button.button.btn-proceed-checkout {
    font-size: 16px;
    padding: 15px 34px;
    margin-top: 15px;
    margin-left: 7px;
    border-radius: 30px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.8);
    background-color: #cb027c;
    color: #ffffff;
    vertical-align: top;
    font-weight: 600;
}

button.button.btn-proceed-checkout span {
    background: none;
    display: inline;
    border: 0;
    background: transparent;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 1.2em;
    border-radius: 0;
    float: left;
}

.cart .cart-table-wrap {
    border: none;
    border-radius: 0;
    background: #ffffff;
    display: block;
    padding: 0;
    margin-bottom: 20px;
    box-shadow: none;
}

.cart-table-wrap .cart-price .price {
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #cb027c;
    font-size: 20px;
}

.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span, .cart .shipping button span {
    font-weight: bold;
    font-size: 12px;
}

.cart .discount button span {
    font-size: 11px;
    color: #ffffff;
    line-height: 21px;
    font-weight: 600;
}

.cart-table .btn-empty:hover, .cart-table .btn-continue:hover, .cart-table .btn-update:hover, .btn-discount:hover {
    opacity: 1;
}

.cart-table .btn-empty:hover span, .cart-table .btn-continue:hover span, .cart-table .btn-update:hover span {
    background: transparent !important;
    border: 0 !important;
    color: #1d1d1b !important;
}

.cart-table tbody td.pr-img-td {
    max-width: 120px !important;
    width: 120px;
    padding: 5px 0 5px;
}

.cart-table tbody .first > td.pr-img-td {
    padding-top: 10px;
}

.item-options dt {
    clear: both;
    float: left;
}

.item-options dt, .item-options dd {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
}

.cart-table td.product-name-td {
    padding-left: 10px !important;
}

.product-name-td .item-options dt {
    display: none;
    font-weight: bold;
    font-style: normal;
}

.item-options dd, .item-options dt, #checkout-review-table-wrapper .item-options p {
    padding-left: 0;
    margin: 0;
    font-size: 13px;
    color: #626262;
    line-height: 21px;
}

#checkout-review-table-wrapper .item-options dt + dd, #checkout-review-table-wrapper .item-options dd + p {
    padding-left: 5px;
}

/* CART */

.cart {
    margin-bottom: 60px;
}

.cart .checkout-types {
    width: 100%;
}

.cart .shipping h2:before {
    content: "\e82a";
    width: 26px;
    height: 26px;
    display: block;
    border: 0;
    font-family: 'porto';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    border-radius: 0;
    color: #4a4a4a;
    text-align: center;
    line-height: 29px;
    background-color: #ffffff;
    font-size: 11px;
}

.cart .discount p, .cart .shipping p {
    font-size: 13px;
    padding-top: 15px;
}

.cart .discount h2.opened:before, .cart .shipping h2.opened:before {
    content: "\e82b";
}

.cart .totals tr {
    border: 0;
}

.cart .discount {
    position: relative;
    background-color: #ffffff;
    margin: 0;
}

.cart .discount:after {
    content: "";
    position: absolute;
    top: -24px;
    left: 30px;
    border: 12px solid transparent;
    border-bottom-color: #ffffff;
    display: block;
    width: 0;
}

.cart .discount, .cart .shipping {
    padding: 15px 0;
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
    overflow: hidden;
}

.cart .discount .btn-general {
    top: 0;
    padding: 0 18px;
    margin: 0;
    height: 50px;
}

.cart .discount .discount-form, .cart .discount .discount-form div {
    padding: 0;
    float: left;
    display: inline-block;
    margin: 0;
}

.cart .discount .discount-form .input-box {
    width: calc(100% - 130px);
    min-width: calc(100% - 130px);
    display: inline-block;
    float: left;
    overflow: hidden;
    left: 0;
}

.cart .discount .discount-form .input-box label {
    position: absolute;
    top: 0;
    font-size: 12px;
    color: #626262;
    line-height: 21px;
    padding: 15px 15px;
    left: 0;
    white-space: nowrap;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart .discount-form input.input-text {
    height: 50px;
    border: 1px solid #e4e4e4;
    width: auto;
    min-width: 100%;
    padding: 0 15px;
}

.cart .discount-form button.btn-general {
    min-width: 130px;
    max-width: 130px;
}

.cart .checkout-types .btn-general span {
    line-height: 20px;
}

.cart .discount h2:hover:before, .cart .shipping h2:hover:before {
    background: transparent !important;
    border: 0 !important;
    color: #1d1d1b !important;
}

.cart .review-total-items {
    padding: 0 15px;
    text-transform: uppercase;
    color: #1d1d1b;
}

#opc-review .review-total-items {
    padding: 0;
}

#checkout-review-table-wrapper .review-total-items {
    border-bottom: 1px solid #222222;
    padding-bottom: 5px;
}

.cart .review-total-items span {
    font-weight: bold;
}

#checkout-review-table-wrapper td > div{
    margin: auto;
    display: block;
    position: relative;
    vertical-align: middle;
    height: 100%;
    padding: 20px 0;
}

#checkout-review-table-wrapper td span.cart-price {
    margin: auto;
    position: relative;
    height: auto;
    vertical-align: middle;
}

#checkout-review-table-wrapper td {
    display: table-cell;
    height: 100%;
}

#checkout-review-table-wrapper #checkout-review-table {
    margin-top: 20px;
}

#checkout-review-table-wrapper .data-table tr td a, #checkout-review-table-wrapper .data-table tr td {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: relative;
}

#checkout-review-table-wrapper .data-table tr td.product-image-cell {
    max-width: 100px;
    width: 100px !important;
    min-width: 100px;
}
#checkout-review-table-wrapper .data-table tr td a.product-image {
    max-width: 100px;
    min-width: 100px;
    width: auto;
    z-index: 1;
    margin: auto;
    height: auto !important;
    min-height: auto !important;
    left: 50%;
    top: 50%;
    transform: translateY(-50%)translateX(-50%);
    display: block;
    position: absolute !important;
    padding: 0;
}

#checkout-review-table-wrapper .data-table .product-image img {
    max-width: 100px;
    min-width: 100px;
    width: auto;
}

.cart .block-table {
    padding: 0 15px;
    margin: 0 0 15px 0;
}

#opc-review .block-table {
    background: #ffffff;
    margin: 0;
    padding: 15px 0;
}

.cart .data-table td {
    color: #1d1d1b;
}

.cart td.action-td.last {
    width: auto;
    max-width: 16px;
}

.cart.reviewcart .data-table tbody tr {
    border: 1px solid #dcdcdc;
}

#shopping-cart-table.data-table tfoot tr.first td {
    border-top: 1px solid #f0f0f0 !important;
}

.cart-table tfoot td {
    padding: 10px 0 0 0;
}

td.product-name-td div p, td.product-name-td h2 {
    text-align: left;
}

td .product-sku p {
    font-size: 10px;
    color: #cccccc;
}

.cart.reviewcart .product-name-cell {
    min-width: 110px;
}

.onepage-content .data-table tbody th, .onepage-content .data-table tbody td,
.cart.reviewcart .data-table tbody th, .cart.reviewcart .data-table tbody td {
    border-bottom: 0;
    border-right: 0;
}

.onepage-content .data-table tr, .cart.reviewcart .data-table tr {
    border: none;
}

.cart .cart-price {
    display: block;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    color: #1d1d1b;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.cart.reviewcart .product-sku {
    color: #8d8e8e;
    font-size: 10px;
}

.cart.reviewcart .qty {
    color: #cb027c;
    margin-top: 10px;
    font-weight: bold;
}

.cart .data-table h2, .cart .data-table h3 {
    color: #1d1d1b;
}

#opc-review tfoot tr .price, #opc-review tfoot tr .total-points {
    display: block;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 600;
}

#opc-review td .product-sku + .product-name {
    padding-top: 5px;
}

/* CART EMPTY */

.cart-empty {
    margin-top: 20px;
    min-height: 400px;
    position: relative;
}

.cart-area > .minicart-area .cart-empty {
    min-height: 10px;
}

.container-bg-empty {
    width: 100%;
    min-height: 150px;
    position: relative;
    display: none;
    margin-bottom: 20px;
}

.bg-empty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    margin: auto;
    height: 150px;
    background: transparent url(/media/wysiwyg/galaperfumeries/homepage/bg_error.png);
    background-size: cover;
}

.cart-empty .container-text-empty p.textbase {
    text-align: center !important;
}

/* ERROR 404 */

.error-404 {
    margin-top: 20px;
    min-height: 400px;
    position: relative;
}

.container-text {
    min-height: 400px;
}

.container-text-error {
    min-height: 300px;
}

.container-text-error, .container-widget-newproducts, .container-text {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
}

.container-text .buttons-set {
    text-align: center;
}

.container-text .buttons-set button.btn-general {
    text-align: center;
    margin: auto;
    float: none !important;
    clear: both !important;
}

.container-widget-newproducts h2 + p[class*="textbase"] {
    margin-top: 0 !important;
}

/* ERROR MESSAGE */

.cart-table .item-msg {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0 !important;
    padding-left: 0;
    font-size: 9px;
    font-weight: 400;
    line-height: 13px;
    color: #eb340a;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

/*--- RESPONSIVE ---*/
/* MOBILE MENU */

@media (min-width: 768px) {
    .opc {
        padding-left: 10%;
    }
}

@media (max-width: 991px) {

    .header-container.sticky-header, .header-container.sticky-header.type12, .cms-index-index .header-container.sticky-header.type8 {
        position: fixed;
        left: 0;
        top: 0 !important;
        width: 100%;
        z-index: 50 !important;
        bottom: auto;
    }

    .header-container.sticky-header.type8 .header-wrapper {
        display: block;
    }

    .menu.header-container.sticky-header.type8 .header-wrapper .main-nav {
    }

    .cms-index-index .header-container.type8 .menu-icon a {
        color: #ffffff !important;
    }

    .cms-index-index .header-container.sticky-header.type8 .menu-icon a, .header-container.type8 .menu-icon a, .customer-area .menu-icon a {
        color: #000000 !important;
    }

    .menu-icon [title*="Menu"] i {
        width: 38px;
        margin-top: 0;
        opacity: 0.8;
        left: 0;
        height: 32px;
        overflow: hidden;
        background: url(../images/ico_hamburger-menu.svg) 0px 0px no-repeat;
        display: block;
        position: relative;
        background-size: contain;
    }

    .menu-icon [title*="Menu"] i:before {
        content: none;
    }

    .header-container.type8 .header {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header-container.sticky-header.type8 .header {
        padding-top: 0 !important;;
        padding-bottom: 0 !important;;
    }

    .header-container.type8.sticky-header .header > .logo {
        padding-top: 0 !important;;
    }

    .header-container.type8 .menu-icon {
        display: inline-block;
        vertical-align: middle;
        height: 48px;
        margin-right: 0;
        margin-left: 15px;
        padding-top: 10px;
    }

    .top-container .category-banner {
        min-height: auto;
    }

    .category-bubble {
        display: none;
    }
}

/* HEADER */

@media (max-width: 1024px) {
    .top-offset-div {
        display: none;
    }

    .top-message-div, .top-header-div {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .top-offset-div {
        display: none;
    }

    .top-header-div {
        display: none;
    }

    .top-message-div {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .header-container.type8 .menu-icon {
        margin: 1px 0 0 20px;
    }
}

@media (max-width: 480px) {
    .header-container.type8 .menu-icon {
        margin: 0 0 0 20px;
    }

    .header-container.type8.sticky-header .menu-icon {
        margin: 0 5px 0 20px;
    }
}

/* HOME */

@media (max-width: 480px) {
    .home-products.row {
        clear: both;
        margin-top: 40px;
    }
}

/* OWL CAROUSEL */

.owl-carousel.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
}


@media (min-width: 1160px) {

}

/* LOGIN */

@media (max-width: 991px) {

    .col-contentblock {
        display: block;
        overflow: hidden;
        float: none;
        clear: both;
    }

    .account-login .new-users {
        margin-bottom: 64px;
    }
}

/* PRODUCT VIEW */

@media (max-width: 767px) {

    .product-view .product-shop-box {
        padding: 15px;
        min-height: auto;
        height: auto !important;
        overflow: visible;
        position: relative;
        margin: 0;
    }
}

/* CUSTOMER AREA */

@media (max-width: 1023px) {

    .cart .cart-price, .cart-table-wrap .cart-price .price {
        text-align: center;
    }

    .cart-collaterals {
        margin-top: 35px;
    }

    .cart .cart-collaterals h4, .cart h4 {
        padding-top: 5px;
    }
}

@media (max-width: 767px) {
    td.product-name-td {
        width: 100%;
        display: block;
    }

    td.product-name-td {
        display: table-row !important;
        width: 100% !important;
        position: relative;
    }

    .cart-table-wrap .data-table td:not(.action-td) {
        text-align: center !important;
        display: block !important;
        width: 100%;
        height: auto;
        position: relative;
        float: none;
        margin: 20px 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cart-table-wrap .data-table td:not(.product-name-td) span {
        display: inline-block;
    }

    .data-table.cart-table tbody tr.first td.action-td {
        position: absolute !important;
        right: 24px;
    }

    .cart-table-wrap .data-table tr {
        display: table-row !important;
    }

    .cart-table button.button#empty_cart_button {
        float: right;
    }

    .cart-table-wrap .data-table
    tfoot tr.first td {
        display: block !important;
    }

    .cart-table-wrap .data-table td.pr-img-td, .cart-table-wrap .data-table td.pr-img-td a img {
        width: auto !important;
        margin: 20px auto 0 !important;
        min-width: 80%;
    }

    .cart .row {
        margin-top: 0;
    }
}

/* NEWSLETTER FOOTER FORM */
@media (max-width: 767px) {
    .footer-newsletter {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .newsletter-footer-box button.button {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .newsletter-footer-box button.button > span {
        border-left: 2px solid #1d1d1b;;
        width: 100%;
    }
}

/* CONTENT CMS PAGES */

.cms-page-view .main-container.col1-layout.cms-row-first {
    display: none;
}

.cms-page-view .main-container.cms-row-title {
    min-height: auto;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0 0 0;
}

.cms-page-view .main-container.cms-row-title .col-main {
    padding-bottom: 0;
}

.cms-page-view .main-container.cms-row-title h1 {
    color: #1d1d1b;
    font-size: 56px;
    font-weight: bold;
}

.cms-page-view .main-container.cms-row-content {
    font-size: 16px;
    color: #4a4a4a;
}

/* COMMUNITY BANNERS */

.block-banners {
    width: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.block-banners .full {
    width: 100%;
}

.block-banners .item-cita {
    max-height: 170px;
    text-align: center;
    padding-bottom: 37px;
}

.block-banners .banner608 {
    max-height: 608px;
}

.banner-right-space {
    padding-right: 20px !important;
}

.block-banners .inside487 {
    width: 70%;
    padding: 0;
}

.block-banners .row {
    margin-left: 0px;
    margin-right: 0px;
}

.block-banners .row-bottom-space {
    margin-bottom: 20px;
}

.block-banners .row .col-md-6, .block-banners .full .row .col-md-12, .block-banners .row-banner .col-md-12, .block-banners .row-banner .col-md-3 {
    margin: 0;
    padding: 0;
}

.block-banners .full560 {
    background-image: url('/media/wysiwyg/galaperfumeries/homepage/full560.jpg');
    background-repeat: no-repeat;
    height: 560px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 112px 30px 20px 91px;
}

.block-banners .half-fullw-halfh {
    background-image: url('/media/wysiwyg/galaperfumeries/homepage/half-fullw-halfh.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 294px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20px 30px !important;
}

.block-banners .half-halfw-halfh-1 {
    background-image: url('/media/wysiwyg/galaperfumeries/homepage/half-halfw-halfh-1.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 294px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding: 20px 30px !important;
}

.block-banners .half-halfw-halfh-2 {
    background-image: url('/media/wysiwyg/galaperfumeries/homepage/half-halfw-halfh-2.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 294px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 20px 30px !important;
}

.block-banners .half-full {
    background-image: url('/media/wysiwyg/galaperfumeries/homepage/half-full.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 608px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20px 30px !important;
}

.block-banners .full487 {
    background-image: url('/media/wysiwyg/galaperfumeries/homepage/full487.jpg');
    background-repeat: no-repeat;
    background-color: black;
    width: 100%;
    height: 487px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20px 30px 20px 91px !important;
}

.block-banners .date {
    vertical-align: middle;
    padding-right: 10px;
}

.block-banners h1 {
    color: #ffffff;
    font-size: 82px;
    line-height: 84px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 700;
    max-width: 90%;
}

.block-banners h2 {
    color: #ffffff;
    font-size: 76px;
    line-height: 72px;
    letter-spacing: -1.12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    margin-bottom: 0px;
    text-align: left;
    font-weight: 700;
    padding: 27px 0 0 0;
    clear: both;
    float: left;
}

.block-banners h3 {
    color: #000000;
    font-size: 66px;
    line-height: 84px;
    letter-spacing: -1.8px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    padding: 27px 0 0 0;
}

.block-banners h4 {
    color: #ffffff;
    font-size: 64px;
    line-height: 52px;
    letter-spacing: -1.53px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    margin-bottom: 1px;
    text-align: left;
    padding: 27px 0 0 0;
    clear: both;
    float: left;
}

.block-banners h5 {
    color: #ff7d31;
    font-weight: 600;
    font-size: 22px;
    line-height: 66px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    margin-bottom: 1px;
    text-align: left;
    float: left;
}

.block-banners .post-date {
    padding: 44px 0 0 0;
}

.block-banners .post-date span {
    float: left;
    color: #ff7d31;
    font-size: 34px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 2px solid;
    border-radius: 50%;
    line-height: 58px;
    margin-right: 10px;
}

.block-banners h4.h4-sm-3 {
    color: #ffffff;
    font-size: 34px;
    line-height: 30px;
    letter-spacing: -0.47px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    text-align: left;

}

.block-banners label {
    font-weight: 600;
    color: #cb027c;
    font-size: 20px;
    letter-spacing: -0.1px;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
    text-shadow: none;
    float: left;
}

.block-banners p {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.1px;
    font-weight: 300;
}

.block-banners .banner-text-content {
    max-width: 80%;
}

.block-banners .banner-text-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
}

p.white487 {
    color: white;
    padding: 20px 0 0 0;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    font-weight: 600;
    clear: both;
    float: left;
}

.block-banners .semibold {
    font-weight: 600 !important;
}

.block-banners .light {
    font-weight: 300 !important;
}

.block-banners a {
    float: left;
    background-color: transparent;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #d7d7d7;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    max-height: 32px;
    padding: 4px 24px 6px 21px;
    margin-left: 0;
    position: relative;
    margin-top: 20px;
    clear: both;
}

.block-banners p.button {
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
}

/* MANUFACTURERS */

.manufaturers-grid li.item {
    padding: 10px 15px;
    float: left;
    text-align: center;
    width: 10%;
}

@media (max-width: 1024px) {
    .manufaturers-grid li.item {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .manufaturers-grid li.item {
        width: 25%;
    }
}

@media (max-width: 480px) {
    .manufaturers-grid li.item {
        width: 50%;
    }
}

.manufaturers-grid li.item a {
    width: 100%;
    display: block;
    min-height: 70px;
}

.manufaturers-grid li.item a.title {
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.manufacturer-index-view .page-title {
    display: block;
    text-align: center;
}

.manufacturer-index-view .category-logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.manufacturer-index-view .category-logo img {
    max-height: 150px;
    max-width: 100%;
}

.manufacturer-index-view .category-description {
    display: block;
    text-align: center;
    font-size: 16px;
}

.manufacturer-index-view .category-view {
    margin-bottom: 20px;
    width: 100%;
}

/* COMMUNITY BANNERS RESPONSIVE */

@media (max-width: 1024px) {
    .block-banners .inside487 {
        width: 90%;
    }

    .block-banners .post-date {
        padding: 10px 0px 0px 0;
    }

    .block-banners h1, .block-banners h2 {
        font-size: 64px;
        line-height: 1em;
        padding-top: 0;
    }

    .banner-right-space {
        padding: 0 !important;
        margin-bottom: 20px !important;
    }

    .block-banners .row-bottom-space > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .block-banners .full560 {
        height: 660px !important;
        padding-top: 30px;
    }

    .block-banners .full560, .block-banners .full487 {
        padding-left: 30px !important;
    }

    .block-banners h1 {
        padding-top: 0 !important;
    }

    .block-banners .banner-text-content {
        padding-top: 20px !important;
        max-width: 100% !important;
    }
    #opc-review .buttons-set p {
        float: right !important;
    }
}

@media (max-width: 560px) {
    .block-banners h1 {
        font-size: 40px;
        line-height: 1em;
        padding: 20px 0;
    }

    .block-banners h2 {
        font-size: 40px;
        line-height: 1em;
    }

    .block-banners .banner-text-content {
        padding-top: 0;
    }

    .block-banners h3 {
        font-size: 32px;
    }

    .block-banners h4 {
        font-size: 34px;
        line-height: 30px;
    }

    .block-banners .inside487 {
        width: 100%;
    }

    .block-banners .post-date {
        padding: 20px 0 0 20px;
    }

    .block-banners h2 {
        font-size: 34px;
        line-height: 30px;
        padding: 20px 0 0 0;
    }

    p.white487 {
        padding: 20px 0 0 0;
    }

    .block-banners a {
        float: left;
        background-color: transparent;
        color: white;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        border: 2px solid #d7d7d7;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        max-height: 32px;
        padding: 4px 24px 6px 21px;
        margin-left: 0px;
        position: relative;
        margin-top: 20px;
    }
}

/* onePageCheckout Gala */
@media (max-width: 767px) {

    /* Ocultar metodos de pago inactivos */
    .opc#checkoutSteps li.section > .step-title h2 {
        display: none !important;
    }

}

.legal-content {
    margin-top: 0;
    margin-bottom: 48px;}

/* Reward Points */
#reward_sales_point {
    height: 50px !important;
    text-align: left;
    font-size: 36px;
    margin-right: 5px;
    border: none;
    background: transparent;
    width: 120px !important;
    padding: 0 !important;
    float: left;
    display: flex;
    flex: 1 1 auto;
    min-width: 50px;
}

.sp-methods #cart-rewards-form {
    width: 100%;
    min-width: 300px;
}

.rewards-sales-rules h5 {
    font-size: 28px;
}

.rewardpoints-slider-input .input-point {
    text-align: left;
    display: inline-block;
    width: 300px;
    line-height: 50px;
    margin-top: 10px;
}

.rewardpoints-slider-input .input-point span span {
    font-size: 16px;
}

.rewardpoints-slider-input .input-point span span img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.user-points {
    font-size: 16px;
}

.block-content li img.reward-point-img {
    display: none !important;
}

/* GIFT MESSAGE */

.opc .gift-messages-form {
    margin: 0;
    background: #f5f5f5;
    border: 0;
    border-top: 1px solid #dddddd;
    padding: 0 20px;
    border-radius: 0;
}

.opc .gift-messages-form .inner-box {
    padding: 0;
    height: auto;
    overflow: visible;
}

.gift-messages p.control {
    margin-top: 5px !important;
}

.gift-messages p.control label {
    float: none;
    margin: 0;
    line-height: 1em !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px !important;
    padding: 2px 0 0 0;
}

.gift-messages p.control label:after {
    padding-top: 0 !important;
}

/* COOKIES */

.global-site-notice {
    background: #222;
    color: white;
    border: none;
    opacity: .99;
}

.global-site-notice .notice-inner{
    display: flex;
    padding: 15px 15px;
    justify-content: space-between;
}

.global-site-notice .notice-inner p {
    border: 0;
    padding: 0;
    line-height: 18px;
}

.global-site-notice .notice-inner .notice-text {
    display:  flex;
    margin: 0 30px 0 0;
}

.global-site-notice .notice-inner .actions {
    display:  flex;
    padding: 0;
}

.global-site-notice .notice-inner .actions button {
    top: 0;
    height:  45px;
}

.global-site-notice .notice-inner .actions a span {
    line-height:  42px;
}

.global-site-notice .notice-inner .actions .btn-remove:after {
    background-position: 0 -24px;
}


/* WE ARE HIRING */

.wearehiring-block {
    margin: 40px 0;
}

.wearehiring-block h4 {
    font-size: 22px;
    color: #888888;
    letter-spacing: -1px;
}

/* CART RESPONSIVE */
@media (max-width: 1199px){
    .data-table.cart-table tbody td.action-td {
        position: relative;
        top: 0;
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    td.product-name-td div p, td.product-name-td h2 {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    body:not(.cms-index-index) .checkout-types .btn-general, .customer-area button.btn-general {
        max-width: 100%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }

    .cart-table button.button {
        width: 100% !important;
        text-align: center;
    }

    .cart button.btn-gf.button span {
        width: 100% !important;
        text-align: center !important;
    }

    .data-table.cart-table tbody td.action-td .btn-remove2 {
        position: absolute;
        right: 0;
        top: 20px;
    }
}

/* MY ACCOUNT RESPONSIVE */

@media only screen and (max-width: 560px) {

    .my-account .data-table tbody td.total:before, .my-account .data-table tbody td.status:before {
        display: none;
    }

    .customer-account .col-left.f-left,
    .customer-account .sidebar,
    .customer-area .col-left.f-left,
    .customer-area .sidebar{
        text-align: center !important;
    }

    .my-account .data-table tbody td,
    .my-account .data-table tbody td.total span,
    .my-account .data-table tbody td.total,
    .my-account .data-table tbody td:last-child span,
    table#my-orders-table td.view.last {
        text-align: center !important;
        float: none; !important;
        width: 100% !important;
    }

    .my-account .data-table tbody td:last-child a:first-child {
        padding: 0;
    }

    .customer-area .main-account-container {
        padding: 0;
    }

    .box-rewardpoints-history .data-table td {
        padding: 15px 0;
    }

    .box-rewardpoints-history .data-table p {
        clear: both;
        text-align: left;
    }

    .opc .buttons-set .please-wait, #rewardpoints-mask .please-wait {
        display: inline-block;
        position: relative;
        margin: auto;
        width: auto;
        height: auto;
        top: 0;
        right: 0;
        background: white;
        left: 0;
        float: none;
    }

    .opc:first-of-type .active .step {
        left: 0;
        margin-top: 0;
        padding: 0;
    }

    #checkout-review-table-wrapper .data-table tr td.product-image-cell {
        max-width: 80px;
        width: 80px !important;
        min-width: 80px;
    }

    #opc-review .data-table td.last {
        min-width: auto;
        padding: 0;
    }

    #checkout-review-table-wrapper .data-table tr td a.product-image {
        max-width: 80px;
        min-width: 80px;
    }

    #checkout-review-table-wrapper .data-table .product-image img {
        max-width: 80px;
        min-width: 80px;
        width: auto;
    }

    #opc-review .data-table td.last .cart .cart-price {
        font-size: 18px;
    }

    .data-table tbody td .separator {
        font-size: 14px;
    }

    .opc:not(.opc-login) .section:last-child .step-title {
        width: 25%;
        float: right;
    }

    .opc#checkoutSteps > li > div.step-title {
        padding-left: 0;
    }

    .opc:first-of-type li .step-title a , .opc:first-of-type li.active .step-title a {
        left: 30px;
    }

    .opc .section .step-title .number {
        margin-left: 20px;
        margin-right: 20px;
    }

    .sp-methods #cart-rewards-form {
        width: 100%;
        min-width: auto;
    }

    .form-list input.input-text {
        min-width: calc(100% - 180px);
    }

    .rewardpoints-slider-input .input-point span span {
        font-size: 14px;
    }

    .rewardpoints-slider-input .input-point span span img {
        height: 24px;
        width: 24px;
    }
}

@media only screen and (max-width: 320px) {
    .rewardpoints-name-img {
        display: none;
    }
}

/* Checkboxes */

@media only screen and (max-width: 480px) {
    .checkbox input[type*='checkbox'] + label {
        width: auto;
        display: inline-block;
    }
}