@font-face {
    font-family: hk-nova-regular;
    src: url('//s3.amazonaws.com/cdn.shopmelissa.com/assets/fonts/HKNova-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: hk-nova-bold;
    src: url('//s3.amazonaws.com/cdn.shopmelissa.com/assets/fonts/HKNova-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: hk-nova-medium;
    src: url('//s3.amazonaws.com/cdn.shopmelissa.com/assets/fonts/HKNova-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: hk-nova-regular;
}

body {
    font-size:12px;
    color: #2f2f2f;
    padding-top: 88px;
}

body.scroll-lock{
  overflow: hidden;
}

body.noScrool{
	position: fixed;
  overflow: visible;
  width: 100%;
}

img {
    border: 0;
}

a {
// color: #CACACA; /* IWX */
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
}

/* FONTS */
@font-face {
    font-family: "IconsFooter";
    font-style: normal;
    font-weight: normal;
    src: url("//s3.amazonaws.com/cdn.shopmelissa.com/assets/fonts/icons-footer.eot?#iefix") format("embedded-opentype"), url("//s3.amazonaws.com/cdn.shopmelissa.com/assets/fonts/icons-footer.woff") format("woff"), url("//s3.amazonaws.com/cdn.shopmelissa.com/assets/fonts/icons-footer.ttf") format("truetype"), url("//s3.amazonaws.com/cdn.shopmelissa.com/assets/fonts/icons-footer.svg#icons-footer") format("svg");
}

/* Headings */
h1 {
    font-size: 32px;
    font-weight: normal;
}

h2 {
    font-size: 24px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

h6 {
    font-size: 11px;
    font-weight: bold;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0; /*border-collapse:collapse;*/
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption,th,td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* Content */
p {
    margin: 0 0 10px;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,blockquote {
    quotes: none;
}

q:before,q:after {
    content: '';
}

small,big {
    font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
ul,ol {
    list-style: none;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,.left {
    float: left !important;
}

.f-right,.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.no-bl {
    display: inline;
    white-space: nowrap;
}

/* ======================================================================================= */
/* Layout ================================================================================ */
.wrapper {
    min-width: 954px;
}

.page {
    overflow: hidden;
}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.main-container {
    background: none;
}

.main {
    max-width: 1280px;
    width: auto !important;
    margin: 0px auto;
    min-height: 400px;
    padding: 0px;
    background: none;
    text-align: left;
    position: relative;
}
.col2-left-layout .main {
    max-width: 1280px;
}

/* Base Columns */
.col-left {
    float: left;
    width: 185px;
    padding: 0 0 1px;
}

.col-main {
    float: right;
    padding: 0 0 1px;
    max-width: 960px;
    margin:0px auto;
}
.cms-home .col-main {
    float: left;
    margin-left: 15px;
    max-width: 1040px;
}

.cms-home .col-main .std{
    margin: 10px 0 0 0;
}

.cms-home .col-left .neemu_sidebar{
    margin: 49px 0 0 0;
}

@media only screen and (max-width: 1024px) {
    .cms-home .col-main {
        max-width: 780px
    }
}
@media only screen and (max-width: 980px) {
    .cms-home .col-main {
        max-width: 620px
    }
}
.col2-left-layout .col-main {
   max-width: 870px;
}
.catalog-category-view .col-main {
    max-width: 1110px;
}

/*.catalog-product-view .col-main,*/
/*.onestepcheckout-index-index .col-main,*/
/*.checkout-cart-index .col-main {*/
    /*max-width: 960px;*/
    /*margin: 0px auto;*/
/*}*/

.col-right {
    float: right;
    width: 220px;
    padding: 0 0 1px;
}

/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: 1028px;
    max-width: 1028px;
}

.cms-index-index .col1-layout .col-main.home-chaordic {
    margin-left: 200px;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: none;
    margin-left: 250px;
}

.col2-right-layout .col-main {

}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 475px;
    margin-left: 17px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%;
}

.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

.col2-set .col-narrow {
    width: 32%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

.col2-left-layout .main {
    max-width: 1110px;
}

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
select option {
    padding-right: 10px;
}

textarea {
    overflow: auto;
}

/*.highlight { background:#efefef; }*/
/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
    margin: 0 0 8px;
}

.form-list li.terms-checkbox {
    margin: 34px 0;
}

.form-list li.terms-checkbox a {
    color: rgb(231, 10, 96);
}

.form-list label {
    float: left;
    color: #000;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.form-list label.required {

}

label.required em,
span.required {
    font-style: normal;
    color: #ff0080;
}
.form-list label.required em {
    float: right;
    position: absolute;
    right: -8px;
}

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

.form-list li.control input.radio,.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}

.form-list .field {
    float: left;
    width: 275px;
}

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

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 535px;
}

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

.form-list li.wide textarea {
    width: 529px;
}

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

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,.form-list .customer-name-suffix .input-box,.form-list .customer-name-prefix-suffix .input-box,.form-list .customer-name-prefix-middlename .input-box,.form-list .customer-name-middlename-suffix .input-box,.form-list .customer-name-prefix-middlename-suffix .input-box
{
    width: auto;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-suffix {
    width: 65px;
}

.customer-account-edit .form-list li.fields,
.customer-address-form .form-list li.fields {
    display: inline-block;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,.form-list .customer-name-prefix-middlename .name-firstname
{
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-middlename .name-firstname input.input-text
{
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text
{
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text
{
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text
{
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,.form-list .customer-name-middlename .name-firstname
{
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,.form-list .customer-name-middlename .name-firstname,.form-list .customer-name-middlename-suffix .name-firstname,.form-list .customer-name-middlename-suffix .name-lastname
{
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,.form-list .customer-name-suffix .name-lastname input.input-text,.form-list .customer-name-middlename .name-firstname input.input-text,.form-list .customer-name-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-middlename-suffix .name-lastname input.input-text
{
    width: 189px;
}

.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-year
{
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,.form-list .customer-dob .dob-month input.input-text
{
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.customer-address-form .validation-advice a {
    color: #ff0080;
}

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/
.buttons-set {
    clear: both;
    margin: 4em 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #e4e4e4;
    text-align: right;
}

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

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}

.fieldset {
    padding: 22px 25px 12px 33px;
    margin: 28px 0;
}

.fieldset .legend {
    width: 878px;
    height: 55px;
    color: #000;
    font-size: 18px;
    /* float: left; */
    font-weight: bold;
    margin: -33px 0 0 -10px;
    padding-top: 22px;
    position: relative;
}

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
    color: #ff0080;
}

.validation-failed {
    /* border:1px dashed #eb340a !important; background:#faebe7 !important; */

}

.validation-passed {

}

p.required {
    font-size: 11px;
    text-align: right;
    color: #ff0080;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Global Messages  */
.success {
    color: #3d6611;
    font-weight: bold;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
}

.messages,.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 0 0 10px !important;
}

.messages li li {
    margin: 0 0 3px !important;
}

.error-msg,.success-msg,.note-msg,.notice-msg {
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

.error-msg {
    background-color: #F5F5F5;
    color: #ff0080;
}

.success-msg {
    border-color: #446423;
    background-color: #f5f5f5;
    color: #ff0080;
}

.note-msg,.notice-msg {
    color: #f20078;
    border: none;
}

/* BreadCrumbs */
.breadcrumbs {
    font-size: 11px;
    line-height: 1.25;
    padding: 10px 0px 0px 10px;
}

.breadcrumbs ul {
    max-width: 960px;
    margin: 0px auto;
}

.breadcrumbs li {
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
}

.breadcrumbs ul li a {
    color: #b2b2b2;
}

.breadcrumbs span {
    text-align: center;
    color: #b2b2b2;
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-top: -5px;
}

.breadcrumbs li strong {
    font-weight: 500;
    color: rgb(50, 50, 50);
}

.banner-navigation {
    text-align: center;
    width: 100%;
}

/* Page Heading */
.page-title {
    overflow: auto;
    margin: 0 0 25px;
    font-size: 32px !important;
    padding-top: 20px;
}

.page-title h1,.page-title h2 {
    margin: 0;
    font-size: 20px;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6
{
    float: left;
}

.subtitle,.sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 6px;
    color: #000;
}

/* Pager */
.pager {
    font-size: 11px;
    background: #fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 4px 8px;
    border-top: 1px solid #e2e2e2;
    text-align: center;
}

.pager .amount {
    float: left;
    margin: 0;
}

.pager .limiter {
    float: right;
}

.pager .limiter label {
    vertical-align: middle;
}

.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.pager .pages {
    margin: 0 140px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
    margin: 0 2px;
}

.pager .pages .current {

}

/* Sorter */
.sorter {
    font-size: 11px;
    background: #fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 3px 8px;
    border-top: 1px solid #e2e2e2;
}

.sorter .view-mode {
    float: left;
    margin: 0;
}

.sorter .sort-by {
    float: right;
    padding-right: 30px;
}

.sorter .sort-by label {
    vertical-align: middle;
}

.sorter .sort-by select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.sorter .link-feed {

}

/* Toolbar */
.toolbar {

}

.toolbar .pager {
    padding: 3px 8px;
    border-bottom: 1px solid #fff;
}

.toolbar .sorter {
    border-bottom: 1px solid #fff;
}

.toolbar-bottom {

}

/* Data Table */
.data-table {
    width: 100%;
}
/*.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,.data-table th.last {
    border-right: 0;
}

.data-table tr.last td {
    border-bottom: 0 !important;
}

.data-table td {
    padding: 5px 5px;
}

.data-table thead th {
    /*font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle;*/

}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,.data-table thead th a:hover {
    color: #fff;
}


.data-table thead tr {
    text-transform: uppercase;
    font-size: 14px;
}  /* IWX */
.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr.first td {
    border-top: 2px solid black;
}

.data-table tfoot tr /*{ background-color:#dee5e8 !important; }*/
.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
    border-right: 1px solid #d9dde3;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tbody th,.data-table tbody td {
    border-bottom: 1px solid #d9dde3;
    /*border-right:1px solid #d9dde3; iwx */
}

/* Bundle products tables */
.data-table tbody.odd tr /* { background:#f8f7f5 !important; }*/
.data-table tbody.even tr {
    background: #f6f6f6 !important;
}

.data-table tbody.odd tr td,.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-family: hk-nova-bold;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* Generic Info Box */
.info-box {
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {

}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {

}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

/* Misc */
.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    color: #ff0080 !important;
    font-weight: bold;
}

.link-wishlist {
    color: #ff0080 !important;
    font-weight: bold;
}

.link-reorder {
    font-weight: bold;
    color: #ff0080 !important;
}

.link-compare {
    font-weight: bold;
}

.link-print {
    /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
    font-weight: bold;
    color: #ff0080;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/reset_filter.png) 0 1px no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove3 {
    color: #E70A60;
    text-transform: uppercase;
    font-size: 11px;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.clear {
    clear: both;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Noscript Notice */
.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 950px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(../images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

/* ======================================================================================= */
/* Header ================================================================================ */
.header-container {
    width: 100%;
    background-color: white;
    overflow: hidden;

}

.header-melissa-container {
    z-index: 100;
    position: relative;
    background-color: black;
}

.header-melissa {
    width: 940px;
    margin: 0 auto;
    position: relative;
    height: 69px;
    padding-top: 1px;
}

.header-melissa div.logo {
    float: left;
    margin-top: 14px;
    width: 200px;
}

.header-melissa .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.logo {
    float: left;
}

.header {
    width: 930px;
    margin: 0 auto;
    padding: 10px;
    text-align: right;
    position: relative;
    z-index: 10;
}

.header .logo {
    float: left;
    margin: 3px 0 10px 12px;
    text-decoration: none !important;
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header h1.logo {
    margin: 0;
}

.header .quick-access {
    float: right;
    width: 600px;
    padding: 28px 10px 0 0;
}

.header .welcome-msg {
    margin: 0;
    color: #fff;
    text-align: right;
}

.header .welcome-msg a {
    color: #ebbc58;
}

.header .form-search {
    position: absolute;
    top: 0;
    right: 29px;
    width: 315px;
    height: 30px;
    background: url(../images/bkg_form-search.gif) 0 0 no-repeat;
    padding: 1px 0 0 16px;
}

.header .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.header .form-search input.input-text {
    float: left;
    border-color: #5c7989;
    width: 209px;
    margin-right: 4px;
}

.header .form-search button.button {
    float: left;
}

.header .form-search button.button span {
    border: 0;
    height: 21px;
    background: url(../images/btn_search.gif) 0 0 no-repeat;
    padding: 0 0 0 3px;
    font: bold 11px/21px Tahoma, Verdana, Arial, sans-serif;
}

.header .form-search button.button span span {
    background-position: 100% 0;
    padding: 0 6px 0 3px;
}

.search-autocomplete {
    z-index: 999;
    background: #000;
}

.search-autocomplete ul {
}

.search-autocomplete li {
    text-align: left;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
    color: #888;
    line-height: 30px;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.header .form-search .search-autocomplete li.odd {
    background-color: #fffefb;
}

.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd;
}

.block-cart-top {color : #FFF; cursor:pointer; z-index: 999; }
.popup-cart-title {clear : right;}
.block-cart-top #recently-added-item {position: absolute; z-index: 9999; margin-top:20px; margin-left:-150px; background-color: #FFF}


.shipping-tracking-popup div div h1{
    text-transform: uppercase;
    font-size: 24px !important;
    color: black !important;
}

.atendimento-header {
    float: left;
    width: 130px;
    height: 40px;
    margin-left: 150px;
    text-align: right;
    padding-right: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}

.buttons-set .button span, .shipping-tracking-popup .button span {
    background: url(../images/btn-publique-seu-comentario.jpg) 0 0 no-repeat;
    width: 190px;
    height: 26px !important;
    padding: 0 0 0 0 !important;
    line-height: 26px !important;
}

.account-create .buttons-set span  span,.account-login .buttons-set span  span,.buttons-set .button span span
{
    line-height: 26px;
    color: #ff0080;
}

.rewards-customer-points-page .rewards-customer-points-summary	.mypoints-summary .usable-points,.rewards-customer-points-page .rewards-customer-points-summary .mypoints-summary .pending-points,.my-account .mypoints-summary .usable-points,.my-account .mypoints-summary  .pending-points
{
    color: #666;
}

.rewards-customer-points-page .rewards-customer-points-summary	.mypoints-summary .usable-points .points-summary-total,.rewards-customer-points-page .rewards-customer-points-summary .mypoints-summary .pending-points .points-summary-waiting-approval,.my-account .mypoints-summary .pending-points .points-summary-waiting-approval,.my-account .mypoints-summary .usable-points .points-summary-total
{
    font-weight: bold;
}

.atendimento-header a {
    line-height: 40px;
    font-size: 14px;
}

.search-header {
    float: left;
    width: 366px;
    height: 49px;
    padding-top: 20px;
}

#search_mini_form #search {
    width: 316px;
    height: 28px;
    padding: 0 40px 1px 10px;
    border: none;
    border-radius: 13px;
    color: #FFF;
    float: left;
    background: #262626;
    line-height: 32px;
    text-indent: 3px;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

#search_mini_form #search:focus {
    color: #666;
    background-color: #FFF;
}

#search_mini_form .button {
    width: 19px;
    heigtht: 30px;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 0;
    color: #FFF;
    border: none;
    position: absolute;
    right: 11px;
    top: 1px;
    z-index: 2;
}

#search_mini_form.focused .button {
    color: #666;
}

#search_mini_form .button:hover {
    background-position: 0 -35px;
}

#search_mini_form .button:before { line-height: 30px; }

#search_mini_form .button span { display: none; }

/* Search */
/* Cart */

#cart-header,
#cart-header-zero {
    background-repeat: no-repeat;
    width: 23px;
    height: 45px;
    float: left;
    position: relative;
    margin: 24px 5px 0 6px;
    padding: 0 10px;
}

#login-forgot-password-container  #onestepcheckout-forgot-password-content h1
{
	font-size: 18px;
}


#login-forgot-password-container  #onestepcheckout-forgot-password-content p{
	font-size: 12px;
    color: #666666!important;
}

.checkout-title-2 {
	font-size: 24px;
    color: #000;
}

.checkout-cart-button .f-left .btn-continue:hover,.onestepcheckout-login-link button:hover
{
    background-position: 0 -31px;
}

.gift {
    display: none;
}
.send-friend .buttons-set #add_recipient_button .button	span {
    width: 135px;
    height: 52px;
    border: none;
    background: url(../images/btn-add-email.png) 0 0 no-repeat;
}

.send-friend .buttons-set #add_recipient_button .button	span:hover {
    background-position: 0 -26px;
}

.onestepcheckout-place-order-wrapper button {
    width: 270px;
}

.onestepcheckout-place-order-wrapper button:hover {
    background-position: 0 -45px;
}

.breadcrumbs ul li a { color: #888; }
.breadcrumbs ul li a:hover {color:#f20078;}
.grouped-selector .grouped-selection {
    float: left;
    border: 1px solid white;
    padding: 5px 0;
}

.grouped-selector {
    overflow: auto;
}

.col-main .product-feature .title .collection {
	font-size: 52px !important;
    color: #000 !important;
    text-transform: uppercase;
}

.col-main .product-feature .title .collection-title {
	font-size: 52px !important;
    color: #000 !important;
    text-transform: uppercase;
}

.col-main .product-feature .description {
    color: #666;
    width: 50%;
    text-align: right;
    font-size: 16px;
}

.col-main .product-feature .title {
    text-align: right;
    width: 50%;
    float: left;
}

.col-main .product-feature .title .collection-title {
    margin-top: -30px;
    line-height: 52px;
}

.col-main .product-feature .title .collection {
    display: block;
    line-height: 52px;
}

.col-main .product-feature .mini-grid {
    width: 50%;
    display: inline-block;
    height: 200px;
    float: left;
    padding-top: 100px;
}

.col-main .cart-empty p,.home-filters-container .msg-filter span {
    color: #666666;
    text-transform: none;
}

.col-main .product-feature .feature-product-photo {
    float: left;
    width: 400px;
    height: 400px;
    margin-top: -100px;
}

.product-feature .mini-grid .products-list li a {
    background: url(../images/btn_mais.png) right 0 no-repeat;
    padding-right: 50px;
}

.col-main .product-feature {
    height: 400px;
}

.dashboard .welcome-msg .hello strong,.box-info .col2-set .col-1 .box .box-title h3,.box-info .col2-set .col-2 .box .box-title h3,.box-info .box .box-title h3,.box-info .col2-set .box .box-content .col-1 h4,.box-info .col2-set .box .box-content .col-2 h4
{
	color: #000 !important;
    font-size: 14px !important;
    font-family: hk-nova-bold;
}

.form-list li .input-box .chzn-container .chzn-single, #billing_address_list .clearfix .field .input-box .chzn-container .chzn-single
{
    width: 242px;
    height: 23px;
    padding: 2px 10px 2px 10px !important;
}

#shipping-zip-form .input-box {
    width: 138px;
}

.form-list li .chzn-container .chzn-drop{
    width: 258px !important;
}

.form-list li .chzn-container .chzn-drop .chzn-search input{
    width: 224px !important;
}

.my-account .fieldset .form-list .fields .name-firstname .input-box .input-text:focus,.my-account .fieldset .form-list .fields .name-lastname .input-box .input-text:focus,.form-list li .input-box .validate-email:focus,.form-list li .input-box .validationcpf:focus,.fieldset .form-list .input-box #telephone:focus,.fieldset .form-list  .fields .field .input-box .input-text:focus,.fieldset .form-list .wide .input-box #street_1:focus,.fieldset .form-list .wide .input-box #street_2:focus,.fieldset .form-list .wide .input-box #street_3:focus,.fieldset .form-list .wide .input-box #street_4:focus,.account-login .registered-users .form-list .input-box .validate-email:focus,.account-login .registered-users .form-list .input-box .validate-password:focus,.fieldset .form-list li .customer-dob .dob-year .validate-custom:focus,.account-create .input-box .dob-year .validate-custom:focus,.fieldset .form-list li .dob-day .validate-custom:focus,.fieldset .form-list li .dob-month .validate-custom:focus,.account-create .input-box #footnumber:focus,.account-create .input-box .validate-select:focus,.fieldset .form-list li  .input-box .validate-select:focus,.fieldset .form-list li  .input-box #footnumber:focus,#login-forgot-password-container .onestepcheckout-login-username #id_onestepcheckout_username:focus,#login-forgot-password-container .id_onestepcheckout-password #id_onestepcheckout_password:focus,#onestepcheckout-forgot-password-content .onestepcheckout-forgot-username #id_onestepcheckout_email:focus,.form-list li .input-box #current_password:focus,.pager .limiter selec:focus
{
    background-position: 0 -27px;
}

.product-view .indique {
    width: 35%;
    float: left;
}

.product-view #websocial_buttons {
    padding-top: 20px;
    padding-bottom: 40px;
    float: right;
    width: 39%;
}

.std #blog .prev {
    width: 40px;
    height: 85px;
    display: inline-block;
    background: url(../images/prev.png) 0 0 no-repeat;
    position: absolute;
    margin-top: -380px;
    z-index: 10000;
}

.std #blog .pagination {
    margin-top: -40px;
    display: inline-block;
}

.std #blog{
    background: url(../images/line.png) 0 0 repeat-x;
}

.instagram-header{
    margin-bottom: 5px;
}

.std #blog .next {
    width: 40px;
    height: 85px;
    display: inline-block;
    background: url(../images/next.png) 0 0 no-repeat;
    position: absolute;
    margin-top: -380px;
    margin-left: 40px;
    z-index: 10000;
}

.std #blog li {
    font-size: 0;
    float: left;
    width: 15px;
    height: 15px;
    background: url(../images/marcador.png) -20px 0 no-repeat;
}

.std #blog .current,.std #blog li:hover {
    background-position: 0px 0;
}

.std #blog li a {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.std .fxplabs_melissa_rainbow,.fxplabs_destaques_melissa {
    overflow: inherit;
}

.std .instagram p {
    color: #666;
    font-size: 16px;
}

/* IWX   -  Cart */
.header .form-language {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.header .form-language label {
    font-weight: bold;
    padding-right: 5px;
    color: #a7c6dd;
    vertical-align: middle;
}

.header .form-language select {
    padding: 0;
}

.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.header .links {
    float: right;
    margin: 0 0 6px;
}

.header .links li {
    float: left;
    font-size: 11px;
    background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat;
    padding: 0 8px 0 7px;
}

.header .links a {
    color: #ebbc58;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-container .top-container a {
    font-size: 11px;
    color: #ebbc58;
}

/********** < Navigation */
.nav-container {
    background: #0a263d url(../images/bkg_nav0.jpg) 50% 0 repeat-y;
}

#nav {
    width: 918px;
    margin: 0 auto;
    padding: 0 16px;
    font-size: 13px;
}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
    position: relative;
    text-align: left;
}

#nav li.over {
    z-index: 998;
}

