@charset "utf-8";

@font-face {
  font-family: 'Garden';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Garden.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Bath';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Bath.woff');
  font-display: swap
}

@font-face {
  font-family: 'Cotton';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Cotton.woff');
  font-display: swap
}

@font-face {
  font-family: 'Dobby';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Dobby.woff');
  font-display: swap
}

@font-face {
  font-family: 'Modern';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Modern.woff');
  font-display: swap
}

@font-face {
  font-family: 'Sunshine';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Sunshine.woff');
  font-display: swap
}

@font-face {
  font-family: 'Snow';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Snow.woff');
  font-display: swap
}

@font-face {
  font-family: 'Prince';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Prince.woff');
  font-display: swap
}

@font-face {
  font-family: 'Egyptienne';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Egyptienne.woff');
  font-display: swap
}

@font-face {
  font-family: 'Spain';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Spain.woff');
  font-display: swap
}

@font-face {
  font-family: 'Infinity';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Infinity.woff');
  font-display: swap
}

@font-face {
  font-family: 'Cuddle';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Cuddle.woff');
  font-display: swap
}

@font-face {
  font-family: 'Lovers';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Lovers.otf');
  font-display: swap
}

@font-face {
  font-family: 'Daisy';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Daisy.woff');
  font-display: swap
}

@font-face {
  font-family: 'Nature';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Nature.woff');
  font-display: swap
}

@font-face {
  font-family: 'Selfie';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Selfie.woff');
  font-display: swap
}

@font-face {
  font-family: 'Neon';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Neon.woff');
  font-display: swap
}

@font-face {
  font-family: 'Angelina';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Angelina.woff');
  font-display: swap
}

@font-face {
  font-family: 'Bahamas';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/bahamas.ttf');
  font-display: swap
}

@font-face {
  font-family: 'Bouquet';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Bouquet.ttf');
  font-display: swap
}

@font-face {
  font-family: 'Chacha';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/chacha_thin.otf');
  font-display: swap
}

@font-face {
  font-family: 'Jazz';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Jazz_thin.otf');
  font-display: swap
}

@font-face {
  font-family: 'River';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/River.ttf');
  font-display: swap
}

@font-face {
  font-family: 'Sally';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Sally.ttf');
  font-display: swap
}

@font-face {
  font-family: 'Chelsea';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Chelsea.ttf');
  font-display: swap
}

@font-face {
  font-family: 'Minimal';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/Minimal.otf');
  font-display: swap
}

@font-face {
  font-family: 'Lemon';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/lemon.otf');
  font-display: swap
}

@font-face {
  font-family: 'Circle';
  src: url('https://echoneon.co.uk/wp-content/plugins/ls-customize-neon/fonts/circle_new.otf');
  font-display: swap
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", Arial;
    color: #000;
    background: #c3d1d4;
}

html {
    overflow-y: scroll;
}

img {
    border: 0;
}

.customize-main-div ol,
.customize-main-div ul,
.customize-main-div li {
    list-style-type: none;
}

input,
select,
textarea,
font {
    font-size: 12px;
}

p,
th,
td {
    line-height: 22px;
}

