﻿/* Asia Desktop 11/25 Version 1 */
/* ============================== */
/* Reset Code                     */
/*================================*/
*, *:before, *:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    height: 100%;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    color: #222;
    line-height: normal;
    font-weight: normal;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    height: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    overflow-y: auto
}
a {
    background-color: transparent;
    text-decoration: none;
    -webkit-backface-visibility: hidden
}
a:active, a:focus {
    outline: 0;
    font-weight: normal;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden
}
a, a:visited {
    color: inherit;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none
}
.active {
    font-weight: bold
}
img {
    border: 0;
    width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}
fieldset {
    border: 0
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
input, button, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
input {
    line-height: normal
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    display: none
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button {
    overflow: visible
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0
}
article, aside, details, figcaption, figure, .left_footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
li  {
    list-style: none
}
div[class^="hp_kicker"] img {
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1.12em;
}
h5 {
    font-size: .85em;
}
h6 {
    font-size: .75em;
}

/* ============================== */
/* Form Code                      */
/*================================*/
fieldset {
    font-size: 12px;
    position: relative;
    padding: 10px 0
}
fieldset>div label, fieldset>ul li {
    padding-bottom: 5px
}
button, input, textarea, email {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-expand: none;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    outline: 0;
    border: 0;
    color: #333;
    vertical-align: middle
}
input, textarea, select, email {
    border: 1px solid #ccc;
    text-indent: 10px;
    font-size: 12px
}
textarea {
    width: 100%
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
    text-indent: 0px;
    padding: 10px;
}
.search_selected {
    display: none;
    padding: 1em 4%;
    line-height: 2em;
    border-bottom: 1px solid #888
}
input, select {
    width: 100%;
    vertical-align: top;
    height: 36px
}
input:focus {
    border: 1px solid #111
}
input:-ms-input-placeholder {
    font-size: 11px;
    color: #fff;
    font-weight: normal
}
input::-webkit-input-placeholder {
    font-size: 11px;
    color: #ccc;
    font-weight: normal
}
input:moz-input-placeholder {
    font-size: 11px;
    color: #ccc;
    font-weight: normal
}
input::moz-input-placeholder {
    font-size: 11px;
    color: #ccc;
    font-weight: normal
}
:focus::-webkit-input-placeholder {
    opacity: 0
}
:focus::-ms-input-placeholder {
    opacity: 0
}
:focus::moz-input-placeholder {
    opacity: 0
}
:focus:moz-input-placeholder {
    opacity: 0
}
input[type="checkbox"]+label>span, input[type="radio"]+label>span {
    vertical-align: middle;
    background: url("/images/checkbox.png") no-repeat 0 0;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    float: left
}
input[type="checkbox"]:checked+label>span {
    background: url("/images/checkbox.png") no-repeat 0 -18px;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px
}
input[type="radio"]+label>span {
    background: url("/images/en/common/icons/checkbox.png") no-repeat 0 -36px;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 5px;
    float: left;
    vertical-align: middle
}
input[type="radio"]:checked+label>span {
    background: url("/images/en/common/icons/checkbox.png") no-repeat 0 -54.2px;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px
}
button.btn_exsmall {
    text-align: center;
    font-size: .7em;
    border: 1px solid #666;
    background: #fff;
    color: #222;
    padding: .2em 0;
    width: 100%
}
input.small_input {
    width: 40%;
    min-width: 70px
}
input.medium_input {
    width: 60%
}

/* ============================== */
/* Button Code                    */
/*================================*/
button {
    background: #111;
    border: 1px solid #111;
    color: #fff;
    padding: 10px 15px;
    line-height: initial;
    cursor: pointer;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}
button.color {
    background: #d26d51;
    border: 1px solid #d26d51;
}
button.gray_bg {
    background: #ddd;
    color: #111;
    border: 1px solid #ccc;
    padding: 10px 15px!important
}
button.gray_bg:focus {
    background: #ccc
}
button.outline {
    background: #f5f5f5;
    color: #111;
    border: 1px solid #ddd
}
button.outline:focus {
    background: #f5f5f5
}
button.no_line, button.no_line:focus {
    background: #fff;
    color: #111;
    border: 1px solid #fff
}
button.addnewinfo {
    width: 100%;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding-top: 24%
}
button.small {
    font-size: 11px;
    padding: 10px;
    margin-top: 5px
}
button.btn_small, .btn_small {
    font-size: 11px;
    vertical-align: middle;
    width: auto!important;
    padding: 10px 3%
}
button.btn_mini, .btn_mini {
    padding: .5em .8em;
    font-size: 11px
}
.btn_exsmall {
    width: 100%;
    padding: .2em 0;
    color: #222;
    font-size: .7em;
    text-align: center;
    border: 1px solid #666;
    background: #fff;
}
button.btn_right {
    right: 0;
    position: absolute;
    z-index: 55;
    height: 28px;
    bottom: 6px;
    width: auto;
    padding: 0 1.1em
}
button.btn_clear {
    width: 13px!important;
    height: 13px;
    padding: 0!important;
    background: #fff;
    color: #111;
    border: 1px solid #ccc;
    margin-right: .4em
}
button.facebook {
    background: #3b579d;
    border: 1px solid #3b579d
}
.btn_address {
    margin: .8em 0 1em 0;
    display: inline-block
}
.btn_black, .btn.black{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 15px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-indent: 5px;
    background: #111;
    border: 1px solid #111;
    color: #fff !important;
}
.btn_white, .btn.white {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 15px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-indent: 5px;
    background: #fff;
    border: 1px solid #111;
    color: #111;
}
address>button {
    margin: 2em 0 .2em 0;
    width: 50%
}
.verifyaddress {
    border-top: 1px dotted #888;
    padding-top: 1em;
    display: inline-block;
    width: 100%
}
.verifyaddress button {
    background: #e11720;
    border: 1px solid #e11720;
    padding: .5em 3em;
    width: auto;
    font-size: 12px
}
.btn_area, .btnsarea {
    padding-top: 20px;
    text-align: center;
}
.btn_center {
    text-align: center;
    display: block;
    margin: auto
}
.btn_wrapper a {
    padding: 0 1em 0 0
}
button.btn_small, a.btn_small {
    padding: 5px 3%;
}
input[type="text"] + button, input[type="text"] + .btn_black, input[type="text"] + .btn {
    padding-top: 7px;
}
.verifyaddress.store {
    border-top: 0
}
.verifyaddress.store button {
    width: 100%
}
.msg.addedshoppingbag {
    padding-bottom: 1em
}
.btn {
    width: 50%
}

/* ============================== */
/* Table Code                     */
/*================================*/
table {
    background: #fff;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 11px
}
table, tr, th, td {
    border: 1px solid #848380;
    padding: .2em .1em .2em .5em
}
table em {
    font-style: normal
}
/* table-typewidth */
.tbl_w {
    margin-bottom: 10px;
}
.tbl_w, .tbl_w tr, .tbl_w th, .tbl_w td {
    border: 0px;
}
.tbl_w th, .tbl_w td {
    padding: 8px 5px;
    border-bottom: 1px dotted #ddd;
}
.tbl_w td {
    text-align: center;
}
.tbl_w th.al, .tbl_w td.al {
    text-align: left
}
.tbl_w th.ar, .tbl_w td.ar {
    text-align: right
}
.tablearea.typewidth {
    margin-bottom: 10px;
}
.tablearea.typewidth th, .tablearea.typewidth td {
    padding: 8px 5px;
    border-bottom: 1px dotted #ddd;
}
/* table-typecolor */
.tbl_c {
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.tbl_c table, .tbl_c tr, .tbl_c th, .tbl_c td {
    border: 0px;
}
.tbl_c th, .tbl_c td {
    padding: 8px 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.tbl_c thead th {
    height: 50px;
    background: #f2f2ea
}
.tbl_c tbody th {
    background: #f8f8f4
}
.tbl_c td {
    text-align: center;
}
.tbl_c th .al, .tbl_c td.al {
    text-align: left
}
.tbl_c th .ar, .tbl_c td.ar {
    text-align: right
}
.tablearea, .tablearea table, .tablearea tr, .tablearea th, .tablearea td {
    border: 0px;
}
.tablearea thead th {
    text-align: center
}
.tablearea td {
    text-align: center;
}
.tablearea .al {
    text-align: left !important
}
.tablearea .ar {
    text-align: right !important
}
.tablearea.typecolor {
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.tablearea.typecolor th, .tablearea.typecolor td {
    padding: 8px 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.tablearea.typecolor thead th {
    height: 50px;
    background: #f2f2ea
}
.tablearea.typecolor tbody th {
    background: #f8f8f4
}
#sizechart_table {
    padding-bottom: 1em
}
.sizechart_contents th:first-child, .sizechart_contents td:first-child {
    width: 25%
}

/* ============================== */
/* Text Code                      */
/*================================*/
.capital, figcaption {
    text-transform: capitalize
}
.lowercase {
    text-transform: none
}
.uppercase {
    text-transform: uppercase
}
.underline {
    text-decoration: underline
}
.fontC_1 {
    color: #d26d51 !important
}
.fontC_2 {
    color: #999 !important
}
.fontC_3 {
    color: #ef5f96 !important
}
.fontC_4 {
    color: #0084ff !important
}
.fontC_5 {
    color: #111 !important
}
.strike {
    text-decoration: line-through;
}
.tAlert {
    font-size: 11px;
    color: #d26d51;
    font-weight: bold;
}
.inline-text {
    display: inline !important
}
.event_msg {
    color: #d26d51;
}
#no_result {
    font-size: 2em !important;
}
.ItemTag2 {
    font-size: 12px!important;
}
.price {
    font-size: 12px!important;
}
.DisplayName {
    font-size: 12px!important;
}

/* ============================== */
/* Border Code                    */
/*================================*/
.line.left {
    border-right: 1px dotted #ccc;
    padding-right: 35px!important
}
.line.right {
    border-left: 1px dotted #ccc;
    padding-left: 35px!important
}
.bar_underline {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding-bottom: 10px!important
}
.borderbottom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

/* ============================== */
/* Color Box  Code                */
/*================================*/
.highlight {
    background: #f5f5f5;
    text-align: left
}
.gray_bg {
    background: #f4f4f3;
    padding: 40px 20px!important;
    position: relative
}
.whitebox {
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2x;
    display: inline-block
}

/* ============================== */
/* List Code                      */
/*================================*/
.square {
    display: block;
    width: 100%;
}
.square li {
    list-style: square;
    margin-left: 1.5em;
    line-height: 1.5em;
    padding-bottom: .7em;
    clear: left
}
.round li {
    list-style: disc
}
.number li {
    list-style: decimal;
    margin-left: 2em;
    line-height: 1.5em;
    padding-bottom: .7em
}
/* order */
.dataL {
    clear: both
}
.dataL > div {
    padding-bottom: 25px;
}
.dataL > div p, .dataL > div ul li {
    line-height: 1.8em;
}
.dataL .square, .dataL .square li {
    float: none
}
.listarea.typeorder {
    clear: both
}
.listarea.typeorder > div {
    padding-bottom: 25px;
    line-height: 20px;
}
.listarea.typeorder > div p, .listarea.typeorder > div ul li {
    line-height: 1.8em;
}
.listarea.typeorder .square, .listarea.typeorder .square li {
    float: none
}
.listarea.typeorder .shopping_summarylist {
    margin-top: 0px;
    padding-top: 0px
}
.listarea.typeorder > div.totalarea {
    padding-top: 10px;
    padding-bottom: 0px;
    border-top: 1px solid #ddd;
}
/* point */
.emonyL li {
    overflow: hidden;
    padding: 5px 0;
    font-size: 12px;
}
.emonyL li strong {
    float: left;
}
.emonyL li span {
    float: right;
}
.listarea.typeemony li {
    overflow: hidden;
    padding: 5px 0;
    font-size: 12px;
}
.listarea.typeemony li strong {
    float: left;
}
.listarea.typeemony li span {
    float: right;
}
/* news&event */
.news_list {
    margin: 20px 0 40px;
}
.news_list li {
    border-bottom: 1px dotted #ccc
}
.news_list .data_title {
    padding: 10px;
}
.news_list .notice {
    font-weight: bold;
}
.news_list .data_content {
    display: none;
    padding: 10px;
}
.news_list li.active .data_title {
    font-weight: bold;
    font-size: 15px;
}
.news_list li.active .data_content {
    display: block;
    font-weight: normal;
}
.listarea.typenews {
    margin: 20px 0 40px;
}
.listarea.typenews li {
    border-bottom: 1px dotted #ccc
}
.listarea.typenews .data_title {
    padding: 10px;
}
.listarea.typenews .notice {
    font-weight: bold;
}
.listarea.typenews .data_content {
    display: none;
    padding: 10px;
}
.listarea.typenews li.active .data_title {
    font-weight: bold;
    font-size: 15px;
}
.listarea.typenews li.active .data_content {
    display: block;
    font-weight: normal;
}

/* ============================== */
/* Position Code                  */
/*================================*/
.column {
    display: block;
    float: left;
    margin: 0;
    position: relative
}
.span_16_of_16 {
    width: 100%;
    position: relative
}
.span_15_of_16 {
    width: 93.75%
}
.span_14_of_16 {
    width: 87.5%
}
.span_13_of_16 {
    width: 81.25%
}
.span_12_of_16 {
    width: 75%
}
.span_11_of_16 {
    width: 68.75%
}
.span_10_of_16 {
    width: 62.5%
}
.span_9_of_16 {
    width: 56.25%
}
.span_8_of_16 {
    width: 50%
}
.span_7_of_16 {
    width: 43.75%
}
.span_6_of_16 {
    width: 37.5%
}
.span_5_of_16 {
    width: 31.25%
}
.span_4_of_16 {
    width: 25%
}
.span_3_of_16 {
    width: 18.75%
}
.span_2_of_16 {
    width: 12.5%
}
.span_1_of_16 {
    width: 6.25%
}
#checkout .span_16_of_16, #checkout .span_8_of_16, #checkout .span_7_of_16, {
    width: 100%
}
#checkout .span_15_of_16 {
    width: 93.75%
}
#checkout .span_14_of_16 {
    width: 87.5%
}
#checkout .span_13_of_16 {
    width: 81.25%
}
#checkout .span_12_of_16 {
    width: 75%
}
#checkout .span_11_of_16 {
    width: 68.75%
}
#checkout .span_10_of_16 {
    width: 62.5%
}
#checkout .span_9_of_16 {
    width: 59.25%
}
#checkout .signin .span_8_of_16 {
    width: 50%
}
.signin .span_7_of_16 {
    width: 43.75%
}
#checkout .span_6_of_16 {
    width: 37.5%
}
#checkout .span_5_of_16 {
    width: 31.25%
}
#checkout .span_4_of_16 {
    width: 25%
}
#checkout .span_3_of_16 {
    width: 18.75%
}
#checkout .span_2_of_16 {
    width: 12.5%
}
#checkout .span_1_of_16, .singin .span_1_of_16 {
    width: 6.25%
}
.float_right {
    float: right!important
}
.float_none {
    float: none!important;
    margin: auto!important
}
.right_text {
    float: right;
    position: absolute;
    right: 0;
    bottom: 18px
}
.text_right {
    float: right;
    position: relative;
    z-index: 100
}
.text_left {
    float: left;
    text-align: left!important
}
.text_center {
    text-align: center;
}
.center_text {
    padding: 1em 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative
}

/* ============================== */
/* Space (Padding) Code           */
/*================================*/
.space {
    padding: 30px 0
}
.space_5 {
    padding: 5px 0
}
.space_10 {
    padding: 10px 0
}
.space_10.top {
    padding: 10px 0 0 0
}
.space_10.right {
    padding: 0 10px 0 0
}
.space_10.bottom {
    padding: 0 0 10px 0!important
}
.space_10.left {
    padding: 0 0 0 10px
}
.space_20.top {
    padding: 20px 0 0 0
}
.space_20.bottom {
    padding: 0 0 20px 0
}
.space_30.bottom {
    padding: 0 0 20px 0
}
.space_50.bottom {
    padding: 0 0 50px
}
.margin_center {
    margin: 0 10px
}
.margin_10.top {
    margin: 10px 0 0 0
}
.margin_10.right {
    margin: 0 10px 0 0
}
.margin_10.bottom {
    margin: 0 0 10px 0
}
.margin_10.left {
    margin: 0 0 0 10px
}
.margin_40.top {
    margin: 40px 0 0 0
}
.m1_wrapper {
    padding-bottom: 10px
}
.m1_wrapper>div:first-child {
    padding-right: 10px
}
.m1_wrapper>div:last-child {
    padding-left: 10px
}
.m1_wrapper>div:last-child>div:first-child {
    padding-bottom: 5%
}
.column_1 {
    padding: 10px 0
}
.column_2, .column_3 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.column_2 div {
    width: 50%;
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px
}
.column_2 div:first-child {
    padding-left: 0
}
.column_2 div:last-child {
    padding-right: 0
}
.column_3 div {
    width: 33.33%;
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px
}
.column_3 div:first-child {
    padding-left: 0
}
.column_3 div:nth-child(2n) {
    padding-right: 5px;
    padding-left: 5px
}
.column_3 div:last-child {
    padding-right: 0
}
.column_5 div {
    width: 19.2%;
    margin-right: 1%;
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.column_2.left {
    padding-right: 10px
}
.column_2.right {
    padding-left: 10px
}
.column_2>a img {
    padding-bottom: 15px
}

/* ============================== */
/* Icon Code                      */
/*================================*/
.icon_t_menu, .icon_t_search, .icon_t_wishlist, .icon_t_wishlist_hover, .icon_t_shoppingbag, .top_icon_search, .icon_t_myaccount, .icon_store, .icon_giftcards {
    background: url("/images/en/common/icons/new_icon_top.png") no-repeat;
    background-size: 160%
}
.icon_t_menu {
    background-position: 0 0;
    width: 21px;
    height: 18px
}
.icon_t_search {
    background-position: 0 -26px;
    width: 23px;
    height: 24px;
    margin-left: 5px
}
.icon_t_wishlist {
    background-position: 0 -73px;
    width: 21px;
    height: 23px
}
.icon_t_wishlist_hover {
    background-position: 0 -120px
}
.icon_t_shoppingbag {
    background-position: 0 -92px;
    width: 20px;
    height: 27px;
    margin-top: -1px
}
.icon_t_myaccount {
    background-position: 0 -123px;
    width: 21px;
    height: 25px;
    margin-left: 5px;
    vertical-align: middle!important
}
.icon_instagram, .icon_facebook, .icon_twitter, .icon_youtube, .icon_pinterest, .icon_snapchat, .icon_google, .icon_appstore, .icon_googleplay, .icon_mail {
    background: url(/images/en/common/icons/redesign_footer_social_icon.png) no-repeat;
    background-size: 100%
}
.icon_line, .icon_weibo, .icon_wechat {
    background: url(/images/en/common/icons/new_footer_social_icon.png) no-repeat;
    background-size: 100%;
}
.icon_instagram {
    background-position: 0 0
}
.icon_facebook {
    background-position: 0 -20px;
    background-size: 87%
}
.icon_twitter {
    background-position: 0 -49px
}
.icon_youtube {
    background-position: 0 -71px
}
.icon_pinterest {
    background-position: 0 -93px
}
.icon_snapchat {
    background-position: 0 -119px
}
.icon_google {
    background-position: 0 -143px
}
.icon_appstore {
    background-position: 0 -366px;
    width: 100px!important;
    height: 36px!important
}
.icon_googleplay {
    background-position: 0 -415px;
    width: 100px!important;
    height: 36px!important
}
.icon_mail {
    background-position: 0 -182px
}
.icon_google {
    background-position: 0 -119px;
}
.icon_line {
    background-position: 0 -218px;
}
.icon_weibo {
    background-position: 0 -243px;
}
.icon_wechat {
    background-position: 0 -266px;
}
.icon_kakao {
    background: url(/images/ie8/ie8_new_footer_social_icon.png) no-repeat;
    background-position: 0 -293px;
}
.icon_event img {
    display: none
}
span[class^="icon_flag_"] {
    display: none
}
span[class^="icon_e_"] {
    display: inline-block;
    vertical-align: middle
}
.icon_e_drop {
    background-position: 0 0;
    width: 20px;
    height: 19px
}
.icon_e_next_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #555;
    _border-color: #000 #000 #000 #111;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    margin: -1px 0 0 2px
}
.icon_e_prev_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #111 transparent transparent;
    _border-color: #000 #111 #000 #000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    margin: -1px 0 0 -1px
}
.icon_e_slide_next {
    background-position: 0 -80px;
    width: 14px;
    height: 48px
}
.icon_e_slide_prev {
    background-position: 0 -140px;
    width: 14px;
    height: 48px
}
.icon_help {
    background: url("/images/en/common/icons/icon_help.png") no-repeat center;
    background-size: 100%;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 .5em;
    cursor: help
}
.icon_verisign {
    background: url("/images/en/common/icons/icon_verisign.png") no-repeat;
    background-size: 100%;
    width: 60px;
    height: 30px;
    margin-left: 1em;
    display: inline-block
}
.f21_social .icon_s_facebook, .f21_social .icon_s_twitter, .f21_social .icon_s_google, .f21_social .icon_s_youtube, .f21_social .icon_s_pinterest, .f21_social .icon_s_instagram, #feed .icon_s_instagram {
    background: url("/images/en/f21xme/icon_f21_social.png") no-repeat;
    background-size: 100%;
    opacity: .6;
    width: 30px
}
.f21_social .icon_s_facebook {
    width: 24px
}
.f21_social .icon_s_twitter {
    background-position: 0 -37px
}
.f21_social .icon_s_google {
    background-position: 0 -71px
}
.f21_social .icon_s_pinterest {
    background-position: 0 -201px;
    width: 35px
}
.f21_social .icon_s_instagram, #feed .icon_s_instagram {
    background-position: 0 -158px;
    width: 34px
}
#feed .icon_s_instagram {
    opacity: 1;
    display: inline-block;
    clear: both;
    margin: -25px 0 25px 0
}
.icon_q {
    background: #000;
    width: 13px;
    height: 13px;
    padding: 1px 0;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 11px
}
.icon_pdp_social {
    position: absolute;
    bottom: 20px;
    z-index: 5;
    left: 20px;
    background: url("/images/en/common/icons/icon_share.png") no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    cursor: pointer
}
.icon_livechat {
    background: url("/images/en/common/icons/icon_chaton.png") no-repeat;
    background-size: 100%;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle
}

/* ============================== */
/* Tooltip Code                   */
/*================================*/
div.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #999;
    padding: 1em .5em 1em 3em;
    color: #111;
    z-index: 777;
    font-weight: normal;
    width: auto;
    min-width: 120px;
    font-size: 11px;
    line-height: 1.5em;
    margin-top: 3px;
    text-align: left;
    background: url("/images/en/common/icons/icon_warning.png") no-repeat center left #fff;
    background-position: 7px 40%
}
.tooltip.restriction {
    left: -28px;
    top: 43px
}
.tooltip.tooltip_size, .tooltip.tooltip_relation_size {
    left: -168px !important;
    top: 10px !important;
}
.tooltip.tooltip_size:before, .tooltip.tooltip_relation_size:before {
    bottom: 10px;
    left: auto;
    right: -18px;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 9px solid #888
}
.tooltip.tooltip_size:after, .tooltip.tooltip_relation_size:after {
    bottom: 11px;
    left: auto;
    right: -16px;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff
}
div.tooltip:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: 0;
    width: 0;
    height: 0;
    border-bottom: 9px solid #888;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent
}
div.tooltip:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: 1px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}
.oos_remove .tooltip {
    margin-top: 6px;
    margin-left: -15px
}

/* ============================== */
/* Select (DropDown) Code         */
/*================================*/
.dropdown {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    position: relative;
    font-size: 12px;
    vertical-align: top;
    background: #fff;
}
.dropdown.date {
    width: 32.3%
}
.dropdown span {
    clear: left;
    display: block;
    font-size: 12px
}
.dropdown a {
    display: block;
    text-decoration: none;
    white-space: normal;
    width: 100%
}
.dropdown a:focus {
    text-decoration: none
}
.dropdown dt {
    border: 1px solid #ccc;
    padding: 9px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}
.dropdown dt:after, .narrowby>span:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #111 transparent transparent transparent;
    line-height: 0;
    _border-color: #111 #000 #000 #000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000')
}
.dropdown dt:focus {
    border: 1px solid #111
}
.dropdown dt.oos {
    border: 1px solid #e11720
}
.dropdown dt.disabled {
    border: 0;
    background: 0;
    text-align: left;
    padding-left: 0;
    cursor: text;
    padding: 0
}
.dropdown dt .selected {
    display: block;
    width: 100%
}
.dropdown dd {
    position: relative;
    width: 100%;
}
.dropdown ul {
    display: none;
    background: #f5f5f5;
    border: 1px solid #888;
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 0;
    top: -1px;
    max-height: 210px;
    overflow: auto;
    z-index: 999;
    -webkit-box-shadow: 0 7px 18px -11px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 7px 18px -11px rgba(0, 0, 0, 0.8);
    box-shadow: 0 7px 18px -11px rgba(0, 0, 0, 0.8)
}
.dropdown li {
    padding: 6px 1em;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    line-height: 2.3em
}
.dropdown li:last-child, .size_p>ul>li:last-child {
    border-bottom: 0
}
.dropdown li:focus {
    background: #fff
}
.drop_oos {
    color: #aaa;
    cursor: no-drop
}
.dropdown ul.newsletter {
    position: relative;
    padding: 0;
    border: 0;
    background: #fff;
    max-height: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    z-index: 88;
}
.dropdown ul.newsletter li {
    padding: 6px 0
}
.dropdown.country dt {
    padding: 5px 10px
}
.dropdown.country span {
    display: inline-block;
    margin-top: -1px
}
.c_sort .dropdown {
    position: absolute;
    z-index: 2;
    text-align: right;
    right: 4%;
    top: 43px
}
.c_sort .dropdown dt {
    background: 0;
    text-decoration: underline
}
.c_sort .dropdown span {
    font-weight: bold;
    position: absolute;
    right: 0;
    top: .7em;
    text-decoration: underline
}
.filter .c_sort .dropdown dt:after {
    right: 0
}