#nav a,#nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}

#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

#nav li ul span {
    white-space: normal;
}

#nav ul li.parent a {
    background: url(../images/bkg_nav2.gif) 100% 100% no-repeat;
}

#nav ul li.parent li a {
    background-image: none;
}

/* 0 Level */
#nav li {
    float: left;
}

#nav li.active a {
    color: #d96708;
}

#nav a {
    float: left;
    padding: 5px 12px 6px 8px;
    color: #a7c6dd;
    font-weight: bold;
}

#nav li.over a,#nav a:hover {
    color: #d96708;
}

/* 1st Level */
#nav ul li,#nav ul li.active {
    float: none;
    margin: 0;
    padding-bottom: 1px;
    background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;
}

#nav ul li.last {
    background: #ecf3f6;
    padding-bottom: 0;
}

#nav ul a,#nav ul a:hover {
    float: none;
    padding: 0;
    background: none;
}

#nav ul li a {
    font-weight: normal !important;
}

/* 2nd Level */
#nav ul,#nav div {
    position: absolute;
    width: 15em;
    top: 27px;
    left: -10000px;
    border: 1px solid #899ba5;
}

#nav div ul {
    position: static;
    width: auto;
    border: none;
}

/* 3rd+ Level */
#nav ul ul,#nav ul div {
    top: 5px;
}

#nav ul li a {
    background: #ecf3f6;
}

#nav ul li a:hover {
    background: #d5e4eb;
}

#nav ul li a,#nav ul li a:hover {
    color: #2f2f2f !important;
}

#nav ul span,#nav ul li.last li span {
    padding: 3px 15px 4px 15px;
}

/* Show menu */
#nav li ul.shown-sub,#nav li div.shown-sub {
    left: 0;
    z-index: 999;
}

#nav li .shown-sub ul.shown-sub,#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

/********** Navigation > */
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.block { /* IWX border:1px solid #c4c1bc; margin:0 0 15px; */

}

.block .block-title {
    font-size: 18px;
    padding-bottom: 15px;
    color:#000;
}

/* IWX ; border-bottom:1px solid #ddd; padding:2px 9px; }*/
/*.block .block-title strong  { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; */
/*.block .block-title strong span {}*/
.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    margin: 0;
    padding: 5px 9px;
    font-size: 1em;
    font-weight: bold;
    color: #0a263c;
}

.block .block-content li.item {
    padding: 7px 9px;
}

.block .block-content .product-name {
    color: #5d5d5d;
}

.block .btn-remove,.block .btn-edit {
    float: right;
    margin: 0px 5px 2px 2px;
}

.block .actions {
    background: #dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x;
    padding: 6px 9px;
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
    padding: 5px 9px;
}

.block li.odd {
    background-color: #f4f3f3;
}

.block li.even {
    background-color: #fafafa;
}

/* Mini Blocks */
.block-cart,.block-wishlist,.block-subscribe,.block-compare,.block-reorder,.block-poll,.block-viewed,.block-compared,.block-related,.block-tags,.block-login
{
    font-size: 11px;
    line-height: 1.25;
}

.block-cart .block-title strong,.block-wishlist .block-title strong,.block-subscribe .block-title strong,.block-compare .block-title strong,.block-reorder .block-title strong,.block-poll .block-title strong,.block-viewed .block-title strong,.block-compared .block-title strong,.block-related .block-title strong,.block-tags .block-title strong,.block-login .block-title strong
{
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
}

/* Block: Account */
.block-account {
    border-color: #bbb;
}

.block-account .block-title {
    border: 0;
    padding: 3px 10px;
}

.block-account .block-content {
    padding: 7px 10px 7px;
}

.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    color: #5f5d5c;
    text-decoration: none !important;
}

.block-account .block-content li.last a {
    border-bottom: 0;
}

.block-account .block-content li.current {
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    color: #ff0080;
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}

/* Block: Currency Switcher */
.block-currency {
    border: 0;
    background: url(../images/bkg_block-currency.gif) 0 0 no-repeat;
    padding: 7px 12px 10px;
    height: 51px;
}

.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-currency .block-title strong {
// font: bold 13px/21px 'GothamRounded-Book', arial, helvetica, sans-serif;
    background: url(../images/i_block-currency.gif) 0 50% no-repeat;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff;
}

.block-currency .block-content {
    background: none;
    padding: 0;
}

.block-currency .block-content select {
    width: 100%;
    padding: 0;
}

/* Block: Layered Navigation */
.block-layered-nav {
    border: 0;
}

.block-layered-nav .block-title {
    border: 0;
    padding: 0;
    height: 24px;
    background: url(../images/bkg_block-layered-title.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.block-layered-nav .block-subtitle {
    line-height: 1.35;
    background: #d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat;
    padding: 3px 9px;
    border: 1px solid #b9ccdd;
    border-width: 1px 0;
    text-transform: uppercase;
    color: #1f5070;
}

.block-layered-nav .block-content {
    border: 1px solid #a0b3c3;
    background: #e7f1f4;
}

.block-layered-nav dt {
    background: url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat;
    padding: 7px 10px 0 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.block-layered-nav dd {
    padding: 0 12px 12px;
    background: url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x;
}

.block-layered-nav dd.last {
    background: none;
}

.block-layered-nav .currently li {
    background: #fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x;
    padding: 4px 6px 4px 10px;
}

.block-layered-nav .currently .label {
    font-weight: bold;
    padding-left: 18px;
    background: url(../images/bkg_block-layered-label.gif) 0 3px no-repeat;
    text-transform: uppercase;
}

.block-layered-nav .currently .btn-remove {
    margin: 3px 0 0;
}

.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 9px;
    background: #cad6e4;
    border: 1px solid #dee5e8;
    border-width: 1px 0;
    text-align: right;
}

.block-layered-nav .actions a {
    float: none;
}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/

}

.block-cart .block-title strong {
    background-image: url(../images/i_block-cart.gif);
}

.block-cart .summary {
    background: #fff;
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: bold;
}

.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 2px 0;
    background: #fbebd9;
    text-align: center;
}

.block-cart .subtotal .price {
    font-weight: bold;
}

.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

/* Block: Wishlist */
.block-wishlist .block-title strong {
    background-image: url(../images/i_block-wishlist.gif);
}

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}

/* Block: Related */
.block-related .block-title strong {
    background-image: url(../images/i_block-related.gif);
    background-position: 0 1px;
}

.block-related input.checkbox {
    float: left;
}

.block-related .product {
    margin-left: 20px;
}

/* Block: Compare Products */
.block-compare .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

.block-compare button.button span {
    border-color: #406a83;
    background: #618499;
}

.page-popup .link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #1e7ec8;
}

.compare-table {
    border: 0;
}

.compare-table thead tr.first th,.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.compare-table .btn-remove {
    float: right;
    background-image: url(../images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}

.compare-table tbody th {
    background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y;
}

.compare-table tbody th,.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #203548;
}

.compare-table tr.first td .product-name a {
    color: #203548;
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}

.compare-table tr.first td p,.compare-table tr.add-to-row td p {
    margin: 0;
}

/* Block: Recently Viewed */
.block-viewed .block-title strong {
    background-image: url(../images/i_block-viewed.gif);
}

/* Block: Recently Compared */
.block-compared .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

/* Block: Poll */
.block-poll .block-title strong {
    background-image: url(../images/i_block-poll.gif);
}

.block-poll .block-subtitle {
    font-size: 12px;
}

.block-poll label {
    color: #777;
    font-weight: bold;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll button.button span {
    border-color: #406a83;
    background: #618499;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

/* Block: Tags */
.block-tags .block-title strong {
    background-image: url(../images/i_block-tags.gif);
}

.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

.block-tags .block-content a {
    color: #1b2d3b;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

/* Block: Subscribe */
.block-subscribe .block-content {
    width: 350px;
}

.block-subscribe .block-title strong {
    background: #000;
}

.block-subscribe label {
    color: #CACACA;
}

.block-subscribe input.input-text {
    background: url(../images/input_newsletter.png) 0 0px no-repeat;
    padding: 0 15px 0 10px;
    width: 240px;
    height: 42px;
    margin-top: 15px;
    border: none;
    float: left;
    color: #888;
}

.block-subscribe input.input-text:focus {
    background-position: 0 -42px;
}

.block-subscribe .actions {
    background: url(../images/btn-newsletter.png) no-repeat !important;
    overflow: hidden;
    width: 60px;
    height: 50px;
    margin-top: 16px;
    float: right;
    padding: 0;
    margin-left:196px;
    position: absolute;
}

.block-subscribe .actions button.button {
    width: 60px;
    height: 39px;
    float: left;
    overflow: hidden;
}

.block-subscribe .actions button.button span {
    /*border-color:#406a83; background:#000; */

}

/* Block: Reorder */
.block-reorder .block-title strong {
    background: #000; /*background-image:url(../images/i_block-list.gif);*/
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
    border: 0;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}

/* Block: Login */
.block-login .block-title strong {
    background-image: url(../images/i_ma-info.gif);
}

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
}

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

.category-image img {

}

.single-random-collection {
    float: left;
    width: 430px;
    padding-top: 20px;
    padding-left: 20px;
}

.random-collections {
    width: 100%;
}

.single-random-collection img {
    margin-bottom: 10px;
}

.single-random-collection .description-collection {
    width: 420px;
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
}

.single-random-collection .details-collection {
    margin-top: 10px;
}

.single-random-collection .details-collection a {
    color: #f20078;
    font-weight: bold;
}

/* View Type: Grid */
.products-grid {
    position: relative;
}

.products-grid.last {
    border-bottom: 0;
}

.category-products .products-grid  .bigmodelimage {
    width: 400px;
}

div .category-products {
    float: left;
    clear:both;
}

.header-melissa .logo {
    padding-right: 12px;
    margin: 0;
}

.products-grid li.item .category-img-box {
    display: block;
    position: relative;
    text-align: right;
    height: 45px;
    margin-bottom: -22px;
    z-index: 2;
}

.products-grid li.item .category-img-box .category-img {
    display: none;
}

.products-grid li.item .category-img-box .category-img img {

}

.tooltip {
    display: inline-block;
}

.tooltip-text {
    display: inline-block;
    margin-top: 8px;
    font-size:17px;
    color: #666666;
}

.product-box .flags .tooltip .tooltip-style{
    display: none;
}

.products-grid .product-image {
    display: block;
    width: 200px;
    height: 150px;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.product-image {
    background: url("../images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    padding-bottom: 5px;
}

#media-container .product-image,
#media-container .product-image #product-image-container,
#media-container .product-image #product-image-container a {
    height: 340px;
    overflow: hidden;
}

#media-container .product-image #product-image-container a img{
    height: 100%;
}

.item .product-description {
    color: #666666;
    text-align: left;
    font-size: 16px;
}

.products-grid .product-name a {
    color: #000;
    font-size: 16px;
}

.products-grid .price-box {
    margin: 5px 0;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    position: absolute;
    bottom: 12px;
}

.products-grid .item .old-price {
    float: left;
    font-size: 13px;
}

.products-grid .item .old-price .price {
    color: #000000;
}

.products-grid .item .special-price {
    float: left;
    margin-left: 5px;
    padding: 0;
}

.products-grid .item .payment-information {
    clear: both;
    display: inline-block;
    float: left;
}

.products-grid .item .old-price .price-label,
.products-grid .item .special-price .price-label {
    display: none;
}

html body.cms-index-index.cms-home div.wrapper div.page div.main-container.col2-right-layout div.main div.col-main div.std div.fxplabs_destaques_melissa div.category-products ul.products-grid.even li.item.first div.price-box p.old-price span#old-price-31399.price span.price span.customize-price

    /* ======================================================================================= */
.products-grid li.item .big-display {
    position: absolute;
    margin-left: 180px;
    width: 200px;
    height: auto;
}

li.bigmodelimage h2.product-name{
    width: 185px ;

}
.col2-left-layout .products-grid,.col2-right-layout .products-grid {
    margin: 0 auto;
}

.col1-layout .products-grid {
    width: 100%;
    margin: 0 auto;
}

.col1-layout .products-grid-cross {
    width: 635px;
}

.price-and-payment-information{
    float: left;
    width: 220px;
    padding-top: 30px;
}

/* View Type: List */
.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 0 10px 15px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #203548;
}

.products-list .product-name a {
    color: #203548;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {

}

.ratings dd {

}

.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}

