@charset "UTF-8";
@font-face {
  font-family: 'Minion';
  src: url("../fonts/CrimsonText-Regular.ttf") format("truetype");
  font-weight: normal;
}
/* line 14, ../scss/stylesheet.scss */
html {
  font-family: "Minion", Verdana, Geneva, sans-serif;
  /*font-size: 1em;*/
  color: #999999;
}

/* line 20, ../scss/stylesheet.scss */
body {
  margin: 0;
}

/* line 26, ../scss/stylesheet.scss */
h2 {
  color: #990000;
}

/* line 29, ../scss/stylesheet.scss */
a {
  text-decoration: none;
}

/* line 33, ../scss/stylesheet.scss */
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 40, ../scss/stylesheet.scss */
.Device {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8em;
}

/* line 46, ../scss/stylesheet.scss */
.StandardTextColor {
  color: #999999;
}

/* line 49, ../scss/stylesheet.scss */
.Wine {
  color: #990000;
}

/* line 55, ../scss/stylesheet.scss */
#header #logo h1 {
  margin: 0;
}
/* line 59, ../scss/stylesheet.scss */
#header #header-right {
  float: right;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6em;
}
/* line 64, ../scss/stylesheet.scss */
#header #header-right, #header #header-right a {
  color: #999999;
}

/* line 69, ../scss/stylesheet.scss */
#nav-wrapper {
  width: 100%;
  height: 44px;
  background-color: #990000;
}
/* line 73, ../scss/stylesheet.scss */
#nav-wrapper #nav {
  position: relative;
  z-index: 300;
}
/* line 76, ../scss/stylesheet.scss */
#nav-wrapper #nav div.menu_main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
/* line 81, ../scss/stylesheet.scss */
#nav-wrapper #nav div.menu_main ul li {
  display: inline-block;
  height: 30px;
  padding-top: 14px;
}
/* line 85, ../scss/stylesheet.scss */
#nav-wrapper #nav div.menu_main ul li a {
  padding: 0 20px 0 20px;
  color: #ffffff;
  font-size: 0.9em;
}
/* line 90, ../scss/stylesheet.scss */
#nav-wrapper #nav div.menu_main ul li a:hover {
  text-decoration: underline;
}
/* line 93, ../scss/stylesheet.scss */
#nav-wrapper #nav div.menu_main ul li a.WineListPopup {
  padding-right: 28px;
  background-image: url("/templates/wine/images/InvertedTriangle.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
/* line 101, ../scss/stylesheet.scss */
#nav-wrapper #nav #mega-menu {
  position: absolute;
  display: none;
  min-width: 75% px;
  z-index: 200;
  background-color: #e6e6e6;
  box-shadow: 0 10px 8px #666666;
}
/* line 108, ../scss/stylesheet.scss */
#nav-wrapper #nav #mega-menu div.nav {
  vertical-align: top;
  padding: 24px 26px 32px 26px;
  display: inline-block;
}
/* line 111, ../scss/stylesheet.scss */
#nav-wrapper #nav #mega-menu div.nav h3 {
  margin: 0 0 10px 0;
  color: #990000;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
}
/* line 119, ../scss/stylesheet.scss */
#nav-wrapper #nav #mega-menu div.nav ul {
  margin: 0;
  padding: 0;
}
/* line 122, ../scss/stylesheet.scss */
#nav-wrapper #nav #mega-menu div.nav ul li {
  display: block;
}
/* line 124, ../scss/stylesheet.scss */
#nav-wrapper #nav #mega-menu div.nav ul li a {
  color: #9e9e9e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
}
/* line 129, ../scss/stylesheet.scss */
#nav-wrapper #nav #mega-menu div.nav ul li a:hover {
  text-decoration: underline;
}
/* line 136, ../scss/stylesheet.scss */
#nav-wrapper #nav #search {
  display: none;
}
/* line 138, ../scss/stylesheet.scss */
#nav-wrapper #nav #search input {
  height: 18px;
  padding: 4px 8px 4px 12px;
  background-image: url("/templates/wine/images/Magnifier.png");
  background-position: right 8px center;
  background-repeat: no-repeat;
  border: 1px solid #a98282;
  color: #999999;
}

/* line 151, ../scss/stylesheet.scss */
#banner {
  background-color: #eeeeff;
}
/* line 152, ../scss/stylesheet.scss */
#banner .Slide {
  position: relative;
  width: 100%;
}
/* line 155, ../scss/stylesheet.scss */
#banner .Slide img {
  width: 100%;
  max-height: 600px;
  vertical-align: bottom;
}
/* line 160, ../scss/stylesheet.scss */
#banner .Slide .Text {
  position: absolute;
  top: 6%;
  left: 30%;
  color: #333333;
}
/* line 165, ../scss/stylesheet.scss */
#banner .Slide .Text h4 {
  font-size: 2em;
  color: #990000;
}
/* line 169, ../scss/stylesheet.scss */
#banner .Slide .Text p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
}

/* line 178, ../scss/stylesheet.scss */
#sub-nav-wrapper {
  width: 100%;
  /*	height: 74px;*/
  background-color: #999999;
}
/* line 183, ../scss/stylesheet.scss */
#sub-nav-wrapper #sub-nav .TileWrapper {
  display: inline-block;
}
/* line 186, ../scss/stylesheet.scss */
#sub-nav-wrapper #sub-nav .TileWrapper a .Tile {
  height: 54px;
  margin: 10px 0 10px 0;
  padding-top: 8px;
  box-sizing: border-box;
  border-right: 1px solid #b3b3b3;
  color: #ffffff;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
}
/* line 198, ../scss/stylesheet.scss */
#sub-nav-wrapper #sub-nav .TileWrapper a .RedWine {
  background-image: url("/templates/wine/images/GreyNavRedSpecials.png");
}
/* line 201, ../scss/stylesheet.scss */
#sub-nav-wrapper #sub-nav .TileWrapper a .WhiteWine {
  background-image: url("/templates/wine/images/GreyNavWhiteSpecials.png");
}
/* line 204, ../scss/stylesheet.scss */
#sub-nav-wrapper #sub-nav .TileWrapper a .WineByCountry {
  background-image: url("/templates/wine/images/GreyNavByCountry.png");
}
/* line 207, ../scss/stylesheet.scss */
#sub-nav-wrapper #sub-nav .TileWrapper a .AllWine {
  background-image: url("/templates/wine/images/GreyNavAllWines.png");
  border-right: none;
}

/* line 215, ../scss/stylesheet.scss */
#breadcrumb {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
}
/* line 218, ../scss/stylesheet.scss */
#breadcrumb ul {
  padding: 0;
  list-style: none;
}
/* line 221, ../scss/stylesheet.scss */
#breadcrumb ul li {
  display: inline-block;
}
/* line 222, ../scss/stylesheet.scss */
#breadcrumb ul li a {
  color: #999999;
  font-weight: normal;
}
/* line 227, ../scss/stylesheet.scss */
#breadcrumb ul li .divider {
  color: #990000;
  padding: 0 8px 0 8px;
}

/* line 234, ../scss/stylesheet.scss */
#content, #content-home {
  padding: 1px 0 1px 0;
  /*background-color: #f5f5f5;*/
}

/* line 240, ../scss/stylesheet.scss */
#content .contact dl dd, #content .contact dl dt {
  display: inline-block;
}
/* line 244, ../scss/stylesheet.scss */
#content .contact dt {
  width: 12%;
  padding-right: 2%;
  text-align: right;
  vertical-align: top;
}
/* line 250, ../scss/stylesheet.scss */
#content .contact dd {
  margin: 0;
  width: 75%;
  padding-right: 10%;
  vertical-align: top;
}
/* line 255, ../scss/stylesheet.scss */
#content .contact dd p {
  margin-top: 0;
}
/* line 259, ../scss/stylesheet.scss */
#content .contact .contact-form {
  margin-bottom: 88px;
}
/* line 261, ../scss/stylesheet.scss */
#content .contact .contact-form .control-group {
  margin: 8px 0 8px 0;
}
/* line 263, ../scss/stylesheet.scss */
#content .contact .contact-form .control-group .control-label {
  padding-right: 1%;
  text-align: right;
}
/* line 267, ../scss/stylesheet.scss */
#content .contact .contact-form .control-group .control-label, #content .contact .contact-form .control-group .controls {
  display: inline-block;
  vertical-align: top;
}
/* line 272, ../scss/stylesheet.scss */
#content .contact .contact-form button {
  margin-left: 14%;
  border: none;
  background-image: none;
  background-color: #990000;
  line-height: 3em;
  color: #ffffff;
  font-size: 0.8em;
  cursor: pointer;
  cursor: hand;
}
/* line 283, ../scss/stylesheet.scss */
#content .contact .contact-form button:hover {
  box-shadow: 0 0 5px #996666;
}

/* line 288, ../scss/stylesheet.scss */
div.pull-left {
  float: left;
}

/* line 291, ../scss/stylesheet.scss */
#content-home {
  padding: 1px 0 1px 0;
  background-color: #f5f5f5;
}
/* line 294, ../scss/stylesheet.scss */
#content-home .blog-featured-home {
  padding: 1px 0 0 0;
}
/* line 296, ../scss/stylesheet.scss */
#content-home .blog-featured-home h4 {
  padding-top: 32px;
  margin-top: 0;
  font-family: 'Minion';
  font-size: 1.2em;
  font-weight: normal;
  color: #990000;
}
/* line 304, ../scss/stylesheet.scss */
#content-home .blog-featured-home p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
}
/* line 308, ../scss/stylesheet.scss */
#content-home .blog-featured-home .pull-left {
  margin-right: 48px;
}

/* line 317, ../scss/stylesheet.scss */
.Title h2, .item-page-shop h2, .tag-category-shop h2, .blog-shop h2, .shop-category-shop h2 {
  margin: 0 24px 26px 0;
  background-image: url("/templates/wine/images/MaroonDot.png");
  background-repeat: repeat-x;
  background-position: left center;
  font-weight: normal;
}
/* line 323, ../scss/stylesheet.scss */
.Title h2 span, .item-page-shop h2 span, .tag-category-shop h2 span, .blog-shop h2 span, .shop-category-shop h2 span {
  padding-right: 16px;
  background-color: #ffffff;
  text-transform: uppercase;
}
/* line 330, ../scss/stylesheet.scss */
.Title .FullText h4, .item-page-shop .FullText h4, .tag-category-shop .FullText h4, .blog-shop .FullText h4, .shop-category-shop .FullText h4 {
  color: #990000;
  background-image: none;
  font-family: 'Minion';
  margin: 28px 0 12px 0;
  font-style: normal;
  font-weight: normal;
}

/* Override the Joomla menu settings for Product pages and just hide the menu title. */
/* line 344, ../scss/stylesheet.scss */
.item-page-shop .page-header h1 {
  display: none;
}

/* line 350, ../scss/stylesheet.scss */
#recommended-wines {
  padding: 1px 0 64px 0;
  position: relative;
}
/* line 354, ../scss/stylesheet.scss */
#recommended-wines #carousel {
  overflow: hidden;
}
/* line 356, ../scss/stylesheet.scss */
#recommended-wines #carousel .Tile {
  vertical-align: top;
}
/* line 358, ../scss/stylesheet.scss */
#recommended-wines #carousel .Tile .Border {
  position: relative;
  /*height: 340px;*/
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #ececec;
}
/* line 364, ../scss/stylesheet.scss */
#recommended-wines #carousel .Tile .Border img {
  float: left;
  height: 290px;
  padding: 26px 34px 24px 24px;
  vertical-align: top;
}
/* line 370, ../scss/stylesheet.scss */
#recommended-wines #carousel .Tile .Border .Details {
  width: 100%;
  white-space: normal;
  vertical-align: top;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
}
/* line 376, ../scss/stylesheet.scss */
#recommended-wines #carousel .Tile .Border .Details h4 {
  font-family: 'Minion';
  font-weight: normal;
  font-size: 1.2em;
  color: #990000;
}
/* line 383, ../scss/stylesheet.scss */
#recommended-wines #carousel .Tile .Border .product-price-container {
  position: absolute;
  bottom: 4em;
  left: 46%;
}
/* line 387, ../scss/stylesheet.scss */
#recommended-wines #carousel .Tile .Border .product-price-container .Price {
  color: #990000;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: bold;
}
/* line 393, ../scss/stylesheet.scss */
#recommended-wines #carousel .Tile .Border .product-price-container .Saving {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
}
/* line 399, ../scss/stylesheet.scss */
#recommended-wines #carousel .Tile .ButtonBar {
  height: 38px;
  background-color: #ececec;
}
/* line 402, ../scss/stylesheet.scss */
#recommended-wines #carousel .Tile .ButtonBar .CartButton {
  float: right;
  height: 38px;
  padding: 0 10px 0 10px;
  background-color: #990000;
}
/* line 407, ../scss/stylesheet.scss */
#recommended-wines #carousel .Tile .ButtonBar .CartButton a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6em;
  color: #ffffff;
  line-height: 38px;
}

/* line 419, ../scss/stylesheet.scss */
.Products, .shop-category-shop, .tag-category-shop, .blog-shop {
  padding: 1px 0 1px 0;
  position: relative;
}
/* line 423, ../scss/stylesheet.scss */
.Products .cat-children, .shop-category-shop .cat-children, .tag-category-shop .cat-children, .blog-shop .cat-children {
  width: 60%;
  margin: 0 auto 20px auto;
}
/* line 426, ../scss/stylesheet.scss */
.Products .cat-children > div, .shop-category-shop .cat-children > div, .tag-category-shop .cat-children > div, .blog-shop .cat-children > div {
  display: inline-block;
  width: 32%;
}
/* line 429, ../scss/stylesheet.scss */
.Products .cat-children > div h3, .shop-category-shop .cat-children > div h3, .tag-category-shop .cat-children > div h3, .blog-shop .cat-children > div h3 {
  margin: 0 0 12px 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-align: center;
}
/* line 434, ../scss/stylesheet.scss */
.Products .cat-children > div h3 a, .shop-category-shop .cat-children > div h3 a, .tag-category-shop .cat-children > div h3 a, .blog-shop .cat-children > div h3 a {
  color: #990000;
  font-weight: normal;
}
/* line 442, ../scss/stylesheet.scss */
.Products .Tile .Border, .shop-category-shop .Tile .Border, .tag-category-shop .Tile .Border, .blog-shop .Tile .Border {
  position: relative;
  /*height: 340px;*/
  vertical-align: top;
  box-sizing: border-box;
}
/* line 447, ../scss/stylesheet.scss */
.Products .Tile .Border img, .shop-category-shop .Tile .Border img, .tag-category-shop .Tile .Border img, .blog-shop .Tile .Border img {
  display: inline-block;
  max-width: 22%;
  height: 148px;
  padding: 26px 8% 24px 2%;
  vertical-align: top;
}
/* line 454, ../scss/stylesheet.scss */
.Products .Tile .Border .Details, .shop-category-shop .Tile .Border .Details, .tag-category-shop .Tile .Border .Details, .blog-shop .Tile .Border .Details {
  display: inline-block;
  width: 63.9%;
  white-space: normal;
  vertical-align: top;
}
/* line 459, ../scss/stylesheet.scss */
.Products .Tile .Border .Details h4, .shop-category-shop .Tile .Border .Details h4, .tag-category-shop .Tile .Border .Details h4, .blog-shop .Tile .Border .Details h4 {
  font-weight: normal;
  color: #999999;
}
/* line 464, ../scss/stylesheet.scss */
.Products .Tile .Border .product-price-container, .shop-category-shop .Tile .Border .product-price-container, .tag-category-shop .Tile .Border .product-price-container, .blog-shop .Tile .Border .product-price-container {
  position: absolute;
  bottom: 3em;
  left: 32%;
}
/* line 468, ../scss/stylesheet.scss */
.Products .Tile .Border .product-price-container .Price, .shop-category-shop .Tile .Border .product-price-container .Price, .tag-category-shop .Tile .Border .product-price-container .Price, .blog-shop .Tile .Border .product-price-container .Price {
  color: #990000;
  font-size: 1.6em;
  line-height: 1em;
}
/* line 473, ../scss/stylesheet.scss */
.Products .Tile .Border .product-price-container .Saving, .shop-category-shop .Tile .Border .product-price-container .Saving, .tag-category-shop .Tile .Border .product-price-container .Saving, .blog-shop .Tile .Border .product-price-container .Saving {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
}
/* line 479, ../scss/stylesheet.scss */
.Products .Tile .ButtonBar, .shop-category-shop .Tile .ButtonBar, .tag-category-shop .Tile .ButtonBar, .blog-shop .Tile .ButtonBar {
  height: 38px;
  border-top: 2px solid #d9d9d9;
}
/* line 482, ../scss/stylesheet.scss */
.Products .Tile .ButtonBar .DetailsButton, .Products .Tile .ButtonBar .CartButton, .shop-category-shop .Tile .ButtonBar .DetailsButton, .shop-category-shop .Tile .ButtonBar .CartButton, .tag-category-shop .Tile .ButtonBar .DetailsButton, .tag-category-shop .Tile .ButtonBar .CartButton, .blog-shop .Tile .ButtonBar .DetailsButton, .blog-shop .Tile .ButtonBar .CartButton {
  height: 38px;
  padding: 0 10px 0 10px;
}
/* line 485, ../scss/stylesheet.scss */
.Products .Tile .ButtonBar .DetailsButton a, .Products .Tile .ButtonBar .CartButton a, .shop-category-shop .Tile .ButtonBar .DetailsButton a, .shop-category-shop .Tile .ButtonBar .CartButton a, .tag-category-shop .Tile .ButtonBar .DetailsButton a, .tag-category-shop .Tile .ButtonBar .CartButton a, .blog-shop .Tile .ButtonBar .DetailsButton a, .blog-shop .Tile .ButtonBar .CartButton a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6em;
  color: #999999;
  line-height: 38px;
}
/* line 492, ../scss/stylesheet.scss */
.Products .Tile .ButtonBar .DetailsButton, .shop-category-shop .Tile .ButtonBar .DetailsButton, .tag-category-shop .Tile .ButtonBar .DetailsButton, .blog-shop .Tile .ButtonBar .DetailsButton {
  float: left;
}
/* line 495, ../scss/stylesheet.scss */
.Products .Tile .ButtonBar .CartButton, .shop-category-shop .Tile .ButtonBar .CartButton, .tag-category-shop .Tile .ButtonBar .CartButton, .blog-shop .Tile .ButtonBar .CartButton {
  float: right;
}
/* line 498, ../scss/stylesheet.scss */
.Products .Tile .ButtonBar .DetailsButton:hover, .shop-category-shop .Tile .ButtonBar .DetailsButton:hover, .tag-category-shop .Tile .ButtonBar .DetailsButton:hover, .blog-shop .Tile .ButtonBar .DetailsButton:hover {
  background-color: #b3b3b3;
}
/* line 500, ../scss/stylesheet.scss */
.Products .Tile .ButtonBar .DetailsButton:hover a, .shop-category-shop .Tile .ButtonBar .DetailsButton:hover a, .tag-category-shop .Tile .ButtonBar .DetailsButton:hover a, .blog-shop .Tile .ButtonBar .DetailsButton:hover a {
  color: #ffffff;
}
/* line 504, ../scss/stylesheet.scss */
.Products .Tile .ButtonBar .CartButton:hover, .shop-category-shop .Tile .ButtonBar .CartButton:hover, .tag-category-shop .Tile .ButtonBar .CartButton:hover, .blog-shop .Tile .ButtonBar .CartButton:hover {
  background-color: #990000;
}
/* line 506, ../scss/stylesheet.scss */
.Products .Tile .ButtonBar .CartButton:hover a, .shop-category-shop .Tile .ButtonBar .CartButton:hover a, .tag-category-shop .Tile .ButtonBar .CartButton:hover a, .blog-shop .Tile .ButtonBar .CartButton:hover a {
  color: #ffffff;
}

/* line 513, ../scss/stylesheet.scss */
.pagination-wrap {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  color: #990000;
}
/* line 517, ../scss/stylesheet.scss */
.pagination-wrap ul {
  list-style: none;
}
/* line 519, ../scss/stylesheet.scss */
.pagination-wrap ul li {
  padding: 0 12px 0 12px;
  display: inline;
}
/* line 522, ../scss/stylesheet.scss */
.pagination-wrap ul li a {
  color: #990000;
  font-weight: bold;
}
/* line 527, ../scss/stylesheet.scss */
.pagination-wrap ul li.disabled {
  display: none;
}
/* line 530, ../scss/stylesheet.scss */
.pagination-wrap ul li.active a {
  color: #999999;
  font-weight: normal;
}

/* line 536, ../scss/stylesheet.scss */
#content-footer-wrapper {
  width: 100%;
  background-color: #f0f0f0;
}
/* line 540, ../scss/stylesheet.scss */
#content-footer-wrapper #content-footer .category-module-guarantee, #content-footer-wrapper #content-footer .fader-module-testimonials {
  display: inline-block;
  vertical-align: top;
}
/* line 543, ../scss/stylesheet.scss */
#content-footer-wrapper #content-footer .category-module-guarantee h4, #content-footer-wrapper #content-footer .fader-module-testimonials h4 {
  margin: 1.8em 0 0.8em 0;
  font-size: 1.5em;
  color: #990000;
  font-weight: normal;
  background-image: url("/templates/wine/images/MaroonDot.png");
  background-repeat: repeat-x;
  background-position: left center;
}
/* line 551, ../scss/stylesheet.scss */
#content-footer-wrapper #content-footer .category-module-guarantee h4 span, #content-footer-wrapper #content-footer .fader-module-testimonials h4 span {
  padding-right: 16px;
  background-color: #f0f0f0;
  text-transform: uppercase;
}
/* line 557, ../scss/stylesheet.scss */
#content-footer-wrapper #content-footer .category-module-guarantee .mod-articles-category-introtext, #content-footer-wrapper #content-footer .fader-module-testimonials .mod-articles-category-introtext {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
  font-size: 0.9em;
}
/* line 562, ../scss/stylesheet.scss */
#content-footer-wrapper #content-footer .category-module-guarantee .mod-articles-category-introtext h6, #content-footer-wrapper #content-footer .fader-module-testimonials .mod-articles-category-introtext h6 {
  margin: 0;
  font-size: 1.2em;
  color: #990000;
  font-weight: normal;
  font-family: 'Minion';
}
/* line 571, ../scss/stylesheet.scss */
#content-footer-wrapper #content-footer .fader-module-testimonials {
  list-style: none;
  padding: 0;
}
/* line 574, ../scss/stylesheet.scss */
#content-footer-wrapper #content-footer .fader-module-testimonials .cycle-slideshow {
  background-image: url("/templates/wine/images/Quotes.png");
  background-repeat: no-repeat;
  background-position: left top;
}
/* line 578, ../scss/stylesheet.scss */
#content-footer-wrapper #content-footer .fader-module-testimonials .cycle-slideshow p {
  padding: 0 52px 0 16px;
}
/* line 584, ../scss/stylesheet.scss */
#content-footer-wrapper #content-footer .category-module-guarantee ul {
  padding: 0 0 12px 0;
  list-style-position: inside;
}
/* line 587, ../scss/stylesheet.scss */
#content-footer-wrapper #content-footer .category-module-guarantee ul li {
  margin-bottom: 12px;
}

/* line 595, ../scss/stylesheet.scss */
#footer-wrapper {
  width: 100%;
  background-color: #990000;
  padding: 1px 0 1px 0;
}
/* line 599, ../scss/stylesheet.scss */
#footer-wrapper #footer {
  margin-bottom: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  color: #ffffff;
  line-height: 1.5em;
}
/* line 605, ../scss/stylesheet.scss */
#footer-wrapper #footer a {
  color: #ffffff;
}
/* line 608, ../scss/stylesheet.scss */
#footer-wrapper #footer h4 {
  margin: 1.8em 0 0.8em 0;
  font-family: 'Minion';
  font-size: 1.2em;
  color: #cccccc;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 616, ../scss/stylesheet.scss */
#footer-wrapper #footer .mcSignupModule {
  display: inline-block;
  vertical-align: top;
}
/* line 619, ../scss/stylesheet.scss */
#footer-wrapper #footer .mcSignupModule .Short {
  width: 45%;
  margin-right: 5%;
}
/* line 622, ../scss/stylesheet.scss */
#footer-wrapper #footer .mcSignupModule .Short input {
  width: 100%;
}
/* line 627, ../scss/stylesheet.scss */
#footer-wrapper #footer .mcSignupModule .Long input {
  width: 95%;
}
/* line 631, ../scss/stylesheet.scss */
#footer-wrapper #footer .mcSignupModule .Inline {
  display: inline-block;
}
/* line 634, ../scss/stylesheet.scss */
#footer-wrapper #footer .mcSignupModule .mcSignupSubmit {
  border: none;
  background-image: none;
  background-color: #f0f0f0;
  font-size: 0.6em;
  line-height: 3em;
}
/* line 642, ../scss/stylesheet.scss */
#footer-wrapper #footer .wine-list {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
}
/* line 646, ../scss/stylesheet.scss */
#footer-wrapper #footer .wine-list .Separator {
  padding: 0 6px 0 6px;
}
/* line 650, ../scss/stylesheet.scss */
#footer-wrapper #footer .custom-contact-us {
  display: inline-block;
}
/* line 654, ../scss/stylesheet.scss */
#footer-wrapper .Accreditation {
  float: right;
  padding: 0 20px 4px 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.7em;
}
/* line 659, ../scss/stylesheet.scss */
#footer-wrapper .Accreditation a {
  color: #aaaaaa;
}