.textbreak {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inline {
    display: inline;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    display: block;
}

*html .clearfix {
    height: 1%;
}

*+html .clearfix {
    height: 1%;
}

a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover,
a:active {
    color: #008d59;
    text-decoration: underline;
}

body a {
    outline: none;
}

/* @font-face {
    font-family: 'Garden';
    src: url('../fonts/Garden.woff');
}

@font-face {
    font-family: 'Bath';
    src: url('../fonts/Bath.woff');
}

@font-face {
    font-family: 'Cotton';
    src: url('../fonts/Cotton.woff');
}

@font-face {
    font-family: 'Dobby';
    src: url('../fonts/Dobby.woff');
}

@font-face {
    font-family: 'Modern';
    src: url('../fonts/Modern.woff');
}

@font-face {
    font-family: 'Egyptian';
    src: url('../fonts/Egyptian.woff');
}

@font-face {
    font-family: 'Sunshine';
    src: url('../fonts/Sunshine.woff');
}

@font-face {
    font-family: 'Snow';
    src: url('../fonts/Snow.woff');
}

@font-face {
    font-family: 'Prince';
    src: url('../fonts/Prince.woff');
}

@font-face {
    font-family: 'Egyptienne';
    src: url('../fonts/Egyptienne.woff');
}

@font-face {
    font-family: 'Spain';
    src: url('../fonts/Spain.woff');
}

@font-face {
    font-family: 'Infinity';
    src: url('../fonts/Infinity.woff');
}

@font-face {
    font-family: 'Cuddle';
    src: url('../fonts/Cuddle.woff');
}

@font-face {
    font-family: 'Lovers';
    src: url('../fonts/Lovers.otf');
}

@font-face {
    font-family: 'Daisy';
    src: url('../fonts/Daisy.woff');
}

@font-face {
    font-family: 'Nature';
    src: url('../fonts/Nature.woff');
}

@font-face {
    font-family: 'Selfie';
    src: url('../fonts/Selfie.woff');
}

@font-face {
    font-family: 'Neon';
    src: url('../fonts/Neon.woff');
}

@font-face {
    font-family: 'Angelina';
    src: url('../fonts/Angelina.woff');
}

@font-face {
    font-family: 'Bahamas';
    src: url('../fonts/bahamas.ttf');
}

@font-face {
    font-family: 'Bouquet';
    src: url('../fonts/Bouquet.ttf');
}

@font-face {
    font-family: 'Chacha';
    src: url('../fonts/chacha_thin.otf');
}

@font-face {
    font-family: 'Jazz';
    src: url('../fonts/Jazz_thin.otf');
}

@font-face {
    font-family: 'River';
    src: url('../fonts/River.ttf');
}

@font-face {
    font-family: 'Sally';
    src: url('../fonts/Sally.ttf');
}

@font-face {
    font-family: 'Chelsea';
    src: url('../fonts/Chelsea.ttf');
}

@font-face {
    font-family: 'Minimal';
    src: url('../fonts/Minimal.otf');
}

@font-face {
    font-family: 'Lemon';
    src: url('../fonts/lemon.otf');
}

@font-face {
    font-family: 'Circle';
    src: url('../fonts/circle_new.otf');
} */

.fixednav {
    position: fixed;
    top: 0px;
    z-index: 1000000000000;
    border-bottom: #CCC 1px solid;
}

#Customize {
    width: 100%;
    max-width: 1160px;
    height: 600px;
    background: #000;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#Customize_back_black {
    background: url(../images/customize_back_black.png) center no-repeat;
    background-size: auto 100%;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    filter: alpha(opacity=70);
}

#Customize_back_black2 {
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.text_in {
    width: 98%;
    height: 120px;
    box-sizing: border-box;
    border: #CCC 1px solid;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    font-family: Verdana;
    position: relative;
}

.text_in:hover,
.text_in:focus {
    border-color: #333;
}

#Console {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-bottom: #CCC 1px solid;
    padding: 15px 0;
}

#tabs {
    width: 85%;
    max-width: 1160px;
    height: 60px;
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
}

#tabs li {
    width: 10%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

#tab_text {
    background: #363636;
    background-size: 32px !important;
}

#tab_font {
    background: #363636;
    background-size: 32px !important;
}

#tab_color {
    background: #363636;
    background-size: 36px !important;
}

#tab_scene {
    background: #363636;
    background-size: 32px !important;
}

#tab_shimmerwall {
    background: #af138e;
    background-size: 32px !important;
    position: relative;
}

#tab_shimmerwall a {
    line-height: normal;
    height: 100%;
}

#tab_text a,
#tab_font a,
#tab_color a,
#tab_scene a,
#tab_shimmerwall a {
    display: block;
    color: #FFF;
}

#Console .tab-cont {
    position: relative;
    width: 60%;
    float: left;
    margin-right: 2%;
}

#Console .tab-cont .item {
    width: 100%;
    position: relative
}

#Console .subdiv {
    position: relative;
    width: 38%;
    height: 210px;
    float: left;
}

#Console .subdiv p {
    line-height: 40px;
    font-family: Verdana;
}

#Console .subdiv h6 {
    font-size: 14px;
    font-family: Verdana;
    font-weight: normal;
    position: relative;
}

#Console .subdiv .t-h {
    margin: 25px 0 0 0;
}

