/***********************************************
        icon-at-blog CSS
************************************************/
@font-face {
  font-family: 'icon-at-blog';
  src:  url('font/icon-at-blog.eot?501313');
  src:  url('font/icon-at-blog.eot?501313#iefix') format('embedded-opentype'),
        url('font/icon-at-blog.woff2?501313') format('woff2'),
        url('font/icon-at-blog.woff?501313') format('woff'),
        url('font/icon-at-blog.ttf?501313') format('truetype'),
        url('font/icon-at-blog.svg?501313#icon-at-blog') 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: 'icon-at-blog';
    src:  url('font/icon-at-blog.svg?501313#icon-at-blog') format('svg');
  }
}
*/
 
#contentHubSectionId [class^="icon-"]:before, #contentHubSectionId [class*=" icon-"]:before {
  font-family: "icon-at-blog";
  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); */
}
 
#contentHubSectionId .icon-search:before { content: '\e800'; } /* '' */
#contentHubSectionId .icon-latest-trend:before { content: '\e82c'; } /* '' */
#contentHubSectionId .icon-makup:before { content: '\e82d'; } /* '' */
#contentHubSectionId .icon-skincare:before { content: '\e82e'; } /* '' */
#contentHubSectionId .icon-health:before { content: '\e82f'; } /* '' */
#contentHubSectionId .icon-homeicon:before { content: '\e830'; } /* '' */
#contentHubSectionId .icon-angle-left:before { content: '\f104'; } /* '' */
#contentHubSectionId .icon-angle-right:before { content: '\f105'; } /* '' */
#contentHubSectionId .icon-angle-up:before { content: '\f106'; } /* '' */
#contentHubSectionId .icon-angle-down:before { content: '\f107'; } /* '' */
#contentHubSectionId .icon-twitter:before { content: '\f309'; } /* '' */
#contentHubSectionId .icon-facebook:before { content: '\f30c'; } /* '' */
#contentHubSectionId .icon-gplus:before { content: '\f30f'; } /* '' */
#contentHubSectionId .icon-pinterest:before { content: '\f312'; } /* '' */
#contentHubSectionId .icon-tumblr:before { content: '\f315'; } /* '' */


#contentHubSectionId .add-popup-m [class^="icon-"]:before, #contentHubSectionId .add-popup-m [class*=" icon-"]:before {
  font-family: "fontello";
}