/* line 666, ../scss/stylesheet.scss */
#content-shop .ProductDetails {
  position: relative;
  padding: 32px 2% 72px 5%;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 670, ../scss/stylesheet.scss */
#content-shop .ProductDetails .product-images {
  float: left;
  /*			width: 20%;*/
}
/* line 674, ../scss/stylesheet.scss */
#content-shop .ProductDetails p {
  font-size: 0.9em;
}
/* line 677, ../scss/stylesheet.scss */
#content-shop .ProductDetails .product-price-container {
  position: absolute;
  top: 71%;
  left: 27%;
}
/* line 681, ../scss/stylesheet.scss */
#content-shop .ProductDetails .product-price-container .Price {
  color: #990000;
  font-family: 'Minion';
  font-size: 1.6em;
}
/* line 687, ../scss/stylesheet.scss */
#content-shop .ProductDetails .Cart {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-color: #f0f0f0;
}
/* line 694, ../scss/stylesheet.scss */
#content-shop .ProductDetails .Cart .product-qty {
  float: right;
}
/* line 696, ../scss/stylesheet.scss */
#content-shop .ProductDetails .Cart .product-qty .input-mini {
  height: 40px;
}
/* line 699, ../scss/stylesheet.scss */
#content-shop .ProductDetails .Cart .product-qty input[type="number"].input-mini {
  box-sizing: border-box;
  padding: 0 5px 0 5px !important;
}
/* line 704, ../scss/stylesheet.scss */
#content-shop .ProductDetails .Cart .AddCartBtn {
  float: right;
  height: 40px;
  background-color: #990000;
  background-image: none;
  border: none;
  color: #ffffff;
}
/* line 712, ../scss/stylesheet.scss */
#content-shop .ProductDetails .Cart .cart-action-complete {
  display: inline-block;
  padding-top: 8px;
}
/* line 715, ../scss/stylesheet.scss */
#content-shop .ProductDetails .Cart .cart-action-complete .text-success {
  display: inline;
  margin: 0 0 0 12px;
  color: #990000;
  font-size: 0.9em;
}
/* line 720, ../scss/stylesheet.scss */
#content-shop .ProductDetails .Cart .cart-action-complete .text-success a {
  color: #990000;
  font-weight: bold;
}

/* line 731, ../scss/stylesheet.scss */
#left {
  background-color: #f0f0f0;
}
/* line 733, ../scss/stylesheet.scss */
#left .filter {
  padding: 0 0 20px 0;
  margin: 0 20px 0 20px;
  /*border-bottom: 1px solid #d0d0d0;*/
}
/* line 737, ../scss/stylesheet.scss */
#left .filter .group {
  display: inline-block;
}
/* line 739, ../scss/stylesheet.scss */
#left .filter .group h4 {
  margin-bottom: 0.8em;
  color: #990000;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 745, ../scss/stylesheet.scss */
#left .filter .group ul {
  margin: 0;
  list-style: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
}
/* line 750, ../scss/stylesheet.scss */
#left .filter .group ul li {
  line-height: 1.6em;
}
/* line 754, ../scss/stylesheet.scss */
#left .filter .group ul.options {
  padding: 0 0 20px 0;
}
/* line 756, ../scss/stylesheet.scss */
#left .filter .group ul.options > li > label {
  color: #666666;
}
/* line 760, ../scss/stylesheet.scss */
#left .filter .group ul.sub-options {
  padding: 0 0 0 12px;
}

/* line 766, ../scss/stylesheet.scss */
.WineButton {
  height: 40px;
  background-color: #990000;
  background-image: none;
  border: none;
  color: #ffffff;
}

/* line 775, ../scss/stylesheet.scss */
.finder-shop ul {
  list-style: none;
  padding: 0;
}
/* line 779, ../scss/stylesheet.scss */
.finder-shop h2 {
  margin: 0 24px 26px 0;
  font-weight: normal;
}
/* line 783, ../scss/stylesheet.scss */
.finder-shop h4.result-title {
  margin: 0 0 4px 0;
  font-weight: normal;
}
/* line 786, ../scss/stylesheet.scss */
.finder-shop h4.result-title a {
  color: #990000;
}
/* line 790, ../scss/stylesheet.scss */
.finder-shop p.result-text-shop {
  margin-top: 4px;
}

/* line 795, ../scss/stylesheet.scss */
#dialog-confirm {
  background-color: #ffffff;
}

/* line 798, ../scss/stylesheet.scss */
.ui-dialog-titlebar-close {
  display: none;
}

/* line 803, ../scss/stylesheet.scss */
.j2store #cart-estimator-discount-block, .j2store #cart-totals {
  display: inline-block;
  vertical-align: top;
}

/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 7, ../scss/_bootstrap.scss */
.j2store {
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
}

/* line 11, ../scss/_bootstrap.scss */
.j2store html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 16, ../scss/_bootstrap.scss */
.j2store body {
  margin: 0;
}

/* line 19, ../scss/_bootstrap.scss */
.j2store article,
.j2store aside,
.j2store details,
.j2store figcaption,
.j2store figure,
.j2store footer,
.j2store header,
.j2store hgroup,
.j2store main,
.j2store menu,
.j2store nav,
.j2store section,
.j2store summary {
  display: block;
}

/* line 34, ../scss/_bootstrap.scss */
.j2store audio,
.j2store canvas,
.j2store progress,
.j2store video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 41, ../scss/_bootstrap.scss */
.j2store audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 45, ../scss/_bootstrap.scss */
.j2store [hidden],
.j2store template {
  display: none;
}

/* line 49, ../scss/_bootstrap.scss */
.j2store a {
  background-color: transparent;
}

/* line 52, ../scss/_bootstrap.scss */
.j2store a:active,
.j2store a:hover {
  outline: 0;
}

/* line 56, ../scss/_bootstrap.scss */
.j2store abbr[title] {
  border-bottom: 1px dotted;
}

/* line 59, ../scss/_bootstrap.scss */
.j2store b,
.j2store strong {
  font-weight: 700;
}

/* line 63, ../scss/_bootstrap.scss */
.j2store dfn {
  font-style: italic;
}

/* line 66, ../scss/_bootstrap.scss */
.j2store h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 70, ../scss/_bootstrap.scss */
.j2store mark {
  color: #000;
  background: #ff0;
}

/* line 74, ../scss/_bootstrap.scss */
.j2store small {
  font-size: 80%;
}

/* line 77, ../scss/_bootstrap.scss */
.j2store sub,
.j2store sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 84, ../scss/_bootstrap.scss */
.j2store sup {
  top: -0.5em;
}

/* line 87, ../scss/_bootstrap.scss */
.j2store sub {
  bottom: -0.25em;
}

/* line 90, ../scss/_bootstrap.scss */
.j2store img {
  border: 0;
}

/* line 93, ../scss/_bootstrap.scss */
.j2store svg:not(:root) {
  overflow: hidden;
}

/* line 96, ../scss/_bootstrap.scss */
.j2store figure {
  margin: 1em 40px;
}

/* line 99, ../scss/_bootstrap.scss */
.j2store hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 105, ../scss/_bootstrap.scss */
.j2store pre {
  overflow: auto;
}

/* line 108, ../scss/_bootstrap.scss */
.j2store code,
.j2store kbd,
.j2store pre,
.j2store samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 115, ../scss/_bootstrap.scss */
.j2store button,
.j2store input,
.j2store optgroup,
.j2store select,
.j2store textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 124, ../scss/_bootstrap.scss */
.j2store button {
  overflow: visible;
}

/* line 127, ../scss/_bootstrap.scss */
.j2store button,
.j2store select {
  text-transform: none;
}

/* line 131, ../scss/_bootstrap.scss */
.j2store button,
.j2store html input[type=button],
.j2store input[type=reset],
.j2store input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 138, ../scss/_bootstrap.scss */
.j2store button[disabled],
.j2store html input[disabled] {
  cursor: default;
}

/* line 142, ../scss/_bootstrap.scss */
.j2store button::-moz-focus-inner,
.j2store input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 147, ../scss/_bootstrap.scss */
.j2store input {
  line-height: normal;
}

/* line 150, ../scss/_bootstrap.scss */
.j2store input[type=checkbox],
.j2store input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 157, ../scss/_bootstrap.scss */
.j2store input[type=number]::-webkit-inner-spin-button,
.j2store input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 161, ../scss/_bootstrap.scss */
.j2store input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 167, ../scss/_bootstrap.scss */
.j2store input[type=search]::-webkit-search-cancel-button,
.j2store input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 171, ../scss/_bootstrap.scss */
.j2store fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

/* line 176, ../scss/_bootstrap.scss */
.j2store legend {
  padding: 0;
  border: 0;
}

/* line 180, ../scss/_bootstrap.scss */
.j2store textarea {
  overflow: auto;
}

/* line 183, ../scss/_bootstrap.scss */
.j2store optgroup {
  font-weight: 700;
}

/* line 186, ../scss/_bootstrap.scss */
.j2store table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 190, ../scss/_bootstrap.scss */
.j2store td,
.j2store th {
  padding: 0;
}

@media print {
  /* line 195, ../scss/_bootstrap.scss */
  .j2store *,
  .j2store:before,
  .j2store:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 204, ../scss/_bootstrap.scss */
  .j2store a,
  .j2store a:visited {
    text-decoration: underline;
  }

  /* line 208, ../scss/_bootstrap.scss */
  .j2store a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 211, ../scss/_bootstrap.scss */
  .j2store abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 214, ../scss/_bootstrap.scss */
  .j2store a[href^="#"]:after,
  .j2store a[href^="javascript:"]:after {
    content: "";
  }

  /* line 218, ../scss/_bootstrap.scss */
  .j2store pre,
  .j2store blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 223, ../scss/_bootstrap.scss */
  .j2store thead {
    display: table-header-group;
  }

  /* line 226, ../scss/_bootstrap.scss */
  .j2store tr,
  .j2store img {
    page-break-inside: avoid;
  }

  /* line 230, ../scss/_bootstrap.scss */
  .j2store img {
    max-width: 100% !important;
  }

  /* line 233, ../scss/_bootstrap.scss */
  .j2store p,
  .j2store h2,
  .j2store h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 239, ../scss/_bootstrap.scss */
  .j2store h2,
  .j2store h3 {
    page-break-after: avoid;
  }

  /* line 243, ../scss/_bootstrap.scss */
  .j2store select {
    background: #fff !important;
  }

  /* line 246, ../scss/_bootstrap.scss */
  .j2store .navbar {
    display: none;
  }

  /* line 249, ../scss/_bootstrap.scss */
  .j2store .btn > .caret,
  .j2store .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 253, ../scss/_bootstrap.scss */
  .j2store .label {
    border: 1px solid #000;
  }

  /* line 256, ../scss/_bootstrap.scss */
  .j2store .table {
    border-collapse: collapse !important;
  }

  /* line 259, ../scss/_bootstrap.scss */
  .j2store .table td,
  .j2store .table th {
    background-color: #fff !important;
  }

  /* line 263, ../scss/_bootstrap.scss */
  .j2store .table-bordered th,
  .j2store .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 268, ../scss/_bootstrap.scss */
.j2store * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 273, ../scss/_bootstrap.scss */
.j2store:before,
.j2store:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 279, ../scss/_bootstrap.scss */
.j2store html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 283, ../scss/_bootstrap.scss */
.j2store body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 290, ../scss/_bootstrap.scss */
.j2store input,
.j2store button,
.j2store select,
.j2store textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 298, ../scss/_bootstrap.scss */
.j2store a {
  color: #428bca;
  text-decoration: none;
}

/* line 302, ../scss/_bootstrap.scss */
.j2store a:hover,
.j2store a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 307, ../scss/_bootstrap.scss */
.j2store a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 312, ../scss/_bootstrap.scss */
.j2store figure {
  margin: 0;
}

/* line 315, ../scss/_bootstrap.scss */
.j2store img {
  vertical-align: middle;
}

/* line 318, ../scss/_bootstrap.scss */
.j2store .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 323, ../scss/_bootstrap.scss */
.j2store .img-rounded {
  border-radius: 6px;
}

/* line 326, ../scss/_bootstrap.scss */
.j2store .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 339, ../scss/_bootstrap.scss */
.j2store .img-circle {
  border-radius: 50%;
}

/* line 342, ../scss/_bootstrap.scss */
.j2store hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 348, ../scss/_bootstrap.scss */
.j2store .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 358, ../scss/_bootstrap.scss */
.j2store .sr-only-focusable:active,
.j2store .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 367, ../scss/_bootstrap.scss */
.j2store h1,
.j2store h2,
.j2store h3,
.j2store h4,
.j2store h5,
.j2store h6,
.j2store .h1,
.j2store .h2,
.j2store .h3,
.j2store .h4,
.j2store .h5,
.j2store .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 384, ../scss/_bootstrap.scss */
.j2store h1 small,
.j2store h2 small,
.j2store h3 small,
.j2store h4 small,
.j2store h5 small,
.j2store h6 small,
.j2store .h1 small,
.j2store .h2 small,
.j2store .h3 small,
.j2store .h4 small,
.j2store .h5 small,
.j2store .h6 small,
.j2store h1 .small,
.j2store h2 .small,
.j2store h3 .small,
.j2store h4 .small,
.j2store h5 .small,
.j2store h6 .small,
.j2store .h1 .small,
.j2store .h2 .small,
.j2store .h3 .small,
.j2store .h4 .small,
.j2store .h5 .small,
.j2store .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

/* line 412, ../scss/_bootstrap.scss */
.j2store h1,
.j2store .h1,
.j2store h2,
.j2store .h2,
.j2store h3,
.j2store .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 421, ../scss/_bootstrap.scss */
.j2store h1 small,
.j2store .h1 small,
.j2store h2 small,
.j2store .h2 small,
.j2store h3 small,
.j2store .h3 small,
.j2store h1 .small,
.j2store .h1 .small,
.j2store h2 .small,
.j2store .h2 .small,
.j2store h3 .small,
.j2store .h3 .small {
  font-size: 65%;
}

/* line 435, ../scss/_bootstrap.scss */
.j2store h4,
.j2store .h4,
.j2store h5,
.j2store .h5,
.j2store h6,
.j2store .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 444, ../scss/_bootstrap.scss */
.j2store h4 small,
.j2store .h4 small,
.j2store h5 small,
.j2store .h5 small,
.j2store h6 small,
.j2store .h6 small,
.j2store h4 .small,
.j2store .h4 .small,
.j2store h5 .small,
.j2store .h5 .small,
.j2store h6 .small,
.j2store .h6 .small {
  font-size: 75%;
}

/* line 458, ../scss/_bootstrap.scss */
.j2store h1,
.j2store .h1 {
  font-size: 36px;
}

/* line 462, ../scss/_bootstrap.scss */
.j2store h2,
.j2store .h2 {
  font-size: 30px;
}

/* line 466, ../scss/_bootstrap.scss */
.j2store h3,
.j2store .h3 {
  font-size: 24px;
}

/* line 470, ../scss/_bootstrap.scss */
.j2store h4,
.j2store .h4 {
  font-size: 18px;
}

/* line 474, ../scss/_bootstrap.scss */
.j2store h5,
.j2store .h5 {
  font-size: 14px;
}

/* line 478, ../scss/_bootstrap.scss */
.j2store h6,
.j2store .h6 {
  font-size: 12px;
}

/* line 482, ../scss/_bootstrap.scss */
.j2store p {
  margin: 0 0 10px;
}

/* line 485, ../scss/_bootstrap.scss */
.j2store .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 492, ../scss/_bootstrap.scss */
  .j2store .lead {
    font-size: 21px;
  }
}
/* line 496, ../scss/_bootstrap.scss */
.j2store small,
.j2store .small {
  font-size: 85%;
}

/* line 500, ../scss/_bootstrap.scss */
.j2store mark,
.j2store .mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 505, ../scss/_bootstrap.scss */
.j2store .text-left {
  text-align: left;
}

/* line 508, ../scss/_bootstrap.scss */
.j2store .text-right {
  text-align: right;
}

/* line 511, ../scss/_bootstrap.scss */
.j2store .text-center {
  text-align: center;
}

/* line 514, ../scss/_bootstrap.scss */
.j2store .text-justify {
  text-align: justify;
}

/* line 517, ../scss/_bootstrap.scss */
.j2store .text-nowrap {
  white-space: nowrap;
}

/* line 520, ../scss/_bootstrap.scss */
.j2store .text-lowercase {
  text-transform: lowercase;
}

/* line 523, ../scss/_bootstrap.scss */
.j2store .text-uppercase {
  text-transform: uppercase;
}

/* line 526, ../scss/_bootstrap.scss */
.j2store .text-capitalize {
  text-transform: capitalize;
}

/* line 529, ../scss/_bootstrap.scss */
.j2store .text-muted {
  color: #777;
}

/* line 532, ../scss/_bootstrap.scss */
.j2store .text-primary {
  color: #428bca;
}

/* line 535, ../scss/_bootstrap.scss */
a.j2store .text-primary:hover {
  color: #3071a9;
}

/* line 538, ../scss/_bootstrap.scss */
.j2store .text-success {
  color: #3c763d;
}

/* line 541, ../scss/_bootstrap.scss */
a.j2store .text-success:hover {
  color: #2b542c;
}

/* line 544, ../scss/_bootstrap.scss */
.j2store .text-info {
  color: #31708f;
}

/* line 547, ../scss/_bootstrap.scss */
a.j2store .text-info:hover {
  color: #245269;
}

/* line 550, ../scss/_bootstrap.scss */
.j2store .text-warning {
  color: #8a6d3b;
}

/* line 553, ../scss/_bootstrap.scss */
a.j2store .text-warning:hover {
  color: #66512c;
}

/* line 556, ../scss/_bootstrap.scss */
.j2store .text-danger {
  color: #a94442;
}

/* line 559, ../scss/_bootstrap.scss */
a.j2store .text-danger:hover {
  color: #843534;
}

/* line 562, ../scss/_bootstrap.scss */
.j2store .bg-primary {
  color: #fff;
  background-color: #428bca;
}

/* line 566, ../scss/_bootstrap.scss */
a.j2store .bg-primary:hover {
  background-color: #3071a9;
}

/* line 569, ../scss/_bootstrap.scss */
.j2store .bg-success {
  background-color: #dff0d8;
}

/* line 572, ../scss/_bootstrap.scss */
a.j2store .bg-success:hover {
  background-color: #c1e2b3;
}

/* line 575, ../scss/_bootstrap.scss */
.j2store .bg-info {
  background-color: #d9edf7;
}

/* line 578, ../scss/_bootstrap.scss */
a.j2store .bg-info:hover {
  background-color: #afd9ee;
}

/* line 581, ../scss/_bootstrap.scss */
.j2store .bg-warning {
  background-color: #fcf8e3;
}

/* line 584, ../scss/_bootstrap.scss */
a.j2store .bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 587, ../scss/_bootstrap.scss */
.j2store .bg-danger {
  background-color: #f2dede;
}

/* line 590, ../scss/_bootstrap.scss */
a.j2store .bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 593, ../scss/_bootstrap.scss */
.j2store .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 598, ../scss/_bootstrap.scss */
.j2store ul,
.j2store ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 603, ../scss/_bootstrap.scss */
.j2store ul ul,
.j2store ol ul,
.j2store ul ol,
.j2store ol ol {
  margin-bottom: 0;
}

/* line 609, ../scss/_bootstrap.scss */
.j2store .list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 613, ../scss/_bootstrap.scss */
.j2store .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 618, ../scss/_bootstrap.scss */
.j2store .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 623, ../scss/_bootstrap.scss */
.j2store dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 627, ../scss/_bootstrap.scss */
.j2store dt,
.j2store dd {
  line-height: 1.42857;
}

/* line 631, ../scss/_bootstrap.scss */
.j2store dt {
  font-weight: 700;
}

/* line 634, ../scss/_bootstrap.scss */
.j2store dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 638, ../scss/_bootstrap.scss */
  .j2store .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 647, ../scss/_bootstrap.scss */
  .j2store .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 651, ../scss/_bootstrap.scss */
.j2store abbr[title],
.j2store abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 656, ../scss/_bootstrap.scss */
.j2store .initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 660, ../scss/_bootstrap.scss */
.j2store blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 666, ../scss/_bootstrap.scss */
.j2store blockquote p:last-child,
.j2store blockquote ul:last-child,
.j2store blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 671, ../scss/_bootstrap.scss */
.j2store blockquote footer,
.j2store blockquote small,
.j2store blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 679, ../scss/_bootstrap.scss */
.j2store blockquote footer:before,
.j2store blockquote small:before,
.j2store blockquote .small:before {
  content: "— ";
}

/* line 684, ../scss/_bootstrap.scss */
.j2store .blockquote-reverse,
.j2store blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 692, ../scss/_bootstrap.scss */
.j2store .blockquote-reverse footer:before,
.j2store blockquote.pull-right footer:before,
.j2store .blockquote-reverse small:before,
.j2store blockquote.pull-right small:before,
.j2store .blockquote-reverse .small:before,
.j2store blockquote.pull-right .small:before {
  content: "";
}

/* line 700, ../scss/_bootstrap.scss */
.j2store .blockquote-reverse footer:after,
.j2store blockquote.pull-right footer:after,
.j2store .blockquote-reverse small:after,
.j2store blockquote.pull-right small:after,
.j2store .blockquote-reverse .small:after,
.j2store blockquote.pull-right .small:after {
  content: " —";
}

/* line 708, ../scss/_bootstrap.scss */
.j2store address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 713, ../scss/_bootstrap.scss */
.j2store code,
.j2store kbd,
.j2store pre,
.j2store samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 719, ../scss/_bootstrap.scss */
.j2store code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 726, ../scss/_bootstrap.scss */
.j2store kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 735, ../scss/_bootstrap.scss */
.j2store kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 742, ../scss/_bootstrap.scss */
.j2store pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 755, ../scss/_bootstrap.scss */
.j2store pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 763, ../scss/_bootstrap.scss */
.j2store .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 767, ../scss/_bootstrap.scss */
.j2store .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 774, ../scss/_bootstrap.scss */
  .j2store .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 779, ../scss/_bootstrap.scss */
  .j2store .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 784, ../scss/_bootstrap.scss */
  .j2store .container {
    width: 1170px;
  }
}
/* line 788, ../scss/_bootstrap.scss */
.j2store .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 794, ../scss/_bootstrap.scss */
.j2store .row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 798, ../scss/_bootstrap.scss */
.j2store .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 851, ../scss/_bootstrap.scss */
.j2store .col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

/* line 865, ../scss/_bootstrap.scss */
.j2store .col-xs-12 {
  width: 100%;
}

/* line 868, ../scss/_bootstrap.scss */
.j2store .col-xs-11 {
  width: 91.66667%;
}

/* line 871, ../scss/_bootstrap.scss */
.j2store .col-xs-10 {
  width: 83.33333%;
}

/* line 874, ../scss/_bootstrap.scss */
.j2store .col-xs-9 {
  width: 75%;
}

/* line 877, ../scss/_bootstrap.scss */
.j2store .col-xs-8 {
  width: 66.66667%;
}

/* line 880, ../scss/_bootstrap.scss */
.j2store .col-xs-7 {
  width: 58.33333%;
}

/* line 883, ../scss/_bootstrap.scss */
.j2store .col-xs-6 {
  width: 50%;
}

/* line 886, ../scss/_bootstrap.scss */
.j2store .col-xs-5 {
  width: 41.66667%;
}

/* line 889, ../scss/_bootstrap.scss */
.j2store .col-xs-4 {
  width: 33.33333%;
}

/* line 892, ../scss/_bootstrap.scss */
.j2store .col-xs-3 {
  width: 25%;
}

/* line 895, ../scss/_bootstrap.scss */
.j2store .col-xs-2 {
  width: 16.66667%;
}

/* line 898, ../scss/_bootstrap.scss */
.j2store .col-xs-1 {
  width: 8.33333%;
}

/* line 901, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-12 {
  right: 100%;
}

/* line 904, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-11 {
  right: 91.66667%;
}

/* line 907, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-10 {
  right: 83.33333%;
}

/* line 910, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-9 {
  right: 75%;
}

/* line 913, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-8 {
  right: 66.66667%;
}

/* line 916, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-7 {
  right: 58.33333%;
}

/* line 919, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-6 {
  right: 50%;
}

/* line 922, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-5 {
  right: 41.66667%;
}

/* line 925, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-4 {
  right: 33.33333%;
}

/* line 928, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-3 {
  right: 25%;
}

/* line 931, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-2 {
  right: 16.66667%;
}

/* line 934, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-1 {
  right: 8.33333%;
}

/* line 937, ../scss/_bootstrap.scss */
.j2store .col-xs-pull-0 {
  right: auto;
}