#Console .subdiv .t-h input {
    position: absolute;
    z-index: -1;
}

#Console .subdiv .t-h input+label {
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#Console .subdiv .t-h input+label:not([for='th4']) {
    margin-right: 6px;
}

#Console .subdiv .t-h input+[for='th4'] {
    margin-right: 18px;
}

#Console .subdiv .t-h input:hover+label {
    border: 1px solid #333;
    -webkit-tap-highlight-color: #fff0;
}

#Console .subdiv .t-h input:checked+label {
    border: 2px solid #333;
}

#submit {
    background-color: #333;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    color: #FFF;
    font-family: Verdana;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    right: 0;
    bottom: 0;
}

.tabs_container .cont .font_list {
    width: 100%;
}

.tabs_container .cont .color_list {
    width: 100%;
}

.tabs_container .cont .font_list input+label {
    margin-right: 2%;
    width: 22.5%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
    font-size: 18px;
}

.tabs_container .cont .font_list input:hover+label {
    border: 1px solid #333;
}

.tabs_container .cont .font_list input:checked+label {
    border: 3px solid #333;
    line-height: 36px;
}

.tabs_container .cont .font_list label.font1 {
    font-family: 'Garden';
    font-size: 30px;
}

.tabs_container .cont .font_list label.font2 {
    font-family: 'Bath';
    font-size: 24px;
}

.tabs_container .cont .font_list label.font3 {
    font-family: 'Cotton';
    font-size: 30px;
}

.tabs_container .cont .font_list label.font4 {
    font-family: 'Dobby';
    font-size: 30px;
}

.tabs_container .cont .font_list label.font5 {
    font-family: 'Modern';
    font-size: 21px;
}

.tabs_container .cont .font_list label.font6 {
    font-family: 'Egyptian';
    font-size: 16px;
}

.tabs_container .cont .font_list label.font7 {
    font-family: 'Sunshine';
    font-size: 24px;
}

.tabs_container .cont .font_list label.font8 {
    font-family: 'Snow';
    font-size: 21px;
}

.tabs_container .cont .font_list label.font9 {
    font-family: 'Prince';
    font-size: 24px;
}

.tabs_container .cont .font_list label.font10 {
    font-family: 'Egyptienne';
    font-size: 15px;
    font-weight: 200;
}

.tabs_container .cont .font_list label.font11 {
    font-family: 'Infinity';
    font-size: 32px;
}

.tabs_container .cont .font_list label.font12 {
    font-family: 'Spain';
    font-size: 21px;
}

.tabs_container .cont .font_list label.font13 {
    font-family: 'Cuddle';
    font-size: 30px;
}

.tabs_container .cont .font_list label.font14 {
    font-family: 'Lovers';
    font-size: 26px;
}

.tabs_container .cont .font_list label.font15 {
    font-family: 'Daisy';
    font-size: 25px;
}

.tabs_container .cont .font_list label.font16 {
    font-family: 'Nature';
    font-size: 38px;
    padding-top: 2px;
}

.tabs_container .cont .font_list label.font17 {
    font-family: 'Selfie';
    font-size: 30px;
}

.tabs_container .cont .font_list label.font18 {
    font-family: 'Neon';
    font-size: 24px;
}

.tabs_container .cont .font_list label.font19 {
    font-family: 'Angelina';
    font-size: 19px;
}

.tabs_container .cont .font_list label.font20 {
    font-family: 'Bahamas';
    font-size: 36px;
}

.tabs_container .cont .font_list label.font21 {
    font-family: 'Bouquet';
    font-size: 25px;
    line-height: 36px;
}

.tabs_container .cont .font_list label.font22 {
    font-family: 'Chacha';
    font-size: 21px;
}

.tabs_container .cont .font_list label.font23 {
    font-family: 'Jazz';
    font-size: 25px;
    line-height: 29px !important;
    z-index: 666666666;
}

.tabs_container .cont .font_list label.font24 {
    font-family: 'River';
    font-size: 23px;
    font-weight: 800;
}

.tabs_container .cont .font_list label.font25 {
    font-family: 'Sally';
    font-size: 21px;
}

.tabs_container .cont .font_list label.font26 {
    font-family: 'Chelsea';
    font-size: 16px;
    font-weight: 900;
}