.ratings .amount {

}

.ratings-table th,.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {

}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(../images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}

.availability-only span,.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0
    no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}

.product-view .product-shop .availability {
    font-size: 11px;
}

.product-view .product-shop .availability span {
    font-weight: normal;
}

/* Email to a Friend */
.email-friend {
    background: url(../images/indique.jpg) 15px 18px no-repeat;
    margin: 0;
    padding: 20px 0 5px 38px;
}

.email-friend a {
    color: #f20078;
    font-size: 14px;
}

/* Alerts */
.alert-price {
    margin: 0;
    font-size: 11px;
}

.alert-stock {
    margin: 0;
    font-size: 11px;
}

/********** < Product Prices */

.price-box .price{
  font-family: hk-nova-regular;
  font-size: 14px;
  color: rgb(231, 10, 96);
}

.products-grid .item .old-price .price{
  color: #000000;
}

.price {
    white-space: nowrap !important;
}

.price-box {
    margin: 5px 0;
}

.points-box {
    margin: 5px;
}

.points-box-freeshipping {
    margin: 5px;
}

.price-points-boxes-container td {
    width: 175px;
}

.price-points-boxes-wrapper {
    margin: 0px auto;
    width: 150px;
}

.add-to-cart-button-box .price-box .regular-price .price,.product-shop .product-options-bottom .regular-price,
.product-options-bottom .special-price .price .currency-symbol, .product-options-bottom .special-price .price .customize-price	{
    font-size: 22px;
    color: #000;
    font-weight: normal;
}

.block .regular-price,.block .regular-price .price {
    color: #2f2f2f;
}

.price-points-boxes-container { }

/* Old price */
.old-price {
    margin: 0;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
}

.old-price .price {
    font-weight: 400;
    color: #ff0080;
    text-decoration: line-through;
}

/* Special price */
.special-price {
    margin: 0;
    padding: 3px 0;
}

.special-price .price-label {
    white-space: nowrap;
    color: #666;
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #ff0080;
}

/* Including tax */
.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #ff0080;
}

/* Configured price */
.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: bold;
}

/* FPT */
.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

/* Price range */
.price-from {
    margin: 0;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
    color: #999;
}

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f;
}

/* Price as configured */
.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #555;
}

/********** Product Prices > */
/* Tier Prices */
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
}

.tier-prices li {
    line-height: 1.4;
    background: url(../images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px;
    color: #424242;
}

.tier-prices .benefit {
    font-family: hk-nova-bold;
    color: #2f2f2f;
}

.tier-prices .price {
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

/* Add to Links */
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}

.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: bold;
    color: #666;
}

.add-to-cart .qty {
    float: left;
    margin-right: 5px;
}

.product-options .add-to-cart{
    margin-top: 15px;
    text-align: center;
}


.add-to-cart button.button {
    width: 260px;
}
.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box , .product-shop .product-options-bottom{
    margin: 10px 0;
}

.add-to-box add-to-cart {
    height: 60px;
    float: left;
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    display: block !important;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

.add-to-box .add-to-cart-button-box .points-box {
    width: 250px;
    float: left;
}  /* IWX */

.add-to-box .add-to-cart-button-box .points-box-freeshipping {
    width: 250px;
    float: left;
}  /* IWX */

.add-to-box .add-to-cart-button-box .price-box, .product-shop .product-options-bottom .price-box {
    width: 170px;
}

.product-shop .product-options-bottom #rewards-price-warning{
    padding-left: 10px;
    margin-bottom: 19px;
}

.product-shop .product-options-bottom .points-box {
    width: 150px;
    float: left;
}

.product-shop .product-options-bottom .points-box-freeshipping {
    width: 150px;
    float: left;
}

.product-shop .product-options-bottom .regular-price .price {
    width: 250px;
    float: left;
}

.banner-navegation{
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}

.product-view {
}

.product-essential {
    padding: 25px 20px;
}

.product-essential h2 {
// font: bold 13px/1.35 'GothamRounded-Book' !important;
}

.product-collateral {
    background: #faf7ee url(../images/bkg_product_collateral.gif) 0 0
    repeat-x;
    padding: 25px;
}

.product-collateral h2 {
    font-weight: bold;
    font-size: 15px;
    color: #e26703;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
}

.product-collateral .box-collateral {
    margin: 0 0 25px;
}

/* Product Images */
.product-view .product-img-box, .product-view #choosing-colors{
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box{
    margin: 0 0 13px;
    position: relative;
    width: 450px;
    height: 430px;
}

.product-view .product-img-box .images-angles{
    padding-top: 30px;
}

.product-view .product-img-box .images-angles ul {
    width: 100%;
    margin:0px auto;
    text-align: center;
}

.product-view .product-img-box .images-angles ul li{
    display:inline-table;
    border: 1px solid #ebebeb;
    padding: 5px 0;
    margin: 5px;
    cursor: pointer;
    width: 52px;
    height: 39px;
    overflow: hidden;
    position: relative;
}

.product-view .product-img-box .images-angles ul li.selected,
.product-view .product-img-box .images-angles ul li:hover{
    border: 1px solid #000;
}

.product-view .product-img-box .images-angles ul li img{
    width: 52px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 50%;
    left: 0;
    transform: translate(0, 50%); 
}

.product-view .product-img-box .images-angles ul li.video-button{
    padding: 0;
    height: 49px;
    width: 52px;
    position: relative;
    top: -5px;
}

.product-view .product-img-box .images-angles ul li.video-button::before{
    content: "";
    position: absolute;
    background: url("data:image/svg+xml;utf8,<svg\ xmlns:svg=\'http://www.w3.org/2000/svg\'\ xmlns=\'http://www.w3.org/2000/svg\'\ version=\'1.1\'\ height=\'40\'\ width=\'40\'\ viewBox=\'0\ 0\ 1200\ 1200\'>\ <path\ fill=\'rgba\(0,\ 0,\ 0,\ 0.9\)\'\ d=\'M\ 600,1200\ C\ 268.65,1200\ 0,931.35\ 0,600\ 0,268.65\ 268.65,0\ 600,0\ c\ 331.35,0\ 600,268.65\ 600,600\ 0,331.35\ -268.65,600\ -600,600\ z\ M\ 450,300.45\ 450,899.55\ 900,600\ 450,300.45\ z\'\ id=\'path16995\'\ /></svg>") no-repeat;
    width: 50px;
    height: 47px;
    left: 7px;
    z-index: 100;
    top: 4.5px;
}

.product-view .product-img-box .images-angles ul li.video-button img{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: 0;
}

.product-view .ajax-loading {
    cursor: wait;
    background: url(../images/loading.gif) no-repeat scroll center center transparent
}

.product-view .product-img-box.ajax-loading #media-container .product-image{
    opacity: 0;
}

.product-view .product-img-box.ajax-loading.ajax-loading-without-thumbs-angle #media-container{
    opacity: 0;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
    margin-left: -9px
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 9px;
}

.product-view .product-img-box .more-views li a {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}

/* Product Shop */
.product-view .product-shop {
    float: right;
    width: 330px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 445px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-shop .product-name {
    margin: 0 0 5px;
}

.product-view .product-shop .product-name h1 {
    margin: 0;
}

.product-view .product-shop .availability {
    margin: 10px 0;
}

.product-view .product-shop .short-description {
    margin: 10px 0;
    padding: 10px 0 0;
}

.product-view .product-shop .price-box {
}

.product-view .product-shop .points {
    margin: 10px 0;
}

.product-view .product-shop .points-box {
    margin: 10px 0 50px 20px;
}

.product-view .product-shop .points-box-freeshipping {
    margin: 10px 0 50px 20px;
}

.product-view .product-shop .add-to-links {
    margin: 0;
}

.product-view .product-shop .add-to-links {
    font-size: 12px;
    text-align: right;
}

.product-view .product-shop .add-to-links li,.product-view .product-shop .add-to-links li .separator
{
    display: inline;
}

.product-view .product-shop .add-to-links a {
    color: #1E7EC8 !important;
    font-weight: normal !important;
}

/* Product Details */
.product-view div#product-details {
    margin-top: 20px;
    padding: 30px 30px 20px;
    background-color: #f9f9f9;
    width: 360px;
    float: left;
}

.product-view div#product-details table {
    border-collapse: collapse;
}

.product-view div#product-details table thead {
    display: none;
}

.product-view div#product-details table tbody tr {
    padding-bottom:10px;
}

.product-view div#product-details table tbody tr td {
    padding-bottom: 10px;
}

.product-view div#product-details table tbody tr td:first-child {
    color: #f20078;
    text-transform: uppercase;
    padding-right: 20px;
}

/* Product Options */
.product-options {
    position: relative;
}

.product-options dt {
    padding: 10px 0 0;
    font-weight: normal;
}

.product-options dt label {
    font-weight: bold;
    color: #2f2f2f;
}

.product-options dt label.required em {
    color: #eb340a;
    margin-left: 5px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {
    padding: 5px 10px 15px;
    margin: 0 0 5px;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 99%;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
}

div.grouped-selection {
    display: inline-block;
    cursor: pointer;
}

div.grouped-selection img{
    width: 52px;
    padding: 5px;
}

div.grouped-selection:hover {
    border-color: #B55;
    border-style: solid;
    border-width: 1px;
}

div.grouped-selection.selected {
    border-color: #000;
    border-style: solid;
    border-width: 1px;
}

.fancy-selector .fancy-size ul li>span {
    background: url(../images/btn-tamanho.png) 0 0px no-repeat;
    width: 40px;
    height: 28px;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    color: #BABABA;
    font: 10px;
    font-weight: bold;
    cursor: pointer;
}

.fancy-selector .fancy-size ul li>span:hover {
    background-position: 0 -40px;
    color: gray;
}

.product-options .options-container .fancy-selector .tamanho-menor-calcado,.product-options .options-container .fancy-selector .tamanho-maior-calcado
{
    background: none;
    line-height: 16px;
    padding-top: 0px !important;
    font-size: 11px;
    display: block !important;
    margin-top: -5px;
}

.product-options .options-container .fancy-selector .tamanho-menor-calcado
{
    margin-left: -4px;
}

.product-options .options-container .fancy-selector .tamanho-maior-calcado
{
    margin-left: 4px;
}

.fancy-selector .fancy-size ul {
    height: 44px;
}


.fancy-selector .fancy-size ul li>span.selected {
    background-position: 0 -80px;
    color: white;
}

.fancy-selector li {
    width: 50px;
    float: left;
    margin-right: -8px;
    margin-bottom: 5px;
}

.fancy-size {
    height: 44px;
    position: relative;
}

.options-container {
    margin-top: 30px;
    display: block;
}

.options-container .btn-cart {
    display: inline;
    float: left;
}

.options-container .add-to-cart {
    display: inline;
    float: left;
}

.product-options-bottom {
    padding: 15px 0px;
    border-top: 0;
}

.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
    color: #e26703;
}

.product-options-bottom .tier-prices .price,.product-options-bottom .tier-prices .benefit
{
    color: #e26703;
}

.product-options-bottom .price-box {
    margin: 0;
    padding: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {
    float: right;
}

.product-shop .product-options-bottom {
    margin: -19px 0 10px 0;
    position: relative;
}

.col1-layout .product-view .product-shop .text-item-final-sale{
    float: left;
    width: 100%;
    text-align: center;
    color: #e70a60;
}

.product-shop .product-options-bottom .produto-frete-gratis {
    margin: 0;
    position: absolute;
    right: 50%;
    top: 40px;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

/* Block: Description */
.product-view .box-description {

}

/* Block: Additional */
.product-view .box-additional .data-table th,.product-view .box-additional .data-table td
{
    line-height: 1.25;
}

/* Block: Upsell */
.catalog-product-view .product-view .box-up-sell {
    clear: left;
}

.catalog-product-view .btn-cart{
    margin-top: 5px;
}

.product-view .box-up-sell h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
    width: 100%;
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid td {
    width: 25%;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 12px;
    line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
}

.product-view .box-up-sell .products-grid td.last {
    border-right: 0;
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

/* Block: Tags */
.product-view .box-tags {
    margin: 0;
}

.product-view .box-tags h3 {
    font-size: 13px;
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}

.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #0a263c;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    background: url(../images/i_tag_add.gif) 0 2px no-repeat;
    padding: 0 0 0 23px;
}

.product-view .box-tags .form-add input.input-text {
    width: 299px;
}

.product-view .box-tags .form-add button.button span {
    border-color: #406a83;
    background: #618499;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
    margin: 15px 0;
}

.product-view .box-reviews dt a,.product-view .box-reviews dt span {
    font-weight: bold;
}

.product-view .box-reviews dd {
    margin: 0 0 15px;
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
    font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
    font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,.product-view .box-reviews .form-add .form-list textarea
{
    width: 354px;
}

.catalog-product-view #div-interaktingslider #slide-commands{
    display: none;
}

.catalog-product-view .product-view-reviews,.catalog-product-view .product-view-posts
{
    width: 419px;
    float: left;
    display: inline;
}

.catalog-product-view .product-view-posts {
    clear: right
}

.catalog-product-view div.rating {
    display: inline;
    width: 100px;
}

.catalog-product-view .product-view-reviews div.rating-name {
    width: 150px;
    float: left
}

.catalog-product-view .product-view-reviews div.comment-container {
    clear: left;
    display: inline-block;
}

.catalog-product-view .product-view-reviews div.rating {
    margin: 0
}

.catalog-product-view .product-view-reviews div.comment {
    float: left;
    display: inline;
    padding: 6px;
    width: 250px;
}

.catalog-product-view .product-view-reviews div.name span {
    font-weight: bold;
}

.review-product-list div.rating-name {
    width: 150px;
    float: left
}

.review-product-list div.comment-container {
    clear: left;
    display: inline-block;
}

.review-product-list div.rating {
    margin: 0
}

.review-product-list div.comment {
    float: left;
    display: inline;
    padding: 6px;
    width: 580px;
}

.review-product-list div.name span {
    font-weight: bold;
}

/* Send a Friend */
.send-friend .form-list {
    width: 615px;
    overflow: hidden;
}

.send-friend .form-list li {
    margin-right: -15px;
}

.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .form-list .field {
    width: 315px;
}

.send-friend .form-list .input-box {
    width: 300px;
}

.send-friend .form-list input.input-text,.send-friend .form-list textarea
{
    width: 294px;
}

.send-friend .form-list li.wide .input-box {
    width: 612px;
}

.send-friend .form-list li.wide textarea {
    width: 609px;
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px;
}

/* ======================================================================================= */
/* Product Tags */
.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
    padding: 10px;
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

.tags-list li a {
    color: #1b2d3b;
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search .form-list .input-box,.advanced-search .form-list .input-range
{
    float: left;
    clear: none;
}

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}

.advanced-search-summary ul {
    float: left;
    width: 49%;
}

.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0;
}

/* CMS Home Page */
.cms-home .subtitle {

}

.cms-index-index .subtitle {

}

/* Filters Home Page */
.home-filters-container {
    width: 100%;
    height: 175px;
    background: url(../images/destaques-home.jpg) center 80px no-repeat;
    padding-top: 20px;
    margin-bottom: -50px;
}

.attribute-filter {
    display: block;
    padding: 0px 20px 0px 0px;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    float:right;
}

.home-filters-container .category, .home-filters-container .tamanho, .home-filters-container .estilo, .home-filters-container .cor, .home-filters-container .preço   {
    display: inline-block;
    text-align: left;
    margin-top:0px;
    float:none;
}

.home-filters-container .category {width: 170px;}
.home-filters-container .tamanho {width: 120px;}
.home-filters-container .estilo {width: 180px;}
.home-filters-container .cor {width: 130px;}
.home-filters-container .preço {width: 180px;}

.attribute-filter:first-child {
    display: block;
    padding: 0px 20px 0px 0px;
    text-align: left;
    margin-top:0px;
    float:left;
}

.attribute-filter-loading{
    width: 100%;
    display: block;
    height: 40px;
    margin-top: 20px;
}

.attribute-filter-loading p{
    width: 30px;
    height: 40px;
    background: url(../images/loading.gif) center center no-repeat;
    margin: 8px auto;
    display: inline-block;
    margin-left: 437px;
}

.attribute-filter ol.filter-options-container {
    position: absolute;
    z-index: 150;
    padding: 2px 0px 2px 0px;
    background: #fff;
}

.attribute-filter ol.filter-options-container li {
    color: #5D5D5D;
    display:block;
}

.attribute-filter ol.filter-options-container li a:hover, .attribute-filter .filter-option:hover {
    color: #f20078;
}

.attribute-filter .item-title {
    background: url(../images/arrow-bottom.jpg) no-repeat;
    padding: 2px 20px 2px 0px;
}

.category .item-title {
    background-position: 75px 2px;
}

.numero_calcado .item-title {
    background-position: 78px 2px;
}

.cor .item-title , .corfiltro .item-title {
    background-position: 35px 2px;
}

.price .item-title {
    background-position: 52px 2px;
}

.attribute-filter .clear-filter{
    float: right;
    width: 450px;
}

.attribute-filter .msg-filter{
    float: left;
    width: 450px;
}

span.filter-option {
    cursor: pointer;
}

.loading-container,.loading-qtd span {
    width: 30px;
    height: 40px;
    background: url(../images/loading.gif) center center no-repeat;
    margin: -20px auto;
    display: inline-block;
}

.loading-qtd span {
    margin-top: 28px;
}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    color: #1b2d3b;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}

/* RSS */
.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px;
}

