.lwpcngNotice {
position: fixed;
z-index: 999999;
padding: 12px 24px;
font: 16px/20px "Trebuchet MS", "Helvetica CY", sans-serif;
box-shadow: 0 0 8px rgba(0, 0, 0, .1);
border: 0 solid
}
.lwpcngNotice A {
text-decoration: underline
}
.lwpcngNotice A:hover {
text-decoration: none
}
.lwpcngNotice-float {
border: 1px solid;
border-radius: 4px
}
.lwpcngNotice_message {
display: inline;
margin-right: 8px
}
.lwpcngNotice_accept,
.lwpcngNotice_reject {
margin: 8px 8px;
display: inline-block;
vertical-align: middle;
padding: 6px 12px;
border: 1px solid;
white-space: nowrap;
cursor: pointer
}
.lwpcngNotice_accept {
font-weight: 700
}
.lwpcngNotice_more {
margin: 0 6px;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
cursor: pointer;
font-size: 14px
}
.lwpcngNoticeBar {
text-align: center
}
.lwpcngNoticeBar.lwpcngNotice-sticked {
left: 0;
right: 0
}
.lwpcngNoticeBar-top.lwpcngNotice-sticked {
top: 0;
border-bottom-width: 1px
}
.lwpcngNoticeBar-bottom.lwpcngNotice-sticked {
bottom: 0;
border-top-width: 1px
}
.lwpcngNoticeBar .lwpcngNotice_buttons {
display: inline
}
.lwpcngNoticeBox {
max-width: 40%
}
@media screen and (max-width:980px) {
.lwpcngNoticeBox {
max-width: 75%
}
}
@media screen and (max-width:600px) {
.lwpcngNoticeBox {
max-width: none;
left: 0 !important;
right: 0 !important;
border-radius: 0 !important;
border-width: 0
}
.lwpcngNoticeBox-topLeft,
.lwpcngNoticeBox-topRight {
top: 0 !important;
border-bottom-width: 1px
}
.lwpcngNoticeBox-bottomLeft,
.lwpcngNoticeBox-bottomRight {
bottom: 0 !important;
border-top-width: 1px
}
}
.lwpcngNoticeBox-bottomLeft.lwpcngNotice-sticked {
left: 0;
bottom: 0;
border-right-width: 1px;
border-top-width: 1px;
border-radius: 0 4px 0 0
}
.lwpcngNoticeBox-bottomRight.lwpcngNotice-sticked {
right: 0;
bottom: 0;
border-left-width: 1px;
border-top-width: 1px;
border-radius: 4px 0 0 0
}
.lwpcngNoticeBox-topLeft.lwpcngNotice-sticked {
left: 0;
top: 0;
border-right-width: 1px;
border-bottom-width: 1px;
border-radius: 0 0 4px 0
}
.lwpcngNoticeBox-topRight.lwpcngNotice-sticked {
right: 0;
top: 0;
border-left-width: 1px;
border-bottom-width: 1px;
border-radius: 0 0 0 4px
}
.lwpcngNoticeBox .lwpcngNotice_buttons {
margin-top: 6px
}
.lwpcngNotice-light {
background: #fff;
background: rgba(255, 255, 255, .97);
color: #000;
border-color: #ddd
}
.lwpcngNotice-light A,
.lwpcngNotice-light A:hover,
.lwpcngNotice-light A:visited {
color: #aaa
}
.lwpcngNotice-light .lwpcngNotice_accept {
border-color: #ddd;
background: #fff;
color: #00a65a
}
.lwpcngNotice-light .lwpcngNotice_accept:hover {
border-color: #82ccaa;
background: #f4fff3
}
.lwpcngNotice-light .lwpcngNotice_reject {
border-color: #ddd;
background: #fff;
color: #888
}
.lwpcngNotice-light .lwpcngNotice_reject:hover {
border-color: #bbb;
background: #f8f8f8;
color: #000
}
.lwpcngNotice-dark {
background: #00166f;
background: #00166f;
color: #fff;
border-color: #2b2b2b
}
.lwpcngNotice-dark A,
.lwpcngNotice-dark A:hover,
.lwpcngNotice-dark A:visited {
color: #aaa
}
.lwpcngNotice-dark .lwpcngNotice_accept {
border-color: #555;
color: #00a65a
}
.lwpcngNotice-dark .lwpcngNotice_accept:hover {
background: #000000
}
.lwpcngNotice-dark .lwpcngNotice_reject {
border-color: #555;
color: #888
}
.lwpcngNotice-dark .lwpcngNotice_reject:hover {
background: #00166f;
color: #aaa
}
.lwpcngShowAgain {
position: fixed;
z-index: 999999;
padding: 6px 16px;
border: 0 solid;
border-top-width: 1px;
font: 14px/18px "Trebuchet MS", "Helvetica CY", sans-serif;
cursor: pointer
}
.lwpcngShowAgain-bottomSticked {
bottom: 0
}
.lwpcngShowAgain-bottomFloat {
border-bottom-width: 1px
}
.lwpcngShowAgain-sideSticked.lwpcngShowAgain-bottomRight {
right: 0
}
.lwpcngShowAgain-sideSticked.lwpcngShowAgain-bottomLeft {
left: 0
}
.lwpcngShowAgain-bottomRight {
border-left-width: 1px;
border-top-left-radius: 4px
}
.lwpcngShowAgain-bottomRight.lwpcngShowAgain-sideFloat {
border-right-width: 1px;
border-top-right-radius: 4px
}
.lwpcngShowAgain-bottomRight.lwpcngShowAgain-sideFloat.lwpcngShowAgain-bottomFloat {
border-bottom-right-radius: 4px
}
.lwpcngShowAgain-bottomRight.lwpcngShowAgain-bottomFloat {
border-bottom-left-radius: 4px
}
.lwpcngShowAgain-bottomLeft {
border-right-width: 1px;
border-top-right-radius: 4px
}
.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-sideFloat {
border-left-width: 1px;
border-top-left-radius: 4px
}
.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-sideFloat.lwpcngShowAgain-bottomFloat {
border-bottom-left-radius: 4px
}
.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-bottomFloat {
border-bottom-right-radius: 4px
}
.lwpcngShowAgain-light {
background: #fff;
background: rgba(255, 255, 255, .97);
border-color: #ddd;
color: #000
}
.lwpcngShowAgain-light:hover {
background: #f6f6f6;
color: #000
}
.lwpcngShowAgain-dark {
background: #00166f;
background: #00166f;
color: #bbb;
border-color: #2b2b2b
}
.lwpcngShowAgain-dark:hover {
background: #00166f;
color: #ddd
}
.lwpcngHide {
display: none
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}