.tabs_container .cont .font_list label.font27 {
    font-family: 'Minimal';
    font-size: 27px;
    font-weight: 600;
}

.tabs_container .cont .font_list label.font28 {
    font-family: 'Lemon';
    font-size: 25px;
}

.tabs_container .cont .font_list label.font29 {
    font-family: 'Circle';
    font-size: 28px;
}

.tabs_container .cont .font_list input,
.tabs_container .cont .color_list input,
.scene_list input {
    z-index: -1;
    top: 0px;
    left: -999999px;
    display: none;
}

.tabs_container .cont .color_list input+label {
    margin-right: 2%;
    width: 52px;
    height: 52px;
    line-height: 60px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
}

.tabs_container .cont .color_list input:hover+label {
    border: 4px solid #4b4b4b;
}

.tabs_container .cont .color_list input:checked+label {
    border: 4px solid #4b4b4b;
    line-height: 56px;
}

.tabs_container .cont .color_list label.color1 {
    background-color: #ffffff;
}

.tabs_container .cont .color_list label.color2 {
    background-color: #fffee0;
}

.tabs_container .cont .color_list label.color3 {
    background-color: #FF69B4;
}

.tabs_container .cont .color_list label.color4 {
    background-color: #FF0000;
}

.tabs_container .cont .color_list label.color5 {
    background-color: #1E90FF;
}

.tabs_container .cont .color_list label.color6 {
    background-color: #ffdd00;
}

.tabs_container .cont .color_list label.color7 {
    background-color: #00FF00;
}

.tabs_container .cont .color_list label.color8 {
    background-color: #FFA500;
}

.tabs_container .cont .color_list label.color9 {
    background-color: #D462FF;
}

.tabs_container .cont .color_list label.color10 {
    background-color: #6dffff;
}

.led-custom-neon .tabs_container .cont .color_list label.color11 {
    animation-name: multi-colour-neon-thumb;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.led-custom-neon .tabs_container .cont .color_list label.color12 {
    background-image: -webkit-linear-gradient(-45deg, rgb(255, 0, 0), rgb(0, 255, 72), rgb(0, 215, 255));
    animation: 2s linear 0s infinite normal none running dynamicColor;
}

.tabs_container .cont.colored-when-off .color_list label.color3 {
    background-color: #ffbcd9;
}

.tabs_container .cont.colored-when-off .color_list label.color4 {
    background-color: #DC0711;
}

.tabs_container .cont.colored-when-off .color_list label.color5 {
    background-color: #1B63E1;
}

.tabs_container .cont.colored-when-off .color_list label.color6 {
    background-color: #faef48;
}

.tabs_container .cont.colored-when-off .color_list label.color7 {
    background-color: #00FF00;
}

.scene_list input+label {
    margin-right: 14px;
    width: 200px;
    line-height: 150px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: relative;
    text-align: center;
    float: left;
    cursor: pointer;
}

.scene_list input:hover+label {
    border: 1px solid #333;
}

.scene_list label.scene1 {
    background: url(../images/living_room1.webp) center no-repeat;
    background-size: cover;
}

.scene_list label.scene3 {
    background: url(../images/living_room2.webp) center no-repeat;
    background-size: cover;
}

.scene_list label.scene4 {
    background: url(../images/bedroom3.webp) center no-repeat;
    background-size: cover;
}

.scene_list label.scene5 {
    background: url(../images/bg5.webp) center no-repeat;
    background-size: cover;
}

.scene_list label.scene6 {
    background: url(../images/bg6.webp) center no-repeat;
    background-size: cover;
}

.scene_list label.scene7 {
    background: url(../images/bg7.webp) center no-repeat;
    background-size: cover;
}

.scene_list label.scene8 {
    background: url(../images/bg_8.webp) center no-repeat;
    background-size: cover;
}

.scene_list label.scene9 {
    background: url(../images/bg_9.webp) center no-repeat;
    background-size: cover;
}

.scene_list label.scene2 {
    background: url(../images/Scene-2.jpg) center no-repeat;
    background-size: cover;
}

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

.tabs_container h3 {
    width: 98%;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-family: Verdana;
    font-weight: normal;
}

.tabs_container .cont {
    width: 100%;
    z-index: 9999999999;
    display: block;
    position: relative;
}

.tabs_container .cont p {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-family: Verdana;
    line-height: 15px;
}

#w_h {
    display: inline-block;
    height: 39px;
    line-height: 39px;
}