/* line 940, ../scss/_bootstrap.scss */
.j2store .col-xs-push-12 {
  left: 100%;
}

/* line 943, ../scss/_bootstrap.scss */
.j2store .col-xs-push-11 {
  left: 91.66667%;
}

/* line 946, ../scss/_bootstrap.scss */
.j2store .col-xs-push-10 {
  left: 83.33333%;
}

/* line 949, ../scss/_bootstrap.scss */
.j2store .col-xs-push-9 {
  left: 75%;
}

/* line 952, ../scss/_bootstrap.scss */
.j2store .col-xs-push-8 {
  left: 66.66667%;
}

/* line 955, ../scss/_bootstrap.scss */
.j2store .col-xs-push-7 {
  left: 58.33333%;
}

/* line 958, ../scss/_bootstrap.scss */
.j2store .col-xs-push-6 {
  left: 50%;
}

/* line 961, ../scss/_bootstrap.scss */
.j2store .col-xs-push-5 {
  left: 41.66667%;
}

/* line 964, ../scss/_bootstrap.scss */
.j2store .col-xs-push-4 {
  left: 33.33333%;
}

/* line 967, ../scss/_bootstrap.scss */
.j2store .col-xs-push-3 {
  left: 25%;
}

/* line 970, ../scss/_bootstrap.scss */
.j2store .col-xs-push-2 {
  left: 16.66667%;
}

/* line 973, ../scss/_bootstrap.scss */
.j2store .col-xs-push-1 {
  left: 8.33333%;
}

/* line 976, ../scss/_bootstrap.scss */
.j2store .col-xs-push-0 {
  left: auto;
}

/* line 979, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-12 {
  margin-left: 100%;
}

/* line 982, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 985, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 988, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-9 {
  margin-left: 75%;
}

/* line 991, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 994, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 997, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1000, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 1003, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 1006, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1009, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 1012, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 1015, ../scss/_bootstrap.scss */
.j2store .col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1019, ../scss/_bootstrap.scss */
  .j2store .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  /* line 1033, ../scss/_bootstrap.scss */
  .j2store .col-sm-12 {
    width: 100%;
  }

  /* line 1036, ../scss/_bootstrap.scss */
  .j2store .col-sm-11 {
    width: 91.66667%;
  }

  /* line 1039, ../scss/_bootstrap.scss */
  .j2store .col-sm-10 {
    width: 83.33333%;
  }

  /* line 1042, ../scss/_bootstrap.scss */
  .j2store .col-sm-9 {
    width: 75%;
  }

  /* line 1045, ../scss/_bootstrap.scss */
  .j2store .col-sm-8 {
    width: 66.66667%;
  }

  /* line 1048, ../scss/_bootstrap.scss */
  .j2store .col-sm-7 {
    width: 58.33333%;
  }

  /* line 1051, ../scss/_bootstrap.scss */
  .j2store .col-sm-6 {
    width: 50%;
  }

  /* line 1054, ../scss/_bootstrap.scss */
  .j2store .col-sm-5 {
    width: 41.66667%;
  }

  /* line 1057, ../scss/_bootstrap.scss */
  .j2store .col-sm-4 {
    width: 33.33333%;
  }

  /* line 1060, ../scss/_bootstrap.scss */
  .j2store .col-sm-3 {
    width: 25%;
  }

  /* line 1063, ../scss/_bootstrap.scss */
  .j2store .col-sm-2 {
    width: 16.66667%;
  }

  /* line 1066, ../scss/_bootstrap.scss */
  .j2store .col-sm-1 {
    width: 8.33333%;
  }

  /* line 1069, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1072, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 1075, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 1078, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1081, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 1084, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 1087, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1090, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 1093, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 1096, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1099, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 1102, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 1105, ../scss/_bootstrap.scss */
  .j2store .col-sm-pull-0 {
    right: auto;
  }

  /* line 1108, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-12 {
    left: 100%;
  }

  /* line 1111, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 1114, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 1117, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-9 {
    left: 75%;
  }

  /* line 1120, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 1123, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 1126, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-6 {
    left: 50%;
  }

  /* line 1129, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 1132, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 1135, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-3 {
    left: 25%;
  }

  /* line 1138, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 1141, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 1144, ../scss/_bootstrap.scss */
  .j2store .col-sm-push-0 {
    left: auto;
  }

  /* line 1147, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1150, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 1153, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 1156, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1159, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 1162, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 1165, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1168, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 1171, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 1174, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1177, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 1180, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 1183, ../scss/_bootstrap.scss */
  .j2store .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1188, ../scss/_bootstrap.scss */
  .j2store .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  /* line 1202, ../scss/_bootstrap.scss */
  .j2store .col-md-12 {
    width: 100%;
  }

  /* line 1205, ../scss/_bootstrap.scss */
  .j2store .col-md-11 {
    width: 91.66667%;
  }

  /* line 1208, ../scss/_bootstrap.scss */
  .j2store .col-md-10 {
    width: 83.33333%;
  }

  /* line 1211, ../scss/_bootstrap.scss */
  .j2store .col-md-9 {
    width: 75%;
  }

  /* line 1214, ../scss/_bootstrap.scss */
  .j2store .col-md-8 {
    width: 66.66667%;
  }

  /* line 1217, ../scss/_bootstrap.scss */
  .j2store .col-md-7 {
    width: 58.33333%;
  }

  /* line 1220, ../scss/_bootstrap.scss */
  .j2store .col-md-6 {
    width: 50%;
  }

  /* line 1223, ../scss/_bootstrap.scss */
  .j2store .col-md-5 {
    width: 41.66667%;
  }

  /* line 1226, ../scss/_bootstrap.scss */
  .j2store .col-md-4 {
    width: 33.33333%;
  }

  /* line 1229, ../scss/_bootstrap.scss */
  .j2store .col-md-3 {
    width: 25%;
  }

  /* line 1232, ../scss/_bootstrap.scss */
  .j2store .col-md-2 {
    width: 16.66667%;
  }

  /* line 1235, ../scss/_bootstrap.scss */
  .j2store .col-md-1 {
    width: 8.33333%;
  }

  /* line 1238, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-12 {
    right: 100%;
  }

  /* line 1241, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 1244, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 1247, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-9 {
    right: 75%;
  }

  /* line 1250, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 1253, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 1256, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-6 {
    right: 50%;
  }

  /* line 1259, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 1262, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 1265, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-3 {
    right: 25%;
  }

  /* line 1268, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 1271, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 1274, ../scss/_bootstrap.scss */
  .j2store .col-md-pull-0 {
    right: auto;
  }

  /* line 1277, ../scss/_bootstrap.scss */
  .j2store .col-md-push-12 {
    left: 100%;
  }

  /* line 1280, ../scss/_bootstrap.scss */
  .j2store .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 1283, ../scss/_bootstrap.scss */
  .j2store .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 1286, ../scss/_bootstrap.scss */
  .j2store .col-md-push-9 {
    left: 75%;
  }

  /* line 1289, ../scss/_bootstrap.scss */
  .j2store .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 1292, ../scss/_bootstrap.scss */
  .j2store .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 1295, ../scss/_bootstrap.scss */
  .j2store .col-md-push-6 {
    left: 50%;
  }

  /* line 1298, ../scss/_bootstrap.scss */
  .j2store .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 1301, ../scss/_bootstrap.scss */
  .j2store .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 1304, ../scss/_bootstrap.scss */
  .j2store .col-md-push-3 {
    left: 25%;
  }

  /* line 1307, ../scss/_bootstrap.scss */
  .j2store .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 1310, ../scss/_bootstrap.scss */
  .j2store .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 1313, ../scss/_bootstrap.scss */
  .j2store .col-md-push-0 {
    left: auto;
  }

  /* line 1316, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 1319, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 1322, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 1325, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 1328, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 1331, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 1334, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 1337, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 1340, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 1343, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 1346, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 1349, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 1352, ../scss/_bootstrap.scss */
  .j2store .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 1357, ../scss/_bootstrap.scss */
  .j2store .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  /* line 1371, ../scss/_bootstrap.scss */
  .j2store .col-lg-12 {
    width: 100%;
  }

  /* line 1374, ../scss/_bootstrap.scss */
  .j2store .col-lg-11 {
    width: 91.66667%;
  }

  /* line 1377, ../scss/_bootstrap.scss */
  .j2store .col-lg-10 {
    width: 83.33333%;
  }

  /* line 1380, ../scss/_bootstrap.scss */
  .j2store .col-lg-9 {
    width: 75%;
  }

  /* line 1383, ../scss/_bootstrap.scss */
  .j2store .col-lg-8 {
    width: 66.66667%;
  }

  /* line 1386, ../scss/_bootstrap.scss */
  .j2store .col-lg-7 {
    width: 58.33333%;
  }

  /* line 1389, ../scss/_bootstrap.scss */
  .j2store .col-lg-6 {
    width: 50%;
  }

  /* line 1392, ../scss/_bootstrap.scss */
  .j2store .col-lg-5 {
    width: 41.66667%;
  }

  /* line 1395, ../scss/_bootstrap.scss */
  .j2store .col-lg-4 {
    width: 33.33333%;
  }

  /* line 1398, ../scss/_bootstrap.scss */
  .j2store .col-lg-3 {
    width: 25%;
  }

  /* line 1401, ../scss/_bootstrap.scss */
  .j2store .col-lg-2 {
    width: 16.66667%;
  }

  /* line 1404, ../scss/_bootstrap.scss */
  .j2store .col-lg-1 {
    width: 8.33333%;
  }

  /* line 1407, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-12 {
    right: 100%;
  }

  /* line 1410, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 1413, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 1416, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-9 {
    right: 75%;
  }

  /* line 1419, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 1422, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 1425, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-6 {
    right: 50%;
  }

  /* line 1428, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 1431, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 1434, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-3 {
    right: 25%;
  }

  /* line 1437, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 1440, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 1443, ../scss/_bootstrap.scss */
  .j2store .col-lg-pull-0 {
    right: auto;
  }

  /* line 1446, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-12 {
    left: 100%;
  }

  /* line 1449, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 1452, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 1455, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-9 {
    left: 75%;
  }

  /* line 1458, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 1461, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 1464, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-6 {
    left: 50%;
  }

  /* line 1467, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 1470, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 1473, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-3 {
    left: 25%;
  }

  /* line 1476, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 1479, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 1482, ../scss/_bootstrap.scss */
  .j2store .col-lg-push-0 {
    left: auto;
  }

  /* line 1485, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 1488, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 1491, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 1494, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1497, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 1500, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 1503, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1506, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 1509, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 1512, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1515, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 1518, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 1521, ../scss/_bootstrap.scss */
  .j2store .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 1525, ../scss/_bootstrap.scss */
.j2store table {
  background-color: transparent;
}

/* line 1528, ../scss/_bootstrap.scss */
.j2store caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 1534, ../scss/_bootstrap.scss */
.j2store th {
  text-align: left;
}

/* line 1537, ../scss/_bootstrap.scss */
.j2store .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 1542, ../scss/_bootstrap.scss */
.j2store .table > thead > tr > th,
.j2store .table > tbody > tr > th,
.j2store .table > tfoot > tr > th,
.j2store .table > thead > tr > td,
.j2store .table > tbody > tr > td,
.j2store .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1553, ../scss/_bootstrap.scss */
.j2store .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 1557, ../scss/_bootstrap.scss */
.j2store .table > caption + thead > tr:first-child > th,
.j2store .table > colgroup + thead > tr:first-child > th,
.j2store .table > thead:first-child > tr:first-child > th,
.j2store .table > caption + thead > tr:first-child > td,
.j2store .table > colgroup + thead > tr:first-child > td,
.j2store .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1565, ../scss/_bootstrap.scss */
.j2store .table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 1568, ../scss/_bootstrap.scss */
.j2store .table .table {
  background-color: #fff;
}

/* line 1571, ../scss/_bootstrap.scss */
.j2store .table-condensed > thead > tr > th,
.j2store .table-condensed > tbody > tr > th,
.j2store .table-condensed > tfoot > tr > th,
.j2store .table-condensed > thead > tr > td,
.j2store .table-condensed > tbody > tr > td,
.j2store .table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 1579, ../scss/_bootstrap.scss */
.j2store .table-bordered {
  border: 1px solid #ddd;
}

/* line 1582, ../scss/_bootstrap.scss */
.j2store .table-bordered > thead > tr > th,
.j2store .table-bordered > tbody > tr > th,
.j2store .table-bordered > tfoot > tr > th,
.j2store .table-bordered > thead > tr > td,
.j2store .table-bordered > tbody > tr > td,
.j2store .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 1590, ../scss/_bootstrap.scss */
.j2store .table-bordered > thead > tr > th,
.j2store .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1594, ../scss/_bootstrap.scss */
.j2store .table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* line 1597, ../scss/_bootstrap.scss */
.j2store .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 1600, ../scss/_bootstrap.scss */
.j2store table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

/* line 1605, ../scss/_bootstrap.scss */
.j2store table td[class*=col-],
.j2store table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 1611, ../scss/_bootstrap.scss */
.j2store .table > thead > tr > td.active,
.j2store .table > tbody > tr > td.active,
.j2store .table > tfoot > tr > td.active,
.j2store .table > thead > tr > th.active,
.j2store .table > tbody > tr > th.active,
.j2store .table > tfoot > tr > th.active,
.j2store .table > thead > tr.active > td,
.j2store .table > tbody > tr.active > td,
.j2store .table > tfoot > tr.active > td,
.j2store .table > thead > tr.active > th,
.j2store .table > tbody > tr.active > th,
.j2store .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 1625, ../scss/_bootstrap.scss */
.j2store .table-hover > tbody > tr > td.active:hover,
.j2store .table-hover > tbody > tr > th.active:hover,
.j2store .table-hover > tbody > tr.active:hover > td,
.j2store .table-hover > tbody > tr:hover > .active,
.j2store .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 1632, ../scss/_bootstrap.scss */
.j2store .table > thead > tr > td.success,
.j2store .table > tbody > tr > td.success,
.j2store .table > tfoot > tr > td.success,
.j2store .table > thead > tr > th.success,
.j2store .table > tbody > tr > th.success,
.j2store .table > tfoot > tr > th.success,
.j2store .table > thead > tr.success > td,
.j2store .table > tbody > tr.success > td,
.j2store .table > tfoot > tr.success > td,
.j2store .table > thead > tr.success > th,
.j2store .table > tbody > tr.success > th,
.j2store .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 1646, ../scss/_bootstrap.scss */
.j2store .table-hover > tbody > tr > td.success:hover,
.j2store .table-hover > tbody > tr > th.success:hover,
.j2store .table-hover > tbody > tr.success:hover > td,
.j2store .table-hover > tbody > tr:hover > .success,
.j2store .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 1653, ../scss/_bootstrap.scss */
.j2store .table > thead > tr > td.info,
.j2store .table > tbody > tr > td.info,
.j2store .table > tfoot > tr > td.info,
.j2store .table > thead > tr > th.info,
.j2store .table > tbody > tr > th.info,
.j2store .table > tfoot > tr > th.info,
.j2store .table > thead > tr.info > td,
.j2store .table > tbody > tr.info > td,
.j2store .table > tfoot > tr.info > td,
.j2store .table > thead > tr.info > th,
.j2store .table > tbody > tr.info > th,
.j2store .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 1667, ../scss/_bootstrap.scss */
.j2store .table-hover > tbody > tr > td.info:hover,
.j2store .table-hover > tbody > tr > th.info:hover,
.j2store .table-hover > tbody > tr.info:hover > td,
.j2store .table-hover > tbody > tr:hover > .info,
.j2store .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 1674, ../scss/_bootstrap.scss */
.j2store .table > thead > tr > td.warning,
.j2store .table > tbody > tr > td.warning,
.j2store .table > tfoot > tr > td.warning,
.j2store .table > thead > tr > th.warning,
.j2store .table > tbody > tr > th.warning,
.j2store .table > tfoot > tr > th.warning,
.j2store .table > thead > tr.warning > td,
.j2store .table > tbody > tr.warning > td,
.j2store .table > tfoot > tr.warning > td,
.j2store .table > thead > tr.warning > th,
.j2store .table > tbody > tr.warning > th,
.j2store .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 1688, ../scss/_bootstrap.scss */
.j2store .table-hover > tbody > tr > td.warning:hover,
.j2store .table-hover > tbody > tr > th.warning:hover,
.j2store .table-hover > tbody > tr.warning:hover > td,
.j2store .table-hover > tbody > tr:hover > .warning,
.j2store .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 1695, ../scss/_bootstrap.scss */
.j2store .table > thead > tr > td.danger,
.j2store .table > tbody > tr > td.danger,
.j2store .table > tfoot > tr > td.danger,
.j2store .table > thead > tr > th.danger,
.j2store .table > tbody > tr > th.danger,
.j2store .table > tfoot > tr > th.danger,
.j2store .table > thead > tr.danger > td,
.j2store .table > tbody > tr.danger > td,
.j2store .table > tfoot > tr.danger > td,
.j2store .table > thead > tr.danger > th,
.j2store .table > tbody > tr.danger > th,
.j2store .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 1709, ../scss/_bootstrap.scss */
.j2store .table-hover > tbody > tr > td.danger:hover,
.j2store .table-hover > tbody > tr > th.danger:hover,
.j2store .table-hover > tbody > tr.danger:hover > td,
.j2store .table-hover > tbody > tr:hover > .danger,
.j2store .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 1716, ../scss/_bootstrap.scss */
.j2store .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 1721, ../scss/_bootstrap.scss */
  .j2store .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  /* line 1728, ../scss/_bootstrap.scss */
  .j2store .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 1731, ../scss/_bootstrap.scss */
  .j2store .table-responsive > .table > thead > tr > th,
  .j2store .table-responsive > .table > tbody > tr > th,
  .j2store .table-responsive > .table > tfoot > tr > th,
  .j2store .table-responsive > .table > thead > tr > td,
  .j2store .table-responsive > .table > tbody > tr > td,
  .j2store .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 1739, ../scss/_bootstrap.scss */
  .j2store .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1742, ../scss/_bootstrap.scss */
  .j2store .table-responsive > .table-bordered > thead > tr > th:first-child,
  .j2store .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .j2store .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .j2store .table-responsive > .table-bordered > thead > tr > td:first-child,
  .j2store .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .j2store .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 1750, ../scss/_bootstrap.scss */
  .j2store .table-responsive > .table-bordered > thead > tr > th:last-child,
  .j2store .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .j2store .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .j2store .table-responsive > .table-bordered > thead > tr > td:last-child,
  .j2store .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .j2store .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 1758, ../scss/_bootstrap.scss */
  .j2store .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .j2store .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .j2store .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .j2store .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1765, ../scss/_bootstrap.scss */
.j2store fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1771, ../scss/_bootstrap.scss */
.j2store legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1782, ../scss/_bootstrap.scss */
.j2store label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 1788, ../scss/_bootstrap.scss */
.j2store input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1793, ../scss/_bootstrap.scss */
.j2store input[type=radio],
.j2store input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 1799, ../scss/_bootstrap.scss */
.j2store input[type=file] {
  display: block;
}

/* line 1802, ../scss/_bootstrap.scss */
.j2store input[type=range] {
  display: block;
  width: 100%;
}

/* line 1806, ../scss/_bootstrap.scss */
.j2store select[multiple],
.j2store select[size] {
  height: auto;
}

/* line 1810, ../scss/_bootstrap.scss */
.j2store input[type=file]:focus,
.j2store input[type=radio]:focus,
.j2store input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1817, ../scss/_bootstrap.scss */
.j2store output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 1824, ../scss/_bootstrap.scss */
.j2store .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 1842, ../scss/_bootstrap.scss */
.j2store .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1848, ../scss/_bootstrap.scss */
.j2store .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 1852, ../scss/_bootstrap.scss */
.j2store .form-control:-ms-input-placeholder {
  color: #999;
}

/* line 1855, ../scss/_bootstrap.scss */
.j2store .form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 1858, ../scss/_bootstrap.scss */
.j2store .form-control[disabled],
.j2store .form-control[readonly],
fieldset[disabled] .j2store .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/* line 1865, ../scss/_bootstrap.scss */
textarea.j2store .form-control {
  height: auto;
}

/* line 1868, ../scss/_bootstrap.scss */
.j2store input[type=search] {
  -webkit-appearance: none;
}

/* line 1871, ../scss/_bootstrap.scss */
.j2store input[type=date],
.j2store input[type=time],
.j2store input[type=datetime-local],
.j2store input[type=month] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}

/* line 1878, ../scss/_bootstrap.scss */
.j2store input[type=date].input-sm,
.j2store input[type=time].input-sm,
.j2store input[type=datetime-local].input-sm,
.j2store input[type=month].input-sm {
  line-height: 30px;
  line-height: 1.5 \0;
}

/* line 1885, ../scss/_bootstrap.scss */
.j2store input[type=date].input-lg,
.j2store input[type=time].input-lg,
.j2store input[type=datetime-local].input-lg,
.j2store input[type=month].input-lg {
  line-height: 46px;
  line-height: 1.33 \0;
}

/* line 1892, ../scss/_bootstrap.scss */
.j2store _:-ms-fullscreen,
.j2store:root input[type=date],
.j2store _:-ms-fullscreen,
.j2store:root input[type=time],
.j2store _:-ms-fullscreen,
.j2store:root input[type=datetime-local],
.j2store _:-ms-fullscreen,
.j2store:root input[type=month] {
  line-height: 1.42857;
}

/* line 1902, ../scss/_bootstrap.scss */
.j2store _:-ms-fullscreen.input-sm,
.j2store:root input[type=date].input-sm,
.j2store _:-ms-fullscreen.input-sm,
.j2store:root input[type=time].input-sm,
.j2store _:-ms-fullscreen.input-sm,
.j2store:root input[type=datetime-local].input-sm,
.j2store _:-ms-fullscreen.input-sm,
.j2store:root input[type=month].input-sm {
  line-height: 1.5;
}

/* line 1912, ../scss/_bootstrap.scss */
.j2store _:-ms-fullscreen.input-lg,
.j2store:root input[type=date].input-lg,
.j2store _:-ms-fullscreen.input-lg,
.j2store:root input[type=time].input-lg,
.j2store _:-ms-fullscreen.input-lg,
.j2store:root input[type=datetime-local].input-lg,
.j2store _:-ms-fullscreen.input-lg,
.j2store:root input[type=month].input-lg {
  line-height: 1.33;
}

/* line 1922, ../scss/_bootstrap.scss */
.j2store .form-group {
  margin-bottom: 15px;
}

/* line 1925, ../scss/_bootstrap.scss */
.j2store .radio,
.j2store .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1932, ../scss/_bootstrap.scss */
.j2store .radio label,
.j2store .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 1940, ../scss/_bootstrap.scss */
.j2store .radio input[type=radio],
.j2store .radio-inline input[type=radio],
.j2store .checkbox input[type=checkbox],
.j2store .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 1948, ../scss/_bootstrap.scss */
.j2store .radio + .radio,
.j2store .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1952, ../scss/_bootstrap.scss */
.j2store .radio-inline,
.j2store .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 1961, ../scss/_bootstrap.scss */
.j2store .radio-inline + .radio-inline,
.j2store .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 1966, ../scss/_bootstrap.scss */
.j2store input[type=radio][disabled],
.j2store input[type=checkbox][disabled],
.j2store input[type=radio].disabled,
.j2store input[type=checkbox].disabled,
fieldset[disabled] .j2store input[type=radio],
fieldset[disabled] .j2store input[type=checkbox] {
  cursor: not-allowed;
}

/* line 1974, ../scss/_bootstrap.scss */
.j2store .radio-inline.disabled,
.j2store .checkbox-inline.disabled,
fieldset[disabled] .j2store .radio-inline,
fieldset[disabled] .j2store .checkbox-inline {
  cursor: not-allowed;
}

/* line 1980, ../scss/_bootstrap.scss */
.j2store .radio.disabled label,
.j2store .checkbox.disabled label,
fieldset[disabled] .j2store .radio label,
fieldset[disabled] .j2store .checkbox label {
  cursor: not-allowed;
}

/* line 1986, ../scss/_bootstrap.scss */
.j2store .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 1991, ../scss/_bootstrap.scss */
.j2store .form-control-static.input-lg,
.j2store .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 1996, ../scss/_bootstrap.scss */
.j2store .input-sm,
.j2store .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2004, ../scss/_bootstrap.scss */
select.j2store .input-sm,
select.j2store .form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2009, ../scss/_bootstrap.scss */
textarea.j2store .input-sm,
textarea.j2store .form-group-sm .form-control,
select[multiple].j2store .input-sm,
select[multiple].j2store .form-group-sm .form-control {
  height: auto;
}

