<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鑱旂郴鎴戜滑鏍峰紡鍏煎 */
@media (max-width: 800px){
    .zrLXwoP{
        text-align: center;
    }
    .zrLXwoImg{
        display: block !important;
    }
}
@media (min-width: 800px){
    .zrLXwoP{
        text-align: left !important;
    }
    .zrLXwoImg{
        display: inline-block !important;
        margin-left: 4px !important;
    }
}

/* 鎼滅储鏉′欢锛岃〃鏍硷紱 鏈嶅姟缃戠偣*/

.zrSearchList p:nth-of-type(1){
    margin-bottom: 0.5rem !important;
}
.zrSearchListPs p:nth-of-type(1){
    margin-bottom: 0.5rem !important;
}
#zrssTjian{
    margin-bottom: 20px;
}
#zrssTjian .zrssTjianD{
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #f0f0f0 ;
    padding-left: 25px;
}
#zrssTjian input{
    margin-right: 10px !important;
}
.zrFwwd{
    font-size: 12px !important;
    border: 1px solid #E6E6E6; 
    border-width: 1px 0 0 1px; 
}

.zrFwwd td{
    padding: 6px 4px;
    border: 1px solid #E6E6E6; 
    border-width: 0 1px 1px 0; 
    text-align: center;
}
/* 鏈嶅姟缃戠偣 */
@media (max-width: 800px){
}
/* 鎼滅储鍒楄〃椤甸潰鐨勬牱寮忚皟鏁达紝鏂板zrSearchList绫诲悕 */
.zrSearchList{
    overflow: hidden;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    flex-wrap:nowrap;
}
.zrSearchList .col-sm-9{
    width: 100% !important;
}
.zrSearchList .entry-title{
    color: #919085 !important;
    font-size: 18px !important;
}
.zrSearchList .entry-title a{
    color: #919085 !important;
}
.zrSearchList .entry-summary{
    margin-top: 20px;
    font-size: 14px !important;
    line-height: 1.5em !important;
    color: #656b6f !important;
}

@media (min-width: 800px){
    .zrSearchList{
        flex-wrap:nowrap;
    }
    .zrSearchList .entry-title{
        margin-top:0px;
    }
    .zrSearchList .col-sm-3{
        width: 15%;
    }
    .zrSearchList img{
        width: 100% !important;
        height: auto;
    }
}


@media (max-width: 800px){
    .zrSearchList{
        flex-wrap:wrap;
    }
    .zrSearchList .entry-title{
        margin-top:20px;
    }

    .zrSearchList .col-sm-3{
        width: 100%;
        text-align: center;
    }
    
    .zrSearchList img{
        width: 50% !important;
        height: auto;
    }
}


/* 鍙兘寮曡捣鏍峰紡閿欎贡 */


.square-flow:nth-of-type(2n){
    flex-direction: row !important;
}
.square-flow:nth-of-type(2n+1){
    flex-direction: row-reverse !important;
}

.square-flow:nth-of-type(2n) figure{
    float: right;
}
.square-flow:nth-of-type(2n+1) figure{
    float: left;
}
/*
Theme Name: FC2017
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fc2017
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

FC2017 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	cursor: pointer;
	color: #919085
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

a.block, a .block {
    display: block;
    color: #000;
    border: 1px solid #cbcbcb;
    display: block;
    padding: 10px;
    width: 152px;
    line-height: 1.2em;
    margin: 20px 0;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 9pt;
    /*letter-spacing: .2em;*/
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -ms-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .6s cubic-bezier(.165,.84,.44,1);
    transition: all .6s cubic-bezier(.165,.84,.44,1);
}

a.block:visited {
	color: #000;
}

/*==\\*/
.wsb:nth-child(2n) .news-text-box{
    float: left !important;
}

.wsb:nth-child(2n) .news-img-box{
    float: right !important;
}

.wsb:nth-child(2n+1) .news-text-box{
    float: right !important;
}

.wsb:nth-child(2n+1) .news-img-box{
    float: left !important;
}
.wsb{
    display: flex;
    align-items: center
}

@media (max-width: 800px){
    .wsb{
        display: block;
        align-items: center
    }
    .wsb&gt;div{
        width: 100% !important;
    }
}

.wsb figure{
     margin:0 !important;
}
/*==\\*/

a .block {
	margin: 14px auto;
    width: 200px;
    border: 1px solid #919085;
}

.type-product .block-cat {
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.yith-wcwl-add-button a.add_to_wishlist {
    display: block;
    width: 70%;
    color: #000;
    border: 1px solid #cbcbcb;
    display: block;
    padding: 10px;
    line-height: 1.2em;
    margin: 20px 0;
    margin-left: 0px;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    /*font-size: 8pt;*/
    font-size: 14px;
    /*letter-spacing: .2em;*/
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -ms-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .6s cubic-bezier(.165,.84,.44,1);
    transition: all .6s cubic-bezier(.165,.84,.44,1);
}

a.block:hover, a .block:hover, .content_add_to_cart_button:hover, a.add_to_wishlist:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    -o-transform: translate(0,-3px);
    transform: translate(0,-3px);
}

button.content_add_to_cart_button {
    display: block;
    color: #FFF;
    background-color: #17402c;
    border: 0px solid #cbcbcb;
    padding: 10px;
    width: 80%;
    line-height: 1.2em;
    margin: 20px auto;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    letter-spacing: .2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -ms-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .6s cubic-bezier(.165,.84,.44,1);
    transition: all .6s cubic-bezier(.165,.84,.44,1);
}

a.wheretobuy-button {
    width: 70%;
    line-height: 1em;
    margin: 16px 0px;
    /*font-size: 8pt;*/
    font-size: 14px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
    flex-direction: row;
}
@media (max-width: 800px){
    .container small {
        flex-direction: column;
    }
    .container small a{
        
    }
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	background-color: #FFF;
	color: #000;
    border: 1px solid #cbcbcb;
    display: block;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 10px;
    width: 152px;
    line-height: 1.2em;
    margin: 20px 0;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 9pt;
    letter-spacing: .2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -ms-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .6s cubic-bezier(.165,.84,.44,1);
    transition: all .6s cubic-bezier(.165,.84,.44,1);
}

/*button:hover,*/
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    -o-transform: translate(0,-3px);
    transform: translate(0,-3px);
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	/*-webkit-appearance: none;*/
}

input[type=search] {
    -webkit-appearance: searchfield;
}

input.text {
    margin-bottom: 0px;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
    /*padding: 0.35em 0.625em 0.75em;*/
    padding: 1em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* @font-face {
    font-family: 'Athelas';
    src: url('/wp-content/themes/fc2017/fonts/athelas-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/fc2017/fonts/athelas-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AccordAlternate';
    src: url('/wp-content/themes/fc2017/fonts/soneri_type_-_accordalternate-webfont.woff2') format('woff2'),
         url('/wp-content/themes/fc2017/fonts/soneri_type_-_accordalternate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

body,
button,
input,
select,
textarea {
	color: #404040;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	font-size: 16px;
	/*font-size: 1rem;*/
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;	

	display: block;    
	margin-top: -8px;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    /*font-size: 18px;
    line-height: 2.3em;*/
    font-size: 14px;
    line-height: 1.5em;
	color: #656b6f;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0;
}

ul {
	/*list-style: disc;*/
	list-style: none;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 0;
	/*margin-left: 1.5em;*/
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignright {
    float:right; 
    margin:0 0 1em 1em;
      max-width: 50%;
  height: auto;
}

img.alignleft {
    float:left; 
    margin:0 1em 1em 0;
    max-width: 50%;
    height: auto;
}

@media (max-width: 800px){
    .entry-content p{
        /* text-align: center; */
    }
    img.alignleft,img.alignright{
        float: none;
        margin: 20px 0 !important;
        display: inline-block;
        max-width: 50%;
        height: auto;
    }
}
img.aligncenter {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

.img-filter figure:before {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(145,144,133,0.4);
}

.img-read-more:after {
	content: "闃呰鏇村";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 8px 12px;

    padding: 10px;
    width: 152px;
    line-height: 1.2em;
    margin: 20px 0;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 9pt;
    letter-spacing: .2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

.wpb_single_image .vc_figure-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 12px;
    width: 70%;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    background-color: rgba(0,0,0,0.6);
    font-size: 30px;
    font-weight: 100;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin-top: .2em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.vc_tour_list .vc_tta-tabs-container {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vc_tour_list ul {
    display: inline-flex;
    justify-content: center;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active&gt;a {
	background-color: rgb(145,144,133);
	color: #FFF;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*---------------------------------------
CUSTOMISATION
---------------------------------------*/

/*.clearfix:after {
  content: "";
  display: table;
  clear: both;
}*/

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  max-width: 65%;
  margin: 0 auto;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	width: 100%;
	z-index: 100;
}

.skip-link, .screen-reader-text {
  position: absolute;
  left: -1000em;  /* LTR */
  top: -1000em;
}

.wrapper &gt; * {
  /*padding: 10px;*/
  flex: 1 100%;
}

.flex-full {
  min-height: 88px;
  margin-top: 24px;
  position: relative;
}

.flex-left {
  min-height: 150px;
  margin-top: 24px;
  position: relative;
  padding: 0;
}

.flex-right {
  min-height: 150px;
  margin-top: 24px;
  position: relative;
  padding: 0;
}

.flex-row-center {
	display: flex;
	align-items: center;
}

.aside {			   
	/*margin-top: -8px;*/
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	/*font-size: 15pt;
	line-height: 2em;
	letter-spacing: 0.2em;*/
	font-size: 18px;
    line-height: 2.3em;
	color: #656b6f;
}

.text {
	margin-bottom: 1.5em;	

	display: block;    
	margin-top: -8px;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	font-size: 18px;
    line-height: 2.3em;
	color: #656b6f;
}

.footer {
	position: relative;
}

.footer-menu ul {
	list-style: none;
}

.footer-menu li {
	display: inline-block;
	margin-left: 4px;
	text-transform: uppercase;
}

.footer-menu li:after {
	content: " | ";
}

.footer-menu li:last-child:after {
	content: "";
}

.navbar {
	/*background-color: rgba(255,255,255,0.6);*/
	/*margin-top: 20px;*/
	height:85px;
	border-radius: 0px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;			
}

.navbar &gt; div &gt; ul {
	margin-top: 35px;
	display: inline-flex;
	/*width: 100%;*/
    width: 85%;
	list-style: none;
	align-items: baseline;
	justify-content: space-around;
	-webkit-padding-start: 0px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;		
}


.navbar a, .navbar a:link, .navbar a:active, .navbar a:visited {
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	font-size: 13px;
	letter-spacing: .2em;
    line-height: 2em;
	color: black;
	text-transform: uppercase;
}

.navbar a:hover {
	color: #919085;
	text-decoration: none;
}
#menu-main-menu a:hover {
	color: #919085;
	text-decoration: none;
}

.navbar img {
	/*margin-left: 20px;*/
}

.sub-menu {
    position: fixed;
	z-index: 80;
	background-color: rgba(255,255,255,1);
	opacity: 0;
    top: 85px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0px;
    padding-left: 15%;
    padding-right: 15%;
    transition: all 500ms;
}

ul.sub-menu {
	/*
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: space-between;
	*/
    width: 100%;
    list-style: none;
    display: inline-block;
    text-align: center;
}

ul.sub-menu &gt; li {
	/*
	height: 50%;
	width: 20%;
	*/
    text-align: center;
    /*padding-top: 20px;*/
    margin-top: 15px;
    padding: 0 20px;
    display: inline-block;
    border-right: 1px solid #919085;
}

ul.sub-menu &gt; li:last-child {
    border-right: 0px solid #FFFFFF;
}

body.home .languages-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-globe-white.svg);
}

body.home .search-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-search-white.svg);
}

body.home .wishlist-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-wishlist-white.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-y: 2px;    
}

body.home .cart-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-shopping_bag-white.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-y: 2px;    
}


.languages-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-globe.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-y: 2px;
}

.search-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-y: 2px;    
}

