/*
Theme Name: FabEnt
Theme URI: http://oyova.com/
Author: Oyova Software
Author URI: http://oyova.com
Description: 2013 Theme for FabEnt
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}
a:visited {

}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
    outline-width: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    box-shadow: none; /*inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);*/
    color: rgba(0,0,0,.8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    box-shadow: none; /* inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);*/
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
    color: #111;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

/* Links */
a {
    color: #0A8EC4;
}
a:visited {
    color: #0A8EC4;
}
a:hover,
a:focus,
a:active {
    color: midnightblue;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.entry-meta {
    clear: both;
    margin-top:7px;
    margin-bottom:7px;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-content .nav-previous {
    float: left;
    width: 50%;
}
.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
#searchsubmit {
    display: none;
}
.gsc-search-button{
    width:150px;
    height:36px;
    margin-right: 6px;
}

.gsc-input{
    padding-right: 0px;
    margin-left:33px;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
    display: block;
}



/*Custom CSS - Needs to be sorted*/
body{
    background: url(/wp-content/themes/fabent/img/body-bg.png) repeat-x #F2F2F2;
    top:0px !important;
}
#page{
  font-family: 'PT Sans', sans-serif;
}
header.site-header{
  margin: 0 auto;
  width: 1030px;
  height: 200px;
  display: block;

}
nav{
  width: 775px;
  margin:15px auto;
}
#main{
  margin:0 auto;
  width:1030px;
  display:block;
}
#secondary{
  float:left;
  display: block;
  width: 215px;
  margin-right: 15px;
  margin-bottom:15px;
}

.widget{
  background: #fff;
  float:left;
  width:215px;
  margin-right: 15px;
  border-radius:5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border:1px solid #d1d1d1;
  margin-bottom:15px;
}

#primary{
    float:left;
    width:800px;
}

#primary.full-width {
    width:100%;
}


#content{
    width: 800px;
    min-height: 640px;
    margin-bottom:15px;
    display:block;
    background:#fff;
    border-radius:5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:1px solid #d1d1d1;
    padding: 10px 25px;
}

#content.full-width {
    width:100%;
}

.homeSlider{
    width: 800px;
    margin-bottom:15px;
    display:block;
    background:#fff;
    border-radius:5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:1px solid #d1d1d1;
    overflow: hidden;
}

footer{
    background:url(/wp-content/themes/fabent/img/html-bg.png) top center repeat-x #f2f2f2;
      margin:0 auto;
      display:block;
      height:300px;
      clear:both;
    padding-top: 20px;
}
body.site-prefix-fabretail footer {
    background:url(/wp-content/themes/fabent/img/html-bg-feiretail.png) top center repeat-x #f2f2f2;
}


.footer{
  margin:0 auto;
  display:block;
  width:1030px;
  height:auto;
  clear:both;
}

#footer-copyright {
    text-align: center;
    clear: both;
    font-size: 0.9em;
}


/*Header Styles*/
.logo{
  height:171px;
  width:150px;
  display: block;
  float: left;
}
.logo img{
  margin-top:20px;
}
.headerSlogan{
  height:171px;
  width: 380px;
  display: block;
  float: left;
}
.headerSlogan span{
    margin: 65px 0px 0px 30px;
    font-size: 24px;
    font-style: italic;
    color:#333;
    line-height: 24px;
    display: block;
}
.headerRight{
  height:171px;
  width: 500px;
  display: block;
  float: left;
}
.headerLanguage{
    float:left;
    color:#ccc;
    width: 300px;
    display: block;
    height:45px;
    text-align: center;
    padding-top:20px;
}
#google_translate_element{
    color:#ccc !important;
    background:#f9f9f9;
    margin-left:5px;
    display: inline-block;
}
.headerPhone{
    float:left;
    width: 200px;
    display: block;
    height:45px;
    padding-top:10px;
}
.headerPhone span{
    float:right;
    text-align: right;
    color:#333;
    line-height: 24px;
}
.headerLinks{
    float:right;
    color:#ccc;
    width: 550px;
    display: block;
    height:45px;
    text-align: right;
    padding-left: 45px;
    padding-top:10px;
}
.headerLinks a.active, .headerLinks span.active{
    margin-left: 25px;
    padding-left: 25px;
    text-decoration: none;
    font-size:16px;
    font-weight: bold;
    background:url(/wp-content/themes/fabent/img/headerLink.png) no-repeat left;
}
.headerLinks a, .headerLinks span{
    color:#0a8ec4;
    font-weight: bold;
    text-decoration: none;
}
.headerLinks a:hover{
    color:#0a8ec4;
}
.headerLinks .headerLinkSeparator {
    color: #ccc;
    padding: 0 5px;
}
.headerLinks div {
    float: right;
}
.headerLinks .subtext {
    font-size: 14px;
    color: #72797c;
    font-weight: normal;
    position: relative;
    top: -2px;
    min-width: 200px;
}