/* line 2015, ../scss/_bootstrap.scss */
.j2store .input-lg,
.j2store .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2023, ../scss/_bootstrap.scss */
select.j2store .input-lg,
select.j2store .form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2028, ../scss/_bootstrap.scss */
textarea.j2store .input-lg,
textarea.j2store .form-group-lg .form-control,
select[multiple].j2store .input-lg,
select[multiple].j2store .form-group-lg .form-control {
  height: auto;
}

/* line 2034, ../scss/_bootstrap.scss */
.j2store .has-feedback {
  position: relative;
}

/* line 2037, ../scss/_bootstrap.scss */
.j2store .has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2040, ../scss/_bootstrap.scss */
.j2store .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 2052, ../scss/_bootstrap.scss */
.j2store .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2057, ../scss/_bootstrap.scss */
.j2store .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2062, ../scss/_bootstrap.scss */
.j2store .has-success .help-block,
.j2store .has-success .control-label,
.j2store .has-success .radio,
.j2store .has-success .checkbox,
.j2store .has-success .radio-inline,
.j2store .has-success .checkbox-inline,
.j2store .has-success.radio label,
.j2store .has-success.checkbox label,
.j2store .has-success.radio-inline label,
.j2store .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2074, ../scss/_bootstrap.scss */
.j2store .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2079, ../scss/_bootstrap.scss */
.j2store .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2084, ../scss/_bootstrap.scss */
.j2store .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 2089, ../scss/_bootstrap.scss */
.j2store .has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2092, ../scss/_bootstrap.scss */
.j2store .has-warning .help-block,
.j2store .has-warning .control-label,
.j2store .has-warning .radio,
.j2store .has-warning .checkbox,
.j2store .has-warning .radio-inline,
.j2store .has-warning .checkbox-inline,
.j2store .has-warning.radio label,
.j2store .has-warning.checkbox label,
.j2store .has-warning.radio-inline label,
.j2store .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2104, ../scss/_bootstrap.scss */
.j2store .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2109, ../scss/_bootstrap.scss */
.j2store .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2114, ../scss/_bootstrap.scss */
.j2store .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2119, ../scss/_bootstrap.scss */
.j2store .has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2122, ../scss/_bootstrap.scss */
.j2store .has-error .help-block,
.j2store .has-error .control-label,
.j2store .has-error .radio,
.j2store .has-error .checkbox,
.j2store .has-error .radio-inline,
.j2store .has-error .checkbox-inline,
.j2store .has-error.radio label,
.j2store .has-error.checkbox label,
.j2store .has-error.radio-inline label,
.j2store .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 2134, ../scss/_bootstrap.scss */
.j2store .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2139, ../scss/_bootstrap.scss */
.j2store .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2144, ../scss/_bootstrap.scss */
.j2store .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 2149, ../scss/_bootstrap.scss */
.j2store .has-error .form-control-feedback {
  color: #a94442;
}

/* line 2152, ../scss/_bootstrap.scss */
.j2store .has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2155, ../scss/_bootstrap.scss */
.j2store .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2158, ../scss/_bootstrap.scss */
.j2store .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2165, ../scss/_bootstrap.scss */
  .j2store .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2170, ../scss/_bootstrap.scss */
  .j2store .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2175, ../scss/_bootstrap.scss */
  .j2store .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2178, ../scss/_bootstrap.scss */
  .j2store .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2182, ../scss/_bootstrap.scss */
  .j2store .form-inline .input-group .input-group-addon,
  .j2store .form-inline .input-group .input-group-btn,
  .j2store .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2187, ../scss/_bootstrap.scss */
  .j2store .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2190, ../scss/_bootstrap.scss */
  .j2store .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2194, ../scss/_bootstrap.scss */
  .j2store .form-inline .radio,
  .j2store .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2201, ../scss/_bootstrap.scss */
  .j2store .form-inline .radio label,
  .j2store .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2205, ../scss/_bootstrap.scss */
  .j2store .form-inline .radio input[type=radio],
  .j2store .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  /* line 2210, ../scss/_bootstrap.scss */
  .j2store .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2214, ../scss/_bootstrap.scss */
.j2store .form-horizontal .radio,
.j2store .form-horizontal .checkbox,
.j2store .form-horizontal .radio-inline,
.j2store .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2222, ../scss/_bootstrap.scss */
.j2store .form-horizontal .radio,
.j2store .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2226, ../scss/_bootstrap.scss */
.j2store .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 2231, ../scss/_bootstrap.scss */
  .j2store .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 2237, ../scss/_bootstrap.scss */
.j2store .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2241, ../scss/_bootstrap.scss */
  .j2store .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 2246, ../scss/_bootstrap.scss */
  .j2store .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/* line 2250, ../scss/_bootstrap.scss */
.j2store .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 2271, ../scss/_bootstrap.scss */
.j2store .btn:focus,
.j2store .btn:active:focus,
.j2store .btn.active:focus,
.j2store .btn.focus,
.j2store .btn:active.focus,
.j2store .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2281, ../scss/_bootstrap.scss */
.j2store .btn:hover,
.j2store .btn:focus,
.j2store .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 2287, ../scss/_bootstrap.scss */
.j2store .btn:active,
.j2store .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2294, ../scss/_bootstrap.scss */
.j2store .btn.disabled,
.j2store .btn[disabled],
fieldset[disabled] .j2store .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

/* line 2304, ../scss/_bootstrap.scss */
.j2store .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 2309, ../scss/_bootstrap.scss */
.j2store .btn-default:hover,
.j2store .btn-default:focus,
.j2store .btn-default.focus,
.j2store .btn-default:active,
.j2store .btn-default.active,
.open > .dropdown-toggle.j2store .btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 2319, ../scss/_bootstrap.scss */
.j2store .btn-default:active,
.j2store .btn-default.active,
.open > .dropdown-toggle.j2store .btn-default {
  background-image: none;
}

/* line 2324, ../scss/_bootstrap.scss */
.j2store .btn-default.disabled,
.j2store .btn-default[disabled],
fieldset[disabled] .j2store .btn-default,
.j2store .btn-default.disabled:hover,
.j2store .btn-default[disabled]:hover,
fieldset[disabled] .j2store .btn-default:hover,
.j2store .btn-default.disabled:focus,
.j2store .btn-default[disabled]:focus,
fieldset[disabled] .j2store .btn-default:focus,
.j2store .btn-default.disabled.focus,
.j2store .btn-default[disabled].focus,
fieldset[disabled] .j2store .btn-default.focus,
.j2store .btn-default.disabled:active,
.j2store .btn-default[disabled]:active,
fieldset[disabled] .j2store .btn-default:active,
.j2store .btn-default.disabled.active,
.j2store .btn-default[disabled].active,
fieldset[disabled] .j2store .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 2345, ../scss/_bootstrap.scss */
.j2store .btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 2349, ../scss/_bootstrap.scss */
.j2store .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 2354, ../scss/_bootstrap.scss */
.j2store .btn-primary:hover,
.j2store .btn-primary:focus,
.j2store .btn-primary.focus,
.j2store .btn-primary:active,
.j2store .btn-primary.active,
.open > .dropdown-toggle.j2store .btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

/* line 2364, ../scss/_bootstrap.scss */
.j2store .btn-primary:active,
.j2store .btn-primary.active,
.open > .dropdown-toggle.j2store .btn-primary {
  background-image: none;
}

/* line 2369, ../scss/_bootstrap.scss */
.j2store .btn-primary.disabled,
.j2store .btn-primary[disabled],
fieldset[disabled] .j2store .btn-primary,
.j2store .btn-primary.disabled:hover,
.j2store .btn-primary[disabled]:hover,
fieldset[disabled] .j2store .btn-primary:hover,
.j2store .btn-primary.disabled:focus,
.j2store .btn-primary[disabled]:focus,
fieldset[disabled] .j2store .btn-primary:focus,
.j2store .btn-primary.disabled.focus,
.j2store .btn-primary[disabled].focus,
fieldset[disabled] .j2store .btn-primary.focus,
.j2store .btn-primary.disabled:active,
.j2store .btn-primary[disabled]:active,
fieldset[disabled] .j2store .btn-primary:active,
.j2store .btn-primary.disabled.active,
.j2store .btn-primary[disabled].active,
fieldset[disabled] .j2store .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 2390, ../scss/_bootstrap.scss */
.j2store .btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 2394, ../scss/_bootstrap.scss */
.j2store .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2399, ../scss/_bootstrap.scss */
.j2store .btn-success:hover,
.j2store .btn-success:focus,
.j2store .btn-success.focus,
.j2store .btn-success:active,
.j2store .btn-success.active,
.open > .dropdown-toggle.j2store .btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2409, ../scss/_bootstrap.scss */
.j2store .btn-success:active,
.j2store .btn-success.active,
.open > .dropdown-toggle.j2store .btn-success {
  background-image: none;
}

/* line 2414, ../scss/_bootstrap.scss */
.j2store .btn-success.disabled,
.j2store .btn-success[disabled],
fieldset[disabled] .j2store .btn-success,
.j2store .btn-success.disabled:hover,
.j2store .btn-success[disabled]:hover,
fieldset[disabled] .j2store .btn-success:hover,
.j2store .btn-success.disabled:focus,
.j2store .btn-success[disabled]:focus,
fieldset[disabled] .j2store .btn-success:focus,
.j2store .btn-success.disabled.focus,
.j2store .btn-success[disabled].focus,
fieldset[disabled] .j2store .btn-success.focus,
.j2store .btn-success.disabled:active,
.j2store .btn-success[disabled]:active,
fieldset[disabled] .j2store .btn-success:active,
.j2store .btn-success.disabled.active,
.j2store .btn-success[disabled].active,
fieldset[disabled] .j2store .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2435, ../scss/_bootstrap.scss */
.j2store .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 2439, ../scss/_bootstrap.scss */
.j2store .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2444, ../scss/_bootstrap.scss */
.j2store .btn-info:hover,
.j2store .btn-info:focus,
.j2store .btn-info.focus,
.j2store .btn-info:active,
.j2store .btn-info.active,
.open > .dropdown-toggle.j2store .btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2454, ../scss/_bootstrap.scss */
.j2store .btn-info:active,
.j2store .btn-info.active,
.open > .dropdown-toggle.j2store .btn-info {
  background-image: none;
}

/* line 2459, ../scss/_bootstrap.scss */
.j2store .btn-info.disabled,
.j2store .btn-info[disabled],
fieldset[disabled] .j2store .btn-info,
.j2store .btn-info.disabled:hover,
.j2store .btn-info[disabled]:hover,
fieldset[disabled] .j2store .btn-info:hover,
.j2store .btn-info.disabled:focus,
.j2store .btn-info[disabled]:focus,
fieldset[disabled] .j2store .btn-info:focus,
.j2store .btn-info.disabled.focus,
.j2store .btn-info[disabled].focus,
fieldset[disabled] .j2store .btn-info.focus,
.j2store .btn-info.disabled:active,
.j2store .btn-info[disabled]:active,
fieldset[disabled] .j2store .btn-info:active,
.j2store .btn-info.disabled.active,
.j2store .btn-info[disabled].active,
fieldset[disabled] .j2store .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2480, ../scss/_bootstrap.scss */
.j2store .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 2484, ../scss/_bootstrap.scss */
.j2store .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2489, ../scss/_bootstrap.scss */
.j2store .btn-warning:hover,
.j2store .btn-warning:focus,
.j2store .btn-warning.focus,
.j2store .btn-warning:active,
.j2store .btn-warning.active,
.open > .dropdown-toggle.j2store .btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2499, ../scss/_bootstrap.scss */
.j2store .btn-warning:active,
.j2store .btn-warning.active,
.open > .dropdown-toggle.j2store .btn-warning {
  background-image: none;
}

/* line 2504, ../scss/_bootstrap.scss */
.j2store .btn-warning.disabled,
.j2store .btn-warning[disabled],
fieldset[disabled] .j2store .btn-warning,
.j2store .btn-warning.disabled:hover,
.j2store .btn-warning[disabled]:hover,
fieldset[disabled] .j2store .btn-warning:hover,
.j2store .btn-warning.disabled:focus,
.j2store .btn-warning[disabled]:focus,
fieldset[disabled] .j2store .btn-warning:focus,
.j2store .btn-warning.disabled.focus,
.j2store .btn-warning[disabled].focus,
fieldset[disabled] .j2store .btn-warning.focus,
.j2store .btn-warning.disabled:active,
.j2store .btn-warning[disabled]:active,
fieldset[disabled] .j2store .btn-warning:active,
.j2store .btn-warning.disabled.active,
.j2store .btn-warning[disabled].active,
fieldset[disabled] .j2store .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2525, ../scss/_bootstrap.scss */
.j2store .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 2529, ../scss/_bootstrap.scss */
.j2store .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2534, ../scss/_bootstrap.scss */
.j2store .btn-danger:hover,
.j2store .btn-danger:focus,
.j2store .btn-danger.focus,
.j2store .btn-danger:active,
.j2store .btn-danger.active,
.open > .dropdown-toggle.j2store .btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 2544, ../scss/_bootstrap.scss */
.j2store .btn-danger:active,
.j2store .btn-danger.active,
.open > .dropdown-toggle.j2store .btn-danger {
  background-image: none;
}

/* line 2549, ../scss/_bootstrap.scss */
.j2store .btn-danger.disabled,
.j2store .btn-danger[disabled],
fieldset[disabled] .j2store .btn-danger,
.j2store .btn-danger.disabled:hover,
.j2store .btn-danger[disabled]:hover,
fieldset[disabled] .j2store .btn-danger:hover,
.j2store .btn-danger.disabled:focus,
.j2store .btn-danger[disabled]:focus,
fieldset[disabled] .j2store .btn-danger:focus,
.j2store .btn-danger.disabled.focus,
.j2store .btn-danger[disabled].focus,
fieldset[disabled] .j2store .btn-danger.focus,
.j2store .btn-danger.disabled:active,
.j2store .btn-danger[disabled]:active,
fieldset[disabled] .j2store .btn-danger:active,
.j2store .btn-danger.disabled.active,
.j2store .btn-danger[disabled].active,
fieldset[disabled] .j2store .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2570, ../scss/_bootstrap.scss */
.j2store .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 2574, ../scss/_bootstrap.scss */
.j2store .btn-link {
  font-weight: 400;
  color: #428bca;
  border-radius: 0;
}

/* line 2579, ../scss/_bootstrap.scss */
.j2store .btn-link,
.j2store .btn-link:active,
.j2store .btn-link.active,
.j2store .btn-link[disabled],
fieldset[disabled] .j2store .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2588, ../scss/_bootstrap.scss */
.j2store .btn-link,
.j2store .btn-link:hover,
.j2store .btn-link:focus,
.j2store .btn-link:active {
  border-color: transparent;
}

/* line 2594, ../scss/_bootstrap.scss */
.j2store .btn-link:hover,
.j2store .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2600, ../scss/_bootstrap.scss */
.j2store .btn-link[disabled]:hover,
fieldset[disabled] .j2store .btn-link:hover,
.j2store .btn-link[disabled]:focus,
fieldset[disabled] .j2store .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 2607, ../scss/_bootstrap.scss */
.j2store .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2613, ../scss/_bootstrap.scss */
.j2store .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2619, ../scss/_bootstrap.scss */
.j2store .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2625, ../scss/_bootstrap.scss */
.j2store .btn-block {
  display: block;
  width: 100%;
}

/* line 2629, ../scss/_bootstrap.scss */
.j2store .btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2632, ../scss/_bootstrap.scss */
.j2store input[type=submit].btn-block,
.j2store input[type=reset].btn-block,
.j2store input[type=button].btn-block {
  width: 100%;
}

/* line 2637, ../scss/_bootstrap.scss */
.j2store .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}

/* line 2643, ../scss/_bootstrap.scss */
.j2store .fade.in {
  opacity: 1;
}

/* line 2646, ../scss/_bootstrap.scss */
.j2store .collapse {
  display: none;
  visibility: hidden;
}

/* line 2650, ../scss/_bootstrap.scss */
.j2store .collapse.in {
  display: block;
  visibility: visible;
}

/* line 2654, ../scss/_bootstrap.scss */
tr.j2store .collapse.in {
  display: table-row;
}

/* line 2657, ../scss/_bootstrap.scss */
tbody.j2store .collapse.in {
  display: table-row-group;
}

/* line 2660, ../scss/_bootstrap.scss */
.j2store .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 2674, ../scss/_bootstrap.scss */
.j2store .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 2684, ../scss/_bootstrap.scss */
.j2store .dropdown {
  position: relative;
}

/* line 2687, ../scss/_bootstrap.scss */
.j2store .dropdown-toggle:focus {
  outline: 0;
}

/* line 2690, ../scss/_bootstrap.scss */
.j2store .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 2712, ../scss/_bootstrap.scss */
.j2store .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2716, ../scss/_bootstrap.scss */
.j2store .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 2722, ../scss/_bootstrap.scss */
.j2store .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 2731, ../scss/_bootstrap.scss */
.j2store .dropdown-menu > li > a:hover,
.j2store .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 2737, ../scss/_bootstrap.scss */
.j2store .dropdown-menu > .active > a,
.j2store .dropdown-menu > .active > a:hover,
.j2store .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

/* line 2745, ../scss/_bootstrap.scss */
.j2store .dropdown-menu > .disabled > a,
.j2store .dropdown-menu > .disabled > a:hover,
.j2store .dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 2750, ../scss/_bootstrap.scss */
.j2store .dropdown-menu > .disabled > a:hover,
.j2store .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

/* line 2758, ../scss/_bootstrap.scss */
.j2store .open > .dropdown-menu {
  display: block;
}

/* line 2761, ../scss/_bootstrap.scss */
.j2store .open > a {
  outline: 0;
}

/* line 2764, ../scss/_bootstrap.scss */
.j2store .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 2768, ../scss/_bootstrap.scss */
.j2store .dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 2772, ../scss/_bootstrap.scss */
.j2store .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 2780, ../scss/_bootstrap.scss */
.j2store .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 2788, ../scss/_bootstrap.scss */
.j2store .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2792, ../scss/_bootstrap.scss */
.j2store .dropup .caret,
.j2store .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

/* line 2798, ../scss/_bootstrap.scss */
.j2store .dropup .dropdown-menu,
.j2store .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 2805, ../scss/_bootstrap.scss */
  .j2store .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 2809, ../scss/_bootstrap.scss */
  .j2store .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 2814, ../scss/_bootstrap.scss */
.j2store .btn-group,
.j2store .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2820, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn,
.j2store .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 2825, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn:hover,
.j2store .btn-group-vertical > .btn:hover,
.j2store .btn-group > .btn:focus,
.j2store .btn-group-vertical > .btn:focus,
.j2store .btn-group > .btn:active,
.j2store .btn-group-vertical > .btn:active,
.j2store .btn-group > .btn.active,
.j2store .btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 2835, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn:focus,
.j2store .btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 2839, ../scss/_bootstrap.scss */
.j2store .btn-group .btn + .btn,
.j2store .btn-group .btn + .btn-group,
.j2store .btn-group .btn-group + .btn,
.j2store .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 2845, ../scss/_bootstrap.scss */
.j2store .btn-toolbar {
  margin-left: -5px;
}

/* line 2848, ../scss/_bootstrap.scss */
.j2store .btn-toolbar .btn-group,
.j2store .btn-toolbar .input-group {
  float: left;
}

/* line 2852, ../scss/_bootstrap.scss */
.j2store .btn-toolbar > .btn,
.j2store .btn-toolbar > .btn-group,
.j2store .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 2857, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 2860, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2863, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2867, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn:last-child:not(:first-child),
.j2store .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2872, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn-group {
  float: left;
}

/* line 2875, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2878, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn-group:first-child > .btn:last-child,
.j2store .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2883, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2887, ../scss/_bootstrap.scss */
.j2store .btn-group .dropdown-toggle:active,
.j2store .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 2891, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 2895, ../scss/_bootstrap.scss */
.j2store .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 2899, ../scss/_bootstrap.scss */
.j2store .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2903, ../scss/_bootstrap.scss */
.j2store .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2907, ../scss/_bootstrap.scss */
.j2store .btn .caret {
  margin-left: 0;
}

/* line 2910, ../scss/_bootstrap.scss */
.j2store .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 2914, ../scss/_bootstrap.scss */
.j2store .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 2917, ../scss/_bootstrap.scss */
.j2store .btn-group-vertical > .btn,
.j2store .btn-group-vertical > .btn-group,
.j2store .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 2925, ../scss/_bootstrap.scss */
.j2store .btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 2928, ../scss/_bootstrap.scss */
.j2store .btn-group-vertical > .btn + .btn,
.j2store .btn-group-vertical > .btn + .btn-group,
.j2store .btn-group-vertical > .btn-group + .btn,
.j2store .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 2935, ../scss/_bootstrap.scss */
.j2store .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2938, ../scss/_bootstrap.scss */
.j2store .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2943, ../scss/_bootstrap.scss */
.j2store .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