.wishlist-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-wishlist.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-y: 2px;    
}

.cart-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-shopping_bag.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-y: 2px;    
}

body.header-fixed .languages-menu-item, .visible .languages-menu-item, body.mobile-menu-visible .languages-menu-item, .visible .languages-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-globe.svg);
}

body.header-fixed .search-menu-item, .visible .search-menu-item, body.mobile-menu-visible .search-menu-item, .visible .search-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-search.svg);
}

body.header-fixed .wishlist-menu-item, .visible .wishlist-menu-item, body.mobile-menu-visible .wishlist-menu-item, .visible .wishlist-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-wishlist.svg);
}

body.header-fixed .cart-menu-item, .visible .cart-menu-item, body.mobile-menu-visible .cart-menu-item, .visible .cart-menu-item {
    background-image: url(//www.frederique-constant.com.cn/wp-content/themes/fc2017/assets/icon-shopping_bag.svg);
}

body.mobile .visible .wishlist-menu-item, body.mobile .visible .cart-menu-item {
    background-position-x: 50%;
}

body.mobile .visible .languages-menu-item, body.mobile .visible .search-menu-item {
    background-position-y: 0%;
}


body.mobile ul.sub-menu &gt; li  {
    border-right: 0px solid #FFFFFF;
}

body.mobile .languages-menu-item {
	position: absolute;
	top: 0px;
	right: 124px;
}

body.mobile .search-menu-item {
	position: absolute;
	top: 0px;
	right: 90px;
}

body.mobile .languages-menu-item img, body.mobile .search-menu-item img {
	display: block;
}

body.mobile .search-form.visible {
	padding-top: 30px;
	height: 120px;
    opacity: 1;
	/*height: 100%;*/
}

@media (max-width: 800px){
    body.mobile .search-form.visible {
        height: 100%;
    }
}
body.mobile .sub-menu.languages.visible {
	/*padding-top: 30px;*/
	border-top: 0px solid transparent;
	height: 640px;
	/*height: 100%;*/
}

body.mobile #languages-panel {
	margin-top: 30px;
}

ul.sub-menu.languages &gt; li {
    padding: 0 10px;
}

.sub-menu.search {
	padding-top: 25px;
	height: 100px;
	text-align: center;
}

.search-form form {
	width: 100%;
    margin: 0px auto;
    text-align: left;
    /* 绯荤粺鍗囩骇鏍峰紡鍋忎簡锛屽仛淇敼23.09.26 */
    text-align: right;
}

.search-form.visible {
    height: 70px;
    opacity: 1;
}

body.home .search-form.visible {
    background-color: transparent;
}

body.home.header-fixed .search-form.visible {
    background-color: #FFF;
}

.search-field {
    height: 36px;
    line-height: 1.2em;
    padding: 6px;
    vertical-align: middle;
}

input[type="submit"].search-submit {
	display: inline-block;
	margin-left: auto; 
}
.zdTable td{
    width: 20%;
    padding-left: 90px;
}
/* 鎵嬫満鐗堢殑瀵艰埅鏍忔悳绱� */
@media (max-width: 800px){
    .zdTable td{
        font-size:12px ;
        padding-left: 0px;
    }
    input[type="submit"].search-submit {
        width:100%;
    }
    .container-fluid .search-form .search-form label,
    .container-fluid .search-form .search-form input{
        width: 100%;
    }
    body.mobile .search-form.visible{
        background-color: #fff !important;
        height: 100vh;
        margin-top: 110px;
    }
    body.mobile .search-form .visible li{
        width: 100% !important;
    }
    .body.mobile .navbar &gt; div &gt; ul li{
        margin:20px auto;
        box-shadow: 10px 10px 10px #000;
        width: 100% !important;
    }
    body.mobile .navbar &gt; div &gt; ul &gt; .menu-item:nth-of-type(1),
    body.mobile .navbar &gt; div &gt; ul &gt; .menu-item:nth-of-type(2),
    body.mobile .navbar &gt; div &gt; ul &gt; .menu-item:nth-of-type(3),
    body.mobile .navbar &gt; div &gt; ul &gt; .menu-item:nth-of-type(4),
    body.mobile .navbar &gt; div &gt; ul &gt; .menu-item:nth-of-type(5)
    {
        width: 100%;
    }
    .woocommerce-pagination{
        overflow: hidden;
    }
}

.sub-container-left {
	margin: 0 auto;
	width: 30%;
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	justify-content: center;
	height: 128px;
	border: 1px solid black;
}

.sub-container-right {
	margin: 0 auto;
	width: 30%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	height: 128px;
	border: 1px solid black;
}

.sub-container-left &gt; div {
	flex: 1 0 auto;
	height: 33%;
}
.home ul.visible {
    top: 85px !important;
    margin-top: 0 !important;
    background-color: rgba(255,255,255,0.4);
}
.home ul.visible {
    top: 85px !important;
    margin-top: 0 !important;
    background-color: rgba(255,255,255,0.4);
}
.header-fixed ul.visible,.mobile ul.visible{
    margin-top: 0 !important;
    top: 60px !important;
    background-color: rgba(255,255,255,1);
}
ul.visible {
	opacity: 1;
    overflow: visible;
    /* height: 10%; 60px */
    height: 70px; /*60px*/
	background-color: rgba(255,255,255,1);
    top: 80px;
}


#main-logo img {
	/*position: absolute;
	top: 50%;
	left: 50%;*/
}

#main-logo  {
	display: block;
	position: relative;
}

.menu-main-logo {
    width: 170px;
}

.navbar a.header-logo {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 170px;
    height: 64px;
    display: block;
    background-image: url(assets/frederique-constant-logo.svg);
    background-repeat: no-repeat;
    background-size: 150px;
}

body.home .navbar a.header-logo {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 170px;
    height: 64px;
    display: block;
    background-image: url(assets/frederique-constant-logo-white.svg);
    background-repeat: no-repeat;
    background-size: 150px;
}

