@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 100%
}
ol,
ul,
li {
    list-style: none
}
table {
    border-collapse: 0;
    border-spacing: 0
}
html {
    -webkit-text-size-adjust: none
}
body {
    font: normal 12px Verdana, sans-serif
}
a {
    color: #555;
    text-decoration: none
}
button {
    cursor: pointer
}
br.clear {
    clear: left
}
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}
.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}
.hide {
    display: none
}
@charset "utf-8";
.box {
    margin: 10px 10px 0
}
.box .hd {
    border: 1px solid #969696;
    border-bottom: 1px solid #CCC;
    min-height: 24px;
    line-height: 24px;
    padding: 0 10px;
    background: #eee;
    font-weight: bold;
    color: #333;
    text-shadow: 0 1px 1px #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eee));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eee);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eee);
    background-image: -ms-linear-gradient(top, #fdfdfd, #eee);
    background-image: -o-linear-gradient(top, #fdfdfd, #eee);
    background-image: linear-gradient(top, #fdfdfd, #eee);
    border-radius: 5px 5px 0 0;
    position: relative;
    cursor: pointer
}
.box .hd .arrow {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    right: 10px;
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat
}
.box .hd .unfold {
    background-position: 0 -141px
}
.box .hd .fold {
    background-position: -63px -141px
}
.box .hd .hd-edit {
    display: block;
    position: absolute;
    top: 1px;
    right: 10px;
    color: #333;
    text-shadow: #fff 0 1px 0;
    font-weight: normal
}
.box .hd .hd-edit:hover {
    color: #b00
}
.icon-edit {
    display: inline-block;
    vertical-align: text-top;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: 1 -1px;
    background-image: url(/includes/templates/slucky/images/mobile/icon_edit.png)
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .icon-edit {
        background-image: url(/includes/templates/slucky/images/mobile/icon_edit@2x.png);
        background-position: 1px -1px;
        background-size: 15px
    }
}
.box .bd {
    padding: 10px;
    border: 1px solid #969696;
    border-top: 0;
    border-radius: 0 0 5px 5px
}
.box p {
    padding: 5px 0;
    margin: 0 !important;
    word-wrap: break-word
}
.box .mask_table .bg_a0 {
    background: #a0a0a0
}
.account-table-data {
    width: 100%
}
.account-table-data th {
    text-align: right;
    width: 35%
}
.account-table-data th,
.account-table-data td {
    padding: 3px 5px
}
a.textbtn,
button.textbtn,
a.textbtnDisabled,
button.textbtnDisabled,
span.textbtnDisabled,
a.textbtnPending,
button.textbtnPending,
a.textbtnGray,
button.textbtnGray {
    color: #760081 !important;
    font-weight: normal !important;
    font: 14px Verdana;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    text-shadow: 0 1px 0 white;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f5d8f6 repeat-x;
    border: solid 1px #c780ce;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
    line-height: 1;
    margin-bottom: 5px
}
a.textbtn,
button.textbtn {
    background-color: #f5d8f6
}
a.textbtn_gray,
button.textbtn_gray {
    color: #333 !important;
    font-weight: normal !important;
    font: 14px Verdana;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    text-shadow: 0 1px 0 white;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #eee repeat-x;
    border: solid 1px #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
    line-height: 1;
    margin-bottom: 5px;
    background-color: #eee
}
a.textbtn.allColBtn,
button.textbtn.allColBtn,
a.textbtnGray.allColBtn,
button.textbtnGray.allColBtn,
a.textbtnDisabled.allColBtn,
button.textbtnDisabled.allColBtn,
span.textbtnDisabled.allColBtn {
    width: 100%;
    margin: 18px -1px 0;
    padding: 8px 0;
    text-align: center
}
a.textbtnDisabled,
button.textbtnDisabled,
span.textbtnDisabled {
    background-color: #ebe9e9;
    color: #666;
    border-color: #d6d3d3;
    cursor: default
}
.required {
    color: #F00
}
.highLight {
    color: #730194
}
.bold {
    font-weight: bold
}
.bnone {
    border: none !important
}
#mobile-navigation {
    margin-top: 7px;
    padding: 10px 0
}
.w-mobile-navigation {
    font-family: Verdana;
    margin-top: 10px
}
.w-mobile-navigation li {
    display: inline-block;
    width: 33%;
    text-align: center;
    float: left
}
.w-mobile-navigation .navi-prev span,
.w-mobile-navigation .navi-next a,
.w-mobile-navigation .navi-prev a,
.w-mobile-navigation .navi-next span {
    width: 50px
}
.navi-pagenum b {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    overflow: hidden
}
.sign-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px
}
.or-label {
    margin: -8px 0 5px !important
}
.or-label span {
    float: left;
    background-color: #fff;
    padding-right: 9px;
    color: #999;
    font-size: 14px
}
.goods_page_help {
    margin-top: 8px
}
.goods_page_help td {
    vertical-align: top
}
.goods_page_help td img {
    width: 18px
}
.myui-btn,
.litb-btn {
    border: 1px solid #f7c942;
    font-weight: bold;
    text-align: center;
    font-family: Georgia, sans-serif;
    color: #6f5318;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3e86b), to(#f5bf40));
    background-image: -webkit-linear-gradient(top, #f3e86b, #f5bf40);
    background-image: -moz-linear-gradient(top, #f3e86b, #f5bf40);
    background-image: -ms-linear-gradient(top, #f3e86b, #f5bf40);
    background-image: -o-linear-gradient(top, #f3e86b, #f5bf40);
    background-image: linear-gradient(top, #f3e86b, #f5bf40);
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #fbebbe
}
div.viewMoreBtn {
    width: 30%;
    margin: 10px auto;
    text-align: center
}
.myui-btn-inner {
    display: block;
    width: 100%;
    padding: 8px 0
}
.myui-btn span,
.litb-btn span {
    color: #6f5318
}
.viewMoreBtn .myui-btn-inner {
    text-align: center
}
.litb-tab-b {
    padding-bottom: 10px
}
.litb-tab-b li {
    float: left;
    width: 33.333%
}
.litb-tab-b li a {
    display: block;
    text-align: center;
    position: relative;
    font-weight: bold;
    border-top: 1px solid #b46f6f;
    border-bottom: 1px solid #b46f6f;
    border-left: 1px solid #b46f6f;
    border-right: 1px solid #ffe3e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe3e2), to(#fed7d6));
    background-image: -webkit-linear-gradient(top, #ffe3e2, #fed7d6);
    background-image: -moz-linear-gradient(top, #ffe3e2, #fed7d6);
    background-image: -ms-linear-gradient(top, #ffe3e2, #fed7d6);
    background-image: -o-linear-gradient(top, #ffe3e2, #fed7d6);
    background-image: linear-gradient(top, #ffe3e2, #fed7d6);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8)
}
.prodNarrowOpts li a {
    font: bold 14px Verdana
}
.litb-tab-b li:first-child a,
.litb-tab-b li:first-child a.active {
    border-left: 0
}
.litb-tab-b li a.active {
    background-image: none
}
.litb-tab-b li a.active {
    background-color: #9f2625;
    border: 1px solid black;
    color: white;
    text-shadow: 1px 1px 1px rgba(20, 20, 20, 0.8)
}
.litb-tab-b li:first-child a,
.litb-tab-b li:first-child a.active {
    border-left: 0
}
.litb-tab-b li a span {
    display: block;
    border-top: 1px solid white;
    padding: 6px 0
}
.litb-tab-b li a.active span {
    border-top: 1px solid #c22d2c;
    color: white
}
.litb-tab-b li a.active em {
    position: absolute;
    width: 14px;
    height: 7px;
    bottom: -7px;
    left: 50%;
    margin-left: -7px
}
.litb-tab-b li a.active em {
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat 0 -64px
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .litb-tab-b li a.active em {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto
    }
}
.prodNarrowOpts li a.listByPriceUp i,
.prodNarrowOpts li a.listByPriceUp.active i,
.prodNarrowOpts li a.listByPriceDown i,
.prodNarrowOpts li a.listByPriceDown i {
    padding: 0 8px
}
.prodNarrowOpts li a.listByPriceUp i,
.prodNarrowOpts li a.listByPriceUp.active i,
.prodNarrowOpts li a.listByPriceDown i,
.prodNarrowOpts li a.listByPriceDown i {
    padding: 0 8px
}
.prodNarrowOpts li a.listByPriceDown i {
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat -57px -62px
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .prodNarrowOpts li a.listByPriceDown i {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto
    }
}
.account-table-data-wrap-1 table {
    border-bottom: 1px dotted #b879c1
}
#orderDetailProgressBar {
    height: 5px;
    padding: 60px 5px 25px;
    position: relative;
    margin-bottom: 0
}
.modInset {
    margin: 10px
}
#orderDetailProgressBar .progressBarBg {
    height: 5px;
    background-color: #DDD;
    position: relative;
    overflow: hidden
}
#orderDetailProgressBar .progressBarCur {
    height: 5px;
    background-color: #79a959;
    position: absolute;
    width: 100%
}
#orderDetailProgressBar.processA .progressBarCur {
    right: 85%
}
#orderDetailProgressBar .nodes {
    position: relative;
    top: -10px
}
#orderDetailProgressBar .nodes span {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #DDD;
    top: 0;
    border-radius: 7px;
    border: 2px solid white
}
#orderDetailProgressBar .nodes .nodeA {
    left: -1px
}
#orderDetailProgressBar.processA .nodes .nodeA,
#orderDetailProgressBar.processB .nodes .nodeA,
#orderDetailProgressBar.processB .nodes .nodeB,
#orderDetailProgressBar.processC .nodes .nodeA,
#orderDetailProgressBar.processC .nodes .nodeB,
#orderDetailProgressBar.processC .nodes .nodeC {
    background-color: #79a959
}
#orderDetailProgressBar .nodes .nodeB {
    left: 30%
}
#orderDetailProgressBar .nodes .nodeC {
    right: -1px
}
#orderDetailProgressBar .mileStone .orderReceived {
    top: 20px;
    left: 0;
    width: 60px;
    color: #79a959
}
#orderDetailProgressBar .mileStone li {
    position: absolute;
    color: #DDD;
    font-weight: bold
}
#orderDetailProgressBar .mileStone .orderPending {
    top: 70px;
    left: 0;
    width: 30%;
    text-align: center;
    color: black
}
#orderDetailProgressBar .mileStone .orderPaid {
    top: 20px;
    left: 30%;
    width: 60px
}
#orderDetailProgressBar .mileStone .orderProcessing {
    top: 70px;
    left: 30%;
    width: 70%;
    text-align: center;
    color: black
}
#orderDetailProgressBar .mileStone .orderShipped {
    top: 20px;
    right: 0;
    width: 90px;
    text-align: right
}
#orderDetailTable th {
    width: 37%;
    text-align: left;
    padding-right: 10px;
    margin-bottom: 0
}
.orderPageTable th,
.orderPageTable td {
    padding: 5px 0
}
.arrow-proceed {
    background-position: -163px -59px;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 10px -3px 0
}
.mSprite {
    background-image: url(/includes/templates/slucky/images/mobile/sprite.png)
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .mSprite {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto
    }
}
#orderDetailProductsList {
    margin-top: 10px;
    padding: 0 10px
}
.litb-m-cartSum {
    width: 100%
}
.ui-table-info th,
.ui-table-info td {
    padding: 3px 5px
}
.ui-table-info th {
    text-align: right;
    width: 35%
}
.litb-m-cartSum th,
.litb-m-cartSum td {
    padding: 5px 2px 5px 5px;
    text-align: right
}
.litb-m-cartSum th {
    width: 65%
}
.orderPageTable th,
.orderPageTable td {
    padding: 2px 0
}
.count_down {
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat 0 -466px;
    width: 171px;
    height: 17px;
    color: #fff;
    padding: 5px 0 0 5px;
    font-weight: bold
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .count_down {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto;
        background-position: -50px -466px
    }
}
.count_down i {
    font-style: normal;
    font-weight: normal
}
table.size {
    margin: 20px auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0
}
table.size caption {
    height: 30px;
    text-align: center;
    background: #eee;
    line-height: 30px;
    border: 1px solid #ccc;
    border-bottom: 0;
    font-size: 16px;
    font-weight: bold
}
table.size th {
    background: #eee;
    height: 28px;
    border: 1px solid #ccc;
    text-align: center
}
table.size td {
    border: 1px solid #ccc;
    height: 28px;
    text-align: center
}
table.size td.first {
    background: #eee
}
h2.color_chart {
    margin: 20px 15px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #eee;
    height: 30px;
    line-height: 30px
}
h2.color_chart a {
    margin: 0 5px
}
.size_color h3 {
    font-size: 14px;
    margin: 15px 0
}
table.color_chart {
    width: 100%;
    text-align: center
}
table.color_chart td {
    padding: 5px
}
.how_messure {
    float: left;
    overflow: hidden
}
.how_messure h4 {
    margin-bottom: 10px
}
.how_messure p {
    margin: 10px 0;
    line-height: 165%
}
.goods_page_1 h3 {
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px
}
.goods_page_1 a {
    color: #7e049f !important
}
.goods_desc p {
    font-size: 14px;
    line-height: 165%;
    padding: 20px;
    border: 1px solid #EEE
}
.goods_attribute li {
    height: 25px;
    line-height: 25px;
    text-align: left
}
.goods_gallery {
    margin: 10px 0;
    text-align: center
}
#how-to-measure {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important
}
#ulAddress li {
    border-bottom: 1px dotted #b879c1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative
}
#ulAddress li .first {
    position: absolute;
    left: -20px;
    top: 0
}
#ulAddress li.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
#divShipingMethod li {
    margin-bottom: 10px
}
#divShipingMethod li span {
    margin-left: 20px
}
.table-prOrderOpts td {
    padding-bottom: 5px
}
.table-prOrderOpts input[type="text"] {
    border: 1px solid #abadb3;
    padding: 1px 4px;
    font-size: 13px
}
#footer_btns li a {
    display: block;
    padding: 10px 0;
    padding-left: 44px;
    color: black;
    font-size: 14px;
    text-shadow: 0 1px 1px white;
    background-image: url(/includes/templates/slucky/images/mobile/help_link_new.png);
    background-repeat: no-repeat
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #footer_btns li a {
        background-image: url(/includes/templates/slucky/images/mobile/help_link_new@2x.png?33782);
        background-size: 200px auto
    }
}
.help-myRecentOrder {
    background-position: 7px -176px
}
.help-shoppingCart {
    background-position: 5px -58px
}
.help-myFavorite {
    background-position: 8px -117px
}
.help-recentlyViewed {
    background-position: 6px -88px
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .help-recentlyViewed {
        background-position: 6px -90px
    }
    .help-myFavorite {
        background-position: 8px -119px
    }
    .help-myRecentOrder {
        background-position: 7px -181px
    }
}
.help-account {
    background-position: 9px -28px
}
.logo_no_link {
    height: 37px;
    padding: 4px 0 0;
    border-bottom: 1px solid #c8c8c8
}
.fgw {
    position: relative
}
.uloading {
    background: url(/includes/templates/slucky/images/mobile/loading.gif) no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0
}
.copyright {
    text-align: center;
    padding: 10px 0
}
.ui-bar-a {
    background: #fff;
    color: #333
}
.ui-bar-a a.ui-link-inherit {
    color: #333
}
.ui-bar-a .ui-link {
    color: #730194
}
.ui-bar-a,
.ui-bar-a input,
.ui-bar-a select,
.ui-bar-a textarea,
.ui-bar-a button {
    font-family: Arial, sans-serif
}
.ui-body-a,
.ui-overlay-a {
    color: #333;
    background: #fff
}
.ui-body-a,
.ui-body-a input,
.ui-body-a select,
.ui-body-a textarea,
.ui-body-a button {
    font-family: Arial, sans-serif
}
.ui-body-a .ui-link-inherit {
    color: #730194
}
.ui-body-a .ui-link {
    color: #730194
}
.li-getPwd .ui-link {
    color: #999;
    text-decoration: underline
}
.ui-btn-up-a {
    border: 1px solid #ccc;
    background: #eee;
    font-weight: bold;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fff, #f1f1f1);
    background-image: -moz-linear-gradient(#fff, #f1f1f1);
    background-image: -ms-linear-gradient(#fff, #f1f1f1);
    background-image: -o-linear-gradient(#fff, #f1f1f1);
    background-image: linear-gradient(#fff, #f1f1f1)
}
.ui-btn-up-a:visited,
.ui-btn-up-a a.ui-link-inherit {
    color: #2f3e46
}
.ui-btn-hover-a {
    border: 1px solid #bbb;
    background: #dfdfdf;
    font-weight: bold;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: -moz-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: -ms-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: -o-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: linear-gradient(#f6f6f6, #e0e0e0)
}
.ui-btn-hover-a:visited,
.ui-btn-hover-a:hover,
.ui-btn-hover-a a.ui-link-inherit {
    color: #2f3e46
}
.ui-btn-down-a {
    border: 1px solid #bbb;
    background: #d6d6d6;
    font-weight: bold;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#dfdfdf));
    background-image: -webkit-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: -moz-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: -ms-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: -o-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: linear-gradient(#d0d0d0, #dfdfdf)
}
.ui-btn-down-a:visited,
.ui-btn-down-a:hover,
.ui-btn-down-a a.ui-link-inherit {
    color: #2f3e46
}
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
    font-family: Arial, sans-serif;
    text-decoration: none
}
.ui-bar-b {
    border: 1px solid #b3b3b3;
    background: #eee;
    color: #3e3e3e;
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ddd));
    background-image: -webkit-linear-gradient(#f0f0f0, #ddd);
    background-image: -moz-linear-gradient(#f0f0f0, #ddd);
    background-image: -ms-linear-gradient(#f0f0f0, #ddd);
    background-image: -o-linear-gradient(#f0f0f0, #ddd);
    background-image: linear-gradient(#f0f0f0, #ddd)
}
.ui-bar-b a.ui-link-inherit {
    color: #3e3e3e
}
.ui-bar-b a.ui-link {
    color: #7cc4e7
}
.ui-bar-b a.ui-link:visited {
    color: #2c2c2c
}
.ui-bar-b a.ui-link:hover {
    color: #2c2c2c
}
.ui-bar-b a.ui-link:active {
    color: #2c2c2c
}
.ui-bar-b,
.ui-bar-b input,
.ui-bar-b select,
.ui-bar-b textarea,
.ui-bar-b button {
    font-family: Arial, sans-serif
}
.ui-body-b,
.ui-overlay-b {
    border: 1px solid #aaa;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eee));
    background-image: -webkit-linear-gradient(#f9f9f9, #eee);
    background-image: -moz-linear-gradient(#f9f9f9, #eee);
    background-image: -ms-linear-gradient(#f9f9f9, #eee);
    background-image: -o-linear-gradient(#f9f9f9, #eee);
    background-image: linear-gradient(#f9f9f9, #eee)
}
.ui-overlay-b {
    background-image: none;
    border-width: 0
}
.ui-body-b,
.ui-body-b input,
.ui-body-b select,
.ui-body-b textarea,
.ui-body-b button {
    font-family: Arial, sans-serif
}
.ui-body-b a.ui-link-inherit {
    color: #333
}
.ui-body-b .ui-link {
    color: #2c2c2c
}
.ui-body-b .ui-link:visited {
    color: #2c2c2c
}
.ui-body-b .ui-link:hover {
    color: #2c2c2c
}
.ui-body-b .ui-link:active {
    color: #2c2c2c
}
.ui-btn-up-b {
    border: 1px solid #ccc;
    background: #eee;
    font-weight: bold;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fff, #f1f1f1);
    background-image: -moz-linear-gradient(#fff, #f1f1f1);
    background-image: -ms-linear-gradient(#fff, #f1f1f1);
    background-image: -o-linear-gradient(#fff, #f1f1f1);
    background-image: linear-gradient(#fff, #f1f1f1)
}
.ui-btn-up-b:visited,
.ui-btn-up-b a.ui-link-inherit {
    color: #2f3e46
}
.ui-btn-hover-b {
    border: 1px solid #bbb;
    background: #dfdfdf;
    font-weight: bold;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: -moz-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: -ms-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: -o-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: linear-gradient(#f6f6f6, #e0e0e0)
}
.ui-btn-hover-b:visited,
.ui-btn-hover-b:hover,
.ui-btn-hover-b a.ui-link-inherit {
    color: #2f3e46
}
.ui-btn-down-b {
    border: 1px solid #bbb;
    background: #d6d6d6;
    font-weight: bold;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#dfdfdf));
    background-image: -webkit-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: -moz-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: -ms-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: -o-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: linear-gradient(#d0d0d0, #dfdfdf)
}
.ui-btn-down-b:visited,
.ui-btn-down-b:hover,
.ui-btn-down-b a.ui-link-inherit {
    color: #2f3e46
}
.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {
    font-family: Arial, sans-serif;
    text-decoration: none
}
.ui-bar-c {
    border: 1px solid #b3b3b3;
    background: #eee;
    color: #3e3e3e;
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ddd));
    background-image: -webkit-linear-gradient(#f0f0f0, #ddd);
    background-image: -moz-linear-gradient(#f0f0f0, #ddd);
    background-image: -ms-linear-gradient(#f0f0f0, #ddd);
    background-image: -o-linear-gradient(#f0f0f0, #ddd);
    background-image: linear-gradient(#f0f0f0, #ddd)
}
.ui-bar-c a.ui-link-inherit {
    color: #3e3e3e
}
.ui-bar-c a.ui-link {
    color: #7cc4e7
}
.ui-bar-c a.ui-link:visited {
    color: #2c2c2c
}
.ui-bar-c a.ui-link:hover {
    color: #2c2c2c
}
.ui-bar-c a.ui-link:active {
    color: #2c2c2c
}
.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button {
    font-family: Arial, sans-serif
}
.ui-body-c,
.ui-overlay-c {
    border: 1px solid #aaa;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eee));
    background-image: -webkit-linear-gradient(#f9f9f9, #eee);
    background-image: -moz-linear-gradient(#f9f9f9, #eee);
    background-image: -ms-linear-gradient(#f9f9f9, #eee);
    background-image: -o-linear-gradient(#f9f9f9, #eee);
    background-image: linear-gradient(#f9f9f9, #eee)
}
.ui-overlay-c {
    background-image: none;
    border-width: 0
}
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
    font-family: Arial, sans-serif
}
.ui-body-c a.ui-link-inherit {
    color: #333
}
.ui-body-c .ui-link {
    color: #2c2c2c
}
.ui-body-c .ui-link:visited {
    color: #2c2c2c
}
.ui-body-c .ui-link:hover {
    color: #2c2c2c
}
.ui-body-c .ui-link:active {
    color: #2c2c2c
}
.ui-btn-up-c {
    border: 1px solid #ccc;
    background: #eee;
    font-weight: bold;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fff, #f1f1f1);
    background-image: -moz-linear-gradient(#fff, #f1f1f1);
    background-image: -ms-linear-gradient(#fff, #f1f1f1);
    background-image: -o-linear-gradient(#fff, #f1f1f1);
    background-image: linear-gradient(#fff, #f1f1f1)
}
.ui-btn-up-c:visited,
.ui-btn-up-c a.ui-link-inherit {
    color: #2f3e46
}
.ui-btn-hover-c {
    border: 1px solid #bbb;
    background: #dfdfdf;
    font-weight: bold;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: -moz-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: -ms-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: -o-linear-gradient(#f6f6f6, #e0e0e0);
    background-image: linear-gradient(#f6f6f6, #e0e0e0)
}
.ui-btn-hover-c:visited,
.ui-btn-hover-c:hover,
.ui-btn-hover-c a.ui-link-inherit {
    color: #2f3e46
}
.ui-btn-down-c {
    border: 1px solid #bbb;
    background: #d6d6d6;
    font-weight: bold;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#dfdfdf));
    background-image: -webkit-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: -moz-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: -ms-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: -o-linear-gradient(#d0d0d0, #dfdfdf);
    background-image: linear-gradient(#d0d0d0, #dfdfdf)
}
.ui-btn-down-c:visited,
.ui-btn-down-c:hover,
.ui-btn-down-c a.ui-link-inherit {
    color: #2f3e46
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
    font-family: Arial, sans-serif;
    text-decoration: none
}
a.ui-link-inherit {
    text-decoration: none !important
}
.ui-btn-inner {
    border-top: 1px solid #fff;

    border-color: rgba(255, 255, 255, .3)
}
.ui-corner-tl {
    -moz-border-radius-topleft: .3em;
    -webkit-border-top-left-radius: .3em;
    border-top-left-radius: .3em
}
.ui-corner-tr {
    -moz-border-radius-topright: .3em;
    -webkit-border-top-right-radius: .3em;
    border-top-right-radius: .3em
}
.ui-corner-bl {
    -moz-border-radius-bottomleft: .3em;
    -webkit-border-bottom-left-radius: .3em;
    border-bottom-left-radius: .3em
}
.ui-corner-br {
    -moz-border-radius-bottomright: .3em;
    -webkit-border-bottom-right-radius: .3em;
    border-bottom-right-radius: .3em
}
.ui-corner-top {
    -moz-border-radius-topleft: .3em;
    -webkit-border-top-left-radius: .3em;
    border-top-left-radius: .3em;
    -moz-border-radius-topright: .3em;
    -webkit-border-top-right-radius: .3em;
    border-top-right-radius: .3em
}
.ui-corner-bottom {
    -moz-border-radius-bottomleft: .3em;
    -webkit-border-bottom-left-radius: .3em;
    border-bottom-left-radius: .3em;
    -moz-border-radius-bottomright: .3em;
    -webkit-border-bottom-right-radius: .3em;
    border-bottom-right-radius: .3em
}
.ui-corner-right {
    -moz-border-radius-topright: .3em;
    -webkit-border-top-right-radius: .3em;
    border-top-right-radius: .3em;
    -moz-border-radius-bottomright: .3em;
    -webkit-border-bottom-right-radius: .3em;
    border-bottom-right-radius: .3em
}
.ui-corner-left {
    -moz-border-radius-topleft: .3em;
    -webkit-border-top-left-radius: .3em;
    border-top-left-radius: .3em;
    -moz-border-radius-bottomleft: .3em;
    -webkit-border-bottom-left-radius: .3em;
    border-bottom-left-radius: .3em
}
.ui-corner-all {
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em
}
.ui-corner-none {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.ui-br {
    border-bottom: #828282;
    border-bottom: rgba(130, 130, 130, .3);
    border-bottom-width: 1px;
    border-bottom-style: solid
}
.ui-disabled {
    filter: Alpha(Opacity=30);
    opacity: .3;
    zoom: 1
}
.ui-disabled,
.ui-disabled a {
    cursor: default !important;
    pointer-events: none
}
.ui-icon,
.ui-icon-searchfield:after {
    background: #666;
    background: rgba(0, 0, 0, .4);
    background-image: url(/includes/templates/slucky/images/mobile/icons-18-white.png);
    background-repeat: no-repeat;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px
}
.ui-icon-alt {
    background: #fff;
    background: rgba(255, 255, 255, .3);
    background-image: url(/includes/templates/slucky/images/mobile/icons-18-black.png);
    background-repeat: no-repeat
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
    .ui-icon-plus,
    .ui-icon-minus,
    .ui-icon-delete,
    .ui-icon-arrow-r,
    .ui-icon-arrow-l,
    .ui-icon-arrow-u,
    .ui-icon-arrow-d,
    .ui-icon-check,
    .ui-icon-gear,
    .ui-icon-refresh,
    .ui-icon-forward,
    .ui-icon-back,
    .ui-icon-grid,
    .ui-icon-star,
    .ui-icon-alert,
    .ui-icon-info,
    .ui-icon-home,
    .ui-icon-search,
    .ui-icon-searchfield:after,
    .ui-icon-checkbox-off,
    .ui-icon-checkbox-on,
    .ui-icon-radio-off,
    .ui-icon-radio-on {
        background-image: url(/includes/templates/slucky/images/mobile/icons-36-white.png);
        -moz-background-size: 776px 18px;
        -o-background-size: 776px 18px;
        -webkit-background-size: 776px 18px;
        background-size: 776px 18px
    }
    .ui-icon-alt {
        background-image: url(/includes/templates/slucky/images/mobile/icons-36-black.png)
    }
}
.ui-icon-plus {
    background-position: -0 50%
}
.ui-icon-minus {
    background-position: -36px 50%
}
.ui-icon-delete {
    background-position: -72px 50%
}
.ui-icon-arrow-r {
    background-position: -108px 50%
}
.ui-icon-arrow-l {
    background-position: -144px 50%
}
.ui-icon-arrow-u {
    background-position: -180px 50%
}
.ui-icon-arrow-d {
    background-position: -216px 50%
}
.ui-icon-check {
    background-position: -252px 50%
}
.ui-icon-gear {
    background-position: -288px 50%
}
.ui-icon-refresh {
    background-position: -324px 50%
}
.ui-icon-forward {
    background-position: -360px 50%
}
.ui-icon-back {
    background-position: -396px 50%
}
.ui-icon-grid {
    background-position: -432px 50%
}
.ui-icon-star {
    background-position: -468px 50%
}
.ui-icon-alert {
    background-position: -504px 50%
}
.ui-icon-info {
    background-position: -540px 50%
}
.ui-icon-home {
    background-position: -576px 50%
}
.ui-icon-search,
.ui-icon-searchfield:after {
    background-position: -612px 50%
}
.ui-icon-checkbox-off {
    background-position: -684px 50%
}
.ui-icon-checkbox-on {
    background-position: -648px 50%
}
.ui-icon-radio-off {
    background-position: -756px 50%
}
.ui-icon-radio-on {
    background-position: -720px 50%
}
.ui-checkbox .ui-icon,
.ui-selectmenu-list .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.ui-icon-checkbox-off,
.ui-icon-radio-off {
    background-color: transparent
}
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
    background-color: #4596ce
}
.ui-icon-loading {
    background: url(/includes/templates/slucky/images/mobile/ajax-loader.gif);
    background-size: 46px 46px
}
.ui-btn-corner-tl {
    -moz-border-radius-topleft: .3em;
    -webkit-border-top-left-radius: .3em;
    border-top-left-radius: .3em
}
.ui-btn-corner-tr {
    -moz-border-radius-topright: .3em;
    -webkit-border-top-right-radius: .3em;
    border-top-right-radius: .3em
}
.ui-btn-corner-bl {
    -moz-border-radius-bottomleft: .3em;
    -webkit-border-bottom-left-radius: .3em;
    border-bottom-left-radius: .3em
}
.ui-btn-corner-br {
    -moz-border-radius-bottomright: .3em;
    -webkit-border-bottom-right-radius: .3em;
    border-bottom-right-radius: .3em
}
.ui-btn-corner-top {
    -moz-border-radius-topleft: .3em;
    -webkit-border-top-left-radius: .3em;
    border-top-left-radius: .3em;
    -moz-border-radius-topright: .3em;
    -webkit-border-top-right-radius: .3em;
    border-top-right-radius: .3em
}
.ui-btn-corner-bottom {
    -moz-border-radius-bottomleft: .3em;
    -webkit-border-bottom-left-radius: .3em;
    border-bottom-left-radius: .3em;
    -moz-border-radius-bottomright: .3em;
    -webkit-border-bottom-right-radius: .3em;
    border-bottom-right-radius: .3em
}
.ui-btn-corner-right {
    -moz-border-radius-topright: .3em;
    -webkit-border-top-right-radius: .3em;
    border-top-right-radius: .3em;
    -moz-border-radius-bottomright: .3em;
    -webkit-border-bottom-right-radius: .3em;
    border-bottom-right-radius: .3em
}
.ui-btn-corner-left {
    -moz-border-radius-topleft: .3em;
    -webkit-border-top-left-radius: .3em;
    border-top-left-radius: .3em;
    -moz-border-radius-bottomleft: .3em;
    -webkit-border-bottom-left-radius: .3em;
    border-bottom-left-radius: .3em
}
.ui-btn-corner-all {
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em
}
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-left,
.ui-corner-all,
.ui-btn-corner-tl,
.ui-btn-corner-tr,
.ui-btn-corner-bl,
.ui-btn-corner-br,
.ui-btn-corner-top,
.ui-btn-corner-bottom,
.ui-btn-corner-right,
.ui-btn-corner-left,
.ui-btn-corner-all {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}
.ui-overlay {
    background: #666;
    filter: Alpha(Opacity=50);
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%
}
.ui-overlay-shadow {
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .6);
    box-shadow: 0 0 12px rgba(0, 0, 0, .6)
}
.ui-shadow {
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow,
.ui-bar-c .ui-shadow {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .3)
}
.ui-shadow-inset {
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2)
}
.ui-icon-shadow {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .4)
}
.ui-btn:focus,
.ui-link-inherit:focus {
    outline: 0
}
.ui-btn.ui-focus {
    z-index: 1
}
.ui-input-text.ui-focus,
.ui-input-search.ui-focus {
    -moz-box-shadow: inset 0 0 5px #c780ce;
    -webkit-box-shadow: inset 0 0 5px #c780ce;
    box-shadow: inset 0 0 5px #c780ce
}
.ui-mobile-nosupport-boxshadow * {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus,
.ui-mobile-nosupport-boxshadow .ui-link-inherit:focus {
    outline-width: 1px;
    outline-style: auto
}
.sign-facebook {
    display: inline-block;
    white-space: nowrap;
    margin-top: 0 !important
}
.sign-facebook .face-leftIcon {
    float: left;
    display: inline-block;
    width: 40px;
    height: 37px;
    background: url(/includes/templates/slucky/images/mobile/signin-facebook.png) 0 0 no-repeat
}
.sign-facebook .face-labelIcon {
    float: left;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    color: #fff;
    background: url(/includes/templates/slucky/images/mobile/signin-facebook.png) 0 -40px repeat-x
}
.sign-facebook .face-rightIcon {
    float: left;
    display: inline-block;
    width: 5px;
    height: 37px;
    background: url(/includes/templates/slucky/images/mobile/signin-facebook.png) 0 -80px no-repeat
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .sign-facebook .face-leftIcon,
    .sign-facebook .face-labelIcon,
    .sign-facebook .face-rightIcon {
        background-image: url(/includes/templates/slucky/images/mobile/signin-facebook@2x.png);
        background-size: 40px auto
    }
}
@charset "utf-8";
.GlobalCollect1,
.visaIcon,
.GlobalCollect2,
.americanExpressIcon,
.GlobalCollect3,
.masterCardIcon,
.GlobalCollect111,
.debitIcon,
.GlobalCollect114,
.visaDebitIcon,
.GlobalCollect119,
.masterCardDebitIcon,
.GlobalCollect112,
.visaElectronIcon,
.GlobalCollect125,
.jcbIcon,
.GlobalCollect123,
.dkIcon,
.GlobalCollect809,
.idealIcon,
.GlobalCollect836,
.sofortIcon,
.GlobalCollect836.banking,
.sofortBankIcon,
.GlobalCollect841,
.webMoneyIcon,
.GlobalCollect1503,
.boletoIcon,
.GlobalCollect1505,
.barcodeIcon,
.GlobalCollect1503.left,
.boletoLeftIcon,
.boletoBigIcon,
.paypalIcon,
.westernunionIcon,
.yandexIcon,
.qiwiIcon,
.webMoneyBlueIcon {
    background: url(../images/bank_icons.jpg?1) no-repeat;
    width: 51px;
    height: 32px;
    display: inline-block
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .GlobalCollect1,
    .visaIcon,
    .GlobalCollect2,
    .americanExpressIcon,
    .GlobalCollect3,
    .masterCardIcon,
    .GlobalCollect111,
    .debitIcon,
    .GlobalCollect114,
    .visaDebitIcon,
    .GlobalCollect119,
    .masterCardDebitIcon,
    .GlobalCollect112,
    .visaElectronIcon,
    .GlobalCollect125,
    .jcbIcon,
    .GlobalCollect123,
    .dkIcon,
    .GlobalCollect809,
    .idealIcon,
    .GlobalCollect836,
    .sofortIcon,
    .GlobalCollect836.banking,
    .sofortBankIcon,
    .GlobalCollect841,
    .webMoneyIcon,
    .GlobalCollect1503,
    .boletoIcon,
    .GlobalCollect1505,
    .barcodeIcon,
    .GlobalCollect1503.left,
    .boletoLeftIcon,
    .boletoBigIcon,
    .paypalIcon,
    .westernunionIcon,
    .yandexIcon,
    .qiwiIcon,
    .webMoneyBlueIcon {
        background: url(../images/bank_icons@2x.jpg?1526) no-repeat;
        background-size: 125px auto
    }
}
.bankIcons {
    line-height: 0
}
.bankIcons span[class*=Icon] {
    margin-right: 4px;
    margin-bottom: 6px
}
.paypalIcon {
    background-position: 0 -1148px
}
.westernunionIcon {
    background-position: 0 -948px
}
.yandexIcon {
    background-position: 0 -900px
}
.qiwiIcon {
    background-position: 0 -1191px
}
.webMoneyBlueIcon {
    background-position: 0 -1053px
}
.GlobalCollect1,
.visaIcon {
    background-position: 0 0
}
.GlobalCollect2,
.americanExpressIcon {
    background-position: 0 -42px
}
.GlobalCollect3,
.masterCardIcon {
    background-position: 0 -84px
}
.GlobalCollect111,
.debitIcon {
    background-position: 0 -588px
}
.GlobalCollect114,
.visaDebitIcon {
    background-position: 0 -462px
}
.GlobalCollect119,
.masterCardDebitIcon {
    background-position: 0 -504px
}
.GlobalCollect112,
.visaElectronIcon {
    background-position: 0 -378px
}
.GlobalCollect125,
.jcbIcon {
    background-position: 0 -210px
}
.GlobalCollect123,
.dkIcon {
    background-position: 0 -336px
}
.GlobalCollect809,
.idealIcon {
    background-position: 0 -420px
}
.GlobalCollect836,
.sofortIcon {
    background-position: 0 -252px
}
.GlobalCollect836.banking,
.sofortBankIcon {
    background-position: 0 -672px
}
.GlobalCollect841,
.webMoneyIcon {
    background-position: 0 -716px;
    width: 125px;
    height: 50px
}
.GlobalCollect1503,
.boletoIcon {
    background-position: 0 -546px
}
.GlobalCollect1503.left,
.boletoLeftIcon {
    background-position: 0 -767px;
    width: 125px;
    height: 50px
}
.boletoBigIcon {
    background-position: 0 -767px;
    width: 93px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 10px
}
#payment_160 dt,
.payment_webmoney dt {
    float: left
}
#payment_160 dd,
.payment_webmoney dd {
    margin-left: 146px
}
#payment_161 dt,
.payment_boleto dt {
    float: left
}
#payment_161 dd,
.payment_boleto dd {
    margin-left: 146px
}
.payment-img-list-0,
.payment-img-list-97 {
    margin-top: 10px
}
.payment-img-list-0 span,
.payment-img-list-97 span {
    background: url(/includes/templates/slucky/images/mobile/checkout_bank_icons.png) no-repeat;
    width: 55px;
    height: 33px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .payment-img-list-0 span,
    .payment-img-list-97 span {
        background-image: url(/includes/templates/slucky/images/mobile/checkout_bank_icons@2x.png);
        background-size: 1075px auto
    }
}
.payment-img-list-0 .icons-card-1 {
    background-position: 0 0
}
.payment-img-list-0 .icons-card-2 {
    background-position: -60px 0
}
.payment-img-list-0 .icons-card-3 {
    background-position: -120px 0
}
.payment-img-list-0 .icons-card-4 {
    background-position: -180px 0
}
.payment-img-list-0 .icons-card-5 {
    background-position: -240px 0
}
.payment-img-list-0 .icons-card-6 {
    background-position: -300px 0
}
.payment-img-list-0 .icons-card-7 {
    background-position: -360px 0
}
.payment-img-list-0 .icons-card-8 {
    background-position: -420px 0
}
.payment-img-list-0 .icons-card-9 {
    background-position: -480px 0
}
.payment-img-list-0 .icons-card-10 {
    background-position: -540px 0
}
.payment-img-list-0 .icons-card-11 {
    background-position: -600px 0
}
.payment-img-list-0 .icons-card-12 {
    background-position: -660px 0
}
.payment-img-list-0 .icons-card-13 {
    background-position: -720px 0
}
.payment-img-list-0 .icons-card-14 {
    background-position: -780px 0
}
.payment-img-list-0 .icons-card-15 {
    background-position: -840px 0
}
.payment-img-list-0 .icons-card-16 {
    background-position: -900px 0
}
.payment-img-list-0 .icons-card-17 {
    background-position: -960px 0
}
.payment-img-list-0 .icons-card-18 {
    background-position: -1020px 0
}
.payment-img-list-97 .icons-card-1 {
    background-position: 0 -40px
}
.payment-img-list-97 .icons-card-2 {
    background-position: -60px -40px
}
.payment-img-list-97 .icons-card-3 {
    background-position: -120px -40px
}
.payment-img-list-97 .icons-card-4 {
    background-position: -180px -40px
}
.payment-img-list-97 .icons-card-5 {
    background-position: -240px -40px
}
.payment-img-list-97 .icons-card-6 {
    background-position: -300px -40px
}
.payment-img-list-97 .icons-card-7 {
    background-position: -360px -40px
}
.payment-img-list-97 .icons-card-8 {
    background-position: -420px -40px
}
.payment-img-list-97 .icons-card-9 {
    background-position: -480px -40px
}
.payment-img-list-97 .icons-card-10 {
    background-position: -540px -40px
}
.payment-img-list-97 .icons-card-11 {
    background-position: -600px -40px
}
.payment-img-list-97 .icons-card-12 {
    background-position: -660px -40px
}
.payment-img-list-97 .icons-card-13 {
    background-position: -720px -40px
}
.payment-img-list-97 .icons-card-14 {
    background-position: -780px -40px
}
.payment-img-list-97 .icons-card-15 {
    background-position: -840px -40px
}
.headerIn {
    position: relative;
    padding-left: 10px;
    height: 52px;
    clear: both;
    border-bottom: 1px solid #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
    background-image: -moz-linear-gradient(#FFFFFF, #FFFFFF);
    background-image: -ms-linear-gradient(#FFFFFF, #FFFFFF);
    background-image: -o-linear-gradient(#FFFFFF, #FFFFFF);
    background-image: linear-gradient(#FFFFFF, #FFFFFF);
}
.headerIn .mlogo {
	text-align: center;
    margin-top: 12px;
	clear: both;
	display: inline-block;
    position: absolute;
    top: 0;
	left:50%;
	margin-left:-75px;	
    width: 150px;
    height: 44px;
    padding: 0;
    overflow: hidden;
	position:absolute;
}
.headerIn .headerlink {
    position: absolute;
    right: 0;
    margin-top: 4px;
    height: 31px
}
.headerIn .headerlink li {
    display: inline;
    float: left;
    list-style: none;
    height: 31px;
    margin-left: 8px;
    position: relative
}
.headerIn .m-myAccount,
.headerIn .carticon,
#footer .partener,
.headerIn .m-SearchExIcon {
    background-image: url(/includes/templates/slucky/images/mobile/sprite.png);
    background-repeat: no-repeat
}
.m-myFavotites-li {
    margin-top: 9px;
    margin-right: -11px
}
.headerIn .m-myFavotites {
    background-image: url(/includes/templates/slucky/images/mobile/my_favorites.png);
    background-repeat: no-repeat;
    background-size: 25px 22px;
    border: 0;
    padding: 2px 30px 10px 5px
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .headerIn .m-myAccount,
    .headerIn .carticon,
    #footer .partener,
    .headerIn .m-SearchExIcon {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto
    }
}
.headerIn .headerlink .line span {
    display: block;
    width: 2px;
    height: 10px;
    margin-top: 8px
}
.headerIn .headerlink .m-myAccount,
.headerIn .headerlink .carticon,
.headerIn .headerlink .m-SearchExIcon {
    display: inline-block;
    width: 38px;
    height: 31px;
    color: #fff;
    font-size: 13px;
    text-decoration: none
}
.headerIn .headerlink a:hover {
    color: #fff
}
.headerIn .headerlink .m-myAccount span,
.headerIn .headerlink .carticon span,
.headerIn .headerlink .m-SearchExIcon span {
    visibility: hidden;
    display: none
}
.headerIn .headerlink .carticon {
    position: relative
}
.headerIn .headerlink .carticon em {
    position: absolute;
    top: 3px;
    left: 11px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 1px 1px #770082;
    color: #fff;
    display: block;
    width: 22px;
    height: 14px;
    line-height: 14px;
    text-align: center
}
.headerIn .headerlink li.m-searchIcon dt {
    background-position: -204px -134px;
    width: 38px;
    height: 31px;
    position: relative;
    z-index: 20
}
.headerIn .headerlink li.m-searchIcon dd {
    display: none;
    width: 320px;
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 9999
}
.headerIn .headerlink .m-searchIcon .over .m-SearchExIcon {
    background-position: -205px -135px;
    background-color: #83098f;
    border-left: 1px solid #750082;
    border-top: 1px solid #750082;
    -moz-box-shadow: 0 0 5px rgba(222, 108, 239, .5) inset;
    -webkit-box-shadow: 0 0 5px rgba(222, 108, 239, .5) inset;
    box-shadow: 0 0 5px rgba(222, 108, 239, .5) inset
}
.headerIn .headerlink .m-searchIcon .over dd {
    display: block
}
.headerIn .m-myAccount {
    background-position: 15px -95px
}
.headerIn .carticon {
    background-position: -28px -95px
}
.headerIn .m-SearchExIcon {
    background-position: -164px -134px
}
.spread-searchArea .searchBar {
    padding: 4px 8px;
    border-top: 1px solid #750082
}
.searchBar {
    background: #83098f;
    padding: 3px 8px;
    border-bottom: 1px solid #750082;
    -moz-box-shadow: 0 0 5px rgba(222, 108, 239, .5) inset;
    -webkit-box-shadow: 0 0 5px rgba(222, 108, 239, .5) inset;
    box-shadow: 0 0 5px rgba(222, 108, 239, .5) inset
}
.searchBar form {
    position: relative;
    height: 29px
}
.searchBar p {
    background-color: #fff;
    margin-right: 30px;
    border: 1px solid #750082;
    padding: 4px;
    height: 19px;
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, .2) inset;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .2) inset
}
.searchBar-text {
    padding: 0;
    height: 20px;
    line-height: 20px;
    width: 100%;
    outline: 0
}
.searchBar-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat -246px -9px;
    height: 29px;
    width: 43px;
    overflow: hidden;
    line-height: 200px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .searchBar-btn {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto
    }
}
.joinOurCommunity h2 {
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #858585
}
.joinOurCommunity ul {
    font-size: 18px;
    line-height: 18px;
    padding: 10px
}
.joinOurCommunity li {
    float: left;
    width: 150px;
    height: 65px;
    margin-top: 10px
}
.joinOurCommunity .mini-facebook,
.joinOurCommunity .mini-twitter,
.joinOurCommunity .mini-youtube,
.joinOurCommunity .mini-google {
    background: url(/includes/templates/slucky/images/mobile/footer-sprite.gif) no-repeat scroll 0 0 transparent
}
.joinOurCommunity .mini-facebook {
    background-position: 0 0
}
.joinOurCommunity .mini-twitter {
    background-position: 0 -70px
}
.joinOurCommunity .mini-blog {
    background-position: 0 -140px
}
.joinOurCommunity .mini-youtube {
    background-position: 0 -210px
}
.joinOurCommunity .mini-google {
    background-position: 0 -280px
}
.joinOurCommunity li .ui-link {
    display: block;
    width: 80px;
    height: 32px;
    padding-left: 40px;
    margin-bottom: 10px;
    font: normal 11px/12px verdana, sans-serif;
    color: #036;
    white-space: nowrap
}
.joinOurCommunity li a.twitter-follow-button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    color: black
}
.joinOurCommunity li a em {
    display: block;
    font-size: 12px;
    line-height: 18px
}
#subNewsLetter .modHd {
    color: #730194;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px
}
#subNewsLetter .ui-grid-a .ui-block-a {
    width: 62%;
    padding-top: 2px
}
#subNewsLetter .ui-grid-a .ui-block-b {
    width: 38%
}
#subNewsLetter input {
    vertical-align: top
}
#subNewsLetter strong {
    float: left
}
.footerin {
    text-align: center
}
.footerin p {
    padding: 4px 0 15px 0
}
.footerin .copyright {
    font-size: 10px;
    color: #666
}
.footerin .partener {
    margin: 0 auto 5px auto;
    width: 290px;
    height: 22px;
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat 0 -167px
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .footerin .partener {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto
    }
}
.footerin .partener p {
    text-indent: -9999px;
    padding-bottom: 0
}
.footerin .footnav {
    margin-top: 11px
}
.footerin .footnav a.ui-link-inherit,
.footerin .footnav a.ui-link,
.footerin .footnav a.ui-link:visited,
.footerin .footnav a.ui-link:hover,
.footerin .footnav a.ui-link:active {
    color: #000
}
.footerin .footnav span {
    color: #7b0885;
    margin: 0 3px
}
.mbHelp h1 {
    font-size: 16px;
    font-weight: bold
}
.mbHelp p {
    margin-bottom: 20px
}
.star {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    background-repeat: no-repeat;
    float: none;
    background-image: url(/includes/templates/slucky/images/mobile/newstar.gif);
    background-repeat: no-repeat
}
.starS1,
.starS2,
.starS3,
.starS4,
.starS5,
.starS0 {
    width: 70px;
    height: 16px
}
.starS5 {
    background-position: 0 -36px
}
.starS4 {
    background-position: -14px -36px
}
.starS3 {
    background-position: -28px -36px
}
.starS2 {
    background-position: -42px -36px
}
.starS1 {
    background-position: -56px -36px
}
.starS0 {
    background-position: -70px -36px
}
.starB1,
.starB2,
.starB3,
.starB4,
.starB5,
.starB0 {
    width: 98px;
    height: 17px
}
.starB5 {
    background-position: 0 -18px
}
.starB4 {
    background-position: -20px -18px
}
.starB3 {
    background-position: -40px -18px
}
.starB2 {
    background-position: -60px -18px
}
.starB1 {
    background-position: -80px -18px
}
.starB0 {
    background-position: -100px -18px
}
.star-big {
    display: inline-block;
    margin-right: 2px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    background-repeat: no-repeat;
    float: none;
    background-image: url(/includes/templates/slucky/images/mobile/starts-big.png);
    background-size: 140px;
    background-repeat: no-repeat;
    width: 70px;
    height: 14px
}
.star-big-5 {
    background-position: 0 -1px
}
.star-big-4 {
    background-position: -14px -1px
}
.star-big-3 {
    background-position: -28px -1px
}
.star-big-2 {
    background-position: -42px -1px
}
.star-big-1 {
    background-position: -56px -1px
}
.star-big-0 {
    background-position: -70px -1px
}
.star-big-45 {
    background-position: -14px -17px
}
.star-big-35 {
    background-position: -28px -17px
}
.star-big-25 {
    background-position: -42px -17px
}
.star-big-15 {
    background-position: -56px -17px
}
.star-big-05 {
    background-position: -70px -14px
}
.modInset {
    margin: 10px
}
.modHd,
.modBd,
.modFt {
    margin-bottom: 10px
}
br.clear {
    clear: left
}
.highLight {
    color: #730194
}
.lowLight {
    color: #666
}
.right {
    float: right
}
.errors {
    text-align: center
}
.errors a {
    margin-left: 10px
}
.cred {
    color: red
}
.margin_t {
    margin-top: 10px
}
.margin_b {
    margin-bottom: 10px
}
.margin_lr {
    margin-left: 10px;
    margin-right: 10px
}
.topBorder {
    border-top: 1px solid #999
}
.mbBread {
    padding: 5px 10px;
    background: #662e91;
    font-size: 13px
}
.mbBread a.ui-link-inherit,
.mbBread a.ui-link,
.mbBread a.ui-link:visited,
.mbBread a.ui-link:hover,
.mbBread a.ui-link:active {
    color: #f2da01
}
.mbBread i {
    color: #f2da01;
    margin: 0 5px
}
.mbBread a.root {
    color: #fff !important
}
.entries {
    border-top: 1px solid #7b0985;
    border-bottom: 1px solid #7b0985
}
.entries li {
    border-top: 1px dotted #a730b1
}
.entries-wrap h2 a.ui-link,.entries a.ui-link {
    display: block;
    border-top: 1px solid #f5e8fc;
    padding: 7px 20px 7px 1em;
    color: #2c2c2c;
    background-image: url(/includes/templates/slucky/images/mobile/sprite.png);
    background-repeat: no-repeat;
    background-position: 100% -388px;
    background-color: #f5e3fb;
    font-size: 14px
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .entries-wrap h2 a.ui-link,
    .entries a.ui-link {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto
    }
}
.entries a.ui-link:visited {
    background-color: #f5e3fb
}
.entries a.ui-link:hover {
    background-color: #f5e3fb
}
.entries a.ui-link:active {
    background-color: #e8caf5;
    border-color: #e8caf5
}
.entries>li:first-child,
.entries>li:first-child>a {
    border-top: 0
}
.entries-wrap {
    margin-top: 10px
}
.entries-wrap h2 a.ui-link {
    border-top: 1px solid #7b0985;
    border-bottom: 1px solid #b879c0;
    padding: 5px 20px 5px 1em;
    color: #660e7f;
    font-size: 18px;
    background-color: #e4beef;
    text-shadow: 0 1px 1px #fff
}
.entries-wrap .entries {
    border-top: 1px solid #f5e8fc
}
.entries-wrap-2 {
    margin-top: 10px
}
.entries-wrap-2 h2 {
    font-size: 14px;
    font-weight: bold;
    color: #730194;
    padding: 0 10px;
    margin-bottom: 10px
}
.allCatagory {
    border-top: 1px solid #7b0985;
    border-bottom: 1px solid #7b0985
}
.allCatagory .entries {
    border-top: 1px solid #f5e8fc
}
.allCatagory .entries a.ui-link {
    padding: 7px 0 7px 40px;
    background-position: -268px -388px;
    background-color: #fff;
    border-top: 0
}
.allCatagory .entries a.ui-link:visited {
    background-color: #fff
}
.allCatagory .entries a.ui-link:hover {
    background-color: #fff
}
.allCatagory .entries a.ui-link:active {
    background-color: #e8caf5;
    border-color: #e8caf5
}
.signInUp {
    font-size: 12px;
    margin: 10px 10px 0
}
.signInUp p {
    margin: 0 0 10px 0;
    padding: 0
}
.signInUp ul,
.signInUp li {
    list-style: none;
    padding: 0;
    margin: 0
}
.signInUp li.li-btn {
    padding-top: 6px
}
.signInUp li.li-getPwd {
    padding-top: 3px
}
.signInUp h1 {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0
}
.signInUp .ui-link {
    margin-top: 15px
}
.signInUp .lowLight {
    color: #666;
    line-height: 15px
}
.signInUp .required {
    color: #d00;
    font-weight: bold
}
.signInUp .error,
.bd .error {
    display: none;
    border: 1px solid #c780ce;
    color: #ac00a6;
    background: #fff2ff;
    padding: 10px;
    line-height: 100%
}
.signInUp .errorTip {
    color: #d00;
    line-height: 15px
}
.productsList li {
    padding: 8px 8px 8px 0;
    border-bottom: 1px dotted #b879c1
}
.productsList .prodThumbnail {
    float: left;
    margin-right: 20px;
    display: inline;
    width: 94px
}
.prodThumbnail a {
    display: block;
    position: relative
}
#productList-1 .modBd .prodThumbnail a {
    min-height: 201px
}
.prodThumbnail a img {
    vertical-align: top;
    width: 100%
}
.prodThumbnail a em {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif
}
.prodInfo {
    overflow: hidden;
    position: relative
}
.productsList .prodInfo p {
    margin-bottom: 6px;
    word-break: break-word;
    word-spacing: normal
}
.productsList p a,
.productsList .prodOff,
.productsList .prodBought,
.productsList .prodSlideNumber {
    color: #666
}
.productsList p a {
    font-size:13px;
	text-decoration:none;
}
.productsList .prodPrice,
.productsList .prodName a,
.productsList .freeShipping,
.productsList .prodDesc a,
.productsList .prodSlideNumber {
    font-size: 11px
}
.productsList .prodOff,
.productsList .prodBought {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial
}
.productsList .memberPrice {
    display: inline-block;
    border-radius: 2px;
    color: white;
    white-space: nowrap;
    padding: 3px 4px;
    background-color: #c11010;
    text-shadow: 0 -1px 0 #8a2827
}
.productsList .prodName a,
.productsList .prodDesc a {
    line-height: 14px
}
.productsList .prodPrice strong {
    font-size: 13px;
    color: #a72d2c;
    font-weight: normal;
    margin-right: 5px
}
.productsList .prodPrice del {
    color: #999
}
.productsList .prodReview a {
    font-size: 14px;
	text-decoration:none;
}
.prodReview,
.prodReview a {
    color: #666
}
.productsList .addToCart a {
    display: inline-block;
    margin-top: 0;
    padding: 0 10px
}
.productsList .ui-btn-inner {
    padding: 4px 0
}
.productsList .addsymbol {
    margin-right: 3px
}
.productsList .attachment .prodThumbnail {
    text-align: right
}
.productsList .attachment .prodThumbnail img {
    width: 50px;
    height: 64px
}
.productGrid-2 .productsList li {
    width: 47%;
    float: left;
    padding: 0;
    border: 0;
    margin-right: 3%
}
.productGrid-2 .productsList_new li {
    width: 49%;
    margin-right: 1%
}
.productGrid-2 .productsList .prodThumbnail {
    width: 100%;
    text-align: center;
    margin-left: 0;
    position: relative
}
.productsList .prodInfo {
    min-height: 4em
}
.productsList .prodInfo p.prodPrice {
    color: #900;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 2px
}
.productGrid-2 .prodInfo {
    clear: both
}
#productGallery .productsList {
    margin-top: 0
}
#productGallery-2 .productsList {
    margin-top: 8px
}
#productGallery-2 .prodName {
    max-height: 30px;
    overflow: hidden
}
#productGallery-2 .productsList li {
    margin-bottom: 20px
}
#threeLevelCate .productsList li {
    margin-bottom: 12px
}
.orderDetailOrderInfo .productsList li {
    border-bottom: 1px dotted #999
}
.m-discount,
.m-newGoods,
.m-newGood-small,
.m-personalize,
.m-fastDelivery,
.m-iconWholesaleOnly,
.m-iconOutofStock,
.m-iconSoldOut,
.m-iconAlmostSoldOut,
.m-freegift,
.m-specialoffer,
.m-iconGroupSoldOut,
.m-iconGroupClosed {
    background-image: url(/includes/templates/slucky/images/mobile/lang.png);
    background-repeat: no-repeat;
    display: block
}
.m-discount {
    background-position: -345px -5px
}
.m-discount {
    width: 30px;
    height: 33px;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    text-shadow: 0 -1px 0 #d47f01;
    top: -5px;
    right: -5px
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .m-discount {
        background-image: url(/includes/templates/slucky/images/mobile/off_icon.png);
        background-size: 70px auto;
        background-position: 0 0;
        top: -7px;
        right: -7px;
        padding: 3px 3px
    }
}
.m-newGoods {
    height: 14px;
    line-height: 14px;
    margin-bottom: 6px;
    width: 42px
}
.m-newGood-small {
    height: 14px;
    line-height: 14px;
    margin-bottom: 6px;
    width: 42px
}
.m-personalize {
    width: 93px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 6px
}
.m-fastDelivery {
    width: 104px;
    height: 18px;
    margin-bottom: 6px
}
.m-specialoffer {
    width: 88px;
    height: 18px;
    margin-bottom: 6px
}
.m-freegift {
    width: 74px;
    height: 18px;
    margin-bottom: 6px
}
.m-newGoods {
    background-position: -5px -95px
}
.m-newGood-small {
    background-position: -5px -95px
}
.m-personalize {
    background-position: -5px -35px
}
.m-fastDelivery {
    background-position: -5px -65px
}
.m-specialoffer {
    background-position: -5px -115px
}
.m-freegift {
    background-position: -5px -145px
}
.m-iconOutofStock {
    background-position: -175px -5px;
    width: 102px;
    height: 26px
}
.m-iconSoldOut {
    background-position: -175px -5px;
    width: 102px;
    height: 26px
}
.m-iconWholesaleOnly {
    background-position: -175px -45px;
    width: 130px;
    height: 26px
}
.m-iconAlmostSoldOut {
    background-position: -175px -75px;
    width: 130px;
    height: 26px
}
.m-iconGroupSoldOut {
    background-position: -175px -110px;
    width: 82px;
    height: 20px
}
.m-iconGroupClosed {
    background-position: -175px -140px;
    width: 82px;
    height: 20px
}
.m-iconOutofStock,
.m-iconSoldOut,
.m-iconWholesaleOnly,
.m-iconAlmostSoldOut,
.m-iconGroupSoldOut,
.m-iconGroupClosed {
    left: 0;
    top: 35%
}
.litb-tab-b {
    padding-bottom: 10px
}
.litb-tab-b li {
    float: left;
    width: 33.333%
}
.litb-tab-b li a {
    display: block;
    text-align: center;
    position: relative;
    font-weight: bold;
    border-top: 1px solid #a26fb4;
    border-bottom: 1px solid #a26fb4;
    border-left: 1px solid #a26fb4;
    border-right: 1px solid #a26fb4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8e1fe), to(#f5d6ff));
    background-image: -webkit-linear-gradient(top, #f8e1fe, #f5d6ff);
    background-image: -moz-linear-gradient(top, #f8e1fe, #f5d6ff);
    background-image: -ms-linear-gradient(top, #f8e1fe, #f5d6ff);
    background-image: -o-linear-gradient(top, #f8e1fe, #f5d6ff);
    background-image: linear-gradient(top, #f8e1fe, #f5d6ff);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8)
}
.litb-tab-b li a span {
    display: block;
    border-top: 1px solid #fff;
    padding: 6px 0
}
.litb-tab-b li:last-child a {
    border-right: 0
}
.litb-tab-b li:first-child a,
.litb-tab-b li:first-child a.active {
    border-left: 0
}
.litb-tab-b li a.active {
    background-image: none
}
.litb-tab-b li a.active em {
    position: absolute;
    width: 14px;
    height: 7px;
    bottom: -7px;
    left: 50%;
    margin-left: -7px
}
.litb-tab-b.alt li a.active em {
    width: 14px;
    height: 8px;
    top: -7px;
    left: 50%;
    margin-left: -7px
}
.litb-tab-b li a.active {
    background-color: #8024a0;
    border: 1px solid #000;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(20, 20, 20, 0.8)
}
.litb-tab-b li a.active span {
    border-top: 1px solid #9d2cc2;
    color: #fff
}
.litb-tab-b li a.active em {
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat 0 -64px
}
.litb-tab-b.alt li a.active em {
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat -28px -64px
}
.prodNarrowOpts li a.listByPriceUp i,
.prodNarrowOpts li a.listByPriceUp.active i,
.prodNarrowOpts li a.listByPriceDown i,
.prodNarrowOpts li a.listByPriceDown i {
    padding: 0 8px
}
.prodNarrowOpts li a {
    font: bold 14px Verdana
}
.prodNarrowOpts li a.listByPriceUp i {
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat -42px -62px
}
.prodNarrowOpts li a.listByPriceUp.active i {
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat -73px -62px
}
.prodNarrowOpts li a.listByPriceDown i {
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat -57px -62px
}
.prodNarrowOpts li a.listByPriceDown.active i {
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat -87px -62px
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .litb-tab-b li a.active em,
    .litb-tab-b.alt li a.active em,
    .prodNarrowOpts li a.listByPriceUp i,
    .prodNarrowOpts li a.listByPriceUp.active i,
    .prodNarrowOpts li a.listByPriceDown i,
    .prodNarrowOpts li a.listByPriceDown.active i {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto
    }
}
.productListPage .m-searchNoResult {
    color: #9928ab
}
.productListPage .m-searchNoResult {
    font-weight: bold;
    margin: 20px 0 13px;
    text-align: center
}
.productListPage .searchNoResultTip dt {
    margin: 15px 0 3px
}
.productListPage .searchNoResultTip dd {
    color: #666;
    line-height: 20px
}
#caterefine-filter .hd,
#caterefine .hd {
    border-bottom: 0
}
.w-richRefinement {
    border-top: 0;
    overflow: hidden;
    background: #fff
}
.w-richRefinement h2 {
    font: bold 12px/18px Verdana;
    color: #545454;
    padding: 4px 10px 4px 10px;
    border-top: 1px solid #dfdfdf;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    position: relative;
    cursor: pointer
}
.w-richRefinement h2 span {
    width: 12px;
    height: 12px;
    background: url(/includes/templates/slucky/images/mobile/filters-title-bg.png);
    background-size: 37px 81px;
    background-position: -17px -49px;
    display: block;
    position: relative;
    float: right;
    margin-left: 1px
}
.w-richRefinement .btn-group {
    padding: 8px 10px
}
.w-richRefinement .btn-group a {
    margin-bottom: 0
}
.w-richRefinement .btn-group .m-goCategory {
    font-weight: normal;
    color: #333;
    text-decoration: underline
}
.w-richRefinement .btn-group .m-goCategory:hover {
    color: #730194
}
.w-richRefinement p {
    display: block
}
.w-richRefinement p a {
    display: inline-block;
    color: #000 !important;
    font: normal 11px/18px Verdana !important;
    padding: 0 12px 0 20px;
    background-image: url(/includes/templates/slucky/images/mobile/is_not_checked.png);
    background-repeat: no-repeat;
    background-size: 13px;
    margin-left: 10px;
    background-position: 0 3px
}
.w-richRefinement p a.border {
    background-image: url(/includes/templates/slucky/images/mobile/sprite.png);
    background-position: -275px -246px
}
.w-richRefinement p a.nsSelected {
    background-image: url(/includes/templates/slucky/images/mobile/is_checked.png)
}
.w-richRefinement p a.showMore {
    background-position: -5px -3518px
}
.w-richRefinement p a.showLess {
    background-position: 4px -3542px
}
.w-richRefinement p a.nsSelected:hover {
    background-color: #f4f4f4
}
.w-richRefinement p a.over {
    background-color: #f6f6f6 !important
}
.w-richRefinement .nsSingle a {
    padding: 5px 12px;
    background: 0
}
.w-richRefinement .nsSingle a:hover {
    padding: 5px 12px;
    background-image: none
}
.w-richRefinement a span {
    color: #999;
    display: inline;
    font: 10px Verdana
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {}#caterefine .bd {
    padding:0
}
.w-richRefinement h2 a.clear {
    display: inline;
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 0;
    font-size: 11px;
    font-weight: normal
}
.w-richRefinement h2.down span {
    background-position: 0 -49px
}
.w-richRefinement p {
    color: #000;
    line-height: 14px
}
.w-richRefinement .seeAll {
    margin-left: 10px;
    color: #7e7e7e;
    font-weight: normal
}
.pro-list-style {
    margin: 10px 0 5px 10px
}
.pro-list-style a {
    display: inline-block;
    width: 62px;
    height: 25px;
    margin-bottom: 5px;
    vertical-align: top
}
.pro-list-style a.m-goCategory {
    cursor: pointer;
    height: auto;
    width: auto;
    float: right;
    line-height: 22px;
    font-size: 13px;
    padding: 0 4px
}
a.m-goCategory:hover {
    color: #555;
    text-decoration: none
}
.gallery-style,
.list-style {
    background-image: url(/includes/templates/slucky/images/mobile/sprite.png);
    background-repeat: no-repeat
}
.gallery-style {
    background-position: -80px -99px
}
.list-style {
    background-position: -160px -99px
}
.backToTop .ui-link,
.backToTop .ui-link:visited,
.backToTop .ui-link:hover,
.backToTop .ui-link:active {
    color: #000;
    font-weight: normal;
    display: inline-block;
    height: 16px;
    padding-left: 14px;
    float: right;
    margin: 10px;
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat -260px -100px
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .gallery-style,
    .list-style,
    .backToTop .ui-link,
    .backToTop .ui-link:visited,
    .backToTop .ui-link:hover,
    .backToTop .ui-link:active {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto
    }
}
#category-list .ui-listview {
    margin: 0
}
#cagegorySubCatesList .prod_count {
    clear: both;
    color: #666;
    margin-left: 3px
}
.slimbanner {
    text-align: center;
    border-bottom: 1px solid #7b0986
}
.ad-desc {
    line-height: 12px;
    padding: 5px 0;
    background: #f0e7fa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4d8f6), to(#eac8ec));
    background-image: -webkit-linear-gradient(top, #f4d8f6, #eac8ec);
    background-image: -moz-linear-gradient(top, #f4d8f6, #eac8ec);
    background-image: -ms-linear-gradient(top, #f4d8f6, #eac8ec);
    background-image: -o-linear-gradient(top, #f4d8f6, #eac8ec);
    background-image: linear-gradient(top, #f4d8f6, #eac8ec)
}
.m-countdown {
    border-top: 1px solid #ce8bd0;
    line-height: 15px;
    padding: 5px 0;
    background: #e5c1ef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eac6ec), to(#e4bde6));
    background-image: -webkit-linear-gradient(top, #eac6ec, #e4bde6);
    background-image: -moz-linear-gradient(top, #eac6ec, #e4bde6);
    background-image: -ms-linear-gradient(top, #eac6ec, #e4bde6);
    background-image: -o-linear-gradient(top, #eac6ec, #e4bde6);
    background-image: linear-gradient(top, #eac6ec, #e4bde6)
}
.ad-desc,
.m-countdown,
.m-countdown span {
    color: #790096;
    text-shadow: none
}
.m-countdown .d,
.m-countdown .h,
.m-countdown .m,
.m-countdown .s {
    background: #662e91;
    padding: 0 1px;
    font-size: 14px;
    font-family: Arial;
    color: #fff
}
#threeLevelCate {
    position: relative
}
#threeLevelCate .prodInfo p.goods_name {
    margin-top: 3px
}
.prodInfo p.goods_name a {
    color: #333;
    font-weight: bold
}
.prod_count {
    color: #666;
    font-weight: normal
}
#threeLevelCate ul {
    margin-left: 18px;
    margin-right: 2px
}
#threeLevelCate ul li {
    margin-top: 5px;
    margin-right: 3%
}
#threeLevelCate ul .prodThumbnail a {
    display: block;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-left: -4px;
    margin-top: -4px;
    margin-right: 3px;
    background-color: #fafafa;
    box-shadow: -1px 0 4px #999
}
#threeLevelCate ul .prodThumbnail {
    border: 1px solid #efefef;
    border-radius: 3px;
    padding-bottom: 2px;
    background-color: #f8f8f8;
    box-shadow: -1px 0 5px #999
}
#threeLevelCate ul .prodThumbnail a img {
    margin-left: -4px;
    margin-top: -4px;
    margin-bottom: 0;
    border-radius: 3px
}
#threeLevelCate ul .prodThumbnail em {
    margin-top: -4px;
    margin-right: 3px
}
.ui-box-collaps {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    border-left: 1px solid #676767;
    border-right: 1px solid #676767;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}
.ui-box-collaps .ui-box-collaps-header {
    position: relative;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
    height: auto;
    line-height: 1;
    padding: 6px 24px 6px 10px
}
.ui-box-collaps .ui-box-collaps-header em {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 10px;
    margin-top: -6px
}
.ui-btn-b {
    border-bottom: 1px solid #CCC;
    display: block;
    background: #EEE;
    font-weight: bold;
    color: #333;
    text-shadow: 0 1px 1px #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#EEE));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #EEE);
    background-image: -moz-linear-gradient(top, #fdfdfd, #EEE);
    background-image: -ms-linear-gradient(top, #fdfdfd, #EEE);
    background-image: -o-linear-gradient(top, #fdfdfd, #EEE);
    background-image: linear-gradient(top, #fdfdfd, #EEE)
}
#Promotions,
.procSlider-orig .flexslider,
.procSlider-big .flexslider {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none
}
#Promotions {
    margin: 15px auto
}
#Promotions .flex-control-nav {
    bottom: 3px;
    text-align: right
}
#Promotions .flex-control-nav li {
    margin: 0 2px 0 0
}
#Promotions .flex-control-paging li a {
    width: 28px;
    height: 18px;
    line-height: 18px;
    display: block;
    background: #fff;
    opacity: .9;
    color: #b3b3b3;
    cursor: pointer;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    text-indent: 0
}
#Promotions .flex-control-paging li a:hover {
    background: #c5c5c3;
    cursor: default;
    color: #fff;
    font-weight: bold
}
#Promotions .flex-control-paging li a.flex-active {
    background: #c5c5c3;
    cursor: default;
    color: #fff;
    font-weight: bold
}
.procSlider-orig .flexslider {
    width: 260px;
    margin: 0 auto;
    min-height: 260px;
    background: url(/includes/templates/slucky/images/mobile/mask-waiting.gif) no-repeat center center
}
.procSlider-big .flexslider {
    width: 260px;
    margin: 30px auto 15px auto;
    min-height: 260px;
    background: url(/includes/templates/slucky/images/mobile/mask-waiting.gif) no-repeat center center
}
.procSlider-orig .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -28px
}
.procSlider-orig .flex-direction-nav .flex-prev {
    left: -28px
}
.procSlider-orig .flexslider:hover .flex-next {
    right: -28px
}
.procSlider-orig .flexslider:hover .flex-prev {
    left: -28px
}
.procSlider-big .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 5px
}
.procSlider-big .flex-direction-nav .flex-prev {
    left: 5px
}
.procSlider-big .flexslider:hover .flex-next {
    right: 5px
}
.procSlider-big .flexslider:hover .flex-prev {
    left: 5px
}
#ProcPromotions .flex-direction-index {
    background: #5a595a;
    border: 0;
    height: 18px;
    color: #fff;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 18px;
    padding: 0 5px;
    width: auto;
    display: block;
    position: absolute;
    z-index: 99
}
#ProcPromotions .nav a {
    color: #fff;
    font: blod 12px verdana;
    display: none;
    position: absolute;
    top: -25px;
    line-height: 25px;
    height: 25px;
    cursor: pointer;
    background: url(/includes/templates/slucky/images/mobile/icon.png) no-repeat 0 100px
}
#ProcPromotions .nav a.back {
    left: 0;
    background: #f5d8f6;
    color: #333;
    padding: 0 5px;
    height: 22px;
    line-height: 22px
}
#ProcPromotions .nav a.bigImg {
    right: 0;
    background-position: 0 0;
    width: 25px
}
.bodyCss {
    height: 450px;
    background: #000;
    overflow: hidden
}
.sectionCss {
    display: block;
    height: 450px;
    overflow: hidden
}
#productInfoPrTitle p {
    padding: 5px 0
}
.prodcutPagePrTitle .prodId {
    color: #666
}
#productInfoPrice {
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd
}
.productPagePrPrice {
    overflow: hidden
}
.dashedBorder {
    border-bottom: 1px dashed #ddd;
    padding: 0 0 10px 0;
    margin-bottom: 10px
}
.priceList li {
    font-weight: bold
}
.priceList li span {
    display: inline-block;
    width: 32%;
    text-transform: uppercase
}
.priceList li strong {
    font-size: 18px;
    color: #ad2d26
}
.priceList .savePrice span {
    color: #ff7200
}
.priceList .listPrice span,
.priceList .listPrice del {
    color: #6e6e6e
}
.priceList .salePrice span {
    color: #333;
    font-weight: normal
}
.productPagePrPrice .symbol {
    text-align: right;
    width: 10%;
    padding-right: 5px
}
.prodOrder {
    padding-bottom: 10px
}
.prCustomized {
    display: none
}
.prCustomized h5 {
    margin-top: 10px
}
.errorInfo {
    background-color: #f3ad00;
    color: #900;
    padding: 5px 10px;
    margin: 10px;
    display: none;
    text-shadow: none
}
.prCustomized label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px
}
.prCustomized li {
    padding: 5px 0
}
.prCustomized input {
    border: 1px solid #ddd
}
.prArrivalDate td {
    padding-top: 10px
}
#div_rush_order_fee .rush_order_fee {
    padding: 5px;
    border: 2px solid #c8c9cd;
    margin-top: 5px;
    color: #c8c9cd
}
#div_rush_order_fee .selected {
    border: 2px solid #c30008;
    background: url(/includes/templates/slucky/images/mobile/tip.png) no-repeat right bottom;
    color: black
}
.orderQuantity label.ui-select {
    display: inline
}
.orderQuantity div.ui-select {
    width: 100px;
    display: inline-block;
    margin: 0 5px
}
#m-myFav {
    margin-top: 18px
}
#m-myFav .m-addtoFav {
    background-position: -3px -504px
}
#m-myFav .m-existingFav {
    background-position: -3px -533px
}
#m-myFav a {
    background-image: url(/includes/templates/slucky/images/mobile/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 32px;
    color: #555;
    font: 14px Verdana;
    text-decoration: underline
}
.m-cat-myFav {
    background-position: -3px -504px;
    position: absolute;
    top: 0;
    right: 0
}
.m-cat-addtoFav,
.m-cat-existingFav {
    background-image: url(/includes/templates/slucky/images/mobile/is_not_fav.png);
    background-size: 33px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 33px;
    height: 50px;
    line-height: 20px;
    color: #555;
    position: absolute;
    top: 0;
    right: 0
}
.m-cat-existingFav {
    background-image: url(/includes/templates/slucky/images/mobile/is_fav.png)
}
#productPageSocialPlugin a {
    background-image: url(/includes/templates/slucky/images/mobile/footer-sprite.gif);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-indent: -2000px;
    overflow: hidden
}
#productPageSocialPlugin a.social-facebook {
    background-position: 0 0
}
#productPageSocialPlugin a.social-twitter {
    background-position: 0 -70px
}
#productsUltimatelyBuy h2,
#productsUltimatelyBuy h4 span {
    font-size: 13px;
    padding: 0 0 7px 0;
    color: #730194;
    font-weight: bold
}
#prodReview {
    border-top: 1px dotted #b879c1
}
.productPageReviewsList {
    line-height: 1.5;
    word-wrap: break-word;
    overflow: auto
}
.productPageReviewsList .reviewDetail {
    padding: 10px 0;
    border-bottom: 1px dotted #666
}
.productPageReviewsList .star {
    margin-right: 15px
}
.productPageReviewsList .reviewDate,
.productPageReviewsList em {
    color: #666
}
.productPageReviewsList .featured {
    color: #ee5d04;
    font-weight: bold
}
.productPageReviews .reviewResult dt {
    padding-top: 10px;
    font-weight: bold
}
.productPageReviews .reviewResult dd {
    padding: 5px 0
}
.productPageReviews .reviewResult dd .score {
    font-size: 15px;
    margin-right: 10px;
    color: #666
}
.productPageReviews .reviewCountDetail {
    float: left;
    margin-right: 50px
}
.empty_cart_div {
    margin: 15px 10px 0;
    text-align: center
}
.empty_cart_div h4 {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold
}
.empty_cart_div p {
    color: #333;
    line-height: 16px;
    margin-bottom: 15px
}
#cartProductsList .cartCountDown {
    position: relative;
    width: 257px;
    line-height: 20px;
    height: 20px;
    padding-top: 3px;
    margin-bottom: 2px;
    background-image: url(/includes/templates/slucky/images/mobile/sprite.png);
    background-position: 0 -466px;
    background-repeat: no-repeat no-repeat
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #m-myFav a,
    #cartProductsList .cartCountDown {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto
    }
}
#cartProductsList .cartCountDown .discount {
    position: absolute;
    width: 25px;
    height: 20px;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: right;
    left: 0
}
#cartProductsList label.ui-select {
    display: inline
}
#cartProductsList .ui-select {
    width: 70px;
    display: inline-block;
    margin-left: 10px
}
.productsList p .ui-link {
    color: #666;
    font-weight: normal
}
.removeIndicator {
    background: #bbb;
    float: left;
    width: 10px;
    height: 10px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 7px;
    border-radius: 8px;
    color: #fff;
    margin: 2px 4px 0 0
}
#cartProductsList .listPrice {
    color: #666
}
#cartProductsList .salePrice {
    color: #333
}
#cartProductsList .savingPrice {
    color: #e75410;
    font-weight: bold
}
.w-productList .savingPrice {
    color: #fe7200;
    text-transform: uppercase
}
#shppingCartSum .cartSum {
    font-weight: bold
}
#shppingCartSum .cartSum th {
    color: #333
}
#shppingCartSum .cartSum td,
#shppingCartSum .cartSum td span {
    color: #900
}
#shppingCartSum .modFt {
    margin-bottom: 20px
}
#shppingCartSum .modFt .ui-btn {
    text-align: center
}
.cartSum {
    width: 100%
}
.cartSum th,
.cartSum td {
    padding: 5px 2px 5px 5px;
    text-align: right;
    background: #f6f6f6
}
.cartSum th {
    width: 65%
}
.cartSum td {
    color: #900
}
.cartSum tfoot th,
.cartSum tfoot td {
    color: #900;
    font-weight: bold;
    border-top: 1px solid #666;
    padding-top: 12px
}
.weAccept h3 {
    margin-bottom: 5px
}
.weAccept p {
    text-align: center
}
.subscribe_welcome p {
    color: #666;
    margin: 10px;
    line-height: 165%
}
.subscribe_welcome p a {
    color: #ba0001;
    text-decoration: underline
}
.thank_you_subscribe {
    color: #ba0001;
    font-weight: bold;
    font-size: 16px
}
.cat_pic {
    margin: 10px;
    overflow: hidden
}
.cat_pic li {
    float: left;
    width: 50%;
    list-style: none
}
.unsubscribe_info {
    margin: 10px;
    background: #fff
}
.unsubscribe_info h2 {
    font-size: 22px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px
}
.unsubscribe_info li {
    font-size: 14px;
    padding: 5px 10px
}
.border_radius {
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.ui-btn-up-f {
    border-top: 1px dotted #a730b1;
    background: #f5e3fb;
    color: #2c2c2c;
    font-size: 14px;
    text-shadow: 0 1px 1px #fff
}
.ui-btn-up-f:visited,
.ui-btn-up-f a.ui-link-inherit {
    color: #660e7f
}
.ui-btn-hover-f {
    border-top: 1px dotted #a730b1;
    background: #e3c1f3;
    color: #2c2c2c;
    font-size: 14px;
    text-shadow: 0 1px 1px #fff
}
.ui-btn-hover-f:visited,
.ui-btn-hover-f:hover,
.ui-btn-hover-f a.ui-link-inherit {
    color: #660e7f
}
.ui-btn-down-f {
    border-top: 1px dotted #a730b1;
    background: #e3c1f3;
    color: #2c2c2c;
    font-size: 14px;
    text-shadow: 0 1px 1px #fff
}
.ui-btn-down-f:visited,
.ui-btn-down-f:hover,
.ui-btn-down-f a.ui-link-inherit {
    color: #660e7f
}
.ui-btn-up-f,
.ui-btn-hover-f,
.ui-btn-down-f {
    font-family: Arial, sans-serif;
    text-decoration: none
}
.allCatagory {
    margin-top: 15px
}
.allCatagory span {
    font-size: 14px
}
.allCatagory .ui-collapsible-set,
.allCatagory .ui-btn {
    margin: 0
}
.allCatagory .ui-collapsible-content {
    padding: 0
}
.allCatagory .ui-btn-inner {
    padding: 7px 20px 7px 40px
}
.allCatagory .ui-shadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.allCatagory .ui-corner-tl,
.allCatagory .ui-corner-tr,
.allCatagory .ui-corner-bl,
.allCatagory .ui-corner-br,
.allCatagory .ui-corner-top,
.allCatagory .ui-corner-bottom,
.allCatagory .ui-corner-right,
.allCatagory .ui-corner-left,
.allCatagory .allCatagory .ui-corner-all,
.allCatagory .ui-btn-corner-tl,
.allCatagory .ui-btn-corner-tr,
.allCatagory .allCatagory .ui-btn-corner-bl,
.allCatagory .ui-btn-corner-br,
.allCatagory .ui-btn-corner-top,
.allCatagory .ui-btn-corner-bottom,
.allCatagory .ui-btn-corner-right,
.allCatagory .ui-btn-corner-left,
.allCatagory .ui-btn-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.allCatagory .ui-collapsible:first-child .ui-btn-up-f,
.allCatagory .ui-collapsible:first-child .ui-btn-hover-f,
.allCatagory .ui-collapsible:first-child .ui-btn-down-f {
    border: none !important
}
.ui-btn-up-h {
    border: 1px solid #780095;
    background: #a538b7;
    background: -moz-linear-gradient(top, #a637b7, #9a3cac 50%, #84229b 51%, #791790);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a637b7), color-stop(.5, #9a3cac), color-stop(.5, #84229b), to(#791790));
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 2px #430053
}
.ui-btn-up-h:visited,
.ui-btn-up-h a.ui-link-inherit {
    color: #fff
}
.ui-btn-hover-h {
    border: 1px solid #780095;
    background: #852c92;
    background: -moz-linear-gradient(top, #852c92, #792b87 50%, #691a7d 51%, #621374);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #852c92), color-stop(.5, #792b87), color-stop(.5, #691a7d), to(#621374));
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 2px #430053
}
.ui-btn-hover-h:visited,
.ui-btn-hover-h:hover,
.ui-btn-hover-h a.ui-link-inherit {
    color: #fff
}
.ui-btn-down-h {
    border: 1px solid #780095;
    background: #852c92;
    background: -moz-linear-gradient(top, #852c92, #792b87 50%, #691a7d 51%, #621374);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #852c92), color-stop(.5, #792b87), color-stop(.5, #691a7d), to(#621374));
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 2px #430053;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5)
}
.ui-btn-down-h:visited,
.ui-btn-down-h:hover,
.ui-btn-down-h a.ui-link-inherit {
    color: #fff
}
.ui-btn-up-h,
.ui-btn-hover-h,
.ui-btn-down-h {
    font-family: Arial, sans-serif;
    text-decoration: none
}
.ui-btn-up-i {
    border: 1px solid #c780ce;
    background: #f5d8f6;
    color: #760081;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5d8f6), to(#e4bde6));
    background-image: -webkit-linear-gradient(#f5d8f6, #e4bde6);
    background-image: -moz-linear-gradient(#f5d8f6, #e4bde6);
    background-image: -ms-linear-gradient(#f5d8f6, #e4bde6);
    background-image: -o-linear-gradient(#f5d8f6, #e4bde6);
    background-image: linear-gradient(#f5d8f6, #e4bde6)
}
.ui-btn-hover-i,
.ui-btn-down-i {
    border: 1px solid #c780ce;
    background: #f5d8f6;
    color: #760081;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0c4f1), to(#d69dd9));
    background-image: -webkit-linear-gradient(#f0c4f1, #d69dd9);
    background-image: -moz-linear-gradient(#f0c4f1, #d69dd9);
    background-image: -ms-linear-gradient(#f0c4f1, #d69dd9);
    background-image: -o-linear-gradient(#f0c4f1, #d69dd9);
    background-image: linear-gradient(#f0c4f1, #d69dd9)
}
.ui-btn-up-i:visited,
.ui-btn-up-i a.ui-link-inherit,
.ui-btn-hover-i:visited,
.ui-btn-hover-i:hover,
.ui-btn-hover-i a.ui-link-inherit,
.ui-btn-down-i:visited,
.ui-btn-down-i:hover,
.ui-btn-down-i a.ui-link-inherit {
    color: #760081
}
.ui-btn-up-i,
.ui-btn-hover-i,
.ui-btn-down-i {
    font-family: Arial, sans-serif;
    text-decoration: none
}
.ui-btn-up-i .ui-btn-inner,
.ui-btn-hover-i .ui-btn-inner,
.ui-btn-down-i .ui-btn-inner {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 11px
}
.ui-body-a .ui-content {
    padding: 0
}
#footer_btns {
    margin: 15px 0
}
.ui-body-a label.ui-select,
.ui-body-a label.ui-input-text {
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: normal;
    margin: 10px 0 0
}
.ui-body-a input.ui-input-text,
.ui-body-a textarea.ui-input-text,
.ui-body-a .ui-input-search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.ui-body-a input.ui-input-text,
.ui-body-a textarea.ui-input-text {
    background-image: none;
    border: 1px solid #ccc;
    padding: 7px;
    margin: 5px 0;
    line-height: 20px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: 0
}
.ui-body-a input.ui-focus,
.ui-body-a input.ui-btn:focus {
    border: 1px solid #c780ce
}
.ui-select .ui-shadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.modInset {
    margin: 10px
}
.modInset-2 {
    margin: 10px 0 10px 2px
}
.indicatorWrap {
    border-right: 1px solid #bbb;
    overflow: hidden;
    padding: 10px 0;
    position: relative
}
.indicatorWrap .line {
    background-color: #bbb;
    height: 2px
}
.checkout_modInset .cartPosition {
    margin-right: -45px;
    right: 100%
}
.indicatorWrap .cartPosition {
    background-color: #75ca69;
    height: 2px;
    position: absolute;
    top: 10px;
    width: 100%
}
.checkout_success_modInset .step1,
.checkout_success_modInset .step2,
.checkout_success_modInset .step3 {
    color: #75ca69
}
.checkout_modInset .step1 {
    color: #75ca69
}
.indicatorWrap .cartPosition .cartIcon {
    background: url(/includes/templates/slucky/images/mobile/sprite.png) no-repeat scroll -131px -59px transparent;
    height: 17px;
    width: 23px
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .indicatorWrap .cartPosition .cartIcon {
        background-image: url(/includes/templates/slucky/images/mobile/sprite@2x.png?33782);
        background-size: 300px auto
    }
}
.indicatorWrap .cartPosition .cartIcon {
    position: absolute;
    right: -2px;
    top: -8px
}
.m-checkoutIndicator .step1 {
    text-align: left
}
.m-checkoutIndicator .step2 {
    text-align: center
}
.m-checkoutIndicator .step3 {
    text-align: right
}
.m-checkoutIndicator li {
    color: #bbb;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 33%
}
.checkout_step {
    background-color: #eaeaea;
    border-bottom: solid 2px #8024a0;
    text-shadow: 0 1px 0 white;
    position: relative
}
.checkout_step .stage {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #ababab;
    float: left;
    width: 33.33%;
    text-align: center;
    height: 42px;
    display: table
}
.checkout_step .stage>div {
    color: #666;
    margin: 9px 20px;
    line-height: 12px;
    height: 24px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 4px
}
.checkout_step .stage:last-child {
    border-width: 0 0 0 1px
}
.checkout_step .stage.py-active a,
.checkout_step .stage.py-active a:hover {
    color: #fff;
    text-shadow: none
}
.checkout_step .stage.current-stage {
    border-width: 0;
    background-color: #cecece;
    box-shadow: inset 0 2px 10px #b0b0b0;
    position: relative;
    overflow: hidden
}
.checkout_step .stage.current-stage:after {
    content: " ";
    position: absolute;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 10px;
    width: 10px;
    top: 90%;
    left: 44%
}
.checkout_step .stage {
    background: url(/includes/templates/slucky/images/mobile/navbar-bg-next.png) repeat-x
}
.checkout_step .stage.current-stage {
    background: url(/includes/templates/slucky/images/mobile/navbar-bg-current.png) 0 0 repeat
}
.checkout_step .stage.current-stage>div {
    color: #730194
}
.checkout_step .stage.current-stage:after {
    background-color: #8024a0
}
.checkout_step .stage.py-active {
    background: url(/includes/templates/slucky/images/mobile/navbar-bg-prev.png) 0 0 repeat
}
.shipping-method-info {
    margin-bottom: 5px;
    display: none;
    color: #666
}
.shipping-method-info.default {
    display: block
}
.shipping-method-info .smprice {
    color: #900
}
.shipping-method-info .shipping-discount-off {
    color: #900;
    font-weight: bold
}
.payment_desc {
    display: none;
    padding: 10px 0
}
.payment_desc table {
    text-align: left
}
.payment_desc th {
    white-space: nowrap
}
.litb-coupon-box {
    position: relative;
    width: 100%
}
.litb-coupon {
    float: right;
    color: #d18686;
    margin: 5px 0;
    padding-right: 10px;
    cursor: pointer
}
.litb-coupon-box .popover {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background-color: #eee;
    position: relative;
    width: auto;
    z-index: 0;
    margin: 10px 0 13px;
    -webkit-box-shadow: none;
    box-shadow: none
}
.clearfix {
    clear: both
}
.litb-coupon-box .popover.bottom .arrow {
    left: 93%;
    border-bottom-color: #eee
}
.litb-coupon-box .popover.bottom .arrow:after {
    border-bottom-color: #eee
}
.litb-coupon-box #coupon_code {
    display: inline-block;
    width: 100%
}
.litb-coupon-box .apply_btn_wrap {
    position: absolute;
    width: 120px;
    right: 10px;
    top: 0;
    padding: 8px 6px;
    height: 37px;
    line-height: 14px
}
.litb-coupon-box .popover.success {
    border-bottom: 1px solid #468847;
    border-top: 1px solid #468847;
    background-color: #f5fcf0
}
.litb-coupon-box .popover.success .arrow {
    left: 93%;
    border-bottom-color: #f5fcf0
}
.litb-coupon-box .popover.success .arrow:after {
    border-bottom-color: #468847
}
.litb-coupon-box .popover.success .couponCode {
    color: #468847
}
.litb-coupon-box .popover.success .currency {
    color: #900;
    font-weight: bold
}
.litb-coupon-box .success .popover-content {
    background-color: #f5fcf0
}
.litb-coupon-box #coupon_msg {
    color: #b94a48
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px 9px 14px
}
.couponForm {
    padding-right: 125px
}
.popover-content p,
.popover-content ul,
.popover-content ol {
    margin-bottom: 0
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover .arrow:after {
    z-index: -1;
    content: ""
}
.popover.top .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-top-color: #fff;
    border-width: 10px 10px 0
}
.popover.top .arrow:after {
    bottom: -1px;
    left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 11px 0
}
.popover.right .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff;
    border-width: 10px 10px 10px 0
}
.popover.right .arrow:after {
    bottom: -11px;
    left: -1px;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 11px 11px 0
}
.popover.bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-width: 0 10px 10px
}
.popover.bottom .arrow:after {
    top: -1px;
    left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-width: 0 11px 11px
}
.popover.left .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff;
    border-width: 10px 0 10px 10px
}
.popover.left .arrow:after {
    right: -1px;
    bottom: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 0 11px 11px
}
#addToHomeScreen {
    border: 1px solid #7b0985;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5e3fb));
    background-image: -webkit-linear-gradient(top, #fff, #f5e3fb);
    background-image: -moz-linear-gradient(top, #fff, #f5e3fb);
    background-image: -ms-linear-gradient(top, #fff, #f5e3fb);
    background-image: -o-linear-gradient(top, #fff, #f5e3fb);
    background-image: linear-gradient(top, #fff, #f5e3fb)
}
#addToHomeScreen .addToHomeArrow {
    background-color: #f5e3fb;
    border-color: #7b0985
}
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
    background-color: #f5e3fb
}
#addToHomeScreen .addToHomeClose {
    color: #660e7f
}
table.table_all {
    border: 1px solid #ccc;
    border-spacing: 0;
    color: black;
    margin: 0 auto;
    border-collapse: collapse
}
.table_header_bg {
    background-color: #f2f2f2
}
.table_all td {
    padding: 5px 2px;
    text-align: center;
    border: 1px solid #CCC;
    vertical-align: middle
}
.gray_column_bg {
    background-color: #f2f2f2
}
.b {
    font-weight: bold
}
.m-select {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #666;
    background: #fff;
    vertical-align: middle;
    overflow: hidden
}
.m-select .select-text {
    display: block;
    height: 100%;
    padding-left: 10px;
    font-weight: bold;
    vertical-align: middle
}
.m-select .select-text:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.m-select .select-arrow {
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #666;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#c6c6c6));
    background-image: -webkit-linear-gradient(#fefefe, #c6c6c6);
    background-image: -moz-linear-gradient(#fefefe, #c6c6c6);
    background-image: -o-linear-gradient(#fefefe, #c6c6c6);
    background-image: linear-gradient(#fefefe, #c6c6c6)
}
.m-select .select-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -6px;
    border-style: solid;
    border-width: 6px;
    border-color: #666 transparent transparent transparent;
    -webkit-box-shadow: inset 0 0 1px 1px #b1b1b1;
    -moz-box-shadow: inset 0 0 1px 1px #b1b1b1;
    box-shadow: inset 0 0 1px 1px #b1b1b1
}
.m-select select {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2
}
.m-select.disabled,
.m-select.disabled .select-arrow {
    border-color: #d1d1d1;
    color: #d1d1d1
}
.m-select.disabled .select-arrow {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#d1d1d1));
    background-image: -webkit-linear-gradient(#fefefe, #d1d1d1);
    background-image: -moz-linear-gradient(#fefefe, #d1d1d1);
    background-image: -o-linear-gradient(#fefefe, #d1d1d1);
    background-image: linear-gradient(#fefefe, #d1d1d1)
}
.m-select.disabled .select-arrow:after {
    border-top-color: #d1d1d1
}
.orderQuantity .m-select {
    display: inline-block !important;
    width: 100px !important
}
.prCustomized div {
    position: relative;
    left: -10px;
    width: 100%;
    padding: 0 10px;
    background: #f1f1f1
}
.prCustomized h4 {
    position: relative;
    left: -10px;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #922925;
    text-align: center;
    font-family: Georgia, Arail;
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e3e3e3));
    background-image: -webkit-linear-gradient(#fff, #e3e3e3);
    background-image: -moz-linear-gradient(#fff, #e3e3e3);
    background-image: -o-linear-gradient(#fff, #e3e3e3);
    background-image: linear-gradient(#fff, #e3e3e3)
}
.prCustomized h5 {
    margin-bottom: 10px
}
.orderQuantity .select-text {
    padding-left: 20px
}
.prCustomized .select-text {
    font-weight: normal
}
.prCustomized label {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 3px
}
.table-prOrderOpts td {
    padding-bottom: 10px
}
.prodOrder1 input[type="text"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 7px #979797;
    -moz-box-shadow: inset 0 1px 7px #979797;
    box-shadow: inset 0 1px 7px #979797
}
#productInfoPrice {
    padding-bottom: 10px !important
}
.ui-btn-up-j {
    border: 1px solid #780095;
    background: #9437a5;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 2px #430053;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9437a5), to(#722883));
    background-image: -webkit-linear-gradient(#9437a5, #722883);
    background-image: -moz-linear-gradient(#9437a5, #722883);
    background-image: -o-linear-gradient(#9437a5, #722883);
    background-image: linear-gradient(#9437a5, #722883)
}
.ui-btn-hover-j {
    border: 1px solid #780095;
    background: #b069bc;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 2px #430053;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b069bc), to(#9437a5));
    background-image: -webkit-linear-gradient(#b069bc, #9437a5);
    background-image: -moz-linear-gradient(#b069bc, #9437a5);
    background-image: -o-linear-gradient(#b069bc, #9437a5);
    background-image: linear-gradient(#b069bc, #9437a5)
}
.cat-wall {
    padding: 0 3%;
    font-size: 12px
}
.cat-wall li {
    position: relative;
    float: left;
    width: 31%;
    min-height: 60px;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    background: #e1e1e1;
    text-align: center
}
.cat-wall li:nth-child(n+13) {
    margin-bottom: 5.25%
}
.cat-wall a,
.cat-wall img,
.cat-wall span {
    display: block;
    width: 100%
}
.cat-wall span {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    line-height: 1.6em;
    color: #333;
    background: #fff;
    background: rgba(240, 240, 240, .7);
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap
}
.cat-wall span:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    -webkit-transform: scaleY(0.3);
    -moz-transform: scaleY(0.3);
    -ms-transform: scaleY(0.3);
    -o-transform: scaleY(0.3);
    transform: scaleY(0.3)
}
.cat-wall .last-left {
    margin-right: 0
}
.new-home .entries-wrap {
    margin-top: 0
}
div.swiper-container {
    width: 320px;
    height: 169px;
    margin: 3.5% auto 0
}
div.swiper-container img {
    width: 100%;
    height: auto
}
.swiper-pagination-switch {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: default;
    border: 0;
    text-indent: -9999px;
    background: url(/includes/templates/slucky/images/mobile/dot.png?1) no-repeat -1px 0;
    background-size: 46px 14px
}
.swiper-visible-switch,
.swiper-active-switch,
.swiper-pagination-switch:hover {
    background-position: -32px 0
}
.pagination {
    #position: static;
    margin: 4px 0 1.5%;
    text-align: center
}
.save {
    margin: 0 0 5.5%;
    text-align: center
}
.save img {
    display: inline-block;
    max-width: 100%
}
#productList-2 .odd,
#productList-2 .even {
    box-sizing: border-box
}
#productList-2 .odd {
    padding-left: 7px;
    padding-right: 3px
}
#productList-2 .even {
    padding-right: 7px;
    padding-left: 3px
}
#productList-2 .prodThumbnail {
    width: 100%;
    margin-right: 0
}
#productList-2 .prodThumbnail img {
    width: 100%;
    height: auto
}
#productList-2 .m-discount {
    width: 33px;
    height: 33px;
    top: -5px;
    right: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(/includes/templates/slucky/images/mobile/off_icon.png);
    background-size: 75px 33px;
    font-size: 16px;
    padding: 7px 0 0 7px;
    background-position: -41px 0
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #productList-2 .m-discount {
        background-image: url(/includes/templates/slucky/images/mobile/off_icon@2x.png);
        background-size: 75px 33px
    }
}
#productGallery-2 .productsList li {
    margin-bottom: 10px;
    width: 49%;
    margin-right: 1%
}
.en #productList-2 .m-discount {
    padding: 4px 0 0 3px;
    background-position: 0 0
}
#productList-2 .prodInfo {
    height: 95px
}
@media screen and (min-width: 801px) {
    #productGallery-2 {
        padding: 0 4px 0 7px
    }
    #productList-2 .modBd {
        width: 25%;
        padding-left: 3px;
        padding-right: 3px
    }
}
@media screen and (max-width: 800px) and (min-width: 476px) {
    #productGallery-2 {
        padding: 0 4px 0 7px
    }
    #productList-2 .modBd {
        width: 33.3%;
        padding-left: 3px;
        padding-right: 3px
    }
}
.express_checkout {
    margin-top: 13px;
    margin-bottom: 25px;
    text-align: right
}
.express-success {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 45px;
    background: #f5fdf0 url(/includes/templates/slucky/images/mobile/successful.png) no-repeat 10px 16px;
    background-size: 30px 30px;
    color: #317333
}
.express-success h2 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold
}
.express-success h3 {
    font-size: 15px;
    #font-weight: bold
}
.express-success a {
    color: #317333
}
.unline-link a {
    text-decoration: underline
}
.alert {
    padding: 10px 25px 10px 30px
}
.alert-error {
    border: 1px solid #eda5a8;
    background: #faeaeb url(/includes/templates/slucky/images/mobile/failed-warning.png) no-repeat 10px 10px;
    background-size: 15px 15px;
    color: #d51a21
}
#porductInfoPrImage {
    padding-top: 10px
}
.favorites-tip {
    line-height: 14px;
    margin-bottom: 10px
}
.favorites-tip p {
    padding-top: 0
}
.cart-tip {
    line-height: 14px;
    margin-top: 10px;
    margin-left: 10px
}
.cart-tip p {
    padding-top: 0
}
.tab {
    width: 290px;
    height: auto;
    margin: auto;
    padding-top: 15px
}
.tabTit {
    width: 93%;
    height: 40px;
    border-bottom: 2px solid #f3d6f7;
    margin-left: 10px
}
.tabTit li {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f3d6f7;
    height: 42px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    width: 48%
}
.tabTit li a {
    position: relative;
    top: 13px
}
.tabTit .cur {
    cursor: default;
    background: #fff;
    border: 2px solid #f3d6f7;
    border-bottom: 2px solid #fff
}
.tabCont {
    clear: both;
    padding: 0 10px
}
.close {
    background: url("/includes/templates/slucky/images/mobile/close.png") no-repeat scroll center center/26px 26px transparent;
    height: 26px;
    margin-right: -26px;
    margin-top: -26px;
    padding-right: 13px;
    padding-top: 13px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 26px;
    z-index: 1000
}
.or-facebook {
    text-align: center;
    margin: 8px 0 -8px !important
}
.or-facebook span {
    background: #fff;
    padding: 0 5px
}
.login-with-facebook {
    border-top: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 15px
}
.login-with-facebook div {
    height: 43px;
    text-align: center;
    background: url('/includes/templates/slucky/images/mobile/sign-with-facebook.png') no-repeat scroll center center/100% 43px transparent
}
.login-with-facebook div span {
    position: relative;
    padding-left: 40px;
    top: 14px;
    color: #fff
}
#nav-menu-link {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center transparent;
    display: block;
    height: 40px;
    left: 2px;
    position: absolute;
    top: 0;
    width: 40px
}
.nav-menu {
    background: #853399;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    width: 0;
    position: fixed;
    bottom: -1px;
    padding-bottom: 1px;
    display: none
}
.show-menu {
    border-right-width: 1px;
    margin-right: -1px;
    max-height: none;
    min-height: 100%;
    position: absolute;
    display: block
}
.nav-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
}
.nav-warper {
    position: relative;
    min-height: inherit;
    border: 0;
    overflow-x: hidden;
    background: #fff
}
body.nav-view .nav-main {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
    width: 100%;
    border: 0
}
@media all and (max-width: 175px) {
    body.nav-view .nav-main {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        width: 100%;
        border: 0
    }
}
@media all and (min-width: 550px) {
    body.nav-view .nav-main {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        width: 100%;
        border: 0
    }
}
.mm-menu,
.mm-menu>.mm-panel {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    min-height: 100%
}
.mm-menu {
    background: inherit;
    overflow-x: hidden;
	overflow-y: auto;
    padding: 0
}
.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease
}
#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999
}
body.nav-view #mm-blocker {
    display: block
}
body.nav-view .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
    position: absolute;
    width: 100%;
    border: 0
}
@media all and (max-width: 175px) {
    body.nav-view .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
        position: absolute;
        width: 100%;
        border: 0
    }
}
@media all and (min-width: 550px) {
    body.nav-view .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0);
        position: absolute;
        width: 100%;
        border: 0
    }
}
#mm_sign_in {
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid
}
#mm_sign_in a {
    padding-left: 10px
}
.mm-list .title a {
    padding-left: 10px
}
.menu-item {
    margin-left: 0
}
ul.mm-list li.menu-item:hover {
    background-color: rgba(0,0,0,0.05);
	color: #333;
    transition: all 0.2s ease-in;
}
.mm-menu>.mm-panel {
    background: inherit;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0)
}
.mm-menu>.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.mm-menu .mm-list {
    padding: 2px 0
}
.mm-menu>.mm-list {
    padding-bottom: 0
}
.mm-menu>.mm-list:after {
    content: '';
    display: block;
    height: 40px
}
.mm-panel>.mm-list {
    margin-left: -20px;
    margin-right: -20px
}
.mm-panel>.mm-list:first-child {
    padding-top: 0
}
.mm-list,
.mm-list>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}
.mm-list {
    font-size: 15px;
    font-weight: bold;
	font-family: 'FontAwesome';
}
.mm-list a,
.mm-list a:hover {
    text-decoration: none
}
.mm-list>li {
    position: relative
}
.mm-list>li>a,
.mm-list>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 0;
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):not(#mm_sign_in):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 0;
    position: relative;
    left: auto
}
.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent
}
.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
    display: block
}
.mm-menu {
    background: #FFF;
    color: #000;
}
.mm-menu .mm-list>li:after {
    border-color: rgba(255, 255, 255, 0.5)
}
.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.1)
}
.mm-menu .mm-list>li.mm-label {
    background: rgba(255, 255, 255, 0.05)
}
.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, 0.05)
}
.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}
.mm-login {
    background: #FFF;
}
/*! jQuery Mobile vGit Build: SHA1: b49cc06499abf8f987cf90f35349cfac0918c939 <> Date: Tue Oct 2 11:22:34 2012 -0700 jquerymobile.com | jquery.org/license !*/