/* ============================== */
/* Header Code                    */
/*================================*/
header, main, #main, footer {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    min-width: 768px
}
header {
    font-size: 11px;
    position: fixed;
    z-index: 6;
    top: 42px;
    padding-bottom: 0px;
}
main .homepage {
    margin-top: -21px
}
header a:focus {
    text-decoration: none
}
#f21_logo {
    display: block;
    margin: auto;
    position: relative;
    text-align: center;
    z-index: 2
}
.f21logo {
    background: url("/images/en/common/icons/f21logo.svg") no-repeat center;
    background-size: 90%;
    padding: 0 0 1.5em 0;
    width: 175px;
    height:27px;
    display: inline-block;
    position: relative;
    font-size:2em;
    z-index: 3
}
.top_icon_search {
    width: 23px;
    vertical-align: middle;
    height: 23px
}
.top_text, .icon_t_search {
    display: inline-block;
    vertical-align: middle
}
.preheader {
    position: absolute;
    cursor: pointer;
    z-index: 777;
    display: inline-block;
    padding: 11px 0
}
.preheader.left {
    left: 22px;
    padding-top: 18px;    
    text-transform: capitalize;
}
.preheader.right {
    right: 30px
}
.preheader span {
    color: #fff!important;
    font-size: 11px;
    font-weight: normal!important
}
.preheader.left:hover .top_country, .preheader.right:hover .top_myaccountlist {
    opacity: 1;
    visibility: visible
}
.preheader span.top_text {
    vertical-align: top;
    line-height: 23px;
}
.top_country, .top_myaccountlist {
    background: #fff;
    padding: 10px 20px;
    line-height: 30px;
    border: 1px solid #ddd;
    position: absolute;
    margin-left: -20px;
    width: 125%;
    top: 42px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: .5px
}
.top_country {
    width: 150px;
    font-size: 11px;
}
.top_myaccountlist {
    width: 140%;
    min-width: 105px;
}
.top_country li:hover, .top_myaccountlist li:hover {
    text-decoration: underline
}
.pre_header {
    position: relative;
    width: 100%;
    top: 0;
    min-width: 750px;
    display: inline-block;
    float: left
}
.pre_header>div:first-child {
    padding: 0 0 0 25px
}
.top_right {
    float: right;
    display: inline-block;
    position: relative;
    top: 0;
    right: 9px
}
.top_right > div {
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    position: relative;
    z-index: 999999999
}
.top_right > div a {
    display: block;
}
.search_wrapper {
    position: fixed;
    z-index: 9999999999999;
    width: 47%;
    top: 56px;
    right: 106px;
    background: #fff;
    display: none
}
#search_suggestion {
    position: fixed;
    display: none;
    background: #fff;
    padding: 20px;
    font-size: 12px;
    text-align: left;
    width: 362px;
    right: 106px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 7px 18px -11px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0 7px 18px -11px rgba(0, 0, 0, 0.68);
    box-shadow: 0 7px 18px -11px rgba(0, 0, 0, 0.68);
    top: 90px
}
.keywords {
    font-weight: bold;
    text-decoration: underline
}
#search_suggestion li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px;
}
.t_suggestion>ul>li, .t_country>ul>li {
    cursor: pointer
}
section[class^="t_item_"] {
    display: block;
    float: left
}
.btn_shoppingbag {
    width: 100%;
    clear: left;
    padding-top: 10px
}
button.btn_viewbag.gray_bg {
    padding: 8px 15px!important
}
.btn_shoppingbag>button {
    width: 47%;
    display: block;
    float: left;
    padding: 8px;
    margin-right: 5%
}
.btn_shoppingbag>button:last-child {
    margin-right: 0
}
.item_name_t {
    font-size: 1.2em;
    line-height: 1.2em;
    padding-bottom: .5em
}
.t_item_pic {
    width: 70px;
    padding-right: 1em
}
.t_item_info {
    width: 65%;
    text-align: left;
    font-size: inherit;
    line-height: 1.8em
}
span[class^="icon_t_"] {
    display: inline-block;
    cursor: pointer;
    outline: 0
}
.mega_mobile {
    display: inline-block;
    top: -17px;
    position: relative;
    left: 3px;
    z-index: 99999
}
.top_right span[id^="ctl00_"] {
    color: #222;
    width: 18px;
    display: inline-block;
    float: left;
    text-align: center;
    background: #fed32a;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 18px;
    line-height: 18px;
    position: absolute;
    left: 10px;
    top: -2px
}
.mega_menu {
    position: fixed;
    z-index: 99999999;
    top: 42px;
    background: #fff;
    width: 0;
    left: 0;
    height: 100%;
    padding: 30px 23px;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    -webkit-box-shadow: 0 0 16px #888;
    box-shadow: 0 0 16px #888;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch
}
.mega_menu.show {
    width: 300px;
    opacity: 1;
    visibility: visible;
    padding-bottom: 150px
}
#main.show {
    /*position: fixed*/
}
.desktop_mega {
    padding-top: 22px;
    margin-left: 0
}
.desktop_mega li, .mega_submenu li {
    text-transform: capitalize;
}
.header_right, .header_left {
    width: 100%;
    display: inline-block;
    top: 13px
}
.header_right {
    position: absolute;
    right: 0;
    top: 18px
}
.global_cat {
    display: none
}
.global_mobile a:after {
    content: "+";
    right: 0;
    position: absolute
}
#g_gift .global_cat, #g_gift .global_mobile {
    margin-left: -20px;
    padding: 0 20px;
    background: url(/images/en/holiday_light.gif) no-repeat;
    background-size: 100%;
    background-position: center center;
    line-height: 40px;
}
.global_cat em, global_mobile em {
    text-transform: capitalize;
}
.mega_menu>nav>ul>li {
    display: block;
    text-align: left;
    position: relative;
    z-index: 999999
}
.mega_menu>nav>ul>li.selected {
    color: #222
}
.mega_menu>nav>ul>li.selected>span.global_cat>a {
    text-decoration: underline
}
.mega_menu>nav>ul>li.selected#g_gift>span.global_cat>a {
    text-decoration: none
}
.header_nav {
    padding: 0 20px;
    background: #fff;
    position: relative
}
.mega_submenu.desktop {
    display: none
}
.mega_submenu.mobile {
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.mega_submenu> ul {
    padding: 0px;
    display: block;
    float: left;
    position: relative;
    width: 100%
}
.mega_submenu>ul>li, .sub_mouseover>ul>li {
    text-align: left;
    font-size: 14px;
    color: #777;
    padding-left: 10px
}
.sub_sub {
    display: none
}
.desktop_only {
    display: none
}

/* ============================== */
/* Title Code                     */
/*================================*/
.msg.addedshoppingbag, .size_alert, em, .alert_msg, .soldout, .FinalSale, .FinalSale font, .department, .red_text {
    color: #d26d51;
    font-style: normal
}
.FinalSale font:before {
    content: "*"
}
.ck_message {
    padding: 1em 0
}
.contactusdetail {
    padding: 1em 0;
    margin-top: 1em
}
.dividedline {
    position: relative;
    width: 100%;
    text-align: center!important;
    display: block;
    padding: .8em 0;
    border-bottom: 0!important;
    margin: auto;
    float: left
}
.dividedline span {
    position: relative;
    padding: 0 10px 0 0;
    background: #fff;
    z-index: 5;
    margin: auto;
    display: inline-block;
    font-weight: normal;
    top: 2px;
    letter-spacing: .5px;
    float: left
}
.dividedline:after {
    position: absolute;
    top: 17px;
    display: block;
    content: '';
    width: 100%;
    border-top: 1px solid #ddd
}
.pdp_set .dividedline {
    margin-bottom: 24px
}
.pdp_set .dividedline>span {
    font-size: 16px
}
#checkout .dividedline {
    width: 30%!important;
    float: none;
    margin: auto
}
#checkout .dividedline span {
    font-size: 11px;
    float: none;
    padding: 0 10px;
    top: 3px
}
.category .dividedline {
    padding: 20px 0 10px 0
}
.category .dividedline span {
    top: -6px!important;
    float: left;
    font-weight: bold!important;
    padding-left: 0
}
.pdp_recommendation .dividedline, .pdp_recently .dividedline {
    margin-bottom: 10px
}
.pdp_recommendation span, .category .dividedline span, .homepage .dividedline span, .pdp_recently .dividedline span {
    font-size: 17px;
    font-weight: normal;
    top: -2px
}
#overlay {
    position: fixed;
    z-index: 7;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: none;
    left: 0
}
#overlay.show {
    display: block;
    -moz-box-shadow: inset 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -weebkit-transition: width .5s ease;
    left: 300px
}
.context, .normal_context {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
}
.context section {
    position: relative;
    float: left;
    padding-bottom: 20px
}
.quicklinks {
    line-height: 2em
}
.quicklinks>section {
    background: #f5f5f5;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 20px
}
#phone>ul {
    border-top: 1px dotted #ddd;
    display: block;
    width: 100%;
    float: left;
    margin: .5em 0;
    padding-top: .5em
}
#quicklink {
    display: none
}
.magazine {
    background: #f5f5f5;
    padding: 20px 0;
    margin: 50px 0 30px 0!important
}
.myaccount_history table, .myaccount_history thead, .myaccount_history tbody, .myaccount_history tr, .myaccount_history th, .myaccount_history td {
    border: 0;
    text-align: left;
    padding: 8px 0;
    border-bottom: 1px dotted #ddd
}
.myaccount_history.orderhistory thead {
    background: #f5f5f5
}

#sliderbar {
    position: fixed!important;
    top: 25%;
    right: 0;
    z-index: 999
}
#slider_content {
    width: 525px;
    height: 250px;
    display: none
}
#slider_content.slider_input {
    background: url("/images/en/common/slider_bg.jpg") no-repeat
}
#slider_content.slider_thankyou {
    background: url("/images/en/common/slider_thanks.jpg") no-repeat
}
div[id^="slider_"] {
    display: inline-block;
    float: left
}
#slider_content {
    padding: 12em 0 0 2em
}
.slider_close {
    position: absolute;
    font-weight: bold;
    right: 20px;
    top: 10px;
    width: 100px;
    font-size: 1.1em;
    text-align: right;
    display: none
}
.btn_slider {
    width: 17%;
    height: 31px;
    border-radius: 0;
    padding: 0
}
.welcome {
    font-size: 2em;
    font-weight: bold;
    padding: 10px 0
}
.wishlistname {
    font-size: 1.5em;
    font-weight: bold;
    padding: .5em 0;
    display: block
}
.new_wishlist {
    position: absolute;
    right: 0;
    top: 20px
}
.message {
    line-height: 1.5em;
    font-size: 12px;
    padding: 10px 0;
}
.message.w_space {
    padding: 0 4% 1em 4%
}
.shopmore {
    position: absolute;
    right: 20px;
    bottom: 27px;
    z-index: 333;
    font-size: 14px;
    text-decoration: underline;
    padding: 0 10px;
    color: #fff
}
.btn_justforyou {
    position: absolute;
    right: 0;
    text-decoration: underline
}
.ok {
    border: 1px solid #17709e;
    color: #17709e;
    background: url("/images/en/common/icons/ok.png") no-repeat right center;
    background-size: 7%
}
address {
    font-style: normal;
    font-size: 11px;
    padding-bottom: 20px
}
.msg.addedshoppingbag {
    font-size: 1.2em;
    text-align: left;
    padding-bottom: 1em;
}
.size_alert {
    font-size: 11px;
    padding: 1em 0;
    position: absolute;
    right: 0;
    top: -17px;
    border: 1px dotted;
    padding: 9px;
    width: 50%
}
.small_text figcaption {
    font-size: 1em;
    padding: 1em 0
}
figcaption {
    text-align: center;
    padding: .5em 0;
    font-size: 12px
}
.container .small_text label {
    display: inline-block!important;
    width: auto
}
.comment {
    color: #888;
    padding: .5em 0;
    font-size: 11px;
    font-weight: normal
}
.required {
    text-align: right;
    font-size: 10px;
    right: 0;
    position: absolute;
    clear: both;
    font-weight: normal;
    top: .1em
}
.required.showpw {
    top: -3px
}
#checkout .required {
    position: absolute;
    width: auto;
    left: 200px;
    z-index: 2;
    top: 3px;
    padding: 0
}
#checkout .required span a {
    padding: 0;
    margin: 0
}
#checkout .required span a:after {
    margin-right: 0!important
}
.soldout_title {
    font-size: 1em;
    font-weight: bold
}
.soldout_confirm {
    background: #f5f5f5;
    padding: 1em;
    margin: .5em 0;
    line-height: 1.5em;
}
.mobile_menu {
    text-align: center;
    width: 50%;
    height: 100px;
    overflow: hidden;
    float: left;
    vertical-align: middle;
    font-size: 1.15em;
    font-weight: normal;
    border-bottom: 2px solid #fff;
    position: relative
}
.mobile_menu:nth-child(odd) {
    border-right: 1px solid #fff
}
.mobile_menu:nth-child(even) {
    border-left: 1px solid #fff
}
.mobile_menu.sale {
    background: #e11720;
    height: auto;
    padding: 1em 0;
    color: #fff;
    width: 100%
}
.instagram #feed a {
    width: 33.33%;
    display: block;
    float: left
}
#best_editor>div {
    position: relative
}
#best_editor .item_info, #best_editor .product_item:last-child {
    display: none
}
#best_editor .product_item {
    width: 50%
}
main {
    top: 115px;
    z-index: 3;
    padding: 0;
    margin-bottom: 120px
}
main .category_wrapper {
    top: 15px
}
main .category_wrapper.landing {
    top: -65px
}
main .category_wrapper.landing .space.category {
    margin-top: 41px;
    padding: 0 22px
}
.wrapper {
    width: 100%;
    display: block;
    margin: auto
}
.column_wrapper {
    clear: both;
    padding: 0;
    margin: 0;
    position: relative
}
.c_container:before, .c_container:after {
    content: "";
    display: table
}
.c_container:after {
    clear: both
}
.c_container {
    zoom: 1
}
#div_totalCount {
    display: none
}
.space.category, .ck_wrapper {
    padding: 10px 20px
}
.single {
    max-width: 1300px
}
.regular {
    max-width: 1200px;
    margin: auto;
    display: block;
    float: none
}
.ct_landing, #RegularCategory {
    margin: auto;
    display: block;
    float: none
}
.ct_landing {
    padding: 0
}
.ct_landing.c_right {
    padding-bottom: 15px;
    max-width: none
}
.grid_wrapper {
    width: 100.7%;
    overflow: hidden;
    display: block
}
.grid_3>div {
    width: 33.33%;
    padding: 0 10px 0 0
}
.grid_4>div {
    width: 25%;
    padding: 0 10px 0 0
}
#RegularCategory, #category_rr, .related_searches {
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px
}
#RegularCategory {
    float: none
}
.pr-snippet {
    padding: 0!important;
}
.pr-snippet-stars {
    margin-left: 2px!important;
}
.pr-review {
    float: left;
    left: -20px;
    position: relative;
    padding-top: 5px;
    display: none;
}
.PagerHyperlinkStyle {
    font-size: 12px;
}
#ctl00_MainContent_tableNormalDesign div {
    font-size: 12px;
}
.br-found-heading {
    display: none;
}
.br-sf-widget {
    display: none;
}
.promoleftimg {
    display: none!important;
}
#c_btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
    left: 0
}
#c_btn.column_2 button {
    margin: 0!important;
    width: 50%!important
}
h1.item_name_b {
    font-size: inherit;
    display: inline-block;
    font-weight: normal
}
.pdp_thumbnail {
    display: none
}
a.m_zoomin {
    cursor: url("/images/en/common/icons/zoom.cur"), auto
}
.pdp_wrapper, .breadcrumb.pdp {
    padding: 10px 20px;
    margin: auto;
    float: none
}
.pdp_social {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 777;
    text-align: center;
    padding: 2em 0 1em 0
}
.pdp_zoom {
    position: relative;
    clear: none
}
.pdp_zoom .lSSlideOuter .lSPager.lSpg {
    top: 10px;
    right: 15px
}
.pdp_title {
    padding: 0 25px 10px 0
}
.brand_name_p {
    color: #888;
    font-weight: normal;
    font-size: .9em;
    padding: .5em 0;
    display: none
}
.brandlist, .item_price.filter {
    line-height: 2em
}
.item_name_p {
    font-size: 20px;
    padding: 0 0 2px 0;
    font-weight: bold;
    text-align: left
}
.item_name_c {
    font-size: 100%;
    font-weight: normal
}
.price_p {
    font-size: 1.5em;
    padding: 5px 0
}
.price_c span, .price_p span {
    padding-right: .5em!important;
    font-weight: normal
}
.original {
    text-decoration: line-through;
    color: #888;
    font-size: inherit
}
.sale {
    color: #e11720!important;
    font-size: inherit
}
.markdown {
    color: #e11720!important;
    text-decoration: line-through
}
.item_info {
    padding: 10px 0 0 0;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
    width: 85%;
    font-size: 120%
}
.item_info .price_c {
    padding-top: 5px;
    color: #333;
    font-size: 95%
}
.item_info a, a:focus {
    text-decoration: none
}
.color_p {
    width: 100%;
    text-align: left;
    padding-bottom: 1em
}
.color_p>.dropdown img {
    width: 20px;
    margin-right: .5em;
    clear: both
}
.color_p .dropdown dt {
    height: auto;
    padding: 10px 1em
}
.size_wrapper {
    width: 100%;
    z-index: 777;
    background: #fff;
    border: 0
}
#sizechart {
    width: 100%;
    display: block;
    clear: both;
    text-align: right;
    color: #666;
    padding: .5em 0 1em 0;
    text-decoration: underline;
    text-transform: uppercase
}
.msg_lower {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: -18px;
    text-align: center;
}
.btn_addtobag .btnsarea {
    overflow: hidden;
    padding-top: 0px
}
.btn_addtobag button, #divAddWishList {
    position: relative;
    width: 100%;
    vertical-align: middle;
    font-size: 18px;
    min-width: auto;
    height: 48px;
    font-weight: bold;
    text-align: center
}
.btn_addtobag .btnsarea button#addtobag {
    float: left;
    width: 48%;
    font-size: 14px;
    font-weight: bold
}
.btn_addtobag .btnsarea button#checkoutnow {
    float: right;
    width: 50%;
    font-size: 14px;
}
.count_no {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 8px;
    z-index: 2;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    color: #222;
    background: #fed32a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}
.add_wishlist2 {
    display: inline-block;
    position: absolute;
    padding: 10px 0 0 0;
    text-align: right;
    right: 9%
}
.add_wishlist2 > .icon_t_wishlist.checked_wishlist {
    background-position: 0 -48px
}
#divAddWishList {
    font-size: 11px;
    padding: 19px 0;
    font-weight: normal
}
#divAddWishList img {
    margin-top: -7px
}
#divAddWishList .icon_t_wishlist, .add_wishlist .icon_t_wishlist {
    background-size: 80%;
    background-position: 0 -55px;
    height: 19px;
    opacity: .5;
    margin-top: 0
}
#divAddWishList:hover .icon_t_wishlist, .add_wishlist:hover .icon_t_wishlist, #divAddWishList:focus .icon_t_wishlist, .add_wishlist:focus .icon_t_wishlist {
    background-position: 0 -36px;
    opacity: .9
}
#divAddWishList2, #divAddWishList3 {
    position: relative;
    padding: 10px 0px 0px;
    font-size: 11px;
    font-weight: normal;
    text-align: center
}
#divAddWishList2 #txtWishList, #divAddWishList3 #txtWishList {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    line-height: 17px;
}
#divAddWishList2 #txtWishList2, #divAddWishList3 #txtWishList2 {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}
#divAddWishList2 > .icon_t_wishlist.checked_wishlist, #divAddWishList3 > .icon_t_wishlist.checked_wishlist {
    background-position: 0 -40px
}
#divAddWishList2 > .icon_t_wishlist, #divAddWishList3 > .icon_t_wishlist {
    background-position: 0 -60px;
    width: 18px;
    height: 20px
}
#addCheckOut {
    width: 50%;
    vertical-align: middle;
    font-size: 18px;
    min-width: auto;
    height: 48px;
    font-weight: bold;
    text-align: center
}
#modelinfo {
    padding-left: 10px;
    color: Gray
}
#itemcodeinfo {
    padding-left: 22px;
    color: Gray
}
.iteminfoetc {
    padding-top: 10px
}
.itemdetailinfo {
    text-align: left;
    width: 100%;
    overflow: hidden;
    padding-top: 10px
}
.itemdetailinfo > .itemdetailinfo_left {
    float: left;
    width: 140px;
    color: gray;
    text-decoration: underline
}
.itemdetailinfo > .itemdetailinfo_right {
    float: left;
    color: gray;
    text-decoration: underline
}
.measureinfo {
    text-align: left;
    width: 100%;
    overflow: hidden;
    padding-top: 0px
}
.measureinfo > .measureinfo_title {
    float: left;
    width: 140px;
    color: gray;
}
.measureinfo > .measureinfo_values {
    float: left;
    color: gray;
}
.detaileBox {
    border-style: solid;
    border-width: thin;
    border-color: gray
}
.detailSearch {
    max-width: 1440px;
    margin: 0 auto 20px;
}
.DetailSearch {
    overflow: hidden;
    text-align: left;
    padding: 10px;
    display: none
}
.DetailSearchRoot {
    text-align: left;
    width: 100%;
    overflow: hidden
}
.DetailSearchRoot > .DetailSearchLeft {
    float: left;
    width: 100px;
    padding-left: 10px;
    background: url('http://img.forever21.co.kr/images/list/img_narrow.gif') no-repeat left center;
}
.DetailSearchRoot > .DetailSearchRight {
    float: left;
    width: 90%
}
.DetailSearchRoot > .DetailSearchRight div {
    float: left;
    padding: 0 20px 10px 0
}