#str_cm,
#str_in {
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    font-family: Verdana;
}

#str_cm {
    display: none;
}

#price {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana;
}

#Customize_text {
    position: absolute;
    left: 0;
    right: 80px;
    top: 125px;
    text-align: left;
    font-family: 'Garden';
    /**/
    color: #fff;
    font-size: 35px;
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF;
}

#cm_in {
    width: 42px;
    height: 22px;
    top: 9px;
    right: 0;
    cursor: pointer;
}

#page_cont {
    width: 1200px;
    background: #FFF;
    margin: 0 auto;
}

#page_cont .content {
    width: 840px;
    margin: 0 auto;
}

#page_cont .content h6 {
    font-size: 18px;
    text-decoration: underline;
    text-align: center;
    margin: 30px auto;
}

#page_cont .content p {
    font-size: 14px;
    line-height: 25px;
}

#cart_title {
    width: 1000px;
    background: #FFF;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-family: Verdana;
}

#order_title {
    width: 1000px;
    background: #FFF;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-family: Verdana;
}

#order_p {
    width: 1000px;
    background: #FFF;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: Verdana;
    border-bottom: #CCC 1px solid;
}

#order_so {
    width: 650px;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
    height: 60px;
}

#order_so .input {
    float: left;
    width: 390px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    text-indent: 10px;
    border: #CCC 5px solid;
    font-size: 18px;
    font-family: Verdana;
}

#order_so .submit {
    float: left;
    width: 250px;
    padding: 0;
    margin: 0;
    border: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-family: Verdana;
    background: #CCC;
}

#order_so form {
    padding: 0;
    margin: 0;
}

#order_info {
    width: 1000px;
    background: #FFF;
    margin: 0 auto;
    line-height: 30px;
    font-size: 16px;
    font-family: Verdana;
    border-top: #CCC 1px solid;
    padding: 20px 0 50px;
}

#cart_list {
    width: 1000px;
    background: #FFF;
    margin: 0 auto;
    border-bottom: #efefef 1px solid;
}

#cart_list li {
    width: 1000px;
    height: 90px;
    border-top: #efefef 1px solid;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    overflow: hidden;
}

#cart_list div {
    float: left;
    height: 90px;
    line-height: 90px;
    font-size: 14px;
}

#cart_list li .pic {
    background: #000;
    width: 120px;
    text-align: center;
    font-size: 40px;
    line-height: 90px;
    overflow: hidden;
}

#cart_list li .str {
    width: 220px;
    margin-left: 20px;
    display: table;
}

#cart_list li .str p {
    vertical-align: middle;
    display: table-cell;
}

#cart_list li .remarks {
    width: 300px;
}

#cart_list li .remarks p {
    line-height: 20px;
    padding: 15px 0;
}

#cart_list li .qty {
    width: 150px;
    font-size: 24px;
}

#cart_list li .qty input {
    width: 30px;
    height: 25px;
    line-height: 25px;
    border: #efefef 1px solid;
    text-align: center;
    font-size: 14px;
}

#cart_list li .price {
    width: 150px;
}

#cart_list li .del {
    width: 40px;
    font-size: 20px;
    font-family: Verdana;
}

#checkout_cont {
    width: 1000px;
    background: #FFF;
    margin: 0 auto;
    padding-bottom: 30px;
}

#Checkout_left {
    float: left;
    width: 580px;
}

#Checkout_left .form {
    width: 580px;
    border: #efefef 1px solid;
    padding: 10px;
    margin-bottom: 20px;
}

#Checkout_left .form h4 {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    color: #999;
    font-family: 'Modern';
    font-weight: normal;
}

#Checkout_left .form h4 span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
    border: #999 1px solid;
    margin-right: 10px;
    display: inline-block;
    font-size: 20px;
}

#Checkout_left .form h4.select {
    color: #000;
}

#Checkout_left .form h4.select span {
    background: #000;
    color: #fff;
}

#Checkout_left .form p {
    margin: 10px 0;
}