.ui-mobile,
.ui-mobile body {
    height: 99.9%
}
.ui-mobile fieldset,
.ui-page {
    padding: 0;
    margin: 0
}
.ui-mobile a img,
.ui-mobile fieldset {
    border-width: 0
}
.ui-mobile-viewport {
    margin: 0;
    overflow-x: visible;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body.ui-mobile-viewport,
div.ui-mobile-viewport {
    overflow-x: hidden
}
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    position: absolute;
    display: none;
    border: 0
}
.ui-mobile .ui-page-active {
    display: block;
    overflow: visible
}
.ui-page {
    outline: 0
}
@media screen and (orientation: portrait) {
    .ui-mobile,
    .ui-mobile .ui-page {
        min-height: 420px
    }
}
@media screen and (orientation: landscape) {
    .ui-mobile,
    .ui-mobile .ui-page {
        min-height: 300px
    }
}
.ui-loading .ui-loader {
    display: block
}
.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0
}
.ui-loader-default {
    background: 0;
    filter: Alpha(Opacity=18);
    opacity: .18;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px
}
.ui-loader-verbose {
    width: 200px;
    filter: Alpha(Opacity=88);
    opacity: .88;
    box-shadow: 0 1px 1px -1px #fff;
    height: auto;
    margin-left: -110px;
    margin-top: -43px;
    padding: 10px
}
.ui-loader-default h1 {
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden
}
.ui-loader-verbose h1 {
    font-size: 16px;
    margin: 0;
    text-align: center
}
.ui-loader .ui-icon {
    background-color: #000;
    display: block;
    margin: 0;
    width: 44px;
    height: 44px;
    padding: 1px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px
}
.ui-loader-verbose .ui-icon {
    margin: 0 auto 10px;
    filter: Alpha(Opacity=75);
    opacity: .75
}
.ui-loader-textonly {
    padding: 15px;
    margin-left: -115px
}
.ui-loader-textonly .ui-icon {
    display: none
}
.ui-loader-fakefix {
    position: absolute
}
.ui-mobile-rendering>* {
    visibility: hidden
}
.ui-bar,
.ui-body {
    position: relative;
    padding: .4em 15px;
    overflow: hidden;
    display: block;
    clear: both
}
.ui-bar {
    font-size: 16px;
    margin: 0
}
.ui-bar h1,
.ui-bar h2,
.ui-bar h3,
.ui-bar h4,
.ui-bar h5,
.ui-bar h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: inline-block
}
.ui-header,
.ui-footer {
    position: relative;
    border-left-width: 0;
    border-right-width: 0;
    zoom: 1;
	background: #f2f2f2;
	padding-top: 15px;
}
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-footer .ui-btn-left,
.ui-footer .ui-btn-right {
    position: absolute;
    top: 3px
}
.ui-header .ui-btn-left,
.ui-footer .ui-btn-left {
    left: 5px
}
.ui-header .ui-btn-right,
.ui-footer .ui-btn-right {
    right: 5px
}
.ui-footer .ui-btn-icon-notext,
.ui-header .ui-btn-icon-notext {
    top: 6px
}
.ui-header .ui-title,
.ui-footer .ui-title {
    min-height: 1.1em;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: .6em 30% .8em;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: 0 !important
}
.ui-footer .ui-title {
    margin: .6em 15px .8em
}
.ui-content {
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    padding: 15px 0
}
.ui-icon {
    width: 18px;
    height: 18px
}
.ui-nojs {
    position: absolute;
    left: -9999px
}
.ui-hide-label label.ui-input-text,
.ui-hide-label label.ui-select,
.ui-hide-label label.ui-slider,
.ui-hide-label label.ui-submit,
.ui-hide-label .ui-controlgroup-label,
.ui-hidden-accessible {
    position: absolute !important;
    left: -9999px;
    clip: rect(1px);
    clip: rect(1px, 1px, 1px, 1px)
}
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.ui-page-pre-in {
    opacity: 0
}
.in {
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 350ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 350ms
}
.out {
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 225ms;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 225ms
}
@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@-moz-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.fade.out {
    opacity: 0;
    -webkit-animation-duration: 125ms;
    -webkit-animation-name: fadeout;
    -moz-animation-duration: 125ms;
    -moz-animation-name: fadeout
}
.fade.in {
    opacity: 1;
    -webkit-animation-duration: 225ms;
    -webkit-animation-name: fadein;
    -moz-animation-duration: 225ms;
    -moz-animation-name: fadein
}
.pop {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%
}
.pop.in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
    -webkit-animation-name: popin;
    -moz-animation-name: popin;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms
}
.pop.out {
    -webkit-animation-name: fadeout;
    -moz-animation-name: fadeout;
    opacity: 0;
    -webkit-animation-duration: 100ms;
    -moz-animation-duration: 100ms
}
.pop.in.reverse {
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein
}
.pop.out.reverse {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-animation-name: popout;
    -moz-animation-name: popout
}
@-webkit-keyframes popin {
    from {
        -webkit-transform: scale(.8);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}
@-moz-keyframes popin {
    from {
        -moz-transform: scale(.8);
        opacity: 0
    }
    to {
        -moz-transform: scale(1);
        opacity: 1
    }
}
@-webkit-keyframes popout {
    from {
        -webkit-transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.8);
        opacity: 0
    }
}
@-moz-keyframes popout {
    from {
        -moz-transform: scale(1);
        opacity: 1
    }
    to {
        -moz-transform: scale(.8);
        opacity: 0
    }
}
@-webkit-keyframes slideinfromright {
    from {
        -webkit-transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes slideinfromright {
    from {
        -moz-transform: translateX(100%)
    }
    to {
        -moz-transform: translateX(0)
    }
}
@-webkit-keyframes slideinfromleft {
    from {
        -webkit-transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes slideinfromleft {
    from {
        -moz-transform: translateX(-100%)
    }
    to {
        -moz-transform: translateX(0)
    }
}
@-webkit-keyframes slideouttoleft {
    from {
        -webkit-transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%)
    }
}
@-moz-keyframes slideouttoleft {
    from {
        -moz-transform: translateX(0)
    }
    to {
        -moz-transform: translateX(-100%)
    }
}
@-webkit-keyframes slideouttoright {
    from {
        -webkit-transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%)
    }
}
@-moz-keyframes slideouttoright {
    from {
        -moz-transform: translateX(0)
    }
    to {
        -moz-transform: translateX(100%)
    }
}
.slide.out,
.slide.in {
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 350ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 350ms
}
.slide.out {
    -webkit-transform: translateX(-100%);
    -webkit-animation-name: slideouttoleft;
    -moz-transform: translateX(-100%);
    -moz-animation-name: slideouttoleft
}
.slide.in {
    -webkit-transform: translateX(0);
    -webkit-animation-name: slideinfromright;
    -moz-transform: translateX(0);
    -moz-animation-name: slideinfromright
}
.slide.out.reverse {
    -webkit-transform: translateX(100%);
    -webkit-animation-name: slideouttoright;
    -moz-transform: translateX(100%);
    -moz-animation-name: slideouttoright
}
.slide.in.reverse {
    -webkit-transform: translateX(0);
    -webkit-animation-name: slideinfromleft;
    -moz-transform: translateX(0);
    -moz-animation-name: slideinfromleft
}
.slidefade.out {
    -webkit-transform: translateX(-100%);
    -webkit-animation-name: slideouttoleft;
    -moz-transform: translateX(-100%);
    -moz-animation-name: slideouttoleft;
    -webkit-animation-duration: 225ms;
    -moz-animation-duration: 225ms
}
.slidefade.in {
    -webkit-transform: translateX(0);
    -webkit-animation-name: fadein;
    -moz-transform: translateX(0);
    -moz-animation-name: fadein;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms
}
.slidefade.out.reverse {
    -webkit-transform: translateX(100%);
    -webkit-animation-name: slideouttoright;
    -moz-transform: translateX(100%);
    -moz-animation-name: slideouttoright;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms
}
.slidefade.in.reverse {
    -webkit-transform: translateX(0);
    -webkit-animation-name: fadein;
    -moz-transform: translateX(0);
    -moz-animation-name: fadein;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms
}
.slidedown.out {
    -webkit-animation-name: fadeout;
    -moz-animation-name: fadeout;
    -webkit-animation-duration: 100ms;
    -moz-animation-duration: 100ms
}
.slidedown.in {
    -webkit-transform: translateY(0);
    -webkit-animation-name: slideinfromtop;
    -moz-transform: translateY(0);
    -moz-animation-name: slideinfromtop;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms
}
.slidedown.in.reverse {
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -webkit-animation-duration: 150ms;
    -moz-animation-duration: 150ms
}
.slidedown.out.reverse {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-animation-name: slideouttotop;
    -moz-animation-name: slideouttotop;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms
}
@-webkit-keyframes slideinfromtop {
    from {
        -webkit-transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes slideinfromtop {
    from {
        -moz-transform: translateY(-100%)
    }
    to {
        -moz-transform: translateY(0)
    }
}
@-webkit-keyframes slideouttotop {
    from {
        -webkit-transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-100%)
    }
}
@-moz-keyframes slideouttotop {
    from {
        -moz-transform: translateY(0)
    }
    to {
        -moz-transform: translateY(-100%)
    }
}
.slideup.out {
    -webkit-animation-name: fadeout;
    -moz-animation-name: fadeout;
    -webkit-animation-duration: 100ms;
    -moz-animation-duration: 100ms
}
.slideup.in {
    -webkit-transform: translateY(0);
    -webkit-animation-name: slideinfrombottom;
    -moz-transform: translateY(0);
    -moz-animation-name: slideinfrombottom;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms
}
.slideup.in.reverse {
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -webkit-animation-duration: 150ms;
    -moz-animation-duration: 150ms
}
.slideup.out.reverse {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-animation-name: slideouttobottom;
    -moz-animation-name: slideouttobottom;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms
}
@-webkit-keyframes slideinfrombottom {
    from {
        -webkit-transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes slideinfrombottom {
    from {
        -moz-transform: translateY(100%)
    }
    to {
        -moz-transform: translateY(0)
    }
}
@-webkit-keyframes slideouttobottom {
    from {
        -webkit-transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(100%)
    }
}
@-moz-keyframes slideouttobottom {
    from {
        -moz-transform: translateY(0)
    }
    to {
        -moz-transform: translateY(100%)
    }
}
.viewport-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    position: absolute
}
.flip {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0);
    -moz-backface-visibility: hidden;
    -moz-transform: translateX(0)
}
.flip.out {
    -webkit-transform: rotateY(-90deg) scale(.9);
    -webkit-animation-name: flipouttoleft;
    -webkit-animation-duration: 175ms;
    -moz-transform: rotateY(-90deg) scale(.9);
    -moz-animation-name: flipouttoleft;
    -moz-animation-duration: 175ms
}
.flip.in {
    -webkit-animation-name: flipintoright;
    -webkit-animation-duration: 225ms;
    -moz-animation-name: flipintoright;
    -moz-animation-duration: 225ms
}
.flip.out.reverse {
    -webkit-transform: rotateY(90deg) scale(.9);
    -webkit-animation-name: flipouttoright;
    -moz-transform: rotateY(90deg) scale(.9);
    -moz-animation-name: flipouttoright
}
.flip.in.reverse {
    -webkit-animation-name: flipintoleft;
    -moz-animation-name: flipintoleft
}
@-webkit-keyframes flipouttoleft {
    from {
        -webkit-transform: rotateY(0)
    }
    to {
        -webkit-transform: rotateY(-90deg) scale(.9)
    }
}
@-moz-keyframes flipouttoleft {
    from {
        -moz-transform: rotateY(0)
    }
    to {
        -moz-transform: rotateY(-90deg) scale(.9)
    }
}
@-webkit-keyframes flipouttoright {
    from {
        -webkit-transform: rotateY(0)
    }
    to {
        -webkit-transform: rotateY(90deg) scale(.9)
    }
}
@-moz-keyframes flipouttoright {
    from {
        -moz-transform: rotateY(0)
    }
    to {
        -moz-transform: rotateY(90deg) scale(.9)
    }
}
@-webkit-keyframes flipintoleft {
    from {
        -webkit-transform: rotateY(-90deg) scale(.9)
    }
    to {
        -webkit-transform: rotateY(0)
    }
}
@-moz-keyframes flipintoleft {
    from {
        -moz-transform: rotateY(-90deg) scale(.9)
    }
    to {
        -moz-transform: rotateY(0)
    }
}
@-webkit-keyframes flipintoright {
    from {
        -webkit-transform: rotateY(90deg) scale(.9)
    }
    to {
        -webkit-transform: rotateY(0)
    }
}
@-moz-keyframes flipintoright {
    from {
        -moz-transform: rotateY(90deg) scale(.9)
    }
    to {
        -moz-transform: rotateY(0)
    }
}
.viewport-turn {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    position: absolute
}
.turn {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0);
    -webkit-transform-origin: 0 0;
    -moz-backface-visibility: hidden;
    -moz-transform: translateX(0);
    -moz-transform-origin: 0 0
}
.turn.out {
    -webkit-transform: rotateY(-90deg) scale(.9);
    -webkit-animation-name: flipouttoleft;
    -moz-transform: rotateY(-90deg) scale(.9);
    -moz-animation-name: flipouttoleft;
    -webkit-animation-duration: 125ms;
    -moz-animation-duration: 125ms
}
.turn.in {
    -webkit-animation-name: flipintoright;
    -moz-animation-name: flipintoright;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms
}
.turn.out.reverse {
    -webkit-transform: rotateY(90deg) scale(.9);
    -webkit-animation-name: flipouttoright;
    -moz-transform: rotateY(90deg) scale(.9);
    -moz-animation-name: flipouttoright
}
.turn.in.reverse {
    -webkit-animation-name: flipintoleft;
    -moz-animation-name: flipintoleft
}
@-webkit-keyframes flipouttoleft {
    from {
        -webkit-transform: rotateY(0)
    }
    to {
        -webkit-transform: rotateY(-90deg) scale(.9)
    }
}
@-moz-keyframes flipouttoleft {
    from {
        -moz-transform: rotateY(0)
    }
    to {
        -moz-transform: rotateY(-90deg) scale(.9)
    }
}
@-webkit-keyframes flipouttoright {
    from {
        -webkit-transform: rotateY(0)
    }
    to {
        -webkit-transform: rotateY(90deg) scale(.9)
    }
}
@-moz-keyframes flipouttoright {
    from {
        -moz-transform: rotateY(0)
    }
    to {
        -moz-transform: rotateY(90deg) scale(.9)
    }
}
@-webkit-keyframes flipintoleft {
    from {
        -webkit-transform: rotateY(-90deg) scale(.9)
    }
    to {
        -webkit-transform: rotateY(0)
    }
}
@-moz-keyframes flipintoleft {
    from {
        -moz-transform: rotateY(-90deg) scale(.9)
    }
    to {
        -moz-transform: rotateY(0)
    }
}
@-webkit-keyframes flipintoright {
    from {
        -webkit-transform: rotateY(90deg) scale(.9)
    }
    to {
        -webkit-transform: rotateY(0)
    }
}
@-moz-keyframes flipintoright {
    from {
        -moz-transform: rotateY(90deg) scale(.9)
    }
    to {
        -moz-transform: rotateY(0)
    }
}
.flow {
    -webkit-transform-origin: 50% 30%;
    -moz-transform-origin: 50% 30%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}
.ui-dialog.flow {
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}
.flow.out {
    -webkit-transform: translateX(-100%) scale(.7);
    -webkit-animation-name: flowouttoleft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 350ms;
    -moz-transform: translateX(-100%) scale(.7);
    -moz-animation-name: flowouttoleft;
    -moz-animation-timing-function: ease;
    -moz-animation-duration: 350ms
}
.flow.in {
    -webkit-transform: translateX(0) scale(1);
    -webkit-animation-name: flowinfromright;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 350ms;
    -moz-transform: translateX(0) scale(1);
    -moz-animation-name: flowinfromright;
    -moz-animation-timing-function: ease;
    -moz-animation-duration: 350ms
}
.flow.out.reverse {
    -webkit-transform: translateX(100%);
    -webkit-animation-name: flowouttoright;
    -moz-transform: translateX(100%);
    -moz-animation-name: flowouttoright
}
.flow.in.reverse {
    -webkit-animation-name: flowinfromleft;
    -moz-animation-name: flowinfromleft
}
@-webkit-keyframes flowouttoleft {
    0 {
        -webkit-transform: translateX(0) scale(1)
    }
    60%,
    70% {
        -webkit-transform: translateX(0) scale(.7)
    }
    100% {
        -webkit-transform: translateX(-100%) scale(.7)
    }
}
@-moz-keyframes flowouttoleft {
    0 {
        -moz-transform: translateX(0) scale(1)
    }
    60%,
    70% {
        -moz-transform: translateX(0) scale(.7)
    }
    100% {
        -moz-transform: translateX(-100%) scale(.7)
    }
}
@-webkit-keyframes flowouttoright {
    0 {
        -webkit-transform: translateX(0) scale(1)
    }
    60%,
    70% {
        -webkit-transform: translateX(0) scale(.7)
    }
    100% {
        -webkit-transform: translateX(100%) scale(.7)
    }
}
@-moz-keyframes flowouttoright {
    0 {
        -moz-transform: translateX(0) scale(1)
    }
    60%,
    70% {
        -moz-transform: translateX(0) scale(.7)
    }
    100% {
        -moz-transform: translateX(100%) scale(.7)
    }
}
@-webkit-keyframes flowinfromleft {
    0 {
        -webkit-transform: translateX(-100%) scale(.7)
    }
    30%,
    40% {
        -webkit-transform: translateX(0) scale(.7)
    }
    100% {
        -webkit-transform: translateX(0) scale(1)
    }
}
@-moz-keyframes flowinfromleft {
    0 {
        -moz-transform: translateX(-100%) scale(.7)
    }
    30%,
    40% {
        -moz-transform: translateX(0) scale(.7)
    }
    100% {
        -moz-transform: translateX(0) scale(1)
    }
}
@-webkit-keyframes flowinfromright {
    0 {
        -webkit-transform: translateX(100%) scale(.7)
    }
    30%,
    40% {
        -webkit-transform: translateX(0) scale(.7)
    }
    100% {
        -webkit-transform: translateX(0) scale(1)
    }
}
@-moz-keyframes flowinfromright {
    0 {
        -moz-transform: translateX(100%) scale(.7)
    }
    30%,
    40% {
        -moz-transform: translateX(0) scale(.7)
    }
    100% {
        -moz-transform: translateX(0) scale(1)
    }
}
.ui-grid-a,
.ui-grid-b,
.ui-grid-c,
.ui-grid-d {
    overflow: hidden
}
.ui-block-a,
.ui-block-b,
.ui-block-c,
.ui-block-d,
.ui-block-e {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.ui-grid-solo .ui-block-a {
    display: block;
    float: none
}
.ui-grid-a .ui-block-a,
.ui-grid-a .ui-block-b {
    width: 49.95%
}
.ui-grid-a>:nth-child(n) {
    width: 50%;
    margin-right: -.5px
}
.ui-grid-a .ui-block-a {
    clear: left
}
.ui-grid-b .ui-block-a,
.ui-grid-b .ui-block-b,
.ui-grid-b .ui-block-c {
    width: 33.25%
}
.ui-grid-b>:nth-child(n) {
    width: 33.333%;
    margin-right: -.5px
}
.ui-grid-b .ui-block-a {
    clear: left
}
.ui-grid-c .ui-block-a,
.ui-grid-c .ui-block-b,
.ui-grid-c .ui-block-c,
.ui-grid-c .ui-block-d {
    width: 24.925%
}
.ui-grid-c>:nth-child(n) {
    width: 25%;
    margin-right: -.5px
}
.ui-grid-c .ui-block-a {
    clear: left
}
.ui-grid-d .ui-block-a,
.ui-grid-d .ui-block-b,
.ui-grid-d .ui-block-c,
.ui-grid-d .ui-block-d,
.ui-grid-d .ui-block-e {
    width: 19.925%
}
.ui-grid-d>:nth-child(n) {
    width: 20%
}
.ui-grid-d .ui-block-a {
    clear: left
}
.ui-header-fixed,
.ui-footer-fixed {
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 1000
}
.ui-header-fixed {
    top: 0
}
.ui-footer-fixed {
    bottom: 0
}
.ui-header-fullscreen,
.ui-footer-fullscreen {
    filter: Alpha(Opacity=90);
    opacity: .9
}
.ui-page-header-fixed {
    padding-top: 2.6875em
}
.ui-page-footer-fixed {
    padding-bottom: 2.6875em
}
.ui-page-header-fullscreen .ui-content,
.ui-page-footer-fullscreen .ui-content {
    padding: 0
}
.ui-fixed-hidden {
    position: absolute
}
.ui-page-header-fullscreen .ui-fixed-hidden,
.ui-page-footer-fullscreen .ui-fixed-hidden {
    left: -9999px
}
.ui-header-fixed .ui-btn,
.ui-footer-fixed .ui-btn {
    z-index: 10
}
.ui-navbar {
    max-width: 100%
}
.ui-navbar.ui-mini {
    margin: 0
}
.ui-navbar ul:before,
.ui-navbar ul:after {
    content: " ";
    display: table
}
.ui-navbar ul:after {
    clear: both
}
.ui-navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    border: 0;
    max-width: 100%;
    overflow: visible;
    zoom: 1
}
.ui-navbar li .ui-btn {
    display: block;
    text-align: center;
    margin: 0 -1px 0 0;
    border-right-width: 0
}
.ui-navbar li .ui-btn-icon-right .ui-icon {
    right: 6px
}
.ui-navbar li:last-child .ui-btn,
.ui-navbar .ui-grid-duo .ui-block-b .ui-btn {
    margin-right: 0;
    border-right-width: 1px
}
.ui-header .ui-navbar li:last-child .ui-btn,
.ui-footer .ui-navbar li:last-child .ui-btn,
.ui-header .ui-navbar .ui-grid-duo .ui-block-b .ui-btn,
.ui-footer .ui-navbar .ui-grid-duo .ui-block-b .ui-btn {
    margin-right: -1px;
    border-right-width: 0
}
.ui-navbar .ui-grid-duo li.ui-block-a:last-child .ui-btn {
    margin-right: -1px;
    border-right-width: 1px
}
.ui-header .ui-navbar li .ui-btn,
.ui-footer .ui-navbar li .ui-btn {
    border-top-width: 0;
    border-bottom-width: 0
}
.ui-header .ui-navbar .ui-grid-b li.ui-block-c .ui-btn,
.ui-footer .ui-navbar .ui-grid-b li.ui-block-c .ui-btn {
    margin-right: -5px
}
.ui-header .ui-navbar .ui-grid-c li.ui-block-d .ui-btn,
.ui-footer .ui-navbar .ui-grid-c li.ui-block-d .ui-btn,
.ui-header .ui-navbar .ui-grid-d li.ui-block-e .ui-btn,
.ui-footer .ui-navbar .ui-grid-d li.ui-block-e .ui-btn {
    margin-right: -4px
}
.ui-header .ui-navbar .ui-grid-b li.ui-block-c .ui-btn-icon-right .ui-icon,
.ui-footer .ui-navbar .ui-grid-b li.ui-block-c .ui-btn-icon-right .ui-icon,
.ui-header .ui-navbar .ui-grid-c li.ui-block-d .ui-btn-icon-right .ui-icon,
.ui-footer .ui-navbar .ui-grid-c li.ui-block-d .ui-btn-icon-right .ui-icon,
.ui-header .ui-navbar .ui-grid-d li.ui-block-e .ui-btn-icon-right .ui-icon,
.ui-footer .ui-navbar .ui-grid-d li.ui-block-e .ui-btn-icon-right .ui-icon {
    right: 8px
}
.ui-navbar li .ui-btn .ui-btn-inner {
    padding-top: .7em;
    padding-bottom: .8em
}
.ui-navbar li .ui-btn-icon-top .ui-btn-inner {
    padding-top: 30px
}
.ui-navbar li .ui-btn-icon-bottom .ui-btn-inner {
    padding-bottom: 30px
}
.ui-btn {
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: .5em 0;
    padding: 0
}
.ui-mini {
    margin-top: .25em;
    margin-bottom: .25em
}
.ui-btn-left,
.ui-btn-right,
.ui-input-clear,
.ui-btn-inline,
.ui-grid-a .ui-btn,
.ui-grid-b .ui-btn,
.ui-grid-c .ui-btn,
.ui-grid-d .ui-btn,
.ui-grid-e .ui-btn,
.ui-grid-solo .ui-btn {
    margin-right: 5px;
    margin-left: 5px
}
.ui-btn-inner {
    font-size: 16px;
    padding: .6em 20px;
    min-width: .75em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1
}
.ui-btn input,
.ui-btn button {
    z-index: 2
}
.ui-btn-left,
.ui-btn-right,
.ui-btn-inline {
    display: inline-block;
    vertical-align: middle
}
.ui-mobile .ui-btn-left,
.ui-mobile .ui-btn-right {
    margin: 0
}
.ui-btn-block {
    display: block
}
.ui-header>.ui-btn,
.ui-footer>.ui-btn {
    display: inline-block;
    margin: 0
}
.ui-header .ui-btn-block,
.ui-footer .ui-btn-block {
    display: block
}
.ui-header .ui-btn-inner,
.ui-footer .ui-btn-inner,
.ui-mini .ui-btn-inner {
    font-size: 12.5px;
    padding: .55em 11px .5em
}
.ui-fullsize .ui-btn-inner,
.ui-fullsize .ui-btn-inner {
    font-size: 16px;
    padding: .6em 20px
}
.ui-btn-icon-notext {
    width: 24px;
    height: 24px
}
.ui-btn-icon-notext .ui-btn-inner {
    padding: 0;
    height: 100%
}
.ui-btn-icon-notext .ui-btn-inner .ui-icon {
    margin: 2px 1px 2px 3px;
    float: left
}
.ui-btn-text {
    position: relative;
    z-index: 1;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
.ui-btn-icon-notext .ui-btn-text {
    position: absolute;
    left: -9999px
}
.ui-btn-icon-left .ui-btn-inner {
    padding-left: 40px
}
.ui-btn-icon-right .ui-btn-inner {
    padding-right: 40px
}
.ui-btn-icon-top .ui-btn-inner {
    padding-top: 40px
}
.ui-btn-icon-bottom .ui-btn-inner {
    padding-bottom: 40px
}
.ui-header .ui-btn-icon-left .ui-btn-inner,
.ui-footer .ui-btn-icon-left .ui-btn-inner,
.ui-mini.ui-btn-icon-left .ui-btn-inner,
.ui-mini .ui-btn-icon-left .ui-btn-inner {
    padding-left: 30px
}
.ui-header .ui-btn-icon-right .ui-btn-inner,
.ui-footer .ui-btn-icon-right .ui-btn-inner,
.ui-mini.ui-btn-icon-right .ui-btn-inner,
.ui-mini .ui-btn-icon-right .ui-btn-inner {
    padding-right: 30px
}
.ui-header .ui-btn-icon-top .ui-btn-inner,
.ui-footer .ui-btn-icon-top .ui-btn-inner {
    padding: 30px 3px .5em 3px
}
.ui-mini.ui-btn-icon-top .ui-btn-inner,
.ui-mini .ui-btn-icon-top .ui-btn-inner {
    padding-top: 30px
}
.ui-header .ui-btn-icon-bottom .ui-btn-inner,
.ui-footer .ui-btn-icon-bottom .ui-btn-inner {
    padding: .55em 3px 30px 3px
}
.ui-mini.ui-btn-icon-bottom .ui-btn-inner,
.ui-mini .ui-btn-icon-bottom .ui-btn-inner {
    padding-bottom: 30px
}
.ui-btn-icon-notext .ui-icon {
    display: block;
    z-index: 0
}
.ui-btn-icon-left>.ui-btn-inner>.ui-icon,
.ui-btn-icon-right>.ui-btn-inner>.ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -9px
}
.ui-btn-icon-top .ui-btn-inner .ui-icon,
.ui-btn-icon-bottom .ui-btn-inner .ui-icon {
    position: absolute;
    left: 50%;
    margin-left: -9px
}
.ui-btn-icon-left .ui-icon {
    left: 10px
}
.ui-btn-icon-right .ui-icon {
    right: 10px
}
.ui-btn-icon-top .ui-icon {
    top: 10px
}
.ui-btn-icon-bottom .ui-icon {
    top: auto;
    bottom: 10px
}
.ui-header .ui-btn-icon-left .ui-icon,
.ui-footer .ui-btn-icon-left .ui-icon,
.ui-mini.ui-btn-icon-left .ui-icon,
.ui-mini .ui-btn-icon-left .ui-icon {
    left: 5px
}
.ui-header .ui-btn-icon-right .ui-icon,
.ui-footer .ui-btn-icon-right .ui-icon,
.ui-mini.ui-btn-icon-right .ui-icon,
.ui-mini .ui-btn-icon-right .ui-icon {
    right: 5px
}
.ui-header .ui-btn-icon-top .ui-icon,
.ui-footer .ui-btn-icon-top .ui-icon,
.ui-mini.ui-btn-icon-top .ui-icon,
.ui-mini .ui-btn-icon-top .ui-icon {
    top: 5px
}
.ui-header .ui-btn-icon-bottom .ui-icon,
.ui-footer .ui-btn-icon-bottom .ui-icon,
.ui-mini.ui-btn-icon-bottom .ui-icon,
.ui-mini .ui-btn-icon-bottom .ui-icon {
    bottom: 5px
}
.ui-btn-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    cursor: pointer;
    background: #fff;
    background: rgba(255, 255, 255, 0);
    filter: Alpha(Opacity=0);
    opacity: .1;
    font-size: 1px;
    border: 0;
    text-indent: -9999px
}
.ui-disabled .ui-btn-hidden {
    display: none
}
.ui-disabled {
    z-index: 1
}
.ui-field-contain .ui-btn.ui-submit {
    margin: 0
}
label.ui-submit {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0 0 .3em;
    display: block
}
@media all and (min-width: 450px) {
    .ui-field-contain label.ui-submit {
        vertical-align: top;
        display: inline-block;
        width: 20%;
        margin: 0 2% 0 0
    }
    .ui-field-contain .ui-btn.ui-submit {
        width: 78%;
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }
    .ui-hide-label .ui-btn.ui-submit {
        width: auto;
        display: block
    }
}
.ui-collapsible-inset {
    margin: .5em 0
}
.ui-collapsible-heading {
    font-size: 16px;
    display: block;
    margin: 0 -15px;
    padding: 0;
    position: relative
}
.ui-collapsible-inset .ui-collapsible-heading {
    margin: 0
}
.ui-collapsible-heading .ui-btn {
    text-align: left;
    margin: 0;
    border-left-width: 0;
    border-right-width: 0
}
.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
    border-right-width: 1px;
    border-left-width: 1px
}
.ui-collapsible-collapsed+.ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn {
    border-top-width: 0
}
.ui-collapsible-set .ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn {
    border-top-width: 1px
}
.ui-collapsible-heading .ui-btn-inner,
.ui-collapsible-heading .ui-btn-icon-left .ui-btn-inner {
    padding-left: 40px
}
.ui-collapsible-heading .ui-btn-icon-right .ui-btn-inner {
    padding-left: 12px;
    padding-right: 40px
}
.ui-collapsible-heading .ui-btn-icon-top .ui-btn-inner,
.ui-collapsible-heading .ui-btn-icon-bottom .ui-btn-inner {
    padding-right: 40px;
    text-align: center
}
.ui-collapsible-heading .ui-btn span.ui-btn {
    position: absolute;
    left: 6px;
    top: 50%;
    margin: -12px 0 0 0;
    width: 20px;
    height: 20px;
    padding: 1px 0 1px 2px;
    text-indent: -9999px
}
.ui-collapsible-heading .ui-btn span.ui-btn .ui-btn-inner {
    padding: 10px 0
}
.ui-collapsible-heading .ui-btn span.ui-btn .ui-icon {
    left: 0;
    margin-top: -10px
}
.ui-collapsible-heading-status {
    position: absolute;
    top: -9999px;
    left: 0
}
.ui-collapsible-content {
    display: block;
    margin: 0 -15px;
    padding: 10px 15px;
    border-left-width: 0;
    border-right-width: 0;
    border-top: 0;
    background-image: none
}
.ui-collapsible-inset .ui-collapsible-content {
    margin: 0;
    border-right-width: 1px;
    border-left-width: 1px
}
.ui-collapsible-content-collapsed {
    display: none
}
.ui-collapsible-set {
    margin: .5em 0
}
.ui-collapsible-set .ui-collapsible {
    margin: -1px 0 0
}
.ui-collapsible-set .ui-collapsible:first-child {
    margin-top: 0
}
.ui-controlgroup,
fieldset.ui-controlgroup {
    padding: 0;
    margin: .5em 0;
    zoom: 1
}
.ui-controlgroup.ui-mini,
fieldset.ui-controlgroup.ui-mini {
    margin: .25em 0
}
.ui-field-contain .ui-controlgroup,
.ui-field-contain fieldset.ui-controlgroup {
    margin: 0
}
.ui-bar .ui-controlgroup {
    margin: 0 5px
}
.ui-controlgroup-label {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0 0 .4em
}
.ui-controlgroup li {
    list-style: none
}
.ui-controlgroup-vertical .ui-btn,
.ui-controlgroup-vertical .ui-checkbox,
.ui-controlgroup-vertical .ui-radio {
    margin: 0;
    border-bottom-width: 0
}
.ui-controlgroup-vertical .ui-controlgroup-last {
    border-bottom-width: 1px
}
.ui-controlgroup-controls label.ui-select {
    position: absolute;
    left: -9999px
}
.ui-controlgroup .ui-btn-icon-notext {
    width: auto;
    height: auto;
    top: auto
}
.ui-controlgroup .ui-btn-icon-notext .ui-btn-inner {
    height: 20px;
    padding: .6em 20px .6em 20px
}
.ui-controlgroup-horizontal .ui-btn-icon-notext .ui-btn-inner {
    width: 18px
}
.ui-controlgroup.ui-mini .ui-btn-icon-notext .ui-btn-inner,
.ui-header .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner,
.ui-footer .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner {
    height: 16px;
    padding: .55em 11px .5em 11px
}
.ui-controlgroup .ui-btn-icon-notext .ui-btn-inner .ui-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -9px -9px 0 0
}
.ui-controlgroup-horizontal .ui-controlgroup-controls:before,
.ui-controlgroup-horizontal .ui-controlgroup-controls:after {
    content: "";
    display: table
}
.ui-controlgroup-horizontal .ui-controlgroup-controls:after {
    clear: both
}
.ui-controlgroup-horizontal .ui-controlgroup-controls {
    display: inline-block;
    vertical-align: middle;
    zoom: 1
}
.ui-controlgroup-horizontal .ui-btn-inner {
    text-align: center
}
.ui-controlgroup-horizontal.ui-mini .ui-btn-inner {
    height: 16px;
    line-height: 16px
}
.ui-controlgroup-horizontal .ui-btn,
.ui-controlgroup-horizontal .ui-select,
.ui-controlgroup-horizontal .ui-checkbox,
.ui-controlgroup-horizontal .ui-radio {
    float: left;
    clear: none;
    margin: 0 -1px 0 0
}
.ui-controlgroup-horizontal .ui-select .ui-btn,
.ui-controlgroup-horizontal .ui-checkbox .ui-btn,
.ui-controlgroup-horizontal .ui-radio .ui-btn {
    float: none;
    margin: 0
}
.ui-controlgroup-horizontal .ui-controlgroup-last,
.ui-controlgroup-horizontal .ui-select:last-child,
.ui-controlgroup-horizontal .ui-checkbox:last-child,
.ui-controlgroup-horizontal .ui-radio:last-child {
    margin-right: 0
}
.ui-controlgroup .ui-checkbox label,
.ui-controlgroup .ui-radio label {
    font-size: 16px
}
@media all and (min-width: 450px) {
    .ui-field-contain .ui-controlgroup-label {
        vertical-align: top;
        display: inline-block;
        width: 20%;
        margin: 0 2% 0 0
    }
    .ui-field-contain .ui-controlgroup-controls {
        width: 78%;
        display: inline-block
    }
    .ui-field-contain .ui-controlgroup .ui-select {
        width: 100%;
        display: block
    }
    .ui-field-contain .ui-controlgroup-horizontal .ui-select {
        width: auto
    }
    .ui-hide-label .ui-controlgroup-controls {
        width: 100%
    }
}
.ui-dialog {
    background: none !important
}
.ui-dialog-contain {
    width: 92.5%;
    max-width: 500px;
    margin: 10% auto 15px auto;
    padding: 0;
    position: relative;
    top: -15px
}
.ui-dialog-contain>.ui-header,
.ui-dialog-contain>.ui-content,
.ui-dialog-contain>.ui-footer {
    display: block;
    position: relative;
    width: auto;
    margin: 0
}
.ui-dialog-contain>.ui-header {
    border: 0;
    overflow: hidden;
    z-index: 10;
    padding: 0
}
.ui-dialog-contain>.ui-content {
    padding: 15px
}
.ui-dialog-contain>.ui-footer {
    z-index: 10;
    padding: 0 15px
}
.ui-popup-open .ui-header-fixed,
.ui-popup-open .ui-footer-fixed {
    position: absolute !important
}
.ui-popup-screen {
    background-image: url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    position: absolute;
    filter: Alpha(Opacity=0);
    opacity: 0;
    z-index: 1099
}
.ui-popup-screen.in {
    opacity: .5;
    filter: Alpha(Opacity=50)
}
.ui-popup-screen.out {
    opacity: 0;
    filter: Alpha(Opacity=0)
}
.ui-popup-container {
    z-index: 1100;
    display: inline-block;
    position: absolute;
    padding: 0;
    outline: 0
}
.ui-popup {
    position: relative
}
.ui-popup.ui-content,
.ui-popup .ui-content {
    overflow: visible
}
.ui-popup>p,
.ui-popup>h1,
.ui-popup>h2,
.ui-popup>h3,
.ui-popup>h4,
.ui-popup>h5,
.ui-popup>h6 {
    margin: .5em 7px
}
.ui-popup>span {
    display: block;
    margin: .5em 7px
}
.ui-popup .ui-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: .5em
}
.ui-popup-container .ui-content>p,
.ui-popup-container .ui-content>h1,
.ui-popup-container .ui-content>h2,
.ui-popup-container .ui-content>h3,
.ui-popup-container .ui-content>h4,
.ui-popup-container .ui-content>h5,
.ui-popup-container .ui-content>h6 {
    margin: .5em 0
}
.ui-popup-container .ui-content>span {
    margin: 0
}
.ui-popup-container .ui-content>p:first-child,
.ui-popup-container .ui-content>h1:first-child,
.ui-popup-container .ui-content>h2:first-child,
.ui-popup-container .ui-content>h3:first-child,
.ui-popup-container .ui-content>h4:first-child,
.ui-popup-container .ui-content>h5:first-child,
.ui-popup-container .ui-content>h6:first-child {
    margin-top: 0
}
.ui-popup-container .ui-content>p:last-child,
.ui-popup-container .ui-content>h1:last-child,
.ui-popup-container .ui-content>h2:last-child,
.ui-popup-container .ui-content>h3:last-child,
.ui-popup-container .ui-content>h4:last-child,
.ui-popup-container .ui-content>h5:last-child,
.ui-popup-container .ui-content>h6:last-child {
    margin-bottom: 0
}
.ui-popup>img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}
.ui-popup iframe {
    vertical-align: middle
}
@media all and (min-width: 450px) {
    .ui-popup .ui-field-contain label.ui-submit,
    .ui-popup .ui-field-contain .ui-controlgroup-label,
    .ui-popup .ui-field-contain label.ui-select,
    .ui-popup .ui-field-contain label.ui-input-text {
        font-size: 16px;
        line-height: 1.4;
        display: block;
        font-weight: normal;
        margin: 0 0 .3em
    }
    .ui-popup .ui-field-contain .ui-btn.ui-submit,
    .ui-popup .ui-field-contain .ui-controlgroup-controls,
    .ui-popup .ui-field-contain .ui-select,
    .ui-popup .ui-field-contain input.ui-input-text,
    .ui-popup .ui-field-contain textarea.ui-input-text,
    .ui-popup .ui-field-contain .ui-input-search {
        width: 100%;
        display: block
    }
}
.ui-popup>.ui-btn-left,
.ui-popup>.ui-btn-right {
    position: absolute;
    top: -9px;
    margin: 0;
    z-index: 1101
}
.ui-popup>.ui-btn-left {
    left: -9px
}
.ui-popup>.ui-btn-right {
    right: -9px
}
.ui-popup.ui-corner-all>.ui-header,
.ui-popup.ui-corner-all ~ .ui-content,
.ui-popup.ui-corner-all>.ui-content:first-child {
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit
}
.ui-popup.ui-corner-all>.ui-content,
.ui-popup.ui-corner-all>.ui-footer,
.ui-popup.ui-corner-all>.ui-header:nth-child(n):last-child {
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit
}
.ui-popup.ui-corner-all>.ui-content:nth-child(2),
.ui-popup.ui-corner-all>.ui-header:nth-child(2) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}
.ui-popup.ui-corner-all>.ui-content:nth-last-child(1n+2),
.ui-popup.ui-corner-all>.ui-footer:nth-last-child(1n+2) {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}
.ui-popup.ui-corner-all>.ui-header:only-child,
.ui-popup.ui-corner-all>.ui-footer:only-child {
    -webkit-border-radius: inherit;
    border-radius: inherit
}
.ui-checkbox,
.ui-radio {
    position: relative;
    clear: both;
    margin: 0;
    z-index: 1
}
.ui-checkbox .ui-btn,
.ui-radio .ui-btn {
    margin-top: .5em;
    margin-bottom: .5em;
    text-align: left;
    z-index: 2
}
.ui-checkbox .ui-btn.ui-mini,
.ui-radio .ui-btn.ui-mini {
    margin: .25em 0
}
.ui-controlgroup .ui-checkbox .ui-btn,
.ui-controlgroup .ui-radio .ui-btn {
    margin: 0
}
.ui-checkbox .ui-btn-inner,
.ui-radio .ui-btn-inner {
    white-space: normal
}
.ui-checkbox .ui-btn-icon-left .ui-btn-inner,
.ui-radio .ui-btn-icon-left .ui-btn-inner {
    padding-left: 45px
}
.ui-checkbox .ui-mini.ui-btn-icon-left .ui-btn-inner,
.ui-radio .ui-mini.ui-btn-icon-left .ui-btn-inner {
    padding-left: 36px
}
.ui-checkbox .ui-btn-icon-right .ui-btn-inner,
.ui-radio .ui-btn-icon-right .ui-btn-inner {
    padding-right: 45px
}
.ui-checkbox .ui-mini.ui-btn-icon-right .ui-btn-inner,
.ui-radio .ui-mini.ui-btn-icon-right .ui-btn-inner {
    padding-right: 36px
}
.ui-checkbox .ui-btn-icon-top .ui-btn-inner,
.ui-radio .ui-btn-icon-top .ui-btn-inner {
    padding-right: 0;
    padding-left: 0;
    text-align: center
}
.ui-checkbox .ui-btn-icon-bottom .ui-btn-inner,
.ui-radio .ui-btn-icon-bottom .ui-btn-inner {
    padding-right: 0;
    padding-left: 0;
    text-align: center
}
.ui-checkbox .ui-icon,
.ui-radio .ui-icon {
    top: 1.1em
}
.ui-checkbox .ui-btn-icon-left .ui-icon,
.ui-radio .ui-btn-icon-left .ui-icon {
    left: 15px
}
.ui-checkbox .ui-mini.ui-btn-icon-left .ui-icon,
.ui-radio .ui-mini.ui-btn-icon-left .ui-icon {
    left: 9px
}
.ui-checkbox .ui-btn-icon-right .ui-icon,
.ui-radio .ui-btn-icon-right .ui-icon {
    right: 15px
}
.ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon,
.ui-radio .ui-mini.ui-btn-icon-right .ui-icon {
    right: 9px
}
.ui-checkbox .ui-btn-icon-top .ui-icon,
.ui-radio .ui-btn-icon-top .ui-icon {
    top: 10px
}
.ui-checkbox .ui-btn-icon-bottom .ui-icon,
.ui-radio .ui-btn-icon-bottom .ui-icon {
    top: auto;
    bottom: 10px
}
.ui-checkbox .ui-btn-icon-right .ui-icon,
.ui-radio .ui-btn-icon-right .ui-icon {
    right: 15px
}
.ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon,
.ui-radio .ui-mini.ui-btn-icon-right .ui-icon {
    right: 9px
}
.ui-checkbox input,
.ui-radio input {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    outline: 0 !important;
    z-index: 1
}
.ui-field-contain,
fieldset.ui-field-contain {
    padding: .8em 0;
    margin: 0;
    border-width: 0 0 1px 0;
    overflow: visible
}
.ui-field-contain:last-child {
    border-bottom-width: 0
}
.ui-field-contain {
    max-width: 100%
}
@media all and (min-width: 450px) {
    .ui-field-contain,
    .ui-mobile fieldset.ui-field-contain {
        border-width: 0;
        padding: 0;
        margin: 1em 0
    }
}
.ui-select {
    display: block;
    position: relative
}
.ui-select select {
    position: absolute;
    left: -9999px;
    top: -9999px
}
.ui-select .ui-btn {
    overflow: hidden;
    opacity: 1
}
.ui-field-contain .ui-select .ui-btn {
    margin: 0
}
.ui-select .ui-btn select {
    cursor: pointer;
    -webkit-appearance: none;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 1.5em;
    min-height: 100%;
    height: 3em;
    max-height: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
    z-index: 2
}
.ui-select .ui-disabled {
    opacity: .3
}
.ui-select .ui-disabled select {
    display: none
}
@-moz-document url-prefix() {
    .ui-select .ui-btn select {
        opacity: .0001
    }
}
.ui-select .ui-btn.ui-select-nativeonly {
    border-radius: 0;
    border: 0
}
.ui-select .ui-btn.ui-select-nativeonly select {
    opacity: 1;
    text-indent: 0;
    display: block
}
.ui-select .ui-disabled.ui-select-nativeonly .ui-btn-inner {
    opacity: 0
}
.ui-select .ui-btn-icon-right .ui-btn-inner,
.ui-select .ui-li-has-count .ui-btn-inner {
    padding-right: 45px
}
.ui-select .ui-mini.ui-btn-icon-right .ui-btn-inner {
    padding-right: 32px
}
.ui-select .ui-btn-icon-right.ui-li-has-count .ui-btn-inner {
    padding-right: 80px
}
.ui-select .ui-mini.ui-btn-icon-right.ui-li-has-count .ui-btn-inner {
    padding-right: 67px
}
.ui-select .ui-btn-icon-right .ui-icon {
    right: 15px
}
.ui-select .ui-mini.ui-btn-icon-right .ui-icon {
    right: 7px
}
.ui-select .ui-btn-icon-right.ui-li-has-count .ui-li-count {
    right: 45px
}
.ui-select .ui-mini.ui-btn-icon-right.ui-li-has-count .ui-li-count {
    right: 32px
}
label.ui-select {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0 0 .3em;
    display: block
}
.ui-select .ui-btn-text,
.ui-selectmenu .ui-btn-text {
    display: block;
    min-height: 1em;
    overflow: hidden !important
}
.ui-select .ui-btn-text {
    text-overflow: ellipsis
}
.ui-selectmenu {
    padding: 6px;
    min-width: 160px
}
.ui-selectmenu .ui-listview {
    margin: 0
}
.ui-selectmenu .ui-btn.ui-li-divider {
    cursor: default
}
.ui-selectmenu-hidden {
    top: -99999px;
    left: -9999px
}
.ui-screen-hidden,
.ui-selectmenu-list .ui-li .ui-icon {
    display: none
}
.ui-selectmenu-list .ui-li .ui-icon {
    display: block
}
.ui-li.ui-selectmenu-placeholder {
    display: none
}
.ui-selectmenu .ui-header {
    margin: 0;
    padding: 0
}
.ui-selectmenu .ui-header .ui-title {
    margin: .6em 46px .8em
}
@media all and (min-width: 450px) {
    .ui-field-contain label.ui-select {
        vertical-align: top;
        display: inline-block;
        width: 20%;
        margin: 0 2% 0 0
    }
    .ui-field-contain .ui-select {
        width: 78%;
        display: inline-block
    }
    .ui-hide-label .ui-select {
        width: 100%
    }
}
.ui-selectmenu .ui-header h1:after {
    content: '.';
    visibility: hidden
}
label.ui-input-text {
    font-size: 16px;
    line-height: 1.4;
    display: block;
    font-weight: normal;
    margin: 0 0 .3em
}
input.ui-input-text,
textarea.ui-input-text {
    background-image: none;
    padding: .4em;
    margin: .5em 0;
    line-height: 1.4;
    font-size: 16px;
    display: block;
    width: 100%;
    outline: 0
}
input.ui-input-text.ui-mini,
textarea.ui-input-text.ui-mini {
    margin: .25em 0
}
.ui-field-contain input.ui-input-text,
.ui-field-contain textarea.ui-input-text {
    margin: 0
}
input.ui-input-text,
textarea.ui-input-text,
.ui-input-search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
input.ui-input-text {
    -webkit-appearance: none
}
textarea.ui-input-text {
    height: 50px;
    -webkit-transition: height 200ms linear;
    -moz-transition: height 200ms linear;
    -o-transition: height 200ms linear;
    transition: height 200ms linear
}
.ui-input-search {
    padding: 0 30px;
    margin: .5em 0;
    background-image: none;
    position: relative
}
.ui-input-search.ui-mini {
    margin: .25em 0
}
.ui-field-contain .ui-input-search {
    margin: 0
}
.ui-icon-searchfield:after {
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -9px;
    content: "";
    width: 18px;
    height: 18px;
    opacity: .5
}
.ui-input-search input.ui-input-text {
    border: 0;
    width: 98%;
    padding: .4em 0;
    margin: 0;
    display: block;
    background: transparent none;
    outline: 0 !important
}
.ui-input-search .ui-input-clear {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px
}
.ui-mini .ui-input-clear {
    right: -3px
}
.ui-input-search .ui-input-clear-hidden {
    display: none
}
input.ui-mini,
.ui-mini input,
textarea.ui-mini {
    font-size: 14px
}
textarea.ui-mini {
    height: 45px
}
@media all and (min-width: 450px) {
    .ui-field-contain label.ui-input-text {
        vertical-align: top;
        display: inline-block;
        width: 20%;
        margin: 0 2% 0 0
    }
    .ui-field-contain input.ui-input-text,
    .ui-field-contain textarea.ui-input-text,
    .ui-field-contain .ui-input-search {
        width: 78%;
        display: inline-block
    }
    .ui-hide-label input.ui-input-text,
    .ui-hide-label textarea.ui-input-text,
    .ui-hide-label .ui-input-search {
        width: 100%
    }
    .ui-input-search input.ui-input-text {
        width: 98%
    }
}
.ui-listview {
    margin: 0
}
ol.ui-listview,
ol.ui-listview .ui-li-divider {
    counter-reset: listnumbering
}
.ui-collapsible-content>.ui-listview {
    margin: -10px -15px
}
.ui-content .ui-listview-inset {
    margin: 1em 0
}
.ui-collapsible-content .ui-listview-inset {
    margin: .5em 0
}
.ui-listview,
.ui-li {
    list-style: none;
    padding: 0
}
.ui-li,
.ui-li.ui-field-contain {
    display: block;
    margin: 0;
    position: relative;
    overflow: visible;
    text-align: left;
    border-width: 0;
    border-top-width: 1px
}
.ui-li.ui-btn {
    margin: 0
}
.ui-li .ui-btn-text a.ui-link-inherit {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.ui-li-static {
    background-image: none
}
.ui-li-divider {
    padding: .5em 15px;
    font-size: 14px;
    font-weight: bold
}
ol.ui-listview .ui-link-inherit:before,
ol.ui-listview .ui-li-static:before,
.ui-li-dec {
    font-size: .8em;
    display: inline-block;
    padding-right: .3em;
    font-weight: normal;
    counter-increment: listnumbering;
    content: counter(listnumbering) ". "
}
ol.ui-listview .ui-li-jsnumbering:before {
    content: "" !important
}
.ui-listview-inset .ui-li {
    border-right-width: 1px;
    border-left-width: 1px
}
.ui-li-last,
.ui-li.ui-field-contain.ui-li-last {
    border-bottom-width: 1px
}
.ui-collapsible [class*="ui-body"]>.ui-listview:not(.ui-listview-inset) .ui-li-last {
    border-bottom-width: 0
}
.ui-collapsible-content>.ui-listview:not(.ui-listview-inset) .ui-li:first-child {
    border-top-width: 0
}
.ui-collapsible-content>.ui-listview:not(.ui-listview-inset),
.ui-collapsible-content>.ui-listview:not(.ui-listview-inset) .ui-li-last {
    -webkit-border-bottom-left-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}
.ui-collapsible-content>.ui-listview:not(.ui-listview-inset) .ui-li-last .ui-li-link-alt {
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit
}
.ui-li>.ui-btn-inner {
    display: block;
    position: relative;
    padding: 0
}
.ui-li .ui-btn-inner a.ui-link-inherit,
.ui-li-static.ui-li {
    padding: .7em 15px;
    display: block
}
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit,
.ui-li-static.ui-li-has-thumb {
    min-height: 60px;
    padding-left: 100px
}
.ui-li-has-icon .ui-btn-inner a.ui-link-inherit,
.ui-li-static.ui-li-has-icon {
    min-height: 20px;
    padding-left: 40px
}
.ui-li-has-count .ui-btn-inner a.ui-link-inherit,
.ui-li-static.ui-li-has-count,
.ui-li-divider.ui-li-has-count {
    padding-right: 45px
}
.ui-li-has-arrow .ui-btn-inner a.ui-link-inherit,
.ui-li-static.ui-li-has-arrow {
    padding-right: 40px
}
.ui-li-has-arrow.ui-li-has-count .ui-btn-inner a.ui-link-inherit,
.ui-li-static.ui-li-has-arrow.ui-li-has-count {
    padding-right: 75px
}
.ui-li-heading {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: .6em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.ui-li-desc {
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin: -.5em 0 .6em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.ui-li-thumb,
.ui-listview .ui-li-icon {
    position: absolute;
    left: 1px;
    top: 0;
    max-height: 80px;
    max-width: 80px
}
.ui-listview .ui-li-icon {
    max-height: 16px;
    max-width: 16px;
    left: 10px;
    top: .9em
}
.ui-li-thumb,
.ui-listview .ui-li-icon,
.ui-li-content {
    float: left;
    margin-right: 10px
}
.ui-li-aside {
    float: right;
    width: 50%;
    text-align: right;
    margin: .3em 0
}
@media all and (min-width: 480px) {
    .ui-li-aside {
        width: 45%
    }
}
.ui-li-divider {
    cursor: default
}
.ui-li-has-alt .ui-btn-inner a.ui-link-inherit,
.ui-li-static.ui-li-has-alt {
    padding-right: 53px
}
.ui-li-has-alt.ui-li-has-count .ui-btn-inner a.ui-link-inherit,
.ui-li-static.ui-li-has-alt.ui-li-has-count {
    padding-right: 88px
}
.ui-li-has-count .ui-li-count {
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    padding: .2em .5em;
    top: 50%;
    margin-top: -.9em;
    right: 10px
}
.ui-li-has-count.ui-li-divider .ui-li-count,
.ui-li-has-count .ui-link-inherit .ui-li-count {
    margin-top: -.95em
}
.ui-li-has-arrow.ui-li-has-count .ui-li-count {
    right: 40px
}
.ui-li-has-alt.ui-li-has-count .ui-li-count {
    right: 53px
}
.ui-li-link-alt {
    position: absolute;
    width: 40px;
    height: 100%;
    border-width: 0;
    border-left-width: 1px;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 2
}
.ui-li-link-alt .ui-btn {
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 50%;
    margin: -13px 0 0 0;
    border-bottom-width: 1px;
    z-index: -1
}
.ui-li-link-alt .ui-btn-inner {
    padding: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}
.ui-li-link-alt .ui-btn .ui-icon {
    right: 50%;
    margin-right: -9px
}
.ui-li-link-alt .ui-btn-icon-notext .ui-btn-inner .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -9px
}
.ui-listview * .ui-btn-inner>.ui-btn>.ui-btn-inner {
    border-top: 0
}
.ui-listview-filter {
    border-width: 0;
    overflow: hidden;
    margin: -15px -15px 15px -15px
}
.ui-collapsible-content .ui-listview-filter {
    margin: -10px -15px 10px -15px;
    border-bottom: inherit
}
.ui-listview-filter-inset {
    margin: -15px -5px;
    background: transparent
}
.ui-collapsible-content .ui-listview-filter-inset {
    margin: -5px;
    border-bottom-width: 0
}
.ui-listview-filter .ui-input-search {
    margin: 5px;
    width: auto;
    display: block
}
.ui-li.ui-screen-hidden {
    display: none
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .ui-li .ui-btn-text {
        overflow: visible
    }
}
label.ui-slider {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0 0 .3em;
    display: block
}
input.ui-slider-input,
.ui-field-contain input.ui-slider-input {
    display: inline-block;
    width: 50px;
    background-image: none;
    padding: .4em;
    margin: .5em 0;
    line-height: 1.4;
    font-size: 16px;
    outline: 0
}
input.ui-slider-input.ui-mini,
.ui-field-contain input.ui-slider-input.ui-mini {
    width: 45px;
    margin: .25em 0;
    font-size: 14px
}
.ui-field-contain input.ui-slider-input {
    margin: 0
}
input.ui-slider-input,
.ui-field-contain input.ui-slider-input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box
}
.ui-slider-input::-webkit-outer-spin-button {
    margin: 0
}
select.ui-slider-switch {
    display: none
}
div.ui-slider {
    position: relative;
    display: inline-block;
    overflow: visible;
    height: 15px;
    padding: 0;
    margin: 0 2% 0 20px;
    top: 4px;
    width: 65%
}
div.ui-slider-mini {
    height: 12px;
    margin-left: 10px;
    top: 2px
}
div.ui-slider-bg {
    border: 0;
    height: 100%;
    padding-right: 8px
}
.ui-controlgroup a.ui-slider-handle,
a.ui-btn.ui-slider-handle {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 28px;
    height: 28px;
    margin: -15px 0 0 -15px;
    outline: 0
}
a.ui-btn.ui-slider-handle .ui-btn-inner {
    padding: 0;
    height: 100%
}
div.ui-slider-mini a.ui-slider-handle {
    height: 14px;
    width: 14px;
    margin: -8px 0 0 -7px
}
div.ui-slider-mini a.ui-slider-handle .ui-btn-inner {
    height: 30px;
    width: 30px;
    padding: 0;
    margin: -9px 0 0 -9px;
    border-top: 0
}
@media all and (min-width: 450px) {
    .ui-field-contain label.ui-slider {
        vertical-align: top;
        display: inline-block;
        width: 20%;
        margin: 0 2% 0 0
    }
    .ui-field-contain div.ui-slider {
        width: 43%
    }
    .ui-field-contain div.ui-slider-switch {
        width: 5.5em
    }
}
div.ui-slider-switch {
    height: 32px;
    margin-left: 0;
    width: 5.8em
}
a.ui-slider-handle-snapping {
    -webkit-transition: left 70ms linear;
    -moz-transition: left 70ms linear
}
div.ui-slider-switch .ui-slider-handle {
    margin: 1px 0 0 -15px
}
.ui-slider-inneroffset {
    margin: 0 16px;
    position: relative;
    z-index: 1
}
div.ui-slider-switch.ui-slider-mini {
    width: 5em;
    height: 29px
}
div.ui-slider-switch.ui-slider-mini .ui-slider-inneroffset {
    margin: 0 15px 0 14px
}
div.ui-slider-switch.ui-slider-mini .ui-slider-handle {
    width: 25px;
    height: 25px;
    margin: 1px 0 0 -13px
}
div.ui-slider-switch.ui-slider-mini a.ui-slider-handle .ui-btn-inner {
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0
}
span.ui-slider-label {
    position: absolute;
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    top: 0;
    line-height: 2;
    min-height: 100%;
    border-width: 0;
    white-space: nowrap
}
.ui-slider-mini span.ui-slider-label {
    font-size: 14px
}
span.ui-slider-label-a {
    z-index: 1;
    left: 0;
    text-indent: -1.5em
}
span.ui-slider-label-b {
    z-index: 0;
    right: 0;
    text-indent: 1.5em
}
.ui-slider-inline {
    width: 120px;
    display: inline-block
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: 0
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
.flexslider {
    margin: 0;
    padding: 0
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}
.flexslider .slides img {
    width: 100%;
    display: block
}
.flex-pauseplay span {
    text-transform: capitalize
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .slides {
    display: block
}
* html .slides {
    height: 1%
}
.no-js .slides>li:first-child {
    display: block
}
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}
.loading .flex-viewport {
    max-height: 300px
}
.flexslider .slides {
    zoom: 1
}
.carousel li {
    margin-right: 5px
}
.flex-direction-nav {
    *height: 0
}
.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(/includes/templates/slucky/images/mobile/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px
}
.flex-direction-nav .flex-prev {
    left: -36px
}
.flexslider:hover .flex-next {
    opacity: .8;
    right: 5px
}
.flexslider:hover .flex-prev {
    opacity: .8;
    left: 5px
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}
.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}
.flex-control-thumbs img:hover {
    opacity: 1
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0
    }
}
#addToHomeScreen {
    z-index: 9999;
    -webkit-user-select: none;
    -webkit-box-sizing: border-box;
    width: 240px;
    font-size: 15px;
    padding: 12px 14px;
    text-align: left;
    font-family: helvetica;
    color: #222;
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    line-height: 130%;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2), -5px -5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2), -5px -5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2), -5px -5px 5px rgba(0, 0, 0, 0.2)
}
#addToHomeScreen.addToHomeIpad {
    width: 268px;
    font-size: 18px;
    padding: 14px
}
#addToHomeScreen.addToHomeWide {
    width: 296px
}
#addToHomeScreen.addToHomeIpad.addToHomeWide {
    width: 320px;
    font-size: 18px;
    padding: 14px
}
#addToHomeScreen .addToHomeArrow {
    position: absolute;
    border-width: 0 1px 1px 0;
    border-style: solid;
    width: 16px;
    height: 16px;
    -webkit-transform: rotateZ(45deg);
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2)
}
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
    -webkit-transform: rotateZ(-135deg);
    top: -9px;
    bottom: auto;
    left: 50%;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2)
}
#addToHomeScreen .addToHomeClose {
    -webkit-box-sizing: border-box;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 18px;
    height: 18px;
    line-height: 14px;
    text-align: center;
    text-indent: 1px;
    -webkit-border-radius: 9px;
    background: 0;
    font-size: 16px;
    font-weight: bold
}
#addToHomeScreen .addToHomePlus {
    font-weight: bold;
    font-size: 1.3em
}
#addToHomeScreen .addToHomeShare {
    display: inline-block;
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
    background-size: 18px 15px;
    text-indent: -9999em;
    overflow: hidden
}
#addToHomeScreen.addToHomeIOS7 .addToHomeShare {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAeCAYAAADD0FVVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQxQzlDNTgzQjk4ODExRTNCREVERUY4RjkyNkVDNERDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQxQzlDNTg0Qjk4ODExRTNCREVERUY4RjkyNkVDNERDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDFDOUM1ODFCOTg4MTFFM0JERURFRjhGOTI2RUM0REMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDFDOUM1ODJCOTg4MTFFM0JERURFRjhGOTI2RUM0REMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41rDVRAAAA7UlEQVR42mJgIB5MZ6AyeADE/4F4G7UMvAE1EIbXU2rgPahB14D4HxDfhPI3kWvgHagBoLAMgbJB4CyUvYVUA89BNc6B8mugfDUo/zyUPwubZhYchh4F4sNAnI9D3hCI1wLxZUrCFt2leAELHlf/IVE/XA8LUgRgA1+AmBeL+E8gZsOh5z/MptPQWGVEkmSHRhg20ADEymi+ATnODYiVYJx4KoXpZJA6JihHjEq5jx9EMDHQAIwaOnCGshAoK8gy9AIQv4Niqhm6AYiFgfjFaOyPGkqcoZ+oZN435BziQSVXg2pZcPXxn9reBwgwAJVFOAqHDqMcAAAAAElFTkSuQmCC);
    #background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA2CAYAAACr6+s1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDNDMTRFM0RCQTBDMTFFM0JBRDFFMTMxNzE3RUJEMkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDNDMTRFM0VCQTBDMTFFM0JBRDFFMTMxNzE3RUJEMkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0M0MxNEUzQkJBMEMxMUUzQkFEMUUxMzE3MTdFQkQyQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0M0MxNEUzQ0JBMEMxMUUzQkFEMUUxMzE3MTdFQkQyQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PheHWjcAAAESSURBVHja7NhBD4IgFAdwQS8Cn6Xv3qWLh9aldejQWuuTeGuNZIPGCPU5oZn938Z0gns/H8icTGtdLDEq6kDG2GC/Uupqjm3bbobGkQthBlIaAWUGaQecnW8urIPcHIqC+woshhrDZYf5KCnlJXYew2WFdQnvXvKzy2lbYa9FcdlgPqqrztHP6WAmbN8HLgssQDXhLPkwi9uHuOQwJdXJJRFC7GLrOoRZXPN+GCEPWSrGOX/Wdb3t2wliMBPmQcqyfEypGKPuxGM7v4diKXZ+Xiw0AFsNjPW9ScR7KYtfr6pi1UAFUs7KlNBY/IABBhhggAEGGGA/9EcxwwchphIwwAADDDDAAANspf9g/7NiLwEGAGnpeCIxSGSAAAAAAElFTkSuQmCC);
    background-size: 11px 15px;
    width: 18px;
    height: 18px;
    background-position: 4px 0;
    vertical-align: bottom;
    #background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA2CAYAAACr6+s1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDNDMTRFM0RCQTBDMTFFM0JBRDFFMTMxNzE3RUJEMkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDNDMTRFM0VCQTBDMTFFM0JBRDFFMTMxNzE3RUJEMkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0M0MxNEUzQkJBMEMxMUUzQkFEMUUxMzE3MTdFQkQyQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0M0MxNEUzQ0JBMEMxMUUzQkFEMUUxMzE3MTdFQkQyQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PheHWjcAAAESSURBVHja7NhBD4IgFAdwQS8Cn6Xv3qWLh9aldejQWuuTeGuNZIPGCPU5oZn938Z0gns/H8icTGtdLDEq6kDG2GC/Uupqjm3bbobGkQthBlIaAWUGaQecnW8urIPcHIqC+woshhrDZYf5KCnlJXYew2WFdQnvXvKzy2lbYa9FcdlgPqqrztHP6WAmbN8HLgssQDXhLPkwi9uHuOQwJdXJJRFC7GLrOoRZXPN+GCEPWSrGOX/Wdb3t2wliMBPmQcqyfEypGKPuxGM7v4diKXZ+Xiw0AFsNjPW9ScR7KYtfr6pi1UAFUs7KlNBY/IABBhhggAEGGGA/9EcxwwchphIwwAADDDDAAANspf9g/7NiLwEGAGnpeCIxSGSAAAAAAElFTkSuQmCC)
}
#addToHomeScreen .addToHomeTouchIcon {
    display: block;
    float: left;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    width: 57px;
    height: 57px;
    -webkit-background-size: 57px 57px;
    margin: 0 12px 0 0;
    border: 1px solid #333;
    -webkit-background-clip: padding-box
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
    #addToHomeScreen .addToHomeShare {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC)
    }
}
.proImgSizeA .canvas,
.proImgSizeB .canvas {
    height: 411px;
    position: relative;
    margin: 0 auto;
    width: 304px;
    z-index: 7009
}
.proImgSizeB .canvas {
    height: 260px
}
.proImgSizeA .slider,
.proImgSizeB .slider {
    width: 304px;
    height: 411px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 15px auto;
    background: url(/includes/templates/slucky/images/mobile/mask-waiting.gif) center center no-repeat #fff;
    z-index: 7009
}
.proImgSizeB .slider {
    height: 260px
}
.proImgSizeA .slider ul,
.proImgSizeB .slider ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 10000px
}
.proImgSizeA .slider li,
.proImgSizeB .slider li {
    float: left;
    display: block;
    width: 304px;
    height: 411px;
    overflow: hidden
}
.proImgSizeB .slider li {
    height: 260px;
    width: 260px;
    overflow: hidden
}
.proImgSizeA .nav em,
.proImgSizeB .nav em {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    width: 25px;
    height: 100%;
    z-index: 7009
}
.proImgSizeB .nav em {
    top: 130px
}
.proImgSizeA .nav em.prev span,
.proImgSizeB .nav em.prev span {
    margin-top: 190px;
    background: url(/includes/templates/slucky/images/mobile/icon.png) no-repeat -70px -6px;
    width: 13px;
    height: 13px;
    display: inline-block
}
.proImgSizeA .nav em.next span,
.proImgSizeB .nav em.next span {
    margin-top: 190px;
    background: url(/includes/templates/slucky/images/mobile/icon.png) no-repeat -85px -6px;
    width: 13px;
    height: 13px;
    display: inline-block
}
.proImgSizeA .nav em.page,
.proImgSizeB .nav em.page {
    background: #5a595a;
    border: 0;
    height: 18px;
    color: #fff;
    left: 0;
    top: 393px;
    text-align: center;
    line-height: 18px;
    padding: 0 5px;
    width: auto
}
.proImgSizeB .nav em.page {
    top: 242px
}
.proImgSizeA .nav a,
.proImgSizeB .nav a {
    color: #fff;
    font: blod 12px verdana;
    display: none;
    position: absolute;
    top: -25px;
    line-height: 25px;
    height: 25px;
    cursor: pointer;
    background: url(/includes/templates/slucky/images/mobile/icon.png) no-repeat 0 100px
}
.proImgSizeA .nav a.back,
.proImgSizeB .nav a.back {
    left: 0;
    background: #f5d8f6;
    color: #333;
    padding: 0 5px;
    height: 22px;
    line-height: 22px
}
.proImgSizeA .nav a.bigImg,
.proImgSizeB .nav a.bigImg {
    right: 0;
    background-position: 0 0;
    width: 25px
}
.proImgSizeA .slider img,
.proImgSizeB .slider img {
    width: 304px
}
#boxOverlay {
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 7008;
    display: none;
    position: fixed;
    left: 0;
    top: 0
}
.proImgSizeA .canvasBig,
.proImgSizeA .canvasBig .slider,
.proImgSizeA .canvasBig .slider li {
    width: 300px;
    height: 394px
}
.proImgSizeB .canvasBig,
.proImgSizeB .canvasBig .slider,
.proImgSizeB .canvasBig .slider li {
    width: 300px;
    height: 300px
}
.canvasBig .slider img {
    max-width: 300px;
    width: 300px
}
.proImgSizeB .canvasBig .nav em {
    top: 140px
}
.proImgSizeA .canvasBig,
.proImgSizeB .canvasBig {
    margin: 30px auto 15px auto
}
.proImgSizeA .canvasBig .nav em.page {
    top: 376px
}
.proImgSizeB .canvasBig .nav em.page {
    top: 282px
}
.canvasBig .nav em.prev {
    left: 0;
    background-position: -30px -2px
}
.canvasBig .nav em.next {
    right: 0;
    background-position: -50px -2px
}
#next {
    right: 0
}
#productInfoPrice {
    padding-top: 10px;
    border-top: 1px solid #ddd
}
.bodyCss {
    height: 450px;
    background: #000;
    overflow: hidden
}
.sectionCss {
    display: block;
    height: 450px;
    overflow: hidden
}
.prodcutPageprImg {
    text-align: center
}
div.disabled {
    background-color: #ffffff;
}
div.disabled {
    border: 0px solid;
    border-radius: 2px;
    color: #d5d5d5;
    display: inline-block;
    font-family: Verdana;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal !important;
    line-height: 1;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    transition: border-color 0.218s ease 0s;
}
@media all and (min-width: 640px) {}@media all and (max-width: 640px) {}