.review_ratings {
    position: relative;
    border-top: 1px solid #ddd;
    display: block;
    float: left;
    width: 100%
}
.review_ratings .accordian_title {
    margin-bottom: 6px;
    padding: 12px 0 0 0;
    font-size: 13px
}
#recentlyviewed .accordian_title {
    font-size: 13px;
    padding-bottom: 10px
}
.accordian_title {
    font-size: 12px;
    padding: 1.3em 0;
    display: block;
    clear: both;
    font-weight: bold;
    text-align: left
}
#justforyou .accordian_title {
    border-top: 0;
    position: relative
}
.accordian_des {
    border: 1px solid red;
    display: block;
    clear: both
}
.btn_wearitwith {
    display: block;
    width: 100%;
    margin-top: .5em;
    bottom: 0;
    text-align: center
}
.btn_wearitwith button {
    width: 100%;
    font-size: .75em
}
#viewdetials {
    margin: 1.5em auto 0 auto;
    text-align: center;
    display: block;
    width: 100%
}
#justforyou, #qv_pdp {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 3em
}
#justforyou>ul, #qv_pdp>ul {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}
#justforyou>ul>li {
    width: 44%;
    display: inline-block;
    padding: 0 1em 1.5em 0;
    word-wrap: break-word;
    white-space: nowrap
}
#qv_pdp {
    margin-bottom: 0!important
}
#qv_pdp>ul>li {
    width: 90%;
    display: inline-block;
    padding: 0;
    word-wrap: break-word;
    white-space: nowrap;
    cursor: e-resize
}
.item_pic {
    position: relative
}
.category_wrapper .item_pic a img:last-child {
    position: absolute;
    left: 0;
    top: 0
}
.pdp_option {
    padding: 10px 0
}
.color_p, .size_p {
    font-size: 12px;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 6px;
    position: relative
}
.pdp_option>div>div>label {
    width: 34px;
    display: inline-block;
    font-weight: bold
}
.pdp_option>div:first-child>div>span:before {
    content: ":";
    margin-right: 5px
}
.pdp_option>div>div>span {
    color: #777
}
.pdp_option>div:first-child {
    padding-bottom: 5px
}
.pdp_option>div>div:first-child {
    padding-bottom: 4px
}
.color_p .item_color li {
    width: 30px;
    margin: 0 10px 10px 0;
    position: relative;
    text-align: center
}
.size_p .item_size li {
    margin: 0 10px 10px 0;
    position: relative;
    /*display: block;*/
    float: left
}
.size_p .item_size li input:disabled+label {
    border: 1px solid #ddd;
    background: #ddd;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    color: #777;
    text-decoration: line-through
}
.size_p .item_size li input:checked+label {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px
}
.size_p .item_size li input:disabled+label.checked {
    border:1px solid #333;
}
.size_p .tooltip {
    left: -11px;
    top: 30px;
    min-width: 150px
}
.pdp_set {
    clear: left;
    padding: 30px 0 30px 6.25%
}
.pdp_set>.column {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px
}
.pdp_set>.column:last-child {
    border-bottom: 0;
    margin-top: 30px
}
.pdp_set .pdp_info {
    float: right;
    padding: 0
}
.pdp_recommendation, .pdp_relatedsearch {
    float: right;
    padding: 30px 0
}
.pdp_set .description_wrapper .ac-container div>label {
    border-top: 0
}
.pdp_instagram {
    display: table;
    width: 100%;
    height: 100%;
    float: left
}
.pdp_instagram>div>div {
    display: table-cell;
    width: 50%;
    height: 100%;
    float: left;
    text-align: left;
    line-height: 18px;
    vertical-align: middle
}
.pdp_instagram>div>div:first-child {
    padding-right: 30px;
    clear: left
}
.pdp_instagram button {
    margin-top: 20px
}
#sbo_wrapper .lSSlideOuter .lSPager.lSpg {
    display: none
}
.lSSlideOuter .lSPager.lSpg {
    position: absolute;
    top: 30px;
    right: 25px
}
#wearitwith .lSSlideOuter .lSPager.lSpg, #recommendation .lSSlideOuter .lSPager.lSpg {
    display: none
}
.pdp_info.modal {
    padding: 0
}
.seo {
    display: block;
    color: #888;
    text-align: left
}
.seo_parent {
    padding-bottom: .5em;
    display: inline-block
}
p.seo_cat {
    font-size: 19px;
    display: block;
    color: #111;
    outline: 0;
    position: relative;
    padding: 7px 0;
    line-height: 20px;
    font-weight: bold
}
p.seo_cat.no_sub:after {
    border-color: #fff
}
.left_nav span {
    color: #888
}
.left_nav .filter_desktop .left_title {
    text-align: left;
    position: absolute;
    z-index: 1;
    left: 4%;
    padding-top: .6em;
    font-size: inherit;
    display: block
}
.left_nav .left_title {
    font-size: 11px;
    font-weight: bold;
    color: #111;
    text-transform: capitalize
}
.left_nav a:focus {
    text-decoration: underline
}
.left_nav section {
    padding-bottom: 1em
}
.findastore .left_nav section {
    padding: 1em
}
.left_nav .selected, .left_nav .selected a {
    border-bottom: 0;
    font-weight: bold;
    color: #111
}
.left_nav .selected:before {
    display: block;
    background: url("/images/en/common/icons/icon_close.png") no-repeat center right;
    background-size: 28%;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: -20px;
    vertical-align: top;
    z-index: 333
}
.left_category_list {
    display: block;
    line-height: 2em;
    font-size: 12px;
    position: relative;
    z-index: 3;
    text-align: left;
    padding: 10px 0;
    -moz-box-shadow: 0 7px 18px -11px rgba(0, 0, 0, 0.68);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.left_category_list h3 {
    font-size: 17px;
    font-weight: bold
}
.left_category_list>li {
    position: relative;
    padding: 6px 0
}
.search_result .depth2, .depth2 {
    background: #fff;
    padding: 0 0 10px 0;
    letter-spacing: .5px
}
.depth2 li {
    padding: 0;
    line-height: 31px;
    position: relative
}
.left_nav .ac-container div>input:checked+article.ac-small {
    padding: 0 4%;
    width: 100%;
    left: 0;
    font-size: inherit
}
.left_nav .ac-small>div {
    padding-bottom: 0;
    font-size: 12px;
    border-top: 1px solid #eee
}
.left_nav .ac-small>div>article>div {
    padding: 6px 0
}
.left_nav .ac-container div>article>div>label {
    padding: 0;
    padding: 10px 0;
    display: block
}
.left_nav .ac-small ul {
    width: 100%
}
.left_nav .ac-small .color_chart li {
    width: 50%;
    float: left
}

/* ============================== */
/* Filter Code                    */
/*================================*/
.filter {
    display: block;
    float: left;
    margin-bottom: 30px;
    width: 100%;
    font-size: 12px;
    border-top: 1px solid #ddd;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 7
}
.filter_label {
    display: inline-block;
    width: 10%;
    float: left;
    padding: 6px 12px;
    font-weight: bold;
    min-width: 100px
}
.filter_clear button {
    position: absolute;
    top: 3px;
    right: 0px;
    text-align: left;
    background: #eee;
    color: #222;
    border: 0;
    font-weight: normal;
    font-size: 11px;
    padding: 7px;
    border: 1px solid #ddd;
    display: none
}
.filter .c_sort {
    float: left;
    margin-right: 40px;
    display: block;
    float: left;
    clear: both;
    border: 1px solid transparent
}
#span_sort {
    font-weight: bold
}
.filter .c_sort .dropdown dt {
    border: 0!important
}
.filter .c_sort .dropdown dt:after {
    right: 40px;
}
.filter>ul {
    float: left
}
.filter>ul>li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}
.filter>ul>li>span {
    min-width: 100px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    margin-right: 5px;
    cursor: pointer
}
.filter>ul>li>span:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #111 transparent transparent transparent;
    line-height: 0;
    _border-color: #111 #000 #000 #000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000')
}
#filter_price>li {
    width: 100%
}
.narrow_by {
    border: 1px solid #222;
    position: absolute;
    padding: 10px 15px;
    z-index: 88;
    background: #fff;
    display: none;
    min-width: 135px;
    border-radius: 2px
}
.narrow_by>ul {
    display: inline-block;
    float: left;
    padding-right: 30px
}
.narrow_by button {
    float: left;
    clear: left;
    margin: 10px 0 0 0
}
.narrow_by>ul>li {
    display: block;
    float: left;
    clear: both;
    padding: 6px 0;
    cursor: pointer
}
.filter_selected {
    margin: 5px 0
}
.filter_selected li {
    border: 1px solid #222;
    padding: 0 8px;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 5px
}
.filter_selected li button {
    width: 100%;
    text-align: left;
    background: #fff;
    color: #222;
    border: 0;
    font-weight: normal;
    font-size: 11px;
    padding: 7px 0
}
.filter_selected li button:after {
    content: "X";
    right: 11px;
    position: absolute;
    top: 7px;
    cursor: pointer
}
.filter_selected li button:hover {
    color: #d26d51
}
.filter_list {
    border: 1px solid#222;
    position: absolute;
    z-index: 3;
    top: 29px;
    left: 0;
    padding: 10px;
    background: #fff;
    line-height: 17px;
    width: auto;
    border-radius: 2px;
    display: none;
    float: left
}
.filter_list li {
    padding: 5px 0
}
.filter_column {
    display: inline-block;
    margin-right: 40px;
    float: left
}
.filter_mobile {
    padding: 0 4%;
    position: absolute;
    top: 5.5em;
    text-decoration: underline;
    font-weight: bold
}
.filter_desktop {
    display: none
}
.ac-container .filter_desktop>label {
    border-top: 0
}
.filter_desktop>.ac-small {
    position: absolute;
    top: 90px;
    background: #fff;
    border-top: 0;
    z-index: 88888
}
.filter .color_chart li, .filter .size_chart li {
    width: 35px;
    height: 35px;
    margin: 5px 5px 5px 0
}
.filter .color_chart li>button {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-indent: -9999999999999999px;
    display: inline-block;
    padding: 0
}
.filter .color_chart button.white {
    background-color: #fff;
    box-shadow: 0 0 0 1px #d2d2d2 inset!important
}
.filter .color_chart button, .size_chart button {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    display: block;
    outline: 0
}
.filter .color_chart button.active {
    box-shadow: 0 0 0 2px #fff inset;
    border: 1px solid #333
}
.filter .color_chart button:hover {
    box-shadow: 0 0 0 2px #fff inset;
    border: 1px solid #333
}
.filter .color_chart button.black {
    background-color: black
}
.filter .color_chart button.red {
    background-color: red
}
.filter .color_chart button.denim {
    background-image: url("/images/sw_22/denim.jpg")
}
.filter .color_chart button.pink {
    background-color: #ffc0cb
}
.filter .color_chart button.white {
    background-color: #fff;
    box-shadow: 0 0 0 1px #d2d2d2 inset!important
}
.filter .color_chart button.blue {
    background-color: #0059d1
}
.filter .color_chart button.green {
    background-color: #6fce00
}
.filter .color_chart button.brown {
    background-color: #863900
}
.filter .color_chart button.orange {
    background-color: #ff8400
}
.filter .color_chart button.purple {
    background-color: #8e02a7
}
.filter .color_chart button.yellow {
    background-color: yellow
}
.filter .color_chart button.small {
    width: 20px;
    height: 10px;
    border: 0
}
.filter .size_chart button {
    border: 0;
    background: transparent;
    color: #333;
    text-align: center;
    display: block;
    width: 35px;
    height: 35px;
    font-size: 10px;
    outline: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 0;
    letter-spacing: -0.2px;
}
.filter .size_chart button:hover {
    background: #333;
    color: #fff
}
.filter .size_chart button.active {
    background: #333;
    color: #fff
}
.filter .c_sort {
    float: left;
    margin-right: 40px;
}
.filter .c_sort + .filter_label + .c_sort {
    clear: none
}
ul[id^="filter_"] input[type="checkbox"]+label>span, ul[id^="filter_"] input[type="radio"]+label>span {
    margin-top: 3px
}
.narrow_by input[type="checkbox"]+label {
    cursor: pointer
}
.narrow_by input[type="checkbox"]#f_black+label>span {
    background: #000
}
.narrow_by input[type="checkbox"]#f_red+label>span {
    background: red
}
.narrow_by input[type="checkbox"]#f_denim+label>span {
    background: url("/images/sw_22/denim.jpg")
}
.narrow_by input[type="checkbox"]#f_pink+label>span {
    background: #ffc0cb
}
.narrow_by input[type="checkbox"]#f_blue+label>span {
    background: #0059d1
}
.narrow_by input[type="checkbox"]#f_green+label>span {
    background: #6fce00
}
.narrow_by input[type="checkbox"]#f_brown+label>span {
    background: #863900
}
.narrow_by input[type="checkbox"]#f_orange+label>span {
    background: #ff8400
}
.narrow_by input[type="checkbox"]#f_purple+label>span {
    background: #8e02a7
}
.narrow_by input[type="checkbox"]#f_yellow+label>span {
    background: yellow;
    border: 1px solid #ddd
}
.narrow_by input[type="checkbox"]:checked+label>span {
    border: 4px solid #fff;
    outline: 1px solid #222;
    background: url()#222
}
.narrow_by.bycolor input[type="checkbox"]:checked+label>span {
    border: 2px solid #fff;
    outline: 1px solid #222;
    background: url()
}
.narrow_by input[type="checkbox"]#f_grey+label>span {
    background: #ddd
}

.item_color li {
    list-style: none;
    display: inline-block;
    padding: 0;
    width: 22px;
    margin: 5px 5px 5px 2px
}
.item_color li img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #ccc;
    width: 100%
}
.item_color li.selected img, .item_color input[type="checkbox"]:checked+img {
    border: 1px solid #888;
    padding: 2px;
    cursor: pointer;
    width: 100%
}
.item_color li.selected:hover img, .item_color input[type="checkbox"]:checked+img {
    margin-top: 0
}
.item_color li:focus img, .item_color li:hover img {
    border: 1px solid #777;
    padding: 2px;
    cursor: pointer;
    width: 100%
}
.item_size li {
    display: table;
    float: left
}
.item_size input[type="checkbox"]+label {
    font-size: 11px;
    padding: 5px
}
.item_size input[type="checkbox"]+label {
    padding: 0;
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #fff;
    color: #222;
    text-align: center;
    cursor: pointer;
    outline: 0;
    font-size: 11px;
    padding: 8px 10px
}
.item_size input[type="checkbox"]+label:focus, .item_size input[type="checkbox"]+label:hover {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px
}
.badget_wrapper {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    vertical-align: bottom;
    bottom: 0;
    padding: 5px 0
}
.badget {
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    padding: 3px 0;
    word-wrap: break-word;
    white-space: normal;
    color: #777
}
.badget>span {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 11px
}
.badget.tags {
    color: #e11720
}
.badget.hp_menu {
    font-size: 1em;
    bottom: 0;
    position: absolute;
    font-weight: bold;
    letter-spacing: .08em;
    background: rgba(255, 255, 255, .8);
    color: #111;
    padding: .3em 0
}
.add_wishlist {
    display: inline-block;
    position: absolute;
    padding: 10px 0 0 0;
    text-align: right;
    right: 9%
}
.add_wishlist img {
    width: 18px;
    height: 18px;
    opacity: .7;
    cursor: pointer
}
.add_wishlist img:hover {
    opacity: 1
}
.deals {
    padding: 0 10px
}
.category_wrapper .deals .item_pic a img {
    position: relative
}
.deals .price_c span {
    width: 100%;
    display: block;
    padding-top: 0
}
.deals .price_c .original {
    color: #888
}
.flash_title>div {
    width: 60%;
    left: 20%;
    position: absolute
}
.category_kicker .flash_title>div:first-child {
    top: 25%
}
.category_kicker .flash_title>div:last-child {
    bottom: 25%
}
.flash_title>div:first-child {
    top: 23%
}
.flash_title>div:last-child {
    bottom: 10%;
    padding: 0 10%
}
.flash_title>div>div {
    width: 37%;
    float: right
}
.flash_title>div>div:first-child {
    width: 60%;
    float: left
}
.flash_timer {
    font-size: 3rem;
    font-family: "Trade Gothic W01 Cn_18", "Arial", sans-serif;
    font-weight: bold;
    margin-top: -1.9%
}
.flash_timer>div {
    width: 28%;
    float: left;
    text-align: center
}
.timer_divided {
    font-family: "arial", "hevetica", sans-serif!important;
    font-size: 80%;
    vertical-align: top;
    line-height: 135%;
    display;
    width: 8%!important
}
.flash_timer>div>p:last-child {
    font-size: 23%;
    margin-top: -10%
}
.flash_deal_percent {
    position: absolute;
    z-index: 4;
    font-size: 1.5rem;
    top: 10px;
    color: #e11720;
    left: 10px;
    font-family: "Trade Gothic W01 Cn_18", "Arial", sans-serif;
    font-weight: bold;
    line-height: 100%
}
.flash_deal_percent p {
    padding: 0
}
.flash_deal_percent p:last-child {
    font-size: 100%;
    letter-spacing: 1px
}
.deals .item_name_c {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.deals .product_item {
    width: 16.66%;
    padding: 0 1.5% 0 0!important
}
.deals .product_item:nth-child(2n+1), .deals .product_item:nth-child(3n+1), .deals .product_item:nth-child(4n+1), .deals .product_item:nth-child(5n+1) {
    clear: none
}
.deals .product_item:nth-child(7) {
    display: none
}
.product_grid, .product_grid.gallery, .product_grid.sbo, .grid4 {
    overflow: hidden;
    width: 100%
}
.product_grid {
    overflow: visible
}
.product_item {
    position: relative;
    width: 50%;
    float: left;
    padding: 0 .5em 4% 0;
    margin-bottom: 1em;
    vertical-align: top
}
.product_item>a {
    width: 85%
}
.product_item:nth-child(2n) {
    padding: 0 0 4% .5em
}
.product_grid.gallery>div>.product_item {
    padding: 10px!important;
    width: 45%;
    border: 1px solid #eee;
    margin: 0 1% 2% 0
}
.product_grid.gallery>div>.product_item .item_info {
    width: 100%
}
.product_grid.gallery.no_title>div>.product_item {
    padding: 0 1em 0 0
}
.brandedshop {
    line-height: 27px;
    padding: 20px
}
.brandedshop>div {
    border-bottom: 1px dotted #888;
    margin-top: 20px
}
.brandedshop>div:first-child {
    border-bottom: 0;
    margin-top: 0
}
.brandedshop_name {
    font-size: 1.1em;
    font-weight: normal
}
.brandedshop_alphbet {
    font-weight: bold;
    font-size: 1.4em;
}
.brandedshop li {
    width: 25%;
    float: left
}
.m_text {
    display: block;
    font-size: inherit;
    padding-top: 1em;
    text-align: left;
    color: #888;
}
.search_brands li {
    line-height: 2em
}
.product_item:nth-child(1) .shopbyoutfit, .product_item:nth-child(4) .shopbyoutfit {
    left: 0
}
.product_item:nth-child(2) .shopbyoutfit, .product_item:nth-child(5) .shopbyoutfit {
    left: -110%
}
.product_item:nth-child(3) .shopbyoutfit, .product_item:nth-child(6) .shopbyoutfit {
    left: -214%
}
.product_item:nth-child(2) .shopbyoutfit.selected:before, .product_item:nth-child(5) .shopbyoutfit.selected:before {
    left: 50%
}
.product_item:nth-child(3) .shopbyoutfit.selected:before, .product_item:nth-child(6) .shopbyoutfit.selected:before {
    left: 84%
}
.shopbyoutfit.selected:before {
    content: '';
    top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 12px 13px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 15%
}
.shopbyoutfit .item {
    width: 100%;
    padding: 10px 10px 0 0!important;
    display: inline-block
}
.shopbyoutfit ul {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}
.shopbyoutfit li {
    width: 50%;
    display: inline-block
}
.productimage .owl-prev, .productimage .owl-next {
    max-width: 50px;
    min-width: 30px
}
.pagination.top.wo_filter {
    position: relative;
    float: left;
    display: block;
    height: 50px;
    padding: 0 0 15px 0;
    z-index: 10;
    clear: both
}
.pagination.top.wo_filter .c_sort .dropdown {
    top: auto
}
.pagination.top {
    position: absolute;
    right: 4%;
    width: 40%;
    top: .7em
}
.c_pagination .c_view, .pagination.top .c_pagination {
    display: none
}
.c_pagination>div {
    display: block;
    text-align: center;
    margin-bottom: 2em;
    vertical-align: middle;
    line-height: 1em
}
.c_pagination button:disabled {
    opacity: .2;
    cursor: text
}
.c_pagination_list span>button {
    padding: .5em 0;
    border: 0;
    background: #fff;
    cursor: pointer;
    outline: 0;
    min-width: auto;
    width: auto;
    color: #737373;
    margin: 0 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 28px;
    height: 28px;
    font-weight: normal
}
.c_pagination_list span>button:hover, .c_pagination_list span>button.active {
    text-decoration: underline;
    color: #222;
    font-weight: bold
}
.news_pagination {
    text-align: center;
    margin: 0 auto
}
.news_pagination a {
    display: inline-block;
    min-width: 20px;
    min-height: 24px;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    line-height: 25px;
    margin: 0 2px;
    padding: 0 3px
}
.news_pagination a:hover, .news_pagination a.on {
    text-decoration: none;
    color: #fff;
    border-color: #666;
    background-color: #666
}
.h-ac-container {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    z-index: 111
}
.h-ac-container div>label {
    position: relative;
    display: block;
    cursor: pointer;
    color: inherit;
    padding: 1em 1em 1em 2.5em;
    font-size: 14px;
    width: 100%;
    border-top: 1px solid #ddd
}
.h-ac-container>div:last-child {
    border-bottom: 1px solid #ddd
}
.h-ac-container div>article>div>label {
    border-top: 1px dotted #ddd;
    padding-left: 3.5em
}
.h-ac-small>div {
    display: block;
    float: left;
    width: 100%
}
.h-ac-small>div>article>div {
    background: #eee;
    padding: .5em 0
}
.h-ac-small ul {
    display: block;
    float: right;
    width: 85%;
    clear: both;
    line-height: 2.8em
}
.h-ac-container div>label:focus {
    text-decoration: underline
}
.h-ac-container div>input:checked+label, .h-ac-container div>input:checked+label:focus {
    font-weight: bold
}
.h-ac-container div>label:after, .h-ac-container div>input:checked+label:after {
    content: '+';
    position: absolute;
    top: 13px;
    left: 1.3em;
    vertical-align: middle
}
.h-ac-container div>input:checked+label:after {
    content: '-'
}
.h-ac-container div>article>div>label:after, .h-ac-container div>article>div>input:checked+label:after {
    left: 2.3em
}
.h-ac-container div>article {
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    display: none;
    -webkit-transition: height .3s ease-in-out, box-shadow .6s linear;
    -moz-transition: height .3s ease-in-out, box-shadow .6s linear;
    -o-transition: height .3s ease-in-out, box-shadow .6s linear;
    -ms-transition: height .3s ease-in-out, box-shadow .6s linear;
    transition: height .3s ease-in-out, box-shadow .6s linear
}
.h-ac-container div>article>ul {
    color: inherit;
    text-align: left;
    line-height: 2.5em
}
.h-ac-container div>input:checked ~ article {
    -webkit-transition: height 3s ease-in-out, box-shadow 3s linear;
    -moz-transition: height 3s ease-in-out, box-shadow 3s linear;
    -o-transition: height 3s ease-in-out, box-shadow 3s linear;
    -ms-transition: height 3s ease-in-out, box-shadow 3s linear;
    transition: height 3s ease-in-out, box-shadow 3s linear
}
.h-ac-container div>input:checked ~ article.h-ac-small {
    width: 100%;
    display: block;
    height: auto;
    line-height: 1.7em;
    font-size: 12px;
    position: relative;
    z-index: 2;
    background: #f5f5f5
}
.ac-container {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    z-index: 111
}
.ac-container div>label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: inherit;
    padding: 1em 0;
    font-size: 12px
}
.description_wrapper .ac-container div>label {
    padding: 0 0 10px 0;
    display: block;
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    cursor: text
}
.description_wrapper .ac-container div>input:checked ~ article.ac-small, .description_wrapper .ac-container div>input:checked+article.ac-small {
    padding: 10px 0;
    clear: left
}
.ac-small>div {
    display: block;
    float: left;
    width: 100%
}
.ac-small ul {
    display: block;
    float: right;
    width: 100%;
    clear: both
}
.ac-container div>label:focus {
    text-decoration: underline
}
.ac-container div>input:checked+label, .ac-container div>input:checked+label:focus {
    font-weight: bold
}
.left_nav .ac-container div>label.left_title:after, .left_nav .ac-container div>input.left_title:checked+label:after {
    border-color: transparent
}
.c_normal>.ac-container {
    line-height: 1.5em
}
.c_normal .ac-container div>label:after {
    right: auto;
    left: 0;
    padding-top: 1px
}
.c_normal .ac-container div>input:checked+label:after {
    padding-top: 3px
}
.c_normal .ac-container div>label {
    padding: 8px 0 10px 30px
}
.c_normal .ac-container div>article>div>.ac-small {
    padding: 10px 10px 10px 29px!important
}
.c_normal.multiline .ac-container div>label:after, .c_normal.multiline .ac-container div>input:checked+label:after {
    top: 20%
}
.ac-container div>article {
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    display: none;
    -webkit-transition: height .3s ease-in-out, box-shadow .6s linear;
    -moz-transition: height .3s ease-in-out, box-shadow .6s linear;
    -o-transition: height .3s ease-in-out, box-shadow .6s linear;
    -ms-transition: height .3s ease-in-out, box-shadow .6s linear;
    transition: height .3s ease-in-out, box-shadow .6s linear
}
.ac-container div>article>ul {
    color: inherit;
    text-align: left;
    line-height: 2.5em
}
.ac-container div>input:checked ~ article {
    -webkit-transition: height 3s ease-in-out, box-shadow 3s linear;
    -moz-transition: height 3s ease-in-out, box-shadow 3s linear;
    -o-transition: height 3s ease-in-out, box-shadow 3s linear;
    -ms-transition: height 3s ease-in-out, box-shadow 3s linear;
    transition: height 3s ease-in-out, box-shadow 3s linear
}
#saveforlater .ac-small {
    padding: 0 0 1em 0
}
.ac-container div>input:checked ~ article.ac-small, .ac-container div>input:checked+article.ac-small {
    width: auto;
    display: block;
    height: auto;
    line-height: 1.7em;
    font-size: 12px;
    padding: 0 0 1em 30px;
    z-index: 1
}
.ck_content {
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #ddd
}
.ck_content>div {
    padding-bottom: .5em
}
.ck_content fieldset>div, fieldset>div {
    margin-bottom: 13px;
    position: relative;
    text-align: left
}
.ck_content address {
    position: relative
}
.fieldset_2col {
    width: 100%;
    display: inline-block;
    clear: both
}
.fieldset_2col>div {
    width: 50%;
    float: left
}
.container .fieldset_2col>div {
    margin-bottom: 0
}
.fieldset_2col>div:last-child {
    padding-left: 1em
}
.fieldset_2col label, .container label {
    clear: left;
    display: block;
    width: 100%;
    text-align: left
}
.ck_left .ac-ck-container div>label {
    display: inline-block;
    padding-right: 2em;
    width: auto
}
.ac-ck-container {
    text-align: left;
    display: inline-block;
    width: 100%
}
.ac-ck-container div>label {
    position: relative;
    z-index: 20;
    width: 100%;
    display: block;
    cursor: pointer
}
.description_wrapper .ac-container div>label:after, .c_normal .ac-container div>label:after, .left_nav .ac-container div>label:after {
    top: 30%;
    content: '+';
    width: 20px;
    border-color: transparent;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center
}
.description_wrapper .ac-container div>input:checked+label:after, .c_normal .ac-container div>input:checked+label:after, .left_nav .ac-container div>input:checked+label:after {
    top: 30%;
    content: '-';
    width: 20px;
    border-color: transparent;
    font-weight: normal;
    text-align: center
}
.left_nav .ac-container div>input+label:after, .left_nav .ac-container div>input:checked+label:after {
    top: 38%
}
.ac-container div>label:after, .ac-ck-container>div>label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 35%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #111 transparent transparent transparent;
    line-height: 0;
    _border-color: #111 #000 #000 #000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000')
}
.ac-container div>input:checked+label:after, .ac-ck-container>div>input:checked+label:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #888 transparent;
    line-height: 0;
    _border-color: #000 #000 #111 #000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000')
}
.ac-ck-container section {
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    -ms-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}
.ac-ck-container #orderreview>section {
    overflow: initial;
    height: 100%
}
.ac-ck-container input:checked ~ section {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}
.ac-ck-container input:checked ~ section.ac-content {
    height: auto;
    padding-bottom: 1em
}
.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table
}
.lightSlider {
    overflow: hidden
}
.lSSlideWrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}
.lSSlideWrapper>.lightSlider:after {
    clear: both
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}
.lSSlideWrapper .lSFade {
    position: relative
}
.lSSlideWrapper .lSFade>* {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}
.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}
.lSSlideWrapper .lSFade>*.active {
    z-index: 10
}
.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}
.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px
}
.lSSlideOuter .lSPager.lSpg>li a {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    display: inline-block;
    height: 10px;
    width: 10px;
    overflow: hidden;
    text-indent: -999em;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}