/***********************************************
        Body CSS
************************************************/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html, body {
    font-family: "Roboto", "Microsoft JhengHei","微軟正黑體","Heiti TC","黑體-繁","新細明體",serif;
    min-height: 280px;
}
a {
	cursor: pointer;
    outline: none;
    color: #000;
    text-decoration: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
textarea, input[type="password"], input[type="text"] {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	background: #fff;
	background-image: none;
	border: 0px solid #9f9f9f;
	border-radius: 0;
	color: #333;
	padding: 0;
	padding-left: 10px;
    padding-top: 5px;
}
dd {
    margin-bottom: 0;
}
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}
.clearfix {
    display: block;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
img,
.site-inner {
    max-width: none;
}
a:hover,
a:active,
a:focus {
    outline: 0;
}
button:focus {
    outline: 0;
}
.p0 {
    padding: 0 !important;
}
.mt30 {
    margin-top: 30px !important;
}
.widthP50 {
    width: 50% !important;
}

.content-section a {
    outline: 0;
    color: #8c7b47;
    text-decoration: none;
}
.content-section a:hover {
    color: #8c7b47;
}
/***********************************************
        ASW CSS
************************************************/
#wpadminbar {
	display: none;
}
#mainContent {
    max-width: 1000px;
    margin: 0 auto;
}
#mainContent .contentContainer {
    margin-top: 145px;
}
@media only screen and (max-width: 1024px) {
    #mainContent .contentContainer {
        margin-top: 161px;
    }
}
@media only screen and (max-width: 768px) {
    #mainContent .contentContainer {
        margin-top: 96px;
    }
}
/* main menu */
.site-content {
    padding: 0;
}
.site-header {
    padding-top: 0;
}
.site-header, .site-header-main {
    border-bottom: 0;
}
.main-navigation {
    font-family: inherit;
}
.main-navigation a {
    display: inline-block;
    border-bottom: 0;
    color: #4C4C4C;
    text-transform: none;	
    font-size: 20px;
    border-right: 1px #DFDFDF solid;
    margin: 5px 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 32px;	
}
.main-navigation .swiper-slide.main-menu-2111 {
    width: 100px !important;
}
.main-navigation .swiper-slide.main-menu-2111 a {
    min-width: auto;
}
.main-navigation .swiper-slide.main-menu-2112 a i {
    margin-right: 20px;
}
.main-navigation .swiper-slide {
    margin-right: 0 !important;
    width: auto !important;
}
.main-navigation .swiper-slide:last-child a {
    border-right: 0;
}
.main-navigation .swiper-slide a:focus, 
.main-navigation .swiper-slide a:hover {
    border-bottom: 0;
    color: #4C4C4C;
    text-transform: none;	
}
.main-navigation .swiper-slide a i {
    color: #8c7b47;
	margin-right: 5px;
    font-size: 28px;
}
.main-navigation .menu-cover {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 10;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.26) 26%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.26) 26%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.26) 26%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.main-navigation .home-fixed-icon {
    position: absolute;
    width: 60px;
}
.main-navigation .home-fixed-icon:hover {
    border-bottom: 5px #8c7b47 solid;
}
.main-navigation .home-fixed-icon a {
    width: 60px;
    min-width: auto;
    background-color: #fff;
	text-align: center;
    padding: 0;
}
.main-navigation .home-fixed-icon a i:before {
    color: #8c7b47;
	font-size: 28px;
}
.main-navigation .blog-nav-swiper-container {
    margin-left: 60px;
	overflow: hidden;
}
.main-navigation .blog-nav-swiper-container .swiper-slide,
.main-navigation .home-fixed-icon {
    border-bottom: 5px #fff solid;
}
#masthead.site-header {
    box-shadow: none;
    webkit-box-shadow: none;
}
.main-navigation .blog-nav-swiper-container .swiper-slide.active,
.main-navigation .home-fixed-icon.active,
.main-navigation .blog-nav-swiper-container .swiper-slide:hover {
    border-bottom: 5px #8c7b47 solid;
}
#page #masthead *:after,
#page #masthead *:before,
#page #masthead *,
#page #content *:after,
#page #content *:before,
#page #content * {
    transition: inherit;
    -o-transition: inherit;
    -ms-transition: inherit;
    -moz-transition: inherit;
    -webkit-transition: inherit;
}
.site-header-menu {
    overflow: auto;
    overflow-y: hidden;
    display: block;
    white-space: nowrap;
    background-color: #fff;
}
.site-header,
.site-header-main {
    height: 60px;
    background-color: #fff;
    border-bottom: 1px #f2f2f2 solid;
}
.site-content {
    margin-top: 7px;
}
@media only screen and (max-width: 1024px) {
    #masthead.site-header {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    }
    body:not(.non-responsive) .content-section .menu {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .site-header-menu {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    }
}
@media only screen and (max-width: 768px) {
    .main-navigation a {
        width: 100%;
        min-width: 150px;
    }
    .main-navigation > .swiper-slide {
        display: inline-flex;
    }
    .main-navigation > .swiper-slide a {
        padding: 0 10px;	
    }
    .main-navigation > .swiper-slide:first-child,
    .main-navigation > .swiper-slide:first-child a {
        min-width: 60px;
        width: 60px;
        padding: 0;
    }	
}
/* slider */
#slider .bx-wrapper {
    margin: 0;
    position: relative;
}
#slider .bx-wrapper,
#slider .bx-viewport {
    max-height: 440px !important;
}
#slider .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
}
#slider .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 30px;
    left: 24px;
    width: auto;
}
#slider .bx-wrapper .bx-pager .active {
    background: #fff;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    margin-right: 16px;
    border-radius: 4px;
    border: 0;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
}
#slider {
    position: relative;
}
/*#slider .outside {*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 45%;*/
/*    color: #ffffff;*/
/*}*/
#slider .outside .icon-arrow-right {
    font-size: 22px;
    position: absolute;
    top: 17px;
    right: 0;
    color: #fff;
}
#slider .outside .icon-arrow-left {
    font-size: 22px;
    position: absolute;
    top: 17px;
    left: 0;
    color: #fff;
}
#slider .outside a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#slider:hover .outside a {
    opacity: 1;
}
.bx-viewport {
    position: initial !important;
}
#slider,
#slider ul {
    height: auto;
    max-height: 440px;
}
#slider ul li .left {
    width: 40%;
    float: left;
    background: #f0f0f0;
    color: #4B4B4B;
    height: 440px;
    position: relative;
}
#slider ul li .left,
#slider ul li .right,
#slider ul li .right img {
    height: 320px;
}
#slider ul li .left .info {
    margin: 30px;
    line-height: 44px;
    height: 184px;	
    display: block;
    font-size: 32px;
    overflow: hidden;
}
#slider ul li .right {
    width: 60%;
    float: right;
}
#slider ul li .read-more {
    position: absolute;
    left: 30px;
    bottom: 65px;
    background: #8c7b47;
    line-height: 25px;
    min-width: 144px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    font-style: normal;
    padding: 8px 16px;
}
#slider ul li .left .info.middleFontSize {
    line-height: 42px;
    font-size: 36px;
}
#slider .bx-prev .left {
    margin-left: 20px;
}
#slider .bx-next .right {
    margin-right: 20px;
    width: 50px;
}
/*#slider .bx-prev .sprite-P01B21PreviousStatic:hover {
    background-position: -15px -1011px;
	
}
#slider .bx-next .sprite-P01B22NextStatics:hover {
    background-position: -15px -1323px;
}*/
#slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider .bx-wrapper .bx-pager.bx-default-pager .active {
    background: #8c7b47;
}
#slider .bx-wrapper .bx-pager {
    bottom: 0;
}
#slider .bx-wrapper .bx-pager-item {
	line-height: 20px;
}
#slider ul li .right a {
    width: 100%;
}
#slider ul li .right a img {
    float: right;
}
#slider ul li {
    background: #f0f0f0;
}
@media only screen and (max-width: 1024px) {
    #slider ul li .thumbnail-grid .left .info {
        font-size: 30px;
        line-height: 40px;
    }
    #slider .bx-wrapper .bx-pager {
        position: absolute;
        bottom: 30px;
        left: 24px;
        width: auto;
    }
    #slider .bx-wrapper .bx-viewport,
    #slider ul li .thumbnail-grid .right,
    #slider .bx-wrapper,
    #slider,
    #slider ul,
    #slider ul li .right,
    #slider ul li .right img,
    #slider ul li .left {
        max-height: 350px;
    }
    #slider ul li .left .info {
        font-size: 30px;
        line-height: 40px;
    }
    #slider ul li .left .info {
        margin-top: 70px;
    }
    #slider .bx-wrapper,
    #slider .bx-viewport,
    #slider,
    #slider ul {
        max-height: none !important;
    }
}
@media only screen and (max-width: 768px) {
    #slider ul li {
        height: auto;
    }
    #slider ul li .left {
        display: block;
        width: 100%;
        height: 90px;
    }
    #slider ul li .left .info {
        margin: 4%;
        font-size: 20px;
        line-height: 24px;
    }
    #slider ul li .right {
        width: 100%;
    }
    #slider ul li .right img {
        width: 100%;
    }
    #content > #slider,
    .bx-wrapper {
        margin: 42px 0 0 0;
    }
    #slider .bx-wrapper .bx-pager {
        margin: 0px;
        padding: 0px;
        list-style: none;
        position: absolute;
        bottom: 0;
        left: 0px;
        width: 100%;
        text-align: center;
    }
    #slider ul li .right,
    #slider .bx-wrapper,
    #slider,
    #slider ul {
        height: auto;
    }
    #slider .outside {
        top: 30%;
    }
    #slider ul li .read-more {
        display: none;
    }
    #slider .bx-wrapper .bx-viewport,
    #slider ul li .thumbnail-grid .right,
    #slider .bx-wrapper,
    #slider,
    #slider ul,
    #slider ul li .right,
    #slider ul li .right img,
    #slider ul li .left {
        max-height: none;
        height: auto;
    }
    #slider ul li .left {
        height: 90px;
    }
    #slider ul li .left, #slider ul li .right, #slider ul li .right img {
        height: auto;
    }
    #slider ul li .left {
        height: 90px;
    }
    #slider ul li .left .info {
        margin: 10px 20px;
        font-size: 20px;
        line-height: 24px;
        height: 50px;
    }
}