.navbar a.header-logo img {
    position: absolute;
    /* to center the logo*/
    /*margin-left: 20px;*/
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.navbar li {
    position: relative;
}

.sub-menu a {
    color: #000;
}

li.brand {
    /* to center the logo*/
    /*margin-left: 40px;*/
}
li.collections {
    /* to center the logo*/
    /*margin-left: 40px;*/
}
li.experience {
    /* to center the logo*/
    /*margin-left: 30px;*/
    margin-left: 34px;
    margin-right: 74px;
}

.navbar-header  {
	/*visibility: hidden;*/
}

img.header-logo-lg {
    width: 170px;
    opacity: 1;
    left: 50%;
    visibility: visible;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

img.header-logo-sm {
	width: 28px;
    opacity: 0;
    left: 50%;
    visibility: hidden;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.nav-mobile-logo {
	display: none;
}

.post-password-required &gt; div {
    height: 50vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

form.post-password-form {
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-top: 64px;
}

form.post-password-form input[type="submit"] {
    width: auto;
    margin: 0 auto;
}

body.mobile #content.site-content {
    margin-top: 30px;
}

body.mobile .nav-mobile-logo {
	display: block;
}

body.mobile .nav-mobile-logo img, body.mobile .nav-mobile-logo a {
	position: absolute;
	top: 12px;
	left: 15px;
	z-index: 300;
	width: 140px;
	visibility: visible;

}

 body.mobile.home .nav-mobile-logo a {    
    height: 68px;
    left: 28px;
    background-image: url('assets/frederique-constant-logo-white.svg'); 
    background-repeat: no-repeat;
}

body.mobile .nav-mobile-logo a {   
   height: 68px;
   left: 28px;
   background-image: url('assets/frederique-constant-logo.svg'); 
   background-repeat: no-repeat;
}

body.header-fixed.mobile.home .nav-mobile-logo a,  body.mobile.home.mobile-menu-visible .nav-mobile-logo a { 
    background-image: url('assets/frederique-constant-logo.svg');
}

body.mobile-menu-visible .navbar {
    background-color: #FFF;
}

body.mobile .menu-main-logo {
    display: none !important;
}

body.mobile .navbar &gt; div &gt; ul {
	/*display:none;*/
	position: fixed;
	top: -5px;
	left: 0px;
	width: 100%;
	height: 0%;	
	padding-top: 60px;
	padding-bottom: 0px;
	opacity: 0;
	overflow: hidden;
	flex-flow: column nowrap;
	background-color: #FFF;
	transition: all 500ms;
    z-index: 80;
}

body.mobile .navbar &gt; div &gt; ul.visible {
/*body.mobile nav {*/
	display: block;
	opacity: 1;
	height: 100%;
}

body.mobile ul.sub-menu {
    position: relative;
    width: 100%;
    list-style: none;
    display: block;
    border-top: 1px solid #919085;
    border-bottom: 1px solid #919085;
}

body.mobile ul.sub-menu li a:link {
    font-size: 13px;
    line-height: 1.2em;
}

body.mobile .sub-menu {
    position: relative;
    top:0px;
}

body.mobile .sub-menu {
    position: relative;
    top:0px;
}

body.mobile ul.sub-menu &gt; li {
	width: 100%;
    height: 20px;
    padding-top: 10px;
}

body.mobile li.collections {
    margin-left: 0px;
}

body.mobile .collections .sub-menu .visible {
	/*height: 210px;*/
	height: 308px;
	/*height: 100%;*/
}
body.mobile .visible .visible {
	/*height: 210px;*/
	height: 280px !important;
	/*height: 100%;*/
}

body.mobile .brand .sub-menu .visible {
	/*height: 170px;*/
	height: 230px;
	/*height: 100%;*/
}

body.mobile .experience .sub-menu .visible {
	height: 210px;	
	/*height: 100%;*/
}

body.mobile li.brand {
    margin-left: 0px;
}

body.mobile li.experience {
    margin-left: 0px;
}


body.mobile .navbar &gt; div &gt; ul &gt; li:first-child {
	/*width: 20%;
	position: absolute;
	bottom: 20px;
	left: -33%;*/
}

body.mobile .navbar &gt; div &gt; ul &gt; li:nth-child(8) {
	/*width: 20%;
	position: absolute;
	bottom: 20px;
	left: 0%;*/
}

body.mobile .navbar &gt; div &gt; ul &gt; li &gt; ul {
	position: relative;
}

body.mobile .navbar &gt; div &gt; ul li {
	display: block;
	background-color: #FFF;
	/* width: 100%; */
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	/*height: 30px;*/
}

body.mobile img.header-logo-lg {
	display: none;
}

body.mobile #mobile-logo {
	display: block;
}

body.mobile #main-logo img {
	width: 140px;
}

body.mobile .navbar {
	height: 76px;
}

body.mobile #main-slider-02 {
    margin-top: -52px;
}

body.mobile .navbar .header-logo img.header-logo-lg {
    transform: translate(-60%, -160%);
    -webkit-transform: translate(-60%, -160%);
}

/*body.mobile .navbar &gt; div &gt; ul.visible {*/
body.mobile nav.visible {
	visibility: visible;
	opacity: 1;
	height: 100%;
	/*padding-bottom: 10px;*/
}

body.mobile .navbar a, body.mobile .navbar a:link, body.mobile .navbar a:active, body.mobile .navbar a:visited {
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .2em;
    color: black;
}

body.home .navbar-toggle .icon-bar {
    background-color: #FFF;
}

body.home .navbar-toggle {
    border-color: #FFF;
}

body.home.header-fixed .navbar-toggle .icon-bar, .navbar-toggle .icon-bar, body.home.mobile-menu-visible .navbar-toggle .icon-bar {
    background-color: #919085;
}

body.home.header-fixed .navbar-toggle, .navbar-toggle, body.home.mobile-menu-visible .navbar-toggle {
    border-color: #919085;
}

body.mobile .navbar-toggle {
    display: block;
}

.navbar-toggle {
    border: 1px solid #919085;
    margin-top: 22px;
    z-index: 200;
}


/**** MAIN CONTENT ***************/

#content.site-content {
	margin-top: 55px;
	/*margin-top: 146px;*/
	/*margin-top: 114px;*/
}

.main-block {
	background-color: #666;
	width: 1000px;
	/*height: 180px;*/
	margin-bottom: 10px;
	padding: 0px;
}

/*main {
	padding-top: 108px;
}*/

.flex-container {
    height: auto;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-box {
    /*height: 100%;*/
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
}

.flex-end {
    align-items: flex-end;
}

.row {
    width: auto;
    height: auto;
}

.col-left {
	padding-left: 0px;
	padding-right: 10px;
}
.col-right {
	padding-left: 10px;
	padding-right: 0px;
}

.flex-item {
    width: 100%;
    line-height: 1em;
    margin-top: 20px;
    text-align: center;
}

.flex-block {
	display: block;
	background-color: rgba(0,0,0,0.4);
	padding: 10px;
    width: 190px;
    line-height: 1.2em;
    margin: 0 auto;
    margin-top: 105px;
    margin-bottom: 20px;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 9pt;
    letter-spacing: .2em;
    color: white;
    border: 2px solid white;
    text-align: center;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.wrapper.main {
	max-width: 65%;
}

.wrapper.news {
	max-width: 1000px;
}

.news .wpb_text_column {
	/*padding: 50px;*/
}

.wpb_text_column.dsk-pl-50 {
	padding-left: 0px;
}

.main .flex-block-end {
	position: absolute;
	bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	display: block;
	padding: 8px 0px;
    width: 150px;
    line-height: 1.2em;
    /*margin: 0 auto;
    margin-top: 80px;*/
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 9pt;
    letter-spacing: .2em;
    color: white;
    border: 2px solid white;
    text-align: center;
    align-self: flex-end;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

a:hover.flex-block-end, a:hover.flex-block {
	text-decoration: none;
	color: white;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);		
}

a.flex-block-end:visited, a.flex-block:visited {
	color: white;
}

a:link.flex-block, a:active.flex-block, a:visited.flex-block {
	color: white;
}

a:link.flex-block.black, a:active.flex-block.black, a:visited.flex-block.black {
	color: black;
    border: 2px solid black;
}

.manufacture a.flex-block-end:visited,.manufacture a.flex-block:visited {
	color: #000;
}

.container-block {
	width: 1000px;
	margin: 0 auto;
}

.left-rounded-outline {
    padding: 10px;
    margin: 10px;
    border: 1px solid #444;
    border-radius: 10px;
    background-color: white;
    display: inline-block;
    width: 120px;
    line-height: 1.5em;
    text-align: center;
}

.split-block-left {
	background-color: #888;
	float: left;
	width: 496px;
	height: 300px;
	margin-right: 5px;
}

.split-block-right {
	background-color: #999;
	float: right;
	width: 496px;
	height: 300px;
	margin-left: 5px;
}

.block-title {
	width: 100%;
	position: absolute;
	top: 3%;
	left: 0;
	color: white;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

#main-slider-01 {
	margin: 0 auto;
	margin-top: 108px;
	background-color: #0A0A0A;
	/*height: 684px;*/
	height: 892px;
    width: 100%;
    /*height: 100%;*/
    /*min-height: 100%;*/
    margin-bottom: 70px;
	background-image: url('assets/fc-main-slider-01.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50% 70%;
	position: relative;
}

#main-slider-02 {
	margin: 0 auto;
	margin-top: 108px;
	background-color: #0A0A0A;
	/*height: 684px;*/
	height: 892px;
    width: 100%;
    /*height: 100%;*/
    /*min-height: 100%;*/
    margin-bottom: 70px;
	background-image: url('assets/fc-main-slider-01b.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 30%;
	position: relative;
}

#main-slider-01 h1, #main-slider-02 h1 {
	position: absolute;
	bottom: 12%;
	right: 10%;
	color: white;
	width: 40%;
	text-align: right;
}

.main-slider h1 {
	color: white;
}

.crest-arrow {
	background-image: url('assets/crest-arrow.svg');
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center;	
	height: 35px;
}

.dotted-line {
	display: block;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: -10;
    /*
    margin-top: 105px;
    margin-bottom: 37px;
    */
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right,#919085,#FFFFFF);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

.white-block {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 30%;
	height: 100%;
	background-color: #FFF;	
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);	
}

body.mobile .white-block {
	width: 50%;
}

.fc-crest {
	background-image: url('assets/fc-crest.svg');
	background-repeat: no-repeat;
	background-size: 25px 30px;
	background-position: center;
	height: 30px;
}

.content-text h1 {
	margin-top: 0px;
	letter-spacing: 0em;
}
.content-text p {
	line-height: 1.8em;
}

.content-text a,.content-text a:link, .content-text a:active, .content-text a:visited {
	color: black;
}
.content-text a:hover {
	color: #919085;
}
.content-boxs p {
    padding-top: 20px;
}
.content-boxs h1.peterh2 {
    margin-top: 0px;
}

.gallery-panel .row.flex:nth-child(even) .content-boxs {
	/*padding-left: 13px;*/
    /*padding-left: 0px;*/
}

.gallery-panel .row.flex:not(:first-child) .content-boxs h1.peterh2 {
    margin-top: 20px;
}

body.mobile .gallery-panel .row.flex:first-child .content-boxs h1.peterh2 {
    margin-top: 20px;
}

body.mobile .image-box {
	padding-right: 15px;
}

body.mobile .float-right {
	padding-left: 15px;
}

body.mobile p {
	margin-top: 10px;
	line-height: 1.6em;
	font-size: 16px;
}

body.mobile .flex-row-center {
	display: block;
}

body.mobile .image-box {
    padding-right: 15px;
    padding-left: 15px;
}
/*
.square-flow:nth-child(odd) &gt; .vc_column_container {
	float: right;
}
*/

.usps {
    /*line-height: 1.4em !important;
    font-size: 16px !important;*/
    line-height: 1.5em !important;
    font-size: 14px !important;
    margin-bottom: 30px !important;
}

#news-panel p {
    font-size: 14px;
    line-height: 1.5em;
}

.news-text-box {
    display:  flex;
    align-items: center;
    padding: 0px 80px;
}

.news-img-box {
    padding: 0px;
}

.news.wrapper .vc_row.vc_column-gap-20&gt;.vc_column_container, #news-panel .vc_row.vc_column-gap-20&gt;.vc_column_container {
    padding: 0px;
}