.lSSlideOuter .lSPager.lSpg>li:focus a, .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: rgba(0, 0, 0, 0.5)
}
.lSSlideOuter .media {
    opacity: .8
}
.lSSlideOuter .media.active {
    opacity: 1
}
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both
}
.lSAction>a {
    display: block;
    top: 45%;
    width: 32px;
    height: 32px;
    background-image: url('/images/en/common/icons/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .7;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}
.lSAction>a:focus {
    opacity: 1
}
.lSAction>.lSPrev {
    background-position: 0 0;
    left: 0
}
.lSAction>.lSNext {
    background-position: -32px 0;
    right: 0
}
.lSAction>a.disabled {
    pointer-events: none
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}
.lSSlideOuter.vertical {
    position: relative
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0!important
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute!important;
    right: 0;
    top: 0
}
.lSSlideOuter.vertical .lightSlider>* {
    width: 100%!important;
    max-width: none!important
}
.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}
.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}
.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}
.lSSlideOuter.lSrtl {
    direction: rtl
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0
}
.lSSlideOuter .lightSlider>*, .lSSlideOuter .lSGallery li {
    float: left
}
.lSSlideOuter.lSrtl .lightSlider>*, .lSSlideOuter.lSrtl .lSGallery li {
    float: right!important
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}
.close_popup {
    display: block;
    background: url("/images/en/common/icons/icon_close.png") no-repeat center right;
    background-size: 50%;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 15px;
    vertical-align: top;
    border: 0
}
.close_popup.menu {
    right: 20px
}
.new_search .close_popup {
    top: 2px
}
#popup {
    font-size: 11px;
    position: relative;
    display: block;
    width: 100%;
    float: left
}
.popup_content .btn_wrapper {
    padding: 1em 0
}
.popup_content ul {
    line-height: 2em
}
div[id^="cvv_"] {
    padding: 1% 0 5% 30%;
    background-size: 25%!important
}
#cvv_visa {
    background: url("/images/en/common/card_back.gif") no-repeat;
    background-position: 0 10px
}
#cvv_amex {
    background: url("/images/en/common/card_amex.gif") no-repeat
}
.sizechart_contents section {
    padding-bottom: 1em
}
.pdp_thumbnail.popup {
    display: block;
    width: 10%;
    padding: 0 1em 0 0
}
.pdp_thumbnail.popup li {
    margin-bottom: .5em
}
.pdp_zoom.popup {
    width: 88%
}
#popup .subscribe_magazine {
    width: 70%;
    text-align: center;
    margin: auto;
    padding: 1em 0
}
#m_content .pr-review-wrap {
    width: 100%;
    padding: 1em 0!important
}
#checkout .item_info {
    width: 100%
}
#checkout_shoppingbag, #saveforlater {
    padding: 10px 20px 15px 20px;
    border: 1px solid #f7f7f8;
    margin-bottom: 20px;
    background: #f9f9f9
}
#checkout_shoppingbag .c_title, #saveforlater .c_title {
    padding: 10px 0!important
}
.shippingmethod_list li, .addressbook_list li {
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
    outline: 0;
    padding: .9em 0 .5em 0;
    border-bottom: 1px dotted #888
}
.shippingmethod_list li:last-child, .addressbook_list li:last-child {
    border-bottom: 0
}
.shippingmethod_list address, .addressbook_list address, .creditcard_list ul {
    width: 93%;
    vertical-align: top;
    display: inline-block;
    line-height: 1.5em;
    cursor: pointer;
    outline: 0;
    float: right;
    padding: 0;
    margin-top: -2px;
    font-size: 12px;
    margin-bottom: 10px
}
address.shippingmethod_list {
    width: 100%;
    line-height: 1.2em;
    font-size: 1.2em
}
#itemlist, #savelist {
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1)
}
.itemlist {
    display: inline-block;
    width: 100%;
    padding: 9px 0
}
.ck_s_itempic {
    width: 30%;
    display: inline-block;
    float: left;
    padding-left: 14px
}
.ck_s_itemoption {
    width: 70%;
    padding: 0 0 0 20px;
    position: relative;
    display: inline-block;
    float: left;
    overflow-wrap: break-word
}
.ck_s_itemoption>div {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-right: 4%
}
.s_itemname {
    width: 75%!important
}
.ck_qty {
    margin: 1em 0 .5em 0;
    display: block;
    float: left;
    width: 100%
}
.ck_qty>.dropdown {
    width: 80px
}
.ck_qty>.alert_msg, .sb_option.qty>.alert_msg {
    line-height: 3.3em;
    margin-left: 1em;
    font-weight: normal;
}
.ck_s_itemoption_list {
    line-height: 1.8em;
    padding-top: 1em;
    text-align: left;
    display: inline-block;
    width: 100%
}
.ck_s_itemoption_list>ul>li:nth-child(odd) {
    width: 25%;
    height: 22px;
    color: #777;
    font-weight: normal;
    border-bottom: 1px dotted #ddd
}
.ck_s_itemoption_list>ul>li:nth-child(even) {
    width: 75%;
    height: 22px;
    font-weight: normal;
    border-bottom: 1px dotted #ddd
}
.ck_edit {
    text-align: center;
    padding: 1em 0;
    font-size: 1em
}
.ck_edit a {
    padding: 0 .6em;
}
.ck_s_itemoption .ck_edit {
    text-align: left;
    color: #888
}
.ck_s_itemoption .ck_edit a:first-child {
    padding-left: 0
}
.order_summary, #checkout_infos {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 10px
}
#checkout_infos {
    margin-bottom: 20px
}
.order_summary .c_title {
    padding: 0;
    text-align: center!important
}
.ck_right fieldset {
    padding: 0 0 1em 0
}
fieldset label {
    font-weight: normal;
    float: left;
    font-size: 11px;
    color: #555;
    display: block;
    width: 100%
}
fieldset .dropdown dt {
    margin-bottom: 0
}
fieldset>ul>span>li {
    width: 49%;
    display: inline-block;
    float: left
}
fieldset>ul>span>li:nth-child(odd) {
    margin-right: 2%
}
fieldset.creditcard_form>ul>span>li:nth-last-child(-n+4) {
    padding-top: 10px
}
fieldset.creditcard_form>ul>span>li:nth-last-child(-n+2) {
    padding-bottom: 10px;
    padding-top: 0
}
.creditcard_form, .billingaddress_form {
    padding: 1em!important;
    margin-bottom: 0!important;
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    position: relative
}
.creditcard_form, .verifyaddress>.addressbook_list {
    margin-bottom: 1em;
    padding-bottom: 1em
}
.creditcard_form>div, .verifyaddress>div {
    width: 100%;
    display: inline-block
}
#giftcard, #promotions, #showbag {
    border-bottom: 1px dotted #888;
    position: relative;
    cursor: pointer
}
#showbag {
    margin-top: -1em
}
#saveforlater>label {
    border-bottom: 1px solid #ddd;
    margin: .5em 0
}
#giftcard:after, #promotions:after, #showbag:after {
    content: '+';
    position: absolute;
    right: 0;
    top: .6em;
    font-size: 1.5em;
    font-weight: normal
}
.card_name {
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    padding-right: .5em;
}
#myaddress .card_name {
    width: auto;
}
.addressbook #myaddress:last-child {
    display: none
}
.creditcard_list_select li {
    display: block;
    float: left
}
.creditcard_list_select li:nth-child(1n) {
    width: 13%;
}
.creditcard_list_select li:nth-child(2n) {
    width: 67%;
    padding-left: 2%;
    line-height: 1.8em;
}
.creditcard_list_select li:nth-child(3n) {
    width: 20%
}
.credit_ending {
    color: #888;
    font-size: 12px
}
.ck_right .c_title {
    cursor: pointer;
    outline: 0;
    padding-bottom: 0
}
.wishlist {
    padding: 0 4%
}
#wishlist_list {
    position: absolute;
    background: #fff;
    border: 1px solid #888;
    z-index: 444;
    padding: 1em;
    width: 100%;
    text-align: left;
    line-height: 2.5em
}
#wishlist_list button {
    padding: 1.5em 0;
    font-size: .8em
}
#wishlist_list:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 31%;
    margin-left: 0;
    width: 0;
    height: 0;
    border-bottom: 9px solid #888;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent
}
#wishlist_list:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 31%;
    margin-left: 1px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}
#summary {
    background: #f5f5f5;
    padding: 0 2em 2em 2em;
    display: block;
    position: relative;
    float: left;
    width: 100%
}
#summary section {
    padding-bottom: 2.5em
}
#summary_title {
    text-align: center;
    font-weight: bold
}
#summary.wishlist_login {
    padding-top: 2em
}
.shopping_summarylist {
    clear: both;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}
.shopping_summarylist ul {
    width: 100%;
    clear: left
}
.total_price {
    font-size: 1.3em;
    font-weight: bold;
    display: inline-block
}
.total_price.details {
    padding: 1em 0
}
.shopping_summarylist li {
    display: block;
    float: left;
    line-height: 2.5em;
    font-size: 1em
}
.shopping_summarylist li:nth-child(odd) {
    width: 60%
}
.shopping_summarylist li:nth-child(even) {
    text-align: right;
    width: 40%
}
.subtotal .s_label {
    font-weight: bold
}
.msg_shipping {
    width: 100%;
    display: inline-block;
    text-align: center;
    clear: both;
    padding: .5em 0
}
#checkout button#btn_checkout {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
    font-size: 14px
}
button#btn_checkout {
    bottom: 0;
    right: 0;
    z-index: 333;
    height: 39px;
    width: 100%
}
button.paypal {
    background: url("/images/en/common/icons/btn_paypal.png") no-repeat center #eee;
    height: 39px;
    border: 1px solid #ddd;
    background-size: 40%;
    left: 0;
    bottom: 0;
    z-index: 333;
    width: 100%!important;
    text-indent: 99999999px
}
.ck_left button.paypal {
    margin-bottom: 2em;
    float: left;
    margin-top: 0
}
#checkout .livechat {
    float: right;
    text-align: right;
    top: -4px;
    right: 20px
}
.livechat .top_text {
    display: inline-block
}
.livechat {
    position: relative;
    font-size: 11px;
    vertical-align: top;
    display: block;
    text-align: center;
    clear: both;
    padding-top: 1em
}
.edit_btn_wrapper {
    padding: .7em 0 2em 1.5em
}
.edit_btn_wrapper button {
    border: 1px solid red;
    color: #888;
    font-size: .8em;
    background: #fff;
    border: 0;
    text-decoration: underline;
    padding: .5em;
    font-style: normal
}
button.edit_btn {
    border: 0;
    width: auto!important;
    font-size: 11px;
    color: #888;
    text-align: left;
    display: inline-block;
    background: transparent;
    width: auto;
    padding: 0 1em 0 0;
    margin: .5em 0;
    clear: left;
    text-decoration: underline;
    font-weight: normal
}
#sameas_shipping label, #savecreditcard label {
    font-size: 12px;
    font-weight: bold;
    clear: left;
    cursor: pointer
}
input.pinno.box, input.verifyemail {
    width: 100%;
    margin-bottom: 6px;
    height: 36px;
}
input.pinno.box.full {
    width: 77%
}
.c_normal .c_title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}
.c_normal .context {
    padding: 0 0 30px 0
}
.c_title .required {
    top: 15px
}
.c_title {
    font-size: 17px;
    font-weight: bold;
    padding: 9px 0;
    margin-bottom: 0;
    position: relative
}
.c_subtitle {
    font-size: 13px;
    padding: 0 0 5px 5px
}
.c_subtitle {
    font-size: 15px;
    font-weight: bold
}
.c_subtitle.pdt40 {
    padding-top: 40px;
    clear: both
}
.c_subtitle .btn_right {
    right: 0;
    font-weight: normal
}
.archive .c_subtitle {
    padding: 1em 4%
}
.ck_right .c_subtitle {
    font-weight: bold;
    font-size: 1.1em;
    padding: 1em 0;
    position: relative
}
.container .c_subtitle {
    font-size: inherit;
    padding: 10px 0;
    font-size: 14px
}
.quicklinks .c_subtitle {
    padding: .5em 0
}
.left_category_list .c_subtitle {
    padding: 1em 0 0 0;
    font-size: 1em
}
span[class^="c_"] {
    width: 28px;
    height: 18px;
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle
}
.fieldset_2col .date {
    width: 48.5%
}
#ccholder {
    width: 50%
}
.f_giftcard {
    background: url("/images/en/common/giftcard.jpg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 28px;
    height: 19px;
    vertical-align: middle
}
.c_visa, .c_master, .c_discover, .c_amex, .c_f21 {
    background: url("/images/en/common/icons/c_card.png") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 20px
}
.c_visa {
    background-position: 0 0
}
.c_master {
    background-position: 0 -22px
}
.c_discover {
    background-position: 0 -44px
}
.c_amex {
    background-position: 0 -66px
}
.c_f21 {
    background-position: 0 -110px
}
.bc_visa, .bc_master, .bc_discover, .bc_amex {
    background: url("/images/en/common/icons/c_card.png") no-repeat;
    background-size: 100%;
    width: 40px;
    height: 26px;
    margin-right: .5em;
    display: inline-block
}
.bc_visa {
    background-position: 0 0
}
.bc_master {
    background-position: 0 -33px
}
.bc_discover {
    background-position: 0 -63px
}
.bc_amex {
    background-position: 0 -93px
}
.checkout_title {
    padding: 0 0 1em 0
}
.checkout_box {
    clear: both;
    width: 100%;
    display: block;
    float: left;
    text-align: left
}
.checkout_box>li, address>div>p {
    display: block;
    float: left;
    line-height: 1.8em;
    width: 100%
}
.checkout_box>li:nth-child(odd) {
    width: 80px;
    font-weight: bold;
    clear: left;
    border-bottom: 1px dotted #ddd;
    position: relative
}
.checkout_box.giftcard li {
    border-bottom: 0!important;
    padding: .5em 0
}
.checkout_box>li:nth-child(even) {
    width: 60%;
    border-bottom: 1px dotted #ddd
}
.checkout_box.account>li:nth-child(odd) {
    width: 40%
}
.checkout_box.account>li:nth-child(even) {
    width: 60%;
    font-size: 1em;
}
.btn_small.promotion, #addnewcard {
    width: 100%
}
.payment_fields, .creditcard_list {
    border: 1px solid #888;
    padding: 1em;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 1em
}
#newcard .payment_fields {
    border: 0
}
#newcard {
    padding: 1em;
    border: 1px solid #888
}
.btn_wrapper {
    text-align: center;
    width: 100%;
    padding: .8em 0;
    clear: left;
    display: block
}
.btn_wrapper.column_2 button {
    width: auto;
    margin-right: 5px
}
.btn_wrapper.column_2 button:last-child {
    margin-right: 0
}
.checkout_box_wrapper {
    line-height: 2.2em;
    position: relative
}
#cardinfo_list {
    line-height: 2em;
    padding: 1em 0 .6em 0
}
#payment_paypal, #giftcard {
    display: block;
    width: 100%
}
.paypalmsg {
    padding-left: 1.6em;
    font-size: 1.1em
}
.creditcard_list>label {
    padding-bottom: .5em;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #888;
    margin-bottom: 1em
}
.creditcard_list>label:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0
}
#item_list_wrapper {
    clear: left
}
#shopping_itemlist {
    display: inline-block;
    width: 100%
}
#shopping_itemlist.details:last-child {
    border-top: 1px solid #ddd;
    padding: 1.2em 0 .6em 0
}
.sb_subtotal {
    padding: 1.5em 0;
    line-height: 1.5em;
    border-bottom: 2px solid #111
}
.sb_subtotal>div:first-child {
    display: inline-block;
    width: 70%
}
.total_item {
    line-height: 1.8em
}
.inactive {
    opacity: .2
}
.gwp_wrapper {
    background: #fff;
    border: 1px solid #888;
    padding: 1em;
    margin-top: 1em
}
.sb_promotion {
    text-align: center;
    padding-bottom: 2em
}
#promotion {
    padding: 0 0 20px 0;
    display: inline-block;
    width: 100%;
    cursor: pointer
}
#additional_info {
    width: 100%;
    color: inherit;
    display: table;
    font-size: .95em;
    line-height: 2em;
    clear: both;
    border-top: 1px dotted #ddd;
    padding: 1em 0
}
#additional_info>div>div {
    display: inline-block;
    vertical-align: top;
    padding: 0 .5em;
    width: 100%
}
#additional_info.additional_desktop {
    display: none
}
#additional_info>div>div:first-child {
    text-align: center
}
#msg_container {
    padding-left: 0;
    font-size: .9em;
    line-height: 1.1em;
    position: relative;
    padding: .5em 0 0 0;
    font-weight: normal
}
.shoppingbag_title {
    display: none
}
.shoppingbag_itemlist {
    padding: 1em 0;
    line-height: 1.7em;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd
}
.sb_option {
    position: relative;
    display: inline-block;
    clear: right;
    float: left;
    width: 76%;
    margin-bottom: 1em
}
.sb_option:last-child {
    margin-bottom: 0
}
.sb_option.qty .dropdown {
    width: 50%
}
.sb_edit {
    position: relative;
    display: inline-block;
    padding-right: 2em;
    font-size: 1em
}
.shoppingbag_itemlist:last-child {
    border-bottom: 0
}
.sb_text {
    float: left;
    font-weight: bold;
    font-size: .8em;
    clear: left;
    display: block;
    width: 60px;
    padding-top: .2em
}
.s_itemcolorsize .sb_text, .s_itemqty .sb_text {
    padding-top: 1em
}
#s_itemoption_list {
    padding-bottom: 1em
}
.s_itemprice>.item_unitprice>span {
    display: inline-block;
    clear: none
}
.s_itemprice>.price_c, .s_itemttl>.price_c {
    padding-left: 10px;
    display: inline-block;
    padding: 0;
    padding-top: .1em
}
#s_itempic {
    width: 38%;
    display: block;
    float: left;
    padding-right: 4%
}
#s_itemoption {
    width: 62%;
    float: left;
    display: block;
    padding-top: 2%
}
.item_name_checkout {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3em
}
.s_itemedit {
    text-align: left;
    font-size: .8em;
    padding: 2em 0 0 0
}
.s_itemedit>a {
    padding-bottom: 1.5em;
    display: inline-block;
    padding-right: 2em
}
.shoppingbag_left #recommendation {
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 2em;
    clear: left
}
.oos_item img {
    opacity: .5
}
.s_itemprice, .s_itemttl, .s_itemedit {
    display: block;
    float: left;
    clear: left;
    padding: 1em 0
}
.myaccount_history {
    margin: 20px 0
}
.review_title {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: .7em 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    position: relative
}
.myaccount address {
    display: inline-block;
    width: 100%;
    font-size: 11px
}
.addressbook address {
    width: 50%;
    float: left
}
.addressbook address:last-child {
    display: none
}
.myaccount li {
    padding: 5px 0
}
.international {
    background: #fff;
    border: 1px solid #888;
    font-size: 1.05em;
    display: block;
    float: left;
    word-wrap: break-word;
    white-space: normal;
    padding: .8em;
    margin-bottom: 1.5em
}
.sm_list {
    display: block;
    position: absolute
}
.myaccount {
    display: block;
    height: auto;
    padding: 20px 0
}
.myaccount>div {
    display: block;
    height: auto;
    padding: 10px 0
}
#tracking {
    padding: 1em 0;
    position: relative;
    display: block;
    margin: auto
}
.myaccount_grid {
    width: 100%;
    overflow: hidden;
    display: block;
    float: left;
    padding: 0 4%
}
.addressbook #myaddress {
    border: 0
}
#myaddress {
    width: 48%;
    display: block;
    float: left;
    border: 1px solid #888;
    padding: 15px;
    vertical-align: top;
    line-height: 1.5em;
    margin: 10px 10px 5px 0;
    font-size: 11px;
    min-height: 184px
}
#myaddress .btn_wrapper {
    text-align: left;
    width: 85%;
    float: right
}
#myaddress address {
    width: 85%;
    float: left;
    padding: 0;
    display: inline-block;
    margin-top: -3px;
    margin-left: 8px
}
.myaccount_grid>address>ul, address>div, #myaddress>ul {
    padding: .5em 1em 0 0;
    display: inline-block;
    width: 100%
}
.myaccount_grid.creditcard>address {
    min-height: 120px
}
.myaccount_grid.myaccount_history {
    width: 100%;
    padding-top: 0
}#myaddress .creditcard_list_select li {
    width: 100%
}#c_search, .search #c_search {
    text-align: center;
    width: 100%;
    padding: 1em 0 2em 0;
    display: inline-block
}
#c_search input {
    border: 0;
    border-bottom: 1px solid #ddd;
    width: 60%;
    vertical-align: bottom;
    position: relative;
    font-size: 18px;
    padding: 0 10px;
}
#c_search button {
    width: 30%
}
#c_search #search_suggestion {
    top: 147px;
    margin-top: -1px;
    margin-left: 34px;
    z-index: 99;
    width: 26%;
    right: auto
}
.search_suggestion {
    position: absolute;
    background: #fff;
    line-height: 3em;
    text-align: left;
    border: 1px solid #ddd;
    width: 90%;
    left: 5%;
    z-index: 8;
    border-top: 0;
    padding: .5em .5em .5em 2.5em
}
.search #c_search input {
    font-size: 1.5em
}
.search .c_title {
    padding: 0 4% 1em 4%
}
.orderno:focus {
    text-decoration: underline
}#createaccount {
    position: relative
}
.account_option {
    padding: .3em 0;
    display: inline-block;
    width: 100%;
    line-height: 17px
}
.account_option>li>label {
    padding-right: 20px;
    clear: none;
    width: auto
}
.gender span {
    margin-top: 6px
}
.wishlist>div>section>label>label {
    padding-left: 1.5em
}
.account_option li {
    display: block;
    float: left
}
.account_option>li:nth-child(odd) {
    width: 30%
}
.account_option>li:nth-child(even) {
    width: 70%;
    text-align: left
}
.account_option li>ul>li {
    clear: left
}section[id^="login_"], .resetpassword {
    padding: 20px 0;
    margin-bottom: 0
}
.myaccount_info section[id^="login_"] {
    border: 0;
    padding: 0
}#forgotpw {
    padding: 1em 2em;
    background: #f5f5f5;
    margin: 0 0 1em 0
}
.rememberme {
    padding-top: 6px;
    position: absolute
}
.rememberme label {
    color: #222
}
.rememberme span {
    margin-top: -1px!important
}
.instagram_name {
    text-align: center;
}
.product_grid.gallery button {
    margin: auto;
    display: block
}
.newsletter>li {
    display: inline-block;
    float: left
}
.newsletter>li span {
    margin-top: 5px!important
}
.card_wrapper {
    display: block;
    text-align: center
}
.card_restriction {
    padding: 0 4%
}
.card_wrapper ul {
    display: inline-block;
    margin: auto;
    margin-bottom: 1em
}
.card_wrapper ul li {
    width: 41%;
    float: left;
    display: block;
    margin: auto
}
.card_wrapper img {
    width: 100%;
    padding-bottom: 1.5em
}
.card_wrapper ul li.divided {
    width: 17%!important;
    text-align: center;
    padding-top: 25%;
    min-width: 50px
}
.divided .circle {
    width: 30px;
    height: 30px;
    font-size: 1em;
    line-height: 2.8em;
    display: inline-block;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    color: #fff;
    text-align: center;
    background: #000;
}
.balance_check fieldset, .balance_check section {
    width: 100%;
    min-width: auto
}
.balance_check {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2em;
    margin: 1em 0;
    display: block;
    clear: both;
    text-align: center
}
.balance_check fieldset, .checkout_box.giftcard {
    text-align: left;
    padding: 1em 0;
    border-top: 1px dotted #ccc;
    width: 50%;
    float: none;
    display: block;
    margin: auto
}

/* ============================== */
/* Store Code                     */
/*================================*/
#serachstore>fieldset {
    border-bottom: 1px solid #888;
    padding: 0 1em 1em 0
}
.store_info {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    line-height: 2em;
    padding: 1em 0;
    border-bottom: 1px solid #888;
    font-size: 1.1em
}
.store_info:last-child {
    border-bottom: 0
}
.store_info>section:first-child {
    max-width: 230px
}
.store_info section {
    display: block;
    float: left;
    width: 100%;
    margin: .5em 0
}
.wrap_store .store {
    overflow: hidden;
    padding: 20px 0;
    font-size: 11px;
    border-top: 1px solid #ddd;
    clear: both;
}
.wrap_store .store h2 {
    color: #000;
    font-size: 24px;
    margin: 20px 0;
}
.wrap_store .store li {
    margin-bottom: 5px;
}
.wrap_store .store li a {
    display: block;
    margin-top: 10px;
}
.wrap_store .store strong {
    color: #000;
}
.wrap_store .store .infor li {
    margin-bottom: 5px;
}
.wrap_store .store h3 {
    color: #222;
    font-size: 12px;
    margin-bottom: 5px;
}
.wrap_store .store .etc {
    font-size: 12px;
}
.wrap_store .store .message {
    font-size: 15px;
}
.customer_hours li:nth-child(odd) {
    display: block;
    float: left;
    width: 30%
}
.customer_hours li:nth-child(even) {
    float: left;
    display: block;
    width: 70%
}