.review_h25 {height: 25px;}
.review_c1  {clear:both;}
.review_it_rc  {margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;}
.review_it_rc_t {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.review_it_rc_b ol, .review_it_rc_b ul, .review_it_rc_b li, .review_it_rc_b dt, .review_it_rc_b dd {
    margin: 0;
    padding: 0;
}
.review_it_rc_b ol, .review_it_rc_b ul, .review_it_rc_b dt {
    list-style: outside none none;
}
.review_it_rc_b ol li {
    border-bottom: 1px solid #eee;
    color: #333;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
}
.review_it_rc_b_le {
    float: left;
    width: 125px;
}
.review_it_rc_b_rig {
    float: left;
    min-height: 180px;
    padding: 8px 10px 0;
}
.review_it_rc_ba {
    font-family: Verdana;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
}
.review_it_rc_b_rig p {
    color: #666;
    float: left;
    line-height: 18px;
}
.review_mt5 {
    margin-top: 5px;
}
.review_ml10 {
    margin-left: 10px;
}
.review_it_rc_b_rig em {
    color: #333;
    font-weight: bold;
    padding-right: 3px;
}

.icon-down:before{content:'\2228';}
.icon-up:before{content:'\2227';}

#mm-blocker {
    position: fixed;   
}

.nav-main
{
  z-index:2;
}



