@import url('https://fonts.googleapis.com/css?family=Montserrat');
@font-face {
	font-family: 'LithosPro';
	src: url('/static/fonts/lithospro-light-webfont.eot');
	src: local('&#9786;'),
 url('/static/fonts/lithospro-light-webfont.woff') format('woff'),
 url('/static/fonts/lithospro-light-webfont.ttf') format('truetype'),
 url('/static/fonts/lithospro-light-webfont.svg#webfontYutOQrkJ') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LithosProRegular';
	src: url('lithospro-regular-webfont.eot');
	src: local('&#9786;'), url('/static/fonts/lithospro-regular-webfont.woff') format('woff'), url('lithospro-regular-webfont.ttf') format('truetype'), url('lithospro-regular-webfont.svg#webfontWbAih5Fc') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LithosProExtraLight';
	src: url('lithospro-extralight-webfont.eot');
	src: local('&#9786;'), url('/static/fonts/lithospro-extralight-webfont.woff') format('woff'), url('lithospro-extralight-webfont.ttf') format('truetype'), url('lithospro-extralight-webfont.svg#webfontvJca6X07') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LithosProBold';
	src: url('/static/fonts/lithospro-bold-webfont.eot');
	src: local('&#9786;'), url('/static/fonts/lithospro-bold-webfont.woff') format('woff'), url('/static/fonts/lithospro-bold-webfont.ttf') format('truetype'), url('/static/fonts/lithospro-bold-webfont.svg#webfontEEptLzTi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LithosProBlack';
	src: url('lithospro-black-webfont.eot');
	src: local('&#9786;'), url('/static/fonts/lithospro-black-webfont.woff') format('woff'), url('lithospro-black-webfont.ttf') format('truetype'), url('lithospro-black-webfont.svg#webfontO7MGyQQt') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------*\
|* global interface *|
\*------------------*/
html {
max-width:100%;overflow-x:hidden;
}
body {
  margin: 8px 0px;
  padding: 0px;
  color: #000;
  background: #ffffff;
  font: normal 14px Montserrat,Verdana,Arial,Helvetica;
  text-align: center;
  max-width:100%;
}
img {
  border: 0px;
  max-width:100%;
  height:auto;
}
iframe {max-width:100%;}
/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 12px Montserrat,tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}
.button, select, .buttonw {
 border:1px solid #EE2F8C;
 background:#fff;
 color:#000;
 font-family: Montserrat;
 font-size:12px;
 padding:3px;
  margin:2px;  
}


/* links */
a {
    color:#0000EE;
    text-decoration: none;
}
a:visited {
  color:#0000EE;
}
a:hover {
  text-decoration: underline;
}

/* headings */
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
  font-family: "LithosProBold";
  font-weight:normal;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 14px;
  font-weight:normal;
}
h5 {
  font-weight: normal;
  font-size: 12px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#home #wrapper {
  margin: 0px auto;
  max-width: 1425px;
  text-align: left;
  width:100%;
}

#wrapper {
  margin: 0px auto;
  max-width: 1425px;
  text-align: left;
  width:100%;
}