.howto {
    padding-top: 1em;
    display: inline-block;
    float: left
}
.howto>p {
    padding: 0 0 1em 0;
    display: inline-block;
    float: left;
    width: 100%
}
.sizecharttable>tbody>tr>td:first-child {
    word-break: break-word
}
.graybox, .favorite {
    background: #f5f5f5;
    width: 100%;
    padding: 2em;
    line-height: 2.5em;
    text-align: left;
    display: inline-block
}
.favorite {
    line-height: 15px;
    padding: 0 0 20px 0;
    background: transparent;
    margin: 10px 0 30px 0
}
.favorite div[class^="c_"] {
    color: #333;
    display: block;
    text-align: center!important
}
.favorite .c_title p {
    display: inline-block;
    color: #ffb398
}
.favorite .c_title {
    font-size: 18px;
    padding: 20px 0 5px 0;
    background: #fff
}
.favorite .c_title>span {
    background: #fff;
    padding: 0 10px;
    z-index: 2;
    position: relative
}
.favorite .c_title:after {
    content: '';
    position: absolute;
    border-top: 1px solid #ddd;
    display: block;
    width: 100%;
    top: 6px
}
.favorite .c_subtitle {
    color: #888!important;
    padding: 4px 0 10px 0;
    font-size: 12px;
    line-height: 2em
}
.favorite .column {
    background: #fff;
    padding: 0 29px
}
.favorite button {
    width: 100%;
    margin-top: 8px;
    font-size: 11px
}
.favorite .owl-prev {
    left: -35px;
    top: 40%;
    max-width: none;
    min-width: 35px
}
.favorite .owl-next {
    right: -29px;
    top: 40%;
    max-width: none;
    min-width: 35px
}
.favorite .product_item {
    width: 100%!important;
    padding: 9px!important
}
.favorite .item_name_c {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.favorite .owl-pagination {
    bottom: -15px
}
.graybox div {
    float: left;
    display: block;
    width: 100%
}
.number_ordering {
    counter-reset: my-badass-counter;
    padding: 1em 0
}
.number_ordering dt {
    position: relative;
    font: bold 14px Helvetica;
    padding: 0 0 15px 5px
}
.number_ordering dt:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: 0;
    top: 0;
    font: bold 20px/1 Sans-Serif
}
.number_ordering dd {
    margin: 0 0 50px 50px
}
.number_ordering dt, .faq dd {
    padding-left: 30px
}#sbo_wrapper {
    padding: 1em 0
}
.sbo_left {
    padding-bottom: 1em
}
.sbo_item_list {
    width: 103%;
    overflow: hidden
}
.sbo_item_list li {
    width: 33.33%;
    float: left;
    padding: 0 1em 1em 0
}
.column>section.subscribe_magazine {
    margin-bottom: 1em
}#createpassword {
    width: 50%;
    margin: auto
}
.condenast_form {
    width: 95%;
    padding: 1em 2em;
    margin: 1em 0;
    background: #f5f5f5
}
.condenast_form p {
    padding: 0;
    font-size: 1.2em;
    line-height: 1.5em
}
.confirmation>section {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}
.confirmation>section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}
.product_grid .item {
    padding: 0 1em 1em 0
}
div[class^="m_"] {
    cursor: pointer;
    outline: 0
}
.container {
    margin-right: auto;
    margin-left: auto
}
a>#newGlobal {
    width: 100%!important
}
#divGlobalContainer {
    display: block;
    float: left;
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #000;
    z-index: 999;
    height: 42px;
    min-width: 768px
}
#newGlobal {
    color: #fff;
    text-align: center;
    padding: 0px 0 6px;
    letter-spacing: .1em;
    font-weight: normal;
    position: fixed;
    width: 100%;
    min-width: 750px;
    display: inline-block;
    font-family: "Trade Gothic W01 Cn_18", arial, Helvetica, sans-serif;
    display: none
}
#newGlobal a {
    display: inline-block
}
#ctl00_haveBasket, #ctl00_wishListCount {
    width: 20px;
    height: 20px;
    top: 0px;
}

.mainGlobal {
    font-size: 14px;
    padding: 15px 0!important
}
.subGlobal {
    font-size: 11px
}
.subGlobal p:first-child {
    font-size: 15px;
    padding-bottom: 3px
}
.subGlobal span {
    color: #fed32a
}
.d_content>p, .d_wrapper h3 {
    margin: 0!important
}
.d_content, .d_content>p {
    color: #999!important;
    line-height: 16px!important
}
.d_content span b {
    color: #d26d51!important
}
.d_wrapper h3 {
    font-weight: bold!important;
    padding-bottom: 0;
    font-size: 13px
}
.d_wrapper {
    padding: 4px 0!important
}
.d_content span {
    padding: 0!important
}
.d_wrapper:last-child {
    margin-bottom: 10px
}

#checkout .c_title {
    font-weight: bold;
    color: #333;
    text-align: left;
    padding: 0
}
.n_checkout_content {
    position: relative
}
.onepage_checkout address {
    line-height: 18px;
    padding: 0 0 0 14px
}
.onepage_checkout>div>div {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd
}
.onepage_checkout>div>div:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
input.cvv_no {
    height: 35px !important;
    width: 45px;
    margin: .5em 0 0 0;  
    margin-top: 0px !important;
    text-indent: 5px;  
}
.cc_cvv {
    line-height: 36px
}
input.cardno.box {
    width: 100%;
    margin-bottom: 6px;
    height: 32px
}
#redemption, #promotion {
    position: relative;
    padding-bottom: 5px
}
div[id$="_form"] {
    padding-bottom: 10px
}
.n_checkout_empty {
    background: #f5f5f5;
    border: 1px dashed #999;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: .8em 0;
    line-height: 2.5em;
    font-size: 11px;
    margin-bottom: .5em
}
.n_checkout_title {
    font-size: 12px;
    position: relative;
    font-weight: bold;
    padding: 10px 0
}
.shippingmethod_list {
    display: inline-block;
    padding-left: 14px;
    clear: both;
    width: 100%
}
.shippingmethod_list address {
    padding-left: 0;
    width: 88%;
    float: left
}
.n_apply {
    position: absolute;
    right: 0;
    top: 10px;
    text-decoration: underline;
    font-size: 11px;
    color: #888;
    cursor: pointer
}
.ck_s_itemoption>div>div>ul>li:last-child {
    width: 75%;
    clear: right
}
.ck_qty_ttl {
    padding: 1em 0 .5em 0
}
.ck_qty_ttl>div {
    display: inline-block;
    float: left
}
.ck_qty_ttl>div:nth-child(odd) {
    width: 55%
}
.ck_qty_ttl>div:nth-child(even) {
    width: 45%
}
.ck_s_itemoption_list {
    line-height: 1.8em;
    padding-top: 1em;
    text-align: left;
    display: inline-block;
    width: 100%
}
.ck_s_itemoption_list>ul>li:nth-child(odd) {
    width: 25%;
    height: 22px;
    color: #848380;
    font-weight: normal;
    border-bottom: 1px dotted #ddd
}
.ck_s_itemoption_list>ul>li:nth-child(even) {
    width: 75%;
    height: 22px;
    font-weight: normal;
    border-bottom: 1px dotted #ddd
}
.ck_edit {
    text-align: center;
    padding: 1em 0;
    font-size: 1em
}
.ck_edit a {
    padding: 0 .6em;
}
.ck_s_itemoption .ck_edit {
    text-align: left;
    color: #848380
}
.ck_s_itemoption .ck_edit a:first-child {
    padding-left: 0
}
.ck_qty_ttl div>button {
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #ddd!important;
    width: 27px!important;
    height: 27px!important
}
.ck_qty_ttl button:hover {
    background: #f5f5f5
}
.n_ck_s_itemoption_list div>ul>li:first-child {
    color: #848380;
    width: 15%;
    clear: left
}
.n_ck_s_itemoption_list div>ul>li {
    width: 50%;
    float: left;
    padding: .2em 0
}
.btn_edit {
    text-align: left;
    font-size: 12px;
    padding: 15px 0 0 0;
    color: #888;
    width: auto!important;
    position: relative;
    clear: left
}
.btn_edit span>a {
    padding: 12px 0 0 0;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    float: left
}
.btn_edit span>a:after {
    content: '|';
    color: #ddd;
    margin-left: 10px
}
.btn_edit span>a:last-child {
    margin-right: 0
}
.btn_edit span>a:last-child:after {
    content: ''
}
.subtotals {
    float: right;
    text-align: right;
    display: inline-block;
    width: 25%!important;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: none;
    display: block;
    margin: auto
}
.container {
    width: 100%
}
.col-md-10 {
    width: 95%;
    max-width: 1150px
}
.col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    width: 100%
}
.col-md-3, .col-md-4, .col-md-5 {
    width: 50%
}
.col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
    margin-left: 0
}
.product_grid.gwp .product_item {
    width: 50%
}
.product_grid.gwp .item_name_c {
    text-align: left
}

/* ============================== */
/* FastTrack Code                 */
/*================================*/
#fastTrack_form .input {
    margin-bottom: 20px; 
    padding: 15px;
    border-radius: 2px; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;     
}
#fastTrack_form .input input {
    border: 0px; 
    border-bottom: 1px solid #ccc;
    background: none;
    padding: 0px;  
}
#fastTrack_form .input a {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-weight: bold;
    font-size: 11px;
    text-decoration: underline
}
#fastTrack_confirm .result {
    margin: 10px 0 20px 0; 
    padding: 15px; 
    line-height: 1.5em; 
    border-radius: 2px; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
}
#fastTrack_confirm .result .ment {
    margin-bottom: 10px; 
    font-size: 13px; 
    border-bottom: 1px solid #e1e1e1;
}
#fastTrack_confirm button {
    width: 100%;
}

.container .btn_wrapper {
    text-align: center
}
.homepage #header_nav {
    top: 24px
}
.pre_header>div[class^="top_"] {
    width: 50%;
    position: relative;
    float: left;
    display: block
}
.pre_header .t_search {
    left: 74px;
    position: relative;
    top: 1px
}
.homepage #main {
    margin-top: 58px
}
.t_submenu {
    top: 25px
}
.instagram #feed a {
    width: 18.8%;
    display: block;
    float: left;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0 01% 0 0
}
.instagram #feed {
    display: inline-block;
    width: 100%;
    overflow: hidden
}
.deals .btn_wrapper {
    padding: 10px 0 0 0
}
.deals button {
    width: 100%
}
.c_pagination>div {
    float: left;
    margin-bottom: 0
}
.c_list {
    padding: 0
}
.depth3 li {
    padding: 0 0 0 30px
}
.left_nav .ac-container div>input:checked ~ article.ac-small, .left_nav .ac-container div>input:checked+article.ac-small {
    padding: 0
}
.left_category_list li a:hover {
    text-decoration: underline
}
.pagination.top {
    width: 100%;
    position: relative;
    right: auto;
    top: 0;
    z-index: 1
}
.pagination.top>div {
    display: inline-block;
    float: left
}
.pagination.top>div:last-child {
    float: right
}
.c_pagination.bottom {
    float: right;
    clear: left
}
.c_sort .dropdown, .c_sort .dropdown span {
    position: relative;
    right: auto;
    top: auto;
    float: left;
    text-align: left;
    text-decoration: none;
    font-weight: normal
}
.c_sort .dropdown {
    width: 45%;
    min-width: 134px
}
.c_sort .dropdown dt, .c_view .dropdown dt {
    display: block;
    width: 100%;
    float: left;
    padding: .5em 1em;
    border: 1px solid #ccc
}
.c_view .dropdown dt {
    float: none;
}
.c_sort .dropdown ul {
    top: 25px;
    width: 100%;
    left: 0;
    right: auto
}
.c_view .dropdown {
    width: 90px;
    padding-top: 0;
    margin-right: 10px
}
.p_number .c_view .dropdown {
    width: 90px
}
.pdp_social {
    position: relative
}
#justforyou>ul>li, #lookbooks_wrapper>ul>li {
    width: 31%
}
#c_btn {
    position: relative;
    text-align: right;
    padding-bottom: 1em;
    width: auto;
    bottom: auto
}
.myaccount_grid {
    padding: 0;
    width: 100%;
    overflow: hidden
}#c_btn.btn_create_wish {
    position: absolute;
    top: 7em;
    right: 1.5em;
    left: auto
}
#c_btn.btn_create_wish button {
    font-size: .85em
}
button#checkout {
    position: relative;
    width: 100%
}
.findastore .left_nav section {
    padding: 1em 0
}
.findastore .left_nav section:first-child {
    padding: 0 0 1em 0
}
.findastore .c_left {
    width: 30%
}
.findastore .c_right {
    width: 70%;
    padding-left: 3em
}button#findastore {
    width: 100%
}
.verifyaddress.store button {
    width: auto
}
#showBasket {
    position: absolute;
    right: 0;
    top: 7px;
    display: inline-block
}
.t_shoppingbaglist {
    left: auto;
    width: 300px;
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    float: left
}
.t_submenu.t_shoppingbaglist:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: -1px;
    margin-left: 0;
    width: 0;
    height: 0;
    border-bottom: 9px solid #ddd;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent
}
.t_submenu.t_shoppingbaglist:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-left: 1px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}
.t_submenu.t_top_search {
    border: 0
}
.t_suggestion {
    line-height: 3em;
    top: 45px;
    left: 0;
    margin-left: 0;
    padding: 45px 0 1em 4%;
    width: 100%
}
.t_myaccountlist {
    line-height: 2.5em
}
.btn_addtobag {
    width: 73%;
    display: inline-block;
    position: relative
}
.pdp_qty {
    width: 23%;
    float: left;
    display: block;
    position: relative
}
.pdp_qty .dropdown dt {
    height: 48px;
    padding: 0 1em;
    line-height: 44px
}
.btn_addtobag.fixed button {
    display: none
}
.g_kicker1, .g_kicker2 {
    display: table-cell
}
.g_kicker2 {
    border-left: 1px solid #ddd
}
.gkicker_wrapper>div {
    width: 50%
}
.pdp_description, .pdp_wearitwith, .pdp_recently, .confirmation, .myaccount_info, .pdp_justforyou, .shoppingbag_left, .shoppingbag_right, .store_locator {
    padding: 0
}
.pdp_description, .pdp_wearitwith, .pdp_recently {
    clear: right
}
.pdp_description {
    padding-bottom: 7px
}
.c_pagination .c_view, .pagination.top .c_pagination {
    display: inline-block
}
.product_item {
    width: 33.33%;
    padding: 0 2% 2% 0!important
}
.product_item:nth-child(2n) {
    padding: 0
}
.product_item:nth-child(2n+1) {
    clear: none
}
.product_item:nth-child(3n+1) {
    clear: left
}
.p_number {
    font-size: inherit;
    padding: 0;
    display: inline-block
}
.m_text {
    display: none
}
.item_color {
    display: block
}
button.color_more {
    width: 22px;
    height: 22px;
    border: 1px solid #888;
    background: #fff;
    color: #333;
    line-height: 0;
    padding: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
.copyright span a {
    text-decoration: none
}
h1.re_name {
    font-size: inherit;
    font-weight: normal
}
.related_searches.category>li {
    width: 100%!important;
    display: inline-block;
    clear: left;
    padding: 0;
    line-height: 2em
}
.related_searches .c_title {
    margin-bottom: 10px
}
.related_searches ul>li {
    display: block;
    float: left;
    width: 20%;
    color: #888;
    padding: 3px 0;
    line-height: 15px;
    font-size: 11px
}
.accordian_title {
    font-weight: bold;
    padding: 5px 0
}
.quick_view {
    display: none;
    position: absolute;
    width: 60%;
    min-width: 40px;
    left: 20%;
    top: 80%;
    background-size: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #111;
    padding: 3% 0
}
.item_pic:hover .quick_view, .item_pic:hover .btn_wearitwith, .item_pic:hover .add_wishlist {
    display: block
}
button#checkout {
    position: relative;
    width: 100%
}
#main .livechat {
    width: 100%
}
#checkout .copyright span a {
    display: inline-block;
    width: auto;
    float: none
}
#shopping_itemlist {
    padding-top: 1em
}
.store_info section {
    width: 50%
}
.breadcrumb {
    display: block;
    text-align: left;
    padding: 10px 0 0 20px;
    font-size: 11px;
    margin: auto;
    color: #666;
    letter-spacing: .5px
}
.breadcrumb.pdp {
    display: block
}
#main .wrapper {
    padding: 0
}
.pdp_thumbnail {
    display: block;
    padding: 0 7px 0 0
}
.pdp_thumbnail li {
    margin-bottom: .5em
}
.pdp_set .pdp_description {
    padding: 0 0 0 40px
}
#gift_message {
    padding: 10px 20px;
    margin-bottom: 15px;
    background: #f7f7f7;
    display: inline-block;
    width: 100%;
    text-align: left
}
.pdp_recently {
    display: block
}
.pdp_recently .product_item {
    width: 20%
}
.pdp_recently .product_item:nth-child(3n+1) {
    clear: none
}
.choosebottom li {
    width: 25%
}
.product_grid.gallery>div>.product_item {
    width: 32%
}
.login {
    display: block;
    max-width: 900px;
    margin: auto
}
.login_right, .login_left {
    padding: 2em 1em;
    margin-top: 1em
}
.login_right {
    border-left: 1px solid #ddd
}
#login_social {
    border-top: 1px solid #ddd;
    padding-top: 2em
}
.restriction {
    width: 100%!important;
    padding: 15px 10px;
    background: #f5f5f5;
    margin: 10px 0 20px 0;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
}
#justforyou>ul>li, #lookbooks_wrapper>ul>li {
    width: 22%
}
.myaccount_grid {
    width: 101.5%
}
.creditcard #myaddress, .orderhistory #myaddress {
    min-height: 150px
}
.ck_right, .ck_left {
    width: 100%
}
.addressbook #myaddress {
    width: 100%;
    margin: 0;
    padding: 0 15px 0 0
}
#c_search, .search #c_search {
    width: 60%;
    margin: auto;
    display: block
}
.signin>div>div {
    width: 50%!important
}
.signin button.paypal {
    background-size: 55%
}
#styledeals_wrapper h1 {
    text-align: center
}
.sd_title {
    background: #fff203;
    border: 2px solid #333;
    width: 100%;
    text-align: center;
    padding: 10px 0
}
.sd_title img {
    display: inline-block;
    width: auto
}
.sd_pic {
    border: 1px solid #333;
    display: inline-block;
    position: relative;
    padding: 10px;
    width: 100%;
    text-align: center
}
.sd_pic a {
    display: block
}
.sd_grid>div {
    display: block;
    width: 33.33%;
    float: left;
    margin-bottom: 40px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.sd_category {
    position: absolute;
    z-index: 2;
    border: 1px solid #333;
    text-align: center;
    width: 50%;
    background: #fff203;
    left: 25%;
    bottom: -20px;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 0
}
button.shopitall {
    background: #fff;
    border: 1px solid #333;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    margin: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #222
}
button.shopitall a {
    color: #222
}
.deal_wrapper {
    display: none;
    width: 100%;
    float: left;
    padding: 5px 0
}
.deal_bar {
    width: 100%;
    height: 5px;
    background: #ccc;
    position: relative;
    margin: 10px 0
}
.deal_bar>span {
    position: absolute;
    left: 0;
    height: 100%;
    background: #d26d51
}
.remain.one {
    width: 10%
}
.remain.two {
    width: 20%
}
.remain.three {
    width: 30%
}
.remain.four {
    width: 40%
}
.remain.five {
    width: 50%
}
.remain.six {
    width: 60%
}
.remain.seven {
    width: 70%
}
.remain.eight {
    width: 80%
}
.remain.nine {
    width: 90%
}
.remain.ten {
    width: 100%
}
.deal_process>span {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: left;
    color: #888;
    font-size: 11px
}
button.deals {
    width: 100%
}
.pdp_recommendation .product_item, .pdp_recently .product_item {
    padding: 0 2% 0 0!important
}
.pdp_recommendation .product_item {
    width: 25%
}
.pdp_recommendation .product_item:nth-child(5n+1) {
    display: none
}
.pdp_recommendation .product_item:nth-child(3n+1) {
    clear: none
}
#cart5_rr .product_item:last-child {
    display: none
}
.br-sf-widget {
    width: 49%;
    display: inline-block;
    float: left;
    padding-bottom: 10px
}
.br-sf-widget:nth-child(3n) {
    display: none
}
.br-sf-widget-merchant-cont {
    width: 100%;
    display: inline-block;
    float: left;
    line-height: 17px;
    font-size: 12px;
    padding-right: 20px
}
.br-sf-widget-merchant-img {
    width: 35%;
    padding: 0 10px 0 0;
    display: table-cell;
    height: 100%;
    float: left
}
.br-sf-widget-merchant-qv {
    padding: 10px 0 0 0;
    color: #888;
    text-decoration: underline
}
#br-related-searches-widget {
    line-height: 15px
}
.br-related-heading {
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    border: 0!important;
    background: #fff!important;
    padding: 0!important;
    float: left
}
.br-found-heading {
    padding-bottom: 16px;
    font-size: 14px
}
#br-related-searches-widget>div {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px;
    margin: 5px 0;
    background: #f5f5f5
}
.br-sf-widget-merchant-popup-maincont {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    font-size: 12px;
    line-height: 20px;
}
.br-sf-widget-merchant-popup-img {
    width: 20%;
    display: inline-block;
    float: left;
    padding-right: 20px
}
.br-sf-widget-merchant-popup-img img {
    height: auto!important
}
.NewItemTag3 {
    position: relative;
    color: #888;
    background: #fff;
    z-index: 3
}
.NewItemTag1 {
    color: #d26d51!important;
    padding-bottom: 5px;
    z-index: 3
}
.NewItemTag5 {
    position: absolute;
    bottom: 0;
    height: 6%;
    color: #fff;
    width: 100%;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.5);
    padding: 2%;
    vertical-align: middle;
    letter-spacing: 1px;
    text-align: center;
    z-index: 3
}
.NewItemTag5.new_tag {
    background: rgba(255, 0, 0, 1)
}
.NewItemTag4 {
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: -15px;
    top: -11px;
    z-index: 3;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.right_tag {
    left: auto;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    font-size: 10px;
    background: transparent;
    position: absolute;
    position: absolute;
    display: inline-block;
    z-index: 9
}
.right_tag .sold_out {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #111;
    padding-top: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px
}
.red_sale_tag {
    background: #ff0700;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}
.red_sale {
    top: 16px;
    position: absolute;
    right: 9px;
    text-align: center;
    line-height: 14px;
}
.red_sale>.small_text {
    font-size: 11px;
    clear: both;
    display: block
}
.black_friday {
    background: url("/images/en/tag/specialdeal.png") no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: block
}
.NewItemTag4.scavenger {
    background: url("/images/en/tag/scavenger.png") #e2e2e2 no-repeat center center;
    background-size: 65%;
    background-position: 8px 10px
}
.NewItemTag4.digger {
    width: 60px;
    height: 60px
}
.deal_tag {
    position: absolute;
    display: inline-block;
    left: 16%;
    top: 35%;
    z-index: 1
}
.digger .deal_tag {
    font-size: 12px!important;
    top: 22px;
    left: 6px
}
.deal_tag.s {
    font-size: 10px!important;
    top: 9px;
    left: 17px
}
.deal_tag.s:last-child {
    top: 36px;
    left: 9px
}
.sd_price {
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 5px;
    top: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 1px
}
.left_tag {
    position: absolute;
    top: 0;
    left: 0
}
.category_kicker .column, .category_kicker {
    position: relative;
    top: 3px
}
.ct_menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 18%;
    margin: 0;
    display: block;
    left: 0
}
.ct_menu li {
    display: inline-block;
    height: 100%;
    padding: 1.5% 2% 0 2%;
    vertical-align: middle
}
.ct_menu li.active {
    background: rgba(220, 123, 151, .5)
}
.ct_menu li a {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    text-decoration: none
}
.v_underline {
    margin-bottom: 6px;
    border-bottom: 1px solid #fff;
    box-shadow: 0 6px 7px -7px #333;
    top: 5%
}
.ct_menu.clean {
    border-top: 1px solid #eee
}
.ct_menu.clean li a {
    color: #777;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0)
}
.ct_menu.clean li a .v_underline {
    box-shadow: 0 0 0 0 #000;
    border-bottom: 1px #777
}
.ct_menu.clean li.active {
    background: transparent
}
.ct_menu.clean li.active .v_underline {
    border-bottom: 1px solid #888;
    padding-bottom: 2px
}
.ct_menu.small {
    width: 50%;
    margin: 0 auto;
    left: 25%;
    bottom: 35px;
    border-top: 0
}
.ct_menu.small li {
    font-size: 10px
}
.ct_menu.small li a p {
    color: #222
}
.ct_menu.small li a p:hover, .ct_menu.small li.active {
    text-decoration: underline
}
.color_white {
    color: #fff
}
.text_shadow.pink {
    text-shadow: 2px 2px #ff80c3
}
.ct_menu.clean.shadow li.active {
    background: rgba(255, 255, 255, 0.2)
}
.ct_menu.white {
    border-top: 0;
    background: #d6b5f7
}
.ct_menu.white li a p {
    color: #fff
}
.ct_menu.white li.active .v_underline {
    border-bottom: 1px solid #fff!important
}
#styleBoldChat {
    position: fixed;
    bottom: 57px;
    right: 10px;
    display: block;
    z-index: 9999
}
#styleBoldChat img {
    width: auto;
    height: auto
}
#imgBoldChatTracking {
    display: none
}
.sale_landing {
    padding: 20px 10px;
    text-align: center;
    font-size: 18px;
    color: #fc8a83;
    letter-spacing: 1px
}
.sale_landing>ul>li {
    padding: 0 2%;
    display: inline-block
}
.blogger_subtitle {
    background: #222;
    color: #fff;
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 5px 0;
    font-size: 16px;
    font-family: "Trade Gothic W01 Cn_18", Arial, Helvetica, sans-serif;
    letter-spacing: 1px
}
.blogger .center_text>img {
    display: inline-block;
    width: auto
}
.blogger_grid {
    width: 100%
}
.blogger_grid>div, .blogger_grid>div>a>div {
    width: 50%;
    display: block;
    float: left;
    position: relative
}
.blogger_text {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;
    text-align: center;
    font-size: 100%;
    line-height: 20px;
}
.blogger_text p {
    padding: 20px 0 10px 0
}
.blogger {
    padding-top: 10px!important
}
.insider {
    position: absolute;
    right: 5%;
    top: 20%;
    z-index: 5;
    width: 40%;
    float: right;
    text-align: center
}
.insider p {
    font-size: 14px;
    padding-bottom: 5%
}
.insider span[class^="icon_s_"] {
    width: 36px!important;
    height: 38px!important;
    margin-right: 17px!important
}
.insider .icon_s_instagram {
    background-position: 0 -189px
}
.insider h1 {
    padding: 4% 0 3% 0;
    font-size: 2.5em
}
.fourfour {
    text-align: center;
    background: #f6f3ec;
    height: 100%;
    display: table;
    letter-spacing: .5px
}
.fourfour .title {
    font-size: 40px;
    padding-bottom: 20px;
    line-height: 32px;
    font-weight: bold;
    font-family: "Trade Gothic W01", "arial narrow", arial, Helvetica, sans-serif
}
.fourfour .title p {
    font-size: 72px
}
.fourfour .sub_title {
    font-size: 20px;
    padding-bottom: 30px;
    font-family: "Trade Gothic W01 Cn_18", "arial narrow", arial, Helvetica, sans-serif;
    letter-spacing: 1px
}
.fourfour>div:last-child {
    display: table-cell;
    padding-top: 20%
}
.findstore>div:first-child {
    width: 35%;
    padding-right: 3%
}
.findstore>div {
    width: 65%;
    float: left;
    line-height: 20px;
    font-size: 12px;
    position: relative;
    margin-bottom: 40px
}
.direction {
    position: absolute;
    right: 27px;
    text-align: right;
    color: #888;
    font-size: 11px
}
.store_name {
    width: 70%
}
.findstore>div>div:last-child {
    color: #888
}
.findstore input {
    width: 70%
}
.storemap {
    position: relative;
    width: 100%;
    z-index: 999;
    background: #fff;
    left: 0
}
#map {
    height: 450px
}
#pano {
    width: 50%;
    height: 450px;
    position: absolute!important;
    top: 0;
    right: 0
}
.m_out {
    position: absolute;
    z-index: 5;
    right: 0;
    text-align: center;
    top: 35%;
    background: rgba(255, 255, 255, .7);
    padding: 10px
}
.m_out:before {
    content: '';
    background: url("/images/en/common/icon_email.gif") no-repeat center center;
    background-size: 20px;
    width: 100%;
    height: 25px;
    display: block
}
.sub_mouseover>ul>li:first-child {
    margin-left: 28%
}
.sub_mouseover {
    width: 100%;
    position: fixed;
    z-index: 999999999999999;
    left: 0;
    display: none;
    text-align: center;
    margin-top: -14px
}
.sub_mouseover>ul {
    border-top: 1px solid #ddd;
    margin-top: 12px;
    background: #fff
}
#g_kids {
    display: none
}
.sbo .quick_view {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #111;
    font-size: 95%;
    cursor: pointer;
    vertical-align: middle;
    font-weight: bold;
    background: transparent;
    padding: 0;
    min-width: 0
}
.sbo .quick_view>div {
    width: 40%;
    height: 25%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    top: 33%;
    left: 30%;
    position: relative;
    display: table
}
.sbo .quick_view span {
    font-size: 150%;
    display: block;
    padding-bottom: 3px;
    width: 100%;
    padding-top: 27%
}
#divProductInfo .btn_addtobag, .des_tab .btn_addtobag {
    width: 65%
}
#divProductInfo .pdp_qty, .des_tab .pdp_qty {
    width: 31%
}
.new_landing {
    max-width: 965px
}
.new_landing .landing_title {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Avenir Next W06", Arial, Helvetica, sans-serif;
    letter-spacing: 4px
}
.new_landing .landing_subtitle {
    font-size: 1.05rem;
    letter-spacing: 1.2px;
    padding: 10px 0 20px 0
}
.new_landing>div {
    padding: 5px 10px!important
}
.new_landing>div.span_10_of_16 {
    width: 66.66%
}
.new_landing>div.span_6_of_16, .new_landing>div.span_5_of_16 {
    width: 33.33%
}
.new_landing .c_title {
    font-size: 14px;
    letter-spacing: 1px
}
.new_landing a img {
    filter: url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='grayscale'><feColorMatrixtype='matrix'values='10000,01000,00100,00010'/></filter></svg>#grayscale");
    -webkit-filter: none;
    filter: none
}
.new_landing a:hover img {
    display: inline-block;
    filter: url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='grayscale'><feColorMatrixtype='matrix'values='0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010'/></filter></svg>#grayscale");
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
    filter: opacity;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}