/* home grid post */

article[id^=grid] .thumbnail-grid:hover a.inspiration,
article[id^=grid] .thumbnail-grid:hover a.exklusives,
article[id^=grid] .thumbnail-grid {
    background-image: none;
}
article[id^=grid]:nth-child(2n-1) {
    margin: 0 4% 40px 0;
}
article[id^=grid] {
    width: 48%;
}
article[id^=grid] .thumbnail-grid {
    position: relative;
}
article[id^=grid] .thumbnail-grid:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
article[id^=grid] .thumbnail-grid:hover:after {
    opacity: 1;
}
.thumbnail-grid {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.widget-area .thumbnail-grid {
    height: 100%;
}
.thumbnail-grid img {
    width: 100%;
}
.category_label {
    margin-right: 10px;
    font-size: 14px;
}
.drink {
    color: #98ca92;
}
.western {
    color: #588cb9;
}
.aisan {
    color: #f26e68;
}
.japanese {
    color: #f7da53;
}
h2.entry-title {
    font-size: 18px;
    padding-bottom: 20px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
article[id^=grid] h2 {
    font-family: inherit;
    min-height: 0;
    padding-bottom: 30px;
    margin: 0;
}
article[id^=grid] footer.entry-footer {
    border-bottom: 1px solid #f1f1f1;
}
.article.tag {
    height: 10px;
}
.site-main {
    margin-bottom: 0;
}
.entry-footer {
    font-family: inherit;
}
@media only screen and (max-width: 1024px) {
    .article.tag {
        height: auto;
    }
    .widget-area article[id^=grid] a .thumbnail-grid {
        height: auto;
    }
    body:not(.non-responsive) main#main {
        padding-top: 20px;
    }
    .content-area {
        width: 100%;
        display: block;
        padding: 0;
    }
    .entry-header,
    .entry-footer {
        margin-right: 0;
        margin-left: 0;
    }
    .mobileContent {
        margin: 0 4%;
    }
    .site-main {
        margin-bottom: 20px;
    }
    .thumbnail-grid {
        height: 80%;
    }
}
@media only screen and (max-width: 768px) {
    body:not(.non-responsive) main#main {
        padding-top: 30px;
    }
    .content-area {
        width: 100%;
        display: block;
        padding: 0;
    }
    #main article[id^=grid] {
        width: 100%;
    }
    #contentHubSectionId .blog .mobileContent {
        margin: 0 4%;
    }
    #contentHubSectionId .blog .entry-header,
    #contentHubSectionId .blog .entry-footer {
        margin-right: 0;
        margin-left: 0;
    }
    #contentHubSectionId .blog .site-main {
        margin-bottom: 20px;
    }
    body:not(.non-responsive) .content-section #menu-hot-categories.menu {
        overflow: auto;
        display: table;
        white-space: inherit;
    }
    #contentHubSectionId .blog article[id^=grid] a .thumbnail-grid {
        height: auto;
    }
    #contentHubSectionId .blog .entry-footer {
        margin-top: 0;
    }
}

/* search bar */
#search-bar .search-form button {
    background: #fff;
}
#search-bar {
    border: 1px #d1d1d1 solid;
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    height: 42px;
    padding: 0 20px 0 20px;
}
#search-bar .search-form button {
    position: absolute;
    top: 0px;
    right: -1px;
    font-size: 16px;
    line-height: 40px;
    padding: 0;
    color: #d1d1d1;	
}
#search-bar > div {
    background: none;
    padding: 0;
}
#search-bar > div input.search-field[type="search"] {
    color: #4E4E4E !important;
    padding: 0;	
    height: 30px;
    margin-top: 5px;
}
#contentHubSectionId .blog ::-webkit-input-placeholder {
    color: #ccc !important;
    font-size: 12px;
    font-family: inherit;
    font-weight: 200;
}
#search-bar .icon-search-blog {
    position: absolute;
    padding: 0;
    background: none;
    top: 0px;
    right: -10px;
    z-index: 1;
    font-size: 30px;
    color: #999999;
    top: 7px;
}
#contentHubSectionId .blog input[type="search"].search-field {
    width: 100%;
    width: 100%;
}
#contentHubSectionId .blog input:-webkit-autofill,
#contentHubSectionId .blog textarea:-webkit-autofill,
#contentHubSectionId .blog select:-webkit-autofill {
    background-color: rgba(0, 0, 0, 0) !important;
}
@media only screen and (max-width: 1024px) {
    #search-bar {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 0;
        padding: 0 4%;
        margin-top: 7px;	
        border-radius: 0;
        border: 0;
        border-bottom: 1px #f2f2f2 solid;
    }
    #search-bar:hover {
        border: 0;
        border-bottom: 1px #f2f2f2 solid;
    }
    #search-bar .search-form button {
        right: 0;
    }
    #content > #slider, .bx-wrapper {
        margin: 42px 0 0 0;
    }
}