.cart .page-title h1 {
    font-size: 24px;
    margin: 10px 0 0;
    font-family: hk-nova-bold, serif;
    font-size: 28px;
    color: #323232;
    font-style: italic;
}

.cart .page-title h1 span{
  font-family: hk-nova-bold, serif;
  font-style: italic;
}

.checkout-cart-button {
    margin-top: 18px;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 15px 7px;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #F20078;
}

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

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-continue span,.cart-table .btn-update span {
    border-color: #406a83;
    background: #618499;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 605px;
}

.cart .cart-collaterals .col2-set .col-2 {
    width: 294px;
}

.cart .cross-sell-container {
    margin-top: 8px;
}

.cart .crosssell {
    border: 1px solid #cec3b6;
    background: #fafaec;
    padding: 12px 15px;
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: bold;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: bold;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

.item .btn-cart {
    background: url(../images/btn-incluir.jpg) 0 0 no-repeat;
    height: 30px !important;
}

.btn-cart:hover,.onestepcheckout-login-link button:hover {
    background-position: 0 -31px;
}

.item .btn-cart span span {
    width: 175px;
    display: inline-block;
}

.btn-cart span span,.onestepcheckout-login-link button span span,.shipping-selection .calcula-frete span span,.usar-cupom span span,.cancelar-cupom span span,.col-main .my-account .title-buttons .button span span,.products-grid .first .btn-cart span span,
.remove-points-button span span,  .apply-points-button span span {
    color: #ff0080 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: normal;
}

.col-main .my-account .title-buttons .button span span {
    color: #ff0080 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 11px !important;
}

.order-info-box .col-1 .box-content address,.order-info-box .col-2 .box-content,.col-main .my-account .addresses-list .addresses-primary ol .item address,.col-main .my-account .addresses-list .addresses-additional ol	.empty p,.box-info .col2-set .box .col-1 address,.box-info .col2-set .box .col-2	 address,.my-account .welcome-msg p,.account-login .col2-set .new-users .content p,.my-account .addresses-list  .addresses-additional ol .item address
{
    color: #666666 !important;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,.cart .shipping {
    padding: 12px 15px 28px 12px;
    margin: 0 0 18px;
    border-bottom: 1px solid #999999;
}

.cart .discount h2,.cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font-weight: normal !important;
// font: 16px GothamRounded-Book, Arial, Helvetica, sans-serif;
    padding: 0 0 0 21px;
    text-transform: uppercase;
}

.cart .discount .discount-form div {
    display: inline-block;
    float: left;
}

.cart .discount .discount-form .input-text {
    width: 80px;
}

.cart .discount button span,.cart .shipping button span {
    border-color: #406a83;
    background: #618499;
}

.cart .shipping-price-cart,.discount-price-cart {
    float: right;
    text-align: right;
    width: 145px !important;
    font-size: 16px;
    text-transform: uppercase;
    font-style: normal !important;
    color: #000;
}

.cart .shipping-price-cart span,.discount-price-cart  span {
    display: inline-block;
    font-size: 14px !important;
    font-family: hk-nova-bold;
    font-style: normal !important;
    text-align: right;
    color: #000;
}

.cart-table .unitary {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.col-main  #form-validate .buttons-set .button span {
    background: url(../images/btn-incluir.jpg) 0 0 no-repeat;
    width: 170px !important;
    height: 30px !important;
}

.cart-price .price, .cart-table tbody .odd .last .cart-points, .cart-table tbody .odd .a-right .unitary .cart-points,
.even .a-right .unitary  .cart-points, .last .cart-points {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.cart-price .cart-points,.cart-points {
    font-size: 12px !important;
    color: #666;
}

.cart .help-zip-box {
    width: 115px !important; display: inline-block !important; text-align: right;
}

#shipping-zip-form .ajax-loading-SM {display:inline-block;}

.cart .help-zip-box .help-zip {
    color: #2F2F2F;
    font-size: 11px;
    width: 125px !important;
}

.cart .discount .buttons-set,.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}

.cart .discount .buttons-set button.button,.cart .shipping .buttons-set button.button
{
    float: none;
    margin-left: 0;
}

.cart .discount h2 {
    /* background-image:url(../images/i_discount.gif);*/

}

.cart .discount .input-box {
    margin: 0;
    width: 140px;
}

.cart .discount input.input-text {
    width: 254px;
}

.cart .shipping h2 {
    /* background-image:url(../images/i_shipping.gif);IWX*/

}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
}

/* Shopping Cart Totals */
.cart .totals {
    clear: left;
    background: #dee5e8;
    border: 1px solid #bebcb7;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0;
}

.cart .totals td {
    padding: 1px 15px 1px 7px;
}

.cart .totals tr.last td {

}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,.cart .totals tfoot td strong {
    font-size: 15px;
    color: #000;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 8px 15px 15px;
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

#co-shipping-method-form .sp-methods li {
    display: inline-block;
    width: 150px;
    padding: 5px 10px;
}

#co-shipping-method-form .sp-methods li .f-left{
    float: none !important;
}

#co-shipping-method-form .sp-methods #prazo-msg-li {
    width: 320px;
    font-size: 12px;
    color: #fff;
    float: right;
    background-color: #ff007D;
}

.cart-collaterals #prazo-msg-div {
    color: #666;
    font-size: 11px;
    font-family: hk-nova-bold;
}

.col-1 .cross-sell-container .category-products h2 {
    padding-top: 55px;
}

#co-shipping-method-form .sp-methods .SM-Selected {
    background: #F5F5F5;
}

/* Options Tool Tip */
.item-options dt {
    color: #666666;
}

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

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

#shopping-cart-table .item-options{
    font-size: 11px;
    display: inline-block;
}

#shopping-cart-table .item-options dt {
    float: left;
    font-family: hk-nova-regular;
    font-size: 11px;
    color: #666666;
    font-style: italic;
}

#shopping-cart-table .item-options dl {
    float: left;
    width: 50px;
    margin: 0;
    padding: 0;
}

#shopping-cart-table .item-options dd {
    float: left;
    margin: 0;
    padding: 0;
    color: #666666;
    margin-left: 4px;
    margin-right: 15px;
}

#shopping-cart-table .item-default-actions {
    clear: left;
}

#shopping-cart-table .btn-remove2 {
    display: inline;
}

#shopping-cart-table .cart-points {
    width: 90px;
    text-align: center;
    font-size: 10px;
    display: inline-block
}

#shopping-cart-table .product-name a{
  font-family: hk-nova-bold, serif;
  font-size: 25px;
  color: #323232;
}

#shipping-zip-form div {
    display: inline-block;
    clear: "none";
}

.update-button button span{
    height: 26px !important;
    background: url(../images/add_end_165.png) 0 0 no-repeat;
    line-height: 26px;
}

.update-button{
    padding: 0 0 30px 0;
}

.update-button button:hover span{
    background-position: 0 -26px;
}

.update-button button span span{
    padding: 0px 20px;
    text-transform: uppercase;
    height: 26px !important;
    line-height: 26px !important;
}

#shipping-zip-form{
    display: block;
    height: 30px;
}

#shipping-zip-form ul {
    display: inline;
}

#shipping-zip-form li {
    display: inline;
}

#shipping-zip-form input {
    width: 80px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}

.sp-methods dd ul{
    float: left;
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    color: #666;
}

.col-2 .rewards-container #rewards-cart-block #rewards-cart-block-ajax .points-description .content span
{
    color: #666 !important;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages-form .whole-order {
    margin: 0 0 25px;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    font-weight: bold;
    color: #666;
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}

.opc .checkout-agreements li {
    margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}

.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */
.centinel {

}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.info-set h3,.info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.info-set h2 a,.info-set h3 a,.info-set h4 a {
    font-weight: normal;
}

.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
    font-weight: bold !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}

/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
}

.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-progress .block-title strong {
    font-size: 13px;
    color: #0a263c;
}

.block-progress .block-content {
    background: none;
}

.block-progress dt {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.35;
    background: #eee;
    border: 1px solid #a3aeb3;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #999;
}

.block-progress dd {
    background: #eee;
    border: 1px solid #a3aeb3;
    border-top: 0;
    padding: 8px 13px;
    margin: 0 0 6px;
}

.block-progress dt.complete {
    margin: 0;
    background: #d0dce1;
    color: #5e8ab4;
}

.block-progress dd.complete {

}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}

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

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

.opc .buttons-set .back-link a {
    background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

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

.opc {
    position: relative;
}

.opc li.section {

}

.opc .step-title {
    border-width: 0 1px;
    border-style: solid;
    border-color: #fff #d9dde3 #d9dde3;
    background: #eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x;
    padding: 4px 8px 6px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 4px;
    margin: 0 5px 0 0;
// font: bold 11px/14px GothamRounded-Light, arial, helvetica, sans-serif;
    color: #999;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
// font: bold 13px/16px GothamRounded-Light, Arial, Helvetica, sans-serif;
    color: #999;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .allow .step-title {
    background: #d0dce1;
    border: 1px solid #a3aeb3;
    border-bottom: 0;
    color: #a4b3b9;
    cursor: pointer;
}

.opc .allow .step-title .number {
    background: #dbe6eb;
    border-color: #dbe6eb;
    color: #a4b3b9;
}

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

/*.opc .allow .step-title a { display:block; }*/
.opc .active .step-title {
    background: #f9f3e3;
    border: 1px solid #bbafa0;
    padding-bottom: 5px;
    color: #f18200;
    cursor: default;
}

.opc .active .step-title .number {
    background: #f18200;
    border-color: #f19900;
    color: #fff;
}

.opc .active .step-title h2 {
    color: #f18200;
}

/*.opc .active .step-title a { display:none; }*/
.opc .step {
    border: 1px solid #bbafa0;
    border-top: 0;
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    padding: 15px 30px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

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

#opc-login h3 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f;
}

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

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}

#opc-review .step {
    border: 0;
    padding: 0;
}

#opc-review .product-name {
    font-weight: bold;
    color: #0a263c;
}

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

#opc-review .buttons-set {
    padding: 20px 30px;
    border: 1px solid #d9dde3;
    border-width: 0 1px 1px;
}

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

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

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 90px;
    margin: 0 0 20px;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #999;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #abb5ba;
}

.checkout-progress li.active {
    border-top-color: #e96200;
    color: #e96200;
}