.des_tab>ul {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    z-index: 2
}
.des_tab>ul>li {
    display: inline-block;
    padding: 10px 18px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
    background: #f7f7f7
}
.des_tab>ul>li.active {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #fff;
    background: #fff
}
.des_tab>ul>li:last-child.active {
    border-right: 1px solid #ddd;
    border-left: 0
}
.des_tab>.des_tab_content {
    border-top: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    margin-top: -1px;
    position: relative;
    z-index: 1
}
.des_tab>.des_tab_content>div {
    margin-bottom: 25px
}
#feed {
    margin: 10px 0
}
.feed_wrapper {
    width: 25%;
    display: inline-block;
    padding: 2px;
    position: relative;
    float: left
}
.feed_hover {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.91);
    text-align: center;
    padding-top: 6%;
    font-size: 13px
}
.feed_wrapper button {
    background: transparent;
    border: 3px solid #111;
    padding: 15px 20px;
    color: #111;
    clear: both;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 20px
}
.feed_img {
    position: relative;
    z-index: 1
}
.feed_wrapper:hover .feed_hover {
    display: block
}
.instagram .hp_title div {
    /*display: inline-block;
    float: left;
    width: 33.33%!important*/
}
.instagram_modal {
    position: relative;
    width: 510px
}
.instagram_pic {
    position: relative;
    width: 510px
}
.instagram_right {
    width: 510px;
    float: left!important;
    padding-top: 40px;
    letter-spacing: .5px
}
.instagram_cta {
    top: 530px;
    left: 0!important
}
#divViewMore>a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("/images/en/common/icon_plus.png") no-repeat;
    background-size: 100%;
    opacity: 1
}
#divViewMore>a:hover {
    opacity: .7
}
.instagram_des .c_subtitle a {
    font-size: 14px;
    font-weight: bold;
    color: #111;
    text-decoration: none
}
.instagram_des .c_subtitle:hover {
    color: #fff;
    background: #000;
    text-decoration: none
}
.instagram_right>div, .instagram_right>div a {
    margin: 20px 0;
    font-size: 12px;
    color: #777
}
.instagram_des {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 7px!important;
    margin-top: 30px!important;
    font-weight: bold
}
.instagram_cta {
    position: absolute;
    z-index: 5
}
.instagram_cta .pre, .instagram_cta .next {
    background: url("/images/en/common/icon_popup_cta.png") no-repeat;
    width: 44px;
    height: 40px;
    background-size: 450%;
    opacity: .6
}
.instagram_cta div:hover {
    opacity: 1
}
.instagram_cta .pre {
    background-position: 0 0
}
.instagram_cta .disable, .instagram_cta .disable:hover {
    opacity: .2;
    cursor: text!important
}
.instagram_cta .next {
    background-position: -66px 0
}
.instagram_hover {
    position: absolute;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%
}
.hover_wrapper {
    display: inline-block;
    position: absolute
}
.hover_wrapper:hover .instagram_item_name {
    display: block
}
.instagram_number {
    border: 1px solid #ddd;
    width: 23px;
    height: 23px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    display: none
}
.instagram_item_name {
    background: #000;
    color: #fff;
    padding: 10px;
    display: none;
    top: 13px;
    position: relative;
    font-weight: bold;
    letter-spacing: .5px;
    left: 3px
}
.instagram_item_name:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-bottom: 8px solid #111;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}
.instagram_number:hover {
    border: 1px solid rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px
}
.instagram_pic:hover .instagram_number {
    display: block
}
.instagram_cta>div {
    width: 50px;
    height: 50px;
    display: inline-block
}
.instagram_des .c_subtitle:hover {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin-left: -15px;
    clear: both
}
.instagram_des .c_subtitle:hover a {
    color: #fff
}
#pdp_attribute {
    font-size: 14px;
    margin-top: 20px
}
#pdp_attribute li {
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: .5px
}
#pdp_attribute h5 {
    font-size: 15px;
    padding-bottom: 8px
}
#pdp_attribute li:hover {
    text-decoration: underline
}
.new_kicker {
    width: 101%;
    padding: 0 10px;
    margin-left: -1%
}
.new_kicker>div {
    width: 25%;
    display: inline-block;
    padding-left: 1%;
    margin-top: 4px;
    float: left
}
.new_kicker>div>div:first-child {
    margin-bottom: 4.4%
}
.h_video {
    position: relative;
    z-index: 2
}
.h_video .video_top, .h_video .video_bottom {
    position: absolute;
    width: 100%;
    z-index: 3;
    text-align: center;
    font-weight: normal;
    letter-spacing: .5px
}
.h_video .video_top {
    font-size: .8rem;
    top: 0;
    font-weight: bold
}
.h_video .video_bottom {
    font-size: .6rem;
    bottom: 5px;
    text-decoration: underline
}
.related_products .tooltip {
    top: 178px;
    max-width: 200px;
    padding: 12px
}
.related_products>.related_products_list>div {
    display: block;
    width: 10%;
    float: left;
    color: #888;
    line-height: 1.5em;
    font-size: 1em;
    padding-right: 1em;
    margin-top: 15px
}
.countdown.blackfriday {
    display: block;
    float: left;
    position: relative;
    background: #000;
    padding-top: 39px
}
.blackfriday .ct_menu.clean {
    border-bottom: 1px solid #ddd!important;
    background: #fff;
    height: 16%;
    border-top: 0
}
.blackfriday .ct_menu.clean li a {
    color: #111
}
.blackfriday .ct_menu.clean li.active {
    background: #000
}
.blackfriday .ct_menu.clean li.active a {
    color: #fff
}
.countdown_wrapper {
    position: absolute;
    width: 38%;
    height: 40%;
    left: 2%;
    top: 7%;
    max-height: 130px;
    max-width: 400px
}
.countdown_wrapper>div {
    position: absolute;
    background: #fff;
    border: 7px solid #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 15px;
    left: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: "Avenir Next W06", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 2%
}
.countdown_wrapper>div:first-child {
    text-align: center;
    font-size: 150%;
    line-height: 60px
}
.countdown_wrapper>div:last-child {
    top: 0;
    left: 15px
}
.countdown_no>div {
    height: 100%;
    vertical-align: middle;
    text-align: center
}
.countdown_no>div.title {
    text-align: left;
    padding-top: 10px;
    padding-left: 2%;
    font-size: 94%
}
.timer {
    font-size: 335%
}
.timer_tag {
    font-size: 120%
}
.timer>div:nth-child(even) {
    font-family: none;
    margin-top: -5px
}
.timer>div:last-child {
    padding: 0 8px
}
.timer_tag>div:last-child {
    padding-left: 10px
}
.f21_card_title {
    padding: 48px;
    background: url("/images/en/f21card/f21_cc_pic.jpg") #fadbf0 no-repeat;
    background-size: 45%;
    background-position: 105% 100%
}
.f21_card_title>div>div {
    padding: 15px 0
}
.f21_card_wrapper h3 {
    font-family: "Trade Gothic W01 BoldCn_20", Arial, Helvetica, Sans-Serif;
    font-size: 2.1rem;
    line-height: 2rem
}
.f21_card_wrapper h3 span {
    font-size: .6rem;
    vertical-align: top;
    padding-left: 2px;
    top: -11px;
    position: relative
}
.f21_card_wrapper h4 {
    font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
    font-size: .95rem;
    line-height: 23px
}
.card_highlight {
    color: #cc8eba!important
}
.f21_card_title button {
    background: transparent;
    color: #222;
    border: 0;
    font-size: 1.2rem;
    font-family: "Trade Gothic W01 BoldCn_20", Arial, Helvetica, Sans-Serif;
    padding: 20px 0 0 0;
    text-decoration: underline
}
.f21_card_wrapper .black_title, .benefit_list th {
    background: #222;
    color: #fff;
    padding: 10px;
    font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
    font-size: .8rem;
    letter-spacing: .1rem
}
.benefit li {
    text-align: left;
    list-style: disc;
    font-size: 13px;
    line-height: 18px;
    margin-left: 10px;
    padding: 2px 0
}
.f21_card_wrapper table, tbody, th, tr, td {
    border: 0;
    table-layout: auto;
    line-height: 16px;
    font-size: 12px
}
.f21_card_wrapper tr {
    border-bottom: 1px solid #ddd
}
.f21_card_wrapper td {
    padding: 4px 0;
    color: #6a6a6a
}
.benefit_list td:first-child {
    width: 45%;
    text-align: left;
    padding: 10px
}
.benefit_list th {
    font-size: .6rem
}
.benefit_title {
    font-size: .9rem;
    font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
    color: #222
}
.benefit_des {
    font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
    font-size: .7rem
}
.f21_money, .f21_crown, .f21_kit, .f21_bday, .f21_double, .f21_anni, .f21_exclusive, .f21_firstpurchase, .f21_3point, .f21_2point, .f21_1point, .f21_check {
    background: url("/images/en/f21card/f21_cc_icons.png") no-repeat;
    background-size: 100%
}
.benefit_list span[class^="f21_"] {
    display: inline-block;
    float: left;
    width: 46px;
    height: 35px;
    margin: 0 10px
}
.f21_money {
    background-position: 0 -29px
}
.f21_crown {
    background-position: 0 -72px
}
.f21_kit {
    background-position: 0 -118px
}
.f21_bday {
    background-position: 0 -155px
}
.f21_double {
    background-position: 0 -203px
}
.f21_anni {
    background-position: 0 -248px
}
.f21_exclusive {
    background-position: 0 -293px
}
.f21_firstpurchase {
    background-position: 0 -340px
}
.f21_3point {
    background-position: 0 -387px
}
.f21_2point {
    background-position: 0 -432px
}
.f21_1point {
    background-position: 0 -477px
}
.f21_check {
    background-size: 20px!important;
    background: url("/images/en/f21card/f21_cc_check.png") no-repeat center center
}
.f21_card_wrapper .graybox {
    line-height: 15px;
    margin-bottom: 20px
}
.f21_card_wrapper fieldset>div, .f21_card_wrapper fieldset>div>div {
    float: left;
    padding-bottom: 5px;
    position: relative
}
.f21_card_wrapper .space_10 .left {
    padding: 0 0 0 15px
}
.f21_card_wrapper fieldset dt, .f21_card_wrapper .dropdown.date {
    height: 37px
}
.f21_card_wrapper iframe {
    border: 1px solid #ddd;
    margin-bottom: 10px
}
.f21_card_banner {
    background: url("/images/en/f21card/f21_cc_banner_bg.png") no-repeat;
    text-align: center;
    padding: 6% 0 3% 0;
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    background-size: contain;
    min-width: 768px;
    font-size: 13px
}
.f21_card_banner>ul>li {
    list-style: none;
    display: inline-block;
    font-weight: bold;
    padding-top: 4px;
    margin: 0 10px;
    text-decoration: underline
}
.f21_card_wrapper ol {
    display: inline-block;
    width: 100%;
    clear: left;
    margin-top: 20px
}
.brandlist button {
    background: transparent;
    color: #000;
    padding: 0;
    font-size: 11px;
    border: 0;
    letter-spacing: 0;
    font-weight: normal
}
.brandlist button:before {
    content: '';
    background: url("/images/en/common/icons/checkbox.png") no-repeat 0 0;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: -4px;
    vertical-align: middle
}
.brandlist button.active:before {
    background: url("/images/en/common/icons/checkbox.png") no-repeat 0 -18px;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px
}
.new_landing_list {
    padding: 0 3px
}
.new_landing_list>div {
    margin: 20px 0
}
.new_landing_list>div:first-child {
    margin-top: 40px
}
.new_landing_list .dividedline {
    padding: 20px 0
}
.new_landing_list .dividedline span {
    font-size: 20px;
    top: -8px !important;
    float: none;
    padding: 0 20px;
    color: #000;
}
.new_landing_list .dividedline .view_more a {
    top: 15px;
    font-size: 14px;
    text-transform: capitalize;
}
.new_landing_list .product_item {
    width: 20% !important;
    margin: 0px !important;
    padding: 0px 8px !important;
}
.new_landing_list .btn.white {
    width: 100%;
    border-color: #d9d9d9
}
.new_landing_list .icon_shipping {
    display: inline-block;
    width: 39px;
    height: 30px;
    margin-right: 10px;
    vertical-align: top;
    background: url('/images/en/common/icons/icon_shipping.jpg') no-repeat left center;
}
.new_landing_list .product_item:nth-child(3n+1), .new_landing_list .product_item:nth-child(4n+1) {
    clear: none !important
}
.view_more a {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 3;
    background: #fff;
    padding: 0 20px 0 10px;
    color: #777
}
div[id^="carousel_"] .item {
    margin: 0 8px
}
.landing .owl-prev {
    left: -5px;
    top: 45%;
    background: url("/images/en/common/icons/new_icon_carousel_prev.png") no-repeat;
    max-width: none;
    min-width: 35px;
    background-size: 100%
}
.landing .owl-next {
    right: 0;
    top: 45%;
    background: url("/images/en/common/icons/new_icon_carousel_next.png") no-repeat;
    max-width: none;
    min-width: 35px;
    background-size: 100%
}
.hashtag_area {
    margin-top: 50px;
    text-align: center;
}
.hashtag_area h2 {
    margin-bottom: 35px;
}
.hashtag_area h2 span {
    display: inline-block;
    padding: 5px 20px;
    color: #44cbb3;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #44cbb3;
}
.hashtag_area h2 span:after {
    display: inline-block;
    margin-left: 5px;
    content: '#';
    font-style: italic
}
.hashtag_area div {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
}
.hashtag_area div a {
    display: inline-block;
    margin: 0 7px 10px 0;
    padding: 10px;
    color: #000;
    font-size: 14px;
    background: #ededed;
}
.hashtag_area div a:before {
    display: inline-block;
    margin-right: 5px;
    content: '#';
    font-style: italic
}
.video_banner {
    position: relative
}
.video_banner a {
    position: absolute;
    top: 0px;
    left: 0;
    right: 34%;
    width: 66%;
    height: 100%;
}
.video_banner button {
    position: absolute;
    top: 0px;
    left: 66%;
    right: 0px;
    width: 34%;
    height: 100%;
    padding: 0px;
    background: none;
    border: 0px;
}

/* ============================== */
/* Shop the 'Gram Code            */
/*================================*/
.instagram {
    padding: 40px 14px 3px 14px;
    background: #f4f4f4;
    font-family: "Avenir W05_n2",Arial,Helvetica,sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    clear: both 
}
.instagram>div {
    max-width: 1780px;
    margin: auto;
    overflow: hidden;
}
.instagram .hp_title {
    display: table;
    font-weight: normal;
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
}
.instagram .hp_title div {
    display: table-cell;
    float: none;
    vertical-align: bottom;
    height: 100%;
}
.instagram .hp_title div.text_right {
    text-align: right
}
.signup_title, .instagram .hp_title .title {
    font-size: 35px;
    font-weight: normal;
}
.instagram .hp_title .title {
    padding-bottom: 10px;
}
.hp_title img {
    min-width: 190px;
    max-width: 190px;
}
.curalate-thumbs {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.curalate-thumbnail {
    float: left;
    box-sizing: border-box;
    min-width: 140px;
    height: auto;
    cursor: pointer;
    padding: .15%;
    width: 20%;
}
.curalate-image-container {
    position: relative;
    font-size: 0;
}
.curalate-image {
    width: 100%;
    height: 100%;
}
.curalate-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    opacity: 1 !important;
    cursor: pointer;
}
.curalate-image-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.curalate-button {
    display: block;
    clear: both;
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px 20px;
    border: 3px solid #111;
    border-radius: 2px;
    background: transparent;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
}
.curalate-image-container:hover .curalate-image-overlay {
    display: block;
}
#curalate-fan-reel-wrapper img {
    border: 0;
}
.curalate-load-more-container {
    text-align: center;
    margin: 20px 0;
}
.curalate-load-more {
    display: inline-block;
    color: #ccc;
    font-size: 56px;
    cursor: pointer;
}
/* Instagram - Layer */
.curalate-modal-left-content {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-top: 10px;
    text-align: left;
}
.curalate-modal-left-content>a {
    position: relative;
    display: block;
    text-decoration: none;
}
.curalate-modal-large-photo {
    position: relative;
    margin-bottom: 5%;
}
.curalate-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
}
.curalate-large-photo {
    width: 100%;
    height: auto !important;
}
#curalate-fan-reel-wrapper img {
    border: 0;
}
.curalate-play-video-button {
    background: url(http://d116tqlcqfmz3v.cloudfront.net/curalate-29/assets/curalate-video-sprite.png)-80px 0 no-repeat;
}
.curalate-play-video-button, .curalate-pause-video-button {
    width: 80px;
    height: 80px;
    background-size: 160px 80px;
}
.curalate-play-video-button, .curalate-pause-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.curalate-modal-large-photo video {
    display: none;
    width: 100%;
    height: 100%;
}
.curalate-avatar {
    display: inline-block;
    width: 15%;
    vertical-align: top;
}
#curalate-fan-reel-wrapper img {
    border: 0;
}
.curalate-user-detail {
    display: inline-block;
    margin: 0;
    width: 40%;
    color: #111;
    vertical-align: top;
    white-space: nowrap;
}
.curalate-user-detail span {
    display: block;
    overflow: hidden;
    margin: 3% 5%;
    width: 100%;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 13px;
}
.curalate-modal-right-content {
    display: inline-block;
    width: 145px;
    margin-top: 10px;
    padding-left: 20px;
    vertical-align: top;
}
.curalate-modal-right-content h4 {
    margin: 0;
    padding-bottom: 3%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
}
.curalate-shop-container {
    position: relative;
}
.curalate-product-details {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    text-align: center;
    width: 130px;
    /*padding: 0 20px;*/
}
.curalate-product-details .product {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.curalate-overlay a, .curalate-overlay a:-webkit-any-link {
    text-decoration: none;
}
.curalate-product-image {
    height: auto;
    width: 100%;
}
#curalate-fan-reel-wrapper img {
    border: 0;
}
.curalate-product-name {
    font-size: 12px;
    line-height: 12px;
    margin: 8px 0;
}
.curalate-product-price {
    font-weight: 400;
}
.curalate-shop-now-button {
    background: #000;
    box-sizing: inherit;
    color: #fff !important;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 0;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
}
.curalate-share {
    margin: 0px -10px;
    text-align: center;
}
.curalate-share-header {
    margin: 20px 0 3px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}
.curalate-share .social_wrapper {
    position: relative;
    margin: 10px 0;
}

/* ============================== */
/* Forever Connected Code         */
/*================================*/
.new_seofooter {
    background: #f4f4f4;
    margin-bottom: 14px;
    display: inline-block;
    padding: 0 0 30px 0;
    font-family: "Avenir W05_n2",Arial,Helvetica,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 23px;
}
.new_seofooter .title {
    font-size: 35px;
    padding: 40px 0 30px 0;
}
.new_seofooter>div>ul>li {
    width: 25%;
    float: left;
    padding: 10px;
}
.new_seofooter .subtitle, .new_celeb .title, .instagram .hp_title .subtitle {
    font-size: 24px;
    padding: 35px 0 15px 0;
}
.new_celeb .subtitle {
    font-size: 15px;
}

/* ============================== */
/* product Code                   */
/*================================*/
.itemdetailinfo > .itemdetailinfo_left, .itemdetailinfo > .itemdetailinfo_right {
    text-decoration: none;
}
.itemdetailinfo > .itemdetailinfo_left a, .itemdetailinfo > .itemdetailinfo_right a {
    display: inline-block;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    text-decoration: underline;
}
.itemdetailinfo > .itemdetailinfo_left i, .itemdetailinfo > .itemdetailinfo_right i {
    font-style: normal;
    font-size: 10px;
}
.productInfo {
    max-height: 375px;
    overflow-y: auto
}
.productInfo.typeQuick {
    max-height: 195px;
}
.productInfo .tbl_w td span {
    display: inline-block;
    min-width: 55px;
}
.productInfo .tbl_w th, .productInfo .tbl_w td {
    padding: 3px 5px;
    color: #999;
}
.productInfo .tablearea.typewidth td span {
    display: inline-block;
    min-width: 55px;
}
.productInfo .tablearea.typewidth th, .productInfo .tablearea.typewidth td {
    padding: 3px 5px;
    color: #999;
}
.itemdetailcontent {
    color: #999
}
.itemdetailguide {
    margin-top: 20px;
}
.dividedline:after {
    top: 26px;
}
.pdp_qty #stockCount {
    display: block;
    padding: 10px 0 20px;
    color: #777
}
.pdp_option > div > div > label {
    width: 40px;
}
.price_p .point {
    color: #7a7a7a;
    font-size: 12px;
}
.price_p .point i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    line-height: 14px;
    font-style: normal;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #cc704b;
    border-radius: 2px;
}
.productAsk {
    position: relative;
    margin-top: 20px;
}
.productAsk .pr-snippet-read-write {
    float: none;
    margin-top: 0px !important;
    padding: 0;
}
.productAsk .pr-snippet-read-write .pr-snippet-write-review {
    padding: 0;
}
.productAsk .pr-snippet-read-write a.pr-snippet-link {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important
}
.productAsk .pr-snippet-read-write a.pr-snippet-link i {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-style: normal;
    border-radius: 50%;
    margin-left: 5px;
    background: #000;
    color: #fff;
    line-height: 17px;
}
.productAsk .tooltip.tooltip_CustomerAsk {
    top: 25px
}
.restriction_msg {
    clear: both;
    margin-bottom: 10px;
    padding: 5px;
    color: #d26d51;
    font-size: 11px;
    border: 1px dotted #ef5f96;
    text-align: left;
}