/* side bar */
.widget .widget-title {
    font-family: inherit;
    position: relative;
}
.widget .widget-title .sidebarTitle {
    font-size: 16px;
    padding-right: 20px;
    background: #ffffff;
    z-index: 1;
    position: relative;
    color: #43484D;
    line-height: 20px;
    font-weight: 400;
}
.widget .widget-title .sidebarLine {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    z-index: 0;
}
.content-section #nav_menu-6 .menu li,
.content-section #nav_menu-6 .menu li:first-child {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    min-width: 180px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}
.content-section #nav_menu-6 .menu li a {
    color: #fff;
    line-height: 42px;
    font-size: 16px;
    font-weight: 500;
}
.content-section .menu li.menu-item-1302 {
    background: #f26e68;
}
.content-section .menu li.menu-item-1303 {
    background: #588cb9;
}
.content-section .menu li.menu-item-1304 {
    background: #f7da53;
}
.content-section .menu li.menu-item-1305 {
    background: #98ca92;
}
div.mostpop-article .mostpopImg {
    width: 40%;
}
div.mostpop-article .mostpopImg img {
    width: 100%;
    height: auto;
}
div.mostpop-article .mostpopTitle {
    width: 55%;
    margin-left: 12px;
}
div.mostpop-article .mostpopTitle a {
    color: #444444;
    margin-top: 5px;
    margin-bottom: 12px;
    display: block;
    height: 40px;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
div.mostpop-article .mostpopTitle .posted-on {
    font-size: 11px;
    color: #999999;
}
.sidebar {
    margin-left: 74%;
}
#primary.content-area,
#secondary.sidebar {
    margin-top: 40px;
}
#primary.content-area.blog {
    margin-top: 0;
    width: 100%;
}
.content-area {
    display: block;
    padding: 0;
}
@media only screen and (max-width: 1024px) {
    .sidebar {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        clear: both;
    }
    #primary.content-area.blog .site-main {
        padding: 0 4%;
    }
}
@media only screen and (max-width: 768px) {
    .sidebar {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        clear: both;
    }
}

/* widget */
.widget.tags {
    max-height: 335px;
    overflow: hidden;
}
.widget.tags.expanded {
    max-height: 100%;
}
#contentHubSectionId .tags.expanded.icon-angle-down:before {
    content: "\f106";
}
#secondary .widget .tagsBtn {
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    min-width: 180px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #f0f0f0;
    cursor: pointer;
    display: block;
}
.tags.icon-arrow-down {
    display: none;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    color: #8c7b47;
    cursor: pointer;
    font-size: 24px;
    height: 42px;
    line-height: 52px;
    position: relative;
    text-align: center;
}
.tags.icon-arrow-down:hover {
    color: #8b95da;
}
section.widget {
    background-color: #fff;
    margin: 0;
    padding-top: 30px;
}
.tag.article .tagsBtn {
    margin-right: 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: #8c7b47;
}
.tag.article .tagsBtn:before {
    content: "•";
    margin-right: 3px;
    color: #8c7b47;
}
.tag.article .tagsBtn:first-child:before {
    content: "";
    margin-right: 0;
}
.tag.article .tagsBtn:hover {
    color: #4cbcbc;
}
article[id^=grid] .entry-footer time {
    font-family: inherit;
    color: #999;
}
.icon-angle-down.tags {
    border: 0;
    height: 20px;
    text-align: center;
    font-size: 20px;
    color: #8c7b47;
    cursor: pointer;
	
	margin-top: -25px;
    padding-top: 25px;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
}
.icon-angle-down.tags:hover {
    color: #000;
}
.tags.expanded.icon-angle-down:before {
    content: "\f106";
}
.thumbnail-grid {
    margin-bottom: 10px;
}
div.mostpop-article .mostpopTitle a {
    margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
    .widget.tags {
        max-height: 215px;
    }
}
/* article */
.tag.article a {
    margin-right: 16px;
}
article[id^=grid] a .thumbnail-grid {
    /*height: auto;*/
}
.tag.article {
    height: auto;
    width: 100%;
    color: #8c7b47;	
    margin-top: 5px;
}
.entry-title a {
    color: #4E4E4E;
}
article[id^=grid] h2 a:hover {
    color: #8c7b47;
}
article[id^=grid] h2 a {
    height: 80px;
    width: 100%;
}
article[id^=grid] h2 {
    padding-bottom: 0;
    display: block;	
}
.site-main > article {
    position: relative;
    z-index: 1;
}
.pagination::before,
.pagination::after {
    background-color: transparent;
    height: 10px;
}
.pagination .nav-links,
.pagination,
.pagination .prev,
.pagination .next {
    padding: 0;
    position: inherit;
}
.pagination {
    font-family: inherit;
    position: absolute;
    z-index: 1;
    bottom: -60px;
    right: 0;
    border: 0;
}
.pagination .page-numbers {
    margin: 0;
    float: left;
}
.pagination .page-numbers.dots {
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 0;
}
.pagination .nav-links {
    float: right;
}
.pagination .nav-links a {
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    padding: 0px;
    border: 1px solid #999999;
    border-left: 0px;
    text-align: center;
    color: #444444;
    background-color: #fff;
}
.pagination .prev,
.pagination .next {
    z-index: 0;
    height: 40px;
    width: 40px;
}
.pagination .nav-links a.prev {
    border-left: 1px solid #999999;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    top: inherit;
    right: initial;
    left: initial;
}
.pagination .next {
    border-right: 1px solid #999999;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    top: inherit;
    right: initial;
    left: initial;
}
.pagination .prev::before,
.pagination .next::before {
    color: #444444;
    font-size: 14px;
    line-height: 40px;
}
.pagination:before,
.pagination:after {
    position: initial;
}
.pagination .page-numbers:hover::before,
.pagination .page-numbers:active::before,
.pagination .page-numbers:focus::before {
    color: #fff;
}
.pagination .prev::before {
    content: "\66";
}
.pagination .next::before {
    content: "\67";
}
.pagination .nav-links::before,
.pagination .nav-links::after {
    content: "";
}
.pagination .nav-links span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 22px;
    border-color: #999999;
    border-style: solid;
}
.pagination .nav-links span:first-child {
    background-color: #ffffff;
    border-width: 1px 1px 1px 1px;
    color: #444444;
    border-radius: 4px;
}
.pagination .nav-links span:last-child {
    background-color: #ffffff;
    border-width: 1px 1px 1px 1px;
    color: #444444;
    border-radius: 0px 4px 4px 0px;
}
.pagination .nav-links a:first-child {
    border-width: 1px 1px 1px 1px;
    border-radius: 4px 0 0 4px;
}
.pagination .nav-links span,
.pagination .nav-links a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;	
    margin-left: 10px;
}
.pagination .nav-links span:first-child,
.pagination .nav-links a,
.pagination .page-numbers.dots,
.pagination .nav-links span.current,
.pagination .nav-links a:first-child {
    border-radius: 4px;
    border: 1px solid #999999;	
}
.pagination .nav-links a:last-child,
.pagination .nav-links a:first-child {
    border: 0;
}
.pagination .nav-links span.current,
.pagination .page-numbers:hover, 
.pagination .page-numbers:active, 
.pagination .page-numbers:focus {
    background: #8c7b47;
    color: #fff;
    border: 1px solid #8c7b47;	
}
.pagination .next::before, .pagination .prev::before {
    font-family: "Roboto", "Microsoft JhengHei","微軟正黑體","Heiti TC","黑體-繁","新細明體",serif;
    content: '>';
    font-size: 16px;
    margin: .2em;
    height: 17px;
    line-height: 16px;
    color: #43484D;	
}
.pagination .prev::before {
    content: '<';
}
h2.entry-title {
    padding: 8px 0 8px 0;
    height: 60px;
    white-space: normal;
}
.pagination .nav-links {
    position: absolute;
    bottom: 0;
}
article[id^=grid] .thumbnail-grid:after {
    content: '';
}
article[id^=grid] .thumbnail-grid:hover:after {
    opacity: 0;
}
article[id^=grid] .thumbnail-grid:hover img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}
.article-content a, .article-content a:active, .article-content a:focus, .article-content a:hover {
    color: #8c7b47;
}
.article-content img {
    width: 90%;
    height: auto;
}
.site-main {
    position: relative;
}
.pagination .nav-links {
    position: relative;
}
.pagination .prev {
    right: 0;
}
@media only screen and (max-width: 1024px) {
    .pagination {
        margin: 0;
    }
    div.mostpop-article .mostpopTitle a {
        height: 58px;
    }
    article .entry-footer {
        padding-bottom: 6px;
        margin-top: 0;
    }
    .article-content img {
        width: 100%;
        height: 100%;
        max-width: 100% !important;
    }
}