/* line 2948, ../scss/_bootstrap.scss */
.j2store .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2951, ../scss/_bootstrap.scss */
.j2store .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.j2store .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2956, ../scss/_bootstrap.scss */
.j2store .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2960, ../scss/_bootstrap.scss */
.j2store .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 2966, ../scss/_bootstrap.scss */
.j2store .btn-group-justified > .btn,
.j2store .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 2972, ../scss/_bootstrap.scss */
.j2store .btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 2975, ../scss/_bootstrap.scss */
.j2store .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 2978, ../scss/_bootstrap.scss */
.j2store [data-toggle=buttons] > .btn input[type=radio],
.j2store [data-toggle=buttons] > .btn-group > .btn input[type=radio],
.j2store [data-toggle=buttons] > .btn input[type=checkbox],
.j2store [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2986, ../scss/_bootstrap.scss */
.j2store .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 2991, ../scss/_bootstrap.scss */
.j2store .input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 2996, ../scss/_bootstrap.scss */
.j2store .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3003, ../scss/_bootstrap.scss */
.j2store .input-group-lg > .form-control,
.j2store .input-group-lg > .input-group-addon,
.j2store .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 3012, ../scss/_bootstrap.scss */
select.j2store .input-group-lg > .form-control,
select.j2store .input-group-lg > .input-group-addon,
select.j2store .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3018, ../scss/_bootstrap.scss */
textarea.j2store .input-group-lg > .form-control,
textarea.j2store .input-group-lg > .input-group-addon,
textarea.j2store .input-group-lg > .input-group-btn > .btn,
select[multiple].j2store .input-group-lg > .form-control,
select[multiple].j2store .input-group-lg > .input-group-addon,
select[multiple].j2store .input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3026, ../scss/_bootstrap.scss */
.j2store .input-group-sm > .form-control,
.j2store .input-group-sm > .input-group-addon,
.j2store .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3035, ../scss/_bootstrap.scss */
select.j2store .input-group-sm > .form-control,
select.j2store .input-group-sm > .input-group-addon,
select.j2store .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3041, ../scss/_bootstrap.scss */
textarea.j2store .input-group-sm > .form-control,
textarea.j2store .input-group-sm > .input-group-addon,
textarea.j2store .input-group-sm > .input-group-btn > .btn,
select[multiple].j2store .input-group-sm > .form-control,
select[multiple].j2store .input-group-sm > .input-group-addon,
select[multiple].j2store .input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3049, ../scss/_bootstrap.scss */
.j2store .input-group-addon,
.j2store .input-group-btn,
.j2store .input-group .form-control {
  display: table-cell;
}

/* line 3054, ../scss/_bootstrap.scss */
.j2store .input-group-addon:not(:first-child):not(:last-child),
.j2store .input-group-btn:not(:first-child):not(:last-child),
.j2store .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3059, ../scss/_bootstrap.scss */
.j2store .input-group-addon,
.j2store .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3065, ../scss/_bootstrap.scss */
.j2store .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 3076, ../scss/_bootstrap.scss */
.j2store .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3081, ../scss/_bootstrap.scss */
.j2store .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3086, ../scss/_bootstrap.scss */
.j2store .input-group-addon input[type=radio],
.j2store .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

/* line 3090, ../scss/_bootstrap.scss */
.j2store .input-group .form-control:first-child,
.j2store .input-group-addon:first-child,
.j2store .input-group-btn:first-child > .btn,
.j2store .input-group-btn:first-child > .btn-group > .btn,
.j2store .input-group-btn:first-child > .dropdown-toggle,
.j2store .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.j2store .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3100, ../scss/_bootstrap.scss */
.j2store .input-group-addon:first-child {
  border-right: 0;
}

/* line 3103, ../scss/_bootstrap.scss */
.j2store .input-group .form-control:last-child,
.j2store .input-group-addon:last-child,
.j2store .input-group-btn:last-child > .btn,
.j2store .input-group-btn:last-child > .btn-group > .btn,
.j2store .input-group-btn:last-child > .dropdown-toggle,
.j2store .input-group-btn:first-child > .btn:not(:first-child),
.j2store .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3113, ../scss/_bootstrap.scss */
.j2store .input-group-addon:last-child {
  border-left: 0;
}

/* line 3116, ../scss/_bootstrap.scss */
.j2store .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3121, ../scss/_bootstrap.scss */
.j2store .input-group-btn > .btn {
  position: relative;
}

/* line 3124, ../scss/_bootstrap.scss */
.j2store .input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3127, ../scss/_bootstrap.scss */
.j2store .input-group-btn > .btn:hover,
.j2store .input-group-btn > .btn:focus,
.j2store .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3132, ../scss/_bootstrap.scss */
.j2store .input-group-btn:first-child > .btn,
.j2store .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3136, ../scss/_bootstrap.scss */
.j2store .input-group-btn:last-child > .btn,
.j2store .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 3140, ../scss/_bootstrap.scss */
.j2store .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3145, ../scss/_bootstrap.scss */
.j2store .nav > li {
  position: relative;
  display: block;
}

/* line 3149, ../scss/_bootstrap.scss */
.j2store .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3154, ../scss/_bootstrap.scss */
.j2store .nav > li > a:hover,
.j2store .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3159, ../scss/_bootstrap.scss */
.j2store .nav > li.disabled > a {
  color: #777;
}

/* line 3162, ../scss/_bootstrap.scss */
.j2store .nav > li.disabled > a:hover,
.j2store .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 3169, ../scss/_bootstrap.scss */
.j2store .nav .open > a,
.j2store .nav .open > a:hover,
.j2store .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

/* line 3175, ../scss/_bootstrap.scss */
.j2store .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3181, ../scss/_bootstrap.scss */
.j2store .nav > li > a > img {
  max-width: none;
}

/* line 3184, ../scss/_bootstrap.scss */
.j2store .nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 3187, ../scss/_bootstrap.scss */
.j2store .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3191, ../scss/_bootstrap.scss */
.j2store .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 3197, ../scss/_bootstrap.scss */
.j2store .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 3200, ../scss/_bootstrap.scss */
.j2store .nav-tabs > li.active > a,
.j2store .nav-tabs > li.active > a:hover,
.j2store .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 3209, ../scss/_bootstrap.scss */
.j2store .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3213, ../scss/_bootstrap.scss */
.j2store .nav-tabs.nav-justified > li {
  float: none;
}

/* line 3216, ../scss/_bootstrap.scss */
.j2store .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 3220, ../scss/_bootstrap.scss */
.j2store .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3225, ../scss/_bootstrap.scss */
  .j2store .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3229, ../scss/_bootstrap.scss */
  .j2store .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3233, ../scss/_bootstrap.scss */
.j2store .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3237, ../scss/_bootstrap.scss */
.j2store .nav-tabs.nav-justified > .active > a,
.j2store .nav-tabs.nav-justified > .active > a:hover,
.j2store .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 3243, ../scss/_bootstrap.scss */
  .j2store .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3247, ../scss/_bootstrap.scss */
  .j2store .nav-tabs.nav-justified > .active > a,
  .j2store .nav-tabs.nav-justified > .active > a:hover,
  .j2store .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 3253, ../scss/_bootstrap.scss */
.j2store .nav-pills > li {
  float: left;
}

/* line 3256, ../scss/_bootstrap.scss */
.j2store .nav-pills > li > a {
  border-radius: 4px;
}

/* line 3259, ../scss/_bootstrap.scss */
.j2store .nav-pills > li + li {
  margin-left: 2px;
}

/* line 3262, ../scss/_bootstrap.scss */
.j2store .nav-pills > li.active > a,
.j2store .nav-pills > li.active > a:hover,
.j2store .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 3268, ../scss/_bootstrap.scss */
.j2store .nav-stacked > li {
  float: none;
}

/* line 3271, ../scss/_bootstrap.scss */
.j2store .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3275, ../scss/_bootstrap.scss */
.j2store .nav-justified {
  width: 100%;
}

/* line 3278, ../scss/_bootstrap.scss */
.j2store .nav-justified > li {
  float: none;
}

/* line 3281, ../scss/_bootstrap.scss */
.j2store .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 3285, ../scss/_bootstrap.scss */
.j2store .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3290, ../scss/_bootstrap.scss */
  .j2store .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3294, ../scss/_bootstrap.scss */
  .j2store .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3298, ../scss/_bootstrap.scss */
.j2store .nav-tabs-justified {
  border-bottom: 0;
}

/* line 3301, ../scss/_bootstrap.scss */
.j2store .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3305, ../scss/_bootstrap.scss */
.j2store .nav-tabs-justified > .active > a,
.j2store .nav-tabs-justified > .active > a:hover,
.j2store .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 3311, ../scss/_bootstrap.scss */
  .j2store .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3315, ../scss/_bootstrap.scss */
  .j2store .nav-tabs-justified > .active > a,
  .j2store .nav-tabs-justified > .active > a:hover,
  .j2store .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 3321, ../scss/_bootstrap.scss */
.j2store .tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

/* line 3325, ../scss/_bootstrap.scss */
.j2store .tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 3329, ../scss/_bootstrap.scss */
.j2store .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3334, ../scss/_bootstrap.scss */
.j2store .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3341, ../scss/_bootstrap.scss */
  .j2store .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 3346, ../scss/_bootstrap.scss */
  .j2store .navbar-header {
    float: left;
  }
}
/* line 3350, ../scss/_bootstrap.scss */
.j2store .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 3359, ../scss/_bootstrap.scss */
.j2store .navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 3363, ../scss/_bootstrap.scss */
  .j2store .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 3369, ../scss/_bootstrap.scss */
  .j2store .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }

  /* line 3376, ../scss/_bootstrap.scss */
  .j2store .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 3379, ../scss/_bootstrap.scss */
  .navbar-fixed-top .j2store .navbar-collapse,
  .navbar-static-top .j2store .navbar-collapse,
  .navbar-fixed-bottom .j2store .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 3386, ../scss/_bootstrap.scss */
.j2store .navbar-fixed-top .navbar-collapse,
.j2store .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 3391, ../scss/_bootstrap.scss */
  .j2store .navbar-fixed-top .navbar-collapse,
  .j2store .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 3396, ../scss/_bootstrap.scss */
.j2store .container > .navbar-header,
.j2store .container-fluid > .navbar-header,
.j2store .container > .navbar-collapse,
.j2store .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 3404, ../scss/_bootstrap.scss */
  .j2store .container > .navbar-header,
  .j2store .container-fluid > .navbar-header,
  .j2store .container > .navbar-collapse,
  .j2store .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 3412, ../scss/_bootstrap.scss */
.j2store .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3417, ../scss/_bootstrap.scss */
  .j2store .navbar-static-top {
    border-radius: 0;
  }
}
/* line 3421, ../scss/_bootstrap.scss */
.j2store .navbar-fixed-top,
.j2store .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 3429, ../scss/_bootstrap.scss */
  .j2store .navbar-fixed-top,
  .j2store .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 3434, ../scss/_bootstrap.scss */
.j2store .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 3438, ../scss/_bootstrap.scss */
.j2store .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 3443, ../scss/_bootstrap.scss */
.j2store .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 3450, ../scss/_bootstrap.scss */
.j2store .navbar-brand:hover,
.j2store .navbar-brand:focus {
  text-decoration: none;
}

/* line 3454, ../scss/_bootstrap.scss */
.j2store .navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 3458, ../scss/_bootstrap.scss */
  .navbar > .container .j2store .navbar-brand,
  .navbar > .container-fluid .j2store .navbar-brand {
    margin-left: -15px;
  }
}
/* line 3463, ../scss/_bootstrap.scss */
.j2store .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3475, ../scss/_bootstrap.scss */
.j2store .navbar-toggle:focus {
  outline: 0;
}

/* line 3478, ../scss/_bootstrap.scss */
.j2store .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 3484, ../scss/_bootstrap.scss */
.j2store .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 3488, ../scss/_bootstrap.scss */
  .j2store .navbar-toggle {
    display: none;
  }
}
/* line 3492, ../scss/_bootstrap.scss */
.j2store .navbar-nav {
  margin: 7.5px -15px;
}

/* line 3495, ../scss/_bootstrap.scss */
.j2store .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 3501, ../scss/_bootstrap.scss */
  .j2store .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 3511, ../scss/_bootstrap.scss */
  .j2store .navbar-nav .open .dropdown-menu > li > a,
  .j2store .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 3515, ../scss/_bootstrap.scss */
  .j2store .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 3518, ../scss/_bootstrap.scss */
  .j2store .navbar-nav .open .dropdown-menu > li > a:hover,
  .j2store .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 3524, ../scss/_bootstrap.scss */
  .j2store .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 3528, ../scss/_bootstrap.scss */
  .j2store .navbar-nav > li {
    float: left;
  }

  /* line 3531, ../scss/_bootstrap.scss */
  .j2store .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 3536, ../scss/_bootstrap.scss */
.j2store .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 3548, ../scss/_bootstrap.scss */
  .j2store .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3553, ../scss/_bootstrap.scss */
  .j2store .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 3558, ../scss/_bootstrap.scss */
  .j2store .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 3561, ../scss/_bootstrap.scss */
  .j2store .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 3565, ../scss/_bootstrap.scss */
  .j2store .navbar-form .input-group .input-group-addon,
  .j2store .navbar-form .input-group .input-group-btn,
  .j2store .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 3570, ../scss/_bootstrap.scss */
  .j2store .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 3573, ../scss/_bootstrap.scss */
  .j2store .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3577, ../scss/_bootstrap.scss */
  .j2store .navbar-form .radio,
  .j2store .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3584, ../scss/_bootstrap.scss */
  .j2store .navbar-form .radio label,
  .j2store .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 3588, ../scss/_bootstrap.scss */
  .j2store .navbar-form .radio input[type=radio],
  .j2store .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  /* line 3593, ../scss/_bootstrap.scss */
  .j2store .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 3598, ../scss/_bootstrap.scss */
  .j2store .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 3601, ../scss/_bootstrap.scss */
  .j2store .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 3606, ../scss/_bootstrap.scss */
  .j2store .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 3617, ../scss/_bootstrap.scss */
.j2store .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3622, ../scss/_bootstrap.scss */
.j2store .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3626, ../scss/_bootstrap.scss */
.j2store .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 3630, ../scss/_bootstrap.scss */
.j2store .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3634, ../scss/_bootstrap.scss */
.j2store .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 3638, ../scss/_bootstrap.scss */
.j2store .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 3643, ../scss/_bootstrap.scss */
  .j2store .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 3650, ../scss/_bootstrap.scss */
  .j2store .navbar-left {
    float: left !important;
  }

  /* line 3653, ../scss/_bootstrap.scss */
  .j2store .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 3657, ../scss/_bootstrap.scss */
  .j2store .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 3661, ../scss/_bootstrap.scss */
.j2store .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 3665, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-brand {
  color: #777;
}

/* line 3668, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-brand:hover,
.j2store .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 3673, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-text {
  color: #777;
}

/* line 3676, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 3679, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-nav > li > a:hover,
.j2store .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 3684, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-nav > .active > a,
.j2store .navbar-default .navbar-nav > .active > a:hover,
.j2store .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 3690, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-nav > .disabled > a,
.j2store .navbar-default .navbar-nav > .disabled > a:hover,
.j2store .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 3696, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 3699, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-toggle:hover,
.j2store .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 3703, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 3706, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-collapse,
.j2store .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 3710, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-nav > .open > a,
.j2store .navbar-default .navbar-nav > .open > a:hover,
.j2store .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 3717, ../scss/_bootstrap.scss */
  .j2store .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 3720, ../scss/_bootstrap.scss */
  .j2store .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .j2store .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  /* line 3725, ../scss/_bootstrap.scss */
  .j2store .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .j2store .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .j2store .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 3731, ../scss/_bootstrap.scss */
  .j2store .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .j2store .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .j2store .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 3738, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-link {
  color: #777;
}

/* line 3741, ../scss/_bootstrap.scss */
.j2store .navbar-default .navbar-link:hover {
  color: #333;
}

/* line 3744, ../scss/_bootstrap.scss */
.j2store .navbar-default .btn-link {
  color: #777;
}

/* line 3747, ../scss/_bootstrap.scss */
.j2store .navbar-default .btn-link:hover,
.j2store .navbar-default .btn-link:focus {
  color: #333;
}

/* line 3751, ../scss/_bootstrap.scss */
.j2store .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .j2store .navbar-default .btn-link:hover,
.j2store .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .j2store .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 3757, ../scss/_bootstrap.scss */
.j2store .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 3761, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 3764, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-brand:hover,
.j2store .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 3769, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 3772, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 3775, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-nav > li > a:hover,
.j2store .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 3780, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-nav > .active > a,
.j2store .navbar-inverse .navbar-nav > .active > a:hover,
.j2store .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 3786, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-nav > .disabled > a,
.j2store .navbar-inverse .navbar-nav > .disabled > a:hover,
.j2store .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 3792, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 3795, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-toggle:hover,
.j2store .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 3799, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 3802, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-collapse,
.j2store .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 3806, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-nav > .open > a,
.j2store .navbar-inverse .navbar-nav > .open > a:hover,
.j2store .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 3813, ../scss/_bootstrap.scss */
  .j2store .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 3816, ../scss/_bootstrap.scss */
  .j2store .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 3819, ../scss/_bootstrap.scss */
  .j2store .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 3822, ../scss/_bootstrap.scss */
  .j2store .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .j2store .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  /* line 3827, ../scss/_bootstrap.scss */
  .j2store .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .j2store .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .j2store .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  /* line 3833, ../scss/_bootstrap.scss */
  .j2store .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .j2store .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .j2store .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 3840, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 3843, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 3846, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 3849, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .btn-link:hover,
.j2store .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 3853, ../scss/_bootstrap.scss */
.j2store .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .j2store .navbar-inverse .btn-link:hover,
.j2store .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .j2store .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 3859, ../scss/_bootstrap.scss */
.j2store .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 3866, ../scss/_bootstrap.scss */
.j2store .breadcrumb > li {
  display: inline-block;
}

/* line 3869, ../scss/_bootstrap.scss */
.j2store .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 3874, ../scss/_bootstrap.scss */
.j2store .breadcrumb > .active {
  color: #777;
}

/* line 3877, ../scss/_bootstrap.scss */
.j2store .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 3883, ../scss/_bootstrap.scss */
.j2store .pagination > li {
  display: inline;
}

/* line 3886, ../scss/_bootstrap.scss */
.j2store .pagination > li > a,
.j2store .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 3898, ../scss/_bootstrap.scss */
.j2store .pagination > li:first-child > a,
.j2store .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3904, ../scss/_bootstrap.scss */
.j2store .pagination > li:last-child > a,
.j2store .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 3909, ../scss/_bootstrap.scss */
.j2store .pagination > li > a:hover,
.j2store .pagination > li > span:hover,
.j2store .pagination > li > a:focus,
.j2store .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

/* line 3917, ../scss/_bootstrap.scss */
.j2store .pagination > .active > a,
.j2store .pagination > .active > span,
.j2store .pagination > .active > a:hover,
.j2store .pagination > .active > span:hover,
.j2store .pagination > .active > a:focus,
.j2store .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 3929, ../scss/_bootstrap.scss */
.j2store .pagination > .disabled > span,
.j2store .pagination > .disabled > span:hover,
.j2store .pagination > .disabled > span:focus,
.j2store .pagination > .disabled > a,
.j2store .pagination > .disabled > a:hover,
.j2store .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 3940, ../scss/_bootstrap.scss */
.j2store .pagination-lg > li > a,
.j2store .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 3945, ../scss/_bootstrap.scss */
.j2store .pagination-lg > li:first-child > a,
.j2store .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 3950, ../scss/_bootstrap.scss */
.j2store .pagination-lg > li:last-child > a,
.j2store .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 3955, ../scss/_bootstrap.scss */
.j2store .pagination-sm > li > a,
.j2store .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 3960, ../scss/_bootstrap.scss */
.j2store .pagination-sm > li:first-child > a,
.j2store .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 3965, ../scss/_bootstrap.scss */
.j2store .pagination-sm > li:last-child > a,
.j2store .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 3970, ../scss/_bootstrap.scss */
.j2store .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 3976, ../scss/_bootstrap.scss */
.j2store .pager li {
  display: inline;
}

/* line 3979, ../scss/_bootstrap.scss */
.j2store .pager li > a,
.j2store .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 3987, ../scss/_bootstrap.scss */
.j2store .pager li > a:hover,
.j2store .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3992, ../scss/_bootstrap.scss */
.j2store .pager .next > a,
.j2store .pager .next > span {
  float: right;
}

/* line 3996, ../scss/_bootstrap.scss */
.j2store .pager .previous > a,
.j2store .pager .previous > span {
  float: left;
}

/* line 4000, ../scss/_bootstrap.scss */
.j2store .pager .disabled > a,
.j2store .pager .disabled > a:hover,
.j2store .pager .disabled > a:focus,
.j2store .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4008, ../scss/_bootstrap.scss */
.j2store .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/* line 4020, ../scss/_bootstrap.scss */
a.j2store .label:hover,
a.j2store .label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4026, ../scss/_bootstrap.scss */
.j2store .label:empty {
  display: none;
}

/* line 4029, ../scss/_bootstrap.scss */
.btn .j2store .label {
  position: relative;
  top: -1px;
}

/* line 4033, ../scss/_bootstrap.scss */
.j2store .label-default {
  background-color: #777;
}

/* line 4036, ../scss/_bootstrap.scss */
.j2store .label-default[href]:hover,
.j2store .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4040, ../scss/_bootstrap.scss */
.j2store .label-primary {
  background-color: #428bca;
}

/* line 4043, ../scss/_bootstrap.scss */
.j2store .label-primary[href]:hover,
.j2store .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 4047, ../scss/_bootstrap.scss */
.j2store .label-success {
  background-color: #5cb85c;
}

/* line 4050, ../scss/_bootstrap.scss */
.j2store .label-success[href]:hover,
.j2store .label-success[href]:focus {
  background-color: #449d44;
}

/* line 4054, ../scss/_bootstrap.scss */
.j2store .label-info {
  background-color: #5bc0de;
}

/* line 4057, ../scss/_bootstrap.scss */
.j2store .label-info[href]:hover,
.j2store .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4061, ../scss/_bootstrap.scss */
.j2store .label-warning {
  background-color: #f0ad4e;
}

/* line 4064, ../scss/_bootstrap.scss */
.j2store .label-warning[href]:hover,
.j2store .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4068, ../scss/_bootstrap.scss */
.j2store .label-danger {
  background-color: #d9534f;
}

/* line 4071, ../scss/_bootstrap.scss */
.j2store .label-danger[href]:hover,
.j2store .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4075, ../scss/_bootstrap.scss */
.j2store .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

/* line 4089, ../scss/_bootstrap.scss */
.j2store .badge:empty {
  display: none;
}

/* line 4092, ../scss/_bootstrap.scss */
.btn .j2store .badge {
  position: relative;
  top: -1px;
}

/* line 4096, ../scss/_bootstrap.scss */
.btn-xs .j2store .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4100, ../scss/_bootstrap.scss */
a.j2store .badge:hover,
a.j2store .badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4106, ../scss/_bootstrap.scss */
a.list-group-item.active > .j2store .badge,
.nav-pills > .active > a > .j2store .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 4111, ../scss/_bootstrap.scss */
.nav-pills > li > a > .j2store .badge {
  margin-left: 3px;
}

/* line 4114, ../scss/_bootstrap.scss */
.j2store .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 4120, ../scss/_bootstrap.scss */
.j2store .jumbotron h1,
.j2store .jumbotron .h1 {
  color: inherit;
}

/* line 4124, ../scss/_bootstrap.scss */
.j2store .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4129, ../scss/_bootstrap.scss */
.j2store .jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4132, ../scss/_bootstrap.scss */
.container .j2store .jumbotron,
.container-fluid .j2store .jumbotron {
  border-radius: 6px;
}

/* line 4136, ../scss/_bootstrap.scss */
.j2store .jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4140, ../scss/_bootstrap.scss */
  .j2store .jumbotron {
    padding: 48px 0;
  }

  /* line 4143, ../scss/_bootstrap.scss */
  .container .j2store .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 4147, ../scss/_bootstrap.scss */
  .j2store .jumbotron h1,
  .j2store .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 4152, ../scss/_bootstrap.scss */
.j2store .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 4164, ../scss/_bootstrap.scss */
.j2store .thumbnail > img,
.j2store .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 4169, ../scss/_bootstrap.scss */
a.j2store .thumbnail:hover,
a.j2store .thumbnail:focus,
a.j2store .thumbnail.active {
  border-color: #428bca;
}

/* line 4174, ../scss/_bootstrap.scss */
.j2store .thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 4178, ../scss/_bootstrap.scss */
.j2store .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4184, ../scss/_bootstrap.scss */
.j2store .alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 4188, ../scss/_bootstrap.scss */
.j2store .alert .alert-link {
  font-weight: 700;
}

/* line 4191, ../scss/_bootstrap.scss */
.j2store .alert > p,
.j2store .alert > ul {
  margin-bottom: 0;
}

/* line 4195, ../scss/_bootstrap.scss */
.j2store .alert > p + p {
  margin-top: 5px;
}

/* line 4198, ../scss/_bootstrap.scss */
.j2store .alert-dismissable,
.j2store .alert-dismissible {
  padding-right: 35px;
}

/* line 4202, ../scss/_bootstrap.scss */
.j2store .alert-dismissable .close,
.j2store .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 4209, ../scss/_bootstrap.scss */
.j2store .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4214, ../scss/_bootstrap.scss */
.j2store .alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 4217, ../scss/_bootstrap.scss */
.j2store .alert-success .alert-link {
  color: #2b542c;
}

/* line 4220, ../scss/_bootstrap.scss */
.j2store .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4225, ../scss/_bootstrap.scss */
.j2store .alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 4228, ../scss/_bootstrap.scss */
.j2store .alert-info .alert-link {
  color: #245269;
}

/* line 4231, ../scss/_bootstrap.scss */
.j2store .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4236, ../scss/_bootstrap.scss */
.j2store .alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 4239, ../scss/_bootstrap.scss */
.j2store .alert-warning .alert-link {
  color: #66512c;
}

/* line 4242, ../scss/_bootstrap.scss */
.j2store .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 4247, ../scss/_bootstrap.scss */
.j2store .alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 4250, ../scss/_bootstrap.scss */
.j2store .alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 4277, ../scss/_bootstrap.scss */
.j2store .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4286, ../scss/_bootstrap.scss */
.j2store .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width 0.6s ease;
}

/* line 4301, ../scss/_bootstrap.scss */
.j2store .progress-striped .progress-bar,
.j2store .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 4309, ../scss/_bootstrap.scss */
.j2store .progress.active .progress-bar,
.j2store .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4315, ../scss/_bootstrap.scss */
.j2store .progress-bar-success {
  background-color: #5cb85c;
}

/* line 4318, ../scss/_bootstrap.scss */
.progress-striped .j2store .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4323, ../scss/_bootstrap.scss */
.j2store .progress-bar-info {
  background-color: #5bc0de;
}

/* line 4326, ../scss/_bootstrap.scss */
.progress-striped .j2store .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4331, ../scss/_bootstrap.scss */
.j2store .progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 4334, ../scss/_bootstrap.scss */
.progress-striped .j2store .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4339, ../scss/_bootstrap.scss */
.j2store .progress-bar-danger {
  background-color: #d9534f;
}

/* line 4342, ../scss/_bootstrap.scss */
.progress-striped .j2store .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4347, ../scss/_bootstrap.scss */
.j2store .media {
  margin-top: 15px;
}

/* line 4350, ../scss/_bootstrap.scss */
.j2store .media:first-child {
  margin-top: 0;
}

/* line 4353, ../scss/_bootstrap.scss */
.j2store .media-right,
.j2store .media > .pull-right {
  padding-left: 10px;
}

/* line 4357, ../scss/_bootstrap.scss */
.j2store .media-left,
.j2store .media > .pull-left {
  padding-right: 10px;
}

/* line 4361, ../scss/_bootstrap.scss */
.j2store .media-left,
.j2store .media-right,
.j2store .media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 4367, ../scss/_bootstrap.scss */
.j2store .media-middle {
  vertical-align: middle;
}

/* line 4370, ../scss/_bootstrap.scss */
.j2store .media-bottom {
  vertical-align: bottom;
}

/* line 4373, ../scss/_bootstrap.scss */
.j2store .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4377, ../scss/_bootstrap.scss */
.j2store .media-list {
  padding-left: 0;
  list-style: none;
}

/* line 4381, ../scss/_bootstrap.scss */
.j2store .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 4385, ../scss/_bootstrap.scss */
.j2store .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4393, ../scss/_bootstrap.scss */
.j2store .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 4397, ../scss/_bootstrap.scss */
.j2store .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4402, ../scss/_bootstrap.scss */
.j2store .list-group-item > .badge {
  float: right;
}

/* line 4405, ../scss/_bootstrap.scss */
.j2store .list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4408, ../scss/_bootstrap.scss */
.j2store a.list-group-item {
  color: #555;
}