.nav-view .nav-main,.nav-view-filter .nav-main
{
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 2;
}



.nav-view .ui-footer, .nav-view-filter .ui-footer
{
  display: none;
}


body.nav-view-filter .nav-main
{
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
    width: 100%;
    border: 0
}

@media all and (max-width: 175px) {
    body.nav-view-filter .nav-main {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        width: 100%;
        border: 0
    }

    body.nav-view-filter .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        position: absolute;
        width: 100%;
        border: 0
    }


}
@media all and (min-width: 550px) {
    body.nav-view-filter .nav-main {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
        width: 100%;
        border: 0
    }

     body.nav-view-filter .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        position: absolute;
        width: 100%;
        border: 0
    }
}

body.nav-view-filter #mm-blocker
{
  display: block
}

body.nav-view .filter-panel
{
  z-index:-1 !important;
}
body.nav-view-filter .filter-panel
{
  z-index:0;
}

.list_fixed{
   box-sizing: border-box;
   /*height: 84px;*/
   width: 100%;
   margin-top:1px;
   z-index: 9999999;
   position: relative;
}
.column.small-12.list_title{
   /*height: 84px;*/
   /*max-width: 62.5em;*/
   width: 100%;
   z-index: 0;
}
.column.small-12 {
    padding-top: 15px;
	padding-bottom:15px;
}
.small-12 {
    padding-top: 0;
	float: left;
}
.list_title {
	clear:both;
}
span.change
{
    background: #f1f1f1 none repeat scroll 0 0;
    box-shadow: 0px 0px 20px #b0b0b0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: block;
    /* padding-right: 5%; */
    position: relative;
    text-align: center;
}
span.change0{

    background: #ffffff none repeat scroll 0 0;
    box-shadow: inset 0px 0px 50px #dbdbdb;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: block;
    /*font: 32px/84px "Arial";
    height: 84px;*/
    /* padding-right: 5%; */
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.list_title ul{
    background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 3px rgba(70, 69, 69, 0.46);
    height: auto;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding:0px;
    padding-top: 12px;
	padding-bottom: 12px;
    position: absolute;
	top:72px;
    width: 100%;
    z-index: 1001;
/*    box-shadow: 0px 5px 10px #eee;*/
}
.list_title ul li
{
	padding:10px;
	font-size:20px;

}
.list_title ul li a
{
	color:#999;
}
.list_title h1
{
	text-align: center;
    /* font-weight: normal; */
    /* font-size: 30px; */
    /* font-family: arial narrow; */
    /* color: #d9d9d9; */
    letter-spacing: -1px;
    color: #444;
    text-shadow: 1px 1px 2px #fff;
    color: #666;
        font-size: 20px;
    padding-bottom: 14px;
    padding-top: 6px;
}
.list_title img.arrow_indicator
{
    height: 26px;
    z-index: 99999999;
    position: relative;
    top: 5px;
}
span.login_rotate{
    height: 17px;
    margin-left: 20px;
    position: absolute;
    top: 38%;
    width: 26px;
}

.gallery_opacity{
    pointer-events: none;
    opacity: 0.4;
}

@media all and (min-width: 640px) {}@media all and (max-width: 640px) {}

/* Homepage slider */
.side-nav li a{
    color:white;
    border:1px white;
}
#dropdown1 li a:hover{
    color:black;
    border:1px white;

}
.filterlink{
    font-size: 15px;
    margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 2px;
	margin-right: 2px;
    color:red;
}