/* category */
.entry-title {
    font-family: inherit;
    font-size: 30px;
    color: #8c7b47;
    font-weight: 400;
}

/* post */
.detailContent {
    margin: 0 auto;
    display: block;
    width: 920px;
}
.detailContent .post-title h1 {
    font-size: 30px;
    color: #8c7b47;
    font-weight: 400;
    margin: 10px 0;
    line-height: 35px;
}
.detailContent .post-date {
    font-size: 11px;
    color: #999;
}
.detailContent .social-sharing {
    padding-top: 15px;
    padding-bottom: 30px;
}
.detailContent .social-sharing span {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 11px;
    line-height: 10px;
    float: left;
}
.detailContent .social-icon {
    float: left;
}
.detailContent .social-icon a {
    vertical-align: top;
    margin-right: 15px;
    display: inline-block;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #f1f1f1;
    position: relative;
}
.detailContent .social-icon i {
    text-align: center;
    color: #888888;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 28px;
    font-size: 30px;
    width: 28px;
    height: 28px;
    overflow: hidden;
}
.detailContent .social-icon a:hover i {
    color: #fff;
}
.detailContent .social-icon a:hover.facebook {
    background: #3c5b9b;
    border-color: #3c5b9b;
}
.detailContent .social-icon a:hover.twitter {
    background: #1da0f2;
    border-color: #1da0f2;
}
.detailContent .social-icon a:hover.pinterest {
    background: #bd081c;
    border-color: #bd081c;
}
.detailContent .social-icon a:hover.tumblr {
    background: #36465d;
    border-color: #36465d;
}
.detailContent .social-icon a:hover.google-plus {
    background: #dc4a38;
    border-color: #dc4a38;
}
.detailContent .post .widget-title {
    display: table;
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
}
.detailContent .post .widget-title .sidebarTitle {
    font-size: 18px;
    padding-right: 20px;
    background: #ffffff;
    z-index: 1;
    position: relative;
    color: #8c7b47;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.detailContent .post .widget-title .sidebarLine {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    z-index: 0;
}
.detailContent.detailArticle .subTitle {
    font-weight: bold;
    margin-bottom: 10px;
}
.detailContent.detailArticle ul {
    margin: 0 0 20px 0;
}
.detailContent.detailArticle ul li {
    background: none;
    padding: 0 0 10px 0;
}
.detailContent.detailArticle p {
    margin-bottom: 20px;
}
.detailContent.detailArticle iframe {
    height: 450px;
}
.no-sidebar .content-bottom-widgets#content-bottom-widgets {
    padding: 0 4%;
}
body:not(.search-results) article:not(.type-page) .entry-footer {
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
}
.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
.no-sidebar .entry-footer,
.no-sidebar .comments-area,
.no-sidebar .image-navigation,
.no-sidebar .post-navigation,
.no-sidebar .pagination,
.no-sidebar .page-header,
.no-sidebar .page-content,
.no-sidebar .content-bottom-widgets {
    margin: 0;
}
.single .site-content {
    padding: 0;
}
.hero {
    height: auto;
    margin: 0 0 30px 0;
}
.hero img {
    width: 100%;
    height: auto;
}
.article-content h2,
.article-content h3 {
    padding: 20px 0;
}
.detailContent .social-icon i {
    font-size: 16px;
}
@media only screen and (max-width: 1024px) {
    /*     .hero {
            height: 100%;
        } */
    .detailContent {
        width: 100%;
    }
    .article-content {
        max-width: 100% !important;
    }
    .article-content .tableCont {
        max-width: 100%;
        overflow-x: auto;
    }
    .article-content .tableCont table {
        width: auto;
        table-layout: fixed;
    }
    /*
    .article-content th,
    .article-content td {
        min-width: 200px;
    }*/
}
@media only screen and (max-width: 768px) {
    .detailContent.detailArticle iframe {
        height: 320px;
    }
    .no-sidebar .content-bottom-widgets#content-bottom-widgets article[id^="grid"] {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }
}