#news-panel .wpb_text_column {
    padding-left: 80px;
    padding-right: 80px;    
}

.news .wpb_text_column {
    padding-left: 80px;
    padding-right: 80px;
}

.row-reverse {
	flex-direction: row-reverse;
}

.dsk-pl-40pct {
	padding-left: 40%;
}
.dsk-pl-50 {
	padding-left: 50px;
}
.dsk-pr-20pct {
	padding-right: 20%;
}
.dsk-pr-40pct {
	padding-right: 40%;
}
.dsk-pr-80 {
	padding-right: 80px;
}
.dsk-mb-64 {
	margin-bottom: 64px;
}
.dsk-mt-24 {
	margin-top: 24px;
}

body.mobile .dsk-pl-50, body.mobile .dsk-pl-40pct {
	padding-left: 0px;
}
body.mobile .dsk-pr-80, body.mobile .dsk-pr-40pct, body.mobile .dsk-pr-20pct {
	padding-right: 0px;
}
body.mobile .dsk-mb-64 {
	margin-bottom: 16px;
}
body.mobile .dsk-mt-24 {
	margin-top: 12px;
}

body.mobile #content h4.collections {
	margin-bottom: 30px;
}
#content h4.collections {
	margin-bottom: 0px;
}

.gallery-panel .wrapper {
	max-width: 1000px;
}

.single-product .gallery-panel .wrapper {
    max-width: 85%;
}
@media (max-width: 800px){
    .single-product .gallery-panel .wrapper {
        max-width: 100%;
    }
}

.content-boxs {
    padding: 0px 80px;
}
@media (max-width: 800px){
    .content-boxs {
        padding: 0px 20px;
    }
}
.pagination {
	width: 100%;
}

a.page-numbers {
	display: inline-block;
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

span.page-numbers.current {
	display: inline-block;
	border: 1px solid #CCC;
	background-color: #CCC;
	padding: 12px;
	padding-top: 2px;
	padding-bottom: 4px;	
}

.nav-links {
	width: 100%;
}

.nav-previous a {
	margin-top: 36px;
	float: left;
	display: inline-block;
	width: 40%;
	text-align: left;
}

.nav-next a {
	margin-top: 36px;
	float: right;
	display: inline-block;
	width: 40%;
	text-align: right;
}

.nav-next a, .nav-previous a {
	position: relative;
}

.nav-next a::before, .nav-previous a::before {
    content: " ";
    position: absolute;
    width: 60px;
    bottom: -50px;
    height: 50px;
    right: -16px;
    background: url(assets/btn-arrow.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -ms-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}

.nav-previous a::before {
    transform: rotate(-180deg);
    left: -18px;
}

.upsells.products.featured .flexslider {
	max-width: 100%;
	width: 100%;
}

#slider-prev {
	position: absolute;
	top: 45%;
	left: 20px;
	color: white;
	background-image: url('assets/slider-prev.svg');
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: center;	
	width: 22px;
	height: 22px;
}

#slider-next {
	position: absolute;
	top: 45%;
	right: 20px;
	color: white;
	background-image: url('assets/slider-next.svg');
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: center;	
	width: 22px;
	height: 22px;
}

#hsw-intro {
	/*background-color: #DDD;*/
	background-image: url('assets/smartwatch-sketch.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	/*max-height: 365px;*/
	min-height: 575px;
	max-width: 575px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#hsw-intro h1, #hsw-intro h4 {
	width: 100%;
	align-self: center;
	flex: 1 100%;
	text-align: center;
}

#hsw-intro h4 {
	margin-top: -20px;
}

#hsw-hook {
	/*background-color: #DDD;*/
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}

#smartwatch-banner {
	background-image: url('assets/smartwatch-full.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#store-locator {
	background-image: url('assets/store-locator.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#watch-finder {
	background-image: url('assets/watch-finder.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.link-block {
	cursor: pointer;
}

#manufacture-sketch {
	background-image: url('assets/manufacture-sketch.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*max-height: 194px;
	min-height: 194px;*/
}

#manufacture-video {
	position: relative;
	background-image: url('assets/manufacture-video.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 270px;
	margin-top: 24px;
}

#flyback-video {
	position: relative;
	background-image: url('assets/flyback-chronograph-manufacture_video-block.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 270px;
	margin-top: 24px;
}

#manufacture-video a:link, #manufacture-video a:active, #manufacture-video a:visited {
	color: white;
}

#manufacture-video a {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	/*padding: 10px;*/
    width: 65px;
    line-height: 1.2em;
    margin: 0 auto;
    /*margin-top: 105px;
    margin-bottom: 20px;*/
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 9pt;
    letter-spacing: .2em;
    color: white;
    text-align: center;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.dotted-line-bg {
	display: block;
	margin-top: 105px;
	margin-bottom: 37px;
	height: 3px;
	background-image: linear-gradient(to right, #919085, #FFFFFF);
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}

.dotted-line-md {
	display: block;
	margin-top: 28px;
	margin-bottom: 16px;
	height: 3px;
	background-image: linear-gradient(to right, #919085, #FFFFFF);
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}

ul.slides {
	position: relative;
	flex-wrap: wrap;
}

ul.slides::before {
	content: "";
	position: absolute;
	top: 7%;
	left: 0px;
	display: block;
	width: 100%;
	z-index: -100;
	margin-top: 105px;
	margin-bottom: 37px;
	height: 3px;
	/* background-image: linear-gradient(to right, #919085, #FFFFFF);*/
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;	
}

ul.testimonials {
	list-style: none;
}

.testimonial-content {
	display: block;
	padding: 20px;
	border: 1px solid #cbcbcb;
	margin-bottom: 72px;
}

.testimonial-content p {
	margin-bottom: 0px;
}

.top-line {
	margin-top: 0px;
	margin-bottom: 37px;
}

.middle-line {
	margin-top: 0px;
	margin-bottom: 0px;
}

.txt-al-left {
	text-align: left;
}
.txt-al-right {
	text-align: right;
}

.section-title {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 50px;
	width: 100%;
}

.section-title h1, .section-title h4 {
	margin-top: 10px;
	margin-bottom: 0px;
}

.section-title h6 {
    margin-top:10px; 
}

.flex-left p, .flex-right p {
	display: block;    
	margin-top: -8px;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	/*font-size: 15pt;
	line-height: 2em;
	letter-spacing: 0.2em;*/
	font-size: 18px;
    line-height: 2.3em;
	color: #656b6f;
	/*hyphens: auto;
	word-break: break-all;*/
}


.flex-left p {
	text-align: right;		
}

.flex-right p {
	max-width: 470px;
	text-align: left;
}

.manufacture .flex-left, .manufacture .flex-right {
	position: relative;
	flex: 1 auto;
	max-width: 50%;
	/*height: 276px;*/
	box-sizing: border-box;
}


.manufacture .flex-right a {
	display: block;
	color: #000;
    /*border: 2px solid #919085;*/
    border: 1px solid #cbcbcb;
	display: block;
	padding: 10px;
    width: 152px;
    line-height: 1.2em;
    /*margin: 60px 0 20px 0;*/
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 9pt;
    letter-spacing: .2em;
    /*color: white;*/
    text-align: center;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);			
}

.manufacture .flex-right a:hover {
	text-decoration: none;
	color: #919085;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);		
}

.manufacture .flex-right a:visited, .manufacture .flex-right a:link, .manufacture .flex-right a:active {
	color: black;
}

.manufacture .flex-block-end {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    padding: 10px;
    width: 115px;
    line-height: 1em;
    letter-spacing: 0.1em;
    margin: 0;
    margin-top: 10px;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: black;
    border: 1px solid #919085;
    text-align: center;
    align-self: flex-start;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.manufacture a.flex-block-end:hover, .manufacture a.flex-block:hover {
	text-decoration: none;
	color: #919085;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);		
}

.manufacture a:visited, .manufacture a:link, .manufacture a:active {
	color: black;
}

.wrapper.analytics.top {
	/*height: 330px;*/
	align-items: flex-end;
	justify-content: flex-end;
}


.wrapper.analytics.bottom {
	/*height: 341px;*/
	align-items: flex-start;
	justify-content: center;
}

.analytics.bottom .flex-left p {			
	width: 100%;
	text-align: left;
}

.analytics.top .flex-left {
	/*max-width: 505px;
	height: 505px;*/
	max-width: 30%;
    height: 350px;
}

.analytics.top .flex-right {
	max-width: 753px;
	height: 318px;
	/*height: 318px;*/
}

.analytics.bottom .flex-left {
	max-width: 505px;
	/*max-width: 48%;*/
}

.analytics.bottom .flex-right {
	max-width: 486px;
	/*max-width: 48%;*/
	height: 374px;
}

.justify-start {
	margin-right: auto;
}

.justify-end {
	margin-left: auto;
}

.analytics .flex-left {
	position: relative;
	flex: 0 0 49%;
	/*flex: 1 0 calc(50% - 12px);*/
	box-sizing: border-box;
}

.analytics .flex-right {
	position: relative;
	flex: 0 0 49%;
	/*flex: 1 0 calc(50% - 12px);*/
	box-sizing: border-box;
}

#analytics-01 {
	background-image: url('assets/analytics-01.jpg');
	background-repeat: no-repeat;
	/*background-size: cover;
	background-position: center;*/
	background-size: 85%;
    background-position: 100% 100%;
	width: 100%;
	height: 100%;
}

#analytics-02 {
	background-image: url('assets/analytics-02.jpg');
	background-repeat: no-repeat;
	/*background-size: cover;
	background-position: center;*/
	background-size: 80%;
    background-position: 0% 100%;
	width: 100%;
	height: 100%;
}

#analytics-03 {
	position: relative;
	background-image: url('assets/analytics-03.jpg');
	background-repeat: no-repeat;
	/*background-size: cover;
	background-position: center;*/
	background-size: 80%;
    background-position: 0% 0%;
	width: 100%;
	max-width: 330px;
	height: 100%;
}