.multiple-checkout h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.multiple-checkout h3,.multiple-checkout h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.multiple-checkout h2 a,.multiple-checkout h3 a,.multiple-checkout h4 a
{
    font-weight: normal;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set,.multiple-checkout .col3-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .box h2 {
    color: #e26703;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
    overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
    background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
    color: #E26703;
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
    border-color: #406a83;
    background: #618499;
}

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field
{
    width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box
{
    width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text
{
    width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box
{
    width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea
{
    width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #d9d2be;
    background: #f9f3e3;
    padding: 13px;
    position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content {
    min-height: 240px;
    padding: 14px 21px;
    background: #F6F6F6;
    border-bottom: 0;
}

.account-login .content h2 {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 14px;
    padding: 0 0 5px 23px;
    border-bottom: 3px solid black;
    background-position: 0 1px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #e76200;
}

.account-login .buttons-set {
    border-top: 0;
    margin: 0;
    padding: 8px 13px;
}

.account-login .new-users {
    border: none;
}

.account-login .new-users .content h2,.account-login .registered-users .content h2
{
	color: #000 !important;
    font-size: 16px !important;
}

.account-login .registered-users .form-list .input-box .validate-email,.account-login .registered-users .form-list .input-box .validate-password
{
    background: url(../images/input_268.png) 0 0 no-repeat;
    border: none !important;
    width: 242px;
    height: 24px;
    padding: 2px 10px 2px 10px !important;
}

.account-create {

}

/* Account Login/Create Pages ============================================================ */
/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
// font: bold 12px/19px GothamRounded-Light, Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

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

/* General Box */
.box-account .box-head {
    border-bottom: 1px solid #d9dde3;
    margin: 0 0 10px;
    text-align: right;
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
    color: #ff0080;
}

.dashboard .box .box-title {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}

.dashboard .box .box-title h3,.dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
    /*background-image:url(../images/i_folder-table.gif); */

}

/* Block: Account Information */
.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
    background-image: url(../images/i_ma-reviews.gif);
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2 {
    background-image: url(../images/i_ma-tags.gif);
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,.dashboard .box-tags .tags ul,.dashboard .box-tags .tags ul li
{
    display: inline;
}

/********** Dashboard > */
/* Address Book */
.addresses-list h2 {
	font-family: hk-nova-bold;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.addresses-list h3 {
	font-family: hk-nova-bold;
    font-size: 14px;
    color: #000;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

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

.addresses-list .link-remove {
    color: #646464;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    /*background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc;*/
    padding: 10px 13px;
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    font-weight: bold;
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */
.order-info {
    background: #F5F5F5;
    padding: 4px 8px;
    margin: 0 0 8px;
}

.order-info dt,.order-info dd,.order-info ul,.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: bold;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.order-info-box h2,.order-details .table-caption,.order-items .product-name
{
	font-family: hk-nova-bold;
    font-size: 13px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2,.order-items h3 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #000;
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: bold;
}

.page-print h2,.page-print h3 {
    font-size: 13px;
    font-weight: bold;
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold;
}

.page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,.page-print .price-excl-tax .label,.page-print .price-incl-tax .label,.page-print .price-excl-tax .price,.page-print .price-incl-tax .price
{
    display: inline;
}

/* My Wishlist */
.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,.my-wishlist .buttons-set .btn-share span
{
    border-color: #406a83;
    background: #618499;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Footer ================================================================================ */


/* IWX */
.my_account_title,.treatment_title {
    text-transform: uppercase;
    color: #f20078;
    font-size: 15px;
    padding-bottom: 15px;
    line-height: normal;
}

.block-subscribe {
    color: #CACACA;
    padding-bottom: 15px;
    line-height: normal;
}

.col-1 .crosssell h2 {
    color: #6B6B6B;
}

/* IWX */
.data-table .atualizar_carrinho {
    border: none;
    width: 28px;
    height: 26px;
    cursor: pointer;
    margin-top: 35px;
    background: url(../images/btn-atualizar.jpg) 0 0 no-repeat;
}

.data-table .atualizar_carrinho:hover {
    background-position: 0 -26px;
}

.cart-collaterals .comprar, .add-to-cart .btn-cart {
    width: 174px;
    height: 57px;
    text-align: center;
}

.add-to-cart .btn-cart span span {
    margin-left: 10px !important;
}

.cart-collaterals .comprar, .add-to-cart .btn-cart span,
.cart-collaterals .comprar, .add-to-cart .btn-cart span span{
    margin: 6px 0 0 000 !important;
    padding: 0 !important;
    color: white !important;
	font-size: 20px !important;
    font-weight: 200 !important;
    text-transform: uppercase !important;
}

.cart-collaterals .comprar span span:hover,.add-to-cart .btn-cart span span:hover
{
    color: white !important;
}

.cart-collaterals .comprar:hover,.add-to-cart .btn-cart:hover {
    background-position: 0 -57px;
}

.shipping-container .shipping h2,.col-2 .rewards-container #rewards-cart-block #rewards-cart-block-ajax h2,
.col-2 #rewards-container .rewards h2 	{
	color: #000;
    font-size: 16px;
    padding: 0px;
}

#rewards-onestepcheckout-block-ajax .rewards-form .messages li {
    padding: 0 !important;
    margin: 0 !important;
    text-align: justify;
}

.add-to-cart-button-box .points-box .price-box span, .product-shop .product-options-bottom .points-box .price-box span {
    color: #666;
}

.add-to-cart-button-box .points-box-freeshipping .price-box span, .product-shop .product-options-bottom .points-box-freeshipping .price-box span {
    color: #666;
}

.onestepcheckout-forgot-password-content p{
    color: #666;
}

.add-to-cart-button-box .points-box .price-box h2 {
	font-size: 18px;
    color:#000;
}

.add-to-cart-button-box .points-box-freeshipping .price-box h2 {
	font-size: 18px;
    color:#000;
}

.product-shop .add-to-box .add-to-cart {
    height: 60px;
}

.my-account .order-details .data-table .odd .first .last .price-excl-tax .cart-price,.my-account .order-details .data-table .even .border .last .price-excl-tax .cart-price,.order-details .data-table .odd .last .last .price-excl-tax .cart-price,.order-details .data-table .first .a-right
{
    font-weight: bold;
}

#rewards-container .rewards #rewards-cart-block-ajax .points-description .messages .notice-msg ul li span,.col-2 #rewards-container .rewards .points-description span
{
    color: #666 ;
    font-weight: normal;
    font-size: 11px;
}

#rewards-container .rewards #rewards-cart-block-ajax .points-description .messages .notice-msg ul li span a,#rewards-onestepcheckout-block-ajax .rewards-form .messages li a
{
    color: #666 !important;
    text-decoration: underline;
}

.rewards-form .buttons-set .remove-points-button span {
    width: 135px;
    height: 26px;
    background: url(../images/btn-frete.jpg) 0 0 no-repeat;
    border: none;
}

.rewards-form .buttons-set .apply-points-button span {
    width: 160px;
    height: 26px;
    background: url(../images/btn-buy-with-points.jpg) ;
    border: none;
}




.col-main .buttons-set .button-success span {
// font: bold 11px/18px 'GothamRounded-Book' !important;
    width: 170px;
    background: url(../images/btn-incluir.jpg) 0 0 no-repeat;
}

.col-main .buttons-set .button-success span:hover{
    background-position: 0 -31px;
}


.rewards-form .buttons-set .apply-points-button span:hover {
    background-position: 0 -26px;
}

#rewards-container #rewards-cart-block #rewards-cart-block-ajax .rewards-form
{
    width: 100%;
    padding-bottom: 0 !important;
}

#rewards-container #rewards-cart-block #rewards-cart-block-ajax .rewards-form .content,#rewards-container #rewards-cart-block #rewards-cart-block-ajax .rewards-form .buttons-set
{
    display: inline-block;
    margin-right: 5px;
}

#shopping-cart-totals-table .price {
    color: #F20078 !important;
}

.col-2 .cart-items-total {
    padding-top: 15px;
    background: #F5F5F5;
}

.col2-set-cart #totals-cart #shopping-cart-totals-table tfoot .a-right,.col2-set-cart #totals-cart	table tbody tr .a-right
{
    color:#000;
    font-size: 15px;
    font-weight: bold;
}

.col2-set-cart #totals-cart	table tbody tr .price {
    font-size: 15px;
    font-weight: bold;
    color: #ff0080 !important;
}

.btn-continue span span,.btn-continue span {
    border: none !important;
    background: none !important;
    color: #f20078;
}

.total-cart {
    width: 80px;
    height: 50px;
    display: inline-block;
}

.cart-items-total div .checkout-cart-titles {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    color: #000;
}

.cart-items-total .price-points,.price-points .cart-points {
    width: 120px;
    height: 50px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.calcula-frete span span,.calcula-frete span,.cancelar-cupom span,.cancelar-cupom span span
{
    border: none;
    background: none /*!important*/;
    color:#000;
}

.calcula-frete span span {
    width: 135px;
    display: inline-block;
}

.shipping-selection .calcula-frete,.discount-form .cancelar-cupom, .apply-points-button, .remove-points-button {
    height: 26px !important;
    background: url(../images/btn-frete.jpg) 0 0 no-repeat;
    float: left;
}




.discount-form .cancelar-cupom span span {
    display: inline-block;
    width: 140px;
}

.ajax-loading-Coupon span,.ajax-loading-SM span,.ajax-loading-rewards span
{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
    background: url(../images/loading.gif) center center no-repeat;
}

.shipping-selection form .shipping-text,.discount-form label,.points-description
{
    display: inline-block;
    width: 300px;
    color: #666666;
    padding-bottom: 20px;
    margin-left: 10px;
    float: left;
}

.usar-cupom span span,.usar-cupom span,.coupon-container .discount,.btn-cart span,.btn-cart span span
{
    border: none !important;
    background: none !important;
}

.usar-cupom span span {
    width: 115px;
    display: inline-block;
}

.coupon-container .discount h2 {
    font-size: 16px;
	color: #000;
    padding: 0;
}

.col2-set-cart .totals {
    border: none;
    height: 80px;
    background: #F2F2F2;
}

.product-name h1,.std b {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
}

.points-box .points {
    text-transform: uppercase;
    font-size: 22px;
	color:#000;
}

.points-box-freeshipping .points {
    text-transform: uppercase;
    font-size: 22px;
    color:#000;
}

.product-view .product-shop .points-box, .product-shop .product-options-bottom .points-box{
    width: 200px;
    margin: 0 0 0 20px;
    padding-top: 30px;
}

.product-shop .product-options-bottom .points-box.contains-special-price{
    margin-top: 21px;
}

.product-shop .product-options-bottom .points-box.contains-special-price .points-description{
    margin-top: 3px;
}

.product-view .product-shop .points-box-freeshipping, .product-shop .product-options-bottom .points-box-freeshipping{
    width: 200px;
    padding-top: 20px;
}

.points-box .points span {
    font-size: 22px !important;
    color: #000;
}

.points-box-freeshipping .points span {
    font-size: 22px !important;
    color: #000;
}

.description .std {
    text-align: justify;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

.product-shop .product-options-bottom .points-box .points .value {
    padding: 0 10px;
}

.product-shop .product-options-bottom .points-box-freeshipping .points .value {
    padding: 0 10px;
}

.product-shop .product-options-bottom .points-box .price-box h2 {
    width: 200px;
    font-size: 18px !important;
	color: #000;
}

.product-shop .product-options-bottom .points-box-freeshipping .price-box h2 {
    width: 200px;
    font-size: 18px !important;
	color: #000;
}

.product-shop .product-options-bottom .points-box .points span {
    float: left;
}

.product-shop .product-options-bottom .points-box-freeshipping .points span {
    float: left;
}

#co-shipping-method-form .sp-methods li input {
    border: none !important;
    background: none !important;
    color: #ff0080;
    font-family: hk-nova-bold;
    cursor: pointer;
}

#co-shipping-method-form .sp-methods li .breadcrumbs-title {
    color: #666666;
}

.SM-Selected .sp-cart-selected {
    background: url(../images/frete_selecionado.jpg) no-repeat;
    padding-left: 20px;
    color: #ff0080;
    font-family: hk-nova-bold;
    cursor: pointer;
}

.main .breadcrumbs-title {
    font-size: 12px;
    color: #666;
}

.breadcrumbs span {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-top: -5px;
}

.clearfix .field #billing:footnumber,.fieldset .form-list li  .input-box #footnumber
{
    background: url(../images/input_58.png) no-repeat -0 -1px;
    border: none !important;
    width: 268px;
    height: 28px;
    padding: 2px 10px 2px 10px !important;
}

div.field .validate-select{
    width: 260px;
    margin: 1px 0px 20px;
}

label
{
    color: #666;
    font-style: normal !important;
    text-transform: uppercase;
    font-size: 12px;
}


.melissa_credit, .melissa_certific {
    margin-top: 0px;
    text-align: left;
    margin-bottom: 60px;

}


.melissa_credit img {
    margin-left: -5px
}

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100%
    repeat-x;
}

.best-selling tr.even {
    background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100%
    repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

/* ======================================================================================= */
/* Clears ================================================================================ */
#search_mini_form:after,
.header-melissa .chat-header .gratis:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.footer-main-content:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* ======================================================================================= */
.guest-select {
    width: 305px !important;
}

.header-container {
	overflow: visible;
}


.rewards-container  #rewards-cart-block{
	border: 0px;
}

.rewards-container {
 border-bottom: 1px solid #999;
 padding-bottom: 20px;
}

/*Text Area personalizado*/

.form-list li.wide textarea{
    border: 0px;
    padding: 10px;
    width: 519px;
    height: 120px;
    resize: none;
    background-image: url("../images/textarea.png");
    background-repeat: no-repeat;
    background-position: center top;
}


.form-list li.wide textarea:FOCUS{
    background-position: center -140px;
}

.send-friend .form-list li.wide textarea {
    width: 589px;
    background-image: url("../images/textarea_609.png");
    text-align: justify;
    line-height: 1.5em;
}

div.search-autocomplete ul li span.amount{
    padding-right: 5px;
}


/*Lido por todos os navegadores*/
div.rewards-form.points-description div.content{
    min-height:30px;
    height: 30px;
}

/*Nao lido apenas pelo IE*/


html>body div.rewards-form.points-description div.content {
    height: auto;
}



#rewards-container #rewards-cart-block #rewards-cart-block-ajax .rewards-form .content, #rewards-container #rewards-cart-block #rewards-cart-block-ajax .rewards-form .buttons-set{
    display: block ;
    float: left;
    clear: none;
}


#rewards-container #rewards-cart-block #rewards-cart-block-ajax .rewards-form .content{
    line-height: 18.6px;
}


#rewards-container #rewards-cart-block #rewards-cart-block-ajax .rewards-form .buttons-set{
    margin-top: 0px;
}




.apply-points-button:hover span span, .remove-points-button:hover span span{
    background-position:  0 -26px !important;
}


/*Ipagare*/



.divPagForm .chzn-container-single{
    width: 62px !important;
}


.divPagForm  div p .chzn-container-single a{
    background-image: url("../images/input_58.png") !important ;
}

.divPagForm div p .chzn-container .chzn-drop .chzn-search input{
    width: 27px !important;
}
.divPagForm div p .chzn-container .chzn-drop{
    width: 64px !important;
}





.pager .limiter .chzn-container-single a{
    background-image: url("../images/input_58.png") !important ;
    width: 49px !important;
}

.pager .limiter .chzn-container-single{

    width: 60px !important;
}

.pager .limiter .chzn-container-single  .chzn-drop{
    width: 55px !important;
}

.pager .limiter .chzn-container-single  .chzn-drop .chzn-search input{
    width: 20px !important;
}




/*Bottao Gerar Boleto */




.button.gerar-boleto.bradesco span{
	background: none;
    padding:0;
    line-height:24px;
    height:24px;
    margin:0px auto;
    color: #fcfcfc;
    font-family: hk-nova-bold;
    font-size: 12px;
    text-decoration:none;

}

.button.gerar-boleto.bradesco{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0px auto;
    display:block;
    font-family: hk-nova-bold;
    font-size: 12px;
    text-decoration:none;
    margin: 15px auto;
}



.button.gerar-boleto.bradesco{
    color:#fff;
    background:url('../images/btn_view_cart.png');
    width:268px;
    padding-left: 25px;
    height: 45px;
    line-height: 45px;
}

.button.gerar-boleto.bradesco:hover{
    background-position: 0 -45px;
}

#search_mini_form {
    position: relative;
    display: block;
}

#search_mini_form #search {
    font-size: 12px!important;
    padding-top: 1px!important;
}

.attribute-filter .item-title {
	background-position: right;
}


.filter-option > a {
    color: #666666;
    display: block;
    width: 100%;
}


.products-grid .product-name {
    font-size:14px!important;
    margin:0px!important;
}

.item .product-description, .item .product-collection {
    font-size:13px!important;
    color:#999!important;
    text-transform:uppercase!important;
}

.item .price-box .regular-price .price, .category-products .products-grid .first .price-box .product-price-192 .price {
    font-family: hk-nova-regular;
    font-size: 14px;
    color: rgb(231, 10, 96);
}

.products-grid .price-box {
    margin:5px 0 -5px 0;
}

.regular-price.price.pre-order {
    display:none;
}

.latest-social-content {
    font-size:14px!important;
    padding-top:10px!important;
}

.product-name h1 {
    color:#000;
    line-height: 46px;
    font-size: 44px;
    padding: 26px 0 0 0;
    text-align: center;
    font-weight: 100;
}

/* filtro categorias home */

.arquetipo .item-title {
    background-position: 55px 2px;
}

/* Site Map Text */
.page-sitemap .first.last > a {
    color: #5E5E5E;
}



/*Temp*/


#narrow-by-list dd ol li{
    color: #ccc;
}


#narrow-by-list dd ol li a{
    color: #000;
}



.filter-option > a {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}

.filter-option > a > span {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}


.attribute-filter-message{
    height: 22px;
    margin-top: -22px;
    text-align: center;
    line-height: 22px;
}

.melissa_phone h2 a {color:#ffff00;}

.cart .shipping button span, /*Calcular Frete*/
.cart .discount button span, /*Usar Cupom*/
.update-button button span, /*Atualizar Valores*/
.buttons-set .button span, /* Criar conta, Login */
.col-main #form-validate .buttons-set .button span, /* Enviar */
.onestepcheckout-login-link button span, /* Já sou cadastrado */
.my-account .title-buttons button.button span,   /* Adicionar Endereço*/
.send-friend .buttons-set #add_recipient_button button.button span /* Adicionar Email, Enviar Email */
{
    background: url("../images/btn-cinza-right.png" ) right 0 no-repeat !important;
    height:15px !important;
    padding-left:15px !important;
    width:auto !important;
}

/*Left BG*/

.cart .shipping button > span, /*Calcular Frete*/
.cart .discount button > span, /*Usar Cupom*/
.update-button button > span, /*Atualizar Valores*/
.buttons-set .button > span, /* Criar conta, Login */
.col-main #form-validate .buttons-set .button > span, /* Enviar */
.onestepcheckout-login-link button > span, /* Já sou cadastrado */
.my-account .title-buttons button.button > span,  /* Adicionar Endereço*/
.send-friend .buttons-set #add_recipient_button button.button > span /* Adicionar Email, Enviar Email */

{
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    padding-left: 6px !important;
    height: 26px !important;
    float:left;
}

/*Buttons Height: 26px - Hover  */

/*Right BG*/

.cart .shipping   button:hover  span, /*Calcular Frete*/
.cart .discount button:hover span, /*Usar Cupom*/
.update-button button:hover span, /*Atualizar Valores*/
.buttons-set .button:hover span, /* Criar conta, Login */
.col-main #form-validate .buttons-set .button:hover span, /* Enviar */
.onestepcheckout-login-link button:hover span, /* Já sou cadastrado */
.my-account .title-buttons button.button:hover span,  /* Adicionar Endereço*/
.send-friend .buttons-set #add_recipient_button button.button:hover span /* Adicionar Email, Enviar Email */
{
    background-position: right -26px !important;
}


/*Left BG*/

.cart .shipping button:hover > span, /*Calcular Frete*/
.cart .discount button:hover > span, /*Usar Cupom*/
.update-button button:hover > span, /*Atualizar Valores*/
.buttons-set .button:hover > span, /* Criar conta, Login */
.col-main #form-validate .buttons-set .button:hover > span, /* Enviar */
.onestepcheckout-login-link button:hover > span, /* Já sou cadastrado */
.my-account .title-buttons button.button:hover > span,   /* Adicionar Endereço*/
.send-friend .buttons-set #add_recipient_button button.button:hover > span /* Adicionar Email, Enviar Email */
{
    background-position: left -26px !important;

}

/* Texto */
.shipping-selection .calcula-frete span span, .shipping-selection .calcula-frete button span span, /*Calcular Frete*/
.coupon-selection .calcula-frete button span span, .usar-cupom span span, .cart .discount button span span, /*Usar Cupom*/
.update-button button span span, /*Atualizar Valores*/
.buttons-set .button span span, /* Criar conta, Login, Enviar */
.onestepcheckout-login-link button span span, /* Já sou cadastrado */
.col-main #form-validate .buttons-set .button span span, /* Salvar */
.col-main .my-account .title-buttons button.button span span,  /* Adicionar Endereço*/
.send-friend .buttons-set #add_recipient_button button.button span span /* Adicionar Email, Enviar Email */
{
    display:inline-block !important;
    color:#FFF !important;
    text-decoration:none !important;
    background: none !important;
    text-shadow: none !important;
    text-align: center !important;
    float: left !important;
    padding: 5px 12px 6px 6px !important;
    height: 15px !important;
    font-family: hk-nova-bold;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: normal;
    width:auto !important;
    line-height:19px !important;
}

.col-main #form-validate .buttons-set .button span span {
    color: #E70A60 !important;
}
/*Bugs*/


/* Fim Botão Cinza*/


/* tag P do js Banner */
/*.header-container > p {*/
/*	margin: 0px;*/
/*}*/
.page > p {
    margin: 0;
}

/**************************************************************/
.header-melissa div.menu.act:hover {background-color:transparent !important;}

.header-melissa div.menu.act { padding-right: 28px; margin-right:25px; }
.header-melissa div.menu.act:after {
    content: "";
    font-family: "icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    color: #FFF;
    position: absolute;
    right: 0;
    top: -1px;
    cursor: pointer;
}

.header-melissa div.menu.act.active:after {
    color: #FD0A80;
}

.header-melissa div.menu.act.active { background-color: transparent; }

.header-melissa div.menu.act a span {
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.header-melissa div.menu.act.active a span { color: #FD0A80; }

.header-melissa .nav-container {width:488px !important;}
#custommenu {width:488px !important;}
/*
#custommenu div.wp-custom-menu-popup {*/
/*margin-top:0px !important; */
/*padding-top:40px !important; */
/*background: url(../images/menu-cat-top.png) 0 17px no-repeat !important; */
/*border-radius:0 0 0 0 !important;*/
/*width:144px !important;*/
/*}
*/
/*#custommenu div.wp-custom-menu-popup > div {background: #fff !important;}*/
div.wp-custom-menu-popup a {color:#666666; text-transform: uppercase;}
div.wp-custom-menu-popup a:hover span {color:#F20078;}



/*********************/

.header-container {
    overflow: visible;
}

.cart .rewards-form.points-description {
    float: none;
}

.status{
    margin-top: 29px;
}

.status > img {
    padding: 2% 5.3%;
}

.status > img:first-child {
    padding-left: 0;
}

.status > img:last-child {
    padding-right: 0;
}

.youtube-block-title {
    font-size: 25px;
    margin-bottom: 15px;
}

.youtube-video {
    /* background: url("../images/fundo-youtube.png") 0 0 no-repeat; */
    background-size: auto 165px;
    margin-top: -20px;
}



/*  INICIO MODAL LOGIN GRENDENE */

#login-grendene-popup {
    width: 393px;
    background-color: #E9E9E9;
    /*	height: 192px;*/
    border-radius: 8px;
}

#login-grendene-popup .chzn-container.chzn-container-single{
    /*	bottom: 15px;*/
    display: block !important;
    margin-left: 20px !important;
}

#login-grendene-popup .chzn-container-single .chzn-single, #login-grendene-popup .input-box > input {
    width: 254px;
}

#login-grendene-popup .input-box > div {
    margin: 10px 0;
}