/* page builder */
.fl-accordion-button-icon,
.fl-accordion-item-active .fl-accordion-button-icon, .fl-accordion-item:hover .fl-accordion-button-icon,
.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:hover {
    background-color: #8c7b47 !important;
}
.article-content a, .article-content a:active, .article-content a:focus, .article-content a:hover {
    color: #8c7b47;
}
@media only screen and (max-width: 768px) {
    .fl-col-small, .fl-col {
        max-width: none !important;
        float: none;
        clear: none;
        /* width: 50% !important;		 */
    }
}

/* page builder - product tile */
/*.fl-module.fl-module-asw-product-detail {
    display: inline-block;
}*/
#contentHubSectionId .productItemContainer i[class^="icon-"]:before,
#contentHubSectionId .productItemContainer i[class*="icon-"]:before {
    font-family: "fontello";
}
/* product tile */
/* mobile test */
.fl-module.fl-module-asw-product-detail {
    display: inline-block;
    vertical-align: top;
	/*max-width: 25%;*/
}
.fl-module-asw-product-detail .frame ul li {
	width: auto;
}
/* Watsonswine customised
@media screen and (max-width: 1024px) {
	.productItemContainer .productItemPhotoContainer .productItemPhoto a img {
		width: auto!important;
		max-width: 100%!important;
	}
	.fl-module.fl-module-asw-product-detail .aswProduct{
		padding: 0;
		border: none;
	}
}
*/
@media screen and (max-width: 768px) {
	.fl-module.fl-module-asw-product-detail {
		/*max-width: 50%;*/
	}
}
.contentContainer {
	/* width: auto;  */
}
.contentContainer {
	/* width: auto;  */
}

.productItemContainer {
    max-width: 300px;
    width: auto;
	display: inline-block;
	padding: 5px;
}
.productItemContainer .PWPbtn {
    height: 30px;
}
.productItemContainer .PWPbtn a {
	font-size: 12px;
    color: #E600A0 !important;
    display: block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #E600A0;
    border-radius: 5px;
}
.productItemContainer .PWPbtn a:hover {
    color: #ff1ab9;
    border: 1px solid #ff1ab9;
}
.productItemContainer .PWPbtn.sold-out a {
    background: #F3F3F3!important;
    border: 1px solid #DFDFDF!important;
    color: #4A4A4A!important;
}
.productItemContainer .productInfoContainer {
	position: relative;
}
.productItemContainer .productInfoContainer .productNameInfo {
    min-height: 70px;
    position: relative;
    padding: 0 3px;
}
.productItemContainer .productInfoContainer .productNameInfo .h1 {
    margin: 0;
    font-weight: normal;
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 54px;
    color: #4A4A4A;
    -webkit-box-orient: vertical;
}
.productItemContainer .productInfoContainer .productNameInfo .h2 {
    margin: 0;
    margin-top: 5px;
    font-size: 18px;
    color: #E600A0;
    font-weight: 500;
    height: 23px;
}
.productItemContainer .productInfoContainer .productNameInfo .h2.black {
    color: #000;
}
.productItemContainer .productInfoContainer .productNameInfo .h2.productTileOriginalPrice {
    color: #000 !important;
}
.productItemContainer .productInfoContainer .productNameInfo .h3 {
    margin: 0;
    font-weight: normal;
    height: 16px;
    font-size: 0;
}
.productItemContainer .productInfoContainer .productNameInfo .h3 del {
    font-size: 14px;
    color: #8e8e8c;
    line-height: 16px;
    vertical-align: middle;
}
.productItemContainer .productInfoContainer .productNameInfo .h3 span {
    font-size: 12px;
    display: inline-block;
    color: #8e8e8c;
    background: #e9e9e7;
    padding: 0 5px;
    line-height: 16px;
    border-radius: 2px;
    margin-left: 10px;
    vertical-align: middle;
}
.productItemContainer .productInfoContainer .productNameInfo .h4 {
    margin: 0;
    font-weight: normal;
    margin-top: 5px;
    height: 19px;
    font-size: 12px;
    line-height: 19px;
}
.productItemContainer .productInfoContainer .productNameInfo .h4 .icon-star01 {
    color: #fcbc3d;
    vertical-align: top;
}
.productItemContainer .productInfoContainer .productNameInfo .h4 .icon-star02 {
    color: #9a9b9c;
    vertical-align: top;
}
.productItemContainer .productInfoContainer .productNameInfo .h4 span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    vertical-align: top;
}
.productItemContainer .productInfoContainer .buy {
    position: absolute;
    right: 3px;
    bottom: 0;
    width: 40px;
    height: 30px;
    background: #009AA9;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}
.productItemContainer .productInfoContainer .buy:hover {
    background: #4CB9C3;
}
.productItemContainer .productInfoContainer .notify {
    position: absolute;
    right: 3px;
    bottom: 0;
    width: 40px;
    height: 30px;
    background: #89CAC0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
}
.productItemContainer .productName,
.productItemContainer .aswBrandName {
    line-height: 16px;
    color: #555;
}
.productItemContainer .productReview {
    float: left;
}

.fl-builder-content .fl-col-small {
    padding-right: 5px;
}
.fl-builder-content .fl-col-small:last-child {
    padding-right: 0;
}
.fl-col-group .fl-module-content {
    /*margin: 0;*/
}
.detailContent.detailArticle .article-content p {
    font-size: 15px;
    line-height: 22px;
}
.detailContent.detailArticle .productItemContainer p {
    margin: 0;
}
/* Watsonswine Customized
.productItemContainer .productItemPhotoContainer {
    padding-top: 15px;
    position: relative;
}
.productItemContainer .productItemPhotoContainer a {
    background-color: transparent;
}
.productItemContainer .productItemPhotoContainer .brandIcon {
    position: absolute;
    left: 0;
    top: 0;
}
.productItemContainer .productItemPhotoContainer .brandIcon .promoicon {
    margin-bottom: 5px;
    display: block;
    height: 50px !important;
    width: 50px !important;
}
.productItemContainer .productItemPhotoContainer .brandIcon .only_at_Watsons {
    margin-bottom: 5px;
    display: block;
    height: 40px !important;
    width: 40px !important;
}
.productItemContainer .productItemPhotoContainer .like {
    position: absolute;
    right: 0;
    top: 0;
}
.productItemContainer .productItemPhotoContainer .like i.icon-icon_wishlist {
    font-family: "fontello"!important;
    display: block;
    color: #9a9b9c;
    font-size: 18px;
}
.homepage .homepage_content .ProductSales .bottomProductSales .productItemContainer .productItemPhotoContainer .like i.icon-icon_added-wishlist {
    color: #E600A0;
    font-size: 18px;
}
.productItemContainer .productItemPhotoContainer .like .Add_to_wish_list-popup {
    z-index: 11111;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 65px;
    padding: 15px 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    display: none;
    width: 276px;
    bottom: 40px;
}
.productItemContainer .productItemPhotoContainer .like * {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
}
.productItemContainer .productItemPhotoContainer .like .Add_to_wish_list-popup .title {
    font-weight: 500;
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.productItemContainer .productItemPhotoContainer .like .Add_to_wish_list-popup i.icon-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    line-height: normal;
    font-size: 18px;
    color: #9A9B9C!important;
}
.productItemContainer .productItemPhotoContainer .like .Add_to_wish_list-popup .reset-bootstrp-select {
    line-height: normal;
    margin-bottom: 12px;
}
.productItemContainer .productItemPhotoContainer .like .Add_to_wish_list-popup .reset-bootstrp-select .dropdown-toggle {
    display: inline-block;
}
.productItemContainer .productItemPhotoContainer .like .Add_to_wish_list-popup .reset-bootstrp-select .dropdown-toggle:after {
    content: "";
}
.productItemContainer .productItemPhotoContainer .like .Add_to_wish_list-popup .reset-bootstrp-select ul.dropdown-menu.inner li {
    padding: 0;
    margin: 0;
}
.productItemContainer .productItemPhotoContainer .like .Add_to_wish_list-popup .reset-bootstrp-select ul.dropdown-menu.inner li a {
    color: #333333 !important;
}
.productItemContainer .productItemPhotoContainer .like .Add_to_wish_list-popup .green-btn a {
    background-color: #8c7b47;
    color: #ffffff !important;
    width: 100%;
}
.productItemContainer .productItemPhotoContainer .like .Add_to_wish_list-popup .green-btn a:hover {
    background: #4CB9C3;
    border: 1px solid #4CB9C3;
}
.productItemContainer .productItemPhotoContainer .like .Add_to_wish_list-popup:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
    content: "";
    bottom: -8px;
    left: 50%;
    position: absolute;
    margin-left: -8px;
}
.productItemContainer .productItemPhotoContainer .like:hover i.icon-icon_wishlist {
    color: #E600A0;
}

.productItemContainer .productQuickContainer .btnAddToBasket a {
    width: 100%;
}
.productItemContainer .productQuickContainer .productInfoPanelDVOS {
    background-color: black !important;
    opacity: .8;
    font-size: 14px;
    color: #fff !important;
    line-height: 35px;	
}
.productItemContainer .sprite-P01B04BasketStatic,
.productItemContainer .sprite-P01B04BasketStatic:hover {
    background-position: 25px -3853px;
}
.productItemContainer .productQuickContainer .productInfoPanelDVOS:hover {
    background-color: #8c7b47 !important;
}
.productItemContainer .productQuickContainer .productInfoPanelDVOS i {
    margin: 0 auto;
}
.productItemContainer .productPromotionTag span {
    padding: 0px 5px;
}
.productItemContainer .btn-add-to-cart {
    display: none;
}
.productItemContainer .productPrice .aswProductOldPrice.show {
    line-height: 12px;
    padding-top: 4px;
}*/
.fl-builder-edit #headerMessage,
.fl-builder-edit #headerLogoBar,
.fl-builder-edit #nav,
.fl-builder-edit #footer {
    display: none;
}