/*.analytics.bottom a {*/
.analytics-text a {
	display: block;
	color: #000;
    /*border: 2px solid #919085;*/
    border: 1px solid #cbcbcb;
	display: block;
	padding: 10px;
    width: 152px;
    line-height: 1.2em;
    margin: 60px 0 20px 0;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 9pt;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

/*.analytics.bottom a:link, .analytics.bottom a:active, .analytics.bottom a:visited {*/
.analytics-text a:link, .analytics-text a:active, .analytics-text a:visited {
	color: #000;
}

/*.analytics.bottom a:hover {*/
.analytics-text a:hover {
	text-decoration: none;
	color: #000;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);		
}

.social-icons {
	margin-bottom: 28px;
}

.fc-icon {
	margin-bottom: 15px;
}

.mg-tp-30 {
	margin-top: 30px;
}

.mg-tp-50 {
	margin-top: 50px;
}

.mg-bt-30 {
	margin-bottom: 30px;
}

.mg-bt-50 {
	margin-bottom: 50px;
}

/* @font-face {
    font-family: 'Athelas',"Times New Roman", serif;
    src: url('../fonts/athelas-regular-webfont.woff2') format('woff2'),
         url('../fonts/athelas-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AccordAlternate', Arial, sans-serif;
    src: url('../fonts/soneri_type_-_accordalternate-webfont.woff2') format('woff2'),
         url('../fonts/soneri_type_-_accordalternate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

body {			
	color: black;
}

a {
	transition: all 500ms;
}

a:visited {
	color: #000;
}

#news-panel a:link,#news-panel a:active, #news-panel a:visited {
	color: #000;
}
#news-panel a:hover {
	color: #919085;
}

#news-panel h2 {
    /* 琛嚎瀛椾綋 */
	font-family: "Times New Roman","SimSun", serif;
	text-transform: uppercase;
}

#news-panel .dsk-pl-50 {
	padding-left: 0px;
}

a:hover {
	color: black;
	text-decoration: none;
}

h1 {
    /* 琛嚎瀛椾綋 */
	font-family: "Times New Roman","SimSun", serif;
	/*font-size: 40px;*/
    font-size: 36px;
	text-transform: uppercase;
	/*letter-spacing: .1em;*/
	letter-spacing: .18em;
	line-height: 1.2em;
}
/* 鏂伴椈鏍囬閲岄潰鐨刪1鏍囩涓嶅己鍒跺ぇ鍐� */
.site-main .entry-header .section-title h1{
    text-transform:none;
}
.entry-header h1{
	letter-spacing: 0em !important;
}

h2,h3,h5 {
	letter-spacing: .2em;	
}

h4 {
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	font-size: 14pt;
	letter-spacing: .2em;
	text-transform: uppercase;
}

h6 {
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	font-size: 10pt;
	margin-top: -10px;
	letter-spacing: .2em;
	text-transform: uppercase;
}

h4 a:link, h4 a:active, h4 a:visited {
	color: #919085;
}

h4 a:hover {
	color: black;
}

nav {
	/*display: inline-block;*/
	display: inline-flex;
	list-style: none;
    margin: 0;
    padding: 26px 0 20px;
    position: relative;
    text-align: center
}

nav ul {
	/*background-color: #CCC;*/
	display: flex;
	float: none;
	/*margin-top: 60px;*/
	margin-top: 40px;
    display: inline-flex;
    width: 100%;
    list-style: none;
    align-items: baseline;
    justify-content: space-around;
}

.navbar {
    text-align: center;
}

.navbar-nav {
    float: none;
    margin: 0;
}

.navbar ul {
	transition: all 500ms;
}

nav ul li {
	display: inline-block;
	flex: 1 0 auto;
	list-style: none;
	margin: 0 20px;
	cursor: pointer;
}

nav &gt; ul &gt; li &gt; ul {
	background-color: #CCC;
	display: none;
	position: absolute;
	top: 100;
	left: 0;
	width: 100%;
	list-style: none;
	margin: 0;
}

nav &gt; ul &gt; li:hover &gt; ul {
	display: flex;
}

nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	list-style: none;
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}

nav a, nav a:link, nav a:active, nav a:visited {
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	/*font-size: 12pt;*/
	font-size: 13px;
	letter-spacing: .2em;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 2em;
	cursor: pointer;
}

nav a:hover {
	color: #919085;
}

.nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: transparent;
}

nav img {
	margin-left: 20px;
}

footer {
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	font-size: 11px;
	color: #919085;
	text-align: center;
}

footer i {
    margin-left: 10px;
    margin-right: 10px;
	color: #18332f;
}

footer a:first-child i {
    margin-left: 0px;
}

footer a:last-child i {
    margin-right: 0px;
}

footer a:link, footer a:active, footer a:visited {
	letter-spacing: .18em;
	color: #919085;
}

footer a:hover {
	color: black;
}		


.max-width {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.home-analytics {
    /*background: url('assets/bg-sketches.png') no-repeat right center;*/
    background-size: 100% auto;
    padding: 50px 0;
    margin-bottom: 50px;
    position: relative;
}

.home-analytics .right-section {
    float: right;
    /*width: 66%;*/
    width: 50%;
    max-width: 730px;
    border-left: 20px solid transparent;
    opacity: 1;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -ms-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}

.home-analytics .analytics-img-2 {
    height: 360px;
    width: 100%;
    margin-bottom: 20px;
    background: url('assets/analytics-02.jpg') no-repeat center center;
    position: relative;

    background-size: 66%;
    background-position: 0% 100%;
}

.home-analytics .analytics-img-3 {
    height: 288px;
    max-width: 430px;
    background-size: cover;
    background-image: url('assets/analytics-03.jpg'); 
    background-repeat: no-repeat;

    background-size: 50%;
}

.home-analytics .left-section {
    width: 33%;
    max-width: 350px;
    float: right;
    opacity: 1;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -ms-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}

.home-analytics .analytics-img-1 {
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('assets/analytics-01.jpg'); 
    background-position-x: 50%;
}

.home-analytics .analytics-text {
    /*margin-top: -8px;*/
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 2.3em;
    color: #656b6f;
    text-align: left;
    padding: 0px;
}

.analytics-text {
    font-size: 18px;
    line-height: 2.3em;
    text-align: left;
    color: #656b6f;
    margin: 20px auto;
}

.cf:after {
    clear: both;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}

.fadeInObliqueLeft {
	visibility: visible; 
	animation-name: fadeInObliqueLeft;
}

.fadeInObliqueRightDown {
	visibility: visible; 
	animation-name: fadeInObliqueRightDown;
}

.fadeInObliqueRight {
	visibility: visible; 
	animation-name: fadeInObliqueRight;
}

.mobile.right-section {
	display: none;
	clear: both;
	width: 100%;
}


/* Visual Composer customisations */
.vc_row.vc_column-gap-20 , .vc_row {
	margin-left: auto;
	margin-right: auto;
}

.current-menu-ancestor &gt; a, .current-menu-item &gt; a {
	border-bottom: 1px solid #919085;
}

.current-menu-item .header-logo, .current-menu-ancestor.login-item&gt;a {
	border-bottom: 0px solid #FFF;
}

.entry-content {
	/*padding-top: 10px;*/
}

/* COLLECTIONS */

#collections-men, .collections-men { position: relative; }

#collections-ladies, .collections-ladies { position: relative; }

#collections-men, .collections-men h1 { width: 80%; position: absolute;  bottom:5px; left:50%; text-align: center; transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); -moz-transform: translate(-50%, 0%);}

#collections-ladies, .collections-ladies h1 { width: 80%; position: absolute; bottom:5px; left:50%; text-align: center; transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); -moz-transform: translate(-50%, 0%);}

#collections-men, .collections-men a, #collections-ladies, .collections-ladies a { color: white; }

#collections-highlight .flex-block, .collections-highlight .flex-block {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0px;
    padding: 3px;
    width: 270px;
    border: 1px solid white;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

#collections-highlight .flex-block:hover, .collections-highlight .flex-block:hover {
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
}

a.slider-block {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
    padding: 8px 12px;
    width: 160px;
    text-align: center;
    color: #FFF;
    line-height: 1.2em;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 9pt;
    letter-spacing: .2em;
    border: 2px solid white;
    background-color: rgba(0,0,0,0.3);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

a.slider-block:hover {
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
}


.video-block {
	position: relative;
}
.video-block .play-button {
	position: absolute;
	background-image: url('assets/play-button.svg');
	background-repeat: no-repeat;
	background-size: 45px auto;
	background-position: center;
	height: 45px;
	width: 46px;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.fancybox-youtube.normal:after {
	content: " ";
	cursor: pointer;
	position: absolute;
	background-image: url('assets/play-button.svg');
	background-repeat: no-repeat;
	background-size: 46px auto;
	background-position: center;
	height: 46px;
	width: 46px;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    pointer-events: none;
}
.fancybox-youtube.big:after {
	content: " ";
	cursor: pointer;
	position: absolute;
	background-image: url('assets/play-button.svg');
	background-repeat: no-repeat;
	background-size: 46px auto;
	background-position: center;
	height: 46px;
	width: 46px;
	top: 67%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    pointer-events: none;
}

.woocommerce-shipping-fields span {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 100;
    text-transform: initial;
}

.payment_box p {
    margin-top: 5px;
}

ul.wc_payment_methods {
    padding-left: 0px;
}

.woocommerce-message {
    display: block;
    width: 50%;
    margin: 0px auto 60px;
    padding: 13px;
    border: 1px solid #999;
    text-align: center;
}

.woocommerce-panel {
	/*margin-top: 110px;*/
}

.woocommerce .widget_layered_nav ul {
    font-size: 16px;
    padding-left: 16px;
    list-style: none;
}

.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-left: 0px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    /*width: 33%;*/
    width: 230px;
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
}

.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
}