/*--------*\
|* header *|
\*--------*/
#logo {
  background: transparent url(/images/cafe_pasquals_logo.jpg) center center no-repeat;
  background-size: contain;
  height: 100%;
  max-height: 100%;
  max-width: 336px;
  position: relative;
  text-indent: -9999px;
  width: 85%;
  margin:0px auto;
 
}
#logo h1, #logo a {
  height: 100%;
  margin: 0px;
  outline: none;
  width: 100%;
}
#logo a {
  display: block;
  text-decoration: none;
}
#marqueeheader {text-align:center;}
#header {
  background-position:top center;
  background-repeat: no-repeat;
  background-size: contain;
  height:215px;
  max-height:215px;
  width:100%;
  max-width:645px;
  position:relative;
  text-align:center;
  margin:0 auto;
}
#catheader {clear:both;}
#loginbar {
  float: right;
  text-align: right;
}
#loginbar a {
  margin-top: 25px;
  padding: 10px 30px 10px 0px;
  color: #212126;
  font-weight: bold;
  display: block;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {

}
#loginbar a.out {

}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #edf2cb;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 22px;
  padding: 18px 5px 5px 5px;
  border-top: 1px solid #ccc;
  font-size:11px;
  line-height:19px;
  font-family: LithosProBold;
}
.footerc {
 text-align:center;
}
#footer img {
padding:5px
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
}
.vcard .org {display:block;}
#social_media {
 position:relative;
 margin:0 auto;
 max-width:350px;
 margin-bottom:20px;
 text-align:center;
 vertical-align:middle;
 border:0px solid;
 font-size:20px;

}
#social_media td {border:0px solid}
.f-between{clear:left;padding:0 12px;text-align:center}

.sm-link{border:0px solid;font-size:10px;display:inline-block;vertical-align:middle;}
.likeusonfb,.plusone,.gplus-share{display:table-cell0;;text-align:center}

.social_link {height:50px;display:table-cell;vertical-align:middle;text-align:center}
.social_link span {display:table-cell;vertical-align:middle;text-align:center}
.plusone .social_link{overflow:hidden;margin:0 auto;max-width:68px;}


#credits {color:#999;}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #e2e1eb;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.error_font {color:#fff;}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}


/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
 text-align:center;
 clear:both;
 padding-top:13px;
 font-family: LithosProBold;
 font-size:15px;
}

#contentfooter a {
  display:inline-block;
  padding:0px 8px 16px 8px;
 
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 0px solid #e2e1eb;

  clear:both;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: right;
  position: relative;
  display: none;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#marquee {margin-bottom:25px;font-family:LithosProBold,Arial,Helvetica,sans-serif;font-size:13px;}
#marquee a {padding:25px;}
#marquee .marquee-between {
  background:url(/images/pasqual_marquee_icon.png) center center no-repeat;
  display:inline-block;
  height:12px;
  width:12px;
}
.menulist tr {vertical-align: top;}
.menulist-between {
  background:url(/images/menulist_icon.png) top left repeat-x;
  background-size:auto 61%;
  display:block;
  height:12px;
}
.footnote-indicator {
  background:url(/images/footnote_icon.png) center right no-repeat;
  background-size:auto 80%;
  display:inline-block;
  height:14px;
  width:18px;
}

#content {
  margin: 0px 10px;
  padding: 10px;
  background: #ffffff;
  line-height: 20px;
}
#content.content-w-leftbar{
    padding-left:280px;
}

.content-right {
 float:right;
 border-left:1px solid #91867f;
 padding:10px 0px 10px 20px;margin:-20px 20px 10px 20px;
}
.content-left {float:left;
    margin-bottom:40px;
    margin-left:-280px;
    width:280px;
    text-align:center;
    border:0px solid
}
.content-left div {margin:0 auto;}

#content.content-w-leftbar-and-links .content-left{
        margin-left:0px;
}
/*---------------*\
|* content-bottom *|
\*---------------*/
#content-bottom-wrapper {clear:both; padding-top:20px; text-align:center;}
#content-bottom-wrapper span {
  display:inline-block;
  padding:0px 20px 10px 0px
}
#content-bottom-wrapper a.on {font-weight:bold}
.NDR .rightbar {width:155px;}
.LDR #content {}
.LDN #content {}
.LNN #content {}
.LNR #content {}
.NDR #content {}
.NDN #content {}
.NNN #content {}
.NNR #content {}


/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

#rightbarimagewrapper {
  float:right;
  min-width:240px;
  width:40%;
  margin-left:12px;
  border:px solid;
  text-align:center;
}