/* line 4411, ../scss/_bootstrap.scss */
.j2store a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 4414, ../scss/_bootstrap.scss */
.j2store a.list-group-item:hover,
.j2store a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4420, ../scss/_bootstrap.scss */
.j2store .list-group-item.disabled,
.j2store .list-group-item.disabled:hover,
.j2store .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 4427, ../scss/_bootstrap.scss */
.j2store .list-group-item.disabled .list-group-item-heading,
.j2store .list-group-item.disabled:hover .list-group-item-heading,
.j2store .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 4432, ../scss/_bootstrap.scss */
.j2store .list-group-item.disabled .list-group-item-text,
.j2store .list-group-item.disabled:hover .list-group-item-text,
.j2store .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 4437, ../scss/_bootstrap.scss */
.j2store .list-group-item.active,
.j2store .list-group-item.active:hover,
.j2store .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 4445, ../scss/_bootstrap.scss */
.j2store .list-group-item.active .list-group-item-heading,
.j2store .list-group-item.active:hover .list-group-item-heading,
.j2store .list-group-item.active:focus .list-group-item-heading,
.j2store .list-group-item.active .list-group-item-heading > small,
.j2store .list-group-item.active:hover .list-group-item-heading > small,
.j2store .list-group-item.active:focus .list-group-item-heading > small,
.j2store .list-group-item.active .list-group-item-heading > .small,
.j2store .list-group-item.active:hover .list-group-item-heading > .small,
.j2store .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 4456, ../scss/_bootstrap.scss */
.j2store .list-group-item.active .list-group-item-text,
.j2store .list-group-item.active:hover .list-group-item-text,
.j2store .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 4461, ../scss/_bootstrap.scss */
.j2store .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 4465, ../scss/_bootstrap.scss */
a.j2store .list-group-item-success {
  color: #3c763d;
}

/* line 4468, ../scss/_bootstrap.scss */
a.j2store .list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 4471, ../scss/_bootstrap.scss */
a.j2store .list-group-item-success:hover,
a.j2store .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 4476, ../scss/_bootstrap.scss */
a.j2store .list-group-item-success.active,
a.j2store .list-group-item-success.active:hover,
a.j2store .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4483, ../scss/_bootstrap.scss */
.j2store .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 4487, ../scss/_bootstrap.scss */
a.j2store .list-group-item-info {
  color: #31708f;
}

/* line 4490, ../scss/_bootstrap.scss */
a.j2store .list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 4493, ../scss/_bootstrap.scss */
a.j2store .list-group-item-info:hover,
a.j2store .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 4498, ../scss/_bootstrap.scss */
a.j2store .list-group-item-info.active,
a.j2store .list-group-item-info.active:hover,
a.j2store .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4505, ../scss/_bootstrap.scss */
.j2store .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 4509, ../scss/_bootstrap.scss */
a.j2store .list-group-item-warning {
  color: #8a6d3b;
}

/* line 4512, ../scss/_bootstrap.scss */
a.j2store .list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 4515, ../scss/_bootstrap.scss */
a.j2store .list-group-item-warning:hover,
a.j2store .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 4520, ../scss/_bootstrap.scss */
a.j2store .list-group-item-warning.active,
a.j2store .list-group-item-warning.active:hover,
a.j2store .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4527, ../scss/_bootstrap.scss */
.j2store .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 4531, ../scss/_bootstrap.scss */
a.j2store .list-group-item-danger {
  color: #a94442;
}

/* line 4534, ../scss/_bootstrap.scss */
a.j2store .list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 4537, ../scss/_bootstrap.scss */
a.j2store .list-group-item-danger:hover,
a.j2store .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 4542, ../scss/_bootstrap.scss */
a.j2store .list-group-item-danger.active,
a.j2store .list-group-item-danger.active:hover,
a.j2store .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 4549, ../scss/_bootstrap.scss */
.j2store .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4553, ../scss/_bootstrap.scss */
.j2store .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 4557, ../scss/_bootstrap.scss */
.j2store .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4565, ../scss/_bootstrap.scss */
.j2store .panel-body {
  padding: 15px;
}

/* line 4568, ../scss/_bootstrap.scss */
.j2store .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4574, ../scss/_bootstrap.scss */
.j2store .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 4577, ../scss/_bootstrap.scss */
.j2store .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 4583, ../scss/_bootstrap.scss */
.j2store .panel-title > a {
  color: inherit;
}

/* line 4586, ../scss/_bootstrap.scss */
.j2store .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4593, ../scss/_bootstrap.scss */
.j2store .panel > .list-group,
.j2store .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 4597, ../scss/_bootstrap.scss */
.j2store .panel > .list-group .list-group-item,
.j2store .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 4602, ../scss/_bootstrap.scss */
.j2store .panel > .list-group:first-child .list-group-item:first-child,
.j2store .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4608, ../scss/_bootstrap.scss */
.j2store .panel > .list-group:last-child .list-group-item:last-child,
.j2store .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4614, ../scss/_bootstrap.scss */
.j2store .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 4617, ../scss/_bootstrap.scss */
.j2store .list-group + .panel-footer {
  border-top-width: 0;
}

/* line 4620, ../scss/_bootstrap.scss */
.j2store .panel > .table,
.j2store .panel > .table-responsive > .table,
.j2store .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 4625, ../scss/_bootstrap.scss */
.j2store .panel > .table caption,
.j2store .panel > .table-responsive > .table caption,
.j2store .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 4631, ../scss/_bootstrap.scss */
.j2store .panel > .table:first-child,
.j2store .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4636, ../scss/_bootstrap.scss */
.j2store .panel > .table:first-child > thead:first-child > tr:first-child,
.j2store .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.j2store .panel > .table:first-child > tbody:first-child > tr:first-child,
.j2store .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4643, ../scss/_bootstrap.scss */
.j2store .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.j2store .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.j2store .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.j2store .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.j2store .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.j2store .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.j2store .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.j2store .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 4653, ../scss/_bootstrap.scss */
.j2store .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.j2store .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.j2store .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.j2store .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.j2store .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.j2store .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.j2store .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.j2store .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 4663, ../scss/_bootstrap.scss */
.j2store .panel > .table:last-child,
.j2store .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4668, ../scss/_bootstrap.scss */
.j2store .panel > .table:last-child > tbody:last-child > tr:last-child,
.j2store .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.j2store .panel > .table:last-child > tfoot:last-child > tr:last-child,
.j2store .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4675, ../scss/_bootstrap.scss */
.j2store .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.j2store .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.j2store .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.j2store .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.j2store .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.j2store .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.j2store .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.j2store .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 4685, ../scss/_bootstrap.scss */
.j2store .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.j2store .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.j2store .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.j2store .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.j2store .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.j2store .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.j2store .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.j2store .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 4695, ../scss/_bootstrap.scss */
.j2store .panel > .panel-body + .table,
.j2store .panel > .panel-body + .table-responsive,
.j2store .panel > .table + .panel-body,
.j2store .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 4701, ../scss/_bootstrap.scss */
.j2store .panel > .table > tbody:first-child > tr:first-child th,
.j2store .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 4705, ../scss/_bootstrap.scss */
.j2store .panel > .table-bordered,
.j2store .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 4709, ../scss/_bootstrap.scss */
.j2store .panel > .table-bordered > thead > tr > th:first-child,
.j2store .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.j2store .panel > .table-bordered > tbody > tr > th:first-child,
.j2store .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.j2store .panel > .table-bordered > tfoot > tr > th:first-child,
.j2store .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.j2store .panel > .table-bordered > thead > tr > td:first-child,
.j2store .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.j2store .panel > .table-bordered > tbody > tr > td:first-child,
.j2store .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.j2store .panel > .table-bordered > tfoot > tr > td:first-child,
.j2store .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 4723, ../scss/_bootstrap.scss */
.j2store .panel > .table-bordered > thead > tr > th:last-child,
.j2store .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.j2store .panel > .table-bordered > tbody > tr > th:last-child,
.j2store .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.j2store .panel > .table-bordered > tfoot > tr > th:last-child,
.j2store .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.j2store .panel > .table-bordered > thead > tr > td:last-child,
.j2store .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.j2store .panel > .table-bordered > tbody > tr > td:last-child,
.j2store .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.j2store .panel > .table-bordered > tfoot > tr > td:last-child,
.j2store .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 4737, ../scss/_bootstrap.scss */
.j2store .panel > .table-bordered > thead > tr:first-child > td,
.j2store .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.j2store .panel > .table-bordered > tbody > tr:first-child > td,
.j2store .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.j2store .panel > .table-bordered > thead > tr:first-child > th,
.j2store .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.j2store .panel > .table-bordered > tbody > tr:first-child > th,
.j2store .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 4747, ../scss/_bootstrap.scss */
.j2store .panel > .table-bordered > tbody > tr:last-child > td,
.j2store .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.j2store .panel > .table-bordered > tfoot > tr:last-child > td,
.j2store .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.j2store .panel > .table-bordered > tbody > tr:last-child > th,
.j2store .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.j2store .panel > .table-bordered > tfoot > tr:last-child > th,
.j2store .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 4757, ../scss/_bootstrap.scss */
.j2store .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 4761, ../scss/_bootstrap.scss */
.j2store .panel-group {
  margin-bottom: 20px;
}

/* line 4764, ../scss/_bootstrap.scss */
.j2store .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 4768, ../scss/_bootstrap.scss */
.j2store .panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 4771, ../scss/_bootstrap.scss */
.j2store .panel-group .panel-heading {
  border-bottom: 0;
}

/* line 4774, ../scss/_bootstrap.scss */
.j2store .panel-group .panel-heading + .panel-collapse > .panel-body,
.j2store .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 4778, ../scss/_bootstrap.scss */
.j2store .panel-group .panel-footer {
  border-top: 0;
}

/* line 4781, ../scss/_bootstrap.scss */
.j2store .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 4784, ../scss/_bootstrap.scss */
.j2store .panel-default {
  border-color: #ddd;
}

/* line 4787, ../scss/_bootstrap.scss */
.j2store .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 4792, ../scss/_bootstrap.scss */
.j2store .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 4795, ../scss/_bootstrap.scss */
.j2store .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 4799, ../scss/_bootstrap.scss */
.j2store .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 4802, ../scss/_bootstrap.scss */
.j2store .panel-primary {
  border-color: #428bca;
}

/* line 4805, ../scss/_bootstrap.scss */
.j2store .panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 4810, ../scss/_bootstrap.scss */
.j2store .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

/* line 4813, ../scss/_bootstrap.scss */
.j2store .panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 4817, ../scss/_bootstrap.scss */
.j2store .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

/* line 4820, ../scss/_bootstrap.scss */
.j2store .panel-success {
  border-color: #d6e9c6;
}

/* line 4823, ../scss/_bootstrap.scss */
.j2store .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4828, ../scss/_bootstrap.scss */
.j2store .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 4831, ../scss/_bootstrap.scss */
.j2store .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 4835, ../scss/_bootstrap.scss */
.j2store .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 4838, ../scss/_bootstrap.scss */
.j2store .panel-info {
  border-color: #bce8f1;
}

/* line 4841, ../scss/_bootstrap.scss */
.j2store .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4846, ../scss/_bootstrap.scss */
.j2store .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 4849, ../scss/_bootstrap.scss */
.j2store .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 4853, ../scss/_bootstrap.scss */
.j2store .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 4856, ../scss/_bootstrap.scss */
.j2store .panel-warning {
  border-color: #faebcc;
}

/* line 4859, ../scss/_bootstrap.scss */
.j2store .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4864, ../scss/_bootstrap.scss */
.j2store .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 4867, ../scss/_bootstrap.scss */
.j2store .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 4871, ../scss/_bootstrap.scss */
.j2store .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 4874, ../scss/_bootstrap.scss */
.j2store .panel-danger {
  border-color: #ebccd1;
}

/* line 4877, ../scss/_bootstrap.scss */
.j2store .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 4882, ../scss/_bootstrap.scss */
.j2store .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 4885, ../scss/_bootstrap.scss */
.j2store .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 4889, ../scss/_bootstrap.scss */
.j2store .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 4892, ../scss/_bootstrap.scss */
.j2store .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 4899, ../scss/_bootstrap.scss */
.j2store .embed-responsive .embed-responsive-item,
.j2store .embed-responsive iframe,
.j2store .embed-responsive embed,
.j2store .embed-responsive object,
.j2store .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 4912, ../scss/_bootstrap.scss */
.j2store .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 4915, ../scss/_bootstrap.scss */
.j2store .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 4918, ../scss/_bootstrap.scss */
.j2store .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4928, ../scss/_bootstrap.scss */
.j2store .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 4932, ../scss/_bootstrap.scss */
.j2store .well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 4936, ../scss/_bootstrap.scss */
.j2store .well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 4940, ../scss/_bootstrap.scss */
.j2store .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 4950, ../scss/_bootstrap.scss */
.j2store .close:hover,
.j2store .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 4958, ../scss/_bootstrap.scss */
button.j2store .close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

/* line 4965, ../scss/_bootstrap.scss */
.j2store .modal-open {
  overflow: hidden;
}

/* line 4968, ../scss/_bootstrap.scss */
.j2store .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 4980, ../scss/_bootstrap.scss */
.j2store .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 4989, ../scss/_bootstrap.scss */
.j2store .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4995, ../scss/_bootstrap.scss */
.j2store .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 4999, ../scss/_bootstrap.scss */
.j2store .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5004, ../scss/_bootstrap.scss */
.j2store .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 5016, ../scss/_bootstrap.scss */
.j2store .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

/* line 5024, ../scss/_bootstrap.scss */
.j2store .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5028, ../scss/_bootstrap.scss */
.j2store .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 5032, ../scss/_bootstrap.scss */
.j2store .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5037, ../scss/_bootstrap.scss */
.j2store .modal-header .close {
  margin-top: -2px;
}

/* line 5040, ../scss/_bootstrap.scss */
.j2store .modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 5044, ../scss/_bootstrap.scss */
.j2store .modal-body {
  position: relative;
  padding: 15px;
}

/* line 5048, ../scss/_bootstrap.scss */
.j2store .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5053, ../scss/_bootstrap.scss */
.j2store .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5057, ../scss/_bootstrap.scss */
.j2store .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5060, ../scss/_bootstrap.scss */
.j2store .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5063, ../scss/_bootstrap.scss */
.j2store .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5071, ../scss/_bootstrap.scss */
  .j2store .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5075, ../scss/_bootstrap.scss */
  .j2store .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 5079, ../scss/_bootstrap.scss */
  .j2store .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5084, ../scss/_bootstrap.scss */
  .j2store .modal-lg {
    width: 900px;
  }
}
/* line 5088, ../scss/_bootstrap.scss */
.j2store .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5098, ../scss/_bootstrap.scss */
.j2store .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 5102, ../scss/_bootstrap.scss */
.j2store .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5106, ../scss/_bootstrap.scss */
.j2store .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5110, ../scss/_bootstrap.scss */
.j2store .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5114, ../scss/_bootstrap.scss */
.j2store .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5118, ../scss/_bootstrap.scss */
.j2store .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 5127, ../scss/_bootstrap.scss */
.j2store .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5134, ../scss/_bootstrap.scss */
.j2store .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5141, ../scss/_bootstrap.scss */
.j2store .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5147, ../scss/_bootstrap.scss */
.j2store .tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5153, ../scss/_bootstrap.scss */
.j2store .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 5160, ../scss/_bootstrap.scss */
.j2store .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 5167, ../scss/_bootstrap.scss */
.j2store .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5174, ../scss/_bootstrap.scss */
.j2store .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5180, ../scss/_bootstrap.scss */
.j2store .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5186, ../scss/_bootstrap.scss */
.j2store .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 5208, ../scss/_bootstrap.scss */
.j2store .popover.top {
  margin-top: -10px;
}

/* line 5211, ../scss/_bootstrap.scss */
.j2store .popover.right {
  margin-left: 10px;
}

/* line 5214, ../scss/_bootstrap.scss */
.j2store .popover.bottom {
  margin-top: 10px;
}

/* line 5217, ../scss/_bootstrap.scss */
.j2store .popover.left {
  margin-left: -10px;
}

/* line 5220, ../scss/_bootstrap.scss */
.j2store .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 5228, ../scss/_bootstrap.scss */
.j2store .popover-content {
  padding: 9px 14px;
}

/* line 5231, ../scss/_bootstrap.scss */
.j2store .popover > .arrow,
.j2store .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5240, ../scss/_bootstrap.scss */
.j2store .popover > .arrow {
  border-width: 11px;
}

/* line 5243, ../scss/_bootstrap.scss */
.j2store .popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 5247, ../scss/_bootstrap.scss */
.j2store .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5255, ../scss/_bootstrap.scss */
.j2store .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 5262, ../scss/_bootstrap.scss */
.j2store .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5270, ../scss/_bootstrap.scss */
.j2store .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 5277, ../scss/_bootstrap.scss */
.j2store .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 5285, ../scss/_bootstrap.scss */
.j2store .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 5292, ../scss/_bootstrap.scss */
.j2store .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5300, ../scss/_bootstrap.scss */
.j2store .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 5307, ../scss/_bootstrap.scss */
.j2store .carousel {
  position: relative;
}

/* line 5310, ../scss/_bootstrap.scss */
.j2store .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5315, ../scss/_bootstrap.scss */
.j2store .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 5322, ../scss/_bootstrap.scss */
.j2store .carousel-inner > .item > img,
.j2store .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 5328, ../scss/_bootstrap.scss */
  .j2store .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  /* line 5337, ../scss/_bootstrap.scss */
  .j2store .carousel-inner > .item.next,
  .j2store .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 5343, ../scss/_bootstrap.scss */
  .j2store .carousel-inner > .item.prev,
  .j2store .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 5349, ../scss/_bootstrap.scss */
  .j2store .carousel-inner > .item.next.left,
  .j2store .carousel-inner > .item.prev.right,
  .j2store .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 5357, ../scss/_bootstrap.scss */
.j2store .carousel-inner > .active,
.j2store .carousel-inner > .next,
.j2store .carousel-inner > .prev {
  display: block;
}

/* line 5362, ../scss/_bootstrap.scss */
.j2store .carousel-inner > .active {
  left: 0;
}

/* line 5365, ../scss/_bootstrap.scss */
.j2store .carousel-inner > .next,
.j2store .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5371, ../scss/_bootstrap.scss */
.j2store .carousel-inner > .next {
  left: 100%;
}

/* line 5374, ../scss/_bootstrap.scss */
.j2store .carousel-inner > .prev {
  left: -100%;
}

/* line 5377, ../scss/_bootstrap.scss */
.j2store .carousel-inner > .next.left,
.j2store .carousel-inner > .prev.right {
  left: 0;
}

/* line 5381, ../scss/_bootstrap.scss */
.j2store .carousel-inner > .active.left {
  left: -100%;
}

/* line 5384, ../scss/_bootstrap.scss */
.j2store .carousel-inner > .active.right {
  left: 100%;
}

/* line 5387, ../scss/_bootstrap.scss */
.j2store .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 5400, ../scss/_bootstrap.scss */
.j2store .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

/* line 5408, ../scss/_bootstrap.scss */
.j2store .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

/* line 5418, ../scss/_bootstrap.scss */
.j2store .carousel-control:hover,
.j2store .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

/* line 5426, ../scss/_bootstrap.scss */
.j2store .carousel-control .icon-prev,
.j2store .carousel-control .icon-next,
.j2store .carousel-control .glyphicon-chevron-left,
.j2store .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 5435, ../scss/_bootstrap.scss */
.j2store .carousel-control .icon-prev,
.j2store .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 5440, ../scss/_bootstrap.scss */
.j2store .carousel-control .icon-next,
.j2store .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 5445, ../scss/_bootstrap.scss */
.j2store .carousel-control .icon-prev,
.j2store .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

/* line 5452, ../scss/_bootstrap.scss */
.j2store .carousel-control .icon-prev:before {
  content: "‹";
}

/* line 5455, ../scss/_bootstrap.scss */
.j2store .carousel-control .icon-next:before {
  content: "›";
}

/* line 5458, ../scss/_bootstrap.scss */
.j2store .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 5469, ../scss/_bootstrap.scss */
.j2store .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 5481, ../scss/_bootstrap.scss */
.j2store .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 5487, ../scss/_bootstrap.scss */
.j2store .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5499, ../scss/_bootstrap.scss */
.j2store .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5503, ../scss/_bootstrap.scss */
  .j2store .carousel-control .glyphicon-chevron-left,
  .j2store .carousel-control .glyphicon-chevron-right,
  .j2store .carousel-control .icon-prev,
  .j2store .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 5512, ../scss/_bootstrap.scss */
  .j2store .carousel-control .glyphicon-chevron-left,
  .j2store .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 5516, ../scss/_bootstrap.scss */
  .j2store .carousel-control .glyphicon-chevron-right,
  .j2store .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 5520, ../scss/_bootstrap.scss */
  .j2store .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 5525, ../scss/_bootstrap.scss */
  .j2store .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5529, ../scss/_bootstrap.scss */
.j2store .clearfix:before,
.j2store .clearfix:after,
.j2store .j2store .dl-horizontal dd:before,
.j2store .j2store .dl-horizontal dd:after,
.j2store .j2store .container:before,
.j2store .j2store .container:after,
.j2store .j2store .container-fluid:before,
.j2store .j2store .container-fluid:after,
.j2store .j2store .row:before,
.j2store .j2store .row:after,
.j2store .j2store .form-horizontal .form-group:before,
.j2store .j2store .form-horizontal .form-group:after,
.j2store .j2store .btn-toolbar:before,
.j2store .j2store .btn-toolbar:after,
.j2store .j2store .btn-group-vertical > .btn-group:before,
.j2store .j2store .btn-group-vertical > .btn-group:after,
.j2store .j2store .nav:before,
.j2store .j2store .nav:after,
.j2store .j2store .navbar:before,
.j2store .j2store .navbar:after,
.j2store .j2store .navbar-header:before,
.j2store .j2store .navbar-header:after,
.j2store .j2store .navbar-collapse:before,
.j2store .j2store .navbar-collapse:after,
.j2store .j2store .pager:before,
.j2store .j2store .pager:after,
.j2store .j2store .panel-body:before,
.j2store .j2store .panel-body:after,
.j2store .j2store .modal-footer:before,
.j2store .j2store .modal-footer:after {
  display: table;
  content: " ";
}

/* line 5562, ../scss/_bootstrap.scss */
.j2store .clearfix:after,
.j2store .j2store .dl-horizontal dd:after,
.j2store .j2store .container:after,
.j2store .j2store .container-fluid:after,
.j2store .j2store .row:after,
.j2store .j2store .form-horizontal .form-group:after,
.j2store .j2store .btn-toolbar:after,
.j2store .j2store .btn-group-vertical > .btn-group:after,
.j2store .j2store .nav:after,
.j2store .j2store .navbar:after,
.j2store .j2store .navbar-header:after,
.j2store .j2store .navbar-collapse:after,
.j2store .j2store .pager:after,
.j2store .j2store .panel-body:after,
.j2store .j2store .modal-footer:after {
  clear: both;
}

/* line 5579, ../scss/_bootstrap.scss */
.j2store .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 5584, ../scss/_bootstrap.scss */
.j2store .pull-right {
  float: right !important;
}

/* line 5587, ../scss/_bootstrap.scss */
.j2store .pull-left {
  float: left !important;
}

/* line 5590, ../scss/_bootstrap.scss */
.j2store .hide {
  display: none !important;
}

/* line 5593, ../scss/_bootstrap.scss */
.j2store .show {
  display: block !important;
}

/* line 5596, ../scss/_bootstrap.scss */
.j2store .invisible {
  visibility: hidden;
}

/* line 5599, ../scss/_bootstrap.scss */
.j2store .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5606, ../scss/_bootstrap.scss */
.j2store .hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 5610, ../scss/_bootstrap.scss */
.j2store .affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 5616, ../scss/_bootstrap.scss */
.j2store .visible-xs,
.j2store .visible-sm,
.j2store .visible-md,
.j2store .visible-lg {
  display: none !important;
}