.woocommerce-product-search label {
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 100;
}

.woocommerce ul.products li.product h3, .product_title h3, .woocommerce-title h3 {
	padding: 0.5em 0 0;
    font-size: 20px;
    /* 琛嚎瀛椾綋 */
	font-family: "Times New Roman","SimSun", serif;
    text-transform: uppercase;
    color: #656b6f;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    margin: 0px 12px 60px;
    /*margin: 30px 12px 0px;*/
}

.woocommerce ul.products li.product a:hover h3 {
    color: black;
}

.woocommerce-title &gt; span {
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.woocommerce button.single_add_to_cart_button, 
a.button, 
button.button, 
input.button, 
#review_form #submit {
    /*background-color: #17402c;*/
    background-color: #111;
    color: #FFF;
    border: 1px solid #cbcbcb;
    display: block;
    width: 100%;
    padding: 10px;
    line-height: 1em;
    /*margin: 0px auto;*/
    margin: 0px;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    /*font-size: 11pt;*/
    font-size: 14px;
    /*letter-spacing: .2em;*/
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    font-weight: 100;
    text-transform: uppercase;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -ms-transition: all .6s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .6s cubic-bezier(.165,.84,.44,1);
    transition: all .6s cubic-bezier(.165,.84,.44,1);
}

.woocommerce button.single_add_to_cart_button {
    /*width: 100%;*/
    width: 70%;
}

.woocommerce button.single_add_to_cart_button:hover, 
a.button:hover, 
button.button:hover, 
input.button:hover, 
#review_form #submit:hover {	
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    -o-transform: translate(0,-3px);
    transform: translate(0,-3px);

}

.woocommerce-offer {
	margin: 30px auto;
}

.woocommerce-Price-amount {
    font-size: 28px;
}

p.form-row {
	line-height: 1em;
	color: #000;
	margin-bottom: 1em;
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
	margin-top: 20px;
}

.woocommerce-checkout-review-order-table thead &gt; tr {
	border-bottom: 1px solid black;
}

.shop_table th {
	font-weight: 100;
}

.shop_table.cart input[type=submit] {
    width: auto;
}

.step-number {
	display: inline-block;
    color: #FFF;
    width: 1.2em;
    height: 1.2em;
    background-color: #17402c;
    text-align: center;
    padding-left: 3px;
    padding-top: 1px;
}

#ship-to-different-address {
    padding-left: 20px;
    line-height: 1.7em;
}

#ship-to-different-address-checkbox {
	margin-top: 10px;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00;
    background-color: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.input-text.qty.text {
    margin-bottom: 0px;
    text-align: center;
    width: 60px;
    margin: 0px 30px;
}

#place_order {
    width: 100%;
}

.iw-container .iw-title {
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #333;
}

.gm-style-iw {
    border-color: #333;
}

#shipping_method {
    padding-left: 0px;
}

td.product-remove a {
    color: red;
    font-size: 24px;
}

.shop-table.cart td.product-name {
    width: 20%;
    padding: 6% 0% 5% 0%;
    vertical-align: top;
}

.woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: inline-block;
}

.woocommerce table.shop_table tr.cart_item td.product-thumbnail {
    padding-left: 15% !important;
}

abbr[title] {
    color: red;
    border-bottom: 0px solid #FFF;
    text-decoration: none;
}

.woocommerce p {
    line-height: 1.2em;
    font-size: 14px;
    margin-bottom: 12px;
}

#place_order {
    margin-top: 20px;
}

.shop_table.cart th.product-name, .shop_table.cart th.product-price, .shop_table.cart th.product-name,.shop_table.cart th.product-quantity,.shop_table.cart th.product-subtotal {
    text-align: center;
    border: 1px solid #CCC;
}

ul.woocommerce-error {
	padding: 0px;
}

ul.woocommerce-error li {
	border-color: #a00;
    padding: 10px;
    margin: 10px auto;
    background-color: rgb(251,227,228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
    width: 60%;
}

.woocommerce-checkout-review-order-table td.product-name {
	padding: 6% 5% 0% 0%;
}

tr.cart-subtotal {
    margin-top: 20px;
}

.woocommerce-checkout-review-order {
	text-transform: uppercase;
}

p.price {
    margin-bottom: 12px;
}

p.in-stock {
	color: #17402c;
	line-height: 1em;
}

.ninja-forms-required-items {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 20px;
}

label, .ninja-forms-form-wrap label, .text-wrap.label-above label, .textarea-wrap.label-above label {
    font-weight: 100;
}

input::placeholder {
    color: #CCC;
}

.cart-contents {
	position: relative;
}

.cart-contents-count {
    position: absolute;
    top: 0px;
    left: 50%;
    font-size: 10px;
    transform: translate(-50%,0%);
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0px;
}

.yith-wcwl-add-button {
	text-align: center;
}

.wc_payment_methods img {
	max-width: 64px;
}

.payment_method_stripe_three_d_secure img {
	width: 32px;
}


.payment_method_stripe_sepa_debit img {
	width: 64px;
}

.dropdown_product_cat {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
}

h5.widget-title {
    /* 琛嚎瀛椾綋 */
	font-family: "Times New Roman","SimSun", serif;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #919085;
}

h2.product_title span {
	display: block;
	font-size: 18px;
}

.image-box, .content-image {
    padding-right: 0px;
    padding-left: 0px;
    text-align: right;
}

.content-image.float-right {
    text-align: left;
}

.float-right {
    float: right!important;
    padding-left: 0;
    padding-right: 15px;
}

.product-single-title-area .product-title span {
    display: block;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    text-align: left;
    color: #919085;
    font-size: 14px;
}

.wrapper.product-single {
	margin-top: 70px;
}

.border-bottom {
    border-bottom: 1px dashed #919085;
    padding-bottom: 20px;
    padding-top: 20px;
}

.count {
	background-color: #FFF;
}

.product-category .product_title {
	/*font-family: 'Athelas',"Times New Roman", serif;*/
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	font-size: 20px;
	text-align: center;
}

.spec1 {
    background: url(images/spec1.png) no-repeat left 16px;
}
.spec2 {
    background: url(images/spec2.png) no-repeat left 16px;
}
.spec3 {
    background: url(images/spec3.png) no-repeat left 16px;
}
.spec4 {
    background: url(images/spec4.png) no-repeat left 5px;
}
.spec5 {
    background: url(images/spec5.png) no-repeat left 16px;
}

.spec1, .spec2, .spec3, .spec4, .spec5, .spec {
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
	/*font-size: 18px;
    line-height: 2.3em;*/
    font-size: 14px;
    line-height: 1.5em;
	color: #656b6f;

    display: block;
    padding: 6px 5px 15px 75px;
    border-bottom: 1px dashed #919085;
    min-height: 75px;
    margin-top: 5px;
    background-size: 50px;
    background-position-y: 8px;
}

.spec {
    padding: 5px;
    border-bottom: 0px dashed #919085;
    min-height: 50px;
}

.cta-pdp {
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 8px 20px;
    /*background-color: #919085;*/
    border: 1px solid #919085;
    color: #000;
    line-height: 1.2em;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 9pt;
    letter-spacing: .2em;
    width: 100%;
}

a.cta-pdp:link, a.cta-pdp:visited, a.cta-pdp:active {    
    color: #000;
}

a.cta-pdp:hover {    
    /*background-color: #5e5e57;*/    
    /*color: #FFF;*/
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    -webkit-transform: translate(0,-6px);
    -moz-transform: translate(0,-6px);
    -ms-transform: translate(0,-6px);
    -o-transform: translate(0,-6px);
    transform: translate(0,-6px);    
}

.woocommerce div.sub-cat {
    text-align: center;
}

.woocommerce div.product .single-image-box div.images {
    text-align: center;
}

.woocommerce div.product div.images {
    width: 100% !important;
    max-width: 70% !important;
    float: right !important;
    /*width: 100%;
    max-width: 70%;
    float: right;*/
}
.woocommerce div.product .single-image-box div.images img {
    width: auto;
    display: initial;
}
.woocommerce-panel .single-page-wrapper {
    padding-top: 0;
}

.same-collection-title, .related-product-title {
    background: #FFF;
    min-height: 40px;
    border-bottom: 1px dashed #919085;
    text-align: center;
    clear: both;
    margin: 30px 0;
}

.upsells .flexslider {
    max-width: 65%;
    margin: 0 auto;
}
.flexslider {
    position: relative;
}

.flexslider h1 {
	font-size: 20px;
}

.flexslider .woocommerce-title {
    text-align: center;	
}

.woocommerce .products .flexslider ul {
    justify-content: flex-start;
}

.ms-slide h1 {
	display: block;
	background-color: rgba(0,0,0,0.4);    
    box-shadow: 0px 0px 18px 18px #00000060;
	padding: 20px;
	padding-bottom: 0px;
    z-index: 200;
    overflow: visible;
}

/*************** MAILCHIMP *****************/
#mc_embed_signup{
	background:#fff; 
	clear:left; 
	font:14px Helvetica,Arial,sans-serif; 
}