.prd{
    text-decoration: none;color:black;
}
.prdname{
    font-size: 12px;
    font-style: bolder;
}

.card-panel img {
    width:100%;
    height:auto;
}


.follow-us li {
    margin: 5px 3px;
    display: inline-block;
}

.follow-us li a {
    background: rgba(0, 0, 0, 0) url("/includes/templates/slucky/images/mobile/share.png") no-repeat scroll;
    height: 28px;
    width: 28px;
    float: left;
}

.follow-us ul li a.foot_ab {
    background-position: 0 -177px;
}

.follow-us ul li a.foot_atu {
    background-position: 0 -206px;
}

.red_arrow_list li {
    background: transparent url(../images/red_arrow_bg.gif) left 7px no-repeat;
    padding: 3px 10px;
    line-height: 140%;
}

.red_arrow_list {
    margin-left:15px;
}

.categories_long_text {
    margin:20px auto;
	border-top: 1px solid #ccc;
	padding-top: 20px;
    padding-bottom: 20px;
	font-size: 12px;
    line-height: 19px;
}


.categories_long_text h1 {
    color: #999;
    text-transform: uppercase;
	font-size: 18px;
	margin:20px;
	text-align:center;
}

.categories_long_text h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .1em;
    margin-top: 12px;
	background: 0;
    color: #999;
	text-align:center;
}