/* ============================== */
/* Order Code                     */
/*================================*/
#divCurrentAddress #myaddress {
    height: 260px;
    overflow-y: auto
}
#divCurrentAddress #pnAddressNew button.addnewinfo {
    padding-top: 48%;
}
.c_subtitle a.small {
    color: #777;
    font-size: 11px;
    padding-top: 5px;
    text-decoration: underline;
}
.ck_s_itemoption .s_itemname {
    width: 65% !important
}
.ck_s_itemoption .subtotals {
    width: 35% !important
}
.ck_s_itemoption .n_ck_s_itemoption_list li {
    line-height: 20px;
}
.color-disabled {
    background: #888;
    border-color: #888;
}
.favorite .column {
    padding: 0 20px;
}
#coupon_form .n_checkout_title.underline {
    text-decoration: none
}
#emoney_form > #totalEmoney {
    margin-bottom: 5px;
}
#emoney_form input.pinno.box.full {
    width: 83%
}
#emoney_form button {
    float: right;
    margin-left: 1%;
    padding: 8px 0 10px;
    width: 16%
}
.shopping_summarylist ul {
    overflow: hidden
}
.shopping_summarylist ul.bar {
    border-bottom: 1px dotted #ddd;
}
.shopping_summarylist .subtotal.pt10 {
    padding-top: 10px;
}
#popup.option_change_wrap {
    position: fixed !important;
    padding: 10px;
    top: 50%;
    margin-top: -120px;
    background: #fff;
}
#popup.option_change_wrap iframe {
    width: 350px;
    height: 141px;
}
#popup.option_change_wrap .button.bClose {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/images/btn_closepop.png) no-repeat left top;
    background-size: 10px auto;
}
#popup.option_change_wrap .button.bClose img {
    display: none
}
#popup.option_change_wrap .opt_change {
    padding: 5px 10px;
}
#popup_product.option_change_wrap {
    position: fixed !important;
    padding: 10px;
    top: 50%;
    margin-top: -120px;
    background: #fff;
}
#popup_product.option_change_wrap iframe {
    width: 350px;
    height: 141px;
}
#popup_product.option_change_wrap .button.bClose {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/images/btn_closepop.png) no-repeat left top;
    background-size: 10px auto;
}
#popup_product.option_change_wrap .button.bClose img {
    display: none
}
#popup_product.option_change_wrap .opt_change {
    padding: 5px 10px;
}
.option_change {
    padding: 25px 0 10px;
}
.option_change .edit_item > ul {
    display: inline-block;
    width: 100%;
    clear: both
}
.option_change .edit_item > ul > li {
    float: left;
    padding: .2em 0;
    line-height: 20px;
}
.option_change .edit_item > ul > li:first-child {
    width: 25%;
    clear: left;
    padding-top: 12px;
    color: #848380;
    text-align: left;
}
.option_change .edit_item > ul > li:last-child {
    width: 75%;
    clear: right;
}
.option_change .edit_item > ul > li .dropdown {
    padding: 5px 0;
}
.option_change .edit_item > ul > li .dropdown ul {
    top: 5px;
    width: 100.4% !important;
}
.option_change p {
    padding-top: 35px;
}
.change_before {
    display: none
}
.change_before.active {
    display: table-row
}
.change_before td {
    background: #eee
}
.change_list_wrap .c_subtitle.bar_underline button {
    margin-left: 5px;
}
.change_list_wrap .option_change_wrap {
    display: none;
    padding-top: 10px;
}
.change_list_wrap .n_ck_s_itemoption_list > div {
    position: relative;
    min-height: 158px;
}
.change_list_wrap .change_check {
    display: none;
    position: absolute;
    top: 0px;
    right: -7px;
}
.change_guide_box {
    display: none;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
    background: #eee;
    border: 1px solid #ddd
}
.change_guide_box .message {
    padding: 5px 0 10px;
    font-weight: bold
}
#change_option_submit {
    display: none;
}
#checkout .required {
    left: auto
}

/* ============================== */
/* Join Code                      */
/*================================*/
/* search password */
.pwSeachType {
    position: relative;
    height: 30px
}
.pwSeachType > div {
    position: absolute;
    left: 0px;
}
.pwSeachType > div.on input[type="radio"] + label > span {
    background-position: 0 -54.2px;
}
.pwSeachType > div + div {
    left: 50%
}
/* birth */
#forgotpwBirth {
    display: inline-block;
    width: 100%;
}
.birthWrapper {
    display: inline-block;
    width: 100%;
}
#ddBirthTypeForgotPassword, #ddBirthType, .birthType {
    clear: both;
    margin-top: 10px;
}
.birthType label {
    display: inline-block;
    margin-right: 10px;
}
.addrWrapper .zipcode {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.addrWrapper .zipcode * {
    float: left
}
.addrWrapper .zipcode input {
    width: 60%
}
.addrWrapper .zipcode button {
    width: 38%;
    margin-left: 2%;
    box-sizing: border-box
}
.addrWrapper .zipcode + input[type="text"] {
    margin-bottom: 10px;
}
.joinbenefit .square {
    margin-bottom: 20px;
}
#termswrapper .tooltip.restriction {
    left: 0px;
    top: 43px;
}
#termswrapper div.tooltip:after, #termswrapper div.tooltip:before {
    left: 70%;
}
#termswrapper .square {
    margin-bottom: 20px;
}
#termswrapper .square li {
    letter-spacing: -0.5px;
}
#termswrapper .terms_tit {
    font-size: 14px;
}
#termswrapper .terms_cont {
    margin: 10px 0;
    padding: 15px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc
}
#termswrapper .terms_cont th {
    padding: 5px 0;
    background: #111;
    color: #fff
}
#termswrapper .terms_agree {
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
}
#termswrapper .terms_agree p {
    position: absolute;
    top: 0px;
    right: 0px;
}
#termswrapper .terms_agree input[type="checkbox"] {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    opacity: 0
}
#termswrapper .terms_agree.all {
    margin-bottom: 0px;
    padding-top: 0px;
}
#termswrapper .btn_area, #createaccount .btn_area {
    overflow: hidden
}
#termswrapper .btn_area button, #createaccount .btn_area button {
    float: left;
}
#termswrapper .btn_area .gray_bg, #createaccount .btn_area .gray_bg {
    float: right
}
#termswrapper .btnsarea, #createaccount .btnsarea {
    overflow: hidden
}
#termswrapper .btnsarea button, #createaccount .btnsarea button {
    float: left;
}
#termswrapper .btnsarea .gray_bg, #createaccount .btnsarea .gray_bg {
    float: right
}
#termswrapper input[type="checkbox"] {
    background: url("/images/en/common/icons/checkbox.png") no-repeat 0 0;
}
.addrWrapper .zipcode div.tooltip {
    top: 57px;
}
.data_content .coment {
    position: relative;
    padding: 20px 10px 10px 20px;
}
.data_content .coment i {
    position: absolute;
    left: 0px;
    top: 17px;
    font-style: normal
}
.terms strong {
    display: block;
    margin-bottom: 5px;
}
.terms em {
    color: #222;
    font-weight: bold;
}
.terms li {
    list-style: none
}
.terms > ol > li {
    margin-bottom: 20px;
}
.terms > ol > li > ol {
    padding-left: 10px;
}
.terms > ol > li > ol > li div {
    padding: 0 0 5px 20px;
    font-size: 11px
}

/* ============================== */
/* Footer Code                    */
/*================================*/
.scrollToTop {
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    position: fixed;
    bottom: 100px;
    right: -3px;
    display: none;
    z-index: 999;
    color: #fff;
    padding: 13px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}
.scrollToTop>span {
    display: none
}
#backtotop {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 1em 0;
    position: relative;
    display: block;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    cursor: pointer;
    right: 0;
    top: 89%;
    z-index: 9
}
footer {
    background: #f4f4f4;
    font-family: "Avenir Next W06_n7", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 3em 1em;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 100px
}
footer .space_top, .new_tracking .space_top {
    padding-top: 20px
}
footer .space_bottom, .new_tracking .space_bottom {
    padding-bottom: 2em
}
footer .space_left, .new_tracking .space_left {
    padding-left: 2em
}
footer .space_right, .new_tracking .space_rgith {
    padding-right: 2em
}
.signup_title {
    font-size: 35px;
    font-weight: normal
}
.signup_subtitle {
    font-size: 16px;
    padding: 15px 0
}
.signup_wrapper {
    max-width: 524px;
    display;
    inline-block;
    display: inline-block
}
.signup_wrapper input {
    border: 0;
    height: 50px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.signup_wrapper button {
    width: 100%;
    height: 50px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.copyright {
    font-size: 11px
}
.social_wrapper a span[class^="icon_"], .pdp_social a span[class^="icon_"], .feed_wrapper span[class^="icon_"] {
    width: 40px;
    height: 23px;
    display: inline-block;
    vertical-align: middle
}
.footer_nav_title {
    font-size: 15px;
    padding-bottom: 12px;
    text-transform: capitalize
}
.footer_nav {
    text-align: left;
    line-height: 21px;
    font-size: 12px;
    max-width: 1400px;
    width: auto;
    float: none;
    display: inline-block;
    padding: 20px
}
.footer_nav>div {
    display: inline-block;
    width: auto;
    padding: 0 8em
}
.footer_nav>div:nth-child(2n+3) {
    margin-top: 20px;
    clear: left
}
.footer_nav>div:last-child {
    margin-top: 20px
}
.footer_nav .gray {
    color: #888
}
footer > .wrapper {
    padding: 0px;
}
footer .post_footer {
    display: inline-block;
    max-width: 1200px;
    width: auto;
    padding: 20px;
    float: none;
    color: #999;
    font-size: 11px;
    line-height: 20px;
    text-align: left
}
footer .post_footer .column_wrapper {
    overflow: hidden;
    padding: 30px 20px;
    max-width: 1500px;
    margin: auto;
}
footer .post_footer address {
    display: inline-block;
    padding-bottom: 0px;
}
footer #NewsQuick {
    width: 450px
}
footer #NewsQuick li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.terms {
    float: none;
    margin: 20px 0;
}
.signup_footer input {
    float: none;
    height: 35px;
}
.signup_footer button {
    float: none;
    height: 35px;
}
.footerCheck > div {
    display: none;
}
.footerCheck:hover > div {
    display: block
}
.footerCheck table {
    margin-top: 10px;
}
.signup_title {
    font-size: 29px;
    font-family: "Avenir Next W06_n7", Arial, Helvetica, sans-serif;
}
.signup_subtitle {
    font-size: 14px;
}
footer .privacycheck {
    max-width: 524px;
    margin: 10px auto 0 !important;
    text-align: right;
    font-size: 11px;
}
footer .privacycheck label span {
    float: none
}

.new_tracking {
    max-width: 1100px;
    font-family: "Avenir Next W06_n7", Arial, Helvetica, sans-serif;
    display: table;
    height: 100%;
    border-collapse: separate;
    border-spacing: 20px 0;
    width: 100%
}
.new_tracking>div {
    border: 1px solid #c5c5c5;
    text-align: left;
    font-size: 15px;
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: top;
    width: 50%
}
.new_tracking>div:last-child {
    display: none
}
.new_tracking>div>div {
    padding: 20px
}
.tracking_title {
    font-size: 18px;
}
.tracking_day, .tracking_month {
    font-size: 21px;
    padding-bottom: 11px
}
.tracking_date {
    font-size: 115px;
    line-height: 90px
}
.tracking_info {
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    width: 100%
}
.tracking_info>ul {
    margin-bottom: 20px
}
.tracking_info.tracking_status_list>ul {
    margin-bottom: 10px
}
.new_tracking .gray {
    color: #565a5c
}
.tracking_status {
    font-size: 45px;
    text-align: center
}
.status_icons {
    border-bottom: 1px solid #111;
    position: relative;
    padding: 40px 0;
    margin-top: -20px!important;
    margin-bottom: 47px!important
}
.status_icons>div {
    width: 25%;
    padding: 33px 0
}
.status_icons>div.process {
    padding: 0;
    width: 50%
}
.status_icons>div:nth-child(3n) {
    text-align: center
}
.status_icons>div:nth-child(4n) {
    text-align: right
}
.status_icons>div>p {
    position: relative;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #111
}
.status_icons>div>p.active {
    width: 80px;
    height: 80px
}
.status_icons>div.done>p {
    background: #111
}
.shipped, .intransit, .delivered {
    background: url(/images/en/common/tracking_icon.png) no-repeat;
    display: inline-block;
    width: 83px;
    height: 83px;
    background-size: 80%;
    z-index: 3;
    position: absolute;
    left: 7px
}
.shipped {
    background-position: 0 12px
}
.intransit {
    background-position: 0 -65px
}
.delivered {
    background-position: 2px -117px;
    width: 75px;
    height: 76px
}
.tracking_status_list>div {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding-bottom: 18px;
    display: none
}
.tracking_status_list>div.active {
    display: block
}
.tracking_status_list>div:nth-child(n+3) {
    padding-top: 18px;
    border-top: 1px solid #8c8c8c
}
.tracking_banner {
    background: url(/images/en/common/tracking_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center
}
.tracking_banner>a {
    width: 100%;
    height: 100%;
    display: inline-block
}
.status_done.second {
    position: absolute;
    border-bottom: 2px solid #000;
    width: 50%;
    padding: 20px 0
}
.status_done.third {
    width: 95%;
    position: absolute;
    border-bottom: 2px solid #000;
    padding: 20px 0
}

/* ============================== */
/* Slider Code                    */
/*================================*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 99;
    margin: auto
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}
.owl-next {
    right: 10px;
    position: absolute;
    background: url("/images/en/common/icons/icon_new_slidenext.png") no-repeat;
    background-size: 100%;
    color: transparent;
    max-width: 70px;
    min-width: 50px
}
.owl-prev {
    left: 10px;
    position: absolute;
    background: url("/images/en/common/icons/icon_new_slideprev.png") no-repeat;
    background-size: 100%;
    color: transparent;
    margin-left: 0;
    max-width: 70px;
    min-width: 50px
}
.product_grid .owl-next, .product_grid .owl-prev {
    background-size: 70%;
    margin-top: -3em
}
.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 4%;
    bottom: 0;
    height: 55%;
    z-index: 444
}
.owl-pagination {
    z-index: 888;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}
#m1_banner .owl-pagination {
    top: auto;
    bottom: 1em;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center
}
.owl-theme .owl-controls.clickable .owl-buttons div:focus {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    filter: Alpha(Opacity=40);
    opacity: .4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #888
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:focus span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #ddd
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

/* ============================== */
/* Floting Banner Code            */
/*================================*/
.signup_slider {
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 0;
    width: 850px;
    height: auto !important;
    min-width: 0px;
    margin-left: -425px;
    padding: 0px !important;
}
.signup_slider .closeIcon {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0px;
    vertical-align: top;
    z-index: 333
}
.signup_slider fieldset {
    position: absolute;
    left: 372px;
    right: 0px;
    top: 170px;
    z-index: 0;
    box-sizing: border-box
}
.signup_slider .mail_privacy_check {
    position: absolute;
    left: 372px;
    right: 0px;
    top: 230px;
}
.signup_slider .title {
    font-size: 3.8rem;
    line-height: 3.3rem;
    text-align: left;
}
.signup_slider .subtitle {
    font-size: .9rem;
    padding-right: 25px;
}
.signup_slider .special {
    color: #ff68e2;
}
.signup_slider input, .signup_slider button {
    height: 45px;
    border-radius: 0
}
.signup_slider input {
    width: 78%
}
.signup_slider .comment {
    padding-right: 25px;
    line-height: 20px;
}
.signup_slider .comment a {
    text-decoration: underline
}
.thanks_confirm {
    padding: 40px 0 0 0;
    width: 69%
}
.thanks_confirm .title, .thanks_confirm p.subtitle {
    text-align: center;
    padding-right: 25px!important
}
.signup_slider.thanks_confirm {
    text-align: center;
}
.signup_slider.thanks_confirm .btn {
    position: relative;
    z-index: 1;
}
.mail_privacy_check {
    position: relative;
    z-index: 1;
}
.mail_privacy_check div {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.mail_privacy_check:hover div {
    display: block
}

.zoomLens {
    width: 180px !important;
    height: 180px !important;
    border: 0 !important;
    text-align: center;
    opacity: 1 !important;
    background-color: rgba(255,255,255,0.7) !important;
    overflow: visible !important;
}
.zoomLens:after {
    content: "CLICK TO ZOOM";
    color: #3a3a3a !important;
    font-weight: bold;
    font-size: 9px;
    position: relative;
    top: 50%;
    margin-top: -90px
}
.signup_enjoy {
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 0;
    width: 800px;
    height: auto !important;
    min-width: 0px;
    margin-left: -400px;
    padding: 0px !important;
}
.signup_enjoy .closeIcon {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
    vertical-align: top
}
.signup_enjoy fieldset {
    position: absolute;
    left: 525px;
    right: 0px;
    top: 0px;
    z-index: 0;
    box-sizing: border-box;
	width:30%
}
.signup_enjoy .mail_privacy_check {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 55px;
}
.signup_enjoy input, .signup_enjoy button {
    height: 45px;
    border-radius: 0
}
.signup_enjoy input {
    width: 70%
}

/* ============================== */
/* Print Code                     */
/*================================*/
.printarea {
    overflow: hidden;
    padding: 30px 40px 40px;
    font-size: 11px !important;
}
.printarea .logo {
    margin-bottom: 30px;
    text-align: center;
}
.printarea .logo img {
    width: 250px;
}
.printarea .c_title {
    overflow: hidden;
    line-height: 40px;
}
.printarea .c_title button {
    line-height: 16px
}
.printarea .shopping_summarylist {
    padding-top: 0px;
}
.printarea table, .printarea .shopping_summarylist li {
    font-size: 11px;
}
.printarea .footer {
    clear: both;
    padding-top: 50px;
    color: #999;
    line-height: 20px;
    text-align: right;
    text-decoration: underline
}
.printarea .footer span {
    display: block;
}

/* ============================== */
/* Popup Code                     */
/*================================*/
#popup {
    z-index: 9999999;
}
.bClose {
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer
}
#popup iframe {
    width: 500px;
    height: 850px;
    background: #fff;
}
#cancelpopup iframe {
    width: 500px;
    height: 500px;
    background: #fff;
}
body.jconfirm-noscroll {
    overflow: hidden!important
}
@-webkit-keyframes "jconfirm-rotate" {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }    
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes "jconfirm-rotate" {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }    
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden;
    min-width: 750px
}
.jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}
.jconfirm .jconfirm-bg.seen {
    opacity: 1
}
.jconfirm .jconfirm-scrollpane {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto
}
.jconfirm .jconfirm-box {
    background: #fff;
    position: relative;
    padding: 1em;
    outline: 0
}
.jconfirm .jconfirm-box div.closeIcon {
    display: block;
    background: url("/images/en/common/icons/icon_close.png") no-repeat center right;
    background-size: 50%;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 25px;
    vertical-align: top;
    z-index: 333
}
.jconfirm .jconfirm-box div.closeIcon:focus {
    opacity: 1
}
.jconfirm .jconfirm-box div.title {
    font-size: 1.6em;
    font-weight: bold;
    padding: .5em 2em 0 .5em
}
.jconfirm .jconfirm-box div.content {
    padding: 1em;
    display: inline-block;
    width: 100%;
    font-size: inherit;
    position: relative
}
.jconfirm .jconfirm-box div.content:empty {
    height: 40px;
    position: relative;
    opacity: .6
}
.jconfirm .jconfirm-box div.content:empty:before {
    content: '';
    height: 20px;
    width: 20px;
    border: solid 2px #aaa;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    -webkit-animation: jconfirm-rotate 1s infinite;
    animation: jconfirm-rotate 1s infinite
}
.jconfirm .jconfirm-box div.content:empty:after {
    content: 'loading..';
    position: absolute;
    left: 50%;
    margin-left: -15px
}
.jconfirm .jquery-clear {
    clear: both
}
.jconfirm.white .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.7)
}
.jconfirm.white .jconfirm-box .buttons {
    text-align: center;
    padding: 1em
}
.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px
}
.jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: -webkit-transform, opacity, box-shadow;
    transition-property: transform, opacity, box-shadow
}
.jconfirm .jconfirm-box.anim-top, .jconfirm .jconfirm-box.anim-left, .jconfirm .jconfirm-box.anim-right, .jconfirm .jconfirm-box.anim-bottom, .jconfirm .jconfirm-box.anim-opacity, .jconfirm .jconfirm-box.anim-zoom, .jconfirm .jconfirm-box.anim-scale, .jconfirm .jconfirm-box.anim-none, .jconfirm .jconfirm-box.anim-rotate, .jconfirm .jconfirm-box.anim-rotatex, .jconfirm .jconfirm-box.anim-rotatey, .jconfirm .jconfirm-box.anim-scaley, .jconfirm .jconfirm-box.anim-scalex {
    opacity: 0
}
.jconfirm .jconfirm-box.anim-rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.jconfirm .jconfirm-box.anim-rotatex {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}
.jconfirm .jconfirm-box.anim-rotatey {
    -webkit-transform: rotatey(90deg);
    -ms-transform: rotatey(90deg);
    transform: rotatey(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}
.jconfirm .jconfirm-box.anim-scaley {
    -webkit-transform: scaley(1.5);
    -ms-transform: scaley(1.5);
    transform: scaley(1.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}
.jconfirm .jconfirm-box.anim-scalex {
    -webkit-transform: scalex(1.5);
    -ms-transform: scalex(1.5);
    transform: scalex(1.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}
.jconfirm .jconfirm-box.anim-top {
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px)
}
.jconfirm .jconfirm-box.anim-left {
    -webkit-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px)
}
.jconfirm .jconfirm-box.anim-right {
    -webkit-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate(100px, 0px)
}
.jconfirm .jconfirm-box.anim-bottom {
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px)
}
.jconfirm .jconfirm-box.anim-zoom {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.jconfirm .jconfirm-box.anim-scale {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}
.jconfirm .jconfirm-box.anim-none {
    display: none
}
.jconfirm.supervan .jconfirm-bg {
    background-color: rgba(54, 70, 93, 0.95)
}
.jconfirm.supervan .jconfirm-box {
    background-color: transparent
}
.jconfirm.supervan .jconfirm-box div.closeIcon {
    color: white
}
.jconfirm.supervan .jconfirm-box div.title {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: normal
}
.jconfirm.supervan .jconfirm-box div.content {
    text-align: center;
    color: white
}
.jconfirm.supervan .jconfirm-box .buttons {
    text-align: center
}
.jconfirm.supervan .jconfirm-box .buttons button {
    font-size: 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #303f53;
    text-shadow: none;
    border: 0;
    color: white;
    width: 25%;
    padding: 10px
}
.jconfirm-bg.seen {
    background: #000;
}
.jconfirm-scrollpane {
    margin-right: -20px;
}
.jconfirm-scrollpane h1 {
    margin-bottom: 20px;
}
.jconfirm-scrollpane h2 {
    font-size: 1.7em !important;
}
.jconfirm-scrollpane .guide dd {
    margin-bottom: 10px;
}
.jconfirm-scrollpane .guide dd img {
    width: auto
}
.jconfirm-scrollpane .guide dd .noti-list li {
    margin-bottom: 10px;
}
.jconfirm-scrollpane .content th {
    word-break: break-all;
}
.jconfirm-scrollpane .title {
    color: Black;
}
.jconfirm-scrollpane #container {
    margin: 0;
    padding: 0;
}
.jconfirm-scrollpane .size_chart {
    padding: 14px 0 0;
}
.jconfirm-scrollpane .size_chart p.tit {
    padding: 5px 14px;
    font-weight: bold;
    color: #585858;
}
.jconfirm-scrollpane .size_chart p.txt {
    padding: 2px 14px 10px;
    color: #585858;
    line-height: 1.5em;
}
.jconfirm-scrollpane .sc_list {
    padding: 0 0 12px 0;
}
.jconfirm-scrollpane .sc_list a:first-child {
    border-top: 1px solid #ddd;
}
.jconfirm-scrollpane .sc_list a {
    display: inline-block;
    width: 90%;
    padding: 10px 5%;
    font-family: Arial;
    font-size: 1.08em;
    font-weight: bold;
    color: #585858;
    border-bottom: 1px solid #ddd;
    background: url(../images/arrow-size.png) no-repeat right center;
    background-size: 26px 9px;
}
.jconfirm-scrollpane .sc_list a span {
    color: #2b80b8;
}
.jconfirm-scrollpane .sc_view {
    position: relative;
    padding: 8px 0 0 0;
}
.jconfirm-scrollpane .sc_view p.sc_top a {
    position: absolute;
    top: 20px;
    right: 10px;
    padding-right: 10px;
    font-size: 0.83em;
    color: #2b80b8;
    background: url(../../images/bul_top.gif) no-repeat right 4px;
    background-size: 5px 3px;
}
.jconfirm-scrollpane .sc_view h3 {
    padding: 12px 0 12px 10px;
    font-family: Arial;
    font-size: 1.29em;
    font-weight: bold;
}
.jconfirm-scrollpane .sc_view h3 span {
    color: #2b80b8;
}
.jconfirm-scrollpane .sc_view dl {
    border-top: 2px solid #2b80b8;
}
.jconfirm-scrollpane .sc_view dt {
    padding: 8px 10px;
    color: #585858;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
}
.jconfirm-scrollpane .sc_view dd {
    font-size: 0.91em;
    padding: 3px 10px 15px;
    border-bottom: 1px solid #ddd;
}
.jconfirm-scrollpane .sc_view dd .sc_type {
    padding: 10px 0 0 0;
    font-weight: bold;
}
.jconfirm-scrollpane .sc_view dd .sc_type span {
    font-weight: normal;
    line-height: 1.25em;
}
.jconfirm-scrollpane #dvItemBasicInfo, .jconfirm-scrollpane .sc_table {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    border-spacing: 0px;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #585858;
}
.jconfirm-scrollpane #dvItemBasicInfo th, .jconfirm-scrollpane .sc_table th {
    padding: 6px 0;
    text-align: center;
    border-right: 1px solid #585858;
    border-bottom: 1px solid #585858;
}
.jconfirm-scrollpane #dvItemBasicInfo td, .jconfirm-scrollpane .sc_table td {
    padding: 6px 0;
    text-align: center;
    border-right: 1px solid #585858;
    border-bottom: 1px solid #585858;
}
.jconfirm-scrollpane #dvItemBasicInfo th, .jconfirm-scrollpane #dvItemBasicInfo td {
    padding: 10px;
    text-align: left
}
.jconfirm-box .buttons {
    text-align: center;
}
.bankAccount_area h1 {
    margin: 0;
    padding: 15px 0 10px 25px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1px;
    white-space: nowrap;
    background: 15px -305px no-repeat #202020;
    color: #fff;
}
.bankAccount_area fieldset {
    padding: 20px 10px;
}