.headerSearch{
    float:left;
    color:#ccc;
    width: 500px;
    display: block;
    height:50px;
    text-align: right;
}
.headerSearch form input[type=text] {
    width:300px;
    height:28px;
    color:#333;
    background:#f4f4f4;
    border:1px solid #d8d8d8;
    border-radius:5px;

    font-size: 12px;
    font-weight: bold;
}
.headerSearch #searchsubmit, #ticket-submit #submit-btn {
    display: inline-block;
    height:35px;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
    padding:3px 10px;
    background: #f2b82e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e));
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405);
    background: -moz-linear-gradient(top, #f2b82e, #ca7405);
    background: -ms-linear-gradient(top, #f2b82e, #ca7405);
    background: -o-linear-gradient(top, #f2b82e, #ca7405);
}
.headerSearch #searchsubmit:hover, #ticket-submit #submit-btn:hover {
    background: #ca7405;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2b82e), to(#ca7405));
    background: -webkit-linear-gradient(top, #ca7405, #f2b82e);
    background: -moz-linear-gradient(top, #ca7405, #f2b82e);
    background: -ms-linear-gradient(top, #ca7405, #f2b82e);
    background: -o-linear-gradient(top, #ca7405, #f2b82e);
}

.woocommerce a.checkout-button {
    background: #f2b82e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e));
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405);
    background: -moz-linear-gradient(top, #f2b82e, #ca7405);
    background: -ms-linear-gradient(top, #f2b82e, #ca7405);
    background: -o-linear-gradient(top, #f2b82e, #ca7405);
}

.woocommerce a.checkout-button:hover {
    background: #ca7405;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2b82e), to(#ca7405));
    background: -webkit-linear-gradient(top, #ca7405, #f2b82e);
    background: -moz-linear-gradient(top, #ca7405, #f2b82e);
    background: -ms-linear-gradient(top, #ca7405, #f2b82e);
    background: -o-linear-gradient(top, #ca7405, #f2b82e);
}

.woocommerce-cart table.cart td.product-name {
    max-width: 400px;
}

body.site-prefix-fabretail .woocommerce a.checkout-button {
    background: #6a386b;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#17082A), to(#6a386b));
    background: -webkit-linear-gradient(top, #6a386b, #17082A);
    background: -moz-linear-gradient(top, #6a386b, #17082A);
    background: -ms-linear-gradient(top, #6a386b, #17082A);
    background: -o-linear-gradient(top, #6a386b, #17082A);
}

body.site-prefix-fabretail .woocommerce a.checkout-button:hover {
    background: #17082A;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6a386b), to(#17082A));
    background: -webkit-linear-gradient(top, #17082A, #6a386b);
    background: -moz-linear-gradient(top, #17082A, #6a386b);
    background: -ms-linear-gradient(top, #17082A, #6a386b);
    background: -o-linear-gradient(top, #17082A, #6a386b);
}

body.site-prefix-fabretail .headerSearch #searchsubmit, body.site-prefix-fabretail #ticket-submit #submit-btn{
    display: inline-block;
    height:35px;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow:none;
    padding:3px 10px;
    background: #A49DB5;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76768A), to(#A49DB5));
    background: -webkit-linear-gradient(top, #A49DB5, #76768A);
    background: -moz-linear-gradient(top, #A49DB5, #76768A);
    background: -ms-linear-gradient(top, #A49DB5, #76768A);
    background: -o-linear-gradient(top, #A49DB5, #76768A);
    box-shadow: none;
}
body.site-prefix-fabretail .headerSearch #searchsubmit:hover, body.site-prefix-fabretail #ticket-submit #submit-btn:hover{
    background: #76768A;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A49DB5), to(#76768A));
    background: -webkit-linear-gradient(top, #76768A, #A49DB5);
    background: -moz-linear-gradient(top, #76768A, #A49DB5);
    background: -ms-linear-gradient(top, #76768A, #A49DB5);
    background: -o-linear-gradient(top, #76768A, #A49DB5);
}

/*Menu Styles*/

.menu-main-container{
    height:50px;
    border-radius:8px;
}

.menu-main-container ul{
  list-style: none;
  background: #0b9ad6;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#08638a), to(#0b9ad6));
  background: -webkit-linear-gradient(top, #0b9ad6, #08638a);
  background: -moz-linear-gradient(top, #0b9ad6, #08638a);
  background: -ms-linear-gradient(top, #0b9ad6, #08638a);
  background: -o-linear-gradient(top, #0b9ad6, #08638a);
  height:50px;
  margin:0px;
  border-radius:8px;
  display:block;
}
.menu-main-container ul li{
  background: #0b9ad6;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#08638a), to(#0b9ad6));
  background: -webkit-linear-gradient(top, #0b9ad6, #08638a);
  background: -moz-linear-gradient(top, #0b9ad6, #08638a);
  background: -ms-linear-gradient(top, #0b9ad6, #08638a);
  background: -o-linear-gradient(top, #0b9ad6, #08638a);
  list-style: none;
  float:left;
}
.menu-main-container ul li:nth-of-type(1){
    border-top-left-radius:8px;
    border-bottom-left-radius: 8px;
}
.menu-main-container ul li:hover{
  background: #08638a;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b9ad6), to(#08638a));
  background: -webkit-linear-gradient(top, #08638a, #0b9ad6);
  background: -moz-linear-gradient(top, #08638a, #0b9ad6);
  background: -ms-linear-gradient(top, #08638a, #0b9ad6);
  background: -o-linear-gradient(top, #08638a, #0b9ad6);
  border-bottom-left-radius: 0px;
}

.menu-main-container ul li a{
    display: inline-block;
    padding: 13px 21px;
    text-align: center;
    font-size:16px;
    color:#fff;
    border-right:1px solid #3ab4e7;
    border-left:1px solid #076d98;
    text-decoration: none;
}
.menu-main-container ul li a:hover{
  color:#fff;
  text-decoration: none;
}


.menu-main-container ul li .sub-menu{
    display:none;
}
.menu-main-container ul li:hover .sub-menu{
    position:absolute;
    display:block;
    z-index:999999;
}


#menu-main ul {
    background:#0B9AD5;
    width: 175px !important;
}
#menu-main ul li{
    border-top:1px solid #fff;
    background:#0B9AD5;
    height:30px;
    line-height: 30px;
    width:175px;
    color:#00518D !important;
    text-align:left;
    border-radius:0;
}
#menu-main ul li:hover{
    background: #08668E !important;
}

#menu-main ul li a{
    background:transparent !important;
    padding:0 0 0 10px !important;
    display:block;
    border-left:0px;
    font-size: 11px;
    font-weight:bold;
    padding-left:20px;
    text-align:left;
}

body.site-prefix-fabretail .menu-main-container ul,
body.site-prefix-fabretail .menu-main-container li,
body.site-prefix-fabretail #menu-main ul li,
body.site-prefix-fabretail .show-more-link,
body.site-prefix-fabretail #cc-form-header {
    background: #6a386b;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#17082A), to(#6a386b));
    background: -webkit-linear-gradient(top, #6a386b, #17082A);
    background: -moz-linear-gradient(top, #6a386b, #17082A);
    background: -ms-linear-gradient(top, #6a386b, #17082A);
    background: -o-linear-gradient(top, #6a386b, #17082A);
    box-shadow: none;
}

body.site-prefix-fabretail .show-more-link {
    color: white;
}

body.site-prefix-fabretail .menu-main-container ul li:hover{
    background: #17082A;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6a386b), to(#17082A));
    background: -webkit-linear-gradient(top, #17082A, #6a386b);
    background: -moz-linear-gradient(top, #17082A, #6a386b);
    background: -ms-linear-gradient(top, #17082A, #6a386b);
    background: -o-linear-gradient(top, #17082A, #6a386b);
    border-bottom-left-radius: 0px;
}

body.site-prefix-fabretail .menu-main-container ul li a {
    border-right:1px solid #6a386b;
    border-left:1px solid #17082A;
}

body.site-prefix-fabretail #menu-main ul li:hover{
    background: #17082A !important;
}

body.site-prefix-fabretail .royalSlider .caption-big-title,
body.site-prefix-fabretail #fabent-category-title {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

/*===================================*/

h1, h2, h3, h4, h5{
    color:#0a8ec4;
    /*font-weight: bold;*/
}
h1.entry-title, h1{
    font-size: 30px;
}
h2{
    font-size: 24px;
}

.site-content p{
    font-size:16px;
    font-family: PT Sans;
    color:#000;
    line-height: 20px;
}

.checked-list li{
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0px 5px 40px;
    margin-left: -40px;
    background:url(/wp-content/themes/fabent/img/checked-list.png) no-repeat left;
    list-style: none;
}

body.site-prefix-fabretail .checked-list li {
    background:url(/wp-content/themes/fabent/img/checked-list-retail.png) no-repeat left;
}


.brand-header{
    display: block;
    height:160px;
    width:800px;
    background:#fff;
    background:url(img/brand-header.png) repeat-x top !important;
    border-radius:5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:1px solid #d1d1d1;
    margin-bottom: 15px;
    float: left;
    overflow:hidden;
}

body.site-prefix-fabretail #fabent-category-header-wrapper {
    background:url(img/brand-header-feiretail.png) repeat-x top !important;
}

.brand-header .odp-header-wrapper img{
    position:absolute;
    margin-left: 345px;

}

.brand-header .odp-header-overlay-text{
    position:absolute;
    margin-left:25px;
    width:310px;
    font-size:14px;
    line-height:16px;
    color:#000;
    z-index: 999;
}
.brand-header .odp-header-overlay-text h1{
    color:#000;
    margin-top:10px;
    line-height:40px;
}



.wc_view_cart_button {
    background: #f2b82e !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e))!important;;
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405)!important;;
    background: -moz-linear-gradient(top, #f2b82e, #ca7405)!important;;
    background: -ms-linear-gradient(top, #f2b82e, #ca7405)!important;;
    background: -o-linear-gradient(top, #f2b82e, #ca7405)!important;;
    color: white!important;;
    text-shadow: 1px 1px black!important;;
}


/*===================================*/
#catalogLink{
    float:left;
      display: block;
     width:215px;
     height: 70px;
      margin-right: 15px;
    background: #f2b82e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e));
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405);
    background: -moz-linear-gradient(top, #f2b82e, #ca7405);
    background: -ms-linear-gradient(top, #f2b82e, #ca7405);
    background: -o-linear-gradient(top, #f2b82e, #ca7405);
}


body.site-prefix-fabretail #catalogLink {
    background: #6a386b;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#17082A), to(#6a386b));
    background: -webkit-linear-gradient(top, #6a386b, #17082A);
    background: -moz-linear-gradient(top, #6a386b, #17082A);
    background: -ms-linear-gradient(top, #6a386b, #17082A);
    background: -o-linear-gradient(top, #6a386b, #17082A);
    box-shadow: none;
}


.catalogLinkCont{
    float:left;
    width:160px;
}
.catalogInfo1{
    color: #333;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    line-height: 18px;
    display: block;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 1px;
}
.catalogInfo2{
    color:#333;
    text-align: left;
    padding-left:10px;
    font-weight: bold;
    line-height: 18px;
    display: block;
    font-size:20px;
}

.catalogInfo3{
    width:115px;
    margin-top:5px;
    color:#fff;
    text-align: left;
    padding-left:10px;
    font-weight: bold;
    line-height: 18px;
    display: block;
    font-size:14px;
    background:url(/wp-content/themes/fabent/img/fei-aside-arrow.png) no-repeat right;
}


body.site-prefix-fabretail .catalogInfo1,
body.site-prefix-fabretail .catalogInfo2,
body.site-prefix-fabretail .catalogInfo3 {
    color: white;
}

.catalogLinkCont img{
    position: relative;
    top: -72px;
    left: 145px;
}

#catSidebar{
  float:left;
  display: block;
  width:215px;
  margin-right: 15px;
  background:#fff;
  border-radius:5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border:1px solid #d1d1d1;
  margin-bottom:15px;
  overflow:hidden;
}
.mainCat, .subCat{
    list-style: none;
    margin:0px;
}
#catSidebar h1{
    font-size:18px;
    text-transform: uppercase;
    color:#7f7f7f;
    font-weight: bold;
    border-bottom:1px solid #ccc;
    padding:6px 0px 6px 10px;
}
.mainCat li, .subCat li{
    padding-left:10px;
    display: block;
    width:215px;
    border-bottom:1px solid #ccc;
}
.mainCat li a{
    background:url(/wp-content/themes/fabent/img/sidebar-arrow.png) no-repeat 170px center;
    padding-left:10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size:14px;
    padding:6px 0px 6px 15px;
    color:#0a80b2;
}
body.site-prefix-fabretail .mainCat li a {
    color:#0a80b2;
}

.subCat li a{
    background:url(/wp-content/themes/fabent/img/sidebar-arrow.png) no-repeat 170px center;
    padding-left:10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size:14px;
    padding:6px 0px 6px 15px;
    color:#333;
}
.subCat li a.more{
    background:url(/wp-content/themes/fabent/img/sidebar-arrow-down.png) no-repeat 170px center;
}


.subCat ul{
    display:none;
}
.subCat li ul{
    display:block;
}
.subCat li ul strong{
    color: #0a80b2;
}
.subCat ul{
    margin:0px;
    background:none;
    margin-bottom:10px;
}
.subCat ul li{
    margin-left:-10px;
    border-bottom:0px;
}
.subCat ul li a{
    background:none !important;
    font-weight:normal;
    line-height: 16px;
    padding:0px;
    padding-left:25px;
}
.subCat ul li.more{
    background:url(/wp-content/themes/fabent/img/sidebar-arrowBW.png) no-repeat 180px center !important;
    font-weight:normal;
}
.subCat ul li.more:hover{
    background:url(/wp-content/themes/fabent/img/sidebar-arrowBW-down.png) no-repeat 180px top !important;
    font-weight:normal;
}

.subCat ul li ul{
    display:none !important;
}
.subCat ul li:hover ul{
    margin-top:5px;
    display:block !important;
}
.subCat ul li ul li a{
    display:block;
    line-height: 16px;
    padding:0px;
    padding-left:35px;
}


#mailchimpsf_widget-2{
    text-align: center;
}
#mailchimpsf_widget-2 h1{
    display: block;
    text-transform: uppercase;
    font-size:18px;
    color:#fff;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 12px 0;
    background: #0b96d1;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#08638a), to(#0b96d1));
    background: -webkit-linear-gradient(top, #0b96d1, #08638a);
    background: -moz-linear-gradient(top, #0b96d1, #08638a);
    background: -ms-linear-gradient(top, #0b96d1, #08638a);
    background: -o-linear-gradient(top, #0b96d1, #08638a);
}
#mc_subheader{
    text-align: left;
    margin:10px;
    font-size:12px;
    color:#000;
}

.mc_input{
    width:190px;
    height:28px;
    color:#333;
    background:#f4f4f4;
    border:1px solid #d8d8d8;
    border-radius:5px;
    font-size: 12px;
    font-weight: bold;
}
#mc_signup_submit{
    margin-top:15px;
    width:198px;
    text-align: center;
    display: inline-block;
    height:35px;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow:none;
    padding:3px 10px;
    background: #f2b82e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e));
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405);
    background: -moz-linear-gradient(top, #f2b82e, #ca7405);
    background: -ms-linear-gradient(top, #f2b82e, #ca7405);
    background: -o-linear-gradient(top, #f2b82e, #ca7405);
}
#mc_signup_submit:hover{
    background: #ca7405;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2b82e), to(#ca7405));
    background: -webkit-linear-gradient(top, #ca7405, #f2b82e);
    background: -moz-linear-gradient(top, #ca7405, #f2b82e);
    background: -ms-linear-gradient(top, #ca7405, #f2b82e);
    background: -o-linear-gradient(top, #ca7405, #f2b82e);
}

.mc_var_label, #mc_display_rewards{display: none;}

/*===================================*/

.royalSlider .royalSlide,
.royalSlider .royalWrapper {
    /* Bakground behind slides */
    background:url(/wp-content/themes/fabent/img/slider-bg.png) repeat-x top !important;
}

body.site-prefix-fabretail .royalSlider .royalSlide,
body.site-prefix-fabretail .royalSlider .royalWrapper {
    background:url(img/slider-bg-feiretail.png) repeat-x top !important;
}

.featuredContent{
  display:block;
  height:340px;
  width:880px;
  background:#fff;
  border-radius:5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border:1px solid #d1d1d1;
  margin-bottom:15px;
}
.royalSlider .royalPreloader {
    width: 32px !important;
    height: 32px !important;
    background-image:url(/wp-content/themes/fabent/img/preloader.gif) !important;
}

.royalSlider.default .royalControlNavOverflow {
    margin-top: none !important;
}
.royalSlider .royalControlNavContainer {
    float: right !important;
    left: 0% !important;
}
.royalSlider .royalHtmlContent {

}

.royalSlider .royalCaptionItem{
    width:350px;

}
.royalSlider .royalCaptionItem h1{
    font-size:36px;
    font-height:bold;
    color:#000;
}
.royalSlider .royalCaptionItem ul{
    margin-left:40px;
}
.royalSlider .royalCaptionItem ul li{
    font-size:16px;
    line-height:16px;
    margin-top:10px;
}


/*===================================*/
footer .widget{
    background: none;
    border:none;
}
.footerLeft{
    height: 240px;
    width: 780px;
    display: block;
    float: left;
    padding-top: 15px;
    overflow: hidden;

}
.footerLeft .footer-menu{
    width: 195px;
    float: left;

    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-bottom: -10px;
    padding-bottom: 0px;

}
.footerLeft .footer-menu h1{
    font-size:18px;
    color:#0a8ec4;
    text-transform: uppercase;
}
.footerLeft .footer-menu ul{
    list-style: none;
    margin-left:0px;
}
.footerLeft .footer-menu ul li{
    line-height: 14px;
}
.footerLeft .footer-menu ul a{
    text-decoration: none;
    color:#000;
    font-size:14px;
}

.footerRight{
    width: 240px;
    height: 240px;
    display: block;
    float:left;
    padding-top: 15px;
}

.footerRight aside{
    width: 240px;
    text-align: right;
}
.footerRight aside h1{
    color:#000;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}
.footerRight aside .textwidget {
    font-size: 14px;
    line-height: 15px;
}

#footerSocialIcons a {
    float: right;
    margin-left: 10px;
}

.news-post-link{
    color:#0A8EC4;
    margin-bottom:-7px;
}

.news-post-link a{
    text-decoration: none;
    color:#0A8EC4;
    font-size:20px;
}

.news-post-link a:hover{
    text-decoration: none;
    color:#08668E;
}

#comments{
    display:none;
}
.home article .entry-title{
    display: none;
}
/*
.brand-primary article .entry-title{
    display: none;
}*/
.product-primary article .entry-title{
    display: none;
}

article footer{
    background:transparent;
    height:auto;
}






.prod-box{
    display:block;
}
.prod-row{
    height:100px !important;
    display:block;
}
.prod-row-more{
    display:none;
}
.prod-row1{
    display: block !important;

}
.prod-row1 .prod-col{
    border-top:1px solid #ccc;
}
.prod-col{
    width:185px;
    height:100px;
    float:left;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    text-align: center;
    display: block;
}
.prod-col img{
    vertical-align: middle;
    padding-top: 10px;
}
.prod-col:nth-of-type(1){
    border-left:1px solid #ccc;
}
.show-more-link{
    color:#000;
    font-size: 18px;
    text-shadow:none;
    border-radius:0px;
    padding:5px;
    width:745px;
    background:#FBEAC0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFD5B4), to(#FBEAC0));
    background: -webkit-linear-gradient(top, #FBEAC0, #EFD5B4);
    background: -moz-linear-gradient(top, #FBEAC0, #EFD5B4);
    background: -ms-linear-gradient(top, #FBEAC0, #EFD5B4);
    background: -o-linear-gradient(top, #FBEAC0, #EFD5B4);
    border:1px solid #ccc;
}
.show-more-link:before {
    content: url('/wp-content/themes/fabent/img/show-more-prod.png');
}
.show-more-link:after {
    content: url('/wp-content/themes/fabent/img/show-more-prod.png');
}

.show-more-link.show-less:before {
    content: url('/wp-content/themes/fabent/img/show-less-prod.png');
}
.show-more-link.show-less:after {
    content: url('/wp-content/themes/fabent/img/show-less-prod.png');
}

body.site-prefix-fabretail .show-more-link:before {
    content: url('/wp-content/themes/fabent/img/show-more-retail.png');
}
body.site-prefix-fabretail .show-more-link:after {
    content: url('/wp-content/themes/fabent/img/show-more-retail.png');
}

body.site-prefix-fabretail .show-more-link.show-less:before {
    content: url('/wp-content/themes/fabent/img/show-less-retail.png');
}
body.site-prefix-fabretail .show-more-link.show-less:after {
    content: url('/wp-content/themes/fabent/img/show-less-retail.png');
}



.brand-main-list{
    display: block;
    clear: both;
    width: 100%;
}
.brand-prod-col{
    width: 185px;
    height: 115px;
    float:left;
    text-align: center;
    display: block;
}
.brand-prod-col img{
    vertical-align: middle;
    padding-top: 10px;
}

.type-testimonials-widget{
    border-top:1px solid #ccc;
    padding-top:15px;
    margin-bottom:15px;
}
.type-testimonials-widget:nth-of-type(1){
    border:0px !important;
    padding-top: 0 !important;
}


/*==Contact Page==*/
.contact article{

    width:320px;
}

.contact article header {
    display: none;
}

.contact .form-input input, .contact .form-input .wpcf7-textarea {
    width: 280px;
}

.contact .entry-content table tr td div {
    float: left;
}

.contact .wpcf7{
    width: 375px;
}
.contact  .testimonialswidget_testimonials {
    width: 300px;
}

.contact table td {
    vertical-align: top;
}

.contact  .testimonialswidget_testimonials .testimonials-widget p {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}

.contact  .testimonialswidget_testimonials cite {
    font-size: 13px;
}

.testimonialswidget_testimonials .paging {
    display: none;
}


.form-container{
    min-height: 330px;
    display:block;
}
.form-row{
    float:left;
    width:420px;
    min-height: 50px;
    clear:both;
    text-align:center;
    display:block;
}

.form-label{
    float:left;
    text-align:right;
    padding-right:10px;
    width:65px;

}
.form-input{
    float:left;
    width:325px;
    font-size:14px;
}
.form-input input{
    float:left;
    width:315px;
    font-size:14px;
    height:20px;
}
.form-input .wpcf7-textarea{
    float:left;
    width:315px;
    height:100px;
}
.form-submit{
    margin-top:10px;

}
.form-submit input[type="submit"]{
    display: inline-block;
    height:35px;
    color:#fff;
    font-weight:bold;
    text-transform: uppercase;
    text-shadow:none;
    padding:3px 20px;
    background: #f2b82e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e));
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405);
    background: -moz-linear-gradient(top, #f2b82e, #ca7405);
    background: -ms-linear-gradient(top, #f2b82e, #ca7405);
    background: -o-linear-gradient(top, #f2b82e, #ca7405);
}
.form-submit input[type="submit"]:hover{
    background: #ca7405;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2b82e), to(#ca7405));
    background: -webkit-linear-gradient(top, #ca7405, #f2b82e);
    background: -moz-linear-gradient(top, #ca7405, #f2b82e);
    background: -ms-linear-gradient(top, #ca7405, #f2b82e);
    background: -o-linear-gradient(top, #ca7405, #f2b82e);
}

body.site-prefix-fabretail .form-submit input[type="submit"]{
    background: #A49DB5;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76768A), to(#A49DB5));
    background: -webkit-linear-gradient(top, #A49DB5, #76768A);
    background: -moz-linear-gradient(top, #A49DB5, #76768A);
    background: -ms-linear-gradient(top, #A49DB5, #76768A);
    background: -o-linear-gradient(top, #A49DB5, #76768A);
}

body.site-prefix-fabretail .form-submit input[type="submit"]:hover{
    background: #76768A;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A49DB5), to(#76768A));
    background: -webkit-linear-gradient(top, #76768A, #A49DB5);
    background: -moz-linear-gradient(top, #76768A, #A49DB5);
    background: -ms-linear-gradient(top, #76768A, #A49DB5);
    background: -o-linear-gradient(top, #76768A, #A49DB5);
}

div#main div.contact .form-label {
    width: 90px;
}

div#main div.contact .form-input {
    width: 300px;
}

div#main div.contact .form-input input, div#main div.contact .form-input textarea {
    width: 225px;
}

#breadcrumb {
    height:30px;
    line-height:30px;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
    margin-left:-10px;
    color:#000;
}
#breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
}

.home {
    border:none;
    margin: 0;
}

.muted {
    color:#999999;
    font-size: 14px;
}

#cc-form-header {
    background: #0b9ad6;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#08638a), to(#0b9ad6));
    background: -webkit-linear-gradient(top, #0b9ad6, #08638a);
    background: -moz-linear-gradient(top, #0b9ad6, #08638a);
    background: -ms-linear-gradient(top, #0b9ad6, #08638a);
    background: -o-linear-gradient(top, #0b9ad6, #08638a);
}

#cc-form-img {
    position: relative;
    top: -10px;
    left: 5px;
    display: block;
    float: left;
    height: 72px;
    width: 60px;
}

#cc-form-title {
    font-size: 16px;
    color: white;
    float: right;
    width: 137px;
    font-weight: bold;
    line-height: 15px;
    margin-top: 20px;
}

#cc-form-body {
    padding: 10px 10px 0;
    font-size: 12px;
}

#cc-form-fields {
    padding: 10px;
}

#cc-form-fields div {
    width: 200px;
}

#cc-form-fields input {
    width: 185px;
}
/*
#cc_submit {
    background: #ca7405;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e));
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405);
    background: -moz-linear-gradient(top, #f2b82e, #ca7405);
    background: -ms-linear-gradient(top, #f2b82e, #ca7405);
    background: -o-linear-gradient(top, #f2b82e, #ca7405);
    margin: 14px 0 2px;
    padding: 12px 12px;
    width: 194px !important;
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(104, 101, 101, .8);
    font-size: 15px;
}
*/
#cc_submit {
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
    padding: 3px 10px;
    background: #f2b82e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e));
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405);
    background: -moz-linear-gradient(top, #f2b82e, #ca7405);
    background: -ms-linear-gradient(top, #f2b82e, #ca7405);
    background: -o-linear-gradient(top, #f2b82e, #ca7405);
    margin: 0 auto;
    width: 193px !important;
}

body.site-prefix-fabretail #cc_submit  {
    background: #6a386b !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#17082A), to(#6a386b)) !important;
    background: -webkit-linear-gradient(top, #6a386b, #17082A) !important;
    background: -moz-linear-gradient(top, #6a386b, #17082A) !important;
    background: -ms-linear-gradient(top, #6a386b, #17082A) !important;
    background: -o-linear-gradient(top, #6a386b, #17082A) !important;

    box-shadow: none;
}

body.site-prefix-fabretail #cc_submit:hover {
    background: #17082A !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6a386b), to(#17082A)) !important;
    background: -webkit-linear-gradient(top, #17082A, #6a386b) !important;
    background: -moz-linear-gradient(top, #17082A, #6a386b) !important;
    background: -ms-linear-gradient(top, #17082A, #6a386b) !important;
    background: -o-linear-gradient(top, #17082A, #6a386b) !important;
}

/* Become a Dealer form, Free sample form */
#wpcf7-f1941-p366-o1 .form-label, #wpcf7-f1856-p1850-o1 .form-label {
    width: 110px;
    padding: 4px;
}

#wpcf7-f1941-p366-o1 .form-input, #wpcf7-f1856-p1850-o1 .form-input {
    padding: 4px;
}

#wpcf7-f1941-p366-o1 .form-input input[type=radio] {
    width: 20px
}

#wpcf7-f1941-p366-o1 .form-input .account-type .wpcf7-list-item {
    display: block;
}

#landing_page_contact_form_container {
    margin-top:10px;
}

#landing_page_contact {
    float:left;
    width:480px;
    text-align: right;
}

#landing_page_right_content {
    float:left;
    margin-left:20px;
    width:300px;
}

#landing_page_bottom_content {
    overflow: hidden;
}

#color_checkbox_table {
    border-collapse: collapse;
}

#color_checkbox_table tr td{
    border:1px solid #848484;
    padding:4px;
}

.color_bg {
    font-weight: bold;
    color:#000;
}

#yellow_bg {
    background-color:#FFF100;
}

#red_bg {
    background-color:#D2262A;
}

#green_bg {
    background-color:#40AD48;
}


#blue_bg {
    background-color:#24408E;
    color:#fff;
}

#black_bg {
    background-color:#000;
    color:#fff;
}

#header_row td{
    font-weight: bold;
}

#landing_page_contact_form tr td {
    padding:4px;
}

#landing_page_contact_form .form_label {
    width:150px;
    text-align: right;
    padding-right:8px;
}

#landing_page_contact_form input[type="text"], #landing_page_contact_form input[type="email"]{
    width:100%;
    position: relative;
    right:4px;
}

#landing_page_contact_form img {
    display:none;
}

#landing_page_contact_form #zipcode {
    width:100px;
}

#landing_page_content {
    position: relative;
}

#landing_page_tagline {
    background-color: #6BCDE8;
    color: #000000;
    padding: 7px 0 7px 100px;
    width: 830px;
    font-weight: bold;
}

.landing_page_paragraph p {
    margin-top:10px;
    font-size:20px;
}

.landing_page_paragraph ul {
    width:500px;
}

.landing_page_paragraph table tr td ul {
    width:440px;
}

#landing_page_wrapper {
    margin-left:20px;
    padding-bottom:40px;
}

#landing_page_wrapper .entry-title{
    display: none;
}

#transparent_guy {
    position: absolute;
    right:65px;
}

#landing_page_right_content {
    float: left;
    margin-left: 40px;
    padding: 10px;
    width: 400px;
    font-weight:bold;
    text-align: center;
}

#landing_page_right_content .section {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #ccc;
}

.gradient_button {
    background: #f2b82e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e));
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405);
    background: -moz-linear-gradient(top, #f2b82e, #ca7405);
    background: -ms-linear-gradient(top, #f2b82e, #ca7405);
    background: -o-linear-gradient(top, #f2b82e, #ca7405);
    color: #FFFFFF !important;
    display: inline-block;
    font-weight: bold;
    height: 35px;
    padding: 3px 20px;
    text-shadow: none;
    text-transform: uppercase;
    cursor: pointer;
    padding-top:10px;
    text-decoration: none;


}

.gradient_button:hover {
    color:#CCC !important;
}

.contact-name-field {
    width: 151px;
}

article.type-post table {
    border: 12px inset rgb(128, 128, 128);
    border-collapse: separate;
    outline-color: rgb(64, 64, 64);
}

article.type-post th, article.type-post td {
    border: 1px solid black;
}

#container {
    float: right;
}

.woocommerce-account form.login {
    width: 50%;
    margin: 0 auto;
}

.woocommerce-account .woocommerce h2 {
    text-align: center;
}

.woocommerce input.checkout-button,
.woocommerce input.button.alt,
.woocommerce button.button.alt,
.shopping_pad_container input.shopping_pad_add_cart_button,
.woocommerce .add_cart_button {
    background: #f2b82e !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e)) !important;
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405) !important;
    background: -moz-linear-gradient(top, #f2b82e, #ca7405) !important;
    background: -ms-linear-gradient(top, #f2b82e, #ca7405) !important;
    background: -o-linear-gradient(top, #f2b82e, #ca7405) !important;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
    font-size: 100%;
    margin: 0;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    overflow: visible;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: 700;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
    outline: none;
    position: relative;
    left: 5px;
}

body.site-prefix-fabretail.woocommerce input.checkout-button,
body.site-prefix-fabretail button.button.alt,
body.site-prefix-fabretail input.button.alt,
body.site-prefix-fabretail.woocommerce .shopping_pad_container input.shopping_pad_add_cart_button,
body.site-prefix-fabretail.woocommerce .add_cart_button,
body.site-prefix-fabretail #add_view_cart_link input {
    background: #6a386b !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#17082A), to(#6a386b)) !important;
    background: -webkit-linear-gradient(top, #6a386b, #17082A) !important;
    background: -moz-linear-gradient(top, #6a386b, #17082A) !important;
    background: -ms-linear-gradient(top, #6a386b, #17082A) !important;
    background: -o-linear-gradient(top, #6a386b, #17082A) !important;

    box-shadow: none;
}

body.site-prefix-fabretail input.checkout-button:active,
body.site-prefix-fabretail button.button.alt:active,
body.site-prefix-fabretail input.button.alt:active,
body.site-prefix-fabretail .shopping_pad_container input.shopping_pad_add_cart_button:active,
body.site-prefix-fabretail .add_cart_button:active {
    background: #17082A !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6a386b), to(#17082A)) !important;
    background: -webkit-linear-gradient(top, #17082A, #6a386b) !important;
    background: -moz-linear-gradient(top, #17082A, #6a386b) !important;
    background: -ms-linear-gradient(top, #17082A, #6a386b) !important;
    background: -o-linear-gradient(top, #17082A, #6a386b) !important;
}

.shopping_pad_container .shopping_pad_add_button,
.woocommerce-page .add_all_cart_button {
    margin-left: 48px;
    font-size: 100%;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    overflow: visible;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: 700;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #5e5e5e;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border: 1px solid #c8bfc6;
    background: #f7f6f7;
    background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
    background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
    background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
    background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
    white-space: nowrap;
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
}

#fabent-product .add_cart_button {
    float: right;
    margin: 0;
    left: 0;
}
#fabent-product .add_all_cart_button {
    float: left;
    margin: 0;
    left: 0;
}

#fabent-product a.reset_variations {
    display: none !important;
}

#fabent-product h1.page-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

table.variations, table.variations td {
    border: none !important;
    margin-bottom: 0;
}
table.variations td.label {
    font-weight: bold;
}

.woocommerce-page .coupon .input-text {
    font-size: 0.9em !important;
    width: 102px !important;
}

.woocommerce form .form-row {
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce form .form-row-first {
    width: 46%;
}

.woocommerce form .form-row-last {
    clear: none;
    width: 46%;
}

.woocommerce form .form-row-wide {
    width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-fields .notes textarea {
    height: 100px;
    width: 350px;
}

.woocommerce-shipping-fields .shipping_address {
    display: block !important;
}

#shipping_label {
    float: left;
    width: 40%;
}

#shipping_address_select {
    width: 60%;
}

.woocommerce .cart_totals table th {
    width: 50% !important;
}

.shopping_pad_container li {
    margin-bottom: 5px;
}

.shopping_pad_sku_field {
    width: 90px;
    margin-right: 10px;
}

.shopping_pad_qty_field, .fabent-product-qty input {
    width: 60px;
}

.woocommerce-page .related ul li.product {
    width: 21% !important;
    clear: none !important;
    margin: 0 3.8% 2.992em 0 !important;
}

.shopping_pad_container li .shopping_pad_result img {
    position: relative;
    top: 2px;
}

.headerLinks img {
    position: relative;
    top: 2px;
}

table.cart .clear-cart, table.cart .save-cart {
    float: left;
    width: 15%;
}

body.tax-product_cat div.search_results_item_wrapper:last-child .search_result_separator {
    display: none;
}

body.tax-product_cat div.related ul li img {
    width: auto !important;
    height: auto !important;
    max-height: 160px !important;
}

body.tax-product_cat div.related .woocommerce-main-image {
    height: 160px;
}

body.tax-product_cat #fabent-product h1.page-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.woocommerce-breadcrumb {
    margin: 0.5em 0 1em 1em !important;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.woocommerce-breadcrumb a {
    color: #0a8ec4 !important;
}

.woocommerce-breadcrumb a.home {
    display: none;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.fabent-product-accordion .fabent-product-images-container {
    float: left;
    width: 320px;
    padding: 0 0 0 25px;
    text-align: center;
}

.fabent-product-accordion .image-slider-images {
    /*text-align: center;*/
    margin: 0;
    padding: 0;
    text-align: center;
}

.fabent-product-accordion .image-slider-images, .fabent-product-accordion .image-slider-images li {
    height: 300px;
    width: 100%;
    text-align: center;
}

.fabent-product-accordion .image-slider-images img {
    max-height: 295px;
    max-width: 320px;
    width: auto;
    height: auto;
    float: none !important;
    margin: 0 auto;
    cursor: zoom-in;
}
.fabent-product-accordion .image-slider-pager {
    /*width: 100%;*/
    /*position: relative;*/
    margin: 0;
    padding: 0;
    /*left: 20%;*/
    text-align: center;
}

.fabent-product-accordion .image-slider-pager li {
    position: relative;
    /*float: left;*/
    list-style-type: none;
    border: 2px solid black;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
}

.fabent-product-accordion .image-slider-pager a {
    width: 100%;
    height: 100%;
}

.fabent-product-accordion .image-slider-pager img {
    margin: 0 auto;
    max-height: 80px;
    max-width: 80px;
}

#saved-carts-list {
    list-style-type: none;
}

#saved-carts-list li {
    padding: 6px 12px;
    border: 1px solid gray;
    width: auto;
    max-width: 70%;
    margin-bottom: 3px;
}

#saved-carts-list li a.saved-cart-delete, #saved-carts-list li a.saved-cart-edit {
    text-decoration: none;
    float: right;
    font-size: 0.8em;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

#saved-carts-list li a.saved-cart-delete img, #saved-carts-list li a.saved-cart-edit img {
    position: relative;
    top: 2px;
    height: 14px;
    width: 14px;
}

#saved-cart-name-dialog-form {
    display: none;
}

#saved-cart-name {
    width: 400px;
}

.wpcf7-not-valid-tip {
    clear: both;
    float: left;
}

#add_view_cart_link {
    float: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#add_view_cart_link input {
    cursor: pointer;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
    border-radius: 2px;
    border-style: none;
    outline: none;
    display: inline-block;
    width: 180px;
    height: 16px;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    padding: 10px 12px;
    background: #f2b82e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e));
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405);
    background: -moz-linear-gradient(top, #f2b82e, #ca7405);
    background: -ms-linear-gradient(top, #f2b82e, #ca7405);
    background: -o-linear-gradient(top, #f2b82e, #ca7405);
}

body.site-prefix-fabretail #add_view_cart_link input {
    height: 35px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 62%;
}

.woocommerce #content table.cart a.remove:hover, .woocommerce table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover {
    background: none;
}

.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
    padding: 0;

}

.woocommerce td.product-name dl.variation dd p {
    margin: 2px 0 0 10px;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dt {
    margin: 0;
}

.ui-widget {
    font-size: 1.0em;
}

.ui-widget-overlay {
    background: #000;
}

.ui-dialog table.variations td {
    padding: 5px;
}

#fabent-products-pagination {
    margin-bottom: 30px;
    text-align: center;
    width: 800px;
}

#fabent-products-pagination .page-numbers, #fabent-products-pagination .current {
    background-color: #CFCFCF;
    border-radius: 4px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
}

#fabent-products-pagination .current {
    color: white;
    background-color: #0A7AAA;
}

#fabent-products-pagination .prev, #fabent-products-pagination .next {
    background: none;
    color: black;
}

@media print {
    div.headerRight {
        display: none !important;
    }

    header > nav {
        display: none !important;
    }

    div#main > div#secondary {
        display: none !important;
    }

    body, #main, #primary, #content, div.search_result_content, .fabent-product-options-details > div, #fabent-product-description {
        width: 100% !important;
    }

    div.fabent-product-options-downloads {
        display: none !important;
    }

    .search_result_content a {
        display: none !important;
    }

    span[class^="hiddenText_"] {
        display: inline !important;
    }

    footer {
        display: none !important;
    }
}

.fabent_error{
    color: red;
    font-weight: bold;
}

.shipping_calculator{
    display:none;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label{
    text-align:left;
}

#save_billing_address, #save-address-button {
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
    padding: 3px 10px;
    background: #f2b82e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca7405), to(#f2b82e));
    background: -webkit-linear-gradient(top, #f2b82e, #ca7405);
    background: -moz-linear-gradient(top, #f2b82e, #ca7405);
    background: -ms-linear-gradient(top, #f2b82e, #ca7405);
    background: -o-linear-gradient(top, #f2b82e, #ca7405);
}

#save-address-button {
    float: right;
}

#order_review .shop_table .product-name {
    width: 500px;
}

#order_review #payment .place-order {
    width: 100%;
}

#back_to_cart {
    float: left;
}

#place_order {
    float: right;
    padding: 10px 20px;
    margin-right: 5px;
    text-transform: uppercase;
}

/*.col2-set{ padding-bottom:140px;}*/
/*#save_address{position:absolute; top:950px; margin-left:390px}*/
a.toggle, a.toggle2, #save_address input[type=submit]{
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    color: rgba(0,0,0,.8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1;
    padding: .56em 1em;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    text-align:center;
    float:right;
}
a.toggle, a.toggle2{
    display:block;
    margin-left: 245px;
}
#save_address input[type=text]{ width:140px; padding:6px;}

#reset-password-form-container input {
    float: left;
    clear:left;
}

#wc-authorize-net-aim-exp-month,
#wc-authorize-net-aim-exp-year,
#wc-authorize-net-aim-csc {
    float: left;
}

.woocommerce a.checkout-button {
     position: relative;
     top: 2px;
}

body.site-prefix-fabretail .headerLinks a,
body.site-prefix-fabretail .headerLinks span,
body.site-prefix-fabretail .footerLeft .footer-menu h1,
body.site-prefix-fabretail h1,
body.site-prefix-fabretail h2,
body.site-prefix-fabretail h3,
body.site-prefix-fabretail h4,
body.site-prefix-fabretail h5 {
    color: #633667;
}


body.site-prefix-fabretail #fabent-product-options th {
    background-color: #efd2e5 !important;
}

body.site-prefix-fabretail.woocommerce-account form.login {
    width: auto;
    margin: 2em 0;
}

body.site-prefix-best.woocommerce-account form.login {
    width: auto;
    margin: 2em 0;
}

.woocommerce .woocommerce-message {
    border: 1px solid  #8fae1b;
    border-top: 3px solid #8fae1b;
}

.woocommerce-checkout #payment {
    background: none;
}

.woocommerce form .form-row .select2-container {
    line-height: 1.6em;
}

.woocommerce-checkout-payment .woocommerce_checkout_place_order {
    float: right;
}

.woocommerce-checkout-payment .place-order {
    width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    text-align: right;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

@media only screen and (max-device-width : 550px) {

    body.site-prefix-fabretail header.site-header {
        height: auto;
    }

    body.site-prefix-fabretail nav {
        width: 100%;
        margin: 0 0 2em 0;
    }

    body.site-prefix-fabretail #menu-main {
        height: auto;
        width: auto;
    }

    body.site-prefix-fabretail #main {
        margin-top: 2em;
    }
}

ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

.woocommerce .cart_item .product-thumbnail img {
    max-height: 100px;
    max-width: 40px;
}

.new-product-flag, .featured-product-flag {
    color: red;
}

/* Ticket Submission CSS */

.submit-ticket .entry-form label h5 {
	margin: 0.5em 0;
}
.submit-ticket .entry-form #ticket-body {
	margin-bottom: 1em;
}

body.page-template-brands-sub .search_result_image {
    width: 150px !important;
}
body.page-template-brands-sub .search_result_image img {
    height: auto;
    width: auto;
    max-width: 150px !important;
    max-height: 150px !important;
}


.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: auto;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 20%;
}

#internal_shipping_quote_results p {
    margin: 8px 0 0 0;
}
#internal_shipping_quote_results ul {
    margin: 0 0 0 1em;
}
#internal_shipping_quote_results li {
    font-size: 0.9em;
    margin: 0 0 0 1em;
    list-style-type: square;
}


.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="text"],
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="text"] {
    font-size: 1em !important;
    padding: 3px !important;
}

.payment_box.payment_method_authorize_net_cim_credit_card p.form-row {
    text-align: left;
}

body.woocommerce-account h2#wc-authorize-net-cim-my-payment-methods {
    display: none;
}


.search-results-thumb {
	width: 45px !important;
}

.swiftype-widget .autocomplete {
	border: 1px solid gray;
	top: 156px !important;
}

.swiftype-widget .autocomplete li {
	vertical-align: middle;
	clear: left;
	padding: 0 !important;
	height: 40px;
}
.swiftype-widget .autocomplete .autocomplete-title{
	display: block;
    padding: 5px 8px;
    float: left;
    word-wrap: break-word;
    width: 250px;
}

.swiftype-widget .autocomplete .autocomplete-thumb {
	height: auto;
    width: auto;
    max-height: 40px;
    max-width: 40px;
	display: block;
    float: left;
}

body.search-results nav.paging-navigation {
	width: 750px;
}

.search_result_description   span[class^="hiddenText_"],
#fabent-product-description-text  span[class^="hiddenText_"],
.fabent-product-options-description span[class^="hiddenText_"] {
	color: rgb(64, 64, 64);
}