.categories_long_text p {
    font-size: 14px;
    line-height: 22px;
	clear: both;
	color: #404040;
    font-family: arial,helvetica,"DejaVu Sans","Arial Unicode MS","Lucida Sans Unicode",sans-serif;
    font-style: normal;
    text-decoration: none;
	text-align:center;
	margin: 20px 15px;
}

.categories_long_text a {
    color: #ee8024;
	text-decoration: none;
}

#text_content {
    overflow: hidden;
    line-height: 1.9em;
}

.content_less
{
  background: -webkit-linear-gradient(#333, #eee);
  height: 70.6em;
  -webkit-background-clip: text;
} 

.card-action{
   border-radius: 0 0 2px 2px;
   position: relative;
   border-top: 1px solid rgba(160, 160, 160, 0.2);
   padding: 16px 24px;
   font-size: 16px;
   text-decoration: underline;
}

.Item_Description_Spc {
	 padding:7px;
	 text-align:left;
	 font-size: 12px;
     padding: 10px 10px 0;
     color: #121313;
     margin: 0px 0px 22px;	
}

.Item_Description_Spc .label {
     margin-top:5px;
	 margin-bottom:5px;
	 font-weight:bold;
}

.description_sec {
	 padding:7px;
	 text-align:left;
	 font-size: 12px;
     padding: 10px 10px 0;
     color: #121313;
     margin: 0px 0px 22px;
}

.description_sec .label {
     margin-top:5px;
	 margin-bottom:5px;
	 font-weight:bold;
}

.review_reply .reply_grey{
	background-color: rgba(220,220,220,.5);
}

.customer-review h5, .related_products_title h5 {
    font-size: 1rem;
    line-height: 110%;
    margin: 1.2rem 0 1.2rem 0;
    font-weight: 700;
}

.related_products_list {
	transition: box-shadow .25s,-webkit-box-shadow .25s;
    padding: 5px;
    margin: .5rem 0 .5rem 0;
    border-radius: 2px;
    background-color:#fff;
	}
.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 320px;
  margin-bottom: 10px;
  margin-left:6px;
  width: 100%;
  }