/* ============================== */
/* Responsive Code                */
/*================================*/
@media screen and (min-width:767px) {
    .container {
        width: 100%
    }    
    .col-md-9 {
        width: 90%;
        max-width: 950px
    }    
    .col-md-8 {
        width: 80%;
        max-width: 800px
    }    
    .col-md-7 {
        width: 70%;
        max-width: 700px
    }    
    .col-md-6 {
        width: 60%;
        max-width: 600px
    }    
    .col-md-5 {
        width: 50%;
        max-width: 500px
    }    
    .col-md-4 {
        width: 40%;
        max-width: 400px
    }    
    .col-md-3 {
        width: 30%;
        max-width: 250px
    }    
    input.verifyemail {
        width: 53%
    }    
    input.cardno.box {
        width: 55%;
        margin-bottom: 0
    }    
    input.pinno.box {
        width: 26%
    }    
    input.pinno.box.full {
        width: 82%
    }
}
@media screen and (min-width:768px) {
    .c_left {
        width: 19%
    }    
    .c_right {
        width: 79%
    }    
    .filter_mobile {
        display: none
    }    
    .signin>div>div {
        width: 100%!important
    }    
    .ck_s_itemoption {
        width: 75%
    }    
    .ck_s_itempic {
        width: 24%
    }    
    .ck_qty_ttl>div:nth-child(odd) {
        width: 40%
    }    
    .ck_qty_ttl>div:nth-child(even) {
        width: 60%
    }    
    .seo {
        border: 0;
        text-align: left
    }    
    p.seo_cat:after {
        display: none
    }    
    .left_category_list {
        display: block!important;
        position: relative;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
        padding: 0 0 10px 0;
        border: 0
    }    
    #global .submenu>ul>li>ul>li a:hover {
        text-decoration: underline!important
    }    
    .feed_hover>div {
        padding-top: 25%!important
    }
    #g_girls, #g_boys {
        display: block
    }
    .h_video .video_top {
        font-size: 1.15rem;
        top: 3px
    }    
    .h_video .video_bottom {
        font-size: .95rem;
        bottom: 5px
    }
    .f21_card_title {
        background-size: 37%;
        background-position: 95% 100%
    }
}
@media screen and (min-width:850px) {
    .sbo .quick_view {
        font-size: 120%
    }    
    .sbo .quick_view span {
        padding-top: 30%
    }
}
@media screen and (min-width:900px) {
    .countdown_wrapper {
        width: 37%;
        max-height: 110px
    }    
    .countdown_no>div.title {
        font-size: 110%
    }    
    .timer {
        font-size: 380%
    }
    .f21_card_title {
        background-size: 32%;
        background-position: 95% 100%
    }
}
@media screen and (min-width:950px) {
    .ct_menu li {
        padding: 1.5% 3% 0 3%!important
    }    
    .ct_menu li a {
        font-size: 135%!important
    }    
    .flash_timer {
        font-size: 4rem
    }
    #product5_rr .product_grid, .pdp_recently .product_grid {
        width: 104%;
        overflow: hidden
    }    
    #product5_rr .product_item:nth-child(5n+1), .pdp_recently .product_item:nth-child(6n+1) {
        display: block
    }    
    .pdp_recommendation .product_item, .pdp_recently .product_item {
        width: 19.6%;
        padding: 0 1.5% 0 0!important
    }    
    .pdp_recommendation .product_item:nth-child(7n+1), .pdp_recently .product_item:nth-child(7n+1) {
        clear: left
    }    
    #cart5_rr .product_item {
        width: 25%
    }    
    #cart5_rr .product_item:nth-child(3n+1) {
        clear: none
    }    
    #cart5_rr .product_item:last-child {
        display: block
    }    
    .br-sf-widget {
        width: 33.33%;
        display: inline-block;
        float: left;
        padding-bottom: 10px
    }    
    .br-sf-widget:nth-child(3n) {
        display: inline-block
    }    
    .br-sf-widget-merchant-cont {
        width: 100%;
        display: inline-block;
        float: left;
        line-height: 17px;
        font-size: 12px;
        padding-right: 20px
    }
}
@media screen and (min-width:1100px) {
    main .category_wrapper {
        top: 70px
    }    
    main .category_wrapper.landing {
        top: 20px!important;
    }    
    main .category_wrapper.landing .space.category {
        padding: 0
    }    
    #main.show {
        position: relative
    }    
    .space.category {
        padding: 10px 0
    }    
    #RegularCategory, #category_rr, .related_searches, #GiftcardCategory {
        padding: 0 50px;
        display: block;
        float: left;
        width: 100%
    }    
    #contents_right.search_result {
        padding: 0 50px
    }    
    .breadcrumb {
        padding-left: 30px
    }    
    .ct_landing .span_10_of_16 {
        width: 62.5%;
        padding: 0 1% 0 0
    }    
    .ct_landing .span_6_of_16 {
        width: 37.5%
    }    
    .ct_landing .span_6_of_16>div {
        width: 100%
    }    
    .ct_landing .span_6_of_16>div:first-child {
        margin-right: 0
    }    
    .m1_wrapper>div:last-child>div:first-child {
        padding-bottom: 4.5%
    }    
    .left_nav .filter_desktop .left_title {
        position: relative;
        left: 0
    }    
    .left_nav .filter_desktop .left_title:after {
        color: #fff
    }    
    .depth2 li {
        padding-left: 20px
    }    
    .filter_desktop {
        display: block;
        padding: 0;
        margin-top: 20px
    }    
    .filter_desktop>.ac-small {
        position: relative;
        top: auto
    }    
    .c_left {
        padding-left: 30px
    }    
    #checkout {
        max-width: 1150px;
        margin: auto;
        float: none;
        top: 140px
    }    
    .top_text {
        display: inline-block
    }    
    .no_shoppingbag {
        top: -9px
    }    
    .f21logo {
        width: 167px;
        margin-top: 0;
        left: -6px
    }    
    #f21_logo {
        text-align: left
    }    
    .homepage #header_nav {
        top: 0
    }    
    main .homepage {
        top: 20px;
        position: relative
    }    
    main .category_wrapper.landing {
        top: 9px!important
    }    
    main .category_wrapper, .sbo_wrapper {
        top: 55px
    }    
    header {
        position: fixed;
        top: 40px
    }    
    .pre_header {
        font-size: 11px;
        top: 15px
    }    
    .pre_header .t_search {
        left: 20px;
        position: relative;
        vertical-align: middle
    }    
    .pre_header .t_country {
        right: 0;
        padding-right: 112px
    }    
    .t_submenu, .search_input {
        top: 94px
    }    
    .search_input {
        display: inline-block;
        width: auto;
        position: relative;
        top: -6px
    }    
    #addtowishlist .icon_t_wishlist {
        display: inline-block!important
    }    
    .top_right>div {
        display: inline-block;
        float: left
    }    
    .search_input {
        display: inline-block;
        width: 150px;
        position: relative;
        top: -7px;
        left: 5px;
        height: 20px;
        padding: 0;
        border: 0;
        background: transparent;
        font-size: 12px;
        text-indent: 10px
    }    
    .t_search span:nth-child(4) {
        border-bottom: 1px solid #333;
        margin-left: 5px
    }    
    .top_left .t_submenu {
        left: 94px
    }    
    #search_suggestion {
        width: 254px;
        padding: 20px;
        top: 82px;
        right: 106px;
        border: 1px solid #ddd
    }    
    #c_search #search_suggestion {
        top: 192px
    }    
    .search_wrapper {
        width: 254px;
        top: 55px
    }    
    .homepage #search_suggestion {
        top: 67px
    }    
    .t_submenu {
        padding: 10px 1.5em;
        top: 23px
    }    
    .top_right .t_submenu {
        right: 1px
    }    
    .t_submenu.t_myaccountlist {
        left: -16px;
        line-height: 27px
    }    
    .t_submenu.t_countrylist {
        left: -16px
    }    
    .icon_arrowdown {
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 2px 0 2px;
        border-color: #111 transparent transparent transparent;
        _border-color: #111 #000 #000 #000;
        _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000')
    }  
    input.search_input:focus {
        border: 0
    }    
    .navi_espot {
        padding: 0 0 0 2em!important;
        display: block
    }    
    .icon_event img {
        z-index: 1;
        position: absolute;
        top: -7px;
        left: 43%;
        width: auto;
        display: block
    }    
    .size_alert {
        top: -11px;
        width: 57%
    }    
    #div_totalCount {
        position: absolute;
        font-size: 12px;
        color: #777;
        width: 40%;
        left: 20%;
        display: inline-block
    }    
    #checkout #header_nav {
        padding: 0 0 35px 0
    }    
    #checkout #main {
        top: -28px;
        padding: 0 15px
    }    
    #checkout .t_myaccount {
        padding: 1em 5em
    }    
    #checkout .t_myaccount:hover .submenu {
        display: block
    }    
    .sb_option.qty .dropdown {
        width: 100%
    }    
    .ck_qty>.alert_msg, .sb_option.qty>.alert_msg {
        margin-left: 0
    }    
    .badget {
        width: 100%;
        text-align: left
    }    
    .subscribe_magazine>div {
        width: 50%;
        float: left;
        max-width: 50%
    }    
    .balance_check .checkout_box, .balance_check fieldset {
        width: 50%;
        float: none;
        display: block;
        margin: auto
    }    
    .product_grid.gallery>div>.product_item {
        width: 24%
    }    
    .product_grid.gallery>div>.product_item:nth-child(3n+1) {
        clear: none
    }    
    #justforyou>ul>li, #lookbooks_wrapper>ul>li {
        width: 19%
    }    
    #myaddress {
        width: 31.9%
    }    
    .ck_left, .ck_right {
        width: 50%
    }    
    .ck_right {
        padding: 3.8em 0 0 3em
    }    
    #checkout .ck_right {
        padding: 0 0 0 3em
    }    
    .ac-ck-container section.order_summary {
        overflow: initial
    }    
    .addressbook #myaddress {
        width: 50%;
        margin: 0
    }    
    .addressbook #myaddress:last-child {
        display: block
    }    
    .shoppingbag_title {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        display: inline-block;
        width: 100%;
        padding: .5em 0;
        font-size: .9em;
        margin-top: .5em
    }    
    .shoppingbag_title div {
        text-align: center
    }    
    .shoppingbag_left {
        width: 70%;
        padding-right: 0
    }    
    .shoppingbag_right {
        width: 30%;
        position: relative;
        right: auto;
        padding-left: 3em
    }    
    #shoppingbag_list {
        padding-bottom: 1em;
        display: inline-block;
        width: 100%
    }    
    div[class^="s_"] {
        float: left;
        display: block
    }    
    .s_pname {
        width: 44%
    }    
    .s_colorsize {
        width: 16%
    }    
    .s_price, .s_qty, .s_ttl, .s_edit {
        width: 10%
    }    
    #s_itempic {
        width: 12%;
        padding-right: 1%;
        float: left;
        display: block
    }    
    #s_itemoption {
        padding: 2% 0 0 0;
        display: inline-block;
        width: 88%
    }    
    .s_itemedit>a {
        display: block;
        padding-right: 0
    }    
    .s_itemedit {
        width: 11.4%;
        text-align: center;
        padding: 0
    }    
    .sb_text {
        display: none
    }    
    #s_itemoption_list {
        width: 35%;
        float: left;
        display: inline-block;
        padding-bottom: 1em
    }    
    .s_itemcolorsize {
        width: 19.6%;
        text-align: center
    }    
    .s_itemprice {
        width: 11.5%;
        text-align: center
    }    
    .s_itemprice .price_c {
        display: block;
        text-align: left;
        float: none;
        padding: 0;
        padding-left: 15%
    }    
    .s_itemqty {
        width: 11%;
        text-align: center
    }    
    .s_itemttl {
        width: 11.3%;
        text-align: center
    }    
    .s_itemttl>.price_c {
        padding: 0
    }    
    .icon_verisign {
        margin-left: 0
    }    
    #additional_info.additional_mobile {
        display: none
    }    
    #additional_info.additional_desktop {
        display: block
    }    
    #additional_info div:nth-child(2n) {
        display: inline-block
    }    
    #additional_info div {
        display: block;
        float: left;
        vertical-align: top;
        padding: 1em;
        width: 27%
    }    
    #additional_info div:last-child {
        border: 0;
        width: 18%
    }    
    .dropdown dt.disabled {
        text-align: center;
        line-height: inherit
    }    
    .sb_option {
        width: 100%
    }    
    .sb_edit {
        display: block;
        padding-right: 0;
        line-height: 3em
    }    
    .oos_remove .tooltip:before, .oos_remove .tooltip:after {
        left: 35%
    }    
    .s_itemprice, .s_itemttl, .s_itemedit {
        display: block;
        float: none;
        clear: none;
        padding: 0
    }    
    .ct_menu.small {
        width: 45%!important;
        left: 27%!important;
        border-top: 0!important
    }    
    .brandedshop {
        padding: 20px 30px
    }    
    .feed_hover>div {
        padding-top: 30%!important
    }    
    .grid4>.product_item {
        width: 25%
    }    
    .grid4>.product_item:nth-child(3n+1) {
        clear: none
    }    
    .grid4>.product_item:nth-child(4n+1) {
        clear: left
    }   
    .pdp_wrapper, .breadcrumb.pdp {
        padding: 10px;
        max-width: 1170px
    }    
    .breadcrumb.pdp {
        padding-top: 66px
    }    
    .header_nav {
        padding: 10px 20px
    }    
    .global_mobile {
        display: none
    }    
    .global_cat {
        display: inline-block
    }    
    .top_right {
        top: 7px
    }    
    .header_right, .header_left {
        width: 12%;
        display: inline-block;
        height: 100%;
        min-width: 190px
    }    
    .header_left {
        top: 7px;
        min-width: 150px
    }    
    .header_right {
        top: 2px
    }    
    .close_popup.menu {
        display: none
    }    
    .mega_menu, .mega_menu.show {
        position: relative;
        font-size: 13px;
        text-align: center;
        top: 0;
        width: 80%!important;
        display: block;
        margin: auto;
        padding: 0;
        display: block;
        -webkit-transition: none;
        transition: none;
        -webkit-box-shadow: 0 0 0 #ddd;
        box-shadow: 0 0 0 #ddd;
        overflow-y: hidden;
        opacity: 1;
        visibility: visible;
        letter-spacing: .5px
    }    
    .desktop_mega {
        padding-top: 4px;
        margin-left: -82px;
        z-index: 20;
        position: relative
    }    
    #overlay.show {
        display: none
    }    
    .mega_menu>nav>ul>li {
        display: inline-block;
        padding: 0 1.2%;
        text-align: center
    }    
    #has_sub .mega_menu>nav>ul>li {
        color: #aaa;
        font-weight: normal
    }    
    #has_sub .mega_menu>nav>ul>li.selected {
        color: #222
    }    
    .desktop_mega>ul:hover {
        color: #aaa
    }    
    .desktop_mega>ul:hover>li>div.mega_submenu>ul, .mega_menu>nav>ul>li:hover {
        color: #222!important
    }    
    .mega_submenu {
        text-align: center;
        position: fixed;
        left: 0;
        top: 103px;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        z-index: 9;
        display: block;
        border-top: 1px solid #ddd
    }    
    .mega_submenu.desktop {
        display: block!important
    }    
    .mega_submenu.mobile, .mobile_only {
        display: none!important
    }    
    .mega_submenu>ul>li, .sub_mouseover>ul>li {
        display: inline-block;
        padding: 20px .8%;
        font-size: 13px;
        color: #222
    }    
    .mega_submenu>ul>li:hover, .sub_sub>ul>li:hover {
        text-decoration: underline
    }    
    .top_right {
        top: 11px
    }    
    .preheader.left {
        left: 30px
    }    
    .mega_mobile {
        display: none
    }    
    .sub_sub {
        position: absolute;
        display: none;
        background: rgba(255, 255, 255, 0.9);
        padding: 0 20px 20px 20px;
        line-height: 29px;
        margin-left: -20px;
        z-index: 999999999;
        top: 55px
    }    
    .mega_submenu>ul>li:hover .sub_sub {
        display: block
    }    
    .women-features-occasionshop {
        padding-left: 10px;
        margin-left: -10px;
        background: #f9c5b0;
        color: #fff;
        text-decoration: none
    }    
    .sub_sub li[class*="occasion"] {
        padding-left: 10px;
        margin-left: -10px;
        background: #f9c5b0;
        color: #fff;
        text-decoration: none;
        padding-right: 10px
    }    
    .flash_title>div p:last-child {
        display: block
    }
    .blogger_text {
        font-size: 120%;
        top: 40%
    }    
    .blogger {
        padding-top: 0!important
    }    
    .insider {
        top: 30%;
        font-size: 1.5em
    }    
    .deals {
        width: 101.1%
    }    
    .flash_timer {
        font-size: 4rem
    }    
    .deals .price_c {
        font-size: 1rem;
        line-height: 17px
    }
    .slideBanner {
        top: 103px;
    } 
    .left_nav .selected:before {
        content: ''
    }
    #g_kids {
        display: inline-block!important
    }    
    #g_girls, #g_boys {
        display: none!important
    }
    .sbo .quick_view {
        font-size: 130%
    }
    .instagram_right {
        width: 39%;
        padding-top: 25px;
        float: right!important
    }    
    .instagram_modal {
        width: 100%
    }    
    .instagram_cta {
        top: 0;
        left: 61%!important
    }
    .h_video .video_top {
        font-size: 1.5rem;
        top: 1.8%
    }    
    .h_video .video_bottom {
        font-size: 1.1rem;
        bottom: 1.7%
    }
    .countdown.blackfriday {
        padding-top: 0
    }    
    .countdown_wrapper {
        width: 31%;
        max-width: 340px
    }    
    .countdown_no>div.title {
        font-size: 100%
    }    
    .timer {
        font-size: 400%
    }
    .f21_card_title {
        background-size: 28%;
        background-position: 90% 100%
    }
    .footer_nav>div {
        padding: 0 5em
    }    
    .footer_nav>div:nth-child(2n+3) {
        margin-top: 0;
        clear: none
    }    
    .footer_nav>div:last-child {
        margin-top: 0
    }
     .new_tracking>div {
        width: 33.33%
    }    
    .new_tracking>div:last-child {
        display: table-cell
    }
}
@media screen and (min-width:1200px) {
    .ct_menu.small {
        width: 40%!important;
        left: 30%!important;
        border-top: 0!important
    }    
    .desktop_mega {
        margin-left: -70px
    }
}
@media screen and (min-width:1300px) {
    .flash_timer {
        font-size: 4.1rem
    }
}
@media screen and (min-width:1400px) {
    .footer_nav>div {
        padding: 0 7em
    }
}
@media screen and (min-width:1450px) {
    .sbo .product_item {
        width: 33.33%
    }    
    .sbo .product_item:nth-child(4n+1) {
        clear: none
    }    
    .product_item {
        width: 25%
    }    
    .product_item:nth-child(2n) {
        padding: 0
    }    
    .product_item:nth-child(2n+1), .product_item:nth-child(3n+1) {
        clear: none
    }    
    .product_item:nth-child(4n+1) {
        clear: left
    }    
    .product_grid.gallery>div>.product_item {
        width: 19%
    }    
    .product_grid.gallery>div>.product_item:nth-child(3n+1), .product_grid.gallery>div>.product_item:nth-child(4n+1) {
        clear: none
    }    
    .grid4>.product_item {
        width: 20%;
        padding: 0 1.6% 2% 0!important
    }    
    .grid4>.product_item:nth-child(3n+1), .grid4>.product_item:nth-child(4n+1) {
        clear: none
    }    
    .grid4>.product_item:nth-child(5n+1) {
        clear: left
    }    
    #product5_rr .product_item:nth-child(4n+1), .pdp_recently .product_item:nth-child(4n+1) {
        clear: none
    }    
    .sbo .product_item:nth-child(3n+1) {
        clear: left
    }    
    .c_left {
        width: 13%
    }    
    .c_right {
        width: 85%
    }    
    .deals .product_item {
        width: 14.28%;
        padding: 0 1% 0 0!important
    }    
    .deals .product_item:nth-child(2n+1), .deals .product_item:nth-child(3n+1), .deals .product_item:nth-child(4n+1), .deals .product_item:nth-child(5n+1), .deals .product_item:nth-child(6n+1) {
        clear: none
    }    
    .deals .product_item:nth-child(7) {
        display: block
    }    
    .feed_wrapper {
        width: 20%!important
    }    
    .flash_timer {
        font-size: 5rem
    }    
    .desktop_mega {
        margin-left: 0
    }
    .sbo .quick_view {
        font-size: 140%
    }    
    .sbo .quick_view span {
        padding-top: 35%
    }
    .h_video .video_top {
        font-size: 1.8rem;
        top: 11px
    }    
    .h_video .video_bottom {
        font-size: 1.4rem;
        bottom: 9px
    }
    .countdown_wrapper {
        width: 33%;
        max-width: 400px;
        max-height: 130px
    }    
    .countdown_no>div.title {
        font-size: 115%;
        padding-top: 18px
    }    
    .timer {
        font-size: 500%
    }
}
@media screen and (min-width:1800px) {
    .wrapper {
        max-width: 1900px
    }    
    .wrapper, #main .wrapper {
        max-width: 1800px!important
    }    
    .product_item {
        width: 20%
    }    
    .product_item:nth-child(2n+1), .product_item:nth-child(3n+1), .product_item:nth-child(4n+1), .sbo .product_item:nth-child(5n+1) {
        clear: none
    }    
    .product_item:nth-child(5n+1) {
        clear: left
    }    
    .c_left {
        width: 13%
    }    
    .c_right {
        width: 86%
    }    
    #product5_rr .product_item:nth-child(5n+1), .pdp_recently .product_item:nth-child(5n+1) {
        clear: none
    }    
    .feed_wrapper {
        width: 20%!important
    }    
    .pdp_wrapper, .breadcrumb.pdp {
        max-width: 1200px
    }    
    .new_kicker {
        padding: 0!important
    }
    .sbo .quick_view {
        font-size: 150%
    }    
    .sbo .quick_view span {
        padding-top: 37%
    }
    .h_video .video_top {
        font-size: 2rem;
        top: 2.3%
    }    
    .h_video .video_bottom {
        font-size: 1.55rem;
        bottom: 10px
    }
    .countdown_wrapper {
        width: 45%;
        max-width: 500px;
        max-height: 164px
    }    
    .countdown_no>div.title {
        font-size: 130%;
        padding-top: 18px
    }    
    .timer {
        font-size: 650%
    }    
    .timer_tag {
        font-size: 150%
    }
}
@media screen and (max-width:1400px) {
    #g_gift .global_cat {
        margin-left: -15px;
    }    
    .mega_menu>nav>ul>li {
        padding: 0 0.5%;
    }
}
@media screen and (max-width:1200px) {
    #g_gift .global_cat {
        margin-left: -10px;
    }    
    .mega_menu>nav>ul>li {
        padding: 0 0.3%;
    }
}
@media screen and (max-width:1100px) {
    .instagram_number {
        display: block!important
    }
    .left_nav .selected:before {
        display: none
    }    
    .mega_submenu.mobile {
        overflow: hidden
    }    
    .NewItemTag5 {
        height: 25px !important;
        padding: 5px !important;
    }footer .post_footer {
        max-width: 800px;
        padding: 20px 20px 0;
    }    
    .post_footer .span_12_of_16, .post_footer .span_8_of_16, .post_footer .float_right {
        float: none;
        width: 100%;
    }    
    .post_footer .float_right {
        margin-top: 10px;
    } 
    #g_gift .global_mobile {
        display: inline-block
    }
}
@media screen and (max-width:1099px) {  
    .curalate-modal-left-content {
        display: block;
    }
    .curalate-modal-right-content {
        padding-left: 0px;
        width: 100%;
        display: block;
    }
    .curalate-shop-container {
        height: auto !important;
    }
    .curalate-product-details {
        width: auto;
        overflow-y: hidden;
        overflow-x: hidden;
        text-align: left;
        padding: 0px;
    }
    .curalate-product-details .product {
        float: left;
        width: 25%;
        padding: 5px;
        margin: 0px;
        text-align: center;
    }
}
@media screen and (max-width:850px) {
    .signup_slider {
        width: 100% !important;
        left: 0 !important;
        margin: 0px;
        background: none !important
    }    
    .signup_slider fieldset {
        top: 60%;
        left: 40%;
    }    
    .signup_slider input {
        width: 65%;
    }    
    .signup_slider .mail_privacy_check {
        position: absolute;
        left: 40%;
        top: 85%;
    }
}


/* ============================== */
/* China Code                     */
/*================================*/
* {
    font-family: Arial, "Microsoft Yahei", "微軟雅黑", "Microsoft MingLiU", 新細明體, sans-serif;
}
body, table, fieldset label, address, .myaccount address, button.edit_btn {
    font-size: 12px
}
.n_checkout_title, .message { 
    font-size: 13px
}
.checkout_box > li:nth-child(odd) {
    width: 120px;
}
header, .mega_menu, .mega_menu.show {
    letter-spacing: 2px;
}

/* join */
.birthWrapper .dropdown {
    float: left; 
    width: 32%; 
    margin-left: 2%; 
    margin-top: 0px !important; 
    clear: none !important;
}
.birthWrapper > label + .dropdown {
    width: 32%; 
    margin-left: 0px;
}
.codeImg {
    margin: 5px 0 10px
}

/* product */
.DetailSearchRoot > .DetailSearchLeft {
    width: 100px
}
.DetailSearchRoot > .DetailSearchRight {
    width: 90%
}
.guide{ 
    padding: 0 0 0 15px;
}
.guide h1 {
    font-size: 2em
}
.guide h2 {
    padding: 24px 0 12px; 
    font-weight: bold;
}
.guide p.btn_go {
    margin-top: 10px; 
    padding: 30px 0 0 0; 
    text-align: center; 
    border-top: 1px solid #ddd;
}
.guide p {
    padding: 20px 0 20px 15px;
}

/* footer */
footer div ul li {
    text-transform: none
}
footer #Div2 em {
    display: block; 
    margin-left: 53px; 
    color: #666;
}
footer #Div3 {
    width: 15%;
}
footer .wechat {
    position: relative
}
footer .wechat em {
    display: none; 
    position: absolute; 
    bottom: 30px; 
    left: 0px;
}
footer .wechat em {
    width: 100px; 
    height: 125px;
}
footer .wechat:hover em {
    display: block; 
    background: #fff; 
    padding: 10px; 
    border: 1px solid #ddd;
}
.copyright em {
    display: inline-block; 
    margin: 0 5px 0 20px; 
    color: #999;
}

/* order */
.n_ck_s_itemoption_list div > ul > li:first-child {
    width: 40%;
}
.ck_s_itemoption > div > div > ul > li:last-child {
    width: 55%;
}
.dataL > div ul li {
    line-height: 1.8em;
}
.shopping_summarylist li:nth-child(odd) {
    width: 45%
}
.shopping_summarylist li:nth-child(even) {
    width: 55%
}
#email_result_tab img {
    width: auto
}
#email_result_tab.step2 {
    position: fixed; 
    top: 50%; 
    left: 50%; 
    width: 498px; 
    height: 188px; 
    z-index: 999; 
    margin: -94px 0 0 -249px;
}
#email_result_tab.step2 button {
    position: absolute; 
    top: 190px; 
    left: 50%; 
    margin-left: -55px;
}