#Checkout_left .form .input1 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 556px;
    vertical-align: top;
    border: #999 1px solid;
    border-radius: 5px;
}

.input__field {
    position: relative;
    display: block;
    border: none;
    color: #000;
    padding: 0 10px;
    margin: 0;
}

.input__field:focus {
    outline: none;
}

.input__label {
    padding: 0 10px;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    width: 100%;
}

.input__field--juro {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #000;
}

.input__label--juro {
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: left;
}

.input__label-content--juro {
    padding: 1.75em 0;
    color: #333;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    text-rendering: geometricPrecision;
}

.input__label--juro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid transparent;
    -webkit-transition: border-width 0.3s, border-color 0.3s;
    transition: border-width 0.3s, border-color 0.3s;
}

.input__field--juro:focus+.input__label--juro .input__label-content--juro,
.input--filled .input__label--juro .input__label-content--juro {
    -webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.875, 0.875, 1);
    transform: translate3d(0, -1.5em, 0) scale3d(0.875, 0.875, 1) translateZ(1px);
}

.enter_show {
    position: relative;
}

.enter_show p {
    font-size: 14px;
}

.enter_show span {
    position: absolute;
    right: 0px;
    top: 0;
}

#Checkout_left .form .submit {
    width: 558px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    border: none;
    background: #000;
    color: #fff;
}

#Checkout_left .form .input_l {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 270px;
    vertical-align: top;
    border: #999 1px solid;
    border-radius: 5px;
    float: left;
}

#Checkout_left .form .input_r {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 270px;
    vertical-align: top;
    border: #999 1px solid;
    border-radius: 5px;
    float: right;
}

#Checkout_left .form .input2 {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 556px;
    vertical-align: top;
    border: #999 1px solid;
    border-radius: 5px;
}

#Checkout_left .form .input_c1 {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 135px;
    vertical-align: top;
    border: #999 1px solid;
    border-radius: 5px;
    float: left;
}

#Checkout_left .form .input_c3 {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 135px;
    vertical-align: top;
    border: #999 1px solid;
    border-radius: 5px;
    float: right;
}

#Checkout_left .form .input_c2 {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 250px;
    vertical-align: top;
    border: #999 1px solid;
    border-radius: 5px;
    float: left;
    margin-left: 15px;
}

#Checkout_left .form h5 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-family: 'Modern';
    font-weight: normal;
}

#Checkout_left .form .radio {
    color: #333;
    height: 20px;
    line-height: 20px;
    margin: 0 0 15px 0;
}

#Checkout_right {
    float: right;
    width: 350px;
    border: #efefef 1px solid;
    padding: 10px;
}

#Checkout_right h6 {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    font-family: 'Modern';
    font-weight: normal;
}

#cart_list_mini {
    width: 350px;
    background: #FFF;
    margin: 0 auto;
    border-bottom: #efefef 1px solid;
}

#cart_list_mini li {
    width: 350px;
    height: 45px;
    border-top: #efefef 1px solid;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    overflow: hidden;
}

#cart_list_mini div {
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
}

#cart_list_mini li .pic {
    background: #000;
    width: 60px;
    text-align: center;
    font-size: 12px;
    line-height: 45px;
    overflow: hidden;
}

#cart_list_mini li .str {
    width: 100px;
    margin-left: 10px;
    display: table;
}

#cart_list_mini li .str p {
    vertical-align: middle;
    display: table-cell;
}

#cart_list_mini li .qty {
    width: 80px;
    font-size: 14px;
}

#cart_list_mini li .qty input {
    width: 30px;
    height: 25px;
    line-height: 25px;
    border: #efefef 1px solid;
    text-align: center;
    font-size: 14px;
}

#cart_list_mini li .price {
    width: 80px;
}

#cart_list_mini li .del {
    width: 20px;
    font-size: 14px;
    font-family: Verdana;
}

#subtotal_mini,
#subtotal_mini2 {
    background: #FFF;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: Verdana;
    position: relative;
    color: #999;
}

#subtotal_mini span,
#subtotal_mini2 span {
    position: absolute;
    top: 0;
    right: 0;
}

#subtotal_mini2 {
    color: #000;
}

#cart_list_title {
    width: 1000px;
    background: #FFF;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: Verdana;
}