/* line 5622, ../scss/_bootstrap.scss */
.j2store .visible-xs-block,
.j2store .visible-xs-inline,
.j2store .visible-xs-inline-block,
.j2store .visible-sm-block,
.j2store .visible-sm-inline,
.j2store .visible-sm-inline-block,
.j2store .visible-md-block,
.j2store .visible-md-inline,
.j2store .visible-md-inline-block,
.j2store .visible-lg-block,
.j2store .visible-lg-inline,
.j2store .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5637, ../scss/_bootstrap.scss */
  .j2store .visible-xs {
    display: block !important;
  }

  /* line 5640, ../scss/_bootstrap.scss */
  table.j2store .visible-xs {
    display: table;
  }

  /* line 5643, ../scss/_bootstrap.scss */
  tr.j2store .visible-xs {
    display: table-row !important;
  }

  /* line 5646, ../scss/_bootstrap.scss */
  th.j2store .visible-xs,
  td.j2store .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 5652, ../scss/_bootstrap.scss */
  .j2store .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 5657, ../scss/_bootstrap.scss */
  .j2store .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 5662, ../scss/_bootstrap.scss */
  .j2store .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5667, ../scss/_bootstrap.scss */
  .j2store .visible-sm {
    display: block !important;
  }

  /* line 5670, ../scss/_bootstrap.scss */
  table.j2store .visible-sm {
    display: table;
  }

  /* line 5673, ../scss/_bootstrap.scss */
  tr.j2store .visible-sm {
    display: table-row !important;
  }

  /* line 5676, ../scss/_bootstrap.scss */
  th.j2store .visible-sm,
  td.j2store .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5682, ../scss/_bootstrap.scss */
  .j2store .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5687, ../scss/_bootstrap.scss */
  .j2store .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5692, ../scss/_bootstrap.scss */
  .j2store .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5697, ../scss/_bootstrap.scss */
  .j2store .visible-md {
    display: block !important;
  }

  /* line 5700, ../scss/_bootstrap.scss */
  table.j2store .visible-md {
    display: table;
  }

  /* line 5703, ../scss/_bootstrap.scss */
  tr.j2store .visible-md {
    display: table-row !important;
  }

  /* line 5706, ../scss/_bootstrap.scss */
  th.j2store .visible-md,
  td.j2store .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5712, ../scss/_bootstrap.scss */
  .j2store .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5717, ../scss/_bootstrap.scss */
  .j2store .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5722, ../scss/_bootstrap.scss */
  .j2store .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 5727, ../scss/_bootstrap.scss */
  .j2store .visible-lg {
    display: block !important;
  }

  /* line 5730, ../scss/_bootstrap.scss */
  table.j2store .visible-lg {
    display: table;
  }

  /* line 5733, ../scss/_bootstrap.scss */
  tr.j2store .visible-lg {
    display: table-row !important;
  }

  /* line 5736, ../scss/_bootstrap.scss */
  th.j2store .visible-lg,
  td.j2store .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 5742, ../scss/_bootstrap.scss */
  .j2store .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 5747, ../scss/_bootstrap.scss */
  .j2store .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 5752, ../scss/_bootstrap.scss */
  .j2store .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 5757, ../scss/_bootstrap.scss */
  .j2store .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5762, ../scss/_bootstrap.scss */
  .j2store .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5767, ../scss/_bootstrap.scss */
  .j2store .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5772, ../scss/_bootstrap.scss */
  .j2store .hidden-lg {
    display: none !important;
  }
}
/* line 5776, ../scss/_bootstrap.scss */
.j2store .visible-print {
  display: none !important;
}

@media print {
  /* line 5780, ../scss/_bootstrap.scss */
  .j2store .visible-print {
    display: block !important;
  }

  /* line 5783, ../scss/_bootstrap.scss */
  table.j2store .visible-print {
    display: table;
  }

  /* line 5786, ../scss/_bootstrap.scss */
  tr.j2store .visible-print {
    display: table-row !important;
  }

  /* line 5789, ../scss/_bootstrap.scss */
  th.j2store .visible-print,
  td.j2store .visible-print {
    display: table-cell !important;
  }
}
/* line 5794, ../scss/_bootstrap.scss */
.j2store .visible-print-block {
  display: none !important;
}

@media print {
  /* line 5798, ../scss/_bootstrap.scss */
  .j2store .visible-print-block {
    display: block !important;
  }
}
/* line 5802, ../scss/_bootstrap.scss */
.j2store .visible-print-inline {
  display: none !important;
}

@media print {
  /* line 5806, ../scss/_bootstrap.scss */
  .j2store .visible-print-inline {
    display: inline !important;
  }
}
/* line 5810, ../scss/_bootstrap.scss */
.j2store .visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 5814, ../scss/_bootstrap.scss */
  .j2store .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 5819, ../scss/_bootstrap.scss */
  .j2store .hidden-print {
    display: none !important;
  }
}
/* philipv - Bootstrap 2 code to get fluid layout working */
/* line 2, ../scss/_j2store.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 6, ../scss/_j2store.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 12, ../scss/_j2store.scss */
.row-fluid:after {
  clear: both;
}

/* line 15, ../scss/_j2store.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846383%;
}

/* line 26, ../scss/_j2store.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 29, ../scss/_j2store.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574%;
}

/* line 32, ../scss/_j2store.scss */
.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.946808500638%;
}

/* line 36, ../scss/_j2store.scss */
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.436170203638%;
}

/* line 40, ../scss/_j2store.scss */
.row-fluid .span10 {
  width: 82.978723396%;
  *width: 82.925531906638%;
}

/* line 44, ../scss/_j2store.scss */
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.414893609638%;
}

/* line 48, ../scss/_j2store.scss */
.row-fluid .span8 {
  width: 65.957446802%;
  *width: 65.904255312638%;
}

/* line 52, ../scss/_j2store.scss */
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.393617015638%;
}

/* line 56, ../scss/_j2store.scss */
.row-fluid .span6 {
  width: 48.936170208%;
  *width: 48.882978718638%;
}

/* line 60, ../scss/_j2store.scss */
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.372340421638%;
}

/* line 64, ../scss/_j2store.scss */
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.861702124638%;
}

/* line 68, ../scss/_j2store.scss */
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.351063827638%;
}

/* line 72, ../scss/_j2store.scss */
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.840425530638%;
}

/* line 76, ../scss/_j2store.scss */
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.3297872336383%;
}

/* line 80, ../scss/_j2store.scss */
.row-fluid .offset12 {
  margin-left: 104.255319138%;
  *margin-left: 104.14893615928%;
}

/* line 84, ../scss/_j2store.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.127659564%;
  *margin-left: 102.02127658528%;
}

/* line 88, ../scss/_j2store.scss */
.row-fluid .offset11 {
  margin-left: 95.744680841%;
  *margin-left: 95.638297862277%;
}

/* line 92, ../scss/_j2store.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.617021267%;
  *margin-left: 93.510638288277%;
}

/* line 96, ../scss/_j2store.scss */
.row-fluid .offset10 {
  margin-left: 87.234042544%;
  *margin-left: 87.127659565277%;
}

/* line 100, ../scss/_j2store.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.10638297%;
  *margin-left: 84.999999991277%;
}

/* line 104, ../scss/_j2store.scss */
.row-fluid .offset9 {
  margin-left: 78.723404247%;
  *margin-left: 78.617021268277%;
}

/* line 108, ../scss/_j2store.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.595744673%;
  *margin-left: 76.489361694277%;
}

/* line 112, ../scss/_j2store.scss */
.row-fluid .offset8 {
  margin-left: 70.21276595%;
  *margin-left: 70.106382971277%;
}

/* line 116, ../scss/_j2store.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.085106376%;
  *margin-left: 67.978723397277%;
}

/* line 120, ../scss/_j2store.scss */
.row-fluid .offset7 {
  margin-left: 61.702127653%;
  *margin-left: 61.595744674277%;
}

/* line 124, ../scss/_j2store.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468079%;
  *margin-left: 59.468085100277%;
}

/* line 128, ../scss/_j2store.scss */
.row-fluid .offset6 {
  margin-left: 53.191489356%;
  *margin-left: 53.085106377277%;
}

/* line 132, ../scss/_j2store.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829782%;
  *margin-left: 50.957446803277%;
}

/* line 136, ../scss/_j2store.scss */
.row-fluid .offset5 {
  margin-left: 44.680851059%;
  *margin-left: 44.574468080277%;
}

/* line 140, ../scss/_j2store.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.553191485%;
  *margin-left: 42.446808506277%;
}

/* line 144, ../scss/_j2store.scss */
.row-fluid .offset4 {
  margin-left: 36.170212762%;
  *margin-left: 36.063829783277%;
}

/* line 148, ../scss/_j2store.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.042553188%;
  *margin-left: 33.936170209277%;
}

/* line 152, ../scss/_j2store.scss */
.row-fluid .offset3 {
  margin-left: 27.659574465%;
  *margin-left: 27.553191486277%;
}

/* line 156, ../scss/_j2store.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.531914891%;
  *margin-left: 25.425531912277%;
}

/* line 160, ../scss/_j2store.scss */
.row-fluid .offset2 {
  margin-left: 19.148936168%;
  *margin-left: 19.042553189277%;
}

/* line 164, ../scss/_j2store.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.021276594%;
  *margin-left: 16.914893615277%;
}

/* line 168, ../scss/_j2store.scss */
.row-fluid .offset1 {
  margin-left: 10.638297871%;
  *margin-left: 10.531914892277%;
}

/* line 172, ../scss/_j2store.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.510638297%;
  *margin-left: 8.4042553182766%;
}

/* line 176, ../scss/_j2store.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 180, ../scss/_j2store.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* philipv - End Bootstrap fluid stuff */
/* line 188, ../scss/_j2store.scss */
.j2store .col2 {
  display: inline-block;
}

/* Default J2Store CSS below */
/*bootstrap modal */
/* line 198, ../scss/_j2store.scss */
.modal-open .dropdown-menu {
  z-index: 2050;
}

/* line 206, ../scss/_j2store.scss */
.modal-open .popover {
  z-index: 2060;
}

/* line 210, ../scss/_j2store.scss */
.modal-open .tooltip {
  z-index: 2080;
}

/* line 214, ../scss/_j2store.scss */
.modal-backdrop {
  background-color: #000000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

/* line 224, ../scss/_j2store.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 228, ../scss/_j2store.scss */
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
}

/* line 232, ../scss/_j2store.scss */
.j2store-modal .modal {
  display: none;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin: -250px 0 0 -280px;
  overflow: auto;
  position: fixed;
  top: 50% !important;
  width: 560px;
  z-index: 1050;
}

/* line 248, ../scss/_j2store.scss */
.j2store-modal .model.fade {
  top: -25%;
  transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}

/* line 253, ../scss/_j2store.scss */
.j2store-modal .model.hide {
  display: none;
}

/* line 257, ../scss/_j2store.scss */
.j2store-modal .model.in {
  top: 50%;
}

/* line 261, ../scss/_j2store.scss */
.j2store-modal .modal-header {
  border-bottom: 1px solid #EEEEEE;
  padding: 9px 15px;
}

/* line 266, ../scss/_j2store.scss */
.j2store-modal .modal-header .close {
  margin-top: 2px;
}

/* line 270, ../scss/_j2store.scss */
.j2store-modal .modal-header h3 {
  line-height: 30px;
  margin: 0;
}

/* line 275, ../scss/_j2store.scss */
.j2store-modal .modal-body {
  max-height: 400px;
  overflow-y: auto;
  padding: 15px;
  text-align: left;
}

/* line 282, ../scss/_j2store.scss */
.j2store-modal .modal-form {
  margin-bottom: 0;
}

/* line 286, ../scss/_j2store.scss */
.j2store-modal .modal-footer {
  	/*    background-color: #F5F5F5;
      border-radius: 0 0 6px 6px;
      border-top: 1px solid #DDDDDD;
      box-shadow: 0 1px 0 #FFFFFF inset;
      margin-bottom: 0;
      padding: 14px 15px 15px;
      text-align: right; */
}

/* line 297, ../scss/_j2store.scss */
.j2store-modal .modal-footer:before, .j2store-modal .modal-footer:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 303, ../scss/_j2store.scss */
.j2store-modal .modal-footer:after {
  clear: both;
}

/* line 307, ../scss/_j2store.scss */
.j2store-modal .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 312, ../scss/_j2store.scss */
.j2store-modal .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* common css */
/* line 317, ../scss/_j2store.scss */
.j2store-img-responsive {
  max-width: 100%;
  height: auto;
}

/* line 322, ../scss/_j2store.scss */
.j2store-left {
  float: left;
}

/* line 326, ../scss/_j2store.scss */
.j2store-right {
  float: right;
}

/* line 330, ../scss/_j2store.scss */
.j2store-remove {
  color: #ff0000;
}

/* line 334, ../scss/_j2store.scss */
.j2store .options .required {
  color: #FF0000;
  font-weight: bold;
}

/* line 339, ../scss/_j2store.scss */
.j2store_field_required {
  float: left;
  color: #ff0000;
  margin-right: 2px;
}

/* error & highlighs */
/* line 346, ../scss/_j2store.scss */
.j2error, div.j2error em.error, div.j2storeerror em.error, .payment_info input.error, .j2store label.error {
  color: #ff0000;
  font-style: italic;
}

/* line 352, ../scss/_j2store.scss */
div.j2error em.success, div.j2storeerror em.success, .j2store label.success {
  color: #17B500;
  font-style: italic;
}

/* line 358, ../scss/_j2store.scss */
.j2store input.error {
  border: 1px solid red;
}

/* line 362, ../scss/_j2store.scss */
.j2store input.valid {
  border: 1px solid #17B500;
}

/* cart and checkout */
/* line 367, ../scss/_j2store.scss */
.cart-thumb-image img {
  width: 80px;
  float: left;
  margin-right: 10px;
}

/* line 373, ../scss/_j2store.scss */
table.j2store-cart-table td.cart-line-subtotal, table.cart-footer td {
  text-align: right;
}

/* line 377, ../scss/_j2store.scss */
.j2store-cart-buttons {
  display: block;
  width: 100%;
}

/* line 381, ../scss/_j2store.scss */
.j2store-cart-table .remove-icon {
  margin-bottom: 9px;
}

/* line 385, ../scss/_j2store.scss */
.j2store-cart-buttons .buttons-left {
  display: block;
  float: left;
}

/* line 390, ../scss/_j2store.scss */
.j2store-cart-buttons .buttons-right {
  display: block;
  float: right;
}

/* line 395, ../scss/_j2store.scss */
.j2store-cart-shipping {
  display: block;
  clear: both;
  margin-top: 20px;
}

/* line 401, ../scss/_j2store.scss */
.cart-estimator-discount-block {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 10px;
}

/* line 408, ../scss/_j2store.scss */
.j2store .have-account {
  display: block;
  width: 100%;
}

/* line 413, ../scss/_j2store.scss */
.j2store .j2store-checkout-login-form {
  padding: 15px 5px;
  border: 1px solid #ccc;
}

/* line 418, ../scss/_j2store.scss */
.j2store-order-action-icons a {
  font-size: 16px;
  padding: 10px 10px;
}

/* line 423, ../scss/_j2store.scss */
.j2store .checkout-heading {
  background: none repeat scroll 0 0 #F8F8F8;
  border: 1px solid #DBDEE1;
  color: #555555;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 8px;
}

/* line 433, ../scss/_j2store.scss */
.j2store .checkout-heading a {
  float: right;
  font-weight: normal;
  margin-top: 1px;
  text-decoration: none;
  cursor: pointer;
}

/* line 441, ../scss/_j2store.scss */
.j2store .checkout-content {
  display: none;
  overflow: auto;
  padding: 0 0 15px;
}

/* line 447, ../scss/_j2store.scss */
.j2store .checkout-content .buttons {
  clear: both;
}

/* line 451, ../scss/_j2store.scss */
.j2store.checkout tr, .j2store.checkout td {
  border: none;
  padding-right: 10px;
}

/* line 456, ../scss/_j2store.scss */
.j2store.checkout label {
  margin: 0px;
}

/* line 460, ../scss/_j2store.scss */
.j2store #billing-existing select[size], .j2store #shipping-existing select[size] {
  height: auto;
}

/* line 465, ../scss/_j2store.scss */
#onCheckoutShipping_wrapper label {
  display: inline;
}

/* line 469, ../scss/_j2store.scss */
#j2store-checkout-content .shipping-make-same > label {
  display: inline;
}

/* line 473, ../scss/_j2store.scss */
#j2store-checkout-content #checkbox_tos > label {
  display: inline;
}

/* line 477, ../scss/_j2store.scss */
.j2store-product-info label {
  display: inline;
}

/* line 481, ../scss/_j2store.scss */
#j2store-cart-shipping input[type="radio"] {
  float: left;
  margin-right: 5px;
}

/* line 486, ../scss/_j2store.scss */
#j2store-cart-shipping label {
  display: block !important;
}

/* line 490, ../scss/_j2store.scss */
.j2store .cart-total td {
  text-align: right;
}

/** product common **/
/* line 495, ../scss/_j2store.scss */
.j2store-addtocart-form {
  margin-top: 10px;
}

/* line 499, ../scss/_j2store.scss */
ul.additional-image-list {
  margin: 0px;
}

/* line 503, ../scss/_j2store.scss */
.additional-image-list li {
  list-style-type: none;
  display: inline;
}

/* line 508, ../scss/_j2store.scss */
.blog .j2store-mainimage img {
  width: 98%;
}

/* line 512, ../scss/_j2store.scss */
.blog .additional-image-list img {
  width: 120px;
}

/* line 516, ../scss/_j2store.scss */
.blog .j2store-mainimage .zoom,
.item-page .j2store-mainimage .zoom {
  display: inline-block;
}

/* line 522, ../scss/_j2store.scss */
.item-page .j2store-product-images {
  display: inline;
  width: 50%;
}

/* line 528, ../scss/_j2store.scss */
.item-page .j2store-mainimage img {
  width: 400px;
}

/* line 532, ../scss/_j2store.scss */
.item-page .additional-image-list img {
  width: 120px;
}

/* line 536, ../scss/_j2store.scss */
.item-page .j2store-product {
  display: inline;
}

/* line 540, ../scss/_j2store.scss */
.item-page .sale-price {
  font-size: 16px;
  font-weight: bold;
  line-weight: 25px;
}

/* line 546, ../scss/_j2store.scss */
.product-qty input[type="text"], .product-qty input[type="number"] {
  display: inline;
  height: 100%;
  padding: 5px !important;
  width: 40px !important;
  text-align: center;
  margin: 0px;
}

/* line 555, ../scss/_j2store.scss */
.product-qty, .j2store-add-to-cart {
  display: inline;
}

/* line 559, ../scss/_j2store.scss */
.j2store-add-to-cart {
  margin-left: 5px;
  display: inline;
}

/* line 564, ../scss/_j2store.scss */
.j2store-addtocart-form .options label {
  display: inline;
}

/* line 568, ../scss/_j2store.scss */
.j2store-product-list select {
  width: auto;
}

/* line 572, ../scss/_j2store.scss */
.j2store-product-filters {
  display: block;
  margin-bottom: 20px;
}

/* line 577, ../scss/_j2store.scss */
h4.product-filter-heading {
  display: inline;
}

/* line 581, ../scss/_j2store.scss */
#j2store-product-loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url("../images/loading.gif") no-repeat center center;
}

/* some basic styles to product layout pages */
/* line 592, ../scss/_j2store.scss */
.price-sku-brand-container {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 0 0 25px;
  padding: 15px 0;
}

/* line 599, ../scss/_j2store.scss */
.base-price, .sale-price {
  line-height: 26px;
}

/* line 603, ../scss/_j2store.scss */
.product-price-container .strike {
  text-decoration: line-through;
  color: #ff0000;
  font-size: 1em;
}

/* line 609, ../scss/_j2store.scss */
.product-price-container .sale-price {
  font-size: 1.4em;
  font-weight: bold;
}

/* line 614, ../scss/_j2store.scss */
.discount-percentage {
  color: #81c02e;
}

/* line 618, ../scss/_j2store.scss */
.product-stock-container .instock {
  color: #85AD74;
  font-size: 1.2em;
  margin-top: 5px;
}

/* line 624, ../scss/_j2store.scss */
.j2store-product-main-image {
  margin-bottom: 10px;
}

/* image zoom */
/* line 629, ../scss/_j2store.scss */
.j2store-single-product .zoomImg:hover {
  cursor: crosshair;
}

/* line 633, ../scss/_j2store.scss */
.j2store-single-product .zoom {
  display: block;
  position: relative;
}

/* line 638, ../scss/_j2store.scss */
.j2store-single-product .zoom img::selection {
  background-color: transparent;
}

/* currency module css */
/* line 643, ../scss/_j2store.scss */
.j2store .currency_symbol {
  margin-right: 2px;
}

/* line 647, ../scss/_j2store.scss */
#j2store_currency a {
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 2px 4px;
  text-decoration: none;
  cursor: pointer;
}

/* price slider */
/* line 658, ../scss/_j2store.scss */
#j2store-slider-range .ui-widget {
  background-color: #000000;
  opacity: 2px;
  widht: 150px;
}

/* line 664, ../scss/_j2store.scss */
#j2store-slider-range .ui-slider-range {
  background-color: #a46497;
  border: 0 none;
  border-radius: 1em;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}

/* line 674, ../scss/_j2store.scss */
#j2store-slider-range .ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

/* line 679, ../scss/_j2store.scss */
#j2store-slider-range.ui-slider {
  border-radius: 0px;
  background: #DEC3D9;
  border: none;
  height: 5px;
  widht: 150px;
}

/* line 687, ../scss/_j2store.scss */
#j2store-slider-range.ui-slider .ui-slider-range {
  height: 5px;
  top: -1px;
  transition: all 0.2s ease-out;
}

/* line 693, ../scss/_j2store.scss */
#j2store-slider-range .ui-slider-handle {
  background: #a46497;
  border-radius: 1em;
  *cursor: ew-resize;
  height: 1em;
  outline: 0 none;
  position: absolute;
  top: -0.3em;
  width: 1em;
  z-index: 2;
  border: none;
}

/* my profile */
/* line 707, ../scss/_j2store.scss */
.j2store-myprofile-address-list li {
  list-style-type: none;
}

/* line 711, ../scss/_j2store.scss */
.table-responsive {
  overflow-x: auto;
}

/* End J2Store CSS */
/* Custom SCSS below */
/* line 720, ../scss/_j2store.scss */
.j2store .table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* line 721, ../scss/_j2store.scss */
.j2store {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 723, ../scss/_j2store.scss */
.j2store .j2store-cart-table {
  width: 100%;
  margin: 40px 0 40px 0;
}
/* line 726, ../scss/_j2store.scss */
.j2store .j2store-cart-table th {
  font-family: 'Minion';
  color: #990000;
}
/* line 730, ../scss/_j2store.scss */
.j2store .j2store-cart-table td {
  padding: 8px 0 8px 0;
}

/* line 736, ../scss/_j2store.scss */
.j2store {
  font-size: 0.9em;
}
/* line 739, ../scss/_j2store.scss */
.j2store .j2store_field_required {
  margin: 4px 0 0 0;
  display: inline-block;
  float: none;
}
/* line 744, ../scss/_j2store.scss */
.j2store label {
  display: inline-block;
  min-width: 20%;
  margin: 16px 0 0 12px;
  font-weight: normal;
}
/* line 750, ../scss/_j2store.scss */
.j2store select,
.j2store textarea,
.j2store input[type="text"],
.j2store input[type="password"],
.j2store input[type="datetime"],
.j2store input[type="datetime-local"],
.j2store input[type="date"],
.j2store input[type="month"],
.j2store input[type="time"],
.j2store input[type="week"],
.j2store input[type="number"],
.j2store input[type="email"],
.j2store input[type="url"],
.j2store input[type="search"],
.j2store input[type="tel"],
.j2store input[type="color"],
.j2store .inputbox {
  display: block;
  margin: 4px 0 0 0;
}
/* line 770, ../scss/_j2store.scss */
.j2store .j2error {
  display: block;
  margin-top: 4px;
}
/* line 774, ../scss/_j2store.scss */
.j2store #password {
  margin: 24px 0 24px 0;
  padding: 12px;
  background-color: #eeeeee;
}