.scrolling-wrapper-flexbox .card_related {
    flex: 0 0 auto;
    padding-right: 8px;
	width: 190px;
  }
.scrolling-wrapper-flexbox .card_related img.lazy {
	  display: inline-block;
  }

.browser-default{
    background: url(../images/ico_boarrow.png) no-repeat 90% 50%;
    background-color:rgba(255,255,255,0);
	background-size:20px;
	color: #000;
	border: 1px solid #d3d3d3;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top:10px;
	white-space: nowrap;
	position: relative;
	padding-left:10px;
	font-size:15px;
	-webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none;
}
.browser-default::-ms-expand{
      display: none;
}

.chart_link{
      float:right;
	  text-decoration:underline;
	  color:#000;
	  margin-right:10px;
}

.sale_price{
      font-size:23px;
	  color:#eb4370;
	  font-weight:normal;
}

h5.active-tag{
	border:2px solid #ebebeb;
	border-bottom-style:none;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	width: 45%;
	margin: 0 5px;
	height: 40px;
	line-height: 40px;
	padding: 0;	
	margin-bottom: -2px;
	font-size:18px; 
	background-color: #fff; 
	color: #4c5253;     
}
h5.active-tag::after{
height: 2px;
width: 100%;
display: block;
content: " ";
bottom: 0;
left: 0;
position: absolute;
}
h5.inactive-tag{
	border:1px solid #ebebeb;
	border-bottom-style:none;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	width: 45%;
	margin: 0 5px;
	height: 40px;
	line-height: 40px;
	padding: 0;	
	margin-bottom: -2px;
	font-size:18px; 
	background-color: #c6c6c6; 
	color: #fff;    
}

div.login-register{
    border-bottom: 2px solid #ebebeb;
	-webkit-box-align: end;
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	align-content: space-between;
	height: 48px;
	justify-content: center;
	margin: 10px 0;
}

div.error_box{
	color: #fb5058;
	margin: 0 0 15px;
	display: block;
	font-size:15px;
}

div.error_box_small{
	color: #fb5058;
	margin: 0 0 15px;
	display: block;
	font-size:12px;
}

.checkout_shipping_box {
	line-height: 1.5;
	padding: 1rem;
	background-color: #f5f5f5;
	margin-bottom:3px;
	padding: 10px 20px;
	font-size: 16px;
	color: #4c5253;
	font-weight: 400;
    line-height: 20px;
}

.checkout_shipping_body{
    padding: 0.5rem 1.5rem;
	box-sizing: border-box;
	border: 0;
	margin:0;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.pagination-default {
  width:100%;
  height:30px;
  display:block;
  background: url(../images/ico_boarrow.png) no-repeat 90% 50%;
  background-color:rgba(255,255,255,0);
  background-size:20px;
  color: #000;
  border: 0px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top:10px;
  white-space: nowrap;
  position: relative;
  padding-left:10px;
  font-size:15px;
  -webkit-appearance: none;
  -moz-appearance: none;      
  appearance: none;  
}

a.pagination-textbtn {
    color: #760081 !important;
    font-weight: normal !important;
    font: 14px Verdana;
    text-decoration: none;
    padding: 15px 10px;
    display: inline-block;
    text-shadow: 0 1px 0 white;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f5d8f6 repeat-x;
    border: solid 1px #c780ce;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
    line-height: 1;
    margin-bottom: 5px;
}

.footer-notification{
	display:none;
	position:fixed;
	z-index:10;
	width:100%;
	bottom:0;
	background-color:#f4f4f4;
	font-size:11px;
	color:#4c5253;
	margin:auto;
	line-height:19px;
}

.footer-notification .footer-notify-container{
	padding:5px 20px;
}

.footer-notification a{
	font-size:11px;
}

.footer-notification .open-info{
	text-decoration:underline;
	font-weight:700;
	color:#4c5253;
}

.footer-notification .close-banner{
	display:inline-block;
	font-weight:700;	
}

.footer-notification .cookies-clause{
	font-size: 11px;
	color: #4c5253;
    line-height: 19px;
}

#contactUsNoticeContent h1, #aboutuscontent h1, #privacycontent h1, #termofuseconcent h2, #faqsallcontent h2{
    font-size:14px;
	font-weight: bold;
	text-align:center;
	padding: 8px 8px 8px 8px;
}

#contactUsNoticeContent p, #popup_ask_a_question, #aboutuscontent p, #privacycontent p, #privacycontent div, #termofuseconcent p, #termofuseconcent div, #faqsallcontent div {
    font-size:12px;
	padding: 8px 8px 8px 8px;
}

#popup_ask_a_question textarea {
    height:6rem;
}

.cssButton, .cssButtonHover {
background:url(../images/button.gif) repeat-x;
cursor:pointer;
border:1px solid #ddd;
line-height:18px;
font-family:Arial,Helvetica,sans-serif;
margin-top:10px;
}

.cssButtonHover {
background:url(../images/button_over.gif) repeat-x;color:#333;
}
.review-gallery img{
    width:48%;
	padding:3px;
}