.reviewText.aswProductNumberOfReviews {
    display: block !important;
}
.productItemContainer .btn-add-to-cart .icon-cart {
    background-image: url(../assets/images/icons/asw-cart-white.png);
    width: 24px;
    height: 22px;
    margin-top: 10px;
}
@media (min-width: 980px) {
    #mainContent header {
        z-index: 10;
    }
    #mainContent .site-header-main nav {
        position: static;
        width: auto;
        height: auto;
        background: inherit;
        box-shadow: none;
    }
    #mainContent .site-content .site-main {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1024px) {
    header .headerLogoBar {
        box-shadow: none;
        border-bottom: 1px solid #f2f2f2;
    }
    header .main-searchbox {
        display: none;
    }
    #mainContent .site-content .site-main {
        margin-top: 0;
    }
    #mainContent .home .site-content .site-main {
        padding-top: 0;
    }
    #mainContent .site-header-main nav {
        display: block!important;
    }
    #mainContent .site-header, #mainContent .site-header-main .site-header-menu {
        box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.25);
        z-index: 10;
    }
    #mainContent .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #mainContent #secondary section.widget.widget_text {
        margin-bottom: 40px;
    }
    /* Watsonswine Customized
	.productItemContainer img.aswProductImage {
        height: 205px;
        width: auto;
    }
	*/
	/* Watsonswine Customized */
	.productItemContainer img.aswProductImage {
		height: 100%;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	/* Watsonswine Customized */
	.fl-module-asw-product-detail .frame ul li {
		float: left;
		width: 240px;
		margin: 0;
		padding: 0;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		background: #fff;
	}
	.fl-module-asw-product-detail .frame ul li img {
		height:100%;
	}
}
@media only screen and (max-width: 768px) {
    /* Watsonswine customised
	.fl-builder-content .productItemContainer {
        width: auto;
        min-width: 145px;
        height: auto;
        border-radius: 8px;
        padding: 10px;
        margin-bottom: 10px;
    }
	*/
    .fl-builder-content .fl-col-small {
        padding-right: 0;
    }
    /*.fl-builder-content .fl-col-small:nth-child(odd) {
        padding-right: 5px;	
    }
    .fl-builder-content .fl-col-small:nth-child(even) {
        padding-left: 5px;	
    }*/
    .productItemContainer .btn-add-to-cart {
        display: block;	
    }
    .productItemContainer .btn-add-to-cart a {
        text-align: center;
        display: block;
        background-color: #e600a0 !important;
        border-radius: 8px;
    }
    .productItemContainer .btn-add-to-cart span {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 44px;
        vertical-align: middle;
    }
    .productItemContainer .sprite-P01B04BasketStatic {
        background-position: -14px -3853px;
    }
    .sprite-P01B04BasketStatic {
        width: 26px;
    }
    .productQuickContainer .add_to_cart_form {
        display: none;
    }
    .productInfoContainer .aswBrandName {
        font-weight: bold;
    }
    .fl-module.fl-module-asw-product-detail {
        /*width: 169px;*/
        padding: 10px;
    }
}
/* Watsonswine customised */
@media screen and (max-width: 767px) {
	.fl-module-asw-product-detail .fl-module-content {
		margin: 0;
	}
	.fl-module-asw-product-detail .productItemContainer {
		max-width: none;
		padding: 10px 0;
	}
	.fl-module-asw-product-detail .frame ul {
		padding: 0 10px;
	}
	.fl-module-asw-product-detail .frame ul li {
		float: left;
		width: 320px;
		margin: 0;
		padding: 0;
		color: #ddd;
		text-align: center;
	}
	.fl-module-asw-product-detail .frame ul li a.img {
		min-height: 232px;
	}
	.fl-module-asw-product-detail .frame ul li img {
		width: 161px;
	}
	.fl-module-asw-product-detail .productInfoContainer .aswBrandName {
		font-weight: normal;
	}
	
}