@media only screen and (max-width: 30em) {
  /* line 5, ../scss/_small.scss */
  h2 {
    font-size: 1em;
  }

  /* line 9, ../scss/_small.scss */
  #phone {
    display: none;
  }

  /* line 12, ../scss/_small.scss */
  #ipad {
    display: none;
  }

  /* line 15, ../scss/_small.scss */
  #desktop {
    display: none;
  }

  /* line 19, ../scss/_small.scss */
  #header {
    width: 100%;
    height: 115px;
    margin: 0;
  }
  /* line 23, ../scss/_small.scss */
  #header #logo {
    padding: 42px 0 0 20px;
  }
  /* line 27, ../scss/_small.scss */
  #header #header-right .MyCart {
    padding: 12px 14px 0 0;
  }

  /* line 34, ../scss/_small.scss */
  #nav-wrapper #nav {
    width: 100%;
    margin: 0;
  }
  /* line 37, ../scss/_small.scss */
  #nav-wrapper #nav #mobile-menu-icon {
    display: inline-block;
    line-height: 3.5em;
    margin: 0 0 0 20px;
  }
  /* line 42, ../scss/_small.scss */
  #nav-wrapper #nav div.menu_main {
    display: none;
    position: absolute;
    top: 44px;
    width: 100%;
    background-color: #990000;
  }
  /* line 48, ../scss/_small.scss */
  #nav-wrapper #nav div.menu_main ul {
    width: 100%;
  }
  /* line 50, ../scss/_small.scss */
  #nav-wrapper #nav div.menu_main ul li {
    display: block;
  }
  /* line 55, ../scss/_small.scss */
  #nav-wrapper #nav #mega-menu {
    width: 100%;
  }

  /* line 62, ../scss/_small.scss */
  #sub-nav-wrapper #sub-nav {
    width: 100%;
    margin: 0;
  }
  /* line 65, ../scss/_small.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper {
    width: 49.999%;
  }
  /* line 70, ../scss/_small.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .Tile {
    padding-left: 8%;
  }
  /* line 73, ../scss/_small.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .RedWine {
    background-position: left 15% center;
    padding-left: 8%;
  }
  /* line 77, ../scss/_small.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .WhiteWine {
    background-position: left 15% center;
    padding-left: 8%;
    border-right: none;
  }
  /* line 82, ../scss/_small.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .WineByCountry {
    background-position: left 8% center;
    padding-left: 26%;
  }
  /* line 86, ../scss/_small.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .AllWine {
    background-position: left 10% center;
    padding-left: 12%;
  }
  /* line 92, ../scss/_small.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper.RedWine, #sub-nav-wrapper #sub-nav .TileWrapper.WhiteWine {
    border-bottom: 1px solid #b3b3b3;
  }

  /* line 99, ../scss/_small.scss */
  .Title h2, .item-page-shop h2, .tag-category-shop h2, .blog-shop h2, .shop-category-shop h2 {
    margin-left: 20px;
  }

  /* line 104, ../scss/_small.scss */
  #content-home {
    padding: 0 26px 0 20px;
  }
  /* line 108, ../scss/_small.scss */
  #content-home .blog-featured-home .items-leading .item-image {
    display: none;
  }

  /* line 116, ../scss/_small.scss */
  #content .blog {
    padding: 0 26px 0 20px;
  }
  /* line 119, ../scss/_small.scss */
  #content .contact {
    padding: 0 4% 0 4%;
  }
  /* line 121, ../scss/_small.scss */
  #content .contact dd {
    width: 67%;
  }
  /* line 124, ../scss/_small.scss */
  #content .contact dt {
    width: 19%;
  }
  /* line 128, ../scss/_small.scss */
  #content .contact .control-group .control-label {
    width: 20%;
  }
  /* line 131, ../scss/_small.scss */
  #content .contact .control-group .controls {
    width: 66%;
  }
  /* line 133, ../scss/_small.scss */
  #content .contact .control-group .controls input[type="text"], #content .contact .control-group .controls input[type="email"], #content .contact .control-group .controls textarea {
    width: 100%;
  }
  /* line 138, ../scss/_small.scss */
  #content .contact .contact-form button {
    margin-left: 22%;
  }

  /* line 144, ../scss/_small.scss */
  #content, #content-shop {
    display: table;
    width: 100%;
  }
  /* line 147, ../scss/_small.scss */
  #content #breadcrumb, #content-shop #breadcrumb {
    display: table-row-group;
  }
  /* line 149, ../scss/_small.scss */
  #content #breadcrumb ul, #content-shop #breadcrumb ul {
    margin: 16px 0 20px 20px;
  }
  /* line 153, ../scss/_small.scss */
  #content #left, #content-shop #left {
    display: table-header-group;
  }
  /* line 156, ../scss/_small.scss */
  #content #left .filter #filter-form, #content-shop #left .filter #filter-form {
    display: none;
  }
  /* line 158, ../scss/_small.scss */
  #content #left .filter #filter-form .group, #content-shop #left .filter #filter-form .group {
    width: 45%;
    vertical-align: top;
  }
  /* line 162, ../scss/_small.scss */
  #content #left .filter #filter-form .WineButton, #content-shop #left .filter #filter-form .WineButton {
    display: block;
  }
  /* line 166, ../scss/_small.scss */
  #content #left .filter #show-filter, #content-shop #left .filter #show-filter {
    float: right;
    margin-top: 20px;
  }
  /* line 169, ../scss/_small.scss */
  #content #left .filter #show-filter a, #content-shop #left .filter #show-filter a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
    color: #999999;
  }
  /* line 177, ../scss/_small.scss */
  #content .item-page, #content .item-page-shop, #content .tag-category-shop, #content .shop-category-shop, #content .finder-shop, #content-shop .item-page, #content-shop .item-page-shop, #content-shop .tag-category-shop, #content-shop .shop-category-shop, #content-shop .finder-shop {
    display: table-row-group;
  }
  /* line 179, ../scss/_small.scss */
  #content .item-page h2, #content .item-page-shop h2, #content .tag-category-shop h2, #content .shop-category-shop h2, #content .finder-shop h2, #content-shop .item-page h2, #content-shop .item-page-shop h2, #content-shop .tag-category-shop h2, #content-shop .shop-category-shop h2, #content-shop .finder-shop h2 {
    background: none;
  }
  /* line 182, ../scss/_small.scss */
  #content .item-page .ProductDetails, #content .item-page-shop .ProductDetails, #content .tag-category-shop .ProductDetails, #content .shop-category-shop .ProductDetails, #content .finder-shop .ProductDetails, #content-shop .item-page .ProductDetails, #content-shop .item-page-shop .ProductDetails, #content-shop .tag-category-shop .ProductDetails, #content-shop .shop-category-shop .ProductDetails, #content-shop .finder-shop .ProductDetails {
    padding: 0;
    margin: 0 0 24px 0;
  }
  /* line 185, ../scss/_small.scss */
  #content .item-page .ProductDetails .product-images, #content .item-page-shop .ProductDetails .product-images, #content .tag-category-shop .ProductDetails .product-images, #content .shop-category-shop .ProductDetails .product-images, #content .finder-shop .ProductDetails .product-images, #content-shop .item-page .ProductDetails .product-images, #content-shop .item-page-shop .ProductDetails .product-images, #content-shop .tag-category-shop .ProductDetails .product-images, #content-shop .shop-category-shop .ProductDetails .product-images, #content-shop .finder-shop .ProductDetails .product-images {
    width: auto;
    min-height: 360px;
  }

  /* line 193, ../scss/_small.scss */
  #bottom {
    width: 100%;
    margin: 0;
    margin-top: 48px;
  }
  /* line 199, ../scss/_small.scss */
  #bottom #recommended-wines .Title h2 {
    font-size: 1em;
  }
  /* line 203, ../scss/_small.scss */
  #bottom #recommended-wines .Control {
    display: inline-block;
    width: 6%;
    /* Can't get "vertical-align: middle" to work... */
    vertical-align: top;
    margin-top: 15%;
  }
  /* line 215, ../scss/_small.scss */
  #bottom #recommended-wines #carousel {
    display: inline-block;
    width: 84%;
  }
  /* line 221, ../scss/_small.scss */
  #bottom .Products .Tile {
    margin-bottom: 54px;
  }
  /* line 224, ../scss/_small.scss */
  #bottom .Products .Tile .Title h2 {
    font-size: 0.9em;
  }

  /* line 233, ../scss/_small.scss */
  #content-footer-wrapper #content-footer {
    width: 100%;
    margin: 0;
  }
  /* line 236, ../scss/_small.scss */
  #content-footer-wrapper #content-footer .category-module-guarantee, #content-footer-wrapper #content-footer .fader-module-testimonials {
    padding-left: 4px;
  }

  /* line 243, ../scss/_small.scss */
  #footer-wrapper #footer {
    margin: 0;
    padding-left: 4px;
  }

  /* line 252, ../scss/_small.scss */
  .j2store {
    margin-bottom: 40px;
  }
  /* line 254, ../scss/_small.scss */
  .j2store .col2 {
    width: 98%;
  }
  /* line 257, ../scss/_small.scss */
  .j2store #cart-estimator-discount-block, .j2store #cart-totals {
    width: 98%;
  }
}
@media only screen and (min-width: 30em) and (max-width: 64em) {
  /* line 5, ../scss/_medium.scss */
  #phone {
    display: none;
  }

  /* line 8, ../scss/_medium.scss */
  #ipad {
    display: none;
  }

  /* line 11, ../scss/_medium.scss */
  #desktop {
    display: none;
  }

  /* line 15, ../scss/_medium.scss */
  #header {
    width: 100%;
    height: 115px;
    margin: 0;
  }
  /* line 19, ../scss/_medium.scss */
  #header #logo {
    padding: 42px 0 0 20px;
  }

  /* line 25, ../scss/_medium.scss */
  #nav-wrapper #nav {
    width: 100%;
    margin: 0;
  }
  /* line 28, ../scss/_medium.scss */
  #nav-wrapper #nav #mobile-menu-icon {
    display: none;
  }
  /* line 33, ../scss/_medium.scss */
  #nav-wrapper #nav div.menu_main ul li a {
    border-right: 1px solid #ffffff;
  }
  /* line 36, ../scss/_medium.scss */
  #nav-wrapper #nav div.menu_main ul li a.Last {
    border-right: none;
  }

  /* line 45, ../scss/_medium.scss */
  #sub-nav-wrapper #sub-nav {
    width: 100%;
    margin: 0;
  }
  /* line 48, ../scss/_medium.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper {
    width: 24.99999%;
  }
  /* line 54, ../scss/_medium.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .RedWine {
    background-position: left 15% center;
    padding-left: 16%;
  }
  /* line 58, ../scss/_medium.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .WhiteWine {
    background-position: left 15% center;
    padding-left: 16%;
  }
  /* line 62, ../scss/_medium.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .WineByCountry {
    background-position: left 10% center;
    padding-left: 24%;
  }
  /* line 66, ../scss/_medium.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .AllWine {
    background-position: left 10% center;
    padding-left: 24%;
  }

  /* line 76, ../scss/_medium.scss */
  .Title h2, .item-page-shop h2, .tag-category-shop h2, .blog-shop h2, .shop-category-shop h2 {
    margin-left: 20px;
  }

  /* line 84, ../scss/_medium.scss */
  #content .contact-form .control-group .control-label {
    width: 13%;
  }

  /* line 91, ../scss/_medium.scss */
  #content, #content-shop {
    display: table;
    width: 100%;
  }
  /* line 94, ../scss/_medium.scss */
  #content #breadcrumb, #content-shop #breadcrumb {
    display: table-row-group;
  }
  /* line 96, ../scss/_medium.scss */
  #content #breadcrumb ul, #content-shop #breadcrumb ul {
    margin: 16px 0 20px 20px;
  }
  /* line 100, ../scss/_medium.scss */
  #content #left, #content-shop #left {
    display: table-header-group;
    width: 100%;
  }
  /* line 104, ../scss/_medium.scss */
  #content #left .filter #filter-form, #content-shop #left .filter #filter-form {
    display: none;
  }
  /* line 106, ../scss/_medium.scss */
  #content #left .filter #filter-form .group, #content-shop #left .filter #filter-form .group {
    width: 45%;
    vertical-align: top;
  }
  /* line 110, ../scss/_medium.scss */
  #content #left .filter #filter-form .WineButton, #content-shop #left .filter #filter-form .WineButton {
    display: block;
  }
  /* line 114, ../scss/_medium.scss */
  #content #left .filter #show-filter, #content-shop #left .filter #show-filter {
    float: right;
    margin-top: 20px;
  }
  /* line 117, ../scss/_medium.scss */
  #content #left .filter #show-filter a, #content-shop #left .filter #show-filter a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
    color: #999999;
  }
  /* line 125, ../scss/_medium.scss */
  #content .item-page, #content .item-page-shop, #content .tag-category-shop, #content .shop-category-shop, #content .finder-shop, #content-shop .item-page, #content-shop .item-page-shop, #content-shop .tag-category-shop, #content-shop .shop-category-shop, #content-shop .finder-shop {
    display: table-row-group;
  }
  /* line 127, ../scss/_medium.scss */
  #content .item-page .Tile, #content .item-page-shop .Tile, #content .tag-category-shop .Tile, #content .shop-category-shop .Tile, #content .finder-shop .Tile, #content-shop .item-page .Tile, #content-shop .item-page-shop .Tile, #content-shop .tag-category-shop .Tile, #content-shop .shop-category-shop .Tile, #content-shop .finder-shop .Tile {
    display: inline-block;
    width: 30%;
    margin-right: 1.6%;
  }
  /* line 132, ../scss/_medium.scss */
  #content .item-page .ProductDetails, #content .item-page-shop .ProductDetails, #content .tag-category-shop .ProductDetails, #content .shop-category-shop .ProductDetails, #content .finder-shop .ProductDetails, #content-shop .item-page .ProductDetails, #content-shop .item-page-shop .ProductDetails, #content-shop .tag-category-shop .ProductDetails, #content-shop .shop-category-shop .ProductDetails, #content-shop .finder-shop .ProductDetails {
    margin: 0 26px 24px 20px;
    border: 1px solid #eaeaea;
  }
  /* line 135, ../scss/_medium.scss */
  #content .item-page .ProductDetails .product-images, #content .item-page-shop .ProductDetails .product-images, #content .tag-category-shop .ProductDetails .product-images, #content .shop-category-shop .ProductDetails .product-images, #content .finder-shop .ProductDetails .product-images, #content-shop .item-page .ProductDetails .product-images, #content-shop .item-page-shop .ProductDetails .product-images, #content-shop .tag-category-shop .ProductDetails .product-images, #content-shop .shop-category-shop .ProductDetails .product-images, #content-shop .finder-shop .ProductDetails .product-images {
    width: 20%;
  }
  /* line 141, ../scss/_medium.scss */
  #content #akeeba-renderjoomla, #content-shop #akeeba-renderjoomla {
    display: block;
  }
  /* line 145, ../scss/_medium.scss */
  #content .Products .Tile, #content-shop .Products .Tile {
    width: 28%;
  }

  /* line 151, ../scss/_medium.scss */
  #bottom {
    width: 100%;
    margin: 0;
    margin-top: 48px;
  }
  /* line 156, ../scss/_medium.scss */
  #bottom #recommended-wines .Control {
    display: inline-block;
    width: 4%;
    /* Can't get "vertical-align: middle" to work... */
    vertical-align: top;
    margin-top: 15%;
  }
  /* line 168, ../scss/_medium.scss */
  #bottom #recommended-wines #carousel {
    display: inline-block;
    width: 90%;
  }
  /* line 171, ../scss/_medium.scss */
  #bottom #recommended-wines #carousel .Tile {
    padding-right: 20px;
    vertical-align: top;
  }
  /* line 177, ../scss/_medium.scss */
  #bottom .Products {
    width: 100%;
  }
  /* line 179, ../scss/_medium.scss */
  #bottom .Products .Tile {
    display: inline-block;
    width: 31%;
    margin: 0 0.8%;
  }

  /* line 189, ../scss/_medium.scss */
  #content-footer-wrapper #content-footer .category-module-guarantee {
    width: 47%;
  }
  /* line 192, ../scss/_medium.scss */
  #content-footer-wrapper #content-footer .fader-module-testimonials {
    width: 47%;
    margin-right: 4%;
    padding-left: 4px;
  }

  /* line 201, ../scss/_medium.scss */
  #footer-wrapper #footer {
    width: 100%;
    margin: 0;
  }
  /* line 204, ../scss/_medium.scss */
  #footer-wrapper #footer .mcSignupModule {
    width: 30%;
    padding-left: 4px;
  }
  /* line 208, ../scss/_medium.scss */
  #footer-wrapper #footer .wine-list {
    width: 30%;
    margin: 0 3% 0 3%;
  }
  /* line 212, ../scss/_medium.scss */
  #footer-wrapper #footer .custom-contact-us {
    width: 30%;
  }

  /* line 218, ../scss/_medium.scss */
  .j2store {
    margin-bottom: 40px;
  }
  /* line 220, ../scss/_medium.scss */
  .j2store .col2 {
    width: 49%;
  }
  /* line 222, ../scss/_medium.scss */
  .j2store .col2 .sep-right {
    border-right: 1px dotted #cccccc;
  }
  /* line 225, ../scss/_medium.scss */
  .j2store .col2 .pad-left {
    padding-left: 40px;
  }
  /* line 229, ../scss/_medium.scss */
  .j2store #cart-estimator-discount-block, .j2store #cart-totals {
    width: 48.9362%;
  }
}
@media only screen and (min-width: 64em) {
  /* line 5, ../scss/_large.scss */
  #phone {
    display: none;
  }

  /* line 8, ../scss/_large.scss */
  #ipad {
    display: none;
  }

  /* line 11, ../scss/_large.scss */
  #desktop {
    display: none;
  }

  /* line 15, ../scss/_large.scss */
  #header {
    width: 1000px;
    height: 115px;
    margin: 0 auto 0 auto;
  }
  /* line 19, ../scss/_large.scss */
  #header #logo {
    padding: 42px 0 0 0;
  }
  /* line 23, ../scss/_large.scss */
  #header #header-right .MyCart {
    width: 76px;
    height: 91px;
    padding-top: 8px;
    margin-right: 44px;
    text-align: center;
    background-image: url("/templates/wine/images/MyCartBk.png");
    background-repeat: no-repeat;
  }
  /* line 32, ../scss/_large.scss */
  #header #header-right .MyCart, #header #header-right .MyCart a {
    color: #ffffff;
  }

  /* line 42, ../scss/_large.scss */
  #nav-wrapper #nav {
    width: 1000px;
    margin: 0 auto 0 auto;
  }
  /* line 45, ../scss/_large.scss */
  #nav-wrapper #nav #mobile-menu-icon {
    display: none;
  }
  /* line 50, ../scss/_large.scss */
  #nav-wrapper #nav div.menu_main ul li a {
    border-right: 1px solid #ffffff;
  }
  /* line 53, ../scss/_large.scss */
  #nav-wrapper #nav div.menu_main ul li a.First {
    padding-left: 0;
  }
  /* line 56, ../scss/_large.scss */
  #nav-wrapper #nav div.menu_main ul li a.Last {
    border-right: none;
  }
  /* line 61, ../scss/_large.scss */
  #nav-wrapper #nav #search {
    display: block;
    float: right;
  }
  /* line 64, ../scss/_large.scss */
  #nav-wrapper #nav #search input {
    margin-top: 6px;
  }

  /* line 72, ../scss/_large.scss */
  #sub-nav-wrapper #sub-nav {
    width: 1000px;
    margin: 0 auto 0 auto;
  }
  /* line 75, ../scss/_large.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper {
    width: 24.99999%;
  }
  /* line 81, ../scss/_large.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .RedWine {
    background-position: left 30px center;
  }
  /* line 84, ../scss/_large.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .WhiteWine {
    background-position: left 30px center;
  }
  /* line 87, ../scss/_large.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .WineByCountry {
    background-position: left 24px center;
    padding-left: 12%;
  }
  /* line 91, ../scss/_large.scss */
  #sub-nav-wrapper #sub-nav .TileWrapper a .AllWine {
    background-position: left 24px center;
  }

  /* line 99, ../scss/_large.scss */
  #content, #content-shop {
    width: 1000px;
    margin: 0 auto 0 auto;
    /*
    		#akeeba-renderjoomla {
    			display: inline-block;
    			width: 76.6%;
    		}
    */
  }
  /* line 103, ../scss/_large.scss */
  #content #breadcrumb ul, #content-shop #breadcrumb ul {
    margin: 16px 0 28px 0;
  }
  /* line 108, ../scss/_large.scss */
  #content #left, #content-shop #left {
    display: inline-block;
    width: 22%;
    vertical-align: top;
  }
  /* line 114, ../scss/_large.scss */
  #content #left .filter #filter-form .group, #content-shop #left .filter #filter-form .group {
    width: 100%;
  }
  /* line 117, ../scss/_large.scss */
  #content #left .filter #filter-form .WineButton, #content-shop #left .filter #filter-form .WineButton {
    display: block;
    float: right;
    cursor: pointer;
  }
  /* line 123, ../scss/_large.scss */
  #content #left .filter #show-filter, #content-shop #left .filter #show-filter {
    display: none;
  }
  /* line 128, ../scss/_large.scss */
  #content .item-page, #content .item-page-shop, #content .tag-category-shop, #content .shop-category-shop, #content .finder-shop, #content-shop .item-page, #content-shop .item-page-shop, #content-shop .tag-category-shop, #content-shop .shop-category-shop, #content-shop .finder-shop {
    display: inline-block;
    margin-left: 2.5%;
    width: 74.5%;
    vertical-align: top;
  }
  /* line 133, ../scss/_large.scss */
  #content .item-page .Tile, #content .item-page-shop .Tile, #content .tag-category-shop .Tile, #content .shop-category-shop .Tile, #content .finder-shop .Tile, #content-shop .item-page .Tile, #content-shop .item-page-shop .Tile, #content-shop .tag-category-shop .Tile, #content-shop .shop-category-shop .Tile, #content-shop .finder-shop .Tile {
    display: inline-block;
    width: 31%;
    margin-right: 1.6%;
  }
  /* line 138, ../scss/_large.scss */
  #content .item-page .ProductDetails, #content .item-page-shop .ProductDetails, #content .tag-category-shop .ProductDetails, #content .shop-category-shop .ProductDetails, #content .finder-shop .ProductDetails, #content-shop .item-page .ProductDetails, #content-shop .item-page-shop .ProductDetails, #content-shop .tag-category-shop .ProductDetails, #content-shop .shop-category-shop .ProductDetails, #content-shop .finder-shop .ProductDetails {
    border: 1px solid #eaeaea;
    margin-bottom: 24px;
  }
  /* line 141, ../scss/_large.scss */
  #content .item-page .ProductDetails .product-images, #content .item-page-shop .ProductDetails .product-images, #content .tag-category-shop .ProductDetails .product-images, #content .shop-category-shop .ProductDetails .product-images, #content .finder-shop .ProductDetails .product-images, #content-shop .item-page .ProductDetails .product-images, #content-shop .item-page-shop .ProductDetails .product-images, #content-shop .tag-category-shop .ProductDetails .product-images, #content-shop .shop-category-shop .ProductDetails .product-images, #content-shop .finder-shop .ProductDetails .product-images {
    width: 20%;
  }
  /* line 153, ../scss/_large.scss */
  #content .Products .Tile, #content-shop .Products .Tile {
    width: 28%;
  }

  /* line 158, ../scss/_large.scss */
  #content-home {
    width: 100%;
  }
  /* line 160, ../scss/_large.scss */
  #content-home .blog-featured-home {
    width: 1000px;
    margin: 30px auto 0 auto;
  }

  /* line 165, ../scss/_large.scss */
  .item-page, .item-page-shop {
    width: 1000px;
    margin: 0 auto 0 auto;
  }

  /* line 170, ../scss/_large.scss */
  #content .blog {
    padding: 0 24% 40px 8%;
  }
  /* line 175, ../scss/_large.scss */
  #content .contact-form .control-group .control-label {
    width: 13%;
  }

  /* line 182, ../scss/_large.scss */
  #bottom {
    width: 1000px;
    margin: 0 auto 0 auto;
    margin-top: 48px;
  }
  /* line 187, ../scss/_large.scss */
  #bottom #recommended-wines .Control {
    position: absolute;
    width: 20px;
    top: 150px;
  }
  /* line 192, ../scss/_large.scss */
  #bottom #recommended-wines .Control.Left {
    left: -30px;
  }
  /* line 195, ../scss/_large.scss */
  #bottom #recommended-wines .Control.Right {
    right: -30px;
  }
  /* line 199, ../scss/_large.scss */
  #bottom #recommended-wines #carousel {
    width: 1000px;
  }
  /* line 201, ../scss/_large.scss */
  #bottom #recommended-wines #carousel .Tile {
    vertical-align: top;
    padding-right: 20px;
  }
  /* line 210, ../scss/_large.scss */
  #bottom .Products {
    width: 100%;
  }
  /* line 212, ../scss/_large.scss */
  #bottom .Products .Tile {
    display: inline-block;
    width: 23%;
    margin-right: 1.6%;
  }

  /* line 221, ../scss/_large.scss */
  #content-footer-wrapper #content-footer {
    width: 1000px;
    margin: 0 auto 0 auto;
  }
  /* line 224, ../scss/_large.scss */
  #content-footer-wrapper #content-footer .category-module-guarantee {
    width: 47%;
  }
  /* line 227, ../scss/_large.scss */
  #content-footer-wrapper #content-footer .fader-module-testimonials {
    width: 47%;
    margin-right: 4%;
  }

  /* line 235, ../scss/_large.scss */
  #footer-wrapper #footer {
    width: 1000px;
    margin: 0 auto 0 auto;
  }
  /* line 238, ../scss/_large.scss */
  #footer-wrapper #footer .mcSignupModule {
    width: 30%;
  }
  /* line 241, ../scss/_large.scss */
  #footer-wrapper #footer .wine-list {
    width: 30%;
    margin: 0 3% 0 3%;
  }
  /* line 245, ../scss/_large.scss */
  #footer-wrapper #footer .contact-us {
    width: 30%;
  }

  /* line 251, ../scss/_large.scss */
  .j2store {
    margin-bottom: 80px;
  }
  /* line 253, ../scss/_large.scss */
  .j2store .col2 {
    width: 49%;
  }
  /* line 255, ../scss/_large.scss */
  .j2store .col2 .sep-right {
    border-right: 1px dotted #cccccc;
  }
  /* line 258, ../scss/_large.scss */
  .j2store .col2 .pad-left {
    padding-left: 40px;
  }
  /* line 262, ../scss/_large.scss */
  .j2store #cart-estimator-discount-block, .j2store #cart-totals {
    width: 48.9362%;
  }
}