.grendene-fields > label{
    margin-left: 66px;
    margin-right: 80px;
}

.grendene-fields .validation-advice {
    background-position: 118px 0;
    padding-left: 10px;

}

#login-grendene-popup .input-box div > input {
    width: 254px;
    border-radius: 17px;
    height: 20px;
}

#login-grendene-popup .input-box label{
    float: left;
}
#descontogrendene-form .input-text.required-entry:focus {
    border-width: 2px;
}

#login-grendene-popup #Unidade_chzn{
    margin-left: 66px !important;
}


#login-grendene-popup .chzn-drop {
    width: 260px;
}
#login-grendene-popup .chzn-search > input{
    width: 220px !important;
}

#control_overlay {
    background-color: #000000;
}

#login-grendene-buttons {
    margin: 15px 0px;
}

#login-grendene-buttons .button span , #login-grendene-buttons > input{
    background-image: url("../images/btn-incluir.jpg");
    background-size: 150px 50px;
    width: 95px;
    height: 22px;
    margin-bottom: 3px;
    border-radius: 95px;
}
#login-grendene-buttons .button span span{
    padding-top: 3px;
}

.grendene-fields > label{
    color: #666666;
}
/*  FIM MODAL LOGIN GRENDENE */

/* -- IPAGARE W DROPDOWN MENU -- */
.ipagare-parcelas .titulo-cartao { display: block; width: 100%; }
.ipagare-parcelas .chzn-single { width: 237px!important; background-image: url(../images/input_245.png)!important; }
.ipagare-parcelas list li .chzn-container .chzn-drop { width: 240px!important;}
#payment_form_ipgcore .chzn-drop { width: 246px!important; }
#payment_form_ipgcore .chzn-drop .chzn-search input { width: 213px!important; margin-left: 3px; height: 18px;}
#payment_form_ipgcore .chzn-drop .chzn-search { height: 30px; }
#payment_form_ipgcore .divPagForm input.validate-cc-number { width: 225px!important; background: url(../images/input_245.png)!important; }
#payment_form_ipgcore .divPagForm input.month, #payment_form_ipgcore .divPagForm input.year { border-radius: 20px; }
#payment_form_ipgcore .divPagForm .cvv { border-radius: 20px;text-align: center }
#payment_form_ipgcore .divPagForm { /*height: 246px; margin-bottom: -93px!important;*/ overflow: inherit!important;}
#checkout-payment-method-load { padding-left: 6px;}
/* Ipagare open transfer */
.banco button.button { height: 46px; width: 270px; border: none; background: url(../images/btn-finalizar.png) 0 0 no-repeat; }
.banco button.button span {
    background: none!important;
    color: white!important;
// font: 11px/22px 'GothamRounded-book' !important;
}
.banco.itau-frame button.button { margin-left: 200px; }
#paymentmethods-validation { background: url("../images/validation_advice_bg2.gif") no-repeat scroll 2px 0 rgba(0, 0, 0, 0); }
#payment_form_itaushopline_standard li { margin-top: 20px; }
/* Ipagare loading */
#ipagare-loading-mask .loader {
    background: none repeat scroll 0 0 #FFE9F7!important;
    border: 2px solid #f20078!important;
    color: #f20078!important;
    border-radius: 20px;
    font-weight: bold;
    left: 50%;
    margin-left: -105px;
    padding: 15px 30px;
    position: fixed;
    text-align: center;
    top: 45%;
    width: 150px;
    z-index: 1000;
}

html body iframe[name='google_conversion_frame'] {
    display:none !important;
}

.sorter { background:none; border:none; margin-bottom:15px; padding: 0px 0px 0px 25px;}
.sorter .sort-by { float:none;}
.sorter .sort-by a { margin:0 17px;}

.sort-by-list-item,
.sort-by-label,
.sort-title{
    float: left;
    margin-right: 16px;
}

.sort-by-label,
.sort-by span.title {
    color: #666666;
    font-size: 12px;
    font-family: hk-nova-bold;
}

.sort-by-list-item,
.sort-by a {
	font-size: 15px;
    color:#444;
}

.sort-by a.active-filter { color:#FF0080; display:inline-block; font-weight: bold;  }
.sort-by a.active-filter:after { content:" "; background:url("../images/arrow-bottom.jpg") 50% 100% no-repeat; display:block; width:100%; height:15px; }

.sort-by-list-item a {
    color: #000 !important;
}

.sort-by-list-item a:hover {
    color: #ff0080 !important;
    font-weight: bold;
}

.sort-by-list .sort-by-list-item active a{
    background: none !important;
}

.ui-icon-loading {
    background: url("../images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.ui-icon {
    border-radius: 36px;
    display: block;
    height: 40px;
    margin: 0 auto;
    padding: 1px;
    width: 30px;
}

.ui-loader-verbose {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 1px 1px #111111;
    width: 95px;
}

#msg-boleto-tempo{

    background:#ffe9bd url('../images/aviso-pop-up.png') 20px 50% no-repeat;
    padding-left:90px;
    padding-right:65px;
    border: dotted 1px #ffac03;
    margin-top:20px; height:70px;
}

#msg-boleto-tempo h4{
    padding-top:17px;
}

#msg-debito-tempo{

    background:#ffe9bd url('../images/aviso-pop-up.png') 20px 50% no-repeat;
    padding-left:90px;
    padding-right:65px;
    border: dotted 1px #ffac03;
    margin-top:20px; height:140px;
}

#msg-debito-tempo h4{
    padding-top:17px;
}

body.checkout-onepage-failure #admin_messages,
body.checkout-onepage-success #admin_messages { padding:10px 5px; background-color:#f5f5f5; color:#ff0080; font-weight:bold; font-size:13px;}


div.shipping-warning{
    display: block;
    background-color: #FFE9BD;
    border: 1px dotted #FFAC03;
    padding: 8px;
}

div.shipping-warning-cart{
    margin-top:20px;
}

div.accept-terms-warning .validation-advice{
    margin-top: 10px;
}


div.shipping-warning div.accept-terms-warning input {
    margin: 0px;
    margin-left: -16px;
}

div.shipping-warning div.accept-terms-warning {
    margin-top: 20px;
    line-height: 0px;
    width: 200px;
    margin-left: 16px;
    padding-bottom: 10px;
}

/* Titles */
.m-title {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.m-title.bold,
.m-text.bold {
	font-family: hk-nova-bold;
}

.m-title.small {
    font-size: 16px;
}

.m-title.medium {
    font-size: 25px;
}

.m-text.small {
    font-size: 14px;
}

.m-text.medium {
    font-size: 16px;
}

/* ---------- */

.nc8-neemu-index-index .main {
    min-height: 0px;
}

/* Aviso de frete no checkout */

#address_verification_message {
    margin: 20px 0 0 0;
    border-top: 3px solid #F21284;
    background: #F6F6F6;
    padding: 15px;
	font-size: 14px;
    display: table;
    width: 260px;
}

#address_verification_message span {
	color: #F31184;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

#address_verification_message #addres_message_warning {
    background: #F21284;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    margin: 0px 10px 10px 0px;
    font-family: hk-nova-bold;
    float: left;
}

#address_verification_message #address_message_text {
    width: 200px;
    float: left;
}


.shipping_verification_message {
    margin: 20px 0 0 0;
    border-top: 3px solid #F21284;
    background: #F6F6F6;
    padding: 15px 2px;
	font-size: 14px;
    display: table;
    width: 260px;
}

.shipping_verification_message span {
	color: #F31184;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

.shipping_verification_message .shipping_message_warning {
    background: #F21284;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    margin: 0px 10px 10px 7px;
    font-family: hk-nova-bold;
    float: left;
}

.shipping_verification_message .shipping_message_text {
    width: 200px;
    float: left;
}

#div-interaktingslider {overflow: hidden; }


/* Novo cabecalho */
@font-face {
    font-family: "Icomoon";
    font-style: normal;
    font-weight: normal;
    src: url("//s3.amazonaws.com/cdn.shopmelissa.com/assets/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("//s3.amazonaws.com/cdn.shopmelissa.com/assets/fonts/icomoon.woff") format("woff"), url("//s3.amazonaws.com/cdn.shopmelissa.com/assets/fonts/icomoon.ttf") format("truetype"), url("//s3.amazonaws.com/cdn.shopmelissa.com/assets/fonts/icomoon.svg#icomoon") format("svg");
}
[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.icon-check:before {
    content: "";
}
.icon-chinelo4:before {
    content: "";
}
.icon-arqt_anabela:before {
    content: "";
}
.icon-arqt_bolsa:before {
    content: "";
}
.icon-arqt_fechado:before {
    content: "";
}
.icon-arqt_mini:before {
    content: "";
}
.icon-arqt_miniatura:before {
    content: "";
}
.icon-arqt_rasteira:before {
    content: "";
}
.icon-arqt_saltoalto:before {
    content: "";
}
.icon-arqt_saltomedio:before {
    content: "";
}
.icon-arqt_sapatilha:before {
    content: "";
}
.icon-atendimento:before {
    content: "";
}
.icon-carrinho:before {
    content: "";
}
.icon-celular:before {
    content: "";
}
.icon-fone:before {
    content: "";
}
.icon-login:before {
    content: "";
}
.icon-search:before {
    content: "";
}
.icon-wishlist:before {
    content: "";
}
.icon-arrow:before {
    content: "";
}

.header-melissa [class^="icon-"],
.header-melissa [class*=" icon-"] {
    color: #FFF;
    cursor: pointer;
}

.header-melissa .login-header.user-on [class^="icon-"],
.header-melissa .login-header.user-on [class*=" icon-"],
.header-melissa [class^="icon-"]:hover,
.header-melissa [class*=" icon-"]:hover {
    color: #FE0180;
}

.header-melissa .login-header {
    float: left;
    height: 48px;
    margin: 21px 0 0 19px;
    padding: 0 10px;
    position: relative;
    color: #ffffff;
    font-size: 19px;
}

.header-melissa .login-header:hover .icon-login {
    color: #fe0180;
}

.header-melissa .block-cart .icon-carrinho {
    cursor: pointer;
    float: left;
    font-size: 21px;
}

.header-melissa .block-cart .cart-itens-qty {
    background: none repeat scroll 0 0 #ff0080;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    padding: 4px 0 2px;
    position: absolute;
    right: 2px;
    top: -9px;
    width: 18px;
    min-height: 13px;
}

.header-melissa .empty-cart .block-cart .cart-itens-qty {
    background-color: #262626;
}

.header-melissa .cart-header:hover .block-cart .cart-itens-qty {
    background-color: #ffffff;
    color: #FE0180;
}

.header-melissa .cart-header:hover .block-cart .icon-carrinho {
    color: #FE0180;
}

.header-melissa .chat-header {
    float: left;
    height: 43px;
    margin: 24px 8px 0;
    padding: 0 10px;
    position: relative;
}

.header-melissa .chat-header .icon-atendimento {
    cursor: pointer;
    float: left;
    font-size: 20px;
}

.header-melissa .chat-header:hover .icon-atendimento {
    color: #fe0180;
}

.header-melissa .language-header {
    cursor: pointer;
    float: left;
    height: 42px;
    margin: 27px 0 0;
    position: relative;
}

.header-melissa .language-header span {
    color: #666;
    float: left;
    font-size: 12px;
}

.header-melissa .language-header:hover span {
    color: #fd0a80;
}

/* Dropdowns */
.header-melissa .dropdown-container {
    background-color: #ffffff;
    border-top: 3px solid #fd0a80;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    left: -150px;
    opacity: 0;
    padding: 28px 30px 25px;
    pointer-events: none;
    position: absolute;
    top: 51px;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 190px;
    cursor: default;
}

.header-melissa .itens-header:hover .login-header .dropdown-container,
.header-melissa .itens-header .login-header .dropdown-container.focused { top: 48px; }

.header-melissa .cart-header.itens-header:hover .dropdown-container,
.header-melissa .chat-header.itens-header:hover .dropdown-container,
.header-melissa .cart-header.itens-header .dropdown-container.focused,
.header-melissa .chat-header.itens-header .dropdown-container.focused {
    top: 45px;
}

.header-melissa .login-header.itens-header:hover i.arrow { top: 38px; }

.header-melissa .cart-header.itens-header:hover i.arrow,
.header-melissa .chat-header.itens-header:hover i.arrow {
    top: 42px;
}

.header-melissa .cart-header .dropdown-container {
    width: 270px;
}

.header-melissa .login-header .dropdown-container {
    width: 390px;
}

.header-melissa .login-header .dropdown-container.user-on {
    width: 180px;
}

.header-melissa .language-header .dropdown-container {
    width: 165px;
    padding-top: 16px;
    padding-bottom: 15px;
}

.header-melissa .colecoes-header a {
    line-height: 14px;
}

.header-melissa .colecoes-header .dropdown-container {
    width: 940px;
    left: -212px !important;
    padding-bottom: 0;
}

.header-melissa .colecoes-header .dropdown-container.small-container {
    width: 715px;
}

.header-melissa .itens-header:hover .dropdown-container,
.header-melissa .itens-header .dropdown-container.focused {
    opacity: 1;
    pointer-events: auto;
    top: 41px;
    visibility: visible;
}

.header-melissa .dropdown-container > ul {
    float: left;
    width: 100%;
}

.header-melissa .dropdown-container > ul li {
    border-bottom: 1px solid #D9D9D9;
    float: left;
    height: auto;
    margin: 0 0 16px;
    width: 100%;
}

.header-melissa .dropdown-container > ul li.last {
    border: 0 none;
    margin-bottom: 0;
}

.header-melissa .dropdown-container p {
    float: left;
    margin: 0 0 14px;
    text-align: left;
    width: 100%;
}

.header-melissa .login-header .dropdown-container p {
    color: #666;
    float: left;
    font-size: 12px;
    text-align: left;
    width: 100%;
}

.header-melissa .dropdown-container a {
    color: #fd0a80;
}

/* Dropdown - Arrows */
.header-melissa i.arrow {
    width: 13px;
    height: 7px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 47px;
    left: 14px;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    z-index: 10;
    background: url("../images/arrow-collection-list.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.header-melissa .itens-header:hover i.arrow,
.header-melissa .itens-header.focused i.arrow {
    opacity: 1;
    pointer-events: auto;
    top: 38px;
    visibility: visible;
}

.header-melissa .colecoes-header i.arrow {
    left: 30px;
}

/* Dropdown - Titles */
.header-melissa .dropdown-container .title {
    color: #000000;
    float: left;
	font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.header-melissa .login-header .dropdown-container .title {
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    float: left;
    font-size: 14px;
    margin-bottom: 13px;
    padding-bottom: 14px;
    text-align: left;
    width: 100%;
    text-transform: none;
}

/* Dropdown - Icons */
.header-melissa .chat-header .central em {
    color: #000000;
    float: left;
    font-size: 24px;
    margin: 0 15px 0 0;
    width: 28px;
}

.header-melissa .login-header .icon-wishlist {
    color: #ff0080;
    font-size: 15px;
    left: 5px;
    position: absolute;
    top: 2px;
}

.header-melissa .language-header .icon-arrow {
    margin-left: 10px;
    font-size: 14px;
    color: #666;
}

.header-melissa .language-header:hover .icon-arrow {
    color: #FD0A80;
}

.header-melissa .language-header .dropdown-container > p {
    text-align: center;
}

.header-melissa .language-header .dropdown-container li {
    float: left;
    height: auto;
    margin-top: 4px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    border: none;
}

.header-melissa .language-header .dropdown-container a {
    color: #666;
    float: left;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

.header-melissa .language-header .dropdown-container a:hover {
    color: #FD0A80;
}

/* Dropdown - Content Styles */
.header-melissa .chat-header .gratis {
    margin-top: 10px;
    float: left;
}

.header-melissa .chat-header .gratis span {
    margin-bottom: 15px;
    margin-top: -4px;
}
.header-melissa .chat-header .central span {
    color: #666;
    float: left;
    font-size: 18px;
    text-align: left;
}

.header-melissa .chat-header .central span small {
    float: left;
    font-size: 11px;
    margin-top: -8px;
}

/* Dropdown - Buttons */
button.button.action-effect-button,
a.button.action-effect-button {
    background: none repeat scroll 0 0 #ff0080;
    border: 0 none;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    line-height: 19px !important;
    padding: 6px 22px 5px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 122px;
    z-index: 2;
}

button.button.action-effect-button span,
a.button.action-effect-button span {
	font-size: 14px !important;
    font-weight: normal!important;
    color: #FFF;
    background: none!important;
}

button.button.action-effect-button:hover,
a.button.action-effect-button:hover { border-radius: 0; }

/* Dropdown - Cart */
.header-melissa .cart-header .dropdown-container .title {
    border-bottom: 1px solid #d9d9d9;
    float: left;
    font-size: 14px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.header-melissa #mini-cart {
    float: left;
    max-height: 317px;
    overflow: auto;
    width: 100%;
}

.header-melissa .blur {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 -20px 11px #ffffff;
    float: left;
    height: 43px;
    margin-left: -1%;
    margin-top: -30px;
    position: relative;
    width: 101%;
    z-index: 1;
}

.header-melissa #mini-cart > li {
    border-bottom: 1px solid #d9d9d9;
    float: left;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.header-melissa #mini-cart > li.last {
    border-bottom: none;
    margin-bottom: 30px;
}

.header-melissa #mini-cart .product-image {
    float: left;
    margin-right: 20px;
    width: 55px;
    border: none;
    margin-bottom: 0!important;
}

.header-melissa #mini-cart img {
    width: 100%;
    height: auto;
}

.header-melissa #mini-cart .product-details {
    max-width: 175px;
    float: left;
    margin: 10px 0 0;
    text-align: left;
}

.header-melissa #mini-cart .product-name { margin: 0; }

.header-melissa #mini-cart .product-name a {
    color: #666;
    font-family: hk-nova-bold;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    text-align: left;
    width: 195px;
}

.header-melissa #mini-cart .price {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.header-melissa .cart-header .actions {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0 0;
}

.header-melissa .cart-header .actions .subtotal{
    text-align: right;
}

.header-melissa .cart-header .actions .price {
    color: #FD0A80;
    font-weight: bold;
    font-size: 14px;
}

.header-melissa .cart-header .actions .label {
    font-weight: bold;
    color: #00;
}

.header-melissa #mini-cart .truncated,
.header-melissa #mini-cart .btn-remove,
.header-melissa #mini-cart .btn-edit { display: none; }

/* Dropdown - Login */
.header-melissa .login-header .criar-conta {
    float: left;
    margin: 0 40px 0 0;
    width: 175px;
}

.header-melissa .login-header .form-login {
    float: left;
    width: 175px;
    text-align: left;
}

.header-melissa .login-header .form-login a {
    clear: both;
    color: #ff0080;
    font-size: 12px;
    margin: 10px 0;
}

.header-melissa .login-header .form-login input {
    border: 1px solid #e5e5e5;
    color: #666666;
    float: left;
    margin: 0 0 10px;
    padding: 8px 10px;
    width: 155px;
}

.header-melissa .login-header .form-login label {
    color: #000000;
    display: inline-block;
    font-size: 12px;
    min-width: 40px;
}

.header-melissa .login-header .form-login .actions {
    text-align: center;
}

.header-melissa .login-header .form-login .action-effect-button {
    margin-top: 20px;
}

/* Dropdown - Login - Customer on */

.header-melissa .login-header ul a {
    color: #666;
    display: inline-block;
    font-size: 14px;
    margin-top: 2px;
    padding-left: 30px;
    position: relative;
    text-align: left;
    width: 150px;
}

.header-melissa .login-header ul a:hover {
    color: #FF0080;
}

/* Dropdown - Language */
.header-melissa .language-header .dropdown-container .icon-check {
    visibility: hidden;
    float: left;
    margin: 2px 10px 0 0;
}
.header-melissa .language-header .dropdown-container .on .icon-check {
    color: #fd0a80;
    float: left;
    margin: 2px 10px 0 0;
    visibility: visible;
}

.header-melissa .language-header .dropdown-container img {
    float: left;
    margin: 1px 15px 0 0;
}

/* Dropdown - Colecoes */
.header-melissa .colecoes-header {
    padding-bottom: 22px;
}

.header-melissa .colecoes-header:hover .parentMenu > a > span,
.header-melissa .colecoes-header:hover:after {
    color: #ff0080!important;
}

.header-melissa .colecoes-header .itemMenu.level1 {
    float: left;
    width: 175px;
}

.header-melissa .colecoes-header .hotsites {
    float: left;
}

.header-melissa .colecoes-header .partners {
    float: left;
    margin: 0 0 0 30px;
    width: 220px;
    padding-bottom: 30px;
}

.header-melissa .colecoes-header .types {
    float: left;
    width: 260px;
}

.header-melissa .colecoes-header .news {
    float: left;
    width: 194px;
}

.header-melissa .colecoes-header .column {
    width: 100%;
}

.header-melissa .colecoes-header .dropdown-container .column .itemMenu a {
    padding: 0;
    margin: 2px 0 8px;
}

.header-melissa .colecoes-header .dropdown-container .column .itemMenu a span {
    padding: 0;
    color: #666;
    font-size: 14px;
    text-transform: none;
}

.header-melissa .colecoes-header .dropdown-container .column .itemMenu a span:hover {
    color: #fd0a80;
}

.header-melissa .colecoes-header .itemMenu.level1 li {
    float: left;
    height: auto;
    margin: 0 0 8px;
    text-align: left;
    width: 100%;
}

.header-melissa .colecoes-header .itemMenu.level1 a:first-child span {
    text-transform: uppercase;
    color: #000;
	font-size: 14px;
    line-height: 18px;
    margin: 0 0 17px;
    text-align: left;
    width: 100%;
    display: block;
}

/* Partners */
.header-melissa .colecoes-header .dropdown-container .title {
    margin-bottom: 10px;
}

.header-melissa .colecoes-header .dropdown-container .partners li {
    float: left;
    height: auto;
    margin: 0 0 2px;
    text-align: left;
    width: 100%;
}

.header-melissa .colecoes-header .dropdown-container .partners img {
    border-radius: 50%;
    float: left;
    height: 36px;
    width: 36px;
}

.header-melissa .colecoes-header .dropdown-container .partners span {
    float: left;
    margin: 0 0 0 15px;
    padding: 7px 0;
    color: #666;
    font-size: 14px;
    text-transform: none;
}

.header-melissa .colecoes-header .dropdown-container .partners span:hover {
    color: #fd0a80;
}

/* Types */
.header-melissa .colecoes-header .dropdown-container .left-content {
    border-right: 1px solid #e5e5e5;
    margin-right: 30px;
    padding-right: 30px;
    float: left;
}

.header-melissa .colecoes-header .dropdown-container.small-container .left-content {
    margin-right: 0;
    border-right: none;
}

.header-melissa .colecoes-header .dropdown-container .types li {
    float: left;
    margin-bottom: 7px;
    width: 50%;
}

.header-melissa .colecoes-header .dropdown-container .types span {
    float: left;
    padding: 3px 0;
    line-height: 26px;
    width: 80px;
    color: #666;
    font-size: 14px;
    text-transform: none;
}

.header-melissa .colecoes-header .dropdown-container .types span:hover {
    color: #fd0a80;
}

.header-melissa .colecoes-header .dropdown-container .types [class^="icon-"],
.header-melissa .colecoes-header .dropdown-container .types [class*=" icon-"]{
    float: left;
    font-size: 27px;
    width: 48px;
    color: #666;
}

.header-melissa .colecoes-header .dropdown-container .types li:hover [class^="icon-"],
.header-melissa .colecoes-header .dropdown-container .types li:hover [class*=" icon-"]{
    color: #fd0a80;
}

/* Dropdown - Slider */
.header-melissa .colecoes-header .dropdown-container.small-container .news {
    display: none;
}

.header-melissa .colecoes-header .dropdown-container .news .title {
    background: url("../images/header-menu-flag-new.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    margin-top: -5px;
    padding: 5px 0 14px 34px;
}

.header-melissa .colecoes-header .news .bx-wrapper {
    float: left;
}

.header-melissa .colecoes-header .news .bx-wrapper .bx-controls {
    text-align: center;
    float: left;
    margin-top: 25px;
    width: 100%;
}

.header-melissa .colecoes-header .news .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    background: none repeat scroll 0 0 #7f7f7f;
    border-radius: 50%;
    float: left;
    font-size: 0;
    height: 12px;
    line-height: 0;
    width: 12px;
}

.header-melissa .colecoes-header .news .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
    background: none repeat scroll 0 0 #000000;
}