/*** FOUNDATION **********/
@font-face {
  font-family: 'foundation-entypo-icons';
  src: url('/dev/wp-content/themes/fc2017/fonts/foundation-entypo-icons.eot?78320678');
  src: url('/dev/wp-content/themes/fc2017/fonts/foundation-entypo-icons.eot?78320678#iefix') format('embedded-opentype'),
       url('/dev/wp-content/themes/fc2017/fonts/foundation-entypo-icons.woff2?78320678') format('woff2'),
       url('/dev/wp-content/themes/fc2017/fonts/foundation-entypo-icons.woff?78320678') format('woff'),
       url('/dev/wp-content/themes/fc2017/fonts/foundation-entypo-icons.ttf?78320678') format('truetype'),
       url('/dev/wp-content/themes/fc2017/fonts/foundation-entypo-icons.svg?78320678#foundation-entypo-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'foundation-entypo-icons';
    src: url('../font/foundation-entypo-icons.svg?78320678#foundation-entypo-icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "foundation-entypo-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-heart:before { content: '\e800'; } /* '顮€' */
.icon-heart-empty:before { content: '\e801'; } /* '顮�' */
.icon-eye:before { content: '\e802'; } /* '顮�' */
.icon-graduation-cap:before { content: '\e803'; } /* '顮�' */

a.vc-zone-link {
    color: #FFF;
}

.foundation-testimonial p {
	font-size: 15px;
	line-height: 1.4em;
}

.cross-sells .block {
    width: 90%;
}

#watch-finder-filters {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 60px;
    z-index: 10;
}

.woof_sid_watch-finder {
    width: 100%;
    background-color: #FFF;
}

.woof_container_pa_gender, .woof_container_pa_size, .woof_container_pa_dial, .woof_container_pa_movements, .woof_container_pa_strap {
    width: 18%;
    float: left;
    margin: 1%;
}

div.woof_info_popup {
    width: 50%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.chosen-container .chosen-results li.highlighted {
    background-color: #919085;
    background-image: linear-gradient(#919085 20%,#66655e 90%);
}

.button.woof_reset_search_form {
    background-color: #FFF;
    border: 1px solid #919085;
    color: #919085;
    margin: 10px auto;
}

/************ MEDIA QUERIES ****************/
@media all and (max-width: 700px) {
	.home-analytics .right-section {
		display: none;
	}

	.home-analytics .left-section {
		clear: both;
		float: none;
		max-width: 90%;
		width: 90%;
		margin: 0 auto;
	}

	.home-analytics .analytics-img-1 {
	    height: 280px;
	    background-position-y: 70%;
	}
	.home-analytics .analytics-img-2 {
	    height: 280px;
	}
	.home-analytics .analytics-text {
	    text-align: center;
	    line-height: 1.8em;
	    padding: 0px;
	    font-size: 16px;
	}

	.mobile.right-section {
		display: block;
		clear: both;
		float: none;
		max-width: 90%;
		width: 90%;
		margin: 0 auto;
		border-left: 0px;
	}

	.mobile.right-section .analytics-img-2 {
		background-size: 100%;
	}

	.mobile.right-section .analytics-img-3 {
		background-position: 50% 0%;
		max-width: 100%;
    	height: 180px;
	}

	.mobile .analytics-text a {
	    margin: 20px auto;
	}
}

@media all and (max-width: 400px) {
	.mobile.right-section .analytics-img-2 {
		height: 150px;
	}	
}

@media (min-width: 768px) {
	body.header-fixed .header-logo img.header-logo-sm {
	    opacity: 1!important;
	    visibility: visible!important;
		left: 85%;
	    transform: translate(-100%,-50%);
	    -webkit-transform: translate(-100%,-50%);
	    -moz-transform: translate(-100%,-50%);
	}
	body.header-fixed .header-logo img.header-logo-lg {
	    opacity: 0!important;
	    visibility: hidden!important;
	    width: 40px!important;
	}
	body.header-fixed .navbar {
		height:60px;
	}

	body.header-fixed .navbar ul {
		margin-top: 15px;
	}

	/*body.header-fixed .navbar a.header-logo {
	    width: 28px;
	}*/

    body.header-fixed .navbar a.header-logo {
        width: 100%;
        background-image: url(assets/fc-crest.svg) !important;;
        background-size: 28px;
        background-position-x: 30%;
        background-position-y: 50%;
    }

	body.header-fixed .visible {
	    top: 60px;
	}

	body.header-fixed .sub-menu {
	    top: 40px;
	}
}

@media all and (min-width: 600px) {
	.aside { flex: 1 auto;}
	.flex-left { margin-right: 12px; } 
	.flex-right { margin-left: 12px; } 
	.main .flex-left { margin-right: 12px; /*min-height: 460px;*/ min-height: 300px; } 
	.main .flex-right { margin-left: 12px; /*min-height: 460px;*/ min-height: 300px; } 
	.flex-full    { /*min-height: 270px; */ min-height: 200px; }

	.manufacture .flex-left { min-height: 194px; /*min-width: 300px;*/ }
	.manufacture .flex-right { min-height: 194px; /*min-width: 300px;*/ }
}

@media all and (min-width: 800px) {
	.flex-left { order: 1; } 
	.flex-right { order: 2; } 
	.footer  { order: 3; }
}

@media all and (min-width: 1055px) {
	.flex-left { /*max-width: 496px;*/ } 
	.flex-right { /*max-width: 496px;*/ } 
}

/*@media all and (max-width: 685px) {*/
@media all and (max-width: 770px) {	
	.block-title {top: 0;}
	.manufacture .flex-left { min-height: 194px; max-width: 100%; }
	.manufacture .flex-right { min-height: 194px; max-width: 100%; }
	.flex-right p {text-align: center; margin: 0 auto; }
	.manufacture .flex-block-end {margin: 20 auto;}
	/*.analytics .flex-left { max-height: 180px; max-width: 100%; }*/
	#analytics-01 { background-position: 100% 67%; }
	/*.analytics .flex-right { max-height: 180px; max-width: 100%; }*/
	#analytics-02 { background-position: 100% 67%; }
	.flex-left.analytics-bottom  p { text-align: center; }
	.flex-right.analytics-bottom { max-width: 100%; }
	/*.wrapper.analytics.bottom { height: 100%; }*/
	/*body { padding: 2em; }*/
	body &gt; * { /*margin: 1em;*/ }
	/*main { padding-top: 95px;}*/
	.content-image img { width: 100%; }
}

@media all and (max-width: 900px) {	
	#analytics-03 { margin: 0 auto; }	
	.analytics.top .flex-left { max-height: 320px; max-width: 100%; }
	.analytics.top .flex-right { max-height: 320px; max-width: 100%; }
	.analytics.bottom .flex-left { max-width: 100%; }
	.analytics.bottom .flex-right { max-width: 100%; }	
	/*#analytics-03 a { top: 185px; bottom: -80; left: -155px; }*/
}

@media all and (max-width: 992px) {	
	.col-left {	padding-right: 0px;	}
	.col-right { padding-left: 0px; }
	#collections-ladies { margin-top: 20px; }
}

@media all and (max-width: 1000px) {
	#main-logo { width: 100px; }
	.navbar .header-logo img.header-logo-lg { transform:translate(-40%,-55%); -webkit-transform:translate(-40%,-55%); -moz-transform:translate(-40%,-55%); }
	body.header-fixed .header-logo img.header-logo-sm { transform: translate(15%, -60%); -webkit-transform: translate(15%, -60%); -moz-transform: translate(15%, -60%); }
	img.header-logo-lg { width: 150px; }
	.navbar a:link, .navbar a:active, .navbar a:visited { font-size: 13px; /*font-size: 9pt;*/ line-height: 2em; }
	li.experience {/* to center the logo*/ margin-left: 40px; margin-right: 0px; }
}


@media all and (max-width: 800px) {
    .zdDold{
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .zdDold span{
        font-size: 86%;
        display: inline-block;
        width: 100%;
    }

	.wrapper { max-width: 90%; }

	.manufacture .flex-left, .manufacture .flex-right {	flex: 0 0 100%;	}
	.flex-right p { max-width: 100%; padding: 0px 20px; }
	.manufacture .flex-right a { margin: 20px auto; }

	#manufacture-video { min-height: 140px;	}

	#watch-finder { min-height: 180px; max-height: 200px; }
	#store-locator { min-height: 180px; max-height: 200px; }

	.analytics .flex-left, .analytics .flex-right {	flex: 0 0 100%;	}

	h1 { font-size: 26pt; }
	/*.main-slider h1 { font-size: 13pt; }*/

	.txt-al-left, .txt-al-right { text-align: center; }

	.wrapper.main {	max-width: 100%; }
	.block-title h1 { font-size: 24px; }

	.master-slider h1 { font-size: 20px; }
	.ms-slide h1 { padding: 10px; padding-bottom: 0px; }
}


@media all and (max-width: 425px) {
	h1 { font-size: 22pt; }
    h2 { font-size: 18pt; }
    .wpb_wrapper h2 a{
        display: block;
        text-align: left;
        margin:20px auto;
    }
    .wpb_wrapper h2 a{
        text-align: left;
    }
	h3 { font-size: 14pt; }
	h4 { font-size: 11pt; }
	h5 { font-size: 10pt; }
	h6 { font-size: 8pt; margin-top: -4px; /*margin-top: -6px;*/ }
	.section-title h1 { width: 80%; margin-left: auto; margin-right: auto; margin-top: 15px; margin-bottom: 4px;word-break: break-all;}
	.flex-left p, .flex-right p { font-size: 12pt; text-align: center;}
	.analytics.bottom .flex-left p { text-align: center; }
	#main-slider-02 { height: 420px; } 
	#main-slider-01 h1, #main-slider-02 h1 { font-size: 10pt; }
	#slider-next { width: 20px; }
	#slider-prev { width: 20px; left: 3px;}
	#hsw-intro { min-height: 400px; margin-top: 0px; }
	.dotted-line-bg { margin-top: 50px; }
	.wpb_single_image .vc_figure-caption { font-size: 10px;	}
    #wdi_feed_0 .wdi_header_user_text h3 { font-size: 16px !important; }
    .footer-menu ul { padding-left: 10px;  padding-right: 10px;}
    .product_title h3 { width: 80%; margin-left: auto; margin-right: auto;}
    .wrapper.product-single { padding-left: 20px; padding-right: 20px; }
    .content-boxs p, .content-boxs h2 { padding-left: 14px; padding-right: 14px; }
    .float-right { padding-left: 0px; padding-right: 0px; }

    #news-panel .wpb_text_column {
        padding: 0px;    
    }

    .news .wpb_text_column {
        padding: 0px;  
    }

    #watch-finder-filters {
        top: 76px;
    }

    .woof_container_pa_gender, .woof_container_pa_size, .woof_container_pa_dial, .woof_container_pa_movements, .woof_container_pa_strap, .woof_submit_search_form_container {
        width: 48%;
        margin: 1%;
        float: left;
    }

    .chosen-container {
        max-width: 100%;
    }

    nav ul li {
        margin: 0 4px;
    }
}


#fancybox-wrap {
    margin-top: 80px;
}


.cta-button-white {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    color: black;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 32px;
    /*border-radius: 16px;*/
    line-height: 1em;
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    -ms-transition: all 500ms !important;
    -o-transition: all 500ms !important;
    transition: all 500ms !important;
}

a.cta-button-white:link, a.cta-button-white:visited {
    color: black;	
}

.cta-button-green {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #47B545;
    color: white;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 32px;
    /*border-radius: 16px;*/
    line-height: 1em;
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    -ms-transition: all 500ms !important;
    -o-transition: all 500ms !important;
    transition: all 500ms !important;
}

.cta-button-purchase-green {
    display: inline-block;
    padding: 10px;
    background-color: #47B545;
    color: white;
    /* 闈炶‖绾垮瓧浣� */
    font-family: Arial, sans-serif;
    font-size: 18px;
    /*border-radius: 16px;*/
    line-height: 1em;
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    -ms-transition: all 500ms !important;
    -o-transition: all 500ms !important;
    transition: all 500ms !important;
}

.cta-button-green:hover, .cta-button-purchase-green:hover {
	background-color: #338231;
	color: #FFF;
    -webkit-transform: translate(0,-6px);
    -moz-transform: translate(0,-6px);
    -ms-transform: translate(0,-6px);
    -o-transform: translate(0,-6px);
    transform: translate(0,-6px);
}

.cta-button-white:hover {
    -webkit-transform: translate(0,-6px);
    -moz-transform: translate(0,-6px);
    -ms-transform: translate(0,-6px);
    -o-transform: translate(0,-6px);
    transform: translate(0,-6px);
}

.cta-button-green:link, .cta-button-green:visited, .cta-button-green:active, 
.cta-button-purchase-green:link, .cta-button-purchase-green:visited, .cta-button-purchase-green:active {
	color: #FFF;
}

.white {
	color: #FFF;
}

.black-translucid-bg {
    /*content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;

    display: block;*/
    display: inline-block;
    color: white;
    padding: 0px;
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0px 0px 9px 9px #00000060;

    /*-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);*/
}

.black-translucid-bg h1, .black-translucid-bg h2 {
    /*position: fixed;
    left: 0;
    right: 0;
    z-index: 0;*/
	color: white;
    text-align: center;
}

input[type="submit"].ninja-forms-mp-prev, input[type="submit"].ninja-forms-mp-next {
	display: inline-block;
}

@font-face {
  font-family: 'smart_icons';
  src:  url('/wp-content/themes/fc2017/fonts/smart_icons.eot?a9si2n');
  src:  url('/wp-content/themes/fc2017/fonts/smart_icons.eot?a9si2n#iefix') format('embedded-opentype'),
    url('/wp-content/themes/fc2017/fonts/smart_icons.ttf?a9si2n') format('truetype'),
    url('/wp-content/themes/fc2017/fonts/smart_icons.woff?a9si2n') format('woff'),
    url('/wp-content/themes/fc2017/fonts/smart_icons.svg?a9si2n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="smart-icons-"], [class*=" smart-icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'smart_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 42px;
  vertical-align: middle;
  margin: 0 12px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.smart-icons-battery_life:before {
  content: "\e900";
}
.smart-icons-activity_tracking:before {
  content: "\e901";
}
.smart-icons-cloud_backup_restore:before {
  content: "\e902";
}
.smart-icons-dynamic_coaching:before {
  content: "\e903";
}
.smart-icons-get_active_alerts:before {
  content: "\e904";
}
.smart-icons-on_time_date:before {
  content: "\e905";
}
.smart-icons-sleep_monitoring:before {
  content: "\e906";
}
.smart-icons-smart_sleep_alarms:before {
  content: "\e907";
}
.smart-icons-world_time:before {
  content: "\e908";
}

.iw-container p {
    line-height: 1em;
    font-size: 12px;
}


/* WOOCOMMERCE RESPONSIVE */

@media screen and (max-width: 766px) and (min-width: 300px) {
/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 600px) {
    /* Force table to not be like tables anymore */
    .woocommerce table.shop_table,
    .woocommerce table.shop_table thead,
    .woocommerce table.shop_table tbody,
    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td,
    .woocommerce table.shop_table tr {
    display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .woocommerce table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    }

    .woocommerce div.product div.images {
        max-width: 100% !important;
        float: none !important;
    }

    .woocommerce table.shop_table tr {
    /border: 1px solid #d2d3d3; /
    }

    .woocommerce table.shop_table td {
    /* Behave like a "row" */
    width: 100%;
    /*border: 1px solid #d2d3d3;*/
    position: relative;
    /*padding-left: 50% !important;*/
    /*padding-left: 30% !important;*/
    }

    .woocommerce table.shop_table tr.cart_item td {
        padding-left: 30% !important;
    }

    .woocommerce table.shop_table {
    border: none;
    }

    .woocommerce table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
    }

    .woocommerce table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    }

    /*Label the data */
    .woocommerce table.shop_table td.product-remove:before {
    content: "REMOVE";
    /*content: "";*/
    }

    .woocommerce table.shop_table td.product-thumbnail:before {
    /*content: "IMAGE";*/
    }

    .woocommerce table.shop_table td.product-name:before {
    /*content: "PRODUCT";*/
    }

    .woocommerce table.shop_table td.product-price:before {
    content: "PRICE";
    }

    .woocommerce table.shop_table td.product-quantity:before {
    content: "QUANTITY";
    }

    .woocommerce table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL";
    }

    .woocommerce table.shop_table td.product-total:before {
    /*content: "TOTAL";*/
    }

    button[name="update_cart"] {
        margin-top: 16px;
    }

    .woocommerce .quantity,
    .woocommerce #content .quantity,
    .woocommerce .quantity,
    .woocommerce #content .quantity {
    margin: 0;
    }

    .woocommerce table.cart td.actions,
    .woocommerce #content table.cart td.actions {
    text-align: left;
    border:0;
    padding-left: 0 !important;
    }

    .woocommerce table.cart td.actions .button.alt,
    .woocommerce #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
    }

    .woocommerce table.cart td.actions div,
    .woocommerce #content table.cart td.actions div,
    .woocommerce table.cart td.actions input,
    .woocommerce #content table.cart td.actions input {
    margin-bottom: 10px;
    }

    .woocommerce .cart-collaterals .cart_totals {
    /*float: left;*/
    width: 100%;
    text-align: left;
    }

    .woocommerce .cart-collaterals .cart_totals th,
    .woocommerce .cart-collaterals .cart_totals td {
    border:0 !important;
    }

    .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce .cart-collaterals .cart_totals table tr.shipping td,
    .woocommerce .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
    }

    .woocommerce table.shop_table tr.cart-subtotal td,
    .woocommerce table.shop_table tr.shipping td,
    .woocommerce table.shop_table tr.total td,
    .woocommerce table.shop_table.order_details tfoot th,
    .woocommerce table.shop_table.order_details tfoot td {
    padding-left: 16px !important;
    border:0 !important;
    }

    .woocommerce table.shop_table tbody {
    padding-top: 10px;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce .col2-set .col-2,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
    float: none;
    width: 100%;
    }

    .woocommerce .order_details ul,
    .woocommerce .order_details ul,
    .woocommerce .order_details,
    .woocommerce .order_details {
    padding:0;
    }

    .woocommerce .order_details li,
    .woocommerce .order_details li {
    clear: left;
    margin-bottom: 10px;
    border:0;
    }

    /* make buttons full width, text wide anyway, improves effectiveness */
    #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions input,
    .woocommerce table.cart td.actions .button,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce table.cart td.actions input,
    .woocommerce #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions input,
    .woocommerce table.cart td.actions .button,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce table.cart td.actions input {
    width: 100%;
    font-size:12px !important;
    }

    .woocommerce tfoot{
    display:block !important;
    }
    .woocommerce tfoot td{
    width:100% !important;
    display:block !important;
    }
    /* keep coupon at 50% */
    #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input {
    width: 48%;
    font-size:12px !important;
    }

    /* clean up how coupon inputs display */
    #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon {
    margin-top: 1.5em;
    }

    #content table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon .input-text {
    margin-bottom: 1em;
    }

    /* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce .cart-collaterals .cross-sells {
    display: none;
    }

    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
        float: none;
    }

    td.product-thumbnail {
        width: 20%;
    }

}
/* END Make the cart table responsive */

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 100%;
}

.quantity .text {
    margin: 0 auto;
    text-align: center;
}

.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    margin-top: 16px;
}

.woocommerce .cross-sells h2 {
    margin-top: 20px;
}

}

.single_add_to_cart_button {
    line-height: 1.3em;
}

.wc-terms-and-conditions {
    margin-top: 24px;
}

.ps-logo-widget-carousel {
    position: relative;
}

.ps-logo-widget-carousel:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: #FFF;
}</pre></body></html>