#cart_list_title div {
    float: left;
    height: 20px;
    line-height: 20px;
}

#cart_list_title .item {
    width: 400px;
}

#cart_list_title .remarks {
    width: 300px;
}

#cart_list_title .qty {
    width: 150px;
}

#cart_list_title .price {
    width: 150px;
}

#subtotal {
    width: 1000px;
    background: #FFF;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-family: Verdana;
    text-align: right;
}

#checkout {
    width: 1000px;
    background: #FFF;
    margin: 0 auto;
    height: 60px;
    text-align: right;
}

#checkout input {
    width: 200px;
    height: 35px;
    text-align: center;
    background: #000;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Verdana;
    border: 0;
}

#header {
    width: 1200px;
    background: #FFF;
    margin: 0 auto;
    position: relative;
}

#header h1 {
    font-family: "Times New Roman";
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    text-align: center;
    margin: 0 auto;
}

#share {
    width: 1180px;
    height: 30px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

#share .ico {
    width: 600px;
    height: 30px;
    float: left;
}

#share .ico a {
    background: url(/skin/default/images/icon-share.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}

#share .ico a.twitter {
    background-position: -30px 0;
}

#share .ico a.instagram {
    background-position: -60px 0;
}

#share .ico a.pinterest {
    background-position: -90px 0;
}

#share .ico a.linkedin {
    background-position: -120px 0;
}

#menu {
    width: 1200px;
    height: 33px;
    padding: 30px 0;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
}

#menu a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 30px;
    color: #444;
    font-size: 18px;
    text-decoration: none;
}

#menu a.current,
#menu a:hover {
    color: #000;
    border-bottom: 3px #000000 solid;
}

#footer {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
}

#footer .copy {
    border-top: #efefef 1px solid;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio+label,
.magic-checkbox+label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.magic-radio+label:hover:before,
.magic-checkbox+label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #999;
}

.magic-radio+label:after,
.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled]+label,
.magic-checkbox[disabled]+label {
    cursor: not-allowed;
    color: #666;
}

.magic-radio[disabled]+label:hover,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:after,
.magic-checkbox[disabled]+label:hover,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:after {
    cursor: not-allowed;
}

.magic-radio[disabled]+label:hover:before,
.magic-checkbox[disabled]+label:hover:before {
    border: 1px solid #666;
    animation-name: none;
}

.magic-radio[disabled]+label:before,
.magic-checkbox[disabled]+label:before {
    border-color: #666;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
    animation-name: none;
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
    display: block;
}

.magic-radio+label:before {
    border-radius: 50%;
}

.magic-radio+label:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
}

.magic-radio:checked+label:before {
    border: 1px solid #333;
}

.magic-radio:checked[disabled]+label:before {
    border: 1px solid #333;
}

.magic-radio:checked[disabled]+label:after {
    background: #333;
}

.magic-checkbox+label:before {
    border-radius: 3px;
}

.magic-checkbox+label:after {
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked+label:before {
    border: #333;
    background: #333;
}

.magic-checkbox:checked[disabled]+label:before {
    border: #999;
    background: #999;
}

.u-flyer {
    border-radius: 35px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    background-color: #FF0000;
    color: #FFFFFF;
    font-size: 16px;
}

#cart_ico {
    width: 170px;
    float: right;
    padding: 5px 8px;
    font-size: 12px;
    text-indent: 22px;
    background: url(../images/shopcart.png) #ffffff 8px 6px no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
    position: relative;
    width: 150px;
    height: 20px;
    line-height: 20px;
    border-radius: 30px;
    -moz-box-shadow: 0px 0px 15px #cccccc;
    -webkit-box-shadow: 0px 0px 15px #cccccc;
    box-shadow: 0px 0px 15px #cccccc;
}

#cart_ico a {
    display: block;
    color: #999;
    text-decoration: none;
}

#cart_ico span {
    right: 10px;
    top: 5px;
    position: absolute;
    font-weight: bold;
    color: #000000;
}

#cart_ico i {
    font-style: normal;
}

#cart_ico p {
    display: none;
}
.comman-strip-subtext {
  line-height: 20px !important;
  font-size: 14px;
  color: #868686 !important;
}
@media (max-width:960px) { 
.comman-strip-subtext {
  font-size: 13px !important;
}

}