.header-melissa .colecoes-header .news .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}

.header-melissa .colecoes-header .news .bx-wrapper img {
    width: 100%;
    float: left;
}

.header-melissa .colecoes-header .news .bx-wrapper .product-name {
    color: #000;
	font-size: 13px;
    font-family: hk-nova-bold;
    text-transform: uppercase;
}

.header-melissa .colecoes-header .news .bx-wrapper .price {
    color: #000!important;
    font-size: 14px!important;
}

/* Footer */
[class^="icon-footer-"], [class*=" icon-footer-"] {
    font-family: "IconsFooter" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.icon-footer-fechar:before {
    content: "";
}
.icon-footer-celular:before {
    content: "";
}
.icon-footer-central:before {
    content: "";
}
.icon-footer-instagram:before {
    content: "";
}
.icon-footer-facebook:before {
    content: "";
}
.icon-footer-fixooo:before {
    content: "";
}
.icon-footer-twitter:before {
    content: "";
}
.footer-main {
    background: none repeat scroll 0 0 #fafafa;
    float: left;
    padding: 40px 0;
    width: 100%;
}
.footer-main .footer-main-content {
    margin: 0 auto;
    width: 940px;
}
.footer-main .footer-main-content .top, .footer-main .footer-main-content .middle, .footer-main .footer-main-content .bottom {
    float: left;
    width: 100%;
}
.footer-main .footer-main-content .top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}
.footer-main .footer-main-content .top .social-network, .footer-main .footer-main-content .top .social-network a, .footer-main .footer-main-content .top .social-network i, .footer-main .footer-main-content .top .social-network em {
    float: left;
}
.footer-main .footer-main-content .top .social-network {
    margin-top: 8px;
}
.footer-main .footer-main-content .top .social-network a i,
.footer-main .footer-main-content .top .social-network a em {
    color: #000000;
    font-size: 18px;
    margin-right: 10px;
}
.footer-main .footer-main-content .top .social-network a:hover i,
.footer-main .footer-main-content .top .social-network a:hover em {
    color: #ff0080;
}
.footer-main .footer-main-content .top .form-newsletter {
    float: right;
    position: relative;
}
.footer-main .footer-main-content .top .form-newsletter label {
    color: #000000;
    float: left;
    font-size: 12px;
    line-height: 12px;
    margin: 11px 10px 0 0;
}
.footer-main .footer-main-content .top .form-newsletter input {
    border: 1px solid #e5e5e5;
    border-radius: 13px;
    color: #666666;
    float: left;
    font-size: 12px;
    line-height: 12px!important;
    padding: 10px 13px;
    width: 280px;
}
.footer-main .footer-main-content .top .form-newsletter input:-moz-placeholder {
    color: #666666;
    opacity: 1;
}
.footer-main .footer-main-content .top .form-newsletter input::-moz-placeholder {
    color: #666666;
    opacity: 1;
}
.footer-main .footer-main-content .top .form-newsletter button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #e5e5e5;
    border-width: 0 0 0 1px;
    cursor: pointer;
	font-size: 14px!important;
    line-height: 14px;
    padding: 4px 3px 3px 9px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 6px;
}
.footer-main .footer-main-content .top .form-newsletter button:hover {
    color: #ff0080;
}
.footer-main .footer-main-content .middle {
    border-bottom: 1px solid #e5e5e5;
    margin: 25px 0;
    padding-bottom: 25px;
    position: relative;
}
.footer-main .footer-main-content .middle .container-colecoes,
.footer-main .footer-main-content .middle .menus {
    float: left;
}

.footer-main .footer-main-content .middle .menus { margin-bottom: 49px; }

.footer-main .footer-main-content .middle ul,
.footer-main .footer-main-content .middle ul li,
.footer-main .footer-main-content .middle ul li h2,
.footer-main .footer-main-content .middle ul li a {
    float: left;
}

.footer-main .footer-main-content .middle ul.collections li {
    margin-bottom: 9px;
    text-align: left;
}

.footer-main .footer-main-content .middle ul.collections li a {
    line-height: 14px;
}

.footer-main .footer-main-content .middle .container-colecoes {
    margin-right: 29px;
    min-height: 310px;
    max-width: 170px;
}

.footer-main .footer-main-content .middle .menus ul.you {
    margin-right: 75px;
}
.footer-main .footer-main-content .middle .menus ul.help {
    margin-right: 75px;
}
.footer-main .footer-main-content .middle .menus ul.about {
    margin-right: 72px;
}
.footer-main .footer-main-content .middle ul li {
    clear: both;
    margin-bottom: 10px;
}
.footer-main .footer-main-content .middle ul li a {
    color: #666666;
    font-size: 12px;
    line-height: 12px;
}
.footer-main .footer-main-content .middle ul li a:hover {
    color: #ff0080;
}
.footer-main .footer-main-content .middle ul li h2 {
    color: #000000;
    font-family: hk-nova-bold;
    font-size: 14px;
    text-transform: uppercase;
}
.footer-main .footer-main-content .middle .menus ul.contact-us {
    float: right;
}
.footer-main .footer-main-content .middle .menus ul.contact-us li p {
    color: #666666;
    margin: -7px 0 0;
}
.footer-main .footer-main-content .middle .menus ul.contact-us li i,
.footer-main .footer-main-content .middle .menus ul.contact-us li em {
    float: left;
    font-size: 25px;
    margin-left: -7px;
    text-align: center;
    width: 45px;
}
.footer-main .footer-main-content .middle .menus ul.contact-us li span {
    color: #666666;
    float: left;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}
.footer-main .footer-main-content .middle .menus ul.contact-us li small {
    clear: both;
    color: #666666;
    float: left;
    font-size: 10px;
    line-height: 10px;
    margin: 0 0 0 45px;
}
.footer-main .footer-main-content .middle .menus ul.contact-us li {
    margin-bottom: 13px;
}
.footer-main .footer-main-content .middle .menus ul.contact-us li.central a span {
    font-size: 12px;
    line-height: 12px;
    padding: 7px 0;
    text-transform: uppercase;
}
.footer-main .footer-main-content .middle .menus ul.contact-us li.central a:hover span {
    color: #ff0080;
}
.footer-main .footer-main-content .middle .type-payment{
    float: left;
}
.footer-main .footer-main-content .middle .type-payment {
    position: relative;
    margin-right: 22px;
}
.footer-main .footer-main-content .middle .certificates {
    max-width: 200px;
    bottom: 55px;
    right: 0;
    float: left;
    margin-right: 5px;
}
.selo.selo_siteblindado {
    float: left;
    margin-top: 26px;
}
.footer-main .footer-main-content .middle .type-payment h2, .footer-main .footer-main-content .middle .certificates h2 {
    color: #000000;
    float: left;
	font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-main .footer-main-content .middle .type-payment img, .footer-main .footer-main-content .middle .certificates img {
    clear: both;
    float: left;
}
.footer-main .footer-main-content .middle .type-payment p {
    color: #666666;
    position: absolute;
    top: 65px;
}
.footer-main .footer-main-content .middle .type-payment p.cc {
    left: 0;
}
.footer-main .footer-main-content .middle .type-payment p.db {
    left: 315px;
}
.footer-main .footer-main-content .middle .type-payment p.bt {
    right: -1px;
}
.footer-main .footer-main-content .bottom .left {
    float: left;
}
.footer-main .footer-main-content .bottom .left a {
    background: url("../images/grendene-logo.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    font-size: 0;
    height: 13px;
    line-height: 0;
    margin-bottom: 25px;
    width: 99px;
}
.footer-main .footer-main-content .bottom .left p, .footer-main .footer-main-content .bottom .right p {
    clear: both;
    color: #666666;
    float: left;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    width: 550px;
}
.footer-main .footer-main-content .bottom .right {
    float: right;
}
.footer-main .footer-main-content .bottom .right p {
    text-align: right;
    width: 230px;
}

.selo.selo_clearsale img,
.selo.selo_trustsign img {
    width: 95px!important;
}

.selo.selo_clearsale {
    float: left;
    margin-top: 11px;
}
.selo.selo_trustsign {
    float: left;
    margin-right: 10px;
    margin-left: -4px;
}

.alert-mensage-container {
    left: 0;
    position: absolute;
    top: -35px !important;
    float: left;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 70%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    30% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 70%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    30% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 70%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    30% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.alert-btn-buy{
    position: absolute;
    top: -53px !important;
    right: -204px !important;
    width: 204px;
    height: 60px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.05);
    border-radius: 2px;
    transition: .20s;
    -moz-transition: .20s;
    -webkit-transition: .20s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.alert-btn-buy-show{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    top: -53px;
}
.alert-btn-buy-effect{
    -moz-animation: bounce 2s;
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
}
.alert-btn-buy .content-alert-btn-buy{
    float: left;
    width: 100%;
    height: 60px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    padding: 0 10px;
}
.alert-btn-buy .arrow{
    position: absolute;
    left: 50%;
    bottom: -7px;
    bottom: -9px\0/;
    margin-left: -7px;
    width: 15px;
    height: 15px;
    border: 1px solid #E5E5E5;
    border-left: 0px;
    border-top: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.05);
    border-radius: 2px;
    border: 0px\0/;
    width: 20px\0/;
    height: 11px\0/;
    z-index: -1;
}
.alert-btn-buy .content-alert-btn-buy i{
    float: left;
    width: 29px;
    height: 24px;
    margin: 16px 0 0 0;
    background: url("../images/alert-btn-buy-icon.jpg") left top no-repeat;
}
.alert-btn-buy .content-alert-btn-buy p{
    float: left;
    font-size: 12px;
    line-height: 14px;
    width: 133px;
    color: #666;
    margin: 15px 0 0 20px;
}

.pink {
    color: rgb(231, 10, 96);
}

.form-alt.original-redirect-msg {
    display: none;
}

/* tiny modal */
.modal-overlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99991;
    background-color: rgba(0, 0, 0, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.modal-window {
    width: 588px;
    height: 450px;
    overflow-y: auto;
    display: none;
    margin: 0 auto;
    position: relative;
    top: 25%;
    left: inherit;
    z-index: 99993;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.94);
}

.modal-window #close {
    width: 31px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/close.jpg) center center no-repeat;
}