#home .subcategorywrapper {
 width:700px;
 max-width:58%;
 text-align:center;
 border:0px solid;
 float:left;
}
#galleryhomepage{
  border:0px solid;width:40% !important;
  text-align:center;
}
/*on a category page. not the home page*/
#subcategories  {
 margin-top:16px;
 max-width:58%;
 text-align: center;

}
.subcategory {
  box-sizing:border-box;
  display:inline-block;
  width:200px;
  height:200px;
  padding:6px 6px 6px 6px;
  text-align:center;
  overflow:hidden;

}
@media (max-width:1091px) {
  .subcategory {
    height:150px;
    width:150px;
  }
}
@media (max-width:833px) {
  .subcategory {
    height:130px;
    width:130px;
  }
}
@media (max-width:559px) {
  .content-right {
    padding:10px 0px 10px 0px;margin:-20px 20px 10px 20px;
  }
  #subcategories {
    width:40%;
    width:calc(100% - 260px);
  }
  .subcategory {
    height:auto;
    width:100%;
    float:left;
    clear:left;
  }
  #home .subcategory {
    width:120px;
    display:inline-block;
    float:none;
    clear:none
  }
}
@media (max-width:465px) {
  #home .subcategory {
    width:150px;
    display:inline-block;
    float:none;
    clear:none
  }
}


@media (max-width:400px) {
  #subcategories {
    width:100%;
    max-width:100%;
  }

  .subcategory {
    height:auto;
    width:220px;
    float:none;
    clear:left;
    margin:0 auto 10px auto;
  }
  #home .subcategorywrapper {
    width:100%;
    max-width:100%;
  }
  #home .subcategory {
    width:135px;
    display:inline-block;
    float:none;
    clear:none
  }
  #home #galleryhomepage {width:100% !important;margin-bottom:20px;}
}


.subcategorywrapper .subcategory img,
#subcategories .subcategory img {
width:100%;
}



/*-----------------*\
|* global elements *|
\*-----------------*/
.floatleft, .align-left {float:left;max-width:100%;margin-right:12px;margin-bottom:12px;}
.floatright, .align-right {float:right;max-width:100%;margin-left:12px;margin-bottom:12px;}
img.floatleft,.floatleft img {margin:0 15px 15px 0px;}
img.floatright, .floatright img {margin:0 0 15px 15px;}
.floatright #gallery img {margin:0 0;}
.floatcenter, .align-center {display:block;margin:15px auto;max-width:100%;}

.floatright .caption,.floatleft .caption  {margin-top:-15px;}
.floatright .caption {margin-left:15px;}
.winelist td{
  padding:2px;
  border:0px solid;
}


.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 0px;
  height: 0px;
  font-size: 1px;
}
.shadowtop {
}
.shadowbottom {
}
.shadowleft {
}
.shadowright {
}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}

#linklistings-wrapper {
 text-align:center;
}
/* links */
.linklisting {text-align:left;}

.linklisting-product {
  font-size:13px;
  margin: 7px .5%;
  padding:0 0% 0 0%;
  border:0px solid;
  max-width:18%;
  min-width:150px;
  width:100%;
  vertical-align:bottom;
  box-sizing:border-box;
  display:inline-block;
  text-align:left;
  position:relative;
  background:#f7f7f7;
  border-bottom:2px solid #DEDEDE;
  border-radius:8px;
    
}

.linklisting-product .linkdescription {
  position:relative;
  border:0px solid;
  /*! height:110px; */
  9display: table-cell;
  vertical-align: bottom;
width:100%;
  padding:0px 7px;
}

  
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 7px;
  display:inline-block;
  outline:0px solid;
  min-height:40px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.thumbnailwrapper {
  width:100%;
  display:inline-block;

  text-align:center;
  position:relative;
}

/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}

.linklisting .product {
  position:relative;
 float:none;
 width:100%;
 border-bottom:1px dotted #ccc;
 border-top:1px dotted #ccc;
 padding:6px 0px;
}
#detailed .product form{

 border-bottom:1px dotted #ccc;
 border-top:10px dotted #ccc;
 padding:6px 0px;
}