.index-floor-title{
    width:100%;
	display:block;
	overflow: hidden;
    margin-bottom: 10px;
	height:auto;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
.index-floor-title h2{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    font-family: Domaine Display,"Bodoni 72",Times New Roman,Times,Droid Serif,serif;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    color: #444;
	margin-top:40px;
}
.index-floor-title h3{
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    font-family: Domaine Display,"Bodoni 72",Times New Roman,Times,Droid Serif,serif;
    color: #444;
	margin-top:5px;
}
.index-floor-title-half h3{
	margin-top:15px;
}
.index-floor-title h3 a,.index-floor-title-half h3 a{
	text-decoration:none;
}
.index-floor-title img,.index-floor-title-half img{
    padding-top:10px;
	width:100%;
}
.index-floor-title-half{
    width:47%;
	display:block;
	overflow: hidden;
    margin-bottom: 10px;
	height:auto;
	text-align:center;
}
.index-floor-title-half-left{
	float:left;
	margin-right:6%;
}
.fullscreen-container {
  display: none;
  position: fixed;
  height: 80%;
  width: 100%;
  background: #fff;
  border-radius: 8px 8px 0 0;
  overflow:auto; 
  bottom: 0;
  z-index: 1003;
}
.fullscreen-container .worry_free_returns {
   font-size: 14px;
   padding: 10px 10px 0;
   color:#121313;
   margin-bottom: 20px;
}
.fullscreen-container .worry_free_returns p{
margin-bottom: 20px;
}
#popdiv {
  box-sizing: border-box;
  position: relative;
  height: calc(100% - 47px - 50px);
  overflow: auto;
  height: 100%;
  width: 100%;
  background: #fff;
}
body.freeze {
    height: 100%;
    overflow: hidden;
}
table.sizeTable {
    font-weight: bold;
    text-align: center;
    font-size:13px;
}
table.sizeTable td,th {
    text-align: center;
    border:1px solid;
}
tr.hover {
    background: #ffc9c9;
}
div.sizetab {
    margin: 20px;
    background-color: #f1f1f1;
}
div.sizetab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
div.sizetab button.sleep {
    background-color: inherit;
    color: black;
}
div.sizetab button:hover {
    background-color: #ddd;
}
div.sizetab button.active {
    color: white;
    background-color: black;
}
.sizetabcontent-1 {
    display: none;
    padding: 12px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.sizetabcontent-2 {
    display: none;
    padding: 12px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.sizetabcontent-3 {
    display: none;
    padding: 12px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
div.size-type{
	font-size:25px;
	margin:15px;
}
img.color-image{
	width:100%;
	height:auto;
}
#overlay {
    background-color: rgb(180,180,180,0.7);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.pop-panel-header {
    line-height: 46px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #dcdcdc;
	background-color: rgb(255, 255, 255);
	position: -webkit-sticky; /* Safari */
    position: sticky;
	top:0;
}	
.pop-panel-header .title-text{
    font-size: 13px;	
	color: #121313;
	line-height: 46px;
    text-align: center;
    font-weight: 600;
}	
.pop-panel-header .close_icon {
    position: absolute;
    left: 11px;
    top: 15px;
	width: 18px;
    height: 18px;
	display: inline-block;
    background-image: url(../images/close.png);
    text-indent: 9999px;
}

.mm-list .mm-category{
    text-transform: uppercase;
    text-align: center;  
}
.mm-list .mm-account{
    background-size: 36px;
    height: 30px;
    width: 36px;
    background-image: url("/includes/templates/slucky/images/account.png");
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 50%;
}
#nav-menu-link {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMsAAADICAYAAABGbxWdAAACAUlEQVR4nO3ZQZEaURiF0SuhJSChHQQJkdAOgoNpCTgABxMHtIOMg4wDcEAWkErNmwYqK/6kz6n6VvTibroePBIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD++CItrD5/oU9ySHKWFtwuySp3DAVGSlU65sZJ010/fPZAqVI/MmNTYJhUsa9pTAVGSRUb05gKjJIqNqaxLTBKqtiQxrrAKKlap1wuvz5xukgfG3LHmMvb9OyR0jN7z8wt2Jzu+uAoLbB1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA/1Cd5SbJLcpAW1C7JtySrPNBdHz5LykvueC0wUKrUJjPWBYZJ1Tpm5ivZvsAwqWJDGlOBUVLFxjS+FxglVWxMY1NglFSxPo0uyXuBYVKlptzQJzkVGChV6C2XQ+SmLsk2Thktt7fM/E4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGABVklek5ylhXZMskvS5Y719cFnj5Uq9DOXw+OTLl4Uqe2QGZsCw6SK9WlMBUZJFRvTmAqMkio2prEvMEqq2JDGusAoqVqn3LhC3hcYJ1VqyB3bAgOlZ3fKgxflt1UuV8mjtMCGPPj3HgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgH/KLyuLiEZzW4cHAAAAAElFTkSuQmCC") no-repeat;
    display: block;
    height: 24px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 20px;
	background-size: 27px;
}
.headerIn i.search-icon{
    position: absolute;
	display: inline-block;
    width: 25px;
    height: 22px;
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB3UlEQVRYhe3Wr2tVYRgH8E+4YcgVFAwLC4YNFo0LC4MZHC4aDAb/gCsYFrTIYGGI4UbDDYZpEIOgUWHBYFhYMAxcmGIYImgwjGE4hvd9OcfLVc97zhkr+8JJ535/nOd97vM+nCEPl3AT6xhhEwMsnrTxEt6g+MfzLQa70KVxHy/HjH5hF1t4HY2r739gtQvzaXyoCG9jAVMTfjuDezFcCnm3jfk8XkWxz7iPizV414WqFDjCnaYBnii/JLfBenhf4c/mml/D9yjwMJccsYyPUWOUSx5F4p7J510XA2X/zNQlnRM6vBCaqg3O40vUGtQlzStTX20ZAN5Fra26hJVIONageSZgGPXe1iXcjoTDDswp+2C/LqFagbkOAqQKPK9L6LoHdqLWRg4pde5aS/OeMA0L3MghPo6kA+Eyaoq1qPNTuFdqYxlfI3nY0HwFn6LGgyYCqQqFMJpz0FcOs0MNp+mUPy+UDeFM/4cF4ehS+M0m5gnTwg6QxHaFaoxvPD1cwSPlPlBdXrIacBIGQiNVhffxQvibHY2924lB0xjuJMRlYTUbN6s+e7hV4fS7DpFEV4WqrAtr15K/L6InEiIXs3iqXFhb7YpNMYdnpx2iehzbpxEghRhqN+LP0C1+A8iOofFEjGzhAAAAAElFTkSuQmCC") no-repeat;
    background-size:22px;	
    top: 14px;
    left: 50px;
}
.headerIn a.nav-cart-icon span {
	font-weight: normal;
	display: inline-block; 
	width: 15px; 
	height: 15px;
	line-height:15px; 
	position: absolute; 
	background: #e72c4f; 
	border-radius: 8px;
	color: #fff;
	font-family:Microsoft YaHei;
}
.headerIn a.nav-cart-icon{
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAABBElEQVRoge2ZQRGDMBBFnwQkIAEJkVAJSKgEJFQCEioBCUhAAg7aQ9OZHhJCoMCn3TfzTx12/wsZLgVjFhXgfMoji+RyAVpgAB6R9MCNl5wUBdAAI/HysQxAvXPfII7p05+bntc1PIQmUS43Iwe8nTajXOczV6jeyYFrokjnyxSBZ0v/W5+Y4bYq/6aaWN5nFqiJfyBGwgfxNWIn2S5cXCRmbsIlsvC+cu6UTLlydpB7YNHAd65A7Mo2uYOayKAzxJmIWExELUmRDj1MRA0TUcNE1DARNUxEDRNRw0TUMBE1TEQNE1HDRNQwETX+W+Tzj0yVLBI5S0xELb8p4rzMGVPySzwBUFmKXy+N/ecAAAAASUVORK5CYII=") no-repeat bottom left;
	background-size: contain;
    display: inline-block;
    vertical-align: middle;	
}
.nav-cart-icon{
    position: absolute;
    top: 14px;
    right: 15px;
    background-position: 0 0;
    width: 22px;
    height: 22px;
    text-align: center;	
}
.top-search-wrap {
    padding: 10px;
    background-color: #fff;
    position: relative;
	display:none;
}
.top-search-wrap label {
    display:block;
	position:relative;
}
.form-control {
    display: block;
    box-sizing: border-box!important;
    height: 40px;
    padding: 8px 12px!important;
    line-height: 22px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width:100%;
	font-size: 14px;
	border-radius:5px;
}
.main-header {
    display:block;
    padding:0;
	overflow:hidden;
	height:auto;
    position:fixed;
    top: 0;
	left:0;
	right:0;
	z-index: 15;
}
.product-social-plugin {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 12px;
}
.product-social-plugin a.share-fav {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    vertical-align: top;
    background: rgba(0, 0, 0, 0) url(/includes/templates/slucky/images/tag.png) no-repeat scroll 0 0;
        background-position-x: 0px;
        background-position-y: 0px;
}
.product-social-plugin .pro-facebook {
    background-position: -400px -356px !important;
}
.product-social-plugin .tumb-like {
    background-position: -528px -318px !important;
}
.product-social-plugin .twitter-like {
    background-position: -568px -318px !important;
}
.product-social-plugin .pro-path {
    background-position: -484px -318px !important;
}
.product-social-plugin .pro-gplus {
    background-position: -400px -318px !important;
}
.sleect-currency  .block-content dt{height:30px;line-height:30px;border:1px solid #ccc;padding:0 15px 0 22px;border-radius:5px;background: #fff;}
.sleect-currency  .block-content dt:after{content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: relative;
	transform: rotate(45deg);
	border-top: none;
    border-left: none;
    left: 20px;
	top: -3px;
    bottom: auto;
	border-color: rgba(0,0,0,0.5);	
}
.sleect-currency .block-content dt.sleect-currency-open:after{transform: rotate(-135deg);top:-3px;}
.top-language .block-content .currency-select span.language-img{display: inline-block;float: left;width: 16px;height: 30px; margin-right: 10px;}
.top-language .block-content .currency-select span.language-img img,.top-language .block-content dd li span img{vertical-align:middle;}
.sleect-currency .language-duo,.sleect-currency .currency-duo{display:none;}
.sleect-currency .block-content dd{padding:6px 15px 6px 22px;margin-top: 1px;border:1px solid #ccc;background: #fff;border-radius:5px;}
.sleect-currency .block-content dd li{height:24px;line-height:24px;}
.top-language .block-content dd li span{display: inline-block;float: left;width: 16px;height: 24px; margin-right: 10px;}
.sleect-currency{clear:both;overflow:hidden;margin-top:10px;margin-bottom:15px;}
.sleect-currency .top-currency{width:98%;margin:auto;text-align: center;}
.product_description_text{text-align:left;margin:10px;font-size: 14px;padding: 10px 10px 0;color: #121313;margin:0px 0px 10px 0px;}
.how_to_measure{margin:10px 10px 30px 10px; padding-left:5px; padding-top:20px;}
.how_to_measure h3{margin-top:15px; margin-bottom:5px; font-size:14px; font-weight: bold;}
.how_to_measure h2{margin-top:5px; margin-bottom:15px; padding-bottom:15px; font-size:16px; font-weight: bold; text-align:center}
.how_to_measure p{margin-top:5px; margin-bottom:5px;}
.customer-review .cr_details{margin:10px 10px 10px 10px; padding:10px 0px; }
.customer-review .cr_border_top{border-top: 1px solid #d8d8d8;}
.description_title{font-size: 1rem;line-height: 110%;margin: 0 0 .656rem 0;font-weight: 700;font:Verdana, sans-serif;}
.panel_border{-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2);box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2);}
.worry_free_returns .star{margin-left:20px;}
.worry_free_returns .lr_item{margin-top:30px;}
.worry_free_returns .lr-input-box{float: none; width: 100%;}
.worry_free_returns .lr-input-text{width: 100%;height: 35px;line-height: 35px;padding: 0 10px;}
.worry_free_returns .lr-input-textarea{transition: box-shadow .2s;color: #666;outline-color: #ccc;background: #fff;border: 1px solid #ccc;font-size: 12px;height: 100px;width: 100%;resize: vertical;-webkit-appearance: none;-webkit-box-sizing: border-box;}
.worry_free_returns .buttons-set{float: none;width: 60%;margin: 0 auto;margin-top: 0px;clear: both;overflow: hidden;margin-top: 15px;}
.worry_free_returns .buttons-set .button{border-radius: 20px;float: left;margin-bottom: 10px;color: #fff;width: 100%;height: 40px;border: none;padding: 0;cursor: pointer;font-family: Arial;text-align: center;display: block;background: #e72c4f;}
.color-list-area{position: relative; margin: 15px -5px;}
.color-list-selection{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.color-list-selection li{margin: 5px;display: inline-block;}
.color-list-selection li a{position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 32px;height: 32px;border-radius: 32px;}
.color-list-selection li a.color-149 {font-size: 14px;text-indent: -9999px;background: url(/includes/templates/slucky/images/ico_aspicture.png) no-repeat center;background-size: auto;background-size: 32px 32px;}
.color-list-selection li i {display: none;position: absolute;width: 20px;height: 15px;top: 10px;background-position: -75px -175px;}
.color-list-selection li.selected i {display: block}
.color-list-selection li.empty{margin: 0 10px;display: block;width: 40px;height: 0;}
.icon-selected {display: inline-block;width: 20px;height: 20px;background-image: url(/includes/templates/slucky/images/tag.png);background-repeat: no-repeat;background-size:320px 200px;}
.icon-selected:active {background-image: url(/includes/templates/slucky/images/tag.png);}
.color-list-selection .color-75{background-color: #34a8e9;}
.color-list-selection .color-96{background-color: #6f7478;}
.color-list-selection .color-76{background-color: #dd122b;}
.color-list-selection .color-97{background-color: #aeb953;}
.color-list-selection .color-124{background-color: #000;}
.color-list-selection .color-125{background-color: #503427;}
.color-list-selection .color-126{background-color: #87122b;}
.color-list-selection .color-127{background-color: #ebd9c3;}
.color-list-selection .color-128{background-color: #503228;}
.color-list-selection .color-129{background-color: #efcc93;}
.color-list-selection .color-130{background-color: #1e2c5b;}
.color-list-selection .color-131{background-color: #c6388d;}
.color-list-selection .color-132{background-color: #fdf4cc;}
.color-list-selection .color-133{background-color: #cce9f7;}
.color-list-selection .color-134{background-color: #2a3f2c;}
.color-list-selection .color-135{background-color: #6b3568;}
.color-list-selection .color-136{background-color: #dbf647;}
.color-list-selection .color-137{background-color: #265942;}
.color-list-selection .color-138{background-color: #f7f7ef;}
.color-list-selection .color-139{background-color: #c8d0ef;}
.color-list-selection .color-140{background-color: #d9caef;}
.color-list-selection .color-142{background-color: #fcd9e8;}
.color-list-selection .color-143{background-color: #fd956a;}
.color-list-selection .color-144{background-color: #843550;}
.color-list-selection .color-145{background-color: #243bad;}
.color-list-selection .color-146{background-color: #e1f9bb;}
.color-list-selection .color-147{background-color: #d0d0d3;}
.color-list-selection .color-141{background-color: #fa7a79;}
.color-list-selection .color-148{background-color: #fff;}
.color-list-selection .color-368{background-color: #fee5ec;}
.color-list-selection .color-370{background-color: #275d78;}
.color-list-selection .color-371{background-color: #048ea2;}
.color-list-selection .color-369{background-color: #fde6dd;}
.color-list-selection .color-372{background-color: #69d0ec;}
.color-list-selection .color-373{background-color: #492b85;}
.color-list-selection .color-148,.color-list-selection .color-138{-webkit-box-shadow: 0 0 2px #ccc inset;box-shadow: 0 0 2px #ccc inset;}
span.color-selected, span.size-selected{margin-left: 10px; font-weight:bold;}
.size-selection-area{margin: 15px -5px;}
.size-selection-area ul{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.size-selection-area ul .item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-flex: 0;-ms-flex: none;
flex: none;width: 61px;height: 32px;margin: 0 5px 11px;background-color: #fff;border: 1px solid #999;font-size: 10px;}
.size-selection-area ul .item.selected, .custom-size.selected {border: 1px solid #333;outline: 1px solid #333;}
.size-selection-area ul .custom-size{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-flex: 0;-ms-flex: none;flex: none;width: 200px;height: 32px;margin: 0 5px 11px;background-color: #fff;border: 1px solid #999;font-size: 12px;}
.size-detail-area{margin-bottom: 15px; padding: 15px;background-color: #fff;border: 1px solid #ccc;clear: both;display: table;width:100%;}
.size-detail-area .inch{padding-right: 20px;}
.size-detail-area > div{float: left;width: 50%;}
.size-detail-area .title{margin-bottom: 2px;font-size: 14px;font-weight: 700;color: #666;font-family: proxima, Arial;}
.size-detail-area .key{color: #999;}
.size-detail-area span{font-size: 12px;line-height: 1.6em;font-family: proxima, Arial;}
.size-detail-area .cm{padding-left: 20px;}
.size-detail-area .value{float:right;}
.color-chart-bg-charmeuse{display:inline-block;background-image:url(/includes/templates/slucky/images/cc_charmeuse.png);text-indent:9999px}.color-chart-bg-charmeuse.clr-black{background-position:-57px 0;width:52px;height:52px}.color-chart-bg-charmeuse.clr-blushing-pink{background-position:-228px -171px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-brown{background-position:0 -57px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-mint-green{background-position:-57px -57px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-candy-pink{background-position:-114px 0;width:52px;height:52px}.color-chart-bg-charmeuse.clr-champagne{background-position:-114px -57px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-chocolate{background-position:0 -114px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-clover{background-position:-57px -114px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-coral{background-position:-114px -114px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-daffodil{background-position:-171px 0;width:52px;height:52px}.color-chart-bg-charmeuse.clr-dark-green{background-position:-171px -57px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-dark-navy{background-position:-171px -114px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-dusty-rose{background-position:0 -171px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-fuchsia{background-position:-57px -171px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-gold{background-position:-114px -171px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-grape{background-position:-171px -171px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-ink-blue{background-position:-228px 0;width:52px;height:52px}.color-chart-bg-charmeuse.clr-ivory{background-position:-228px -57px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-jade{background-position:-228px -114px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-lavender{background-position:0 0;width:52px;height:52px}.color-chart-bg-charmeuse.clr-lilac{background-position:0 -228px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-lime-green{background-position:-57px -228px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-burgundy{background-position:-114px -228px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-mulberry{background-position:-171px -228px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-ocean-blue{background-position:-228px -228px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-orange{background-position:-285px 0;width:52px;height:52px}.color-chart-bg-charmeuse.clr-peacock{background-position:-285px -57px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-pearl-pink{background-position:-285px -114px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-pool{background-position:-285px -171px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-red{background-position:-285px -228px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-regency{background-position:0 -285px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-royal-blue{background-position:-57px -285px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-sage{background-position:-114px -285px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-silver{background-position:-171px -285px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-sky-blue{background-position:-228px -285px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-steel-grey{background-position:-285px -285px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-turquoise{background-position:-342px 0;width:52px;height:52px}.color-chart-bg-charmeuse.clr-watermelon{background-position:-342px -57px;width:52px;height:52px}.color-chart-bg-charmeuse.clr-white{background-position:-342px -114px;width:52px;height:52px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.color-chart-bg-charmeuse{background-image:url(/includes/templates/slucky/images/cc_charmeuse@2x.png);background-size:394px 337px}}.color-chart-bg-chiffon{display:inline-block;background-image:url(/includes/templates/slucky/images/cc_chiffon.png);text-indent:9999px}.color-chart-bg-chiffon.clr-black{background-position:-57px 0;width:52px;height:52px}.color-chart-bg-chiffon.clr-blushing-pink{background-position:-228px -228px;width:52px;height:52px}.color-chart-bg-chiffon.clr-brown{background-position:0 -57px;width:52px;height:52px}.color-chart-bg-chiffon.clr-lime-green{background-position:-57px -57px;width:52px;height:52px}.color-chart-bg-chiffon.clr-candy-pink{background-position:-114px 0;width:52px;height:52px}.color-chart-bg-chiffon.clr-champagne{background-position:-114px -57px;width:52px;height:52px}.color-chart-bg-chiffon.clr-chocolate{background-position:0 -114px;width:52px;height:52px}.color-chart-bg-chiffon.clr-clover{background-position:-57px -114px;width:52px;height:52px}.color-chart-bg-chiffon.clr-coral{background-position:-114px -114px;width:52px;height:52px}.color-chart-bg-chiffon.clr-daffodil{background-position:-171px 0;width:52px;height:52px}.color-chart-bg-chiffon.clr-dark-green{background-position:-171px -57px;width:52px;height:52px}.color-chart-bg-chiffon.clr-dark-navy{background-position:-171px -114px;width:52px;height:52px}.color-chart-bg-chiffon.clr-dusk{background-position:0 -171px;width:52px;height:52px}.color-chart-bg-chiffon.clr-dusty-rose{background-position:-57px -171px;width:52px;height:52px}.color-chart-bg-chiffon.clr-fuchsia{background-position:-114px -171px;width:52px;height:52px}.color-chart-bg-chiffon.clr-gold{background-position:-171px -171px;width:52px;height:52px}.color-chart-bg-chiffon.clr-grape{background-position:-228px 0;width:52px;height:52px}.color-chart-bg-chiffon.clr-ink-blue{background-position:-228px -57px;width:52px;height:52px}.color-chart-bg-chiffon.clr-ivory{background-position:-228px -114px;width:52px;height:52px}.color-chart-bg-chiffon.clr-jade{background-position:-228px -171px;width:52px;height:52px}.color-chart-bg-chiffon.clr-lavender{background-position:0 -228px;width:52px;height:52px}.color-chart-bg-chiffon.clr-lilac{background-position:-57px -228px;width:52px;height:52px}.color-chart-bg-chiffon.clr-burgundy{background-position:-114px -228px;width:52px;height:52px}.color-chart-bg-chiffon.clr-mint-green{background-position:-171px -228px;width:52px;height:52px}.color-chart-bg-chiffon.clr-mist{background-position:0 0;width:52px;height:52px}.color-chart-bg-chiffon.clr-mulberry{background-position:-285px 0;width:52px;height:52px}.color-chart-bg-chiffon.clr-ocean-blue{background-position:-285px -57px;width:52px;height:52px}.color-chart-bg-chiffon.clr-orange{background-position:-285px -114px;width:52px;height:52px}.color-chart-bg-chiffon.clr-orchid{background-position:-285px -171px;width:52px;height:52px}.color-chart-bg-chiffon.clr-papaya{background-position:-285px -228px;width:52px;height:52px}.color-chart-bg-chiffon.clr-peacock{background-position:0 -285px;width:52px;height:52px}.color-chart-bg-chiffon.clr-pearl-pink{background-position:-57px -285px;width:52px;height:52px}.color-chart-bg-chiffon.clr-pool{background-position:-114px -285px;width:52px;height:52px}.color-chart-bg-chiffon.clr-red{background-position:-171px -285px;width:52px;height:52px}.color-chart-bg-chiffon.clr-regency{background-position:-228px -285px;width:52px;height:52px}.color-chart-bg-chiffon.clr-royal-blue{background-position:-285px -285px;width:52px;height:52px}.color-chart-bg-chiffon.clr-sage{background-position:-342px 0;width:52px;height:52px}.color-chart-bg-chiffon.clr-silver{background-position:-342px -57px;width:52px;height:52px}.color-chart-bg-chiffon.clr-sky-blue{background-position:-342px -114px;width:52px;height:52px}.color-chart-bg-chiffon.clr-spa{background-position:-342px -171px;width:52px;height:52px}.color-chart-bg-chiffon.clr-steel-grey{background-position:-342px -228px;width:52px;height:52px}.color-chart-bg-chiffon.clr-stormy{background-position:-342px -285px;width:52px;height:52px}.color-chart-bg-chiffon.clr-tahiti{background-position:0 -342px;width:52px;height:52px}.color-chart-bg-chiffon.clr-taupe{background-position:-57px -342px;width:52px;height:52px}.color-chart-bg-chiffon.clr-turquoise{background-position:-114px -342px;width:52px;height:52px}.color-chart-bg-chiffon.clr-watermelon{background-position:-171px -342px;width:52px;height:52px}.color-chart-bg-chiffon.clr-white{background-position:-228px -342px;width:52px;height:52px}.color-chart-bg-chiffon.clr-wisteria{background-position:-285px -342px;width:52px;height:52px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.color-chart-bg-chiffon{background-image:url(/includes/templates/slucky/images/cc_chiffon@2x.png);background-size:394px 394px}}.color-chart-bg-jersey{display:inline-block;background-image:url(/includes/templates/slucky/images/cc_jersey.png);text-indent:9999px}.color-chart-bg-jersey.clr-black{background-position:-57px 0;width:52px;height:52px}.color-chart-bg-jersey.clr-brown{background-position:0 -171px;width:52px;height:52px}.color-chart-bg-jersey.clr-lime-green{background-position:0 -57px;width:52px;height:52px}.color-chart-bg-jersey.clr-candy-pink{background-position:-57px -57px;width:52px;height:52px}.color-chart-bg-jersey.clr-champagne{background-position:-114px 0;width:52px;height:52px}.color-chart-bg-jersey.clr-chocolate{background-position:-114px -57px;width:52px;height:52px}.color-chart-bg-jersey.clr-clover{background-position:0 -114px;width:52px;height:52px}.color-chart-bg-jersey.clr-dark-navy{background-position:-57px -114px;width:52px;height:52px}.color-chart-bg-jersey.clr-fuchsia{background-position:-114px -114px;width:52px;height:52px}.color-chart-bg-jersey.clr-gold{background-position:-171px 0;width:52px;height:52px}.color-chart-bg-jersey.clr-ivory{background-position:-171px -57px;width:52px;height:52px}.color-chart-bg-jersey.clr-lavender{background-position:-171px -114px;width:52px;height:52px}.color-chart-bg-jersey.clr-lilac{background-position:0 0;width:52px;height:52px}.color-chart-bg-jersey.clr-burgundy{background-position:-57px -171px;width:52px;height:52px}.color-chart-bg-jersey.clr-ocean-blue{background-position:-114px -171px;width:52px;height:52px}.color-chart-bg-jersey.clr-orange{background-position:-171px -171px;width:52px;height:52px}.color-chart-bg-jersey.clr-papaya{background-position:-228px 0;width:52px;height:52px}.color-chart-bg-jersey.clr-pool{background-position:-228px -57px;width:52px;height:52px}.color-chart-bg-jersey.clr-red{background-position:-228px -114px;width:52px;height:52px}.color-chart-bg-jersey.clr-regency{background-position:-228px -171px;width:52px;height:52px}.color-chart-bg-jersey.clr-royal-blue{background-position:0 -228px;width:52px;height:52px}.color-chart-bg-jersey.clr-sage{background-position:-57px -228px;width:52px;height:52px}.color-chart-bg-jersey.clr-silver{background-position:-114px -228px;width:52px;height:52px}.color-chart-bg-jersey.clr-white{background-position:-171px -228px;width:52px;height:52px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.color-chart-bg-jersey{background-image:url(/includes/templates/slucky/images/cc_jersey@2x.png);background-size:280px 280px}}.color-chart-bg-organza{display:inline-block;background-image:url(/includes/templates/slucky/images/cc_organza.png);text-indent:9999px}.color-chart-bg-organza.clr-black{background-position:-57px 0;width:52px;height:52px}.color-chart-bg-organza.clr-blushing-pink{background-position:-228px 0;width:52px;height:52px}.color-chart-bg-organza.clr-brown{background-position:0 -57px;width:52px;height:52px}.color-chart-bg-organza.clr-lime-green{background-position:-57px -57px;width:52px;height:52px}.color-chart-bg-organza.clr-candy-pink{background-position:-114px 0;width:52px;height:52px}.color-chart-bg-organza.clr-champagne{background-position:-114px -57px;width:52px;height:52px}.color-chart-bg-organza.clr-chocolate{background-position:0 -114px;width:52px;height:52px}.color-chart-bg-organza.clr-clover{background-position:-57px -114px;width:52px;height:52px}.color-chart-bg-organza.clr-daffodil{background-position:-114px -114px;width:52px;height:52px}.color-chart-bg-organza.clr-dark-green{background-position:-171px 0;width:52px;height:52px}.color-chart-bg-organza.clr-dark-navy{background-position:-171px -57px;width:52px;height:52px}.color-chart-bg-organza.clr-fuchsia{background-position:-171px -114px;width:52px;height:52px}.color-chart-bg-organza.clr-gold{background-position:0 -171px;width:52px;height:52px}.color-chart-bg-organza.clr-grape{background-position:-57px -171px;width:52px;height:52px}.color-chart-bg-organza.clr-ink-blue{background-position:-114px -171px;width:52px;height:52px}.color-chart-bg-organza.clr-ivory{background-position:-171px -171px;width:52px;height:52px}.color-chart-bg-organza.clr-jade{background-position:0 0;width:52px;height:52px}.color-chart-bg-organza.clr-lavender{background-position:-228px -57px;width:52px;height:52px}.color-chart-bg-organza.clr-lilac{background-position:-228px -114px;width:52px;height:52px}.color-chart-bg-organza.clr-burgundy{background-position:-228px -171px;width:52px;height:52px}.color-chart-bg-organza.clr-ocean-blue{background-position:0 -228px;width:52px;height:52px}.color-chart-bg-organza.clr-orange{background-position:-57px -228px;width:52px;height:52px}.color-chart-bg-organza.clr-pearl-pink{background-position:-114px -228px;width:52px;height:52px}.color-chart-bg-organza.clr-pool{background-position:-171px -228px;width:52px;height:52px}.color-chart-bg-organza.clr-red{background-position:-228px -228px;width:52px;height:52px}.color-chart-bg-organza.clr-regency{background-position:-285px 0;width:52px;height:52px}.color-chart-bg-organza.clr-royal-blue{background-position:-285px -57px;width:52px;height:52px}.color-chart-bg-organza.clr-sage{background-position:-285px -114px;width:52px;height:52px}.color-chart-bg-organza.clr-silver{background-position:-285px -171px;width:52px;height:52px}.color-chart-bg-organza.clr-sky-blue{background-position:-285px -228px;width:52px;height:52px}.color-chart-bg-organza.clr-watermelon{background-position:0 -285px;width:52px;height:52px}.color-chart-bg-organza.clr-white{background-position:-57px -285px;width:52px;height:52px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.color-chart-bg-organza{background-image:url(/includes/templates/slucky/images/cc_organza@2x.png);background-size:337px 337px}}.color-chart-bg-satin-chiffon{display:inline-block;background-image:url(/includes/templates/slucky/images/cc_satin-chiffon.png);text-indent:9999px}.color-chart-bg-satin-chiffon.clr-black{background-position:-57px 0;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-blushing-pink{background-position:-57px -171px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-brown{background-position:0 -57px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-clover{background-position:-57px -57px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-champagne{background-position:-114px 0;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-chocolate{background-position:-114px -57px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-burgundy{background-position:0 -114px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-daffodil{background-position:-57px -114px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-dark-green{background-position:-114px -114px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-dark-navy{background-position:-171px 0;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-fuchsia{background-position:-171px -57px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-gold{background-position:-171px -114px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-grape{background-position:0 -171px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-ink-blue{background-position:0 0;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-ivory{background-position:-114px -171px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-jade{background-position:-171px -171px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-ocean-blue{background-position:-228px 0;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-orange{background-position:-228px -57px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-pearl-pink{background-position:-228px -114px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-pool{background-position:-228px -171px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-red{background-position:0 -228px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-regency{background-position:-57px -228px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-royal-blue{background-position:-114px -228px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-silver{background-position:-171px -228px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-watermelon{background-position:-228px -228px;width:52px;height:52px}.color-chart-bg-satin-chiffon.clr-white{background-position:-285px 0;width:52px;height:52px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.color-chart-bg-satin-chiffon{background-image:url(/includes/templates/slucky/images/cc_satin-chiffon@2x.png);background-size:337px 280px}}.color-chart-bg-satin{display:inline-block;background-image:url(/includes/templates/slucky/images/cc_satin.png);text-indent:9999px}.color-chart-bg-satin.clr-black{background-position:-57px 0;width:52px;height:52px}.color-chart-bg-satin.clr-blushing-pink{background-position:-57px -228px;width:52px;height:52px}.color-chart-bg-satin.clr-brown{background-position:0 -57px;width:52px;height:52px}.color-chart-bg-satin.clr-lime-green{background-position:-57px -57px;width:52px;height:52px}.color-chart-bg-satin.clr-candy-pink{background-position:-114px 0;width:52px;height:52px}.color-chart-bg-satin.clr-champagne{background-position:-114px -57px;width:52px;height:52px}.color-chart-bg-satin.clr-chocolate{background-position:0 -114px;width:52px;height:52px}.color-chart-bg-satin.clr-clover{background-position:-57px -114px;width:52px;height:52px}.color-chart-bg-satin.clr-coral{background-position:-114px -114px;width:52px;height:52px}.color-chart-bg-satin.clr-daffodil{background-position:-171px 0;width:52px;height:52px}.color-chart-bg-satin.clr-dark-green{background-position:-171px -57px;width:52px;height:52px}.color-chart-bg-satin.clr-dark-navy{background-position:-171px -114px;width:52px;height:52px}.color-chart-bg-satin.clr-dusty-rose{background-position:0 -171px;width:52px;height:52px}.color-chart-bg-satin.clr-fuchsia{background-position:-57px -171px;width:52px;height:52px}.color-chart-bg-satin.clr-gold{background-position:-114px -171px;width:52px;height:52px}.color-chart-bg-satin.clr-grape{background-position:-171px -171px;width:52px;height:52px}.color-chart-bg-satin.clr-ink-blue{background-position:-228px 0;width:52px;height:52px}.color-chart-bg-satin.clr-ivory{background-position:-228px -57px;width:52px;height:52px}.color-chart-bg-satin.clr-jade{background-position:-228px -114px;width:52px;height:52px}.color-chart-bg-satin.clr-lavender{background-position:-228px -171px;width:52px;height:52px}.color-chart-bg-satin.clr-lilac{background-position:0 -228px;width:52px;height:52px}.color-chart-bg-satin.clr-burgundy{background-position:0 0;width:52px;height:52px}.color-chart-bg-satin.clr-mulberry{background-position:-114px -228px;width:52px;height:52px}.color-chart-bg-satin.clr-ocean-blue{background-position:-171px -228px;width:52px;height:52px}.color-chart-bg-satin.clr-orange{background-position:-228px -228px;width:52px;height:52px}.color-chart-bg-satin.clr-orchid{background-position:-285px 0;width:52px;height:52px}.color-chart-bg-satin.clr-papaya{background-position:-285px -57px;width:52px;height:52px}.color-chart-bg-satin.clr-pearl-pink{background-position:-285px -114px;width:52px;height:52px}.color-chart-bg-satin.clr-pool{background-position:-285px -171px;width:52px;height:52px}.color-chart-bg-satin.clr-red{background-position:-285px -228px;width:52px;height:52px}.color-chart-bg-satin.clr-regency{background-position:0 -285px;width:52px;height:52px}.color-chart-bg-satin.clr-royal-blue{background-position:-57px -285px;width:52px;height:52px}.color-chart-bg-satin.clr-sage{background-position:-114px -285px;width:52px;height:52px}.color-chart-bg-satin.clr-silver{background-position:-171px -285px;width:52px;height:52px}.color-chart-bg-satin.clr-sky-blue{background-position:-228px -285px;width:52px;height:52px}.color-chart-bg-satin.clr-spa{background-position:-285px -285px;width:52px;height:52px}.color-chart-bg-satin.clr-stormy{background-position:-342px 0;width:52px;height:52px}.color-chart-bg-satin.clr-tahiti{background-position:-342px -57px;width:52px;height:52px}.color-chart-bg-satin.clr-taupe{background-position:-342px -114px;width:52px;height:52px}.color-chart-bg-satin.clr-turquoise{background-position:-342px -171px;width:52px;height:52px}.color-chart-bg-satin.clr-watermelon{background-position:-342px -228px;width:52px;height:52px}.color-chart-bg-satin.clr-white{background-position:-342px -285px;width:52px;height:52px}.color-chart-bg-satin.clr-wisteria{background-position:0 -342px;width:52px;height:52px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.color-chart-bg-satin{background-image:url(/includes/templates/slucky/images/cc_satin@2x.png);background-size:394px 394px}}.color-chart-bg-taffeta{display:inline-block;background-image:url(/includes/templates/slucky/images/cc_taffeta.png);text-indent:9999px}.color-chart-bg-taffeta.clr-black{background-position:-57px 0;width:52px;height:52px}.color-chart-bg-taffeta.clr-blushing-pink{background-position:-228px -114px;width:52px;height:52px}.color-chart-bg-taffeta.clr-dark-green{background-position:0 -57px;width:52px;height:52px}.color-chart-bg-taffeta.clr-candy-pink{background-position:-57px -57px;width:52px;height:52px}.color-chart-bg-taffeta.clr-champagne{background-position:-114px 0;width:52px;height:52px}.color-chart-bg-taffeta.clr-chocolate{background-position:-114px -57px;width:52px;height:52px}.color-chart-bg-taffeta.clr-clover{background-position:0 -114px;width:52px;height:52px}.color-chart-bg-taffeta.clr-coral{background-position:-57px -114px;width:52px;height:52px}.color-chart-bg-taffeta.clr-daffodil{background-position:-114px -114px;width:52px;height:52px}.color-chart-bg-taffeta.clr-burgundy{background-position:-171px 0;width:52px;height:52px}.color-chart-bg-taffeta.clr-dark-navy{background-position:-171px -57px;width:52px;height:52px}.color-chart-bg-taffeta.clr-fuchsia{background-position:-171px -114px;width:52px;height:52px}.color-chart-bg-taffeta.clr-gold{background-position:0 -171px;width:52px;height:52px}.color-chart-bg-taffeta.clr-grape{background-position:-57px -171px;width:52px;height:52px}.color-chart-bg-taffeta.clr-ink-blue{background-position:-114px -171px;width:52px;height:52px}.color-chart-bg-taffeta.clr-ivory{background-position:-171px -171px;width:52px;height:52px}.color-chart-bg-taffeta.clr-jade{background-position:-228px 0;width:52px;height:52px}.color-chart-bg-taffeta.clr-lavender{background-position:-228px -57px;width:52px;height:52px}.color-chart-bg-taffeta.clr-lilac{background-position:0 0;width:52px;height:52px}.color-chart-bg-taffeta.clr-lime-green{background-position:-228px -171px;width:52px;height:52px}.color-chart-bg-taffeta.clr-ocean-blue{background-position:0 -228px;width:52px;height:52px}.color-chart-bg-taffeta.clr-orange{background-position:-57px -228px;width:52px;height:52px}.color-chart-bg-taffeta.clr-peacock{background-position:-114px -228px;width:52px;height:52px}.color-chart-bg-taffeta.clr-pearl-pink{background-position:-171px -228px;width:52px;height:52px}.color-chart-bg-taffeta.clr-pool{background-position:-228px -228px;width:52px;height:52px}.color-chart-bg-taffeta.clr-red{background-position:-285px 0;width:52px;height:52px}.color-chart-bg-taffeta.clr-regency{background-position:-285px -57px;width:52px;height:52px}.color-chart-bg-taffeta.clr-royal-blue{background-position:-285px -114px;width:52px;height:52px}.color-chart-bg-taffeta.clr-sage{background-position:-285px -171px;width:52px;height:52px}.color-chart-bg-taffeta.clr-silver{background-position:-285px -228px;width:52px;height:52px}.color-chart-bg-taffeta.clr-sky-blue{background-position:0 -285px;width:52px;height:52px}.color-chart-bg-taffeta.clr-steel-grey{background-position:-57px -285px;width:52px;height:52px}.color-chart-bg-taffeta.clr-taupe{background-position:-114px -285px;width:52px;height:52px}.color-chart-bg-taffeta.clr-turquoise{background-position:-171px -285px;width:52px;height:52px}.color-chart-bg-taffeta.clr-watermelon{background-position:-228px -285px;width:52px;height:52px}.color-chart-bg-taffeta.clr-white{background-position:-285px -285px;width:52px;height:52px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.color-chart-bg-taffeta{background-image:url(/includes/templates/slucky/images/cc_taffeta@2x.png);background-size:337px 337px}}.color-chart-bg-tulle{display:inline-block;background-image:url(/includes/templates/slucky/images/cc_tulle.png);text-indent:9999px}.color-chart-bg-tulle.clr-ivory{background-position:0 0;width:52px;height:52px}.color-chart-bg-tulle.clr-white{background-position:-57px 0;width:52px;height:52px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.color-chart-bg-tulle{background-image:url(/includes/templates/slucky/images/cc_tulle@2x.png);background-size:109px 52px}}#color_chart .color-chart{margin:0 0 28px;min-height:65%}#color_chart .color-chart .color-chart-item{display:inline-block;text-align:center;width:16%;margin-top:10px;vertical-align:top}#color_chart .color-chart .color-chart-item .color-name{box-sizing:border-box;padding:0 1px;overflow:hidden;font-size:12px;word-break:break-word;text-transform:capitalize}#color_chart p{margin:10px}#color_chart .browser-default{position:static}#color_chart .fabric-selection{width:95%;margin:10px}
.toggle-layout{margin: 0px;padding-left: 19px;}
.toggle-layout.down-border{border-bottom: 1px solid #bfbfbf;}
.tg-header {position: relative;}
.toggle-layout .tg-title{height: 48px;}
.toggle-layout .mult-tg-title{height: 48px;line-height: 48px;display: flex;align-items: center;}
.mult-tg-btn{position: absolute;right: 15px;top: 20px;font-size: 0;}
.bg-tag.icon-arrow-down{background-position: -27px -350px;width: 18px;height: 18px;}
.bg-tag.icon-arrow-up{background-position: -27px -373px;width: 18px;height: 18px;}
.bg-tag {display: inline-block;background-image: url(/includes/templates/slucky/images/tag.png);text-indent: 9999px;}
.toggle-layout .tg-content{overflow: hidden;letter-spacing: .3px;line-height: 18px;}
.goods-detail p{line-height: 25px;font-size:12px;margin-bottom: 18px;}
.mult-tg-title p{font-size:12px;font-weight:700;}
.wide-seperator {background-color: #e7e7e7;height: 16px;}
.btn-live-chat, .icon-back-to-top {display: block;position: fixed;background: url(/includes/templates/slucky/images/mobile/sprite.png);background-size: 150px 300px;width: 49px;height: 40px;right: 0;z-index: 2;}
.btn-live-chat {background-position: 0px -115px;bottom: 160px;}
.icon-back-to-top {background-position: 0px -160px;bottom: 100px;display:none;}
.best-seller-gallery{padding-top: 10px;display: flex;flex-flow: row wrap;}
.best-seller-show{width: 45%;margin: auto auto auto 2.5%;}
.best-seller-show img{width: 100%;}
.best-seller-show-price{height: 17px;font-size: 14px;font-weight: 700;line-height: 17px;text-align: center;margin:10px 0;color: #a72d2c;}