#learn-more > img {
    margin-top: 13px;
}

.form-alt.paypal-label {
    text-align: center;
}

.form-alt.paypal-label img {
    width: 100%;
}

#frame #middle-center img {
    width: 100%;
}

.zoomWindow {
    background: url("../images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}


div.account-create div.page-title h1{
    float:left;
}
div.account-create div.page-title img{
    float:right!important;
}
.cart .page-title img{
    margin: 19px 0 0;
}

.vitrine-products .products-grid li.item:nth-child(3n+4) {
    clear: left;
}

tr.hover_order{
    cursor: pointer;
}

tr.hover_order:hover {
    background: #e5e5e5;
}

.btn-troca {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    padding: 5px 8px;
    text-transform: uppercase;
    border-radius: 16px;
    border: solid 1px #ccc;
    font-weight: bold;
    font-size: 11px;
    color: #e60073 !important;
    text-decoration: none !important;
}

.btn-troca:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}

.box-recent a{
    color: #000;
}

.my-account a {
    color: black;
}
.my-account a:hover {
    text-decoration: underline;
}

.my-account .data-table{
    margin-bottom: 100px;
}

.my-account .order-info {
    padding-top: 4px;
    padding-bottom: 4px;
}

.my-account .order-info li {
    padding: 4px 6px;
    background: #e5e5e5;
}

.my-account .order-info li a {
    color: black;
    font-weight: bold;
}

.my-account .order-info li.current {
    color: white;
    background: black;
}

.my-account .link-rastreio {
    color: #e60073;
    font-weight: bold;
    font-size: 20px;
}

.catalog-category-view .category-description{
    margin: 10px 0 42px 0;
    clear: both;
}

.catalog-category-view .category-description h2{
    padding: 0 0 9px 0;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #CCC;
    text-transform: uppercase;
}

.catalog-category-view .category-description .text{
    margin-top: 31px;
}

.catalog-category-view .category-description p{
    color: #666;
}

/* e60073 = Rosa */

select {
    height: 50px;
    line-height: 50px;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-color: rgb(229, 229, 229);
    border-bottom-color: rgb(229, 229, 229);
    border-left-color: rgb(229, 229, 229);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url("../images/dropdown-open.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    margin: 10px 0 20px;
}
select[readonly]{
    background-color:#F2F2F2;
}
select[readonly] option{
    visibility: hidden;
    display: none;
}
select.year {
    width: 100px!important;
}

input[type='text'],
input[type='password'],
input[type='email'] {
    border: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 13px 0px 13px 20px;
    margin: 10px 0 20px;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus {
    border-color: #000;
}
.disabled-input {
    background-color:#F2F2F2;
}
.disabled-input:focus {
    border-color:inherit;
}


.pagarme-cc-expr-month,
.pagarme-cc-expr-year {
    width: 102px!important;
}
.pagarme-cc-expr-month select.month,
.pagarme-cc-expr-year select.year {
    min-width: 95px;
}
.login-content h1 {
    text-align: center;
    padding-bottom: 50px;
}
.login-content input {
    width: 275px;
}
.login-content button {
    width:300px;
}
.login-content .login-remember-checkbox {
    display: none;
}
.login-content .login-remember-label {
    color: #b2b2b2;
    cursor: pointer;
    display: block;
}
.login-wrapper {
    height: 100vh;
    padding-top: 56px;
    box-sizing: border-box;
}
.login {
    position: absolute;
    top: 50vh;
    width: 100%;
    height: 594px;
    margin-top: -297px;
}
@media only screen and (max-height: 594px) {
    .login {
        position: relative;
        margin-top: -34px;
        top: 0;
    }
}
.login-content {
    width: 300px;
    margin: 20px auto 0px;
}
.login-title {
    color: #323232;
    margin: 0 0 41px;
    font-weight: 400;
    text-align: center;
}
.login-input {
    margin-bottom: 20px;
}
.login-send {
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
}
.login-send:hover {
    background-color: rgba(231, 10, 96, 0.8);
    color: #ffffff;
}

.login-remember {
    width: 45%;
    float: left;
}
.login-remember-checkbox {
    display: none;
}
.login-remember-checkbox:checked + .login-remember-label {
    color: #e70a60;
}
.login-remember-label {
    color: #b2b2b2;
    cursor: pointer;
    display: block;
}
.login-remember-label:hover {
    transition: color 0.3s ease-in-out;
    color: #323232;
}
.login-forgot {
    width: 55%;
    margin-left: 45%;
    display: block;
    text-align: right;
    color: #b2b2b2;
}
.login-forgot:hover {
    transition: color 0.3s ease-in-out;
    color: #323232;
}
.login-unregistered {
    color: #b2b2b2;
    text-align: center;
    margin-top: 30px;
}
.login-unregistered-link {
    color: #e70a60;
    margin-left: 5px;
    display: inline-block;
}
.login-unregistered-link:hover {
    color: #323232;
}
.login-social {
    padding: 0;
    width: 100%;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    border: none;
    padding: 0 35px;
    color: #b2b2b2;
    height: 50px;
    line-height: 52px;
    box-sizing: border-box;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.login-social:before {
    position: relative;
    vertical-align: middle;
    top: -1px;
    margin-right: 6px;
}
.login-social:hover:before {
    animation: bticon 0.3s ease-in-out 0s 1;
}
.login-social.facebook {
    margin-top: 40px;
}
.login-social.facebook:before {
    background-image: url('../images/melissa-sprites.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 18px;
    height: 20px;
}
.login-social.google {
    margin: -1px 0 0;
}
.login-social.google:before {
    background-image: url('../images/melissa-sprites.png');
    background-position: -18px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.login-unregistered {
    color: #323232;
    margin-top: 50px;
    visibility: visible;
}

.login-unregistered a {
    color: #b2b2b2;
}

.login-unregistered a:hover {
    color: #323232;
}

.login-social {
    padding: 0;
    width: 100%;
    border: 1px solid #e5e5e5;
    position: relative;
}

.face-icon-login {
    background-image: url('../images/melissa-sprites.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 18px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 30px;
}
.google-icon-login {
    background-image: url('../images/melissa-sprites.png');
    background-position: -18px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 30px;
}

.login-social:hover .face-icon-login,
.login-social:hover .google-icon-login {
    -webkit-animation: bticon 0.3s ease-in-out 0s 1;
    animation: bticon 0.3s ease-in-out 0s 1;
}

.login-social:before {
    position: relative;
    vertical-align: middle;
    top: -1px;
    margin-right: 6px;
}
.login-social.facebook {
    margin-top: 40px;
}
.login-social.google {
    margin: -1px 0 0;
}

.melissa-login {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 56px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1010;
    overflow: auto;
}

.alert-login {
    position: fixed;
    height: 56px;
    top: -56px;
    width: 100%;
    left: 0px;
    right: 0px;
    -webkit-transition: top 300ms ease-out;
    -moz-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1050;
}
.alert-login.open {
    top: 0px;
}
.alert-login.close {
    top: -64px;
    -webkit-transition: top 300ms ease-in;
    -moz-transition: top 300ms ease-in;
    transition: top 300ms ease-in;
}

.rogue-alert {
    width: 100%;
    background: #e75b5c;
    color: white;
    text-align: center;
    position: relative;
    left: 0;
    width: 100%;
    padding: 20px 20px;
}

.roque-alert .underline {
    text-decoration: underline !important;
}

.rogue-close {
    position: absolute;
    right: 60px;
    top: 18px;
    width: 20px;
    height: 20px;
}
.rogue-close svg {
    width: 1em;
    height: 1em;
}
/* Config das formas */
.rogue-close svg path,
.rogue-close svg polygon,
.rogue-close svg rect {
    /* Define cor de preenchimento */
    fill: #FFFFFF;
}
.product-cod{
    font-size: 12px;
    margin-top: 10px;
    color: #666;
    margin-bottom: 10px;
    height: 18px;
}

#customer-reviews .form-add .title-review{
    font-weight: 100 !important;
    background-repeat: no-repeat;
    height: 15px;
    color: #000;
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 8px;
    padding-bottom: 15px;
}
.lightnewsletter-canvas {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.95);
    z-index: 998;
}

.lightnewsletter {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 999;
    height: 500px;
    width: 800px;
    margin-top: -250px;
    margin-left: -400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lightnewsletter_success-cupom {
    margin-top: 40px;
}

.lightnewsletter_success-cupom .form-subscribe-header{
    width: 330px;
}

.lightnewsletter_success-cupom p{
    text-align: center;
}

.lightnewsletter__title h2 {
    font-size: 28px;
}

.form-subscribe-header {
    margin: 20px auto;
    width: 310px;
    font-size: 14px;
}

.lightnewsletter__title .svg-icon path{
    fill: #000000;
}

.lightnewsletter_content {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lightnewsletter_content .form-content {
    width: 330px;
    padding: 10px;
    margin: 80px auto 0;
    background: rgba(255,255,255,0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.lightnewsletter_content .form-content input {
    width: 300px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lightnewsletter_content .form-content input.checkbox {
    width: inherit;
    margin: 0;
}

.lightnewsletter_content .form-content label {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 14px;
    display: block;
}

.lightnewsletter_content .form-content label a {
    color: rgb(231, 10, 96);
}

.lightnewsletter_content .form-content .validation-advice {
    margin-top: -15px;
    margin-bottom: 20px;
    text-align: left;
    display: none;
}

.lightnewsletter .actions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.lightnewsletter .actions button {
    width: 300px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lightnewsletter .actions .form-subscribe-obs{
    font-size: 12px;
    color: #BBB;
}

.lightnewsletter__close {
    position: absolute;
    right: 0px;
    top: -50px;
}

.lightnewsletter .pages-close {
    position: absolute;
    top: 0;
    right: 0;
}

.lightnewsletter #lightnews-loading{
    margin-bottom: 10px;
}

/* Alert Messages */
.alert {
    width: 100%;
    padding: 5px;
}

.lightnewsletter .loading,
.lightnewsletter .alert {
    display: none;
}

.lightnewsletter .alert {
    margin-top: 10px;
}

.spinner {
    margin: 10px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.product-options .size-chart {
    text-align: center;
    margin: 9px 0 10px 0;
}

.product-options .size-chart a {
    display: inline-block;
    color: #e70a60;
    cursor: pointer;
    font-size: 12px;
}

.size-chart-modal img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.size-chart-modal{
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: calc(100% - 56px);
  background-color: rgba(255, 255, 255, 0.980392);
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0s, 0.3s;
  transition-timing-function: linear, ease-in-out;
  transition-delay: 0.3s, 0s;
  transition-property: visibility, opacity;
}

.size-chart-modal .iframe{
  position: fixed;
  top: 88px;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.size-chart-modal .iframe iframe{
  float: left;
  width: 100%;
  height: 794px;
  margin: 20px 0 0 0;
  border: 0;
}

.device-ipad .size-chart-modal {
    z-index: -1;
}

.size-chart-modal.open {
    transition-delay: 0s, 0s;
    visibility: inherit;
    opacity: 1;
    z-index: 999;
}

.size-chart-modal .pages-close {
    right: 0;
    top: 88px;
}

.size-chart-modal .size-chart-modal-content {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    overflow: scroll;
}

.size-chart-modal .size-chart-modal-content iframe {
    float: left;
    border: 0px;
    width: 1080px;
    height: 655px;
    margin-top: 30px;
}
body.scroll-disabled {
    overflow: hidden;
    height: 100%;
}
/* Header Alert Redirect Notification */
.header-alert-redirect-notification {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #cfcfcf;
    background-color: #e2e2e2;
    color: #000;
}

.header-alert-redirect-notification-hide {
    opacity: 0 !important;
}

.header-alert-redirect-notification i.marker {
  float: left;
  width: 10px;
  height: 14px;
  color: #000;
}

.header-alert-redirect-notification p {
  font-size: 12px;
  line-height: 12px;
  color: #000;
  text-align: center;
  position: relative;
  margin: 14px 0%;
}

.header-alert-redirect-notification p a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  width: 104px;
  height: 28px;
  line-height: 28px;
  background-color: #e70a60;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  color: #fff;
}

.header-alert-redirect-notification i.close {
    position: absolute;
    top: 20px;
    right: 22px;
    border: none;
    width: 17px;
    height: 16px;
    background: url("//s3.amazonaws.com/cdn.shopmelissa.com/assets/svg/close.svg") no-repeat;
    background-size: 17px 16px;
    transition: transform .4s cubic-bezier(.17,.89,.44,1.52);
    text-indent: -5000em;
    z-index: 99999;
    cursor: pointer;
}
.header-alert-redirect-notification i.close:hover {
        transform: rotate(90deg);
}

#cookie-alert.disabled {
    opacity: 0;
    pointer-events: none;
    display: none;
}

.cms-subscribe-newsletter .col-main {
    max-width: 100%;
}

.cms-subscribe-newsletter .banner {
    width: 100%;
    margin: -20px 0 0 0;
    overflow: hidden;
}

.cms-subscribe-newsletter .banner img {
    position: relative;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cms-subscribe-newsletter .content h3 {
    color: #323232;
    font-weight: 200;
    font-size: 35px;
    text-align: center;
}

.cms-subscribe-newsletter .content span {
    width: 600px;
    display: inline-block;
}

.cms-subscribe-newsletter .content .form {
    text-align: center;
}

.cms-subscribe-newsletter .content .form h3 {
    margin: 52px 0 0 0;
}

.cms-subscribe-newsletter .content .form form {
    display: inline-block;
    margin: 25px;
    position: relative;
}

.cms-subscribe-newsletter .content .form form input[type="email"] {
    width: 400px;
    margin: 0 16px 0 0;
}

.cms-subscribe-newsletter .content .form form .checkbox {
    margin: 10px 0 0 0;
    text-align: left;
}

.cms-subscribe-newsletter .content .form form .checkbox input {
    display: inline-block;
}

.cms-subscribe-newsletter .content .form form .checkbox p {
    display: inline-block;
    position: relative;
    top: 1px;
}

.cms-subscribe-newsletter .content .form form .message {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    text-align: center;
}

.cms-subscribe-newsletter .content .send-success {
    text-align: center;
    display: none;
    padding-bottom: 50px;
}

.cms-subscribe-newsletter .content .send-success h3 {
    margin: 52px 0 40px 0;
}

.cms-subscribe-newsletter .content .send-success a {
    padding: 0;
    width: auto;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    padding: 0 35px;
    color: #b2b2b2;
    height: 50px;
    line-height: 52px;
    box-sizing: border-box;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    display: inline-block;
    font-weight: 400;
    font-size: 11px!important;
    text-transform: uppercase;
}

.alert-warehouse-closed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  z-index: 9000;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.alert-warehouse-closed.close{
  opacity: 0;
  pointer-events: none;
}

.alert-warehouse-closed .content{
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 755px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  transform: translate(-50%,-50%);
  text-align: center;

}

.alert-warehouse-closed .content p{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.alert-warehouse-closed .content p.date{
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #323232;
  margin: 10px 0 30px 0;
}

.alert-warehouse-closed .content .buttons{
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 30px 0 0 0;
}

.alert-warehouse-closed .content .buttons button{
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  padding: 20px 0;
}

.alert-warehouse-closed .content .buttons button.understand{
  color: white;
  background: #cd165b;
  border: 1px solid #cd165b;
}

.alert-warehouse-closed .content .buttons button.back{
  color: #323232;
  border: 1px solid #323232;
  background: white;
  margin-top: 15px;
}

.info .technical-description {
  width: 100%;
  position: absolute;
  left: 0;
}

.info .technical-description #product-cod{
  font-size: 11px;
  margin-top: 10px;
  color: #2f2f2f;
  margin-bottom: 10px;
  height: 15px;
  text-transform: uppercase;
}

.info .description{
  display: none;
}

.info .technical-description .material,
.info .technical-description .weight{
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.info .technical-description .material{
  padding-right: 10px;
}

.info .technical-description .weight{
  padding-left: 10px;
}

.info .technical-description .material h3,
.info .technical-description .weight h3{
  border-bottom: 0px;
  text-align: left;
  margin-bottom: 0;
}

.info .technical-description .material span,
.info .technical-description .weight span{
  float: left;
  width: 100%;
}

#div-interaktingslider #frame{
    height: 560px;
}

.std .category-home-title{
  font-family: hk-nova-bold, serif;
  font-size: 35px;
  color: #323232;
}

.cart-warnig-last-chance{
  float: left;
  margin: 7px 0 0 2px;
  text-align: left;
  color: #e70a60;
  font-family: hk-nova-bold, serif;
}
.video_content{
    position: fixed;
    left: 0;
    top: 88px;
    width: 100%;
    height: calc(100% - 88px);
    background-color: rgba(255, 255, 255, 0.980392);
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0s, 0.3s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0.3s, 0s;
    transition-property: visibility, opacity;
}

.video_content.open{
    transition-delay: 0s, 0s;
    visibility: inherit;
    opacity: 1;
    z-index: 1000;
}

.video_content .pages-close{
    position: absolute;
    top: 0 !important;
    right: 0;
}

.video_content video{
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translate(-50%, 0);
    height: calc(100% - 30px);
    box-sizing: border-box;
}

body.cms-melissa-black-friday #slide-content img{
  position: relative;
  transform: translateX(-50%);
  margin-left: 50%;
}