/* header fix */
#headerLogoBar .sprite-P01Ico03Basket span.item {
    font-style: normal;
}
.btnCheckout a:hover {
    color: #fff;
}
#headerLogoBar .popupMyAccount a:hover {
    color: #fff;
}
#headerLogoBar .popupMyAccount .newCustomer a:hover {
    color: #4cbcbc;
}
#nav h4 {
    font-weight: normal;
}
.home-slider {
    /*display: none;*/
}
.home-slider a{
    position: relative;
    z-index: 999;
}
#headerLogoBar .searchbox input[type="text"] {
    padding: 2px 0 0 0;
}
.fl-tabs-label:hover, 
.fl-tabs-label {
    background-color: #fff !important;
    color: #8c7b47;
    border: 1px #8c7b47 solid;
}
.fl-tabs-label.fl-tab-active {
    background-color: #8c7b47 !important;
    color: #fff;
    border: 1px #8c7b47 solid;	
}
header .logoMain .rightsideBar .rightsideBar-ul li {
	vertical-align: text-bottom;
}

/* error page */
.errorPage {
    font-size: 14px;
    margin-bottom: 10px;
}

/* IE fix */
#search-bar .search-field {
    width: 90%;
}
.main-navigation {
    border-bottom: 1px #f2f2f2 solid;
}
.sprite {
    background-image: url(../assets/images/icons/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-P01T06StarPress {
    width: 13px;
    height: 13px;
    background-position: -15px -5470px;
}
.sprite-P01T06StarStatic {
    width: 13px;
    height: 13px;
    background-position: -15px -5513px;
}
.sprite-P01B21PreviousStatic {
    width: 48px;
    height: 48px;
    background-position: -15px -1167px;
}
.sprite-P01B22NextStatics {
    width: 48px;
    height: 48px;
    background-position: -15px -1479px;
}
#slider .bx-prev .sprite-P01B21PreviousStatic:hover {
    /*background-position: -15px -1011px;*/
	filter: brightness(200%);
}
#slider .bx-next .sprite-P01B22NextStatics:hover {
    /*background-position: -15px -1323px;*/
	filter: brightness(200%);
	
}
#mainmenu .cartBtn span {
    line-height: 8px;
}

.wpml-ls-statics-shortcode_actions { width: auto; }
#search-bar h3.rounded { display: none; }




/* WWHK style */
.entry-footer a.focus, .entry-footer a:focus, .entry-footer a:hover, .entry-title a.focus, .entry-title a:focus, .entry-title a:hover, a:hover {
	text-decoration: none;
    color: #000;
}
.eNewsletter input {
    display: block;
    height: 32px;
    width: 300px;
    line-height: 32px;
    border: 0px solid #9f9f9f;
    outline: none;
    padding-left: 10px;
    padding-top: 5px;
}
@media screen and (min-width: 1025px) {
    main {
        padding-bottom: 10px;
    }
	header .nav .product-menu .wine .cell span a:hover {
		color: #8c7b47;
	}
}




@media screen and (max-width: 767px) {
    main {
        padding-bottom: 0;
    }

    #mainContent .contentContainer {
        margin-top: 65px;
    }
    footer .copyright .warning {
        float: none !important;
    }

    footer .copyright .foot-icon {
		float: none !important;
    }
    .fl-module-asw-product-detail .frame ul {
		padding: 0;
    }
	.eNewsletter input {
		width: 100%;
	}

}

.pagination .next::before, .pagination .prev::before {
    width: 23px;
    margin: 4px 0px 0 0;
}


.productItemContainer {
    min-width: 220px;
}


.fl-col-content.fl-node-content {
    text-align: center;
}
.fl-module-content.fl-node-content .fl-rich-text {
    text-align: left;
}

@media screen and (min-width: 1025px) {
header .nav .product-menu .wine .cell ul {

    margin: 0;
}
}

.productItemContainer ul li {
    width: 100%;
}

#slider-prev {
    position: absolute;
    top: 45%;
    left: 0;
}

#slider-next {
    position: absolute;
    top: 45%;
    right: 0;
}

.add-popup-m {
    display: none;
}