.prod-title{display: none;}
.prod-prop1{display:block}
.prod-prop2{}
.prod-price{display:block;}
.prod-price-available{}
.prod-price-sold{}
.prod-price-call{color:orange;}
.prod-price-out{color:red;}
.prod-add{display:block;}
.prod-quantity input{width:50px;margin:8px;}


#detailed h2 {margin-top:0px;line-height:100%;}
#detailed h3 {border-bottom:1px solid #AAAAAA;clear:both;margin:0px 10px 40px 10px;padding-bottom:30px;}
#detailed h3.also-shown {border:0px;margin-top:40px;margin:30px 0px;padding:0px 0px;margin-bottom:0px;}
#detailed .content-left{
  width:55%;
  border:0px solid;
  margin:0px 0px 40px 0px;
  padding:0px;
  min-width:250px;
  clear:left;
}

#detailed .content-right{
  float:left;
  margin:0px 0%;
  clear:right;
  width:40%;
  border:0px solid;
  min-width:250px;
}

.grid-detail {
  position:relative;
  border:0px solid;
  width:100%;
  float:left;
  text-align:center;
}
.grid-detail .gallerydetail {position:absolute;height:100%;width:100%;text-align:center;}
.grid-detail img {}
.grid {
  border:0px solid;
  width:22%;
  float:right;
  text-align:center;
}
.grid .gallerylisting:hover{
  cursor:pointer
  
}
.grid .gallerylisting  {
  margin-bottom:20px;
}

@media (max-width:640px ){
  .grid-detail .gallerydetail {position:relative;}
  #detailed .content-left{
    width:100%;
    margin-bottom:0px;
  }
  #detailed .content-right{
    width:90%;
    clear:left;

  }
  #detailed .grid-detail {
    height:unset;
    max-height:unset;
  }
}

#stbar {9min-height:60px;padding-top:20px;clear:left;}
#stbar>span {display:inline-block;padding-bottom:15px;vertical-align:middle}
.st-wrapper {
  border:1px solid #ECECEC;
  display:inline-block;
  padding:6px 0px 6px 0px;
  min-width:60px;
  margin-bottom:10px;
  vertical-align:bottom;
  border-radius: 4px;
  text-align:center;
}
.st-wrapper:hover {background:#ECECEC;}
.st-wrapper span:first-child{
  border:0px solid;
  display:inline-block;
  9height:30px;
  vertical-align:middle
}
.st-wrapper .st_fbsend{
  margin-top:0px;
}
.st-wrapper .st_plusone{
  margin-top:1px;
}




/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 9px;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
}


/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}


/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none !important;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  position:relative;
  margin: 0px;
  text-align: right;
  clear:both;
  float:right;
  display:inline-block;
  z-index:0;
  margin-bottom:10px;

}
.crumb{float:left;margin-bottom:15px;}

#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}




.gallerywrapper,.gw1,.gw2,.gw3,.gw4,.gw5,.gw6,.gw7,.gw8,.gw9,.gw10,.gw11,.gw12{/*float:left;*/position:relative;text-align:left;max-width:100%;}
.mainimage{overflow:hidden;z-index:1;max-width:100%;position:relative;margin:0 auto;}
.mainimage-caption{text-align:justify;}
.fade {position:relative;}
.fade .tgwrapper {max-width:100%;width:100%;}
.fade .mainimage-inner{max-width:100%;width:100% !important;position:relative;}
.mainimage-inner img{max-width:100%;width:100%;position:relative;height:auto;}

.fph{margin:-1px;}
.float-inside{position:absolute;}
.gw5 .float-inside{bottom:0px;}
.gw6 .float-inside{bottom:0;}
.gw7 .float-inside{bottom:0;}
.columns-numerical .float5{height:40px;}
.columns-numerical .fph5{float:right;width:1px;height:80%;}
.scrollablewrapper{z-index:99999;max-width:100%;}
.scrollable{position:relative;overflow:hidden;height:100%;width:auto;}
.scrollh{width:20000em;position:absolute;height:100%;}
.scrollh .scrollable-column{float:left;max-height:100%;}

.scrollable-column .item {}
.scrollable-column .item .inner-item {max-width:94% !important;position:relative;margin:0 auto;}
.scrollable-column .item .inner-item img {width:100% !important;height:auto}

.scrollv{position:absolute;}
.slider-h a:link{border-top:5px solid yellow}
.slider-h a.current{background:#880C23;border-top:5px solid red}
.slider-v a.current{background:#880C23;border-top:5px solid red}
.gallerywrapper .item{float:left;box-sizing:border-box;}
a.forward, a.backward{position:relative;z-index:9999;}
.browse{position:absolute;cursor:pointer;}
.browse{color:#7F8A5E;}
.browse:hover{color:#924523;text-decoration:none;}
.scrollable a.current{}
.scrollablewrapper span.right{margin:0;z-index:99999;}
.scrollablewrapper span.left{margin:0;z-index:99999;}
.scrollablewrapper span.disabled{visibility:hidden !important;}
.scrollable a,
.scrollable a:link,
.scrollable a:visited{display:block;text-align:center;}
.scrollable img {max-width:100%;max-height:100%;height:auto;}
.image img{}
.arrows{text-align:justify;}
.arrows .inner-item{}
.arrows a{height:auto;width:auto;}
.arrows a:link{float:left;height:auto;width:auto;}
.arrows a.current{float:left;height:auto;}
.char a{
   color:blue;font-size:20px;text-decoration:none;
   background:url(/images/button_radial_non-activated.png) center center no-repeat;
}
.char a:link{}
.char a.current{color:#DC871D;
   background:url(/images/button_radial_activated.png) center center no-repeat;
}
.tip{cursor:pointer;border:1px solid;padding:0px 3px;border-radius:8px;background:#fff;font-size:10px;vertical-align:super;}
.thetip{display:none;border:3px solid green;background:#fff;padding:5px;z-index:99999;box-shadow:0px 5px 15px #000;width:100%;}
.td-name .thetip{font-weight:normal;}
.tooltip{z-index:9999;display:none;padding:5px 5px 15px 5px;font-size:11px;border:3px solid gold;background:#fff;text-align:left;}
.tooltip .label{color:yellow;width:35px;}
.tooltip a{color:#ad4;font-size:11px;font-weight:bold;}

.slicknav_menu {display:none; }
.menu {position:relative;margin-top:10px;float:left;width:100%;max-width:100%;
  font-family:LithosProBold,Arial,Helvetica,sans-serif;font-size:15px;min-height:25px;}
.menui{/*overflow-x:hidden;*/width:100%; max-width:100%;background:#B4330F;position:relative;
  margin:0px 0 0px 0px;padding:0px 0 0px 0;z-index:999;text-transform:uppercase;}

.menui ul{width:960px;z-index:0;padding:0px 0px 0px 7px;margin:0 auto;list-style-type:none;line-height:1.5em;}
.menui li{float:left;margin:0px;padding:0px;position:relative;}
.menui ul li table{margin:-1px 0;m\argin:0;border-collapse:collapse;font-size:12px;}
.menui ul li ul{display:none;padding:1px;} 
.menui li ul li{width:100%;margin-left:0px;z-index:999;}
.menui li.li-first{width:100%;}
.menui li.li-alpha{float:left;width:1.5em;text-align:center}
.menui li.column-2{float:left;width:52%;}
.menui li.column-3{float:left;width:45%;}
.a-span{float:left;width:100%;}
.a-span a{float:left;}
.menui ul li a, .menui ul li a:visited, .nolink {
  float:left;text-decoration:none;
  margin:0px 0px 8px 0px;
  padding:0px;
  text-decoration:none;
  border:0px solid;
  margin-right:0px;
  text-decoration: none;
  text-transform:capitalize;
}
.menui ul li.nav-between{padding:0px 20px;text-indent:-9999px;}
.menui ul li.home a, .menui ul li.home a:visited{padding-right:0px;}
.menui ul li:hover{position:relative;z-index:999;}
.menui ul li:hover a, .menui ul li a:hover{ text-decoration:underline;}
.menui ul li:hover ul, .menui ul li a:hover ul{display:block;position:absolute;margin:0 0 0 0;
  top:16px;left:0px;height:auto;
  width:170px;

  background:#fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
  border-right:1px solid #98D522;
  border-left:1px solid #98D522;
  border-bottom:1px solid #98D522;
  padding:8px 10px 6px 10px;
  z-index:9999;

}
.menui ul li:hover ul li a, .menui ul li a:hover ul li a{
   clear:left;
   font-family:Montserrat,Verdana;
   font-weight:normal;text-transform:capitalize;margin:0;padding:4px 0px;height:auto;
   font-size:12px;width:100%;
   border-bottom:1px dotted #2c0001;
 }
.menui ul li:hover ul li a:visited, .menui ul li a:hover ul li a:visited{
   
}
.menui ul li:hover ul li:hover a:hover, .menui ul li a:hover ul li a:hover{text-decoration:underline;/*color:#b01712*/;background:transparent;}
.menui ul li:hover ul li a.active,.menui ul li:hover ul li a.ison,.menui ul li a:hover ul li a.active
{
 text-decoration:underline;
}

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }


/* 
 * code to replace slicknav arrows with images
 
.slicknav_nav .slicknav_arrow {display:inline-block;text-indent: -12px;overflow:hidden;vertical-align: middle;}

.slicknav_menu li.toplevel {
  border-bottom: 1px solid #90764b;
}
.slicknav_menu li.toplevel:last-child {
  border-bottom: none;
}
*/

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
    display:none;
    font-size:16px;
    padding:0px;
    width:350px;
    max-width:100%;
    float:right
}
/* Button */
.slicknav_btn {
    margin: 0px 5px 0px 0px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #0000EE;
max-width:350px;
  
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #0000EE;
}
.slicknav_nav {
    margin:0;
    padding:0;
    font-size:0.875em;
  
}
.slicknav_nav .nav-between{display:none;}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

/*shopping cart*/
#cart_wrapper {position:relative;  border:0px solid;  margin:0 auto ;  width:700px;  text-align:center;  max-width:94%;padding:0px;}
#cart_wrapper table{width:100%;border-collapse:collapse;padding:0px;margin:0px auto;}
#cart_wrapper table td{max-width:100%;padding:5px 3px;line-height:140%}
#cart_wrapper table td textarea{max-width:80%;}
#cart_wrapper table td input{max-width:150px;}
#cart_wrapper table td select{width:155px}
#cart_wrapper table,#cart_wrapper th { text-align:left;  max-width:100% !important;padding:0px;}
#cart_wrapper table.cartbuttons td {padding:0px 0px !important;}
.remember{max-width:250px;line-height:140%}
.cartbuttons {max-width:100%;line-height:140%}
.buttonw {min-width:180px;}
.button {margin-bottom:5px;}

/*
    Mobile Menu Core Style
*/

@media (max-width:920px) {
  .slicknav_menu {display:block;}
  .menui {display:none;}
}

@media (max-width: 630px) {
.gallerywrapper{max-width:100%;position:relative}
.mainimage{max-width:100%;max-height:100%;}
.fade{max-width:100%;max-height:100%;height:100%;}
.tgwrapper {max-width:100%;max-height:100%;height:100%;}
.scrollablewrapper {max-width:100%;position:relative}
.scrollable-column{max-width:500px;position:relative;}
.mainimage-inner{max-width:100%;max-height:100%;height:100%;text-align:center;margin:0 auto;}
.mainimage-inner img{max-width:100%;max-height:100%;text-align:center;margin:0 auto;}
.item {max-width:99%;}
.inner-item {max-width:95%;}
.image a {max-width:99%;}
.image img{max-width:14%;height:auto}
.gallerywrapper img {max-width:100%;height:auto;max-height:100%;width:auto;}
}
@media (max-width: 500px) {
  .cartbuttons-left{ display:inline-block;margin-right:0px;min-width:160px;width:48% !important;max-width:48% !important;text-align:center;}
  .cartbuttons-center{ display:inline-block;margin:0px auto;min-width:140px;width:45% !important;max-width:48% !important;text-align:center;}
  .cartbuttons-right{ float:left;width:100%;text-align:center;}
  .cartbuttons-right b{ display:block;}
}

@media(max-width:500px) {
 .linklisting-product { 
    max-width:45%; 
    min-width:100%; 
  }
  .thumbnailwrapper {border:0px solid;}
}

@media (max-width:385px) {

  .floatleft,.floatright {float:none !important;margin:0 auto 15px auto !important;display:block;}
  img.floatleft,.floatleft img {margin:0 auto;}
  img.floatright, .floatright img {margin:0 auto;}

  table.tbl-recalculate td {float:left;}
  td.recalculate-text{width:100%;}
  td.recalculate-button {text-align:center;width:98%;margin:0 0 0 0;}
}

@media (max-width:375px) {

  .button,.buttonw{width:220px !important;max-width:100% !important;border:1px solid;}
  .cart_items th,
  .cart_items th.itemcode,
  .cart_items th.itemname,
  .cart_items th.itemprops,
  .cart_items th.itemquant,
  .cart_items th.itemprice,
  .cart_items th.itemtotal {
    float:left;padding:2px 4px !important;
    box-sizing:border-box
  }
  .cart_items td{float:left;}
  .cart_items td.itemcode,.cart_items th.itemprops {float:left;}
  .cart_items td.itemcode {width:25%;}
  .cart_items td.itemname {width:70%;border:0px solid;clear:none;padding:4px 0px !important;}

  .cart_items th.itemprice,.cart_items th.itemquant,.cart_items th.itemtotal {float:right;}
  .cart_items td.itemprice{
    clear:both;
    float:left;
    width:40%;
    border:0px solid;
    box-sizing:border-box;
  }
  .cart_items td.itemquant{
    float:left;
    width:32%;
    border:0px solid;
    box-sizing:border-box;
    text-align:right;
  }
  .cart_items td.itemtotal {
    float:left;
    width:28%;
    border:0px solid;
    box-sizing:border-box;
  }
  .cart_items td.notespan {float:left;width:100%;}
  .cart_items td.itemprice {text-align:right;}
  .cart_items .lh {float:left;display:block;border:0px solid;text-align:right;width:50%; box-sizing:border-box;}
  .cart_items .lhv {float:left;display:block;border:0px solid;width:50%; box-sizing:border-box;text-align:right;}
  .cartbuttons-left{ width:100% !important;max-width:100% !important;}
  .cartbuttons-center{ width:100% !important;max-width:100% !important;}

}

/* stx expandable core CSS */
.expandable {
  position: relative;
}
.expandTrigger {
  position: absolute;
}
.expanded {
  height: auto;
  overflow: visible;
}
.collapsed {
  overflow: hidden;
}


/*YUK
.sale {
  color: #AA090F;
  font-size: 16px;
  font-weight: bold;
}
*/
.ajax {border:5px solid #000;}
#fancybox-outer {border:1px solid #ccc;box-shadow: 0px 0px 10px #ccc}
form .product {
  color: #000;
}

#fd-wide-widget-container-1-0 img{width:75px;height:auto}
