body {
	margin: 0;
	padding: 0;
}

#page > footer ul li a {
	color: #888 !important;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="button"] {
	-webkit-appearance: button;
}

#page > header .main .container, h2, .h2 {
  position: relative;
}
#page > header .main .container:before, h2:before, .h2:before {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #c69c6d;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.breadcrumbs-section, .section-visual, .welcome-section {
  background: #f4f4f4;
}

#page > footer .box-copy, .box-product .info, .section-visual .text {
  text-align: center;
}

.box-banner .text > div, .box-product-special .header, .section-visual .box-visual {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.box-banner .text > div > *, .box-product-special .header > *, .section-visual .box-visual > * {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.box-visual .btn:hover,
.box-product-special .btn:hover {
	background-color: #C69C6D;
	color: #FFF;
}

.box-banner, .box-product-banner {
  position: relative;
}
.box-banner .text, .box-product-banner .text {
  position: absolute;
}
.box-banner img, .box-product-banner img {
  display: block;
}
.box-banner h3, .box-product-banner h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  color: #282828;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.box-banner p, .box-product-banner p {
  font-family: "Open Sans", sans-serif;
}
.box-banner p.highlight, .box-product-banner p.highlight {
  margin: 6px 0 0;
}

/* GRID */
.container,
#flHeaderContainer,
#flFilterContainer,
#flPaginator {
  width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.row {
  margin: 0 -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

*[class*="col-"] {
  padding: 0 10px;
  float: left;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .container,
#flHeaderContainer,
#flFilterContainer,
#flPaginator {
    width: 748px;
  }
}
@media only screen and (max-width: 767px) {
  .container,
#flHeaderContainer,
#flFilterContainer,
#flPaginator {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
/* LAYOUT */
.container,
#flHeaderContainer,
#flFilterContainer,
#flPaginator {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

/* HEADER */
#page {
  min-width: 320px;
}
#page > header {
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
}
#page > header .top {
  background: #282828;
  font-family: "Lato", sans-serif;
  color: #ccc !important;
}
#page > header .top .right > * {
  float: left;
}
#page > header .main {
  border-bottom: 1px solid #e7e7e7;
}
#page > header .main:before, #page > header .main:after {
  content: " ";
  display: table;
}
#page > header .main:after {
  clear: both;
}
#page > header .main .container:before {
  left: 10px !important;
  width: 90px !important;
}
#page > header .main .logo {
  float: left;
  margin: 19px 0 18px -1px;
}
#page > header .main .btn-menu {
  display: none;
  overflow: hidden;
  text-align: center;
  font-size: 59px;
  line-height: 1;
  color: #c69c6d;
  position: absolute;
  top: 20px;
  right: 20px;
}
#page > header .main .box-search {
  float: right;
  margin: 18px 5px 18px 0;
}
#page > header .main .box-search > * {
  display: inline-block;
  vertical-align: middle;
}
#page > header .main .box-search form {
  width: 270px;
  margin-left: 16px;
  margin-bottom: 0;
  position: relative;
  background: #fff;
  border: 1px solid #e8e8e8;
}
#page > header .main .box-search form input {
  height: 32px;
  width: calc(100% - 54px);
  padding-top: 0;
  padding-bottom: 0;
}
#page > header .main .box-search form button {
  width: 34px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
#page > header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #3e3e3e;
}
#page > header .menu:before, #page > header .menu:after {
  content: " ";
  display: table;
}
#page > header .menu:after {
  clear: both;
}
#page > header .menu li {
  display: block;
  float: left;
}
#page > header .menu li {
  border-left: 1px solid #3e3e3e;
}
#page > header .menu a {
  display: block;
  height: 40px;
  font-size: 12px;
  line-height: 36px;
  padding: 0 17px 0 19px;
  font-weight: bold;
  font-family: "Open Sans",sans-serif !important;
  color: #CCC !important;
}

#page > header .menu a:visited {
	color: #CCC !important;
}

#page > header .menu a:hover {
	text-decoration: underline !important;
}

#page > header .menu a i {
  margin-right: 5px;
}
#page > header .social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 38px;
  margin-right: 45px;
}
#page > header .social:before, #page > header .social:after {
  content: " ";
  display: table;
}
#page > header .social:after {
  clear: both;
}
#page > header .social li {
  display: block;
  float: left;
}
#page > header .social li {
  padding: 0 12px;
}
#page > header .box-cart {
  display: block;
  height: 40px;
  padding: 0 20px 0 54px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  background: url("/layout/order_and_smile_jameinkind/img/icon-cart.png") no-repeat 20px 13px #c69c6d;
}
#page > header .box-cart span {
  display: none;
}
#page > header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 0.1px;
  height: 49px;
  width: 100%;
}
#page > header nav ul li {
  display: inline-block;
}
#page > header nav ul:after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
#page > header nav a {
  font-family: "Open Sans",sans-serif !important;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #282828;
  padding: 16px 3px;
  display: inline-block;
}

/* FOOTER */
#page > footer { 
  background-color: #282828;
}
#page > footer h4 {
  color: #fff;
  margin-bottom: 26px;
}
#page > footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}
#page > footer ul:before, #page > footer ul:after {
  content: " ";
  display: table;
}
#page > footer ul:after {
  clear: both;
}
#page > footer ul li {
  display: block;
  float: left;
  color: #888 !important;
}
#page > footer ul li {
  float: none;
  padding-bottom: 5px;
}
#page > footer .columns-wrapper:before, #page > footer .columns-wrapper:after {
  content: " ";
  display: table;
}
#page > footer .columns-wrapper:after {
  clear: both;
}
#page > footer .columns-wrapper .column {
  float: left;
}
#page > footer .columns-wrapper .column:nth-child(1) {
  width: 21.4%;
}
#page > footer .columns-wrapper .column:nth-child(2) {
  width: 19%;
}
#page > footer .columns-wrapper .column:nth-child(3) {
  width: 19.3%;
}
#page > footer .columns-wrapper .column:nth-child(4) {
  width: 23%;
}
#page > footer .columns-wrapper .column:nth-child(5) {
  width: 17.3%;
  padding-top: 59px;
}
#page > footer .box-copy-wrapper {
  margin-top: 35px;
}
#page > footer .box-copy {
  border-top: 1px solid #3e3e3e;
  padding: 35px 0;
}
#page > footer .box-copy p {
  margin: 0;
}

/* GENERAL ELEMENTS */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #888888;
}

/* TEXTS */
h1 {
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  color: #282828;
  text-transform: uppercase;
}

h2, .h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 0;
  margin: 20px 0;
}

h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

p {
  font-family: "Lato", sans-serif;
  line-height: 1.3em;
}
p.highlight {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #c69c6d;
  text-transform: uppercase;
}

a {
  color: inherit;
  text-decoration: none !important;
}
a img {
  display: block;
  border: none;
}

/* FORM ELEMENTS */
form input {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  background: #fff;
  border: none;
  padding: 8px 10px;
  -webkit-appearance: none;
}
form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbbbbb;
  opacity: 1;
}
form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb;
  opacity: 1;
}
form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbbbb;
  opacity: 1;
}
form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbbbbb;
  opacity: 1;
}
form button {
  border: none;
  background: #fff;
  color: #c69c6d;
  padding: 0;
}
form button .fa {
  font-size: 16px;
}
form button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* BUTTONS */
.btn,
.info-buttons #button_add_basket_ajax {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #c69c6d;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #c69c6d;
  padding: 10px 32px;
}
.btn.btn-solid {
  background: #c69c6d;
  color: #fff;
}
.btn.btn-big {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  min-width: 280px;
}

/* OTHER */
.left {
  float: left;
}

.right {
  float: right;
}

/* BREADCRUMBS */
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}
.breadcrumbs:before, .breadcrumbs:after {
  content: " ";
  display: table;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs li {
  display: block;
  float: left;
}
.breadcrumbs li {
  padding: 12px 0;
}
.breadcrumbs li:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #888888;
  margin: 0 5px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  color: #c69c6d;
}

.breadcrumbs li:last-child a {
	color: #888;
}

/* PAGINATION */
.pagination {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: #282828;
  text-align: right;
}
.pagination li {
  display: inline-block;
}
.pagination li {
  padding: 0 2px 0 3px;
}
.pagination li:last-child {
  padding-right: 0;
}
.pagination a {
  color: #c69c6d;
}

/* TABS */
.tabs .tab-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  height: 34px;
}
.tabs .tab-nav:before, .tabs .tab-nav:after {
  content: " ";
  display: table;
}
.tabs .tab-nav:after {
  clear: both;
}
.tabs .tab-nav li {
  display: block;
  float: left;
}
.tabs .tab-nav li {
  border: 1px solid transparent;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  height: 34px;
}
.tabs .tab-nav li.active {
  border-color: #e7e7e7;
  border-bottom-color: #fff;
}
.tabs .tab-nav li.active a {
  color: #000;
}
.tabs .tab-nav li a {
  display: block;
  color: #c69c6d;
  padding: 7px 7px 9px;
}
.tabs .tab-content {
  height: 194px;
  overflow: auto;
  border: 1px solid #e7e7e7;
  padding: 0 10px;
  position: relative;
  top: -1px;
  z-index: 0;
}
.tabs .tab-content p {
  margin: 9px 0;
}

/* ACCORDION */
.accordion .item {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 6px;
  margin-top: 6px;
}
.accordion .item p.title {
  display: block;
  margin: 0;
}
.accordion .item p.title:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #c69c6d;
  float: right;
  margin-right: 2px;
}
.accordion .item .collapse {
  /*display: none;*/
  /*height: 175px;*/
  overflow: auto;
  margin: 8px 0 12px;
  padding: 0 14px;
}
.accordion .item .collapse p {
  line-height: 15.5px;
}
.accordion .item.active .collapse {
  display: block;
  padding: 0 14px;
  color: #000 !important;
}

/* TAGS */
.tags {
  font-family: "Lato", sans-serif;
  line-height: 26px;
  text-align: center;
  padding-top: 25px;
}
.tags .small {
  font-size: 10px;
}
.tags .medium {
  font-size: 12px;
}
.tags .large {
  font-size: 14px;
}
.tags .extra-large {
  font-size: 18px;
}

/* RATING */
.box-rating {
  display: block;
  width: 76px;
  height: 18px;
  position: relative;
}
.box-rating span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.box-rating .rate {
  color: #c69c6d;
  position: absolute;
  top: 0;
  left: 13px;
}
.box-rating i {
  margin-left: 3px;
}

/* STICKER */
.sticker {
  display: table;
  width: 156px;
  height: 156px;
  background: url("/layout/order_and_smile_jameinkind/img/gfx-stamp.png") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.sticker > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.sticker em {
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
  line-height: 34px;
  color: #222;
  letter-spacing: -1px;
}

/* COUPON */
.box-coupon {
  float: right;
  width: 130px;
  border: 1px solid #e5e5e5;
  background: url("/layout/order_and_smile_jameinkind/img/bg-pattern.jpg") repeat top left;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  padding: 15px 0 18px;
}
.box-coupon span {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  display: block;
}

/* SLIDER */
.slider {
  position: relative;
}
.slider .slider-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider .slider-nav:before, .slider .slider-nav:after {
  content: " ";
  display: table;
}
.slider .slider-nav:after {
  clear: both;
}
.slider .slider-nav li {
  display: block;
  float: left;
}
.slider .slider-nav .btn-prev, .slider .slider-nav .btn-next {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  text-indent: -100em;
  overflow: hidden;
}
.slider .slider-nav .btn-prev {
  left: -15px;
  background-image: url("/layout/order_and_smile_jameinkind/img/arrow-left.png");
}
.slider .slider-nav .btn-next {
  right: -15px;
  background-image: url("/layout/order_and_smile_jameinkind/img/arrow-right.png");
}

/* BANNERS */
.box-banner {
  background: #f4f4f4;
}
.box-banner .text {
  top: 0;
  bottom: 0;
  right: 0;
  width: 47%;
  text-align: right;
  padding-right: 40px;
}
.box-banner .text > div {
  height: 100%;
}

.box-product-banner {
  width: 100%;
}
.box-product-banner img {
  width: 100%;
}
.box-product-banner .text {
  top: 0;
  left: 0;
  padding: 28px 40px;
}

/* SORTING */
.box-sorting > * {
  display: inline-block;
  vertical-align: middle;
}
.box-sorting form select.default-value + .selectBox-dropdown {
  color: #bbb;
}
.box-sorting form .selectBox-dropdown {
  min-width: 210px;
}
.box-sorting form .selectBox-dropdown .selectBox-arrow {
  width: 32px;
  line-height: 32px;
}
.box-sorting form .selectBox-dropdown .selectBox-arrow:before {
  content: '\f107';
}

/* FILTERS */
.box-filters .btn-show {
  display: block;
  width: 27px;
  height: 70px;
  font-size: 18px;
  line-height: 68px;
  color: #fff;
  text-align: center;
  background: #c69c6d;
  position: absolute;
  top: 0;
  left: 100%;
}
.box-filters fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.box-filters h4 {
  color: #222;
  text-transform: none;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 0;
  margin: 12px 0 10px;
}
.box-filters h4:after,
.NavigationGroupFilter .CharacterFilterGroupName:after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 13px;
  color: #c69c6d;
  float: right;
  margin: -2px -3px 0 0;
}
.box-filters label {
  font-family: "Lato", sans-serif;
  line-height: 21px;
}

/* PRODUCT LIST */
.product-list {
  padding: 20px 0 13px;
}
.product-list .box-product, .product-list .box-banner {
  margin-bottom: 60px;
}

/* PRODUCT ITEM */
.box-product {
  position: relative;
}
.box-product .gfx {
	
	overflow: hidden;
  position: relative;
  height: 300px;
  z-index: -1;
}
.box-product .gfx img {
  display: block;
  width: auto;
  max-height: 300px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
	
	.box-product {
		height: 224px;
	}
	
	.tab-content-lastseen .box-product .gfx {
		height: 130px;
	}	
	
	.box-product .gfx img {
		max-height: 220px;
	}
	
	.box-logos img[alt="Deutsche Post"],
	.box-logos img{
		width: inherit !important;
	}

	.box-logos img{
		height: auto;
	}
	
}

@media (min-width: 1024px) {
	
	.no-touch .box-product .info:hover:after, .touch .box-product .info:hover:after {
		display: none;
	}
	
	.box-logos img[alt="Deutsche Post"] {
		width: 208px;
	}
	.box-logos img[alt="Sofort Ueberweisung"] {
		width: 120px;
	}
	.box-logos img[alt="Paypal"] {
		width: 128px;
	}
	.box-logos img[alt="Paymorrow"] {
		width: 200px;
	}
	.box-logos img[alt="Vorkasse"] {
		width: 145px;
	}
	.box-logos img[alt="Amazon"] {
		width: 183px;
		padding: 0px 46px;
	}
	
	#basket_paypal_text,
	#basket_amazon_text {
		width: 79%; 
		height: 60px; 
		float: left; 
		margin-right: 5%;
	}
	
	#basket_paypal_btn,
	#AmazonExpressWidget {
		height: 50px; 
		float: left; 
		width: 15.2%;
	}
	
}

@media (max-width: 1023px) {
	
	#mobile-stepbystep ul {
		padding: 0;
		margin-top: 6px;
	}	
	
	#basket_paypal_text,
	#basket_amazon_text {
		width: 100%; 
		float: none;
	}
	
	#basket_paypal_btn,
	#basket_amazon_btn {
		height: 50px; 
		float: none; 
		width: 100%;
	}
	
	
	.box-logos img[alt="Amazon"] {
		padding: 0px 15px;
	}
	
}

	.box-logos img[alt="Sofort Ueberweisung"] {
		padding: 12px 8px 8px;
	}
	.box-logos img[alt="Paypal"] {
		padding: 7px 0px 6px;
	}
	.box-logos img[alt="Paymorrow"] {
		padding: 8px 0px 6px;
	}
	.box-logos img[alt="Vorkasse"] {
		padding: 2px 6px 3px;
	}


.box-product .info {
  font-family: "Lato", sans-serif;
  color: #888888;
  padding: 0 28px;
  position: relative;
  margin-top: -300px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  //z-index:1;
  min-height: 302px;
}
.box-product .info > * {
  opacity: 0;
}
.box-product .info .price {
  position: static;
  font-size: 18px;
}
.box-product .info .price span {
  margin: 0 7px;
}

.box-product h3 {
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	color: #222;
	text-transform: uppercase;
	border-bottom: 1px solid #C69C6D;
	padding-bottom: 11px;
	margin: 16px 0px -3px; 
	
}
.box-product .box-price {
  padding: 5px 0;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}
.box-product .price {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  /*bottom: -33px;*/
  top: 320px;
  text-align: center;
  font-family: "Lato", sans-serif;
}

 .tab-content-lastseen .box-product .price {
 	top: 130px ;
 }



.box-product .price span {
  display: inline-block;
  margin: 0 5px;
}
.box-product .price .old {
  text-decoration: line-through;
}
.box-product .price .new {
  font-weight: 700;
  color: #c69c6d;
}
.box-product small {
  display: inline-block;
  font-size: 10px;
  margin-top: 0px;
}
.box-product .btn,
.info-buttons #button_add_basket_ajax {
	/*
  display: block;
  margin-bottom: 5px;
  border-width: 1px;
  padding: 6px 12px;
  bottom: 5px;
  */
}
.box-product .btn:last-child {
  right: 10px;
}

.box-product .product-label {
  display: block;
  width: 69px;
  height: 68px;
  background: url("/layout/order_and_smile_jameinkind/img/gfx-label.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 17px;
  left: 19px;
}
.box-product .product-label span {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -1px;
  color: #fff;
  text-transform: uppercase;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 25px;
  left: 20px;
}

/* PRODUCT SPECIAL */
.box-product-special {
  padding: 20px 0;
}
.box-product-special .header > div {
  position: relative;
  vertical-align: top;
}
.box-product-special .box-info {
  margin-top: -5px;
}
.box-product-special .box-info p {
  margin: 0 0 20px;
}
.box-product-special .box-info .bottom {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.box-product-special .box-info .bottom .box-facebook {
  float: left;
}
.box-product-special .box-info .bottom .box-facebook .mockup {
  max-width: 100%;
  display: block;
  margin-top: 16px;
}
.box-product-special .box-info .bottom .btn {
  float: right;
  padding: 10px 30px;
}
.box-product-special .product-photos {
  margin-top: 30px;
}
.box-product-special .product-photos:before, .box-product-special .product-photos:after {
  content: " ";
  display: table;
}
.box-product-special .product-photos:after {
  clear: both;
}
.box-product-special .product-photos img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

/* PRODUCT DETAILS */
.box-product-details:before, .box-product-details:after {
  content: " ";
  display: table;
}
.box-product-details:after {
  clear: both;
}
.box-product-details header {
  float: right;
}
.box-product-details .product-gallery {
  margin-top: 40px;
}
.box-product-details .box-rating {
  float: right;
}
.box-product-details .info {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.box-product-details h1.h2 {
  margin-bottom: 16px;
}
.box-product-details p {
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  margin: 0 0 1em !important;
}

.box-product-details #tabscontent ul {
	font-family: "Lato", sans-serif !important;
    font-size: 16px !important;
    margin: 0 1.5em 1.5em 0 !important;
    padding-left: 1.5em !important;

}
.box-product-details form .wrapper:before, .box-product-details form .wrapper:after {
  content: " ";
  display: table;
}
.box-product-details form .wrapper:after {
  clear: both;
}
.box-product-details form .selectBox-dropdown {
  float: left;
}
.box-product-details form .selectBox-dropdown:nth-of-type(even) {
  float: right;
}
.box-product-details .tabs {
  margin-top: 17px;
}
.box-product-details .box-order {
  padding-top: 10px;
}
.box-product-details .box-order .selectBox-dropdown {
  min-width: 60px;
  font-weight: 700;
  font-size: 18px;
  margin-right: 20px;
}
.box-product-details .box-order .selectBox-dropdown .selectBox-label {
  padding: 5px 10px;
}
.box-product-details .box-order .selectBox-dropdown .selectBox-label:after {
  font-weight: 400;
}
.box-product-details .box-order .price-info {
  margin-bottom: 18px;
}
.box-product-details .box-order .price-info .price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #222;
}
.box-product-details .box-order .price-info p {
  margin: 0;
}
.box-product-details .bottom {
  margin-top: 25px;
  margin-bottom: -3px;
}
.box-product-details .bottom .sticker {
  float: right;
  width: 136px;
  height: 136px;
  font-size: 11.7px;
  line-height: 19px;
}
.box-product-details .bottom .sticker > span {
  padding-top: 8px;
}
.box-product-details .bottom .sticker em {
  font-size: 21px;
  line-height: 17px;
}
.box-product-details .bottom .btn {
  display: block;
  margin-bottom: 6px;
  cursor: pointer;
}
.box-product-details .bottom a.link {
  font-family: "Lato", sans-serif;
  color: #c69c6d;
  cursor: pointer;
}

/* PRODUCT GALLERY */
.product-gallery .main-image {
  width: 100%;
  margin-bottom: 20px;
}
.product-gallery .thumbs-wrapper .slides {
  margin: 0 -10px;
}
.product-gallery .thumbs-wrapper .slides > div {
  width: 140px;
  float: left;
  margin: 0 10px;
}
.product-gallery img {
  display: block;
  width: 100%;
}

/* PAGE SECTIONS */
.section-visual h1 {
  margin: 42px 0;
  position: relative;
}
.section-visual h1:before, .section-visual h1:after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  margin-left: -60px;
}
.section-visual h1:before {
  top: -20px;
}
.section-visual h1:after {
  bottom: -23px;
}
.section-visual p {
  font-family: "Open Sans", sans-serif;
}
.section-visual .btn {
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
  margin-bottom: 8px;
}
.section-visual img {
  display: block;
}
.section-visual .sticker {
  position: absolute;
  top: 20px;
  left: 10px;
}

.products-section {
  margin-bottom: 37px;
  position: relative;
}
.box-sorting {
  position: absolute;
  top: 30px;
  right: 10px;
}

.welcome-section {
  padding-bottom: 40px;
}
.welcome-section h2, .welcome-section .h2 {
  margin-bottom: 14px;
}
.welcome-section h2 br, .welcome-section .h2 br {
  display: none;
}
.welcome-section img {
  float: right;
  display: block;
  margin-top: 22px;
  max-width: 100%;
}
.welcome-section .box-facebook {
  margin-top: 16px;
}
.welcome-section .box-facebook img.mockup {
  float: none;
  margin: 0;
}

.shipment-section {
  border-top: 1px solid #e5e5e5;
}
.shipment-section .row {
  position: relative;
}
.shipment-section .row:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 59.33333%;
}
.shipment-section .offer {
  padding-right: 20px;
}
.shipment-section .shipping {
  padding-left: 40px;
}
.shipment-section h2, .shipment-section .h2 {
  margin-bottom: 32px;
}
.shipment-section p {
  font-family: "Lato", sans-serif;
  float: left;
  width: calc(100% - 140px);
  margin-top: -5px;
}
.shipment-section .box-coupon {
  float: right;
  width: 130px;
}
.shipment-section .box-logos {
  font-size: 0;
  margin: -5px -7px;
}
.shipment-section .box-logos div {
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin: 5px;
}
.shipment-section .box-logos div img {
  display: block;
}
.shipment-section form {
  clear: both;
  padding-top: 16px;
}
.shipment-section form input {
  width: 125px;
  margin-right: 7px;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
}
.shipment-section form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888;
  opacity: 1;
}
.shipment-section form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity: 1;
}
.shipment-section form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
  opacity: 1;
}
.shipment-section form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
  opacity: 1;
}
.shipment-section form .btn {
  padding: 7px 17px;
}
.shipment-section .tags {
  margin-top: 40px;
  margin-bottom: 34px;
  border-top: 1px solid #e5e5e5;
}

.other-customers-section .slider {
  margin-top: 20px;
  margin-bottom: 70px;
}
.other-customers-section .slider .slider-nav .btn-prev {
  left: -4px;
}
.other-customers-section .slider .slider-nav .btn-next {
  right: -6px;
}

/* PAGES */
/* HOMEPAGE */
#page.homepage .products-section {
  margin-bottom: 0;
}
#page.homepage .products-section .container {
  margin-bottom: -36px;
}
#page.homepage .product-list {
  padding-bottom: 0;
}
#page.homepage .shipment-section {
  border-top: none;
}

/* RESPONSIVE */
/* DESKTOP */
@media only screen and (min-width: 1024px) {
  .visible-sm, .visible-md, .hidden-lg {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }

  .box-filters {
    position: absolute;
    top: 238px;
    left: 0px;
    background: #f4f4f4;
    padding-bottom: 18px;
  }
  .box-filters .container {
    width: 230px;
    padding: 0 20px;
  }
  .box-filters h2, .box-filters .h2 {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .shipment-section .offer {
    padding-right: 20px;
  }
  .shipment-section .shipping {
    padding-left: 40px;
  }
}
/* TABLET */
@media only screen and (max-width: 1023px) {
  #page > header .main .container:before, h2:before, .h2:before {
    width: 72px;
  }

  .box-banner h3, .box-product-banner h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 15px;
  }
  .box-banner p, .box-product-banner p {
    font-size: 9.6px;
  }
  .box-banner p.highlight, .box-product-banner p.highlight {
    margin: 0;
  }

  .visible-sm, .hidden-md, .visible-lg {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }

  .container,
#flHeaderContainer,
#flFilterContainer,
#flPaginator {
    width: 720px;
  }

  #page > header .main .container:before {
    width: 72px !important;
  }
  #page > header .main .logo {
    margin: 14px 0 14px -2px;
  }
  #page > header .main .logo img {
    width: 169px;
  }
  #page > header .main .box-search {
    margin: 13px 0px 13px 0;
  }
  #page > header .main .box-search form {
    width: 286px;
    margin-left: 12px;
    margin-bottom: 0;
  }
  #page > header .main .box-search form input {
    width: calc(100% - 60px);
  }
  #page > header .main .box-search form button {
    width: 40px;
  }
  #page > header .main .box-search img {
    width: 40px;
  }
  #page > header .menu {
    margin-left: -18px;
  }
  #page > header .menu a {
    height: 30px;
    font-size: 9.5px;
    line-height: 25px;
    padding: 0 14px 0 15px;
  }
  #page > header .menu a i {
    margin-right: 3px;
  }
  #page > header .social {
    font-size: 13px;
    line-height: 26px;
    margin-right: 25px;
  }
  #page > header .social li {
    padding: 0 9px 0 10px;
  }
  #page > header .box-cart {
    height: 30px;
    padding-left: 40px;
    font-size: 13px;
    line-height: 26px;
    background-position: 18px 8px;
    background-size: 12px 10px;
  }
  #page > header nav ul {
    height: 39px;
  }
  #page > header nav a { 
    font-size: 10.5px;
    padding: 13px 0;
  }
  #page > header nav a:after {
    margin-left: 4px;
  }
  #page > footer ul li {
    padding-bottom: 6px;
  }
  #page > footer .columns-wrapper {
    padding-left: 42px;
  }
  #page > footer .columns-wrapper .column {
    width: 36.4% !important;
    margin-bottom: 20px;
  }
  #page > footer .columns-wrapper .column:nth-child(3n) {
    width: 26.2% !important;
  }
  #page > footer .columns-wrapper .column:nth-child(4n) {
    clear: left;
  }
  #page > footer .columns-wrapper .column:nth-child(5) {
    padding-top: 72px;
  }
  #page > footer .box-copy-wrapper {
    border-top: 1px solid #3e3e3e;
  }
  #page > footer .box-copy {
    border: none;
    padding: 35px 0;
    padding-left: 30px;
  }
  #page > footer .box-copy p {
    font-size: 13.8px;
  }

  h1 {
    font-size: 31px;
  }

  h4 {
    font-size: 18px;
  }

  .btn {
    padding: 6px 24px;
  }
  .btn.btn-big {
    font-size: 16.5px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 260px;
    background: #c69c6d;
    color: #fff;
  }

  .pagination li {
    padding: 0 3px;
    vertical-align: 10px;
    font-size: 14px;
  }
  .pagination a.previous, .pagination a.next {
    display: block;
    width: 32px;
    height: 28px;
    background: #c69c6d;
    color: #fff;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
  }
  .pagination a.previous {
    margin-right: 8px;
  }
  .pagination a.previous i {
    margin-left: -3px;
  }
  .pagination a.next {
    margin-left: 5px;
  }
  .pagination a.next i {
    margin-right: -3px;
  }


  .tabs .tab-nav li {
    font-size: 11px;
    height: 22px;
  }
  .tabs .tab-nav li.active a {
    padding: 3px 9px 0px;
  }
  .tabs .tab-nav li:last-child a {
    padding-right: 0;
  }
  .tabs .tab-content {
    height: 112px;
    padding: 0 8px;
  }
  .tabs .tab-content p {
    margin: 8px 0;
    line-height: 16px;
  }

  .tags {
    line-height: 20px;
    padding-top: 18px;
  }
  .tags .small {
    font-size: 7px;
  }
  .tags .medium {
    font-size: 9px;
  }
  .tags .large {
    font-size: 10px;
  }
  .tags .extra-large {
    font-size: 13px;
  }

  .sticker {
    width: 126px;
    height: 126px;
    font-size: 11px;
    line-height: 14px;
  }
  .sticker > span {
    padding-top: 10px;
  }
  .sticker em {
    font-size: 20px;
    line-height: 24px;
  }

  .box-coupon {
    font-size: 13px;
    padding: 16px 0 21px;
  }
  .box-coupon span {
    font-size: 34px;
  }

  .slider .slider-nav .btn-prev, .slider .slider-nav .btn-next {
    width: 39px;
    height: 39px;
    margin-top: -18px;
  }
  .slider .slider-nav .btn-prev {
    left: -18px;
    background-image: url("/layout/order_and_smile_jameinkind/img/arrow-left-big.png");
  }
  .slider .slider-nav .btn-next {
    background-image: url("/layout/order_and_smile_jameinkind/img/arrow-right-big.png");
  }

  .box-banner img {
    height: 225px;
  }
  .box-banner .text {
    width: 47%;
    padding-right: 30px;
  }
  .box-banner p {
    padding-left: 5px;
  }

  .box-product-banner .text {
    padding: 25px 30px;
  }

  .box-sorting form {
    margin-right: 5px;
  }
  .box-sorting form .selectBox-dropdown {
    min-width: 178px;
  }
  .box-sorting > * {
    vertical-align: top;
  }

  .box-filters {
    position: relative;
    margin-bottom: 92px;
  }
  .box-filters .wrapper {
    border-bottom: 1px solid #e7e7e7;
  }
  .box-filters .wrapper:before, .box-filters .wrapper:after {
    content: " ";
    display: table;
  }
  .box-filters .wrapper:after {
    clear: both;
  }
  .box-filters h2, .box-filters .h2 {
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: -1px;
    float: left;
  }
  .box-filters .btn-show {
    display: none;
  }
  .box-filters form {
    float: left;
    height: 36px;
    margin: 12px 0 0 56px;
    white-space: nowrap;
    font-size: 0;
  }
  .box-filters form fieldset {
    display: inline-block;
    vertical-align: top;
    width: 82px;
    margin-right: 8px;
    padding: 0 12px 5px;
    border: 1px solid #c69c6d;
    background: #fff;
  }
  .box-filters form fieldset .form-item {
    display: none;
  }
  .box-filters form fieldset.active h4 {
    padding: 6px 0 4px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 5px;
  }
  .box-filters form fieldset.active .form-item {
    display: block;
  }
  .box-filters .form-item {
    padding: 0 0 0 4px;
  }
  .box-filters h4 {
    font-size: 12px;
    margin: 0;
    padding: 4px 0 1px;
    text-align: center;
    border-bottom: none;
  }
  .box-filters h4:after {
    font-size: 12px;
    float: none;
    vertical-align: 3px;
    margin: 0 0 0 5px;
  }
  .box-filters label {
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
  }

  .product-list .box-product, .product-list .box-banner {
    margin-bottom: 44px;
  }

  .box-product {
    padding-bottom: 5px;
  }
  .box-product .info {
    padding: 0 12px;
  }
  .box-product .info .price {
    font-size: 16px;
  }
  .box-product .info .price span {
    margin: 0 6px;
  }
  .box-product h3 {
    font-size: 16px;
    padding-bottom: 10px;
    margin: 11px 0 -4px;
  }
  .box-product p {
    font-size: 13px;
    line-height: 1.615em;
  }
  .box-product .box-price {
    margin-bottom: 2px;
  }
  .box-product .price {
    font-size: 18px;
    bottom: -30px;
  }
  .box-product .price span {
    margin: 0 6px;
  }
  .box-product small {
    font-size: 9px;
    margin-top: 6px;
  }
  .box-product .product-label {
    width: 55px;
    height: 54px;
    top: 14px;
    left: 14px;
  }
  .box-product .product-label span {
    font-size: 13px;
    top: 19px;
    left: 18px;
  }

  .box-product-special {
    padding: 26px 0 15px;
  }
  .box-product-special .box-info {
    margin-top: -2px;
    height: 155px;
    overflow: hidden;
  }
  .box-product-special .box-info p {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 18px;
  }
  .box-product-special .box-info .bottom {
    bottom: -2px;
  }
  .box-product-special .box-info .bottom .box-facebook {
    width: 182px;
  }
  .box-product-special .box-info .bottom .btn {
    padding: 7px 10px;
  }
  .box-product-special .product-photos {
    margin-top: 25px;
  }
  .box-product-special .product-photos img {
    display: block;
  }

  .box-product-details .product-gallery {
    margin-top: 24px;
  }
  .box-product-details .col-md-5 {
    padding-right: 0;
  }
  .box-product-details .col-md-7 {
    padding-left: 18px;
  }
  .box-product-details .info {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .box-product-details h1.h2 {
    line-height: 22px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 11px;
  }
  .box-product-details form .selectBox-dropdown {
    min-width: 194px;
  }
  .box-product-details form .selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
  }
  .box-product-details form .selectBox-dropdown .selectBox-arrow {
    line-height: 19px;
    width: 16px;
  }
  .box-product-details form .selectBox-dropdown .selectBox-arrow:before {
    font-size: 12px;
  }
  .box-product-details form p {
    margin: 7px 0;
  }
  .box-product-details .tabs {
    margin-top: 10px;
  }
  .box-product-details .box-order {
    padding-top: 0px;
  }
  .box-product-details .box-order .selectBox-dropdown {
    min-width: 43px;
    font-size: 12px;
    margin-right: 12px;
  }
  .box-product-details .box-order .selectBox-dropdown .selectBox-label {
    padding: 2px 3px;
  }
  .box-product-details .box-order .selectBox-dropdown .selectBox-arrow {
    width: 20px;
  }
  .box-product-details .box-order .price-info {
    margin-bottom: 12px;
    padding-top: 4px;
  }
  .box-product-details .box-order .price-info .price {
    font-size: 16px;
  }
  .box-product-details .box-order .price-info > * {
    display: inline-block;
    vertical-align: baseline;
  }
  .box-product-details .box-order .price-info p {
    font-size: 12px;
  }
  .box-product-details .bottom {
    margin-top: 12px;
  }
  .box-product-details .bottom .sticker {
    width: 115px;
    height: 115px;
    font-size: 10px;
    line-height: 16px;
    margin-right: -5px;
  }
  .box-product-details .bottom .sticker em {
    font-size: 18px;
    line-height: 16px;
  }
  .box-product-details .bottom .btn {
    margin-bottom: 6px;
  }
  .box-product-details .bottom a.link {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #c69c6d;
    display: block;
    width: 260px;
    text-align: center;
    padding: 7px 14px;
  }

  .product-gallery .main-image {
    margin-bottom: 14px;
  }
  .product-gallery .thumbs-wrapper .slides {
    margin: 0 -8px;
  }
  .product-gallery .thumbs-wrapper .slides > div {
    width: 88px;
    margin: 0 7px;
  }

  .section-visual h1 {
    margin: 31px 0;
  }
  .section-visual h1:before, .section-visual h1:after {
    width: 88px;
    height: 2px;
    margin-left: -44px;
  }
  .section-visual h1:before {
    top: -15px;
  }
  .section-visual h1:after {
    bottom: -15px;
  }
  .section-visual p {
    margin: 0 -10px;
    font-size: 9.6px;
  }
  .section-visual .btn {
    font-size: 9.6px;
    margin-top: 24px;
    margin-bottom: -2px;
  }
  .section-visual .text {
    padding-right: 28px;
  }
  .section-visual .gfx {
    padding: 0 0 0 10px;
  }
  .section-visual .gfx img {
    margin-left: 14px;
    max-width: 100%;
  }
  .section-visual .sticker {
    top: 25px;
    left: 2px;
  }

  .welcome-section {
    padding-bottom: 45px;
  }
  .welcome-section img {
    width: 300px;
    margin: 78px auto;
    float: none;
  }
  .welcome-section .box-facebook {
    width: 242px;
    margin-top: 20px;
  }

  .shipment-section .row:before {
    display: none;
  }
  .shipment-section .offer {
    padding-right: 10px;
    position: relative;
    padding-bottom: 17px;
  }
  .shipment-section .offer:after {
    content: "";
    display: block;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
  }
  .shipment-section .shipping {
    padding-left: 10px;
  }
  .shipment-section .shipping h2, .shipment-section .shipping .h2 {
    font-size: 17px;
    margin: 14px 0 22px;
    padding-bottom: 11px;
  }
  .shipment-section h2, .shipment-section .h2 {
    margin-bottom: 12px;
  }
  .shipment-section p {
    line-height: 15px;
    width: calc(100% - 160px);
    margin-top: 0px;
  }
  .shipment-section .box-coupon {
    width: 150px;
  }
  .shipment-section .box-logos div img {
    height: 42px;
  }
  .shipment-section form {
    clear: none;
    float: left;
    padding-top: 12px;
  }
  .shipment-section form input {
    width: 112px;
  }
  .shipment-section form .btn {
    padding: 7px 12px;
  }
  .shipment-section .tags {
    margin-top: 28px;
    margin-bottom: 20px;
  }

  .other-customers-section {
    margin-top: -30px;
  }
  .other-customers-section .slider {
    margin-top: 0;
    margin-bottom: 22px;
  }
  .other-customers-section .slider .slider-nav .btn-prev {
    left: -8px;
  }
  .other-customers-section .slider .slider-nav .btn-next {
    right: -8px;
  }

  #page.homepage .products-section {
    margin-bottom: -15px;
  }
  #page.product .shipment-section {
    border-top: none;
  }
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  .hidden-sm, .visible-md, .visible-lg {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }

  .box-banner h3, .box-product-banner h3 {
    font-size: 15px;
    line-height: 17px;
    margin: 10px 0 0;
  }
  .box-banner p, .box-product-banner p {
    font-size: 10px;
    line-height: 12px;
  }

  .container,
#flHeaderContainer,
#flFilterContainer,
#flPaginator {
    width: 100%;
    padding: 0 20px;
  }

  #page > header {
    padding-bottom: 94px;
  }
  #page > header .top .container {
    position: static;
    padding: 0 10px;
  }
  #page > header .main .container:before {
    left: 20px !important;
  }
  #page > header .main .logo {
    margin: 32px 0 27px;
  }
  #page > header .main .logo img {
    width: 210px;
  }
  #page > header .main .btn-menu {
    display: block;
  }
  #page > header .main .box-search {
    position: absolute;
    bottom: -55px;
    left: 20px;
    right: 20px;
  }
  #page > header .main .box-search form {
    width: 100%;
    margin: 0;
  }
  #page > header .main .box-search form input {
    width: calc(100% - 60px);
  }
  #page > header .main .box-search form button {
    width: 40px;
  }
  #page > header .main .box-search img {
    display: none;
  }
  #page > header .menu {
    margin: 0;
    border: none;
  }
  #page > header .menu li {
    border: none;
  }
  #page > header .menu a {
    height: 30px;
    font-size: 11px;
    padding: 0 8px;
  }
  #page > header .menu a i {
    margin-right: 5px;
  }
  #page > header .social {
    font-size: 15px;
    margin-right: 0;
  }
  #page > header .social li {
    padding: 0 11px;
  }
  #page > header .box-cart {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 32px;
    padding-left: 0;
    line-height: 29px;
    text-align: center;
    background-image: none;
  }
  #page > header .box-cart span {
    display: inline-block;
    margin-right: 5px;
  }
  #page > header .box-cart:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url("/layout/order_and_smile_jameinkind/img/icon-cart.png") no-repeat 0 0;
    background-size: 100% 100%;
    margin: 0 5px;
  }
  #page > header nav {
    display: none;
  }

  #page > footer .columns-wrapper {
    padding-left: 0;
  }
  #page > footer .columns-wrapper .column, #page > footer .columns-wrapper .column:nth-child(1), #page > footer .columns-wrapper .column:nth-child(2), #page > footer .columns-wrapper .column:nth-child(3), #page > footer .columns-wrapper .column:nth-child(4), #page > footer .columns-wrapper .column:nth-child(5) {
    width: 100% !important;
    margin-bottom: 5px;
    padding-top: 0;
  }
  #page > footer .box-copy {
    padding-top: 25px;
    padding-left: 0;
  }
  #page > footer .box-copy p {
    font-size: 13px;
    line-height: 22px;
  }

  h1 {
    font-size: 19px;
  }

  h2, .h2 {
    line-height: 22px;
    margin: 8px 0 10px;
    padding-bottom: 17px;
  }

  p.highlight {
    font-size: 8px;
  }

  .btn.btn-big {
    font-size: 21px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .breadcrumbs li {
    padding: 8px 0 10px;
  }

  .pagination {
    margin: 18px 0 0;
    text-align: center;
    display: block;
  }
  .pagination li:last-child {
    padding-right: 3px;
  }
  .pagination a.previous {
    margin-right: 5px;
  }
  .pagination a.next {
    margin-left: 5px;
  }

  .tags {
    padding-top: 14px;
  }

  .box-coupon {
    font-size: 25px;
    padding: 33px 0 40px;
  }
  .box-coupon span {
    font-size: 65px;
  }

  .box-banner img {
    height: 135px;
  }
  .box-banner .text {
    width: 50%;
    padding-right: 12px;
  }
  .box-banner p {
    padding-left: 5px;
  }
  .box-banner p.highlight {
    display: none;
  }

  .box-product-banner .text {
    padding: 21px 24px;
  }
  .box-product-banner h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
  }

  .box-sorting form {
    margin-right: 0;
    width: 100%;
  }
  .box-sorting form .selectBox-dropdown {
    min-width: 100%;
  }

  .box-filters {
    margin-bottom: 12px;
  }
  .box-filters .wrapper {
    border-bottom: none;
    text-align: center;
  }
  .box-filters h2, .box-filters .h2 {
    padding-bottom: 16px;
    margin-bottom: 0;
    margin-top: 6px;
    float: none;
    text-align: left;
  }
  .box-filters form {
    /*float: none;*/
    display: inline-block;
    height: auto;
    margin: 20px 0 0;
  }
  .box-filters form fieldset {
    width: 88px;
    text-align: left;
  }

  .product-list {
    padding-top: 12px;
  }
  .product-list .box-product {
    margin-bottom: 58px;
  }
  .product-list .box-banner {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .product-list + .pagination {
    margin-top: -13px;
  }

  .box-product {
    padding-bottom: 0;
  }
  .box-product .info {
    padding: 0 10px;
  }
  .box-product .info .price {
    font-size: 18px;
  }
  .box-product h3 {
    font-size: 18px;
    padding-bottom: 8px;
    margin: 21px 0 0;
  }
  .box-product p {
    font-size: 13px;
    line-height: 18px;
    margin: 11px 0;
  }
  .box-product .btn {
    margin-bottom: 9px;
  }
  .box-product .box-price {
    margin-bottom: 9px;
  }
  .box-product small {
    font-size: 10px;
    margin-top: 5px;
  }
  .box-product .product-label {
    width: 69px;
    height: 68px;
    top: 10px;
    left: 9px;
  }
  .box-product .product-label span {
    font-size: 16px;
    top: 25px;
    left: 20px;
  }

  .box-product-special {
    padding: 15px 0 15px;
  }
  .box-product-special .header {
    display: block;
  }
  .box-product-special .header > * {
    display: block;
  }
  .box-product-special .box-product-banner {
    margin-bottom: 17px;
  }
  .box-product-special .box-info {
    height: auto;
  }
  .box-product-special .box-info p {
    line-height: 15.5px;
    margin: 0 0 16px;
  }
  .box-product-special .box-info .bottom {
    position: static;
  }
  .box-product-special .box-info .bottom .box-facebook {
    float: none;
  }
  .box-product-special .box-info .bottom .box-facebook .mockup {
    margin-top: 23px;
  }
  .box-product-special .box-info .bottom .btn {
    float: none;
    display: block;
    margin-top: 20px;
  }
  .box-product-special .product-photos {
    margin-top: 22px;
  }
  .box-product-special .product-photos img {
    margin-bottom: 7px;
  }
  .box-product-special .product-photos .col-sm-6:nth-child(even) {
    padding-right: 5px;
  }
  .box-product-special .product-photos .col-sm-6:nth-child(odd) {
    padding-left: 5px;
  }

  .box-product-details .product-gallery {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .box-product-details .col-md-5 {
    padding-right: 10px;
  }
  .box-product-details .col-md-7 {
    padding-left: 10px;
  }
  .box-product-details .info {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .box-product-details h1.h2 {
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 24px;
  }
  .box-product-details form .selectBox-dropdown {
    min-width: 100%;
    margin-bottom: 6px;
  }
  .box-product-details form .selectBox-dropdown .selectBox-label {
    padding: 6px 8px;
  }
  .box-product-details form .selectBox-dropdown .selectBox-arrow {
    line-height: 28px;
    width: 30px;
  }
  .box-product-details form .selectBox-dropdown .selectBox-arrow:before {
    font-size: 16px;
  }
  .box-product-details .availability {
    padding-left: 8px;
  }
  .box-product-details .box-order .selectBox-dropdown {
    min-width: 60px;
    font-size: 18px;
    margin-right: 15px;
  }
  .box-product-details .box-order .selectBox-dropdown .selectBox-label {
    padding: 5px 8px;
  }
  .box-product-details .box-order .selectBox-dropdown .selectBox-arrow {
    width: 30px;
  }
  .box-product-details .box-order .price-info {
    margin-bottom: 16px;
    padding-top: 2px;
  }
  .box-product-details .box-order .price-info .price {
    font-size: 18px;
  }
  .box-product-details .box-order .price-info p {
    display: block;
    font-size: 13px;
  }
  .box-product-details .bottom {
    margin-top: 26px;
    margin-bottom: 6px;
  }
  .box-product-details .bottom .sticker {
    display: none;
  }
  .box-product-details .bottom .btn, .box-product-details .bottom a.link {
    width: 100%;
  }

  .product-gallery .thumbs-wrapper .slides > div {
    width: 33.33%;
    padding: 0 7px;
    margin: 0;
  }

  .section-visual .container {
    padding: 0 10px;
  }
  .section-visual h1 {
    margin: 21px -10px 14px;
  }
  .section-visual h1:after {
    width: 117px;
    height: 1px;
    margin-left: -58px;
  }
  .section-visual h1:before {
    display: none;
  }
  .section-visual h1:after {
    bottom: -11px;
  }
  .section-visual p {
    font-size: 10px;
    line-height: 11px;
    margin: 0 -10px;
  }
  .section-visual p.highlight {
    display: none;
  }
  .section-visual .btn {
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .section-visual .text {
    padding-right: 32px;
    padding-left: 0;
  }
  .section-visual .gfx {
    padding: 0 8px 0 0;
  }
  .section-visual .gfx img {
    margin-left: 0;
  }
  .section-visual .sticker {
    display: none;
  }

  .products-section {
    margin-bottom: 15px;
  }
  .products-section .box-sorting {
    position: static;
  }

  .welcome-section h2, .welcome-section .h2 {
    margin-bottom: 6px;
    margin-top: 12px;
    padding-bottom: 23px;
  }
  .welcome-section h2 br, .welcome-section .h2 br {
    display: inline;
  }
  .welcome-section img {
    width: 267px;
    margin: 43px auto 0;
  }
  .welcome-section .box-facebook {
    margin-top: 16px;
  }

  .shipment-section .shipping h2, .shipment-section .shipping .h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .shipment-section .shipping .sticker {
    width: 185px;
    height: 185px;
    margin: 0 auto 20px;
    display: table !important;
    font-size: 15px;
    line-height: 20px;
  }
  .shipment-section .shipping .sticker > span {
    padding-top: 0;
  }
  .shipment-section .shipping .sticker em {
    font-size: 26px;
    line-height: 40px;
  }
  .shipment-section h2, .shipment-section .h2 {
    margin-bottom: 16px;
  }
  .shipment-section p {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .shipment-section .box-coupon {
    float: none;
    width: 100%;
  }
  .shipment-section .box-logos div img {
    height: 44px;
  }
  .shipment-section form {
    padding-top: 27px;
    width: 100%;
  }
  .shipment-section form input {
    width: 100%;
    margin: 0 0 9px;
    padding: 7px;
  }
  .shipment-section form .btn {
    display: block;
    width: 100%;
    font-size: 22px;
    padding: 7px 12px;
  }
  .shipment-section .tags {
    margin-top: 21px;
    margin-bottom: 10px;
  }

  .other-customers-section {
    margin-top: 0;
  }
  .other-customers-section .slider {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .other-customers-section .slider .slides > div {
    display: none;
  }
  .other-customers-section .slider .slides > div:first-child {
    display: block;
  }
}

/*---------------------------------------------------------------------*/

.container-home {
	width: initial !important;
	padding: 0 !important;
	margin: 0 !important;
}



.info-buttons {/*
position: relative;
height: 300px;
margin: -186px 0px 0px;	*/
}

.btn {
	cursor: pointer;
}

@media (max-width: 767px) {
	
	.box-product {
		height: 304px;
	}
	
	.info-buttons .btn,
	.info-buttons #button_add_basket_ajax {
		
	}
	
	.box-product-details .product-gallery .main-image img {
		height: auto !important;
		max-width: 280px;
		margin: 0 auto;
	}
	
	.product-gallery .thumbs-wrapper .owl-wrapper {
		width: 280px !important;
		margin: 0px auto;		
	}
	
	.product-gallery .thumbs-wrapper .owl-wrapper .owl-item {
		width: 93px !important;		
	}
	
	.product-gallery .thumbs-wrapper .owl-wrapper .owl-item .slides div {
		width: 90%;
	}
	
	#tabpage_2 {
		border: none;
	}
	
	#tabpage_2 .accordion-collapse,
	#tabContainer,
	#tabscontent,
	.accordion-collapse .item {
		margin: 0 !important;
		padding: 0 !important;
		
	}
	
	#tabs, #tabscontent #tabpage_1, #tabscontent #tabpage_3, #tabscontent #tabpage_4 {
		display: none !important;
	}
	
	#tabscontent #tabpage_2 {
		display: block !important;
	}
	
	#item-rating {
		display: none;
	}
	
}

@media (min-width: 768px) and (max-width: 1023px) {


	#tabHeader_1 {
		height: 35px !important;
		width: 175px !important;	
	}

	#tab01a {
		margin-top: 5px !important;
		font-size: 14px !important;
		padding-left: 15px !important;	
	}

	.info-buttons .btn,
	.info-buttons #button_add_basket_ajax {
		width: 193px;
	}
	
	.box-product-details .product-gallery .main-image img {
		height: auto !important;
		max-width: 280px;		
	}

}

@media (min-width: 1024px) {

	.tabs .tab-nav li a {
		padding: 7px 15px 9px !important;
	}	

	.tab-content-lastseen .box-product .gfx {
		height: 150px;
	}	

	.info-buttons .btn,
	.info-buttons #button_add_basket_ajax {
		width: 239px;
	}
	
	header .top .container {
		height: 40px;
	}	

}

@media (min-width: 768px) {
	
	.content-container {
		min-height: 202px;
		padding-bottom: 10px;
	}
	
	.box-product-details .accordion-item,
	#tabpage_2 .item a {
		display: none !important;
	}
	
	#item-rating {
		display: block !important;
	}

	#tabpage_2 .item {
		border: none !important;
	}

	#item-rating {
		padding: 0px !important;
		margin: 0px !important;
		height: initial !important;		
	}

}

.info-buttons .btn,
.info-buttons #button_add_basket_ajax {
	padding: 6px 8px;
	cursor: pointer;
}

.info-buttons .btn:hover,
.info-buttons #button_add_basket_ajax:hover {
	color: #FFF;
	background-color: #C69C6D;
}


.info-buttons .btn:first-child {
	bottom: 40px;
}

.info-buttons .btn:last-child { 
	
}

.box-product .box-price {
	/*position: absolute;*/
	width: 92%;
	bottom: 100px;	
}

#tabs > ul > li > a {
    font-size: 16px !important;
}
#tabs > ul > li{
	display:block;
}
#tabs > ul > li:hover{
	cursor:pointer;
}
#tabs > ul > li.tabActiveHeader{
	cursor:pointer;
	border: 1px solid #E7E7E7;
	height: 34px;
}
#tabs > ul > li.tabActiveHeader a{
	background-color: #FFF;
	border-bottom: none;
	color: #444;
}
#tabscontent {
	margin: -7px 0 20px 0;
}
#tabs {
	overflow: hidden;
}

.magnifyarea {
	top: 70px !important;
	left: 490px !important;
	z-index: 1111 !important;
	border: 0px !important;	
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.2) !important;
	-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.2) !important;
	-o-box-shadow: 0 0 4px 4px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: 0 0 4px 4px rgba(0,0,0,0.2) !important;
	-ms-box-shadow: 0 0 4px 4px rgba(0,0,0,0.2) !important;
}




.tags .tag_6 {
font-size:12px;
}
.tags .tag_5 {
font-size:14px;
}
.tags .tag_4 {
font-size:16px;
}
.tags .tag_3 {
font-size:18px;
}
.tags .tag_2 {
font-size:20px;
}
.tags .tag_1 {
font-size:22px;
}

#page > header nav ul li ul {
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	background-color: #EEE;
	padding: 5px 10px;
	
}

/*LIVESEARCH*/
#livesearch_result {
	display: block;
	position: absolute;
	z-index: 111;
	margin: 5px 0px 0px -328px;
}

@media (max-width: 767px) {
	#livesearch_result {
		display: none !important;
	}
}


#livesearch_result td .Price {
	color: #221E1F;
	font-family: 'Lato', sans-serif;
	font-size: 16px;	
	
}
#livesearch_result fieldset {
	background-color: #FFF;
	border: none !important; 
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); 
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); 
	padding: 5px 10px; 
}
#livesearch_result table tr:first-child td {
	font-family:'Lato', sans-serif;
	text-transform: uppercase;
	color: #222;
	font-weight: 900;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;	
	line-height: 20px;
	vertical-align: baseline;
	font-weight: bold; 
}
#livesearch_result table td {
	vertical-align: top; 
	padding: 3px 0;
	border-bottom: 1px dashed #eee;
	font-family: 'Lato', sans-serif ; 
}
#livesearch_result table tr:last-child td {
	border-bottom: none; 
}
#livesearch_result table {
	width: 550px; 
}
#livesearch_result td .LiveSearchShippingHandling, #livesearch_result td .LiveSearchVAT {
	font-size: 10px;
	color: #222;
	display: block;
	width: 120px; 
}
#livesearch_result td .LiveSearchArticleName a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;	
	font-style: normal;
	color: #222;
	display: block;
	text-transform: uppercase;
	text-decoration: none; 
}
#livesearch_result td .LiveSearchArticleName a:hover {
	color: #C69C6D;
}

#livesearch_result td .LiveSearchShippingHandling br {
	display: none; 
}
#livesearch_result td .LiveSearchArticleName {
	width: 375px;
	display: block; 
}
#livesearch_result td .LiveSearchImage img {
	margin-right: 11px; 
	max-width: 60px !important; 
	max-height: 60px !important; 
}
.LiveSearchShowMoreArticleHint input {
	font-family: 'Lato', sans-serif;
	color: #FFF; 
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #C69C6D;
	padding: 10px 32px;
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-weight: 700;
	font-size: 13px;
	background: #C69C6D none repeat scroll 0% 0%;
	width: 100% !important;
}


#page > header nav ul li:hover ul {
	display: block;
}

#page > header nav ul li ul li {
	text-align: left;
	display: block;	
	border-bottom: 1px solid #FFF;
	padding: 2px 5px;
}
#page > header nav ul li ul li:last-child {
	border-bottom: 0px solid #FFF;
}
#page > header nav ul li ul {
	width: 210px;
	height: auto;
	padding: 0;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
}

#page > header nav ul li {
	position: relative;
}

#page > header nav ul li ul li:hover {
	background-color: #DDD;
}

#page > header nav ul li ul li a {
	padding: 6px 3px;
	
}


#page > header nav ul li ul li a:after {
	display: none !important;
}

#page > header nav .PlentyCatLevel_3,
#page > header nav .PlentyCatLevel_4,
#page > header nav .PlentyCatLevel_5 {
	display: none !important;
}

.articlePages_DotStart,
.articlePages_DotEnd {
	display: none;
}

.articlePages_activeLink {
	color: #282828 !important;
}

.NavigationGroupFilter .CharacterFilterGroupName {
	color: #222;
	text-transform: none;
	border-bottom: 1px solid #E1E1E1;
	padding: 12px 0px;
	margin: 12px 0px 10px;
	font-family: "Lato",sans-serif;
	font-weight: 700;
	font-size: 13px;
	display: block;
}

.product-gallery .main-image {
	overflow: hidden;
}

.PlentyWebAttributeSelect {
	position: relative;
	width: 48%;
}


.PlentyWebAttributeSelect select {
	font-family: "Lato",sans-serif;
	min-width: 220px;
	position: relative;
	border: 1px solid #E7E7E7;
	line-height: 1.5;
	text-decoration: none;
	text-align: left;
	color: #888;
	outline: medium none;
	vertical-align: middle;
	background: #FFF none repeat scroll 0% 0%;
	display: inline-block;
	cursor: pointer;
	padding: 6px 10px;
	height: 33px;
}
/*
.PlentyWebAttributeSelect:after {
	position: absolute;
	top: 4px;
	right: 0px;
	width: 30px;
	height: 100%;
	line-height: 27px;
	text-align: center;
	content: '\f107';
	font-family: "FontAwesome";
	font-size: 16px;
	color: #C69C6D;
}
*/
#basket_quantity, #basket_amount_comma {
	display: inline-block !important;
}


.main-section .container {
	min-height: 227px;
}


#PlentyWebshopPopup_AfterItem2Basket,
.plentyErrorBox,
.plentyMessageBox,
.PlentyErrorMessageBox {
	position: absolute;
	background-color: #FFF;
	color: #221E1F;
	border: 3px solid #C69C6D;
	padding: 10px;
	top: 20%;
	width: 33%;
	right: 33%;
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
	background-image: none;
	z-index: 11;

}

#PlentyWebshopPopup_AfterItem2Basket a,
#PlentyWebshopPopup_ErrorMessage a,
#PlentyWebshopOverlay a,
#PlentyWebshopPopup_AfterItem2Basket button,
#PlentyWebshopPopup_ErrorMessage button,
#PlentyWebshopOverlay button,
#PlentyWebshopPopup_AfterItem2Basket input[type=button],
#PlentyWebshopPopup_ErrorMessage input[type=button],
#PlentyWebshopOverlay input[type=button] {

}

.plentyErrorBox .close,
#PlentyWebshopPopup_AfterItem2Basket .close,
.plentyMessageBox .close {
display: inline-block;
font-family: "Lato",sans-serif;
font-weight: 700;
font-size: 23px;
color: #444;
text-transform: uppercase;
text-align: center;
background-color: #FFF;
border: 1px solid transparent;
padding: 0px 3px;
float: right;
line-height: 13px;
	
}

.plentyErrorBox .close .sr-only,
#PlentyWebshopPopup_AfterItem2Basket .close .sr-only,
.plentyMessageBox .close .sr-only {
	display: none;
}

.plentyErrorBoxTitle {
	color: #BC1414;
	background-image: none;
	padding-left: 0;
	margin-top: 0;
}

.plentyErrorBox {
	border-color: #BC1414;
}

.plentyMessageBoxTitle {
	color: #444;
	background-image: none;
	padding-left: 0;
	margin-top: 0;
}

#PlentyWebshopPopup_AfterItem2Basket .modal-footer .pull-left:last-child {
	margin-left: 10px;
}

#tabpage_2,
#tabpage_3,
#tabpage_4,
#tabpage_5,
#tabpage_6 {
	display: none;
}


.tab-content-lastseen .box-product .gfx img {
	max-height: 130px;
	max-width: 130px;
}

.tab-content-lastseen .box-product .info {
	height: 131px;
	width: 130px;
	border-bottom: none;
}

.tab-content-lastseen .box-product .info:hover {
	background-color: rgba(255,255,255,0.4);
	
}

.tab-content-lastseen .box-product .price {
	bottom: 0;
}

	

.tab-content-lastseen .box-product .btn-info {
    display: block;
    width: 32px;
    height: 32px;
    background: url("/layout/order_and_smile_jameinkind/img/btn-info.png") no-repeat 0 0;
    background-color: #FFF;
    background-size: 100% 100%;
    position: absolute;
	bottom: 45px;
	right: 45px;
	cursor: pointer;
}

.tab-content-lastseen .box-product:hover .price {
	display: block !important;
}

.quantity input {
	border: 1px solid #444;	
}

.quantityInputWrapper {
	position: relative;
}

.quantityInputButton {
	width:20px;
	height: 20px;
	display: block;
	position: absolute;
}

.quantityInputButton.isPlus:after,
.quantityInputButton.isMinus:after {
	  content: "\f107";
	  font-family: "FontAwesome";
	  font-weight: 400;
	  color: #c69c6d;
}

.quantityInputButton.isPlus {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	top: 0px;
	left: 35px;	
}
	
.quantityInputButton.isMinus {
	left: 47px;
	top: 14px;	
	
}

#itemOrderSelect {
	padding: 6px 10px;
	border: 1px solid #E7E7E7;
	color: #888;
}

.box-product .info-buttons .PlentyWebAttributeTitle {
	float: left;
	width: 90px;
	text-align: left;
	color: #C69C6D;
	margin-top: 9px;
}

.box-product .info-buttons .PlentyWebAttributeSelect {
	float: left;
}

.box-product .info-buttons .PlentyWebAttributeSelect select {
	width: 149px;
	min-width: unset;
	color: #C69C6D;
	border-color: #C69C6D;
	background-color: transparent;
}

.box-product .info-buttons .wrapper {
	position: absolute;
	bottom: 80px;	
	text-transform: uppercase;
}

.box-product p {
	margin: 8px 5px;
	
}

.article_rating_column_right .name,
.article_rating_column_right .date {
	font-weight: bold;
}



@media (max-width: 1023px) {



	.box-product .info  {
		display: none !important;
	}


	.box-filters-desktop {
		display: none;
	}

	#mobile2-filtergroup .NavigationGroupFilter {
		background: #DDD none repeat scroll 0% 0%;
		padding: 2px 5px;
		font-size: 16px;
		color: #333;
		text-align: left;
		display: block;
		border: 1px solid #FFF;
		margin-bottom: 5px;
		height: 35px;		
		
	}
	

	#mobile2-filtergroup .NavigationGroupFilter .CharacterFilterGroupName {
		padding: 6px;
		text-transform: uppercase;		
	}


  .box-filters h2 {
  	width: 100%;
  }
  
  #box-filters-ID {
  	margin-bottom: 0;
  }
  
  #box-filters-ID form {
  	width: 100%;
  	height: auto;
  	margin: 22px 0px 0px 0px;
  	padding-bottom: 6px;
  }
  
  .NavigationGroupFilter {
  	clear: both;
  }
  
  .NavigationGroupFilter .CharacterFilterGroupName {
	padding: 12px;
	margin: 0px;
  }
  
  .NavigationGroupFilter:first-child .CharacterFilterGroupName {
  	border-top: 0px solid #E1E1E1;
  }
  
  .NavigationGroupFilter .CharacterFilterGroupName {
  	border-top: 1px solid #E1E1E1;
  }
  
  .NavigationGroupFilter .CharacterFilterElement:last-child {
  	margin-bottom: 6px;
  }
  
  .NavigationGroupFilter:last-child .CharacterFilterElement:last-child {
  	margin-bottom: 0;
  }
  
  .NavigationGroupFilter .CharacterFilterGroupName::after {
  	display: none;
  }

  .NavigationGroupFilter .CharacterFilterElement {
	float: left;
	text-align: left;
	border: 1px solid #E1E1E1;
	margin: 1% 0% 0% 1%;
  }
  
  .NavigationGroupFilter .CharacterFilterElement label {
  	width: 100%;
  	display: block;
  }

  .mobile-filtergroup-arrow {
	display: block;
	font-size: 20px;
	margin-top: -43px;  	
	text-align: left;
	padding-left: 160px;
  }
  
  .mobile-stepbystep-arrow {
	display: block;
	font-size: 20px; 	
	text-align: left;
	padding-left: 190px;
  }

  .mobile-filtergroup-arrow .fa-angle-down,
  .mobile-stepbystep-arrow .fa-angle-down {
	color: #c69c6d;
  }

}


@media (min-width: 1024px) {
	
	 .tab-content-lastseen .box-product {
	 	height: 134px;
	 	margin-bottom: 20px;
	 }
	
  .mobile-filtergroup-arrow {
	display: none;
  }	
  
  .box-filters-mobile {
  	display: none;
  }
  
}


@media (min-width: 768px) and (max-width: 1023px) {
	
	header .top .container {
		height: 30px;
	}	
	
	
	.tab-content-lastseen .box-product{
	    height: 114px !important;
	}
	
	
	.product-list .col-md-4	{
		min-height: 280px !important;
		max-height: 280px !important;		
	}
	
	.product-list .col-md-4 .box-product .info {
		min-height: 230px;
		max-height: 230px;
	}
	
	.NavigationGroupFilter .CharacterFilterElement {
		width: 32%;
	}
	
	.product-list .col-md-4 .box-product .price {
		top: 230px;
	}
	
  .mobile-filtergroup-arrow {
	position: absolute;
	top: 55px;
  }	
  
  .mobile-stepbystep-arrow {
  	margin-top: -62px;
  }
	
  #mobile-stepbystep .PlentyCatLevel_2 {
  	margin-top: 25px;
  }
	
  #box-filters-ID form {
  	margin: 12px 0px 0px;
  }
	
	.tabs .tab-nav li a	{
		padding: 8px 6px 0px 6px;
	}
	
	.tabs .tab-nav li:last-child a {
	    padding-right: 6px;
	}	
	
  .tabs .tab-nav {
    height: 35px;
  }	
  
	.tab-content-lastseen .box-product .gfx img  {
		max-height: 110px;
		max-width: 110px;		
	}
  
  	.box-product .info::after {
		width: 25px;
		height: 25px;  		
		bottom: 25px;
		right: 24px;
		background-color: #FFF; 
  	}
  
  	.tab-content-lastseen .box-product .price {
		left: 8px;
		top: 110px;
  	}
  	
  	.tab-content-lastseen .col-md-4 {
  		margin-bottom: 30px;
  	}
  	
  	.bxslider-crossselling .box-product .price {
  		top: 230px;
  	}
  	
  	#tabs > ul > li.tabActiveHeader {
  		height: 36px;
  	}
  
  	#tabs > ul > li {
  		background-color: #FFF;
  	}
  
}

@media (max-width: 767px) {
	
	header .top .container {
		display: none;
	}	
	
	
	.tab-content-lastseen .box-product{
	    height: 134px !important;
	}
	
	
	.tab-content-lastseen .box-product .price	{
		top: 140px;
	}
	
  	.bxslider-crossselling .box-product .price {
  		top: 310px;
  	}
	
	.other-customers-section .bx-viewport {
	    height: 350px !important;
	}	
	
	.box-product .gfx:after {
	    content: "";
	    display: block;
	    width: 53px;
	    height: 53px;
	    background-image: url("/layout/order_and_smile_jameinkind/img/btn-info-big.png");
	    background-size: 100% 100%;
	    background-color: #FFF;
	    position: absolute;
	    bottom: 28px;
	    right: 8px;
	}
	
	.bxslider-crossselling .box-product .gfx:after {
		bottom: 48px;
	}
	
	
	.NavigationGroupFilter .CharacterFilterElement {
		width: 98% ;
	}
	
	
	.accordion .item .collapse {
		height: auto;
		padding: 0 14px;
	}
	/*
	#item-rating, #item-crossselling, #item-lastseen {
		display: none;
	}
	*/
	.accordion .item {
		border-top: 1px solid #E7E7E7;
		padding: 0;
	}
	
	.accordion .item p.title {
		padding: 12px 15px;
	}
	
	#item-description, #item-rating, #item-crossselling, #item-lastseen {
		padding: 0 15px;
	}
	
	.box-product .info .info-buttons .btn {
		bottom: 50px !important;
	}
	
	.box-product .info .info-buttons .btn, .box-product .info .info-buttons #button_add_basket_ajax {
		position: absolute;
		bottom: 0px;
		width: 96.8%;
		left: 1.6%;		
		
	}
	
  .mobile-stepbystep-arrow {
  	margin-top: -53px;
  }
  
  #mobile-stepbystep .PlentyCatLevel_2 {
  	margin-top: 25px;
  }
  
  
  #PlentyWebshopPopup_AfterItem2Basket {
  	
		width: 90% !important;
		right: 5% !important;  	
  }
  
	
}

	.box-product-details .thumbs .owl-wrapper .owl-item {
		float: left;
	}
	
	.box-product-details .thumbs .owl-wrapper .owl-item:last-child {
		float: none;
	}

	.dropdownQuantity {
		font-weight: 700;
		font-size: 18px;
		margin-right: 20px;
		width: 34px;
		display: inline-block;
		-moz-user-select: none;
		float: left;
		font-family: "Lato",sans-serif;
		position: relative;
		border: 1px solid #E7E7E7;
		line-height: 1.5;
		text-decoration: none;
		text-align: left;
		color: #888;
		outline: medium none;
		vertical-align: middle;
		background: #FFF none repeat scroll 0% 0%;
		cursor: pointer;
		min-width: 60px;
		padding: 5px;
		height: 35px;

	}

	.dropdownQuantity option {
		font-size: 14px;
		font-weight: normal;
		padding-left: 9px;
	}

@media (min-width:1024px) {
	.box-filters {
		z-index: 1;
	}
}

@media (max-width: 1023px) {
	.LiveSearchCloseIcon {
		width: 15px !important;
	}

	#PlentyWebshopPopup_AfterItem2Basket .modal-footer .pull-left:last-child {
		margin-left: 0 !important;
		margin-top: 10px !important;
	}
	
  #PlentyWebshopPopup_AfterItem2Basket .img-responsive {
  	display: none;
  }
  

	#PlentyWebshopPopup_AfterItem2Basket .modal-footer .pull-left {
		width: 100%;
	}
	
}

.box-product .info .PlentyWebAttributeTitle {
	float: left;
	width: 35%;
	text-align: left;	
	text-transform: uppercase;
}

.box-product .info .wrapper .PlentyWebAttributeSelect select {
	float: right;
	width: 100% !important;
	min-width: 0;
	background-color: transparent;
	border: 1px solid #C69C6D;
	text-transform: uppercase;	
}

.box-product .info .wrapper .PlentyWebAttributeSelect {
	width: 65%;
	float: right;
	margin-top: -8px;
}


.product-list .col-md-4 {
	max-height: 380px;
	overflow: visible;
	min-height: 380px;
	
}

.box-product .info   .PlentyFormContainer  {
	height: 36px;
}

.box-product .info .info-buttons .btn {
	margin-bottom: 4px;
	margin-top: -10px;
	border: 1px solid #C69C6D;
}

.box-product .info .info-buttons #button_add_basket_ajax {
	margin-bottom: 18px;
	border: 1px solid #C69C6D;
}

.box-product-details .wrapper .PlentyWebAttributeTitle {
	width: 20%;
	display: inline-block;
}

.box-product-details .wrapper .PlentyWebAttributeSelect {
	display: inline-block;
	width: 79%;	
	height: 40px;
}

.box-product-details .wrapper .PlentyWebAttributeSelect select {
	width: 100%;
}


@media (min-width: 768px) {
	
	#flMainFilters .flFilterBox,
	#flMoreFilters .flFilterBox {
		width: 32.6% !important;
		margin: 0 1% 6px 0 !important;
	}

	#flMainFilters .flFilterBox:nth-child(3n+3),
	#flMoreFilters .flFilterBox:nth-child(3n+3) {
		margin: 0 !important;
	}

	.box-sorting form {
		width: 255px;
	}
	
}

@media (max-width: 767px) {
	#flMainFilters .flFilterBox,
	#flMoreFilters .flFilterBox {
		width: 100% !important;
	}
}

	
#flPageSizeForm select {
	padding: 6px 10px;
	border: 1px solid #E7E7E7;
	color: #888;
	float: right;
}

#search-result-form {
	padding: 0 10px;
	text-align: right;
}

.search-results-container

.tab-content-lastseen .price {
	position: initial;
}

.tab-content-lastseen .info {
	position: absolute;
	margin: 0px;
	display: block;
	min-height: 130px;
	
}

.tab-content-lastseen {
	padding-top: 10px;
}

.navMobile {
	position: absolute;
	z-index: 1111;
	background-color: #F7F7F7;
	min-height: 100%;/**/
	width: 100%;
}

.navMobile .container  {
	padding: 0;
}

.navMobile .container ul li {
	width: 100%;
}

.navMobile .container ul li a {
	padding: 15px !important;
	font-size: 15px !important;
	border-bottom: 1px solid rgb(221, 221, 221);
	width: 100%;
	background-color: #F7F7F7;
}

.navMobile .PlentyCatLevel_2 {
	box-shadow: none !important;
	width: initial !important;
	position: relative !important;	
	top: 0 !important;
	display: none;
}

.navMobile ul.PlentyCatLevel_2::after {
	display: none !important;
}

.navMobile .PlentyCatLevel_2 li {
	padding: 0 !important;
}

.navMobile .PlentyCatLevel_1 li a::after {

	font-size: 30px !important;
	line-height: 0 !important;
	display: block !important;
	position: absolute !important;
	top: 24px !important;
	
}

.m-open {
	display: block !important;
}

#mobileSublevelDropdown {
	
	display: block;
	position: absolute;
	width: 80px;
	height: 50px;
	top: 0;
	right: 0;
	z-index: 111111;	
}






.contact-container .PlentySubmitForm {
	background-color: rgba(218, 218, 218, 0.2);
	border: 1px solid #C5C5C5;
	margin: 5px 0px;
	padding: 10px 20px;
	color: #222;
}
.contact-container .PlentySubmitForm table.formtable, 
.contact-container .PlentySubmitForm table.formtable tbody,
.contact-container .PlentySubmitForm table.formtable tbody tr{
	display: block;
}
.contact-container .PlentySubmitForm table.formtable tbody tr td {
	display: inline-block;
}
.contact-container .PlentySubmitForm table.formtable tbody tr td[colspan="2"] {
	display: block;
}
.contact-container .PlentySubmitForm table.formtable textarea {
	width: 100% !important;
	border: 1px solid #DDD;
	padding: 0px 0px 0px 10px;
	margin-bottom: 5px;	
}
.contact-container .PlentySubmitForm table.formtable input[type="text"] {
	height: 35px;
	border: 1px solid #DDD;
	padding: 0px 0px 0px 10px;
	width: 100%;
	margin-bottom: 5px;
	width: 100% !important;
}
.contact-container .PlentySubmitForm table.formtable input[type="checkbox"] {
	height: 16px;
	width: 16px;
	margin-left: 10px;
}
.contact-container .PlentySubmitForm table.formtable .PlentySubmitButton {
	display: inline-block;
	font-family: "Lato",sans-serif !important;
	font-weight: 700;
	font-size: 13px !important;
	color: #C69C6D;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #C69C6D;
	padding: 4px 32px;
	text-shadow: none;
	height: 34px;
	margin: 5px 0px;
	cursor: pointer;
}
.contact-container .PlentySubmitForm table.formtable .PlentySubmitButton:hover {
	color: #FFF !important;
	background-color: #C69C6D !important;
}

.contact-container h1 {
	color: #222;
	line-height: 42px;	
} 

#print_and_save {
	position: absolute;
	right: 20px;
}

#flResults .pagination {
	display: none;
}


.thumb-slider .bx-controls {
		width: 485px;
		top: 70px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	position: absolute;
		
	left: -10px;
	
}

.thumb-slider .bx-controls .bx-prev:before,
.other-customers-section .bx-controls .bx-prev:before{
	content: "\f0a8";
	background-image: url("/layout/order_and_smile_jameinkind/img/arrow-left.png");
	width: 30px;
	height: 30px;
	display: block;
	font-size: 0px;
	color: #FFAB10;
}

.thumb-slider .bx-controls .bx-prev {
	display: inline-block;
	float: left;
}

.thumb-slider .bx-controls .bx-next:before,
.other-customers-section .bx-controls .bx-next:before{
	content: "\f0a9";
	background-image: url("/layout/order_and_smile_jameinkind/img/arrow-right.png");
	font-size: 0px;
	color: #FFAB10;
	width: 30px;
	height: 30px;
	display: block;
	
}

.thumb-slider .bx-controls .bx-next {
	display: inline-block;
	float: right;
}

.thumb-slider .bx-wrapper {
	position: relative;
}

.thumb-slider .bx-viewport {
	height: 165px !important;
}

	.box-product .info:hover a,
	.box-product .info:hover form{
		display: block;
	}
	
	.box-product .info a,
	.box-product .info form{
		display: none;
	}


@media (min-width: 1024px)  {
	
	.other-customers-section .box-product,
	.product-list .box-product {
		height: 304px;
	}
	
	.thumb-slider .bx-controls {
		width: 485px;
		top: 70px;
	}
	
	ul.bxslider-thumbs li {
		width: 111px !important;
		display: inline-block;
	}
	
	.bxslider-crossselling li {
		width: 320px !important;
	}
	/*
	.box-sorting.res123 {
		position: relative;
		margin-left: 10px;
		height: 85px;
	}
	.box-sorting.res123 .pagination {
		width: 100%;
		margin-top: 4px;
	}
	*/
	.box-sorting form {
		width: 285px;
	}
	
	.box-sorting form a {
		width: 296px !important;
	}
	
	#itemOrderSelect {
		width: 150px;
	}
	
	.selectBox-label {
		width: 60%;
		float: left;
	}
	.selectBox-dropdown label {
		width: 40%;
		float: left;
		margin-top: 7px;
	}	
	
	#mobile-filtergroup {
		display: block ;
	}
	
	#mobile-stepbystep {
		display: block !important;
	}
	
	.mobile-stepbystep-arrow{
		display: none;
	}
	
	#mobile-stepbystep .PlentyCatLevel_2 li a {
		width: 301px !important;
	}
	
	#mobile-stepbystep .PlentyCatLevel_2 li {
		float: left;
	}
	
	#mobile-stepbystep li a	{
		width: 301px !important;
		margin: 7px 6px 5px !important;
		float: left;
	}
	
	
}

@media (min-width: 768px) and (max-width: 1023px) {
	
	.tab-content-lastseen .box-product .gfx:after {
		bottom: 30px;
	}
	
	
	.box-product .gfx:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url("/layout/order_and_smile_jameinkind/img/btn-info.png") no-repeat 0 0;
    background-color: #FFF;
    background-size: 100% 100%;
    position: absolute;
    bottom: 90px;
    right: 12px;
	}

	.dropdownQuantity {
		margin-bottom: 10px;
	}
	
	.tab-content-lastseen .col-md-4 {
		width: 32.33%;
		padding: 0px 2%;		
	}
	
	#mobile-filtergroup {
		display: block;
	}
	
	.thumb-slider .bx-controls {
		width: 305px;
		top: 50px;	
	}
	
	ul.bxslider-thumbs {
		padding: 0;
	}
	
	ul.bxslider-thumbs li {
		width: 69px !important;
		display: inline-block;
	}
	
	.bxslider-crossselling li {
		width: 240px !important;
	}

}

@media (max-width: 767px) {
	
	.tab-content-lastseen .col-md-4 {
		width: 100%;
		margin-bottom: 40px;
	}	
	
	.tab-content-lastseen .box-product .gfx {
	    height: 140px;
	}

	.thumb-slider .bx-controls {
		width: 104%;
		top: 50px;
	}
	
	ul.bxslider-thumbs li {
		min-width: 67px !important;
		width: 16%;
	}
}



.CharacterFilterGroupName {
	cursor: pointer;
}











@media (min-width: 768px) {
	.no-touch .box-product .info:hover, .touch .box-product .info.hovered,
	.box-product:hover .info {
	  background: rgba(255, 255, 255, 0.9);
	  border: 2px solid #f4f4f4;
	}
	
	.no-touch .box-product .info:hover > *, .touch .box-product .info.hovered > *,
	.no-touch .box-product:hover .info > * {
	  opacity: 1;
	}

	.no-touch .box-product .info:hover ~ .price, .touch .box-product .info.hovered ~ .price,
	.no-touch .box-product:hover .info ~ .price {
		display: none;
	}
	
	.other-customers-section .bx-viewport {
		height: 330px !important;
	}
	
	
	
}

@media (max-width: 767px) {
	
	.box-product .gfx img {
		margin: 0 auto;
		max-width: 100%;
	}
	
	h2.res12 {
		margin: 8px 0px 40px !important;
		color: #C69C6D;
	}
	
	.box-sorting.res123 {
		top: -17px !important;
		left: 0px !important;
		position: relative;
		
}
.selectBox-label {

width: 60% !important;
float: left;


}

#itemOrderSelect {
	width: 100%;

}

.selectBox-dropdown label {

width: 40%;
float: left;
margin-top: 7px;

		
}
	
	
	
	
}

	
	.other-customers-section .bx-controls-direction {
		position: absolute;
		top: 140px;
		width: 100%;		
	}
	
	.other-customers-section .bx-controls-direction .bx-prev {
		display: inline-block;
		float: left;
	}
	
	.other-customers-section .bx-controls-direction .bx-next {
		display: inline-block;
		float: right;
	}

	.bxslider-crossselling li {
		padding: 0 10px;
	}
	
	#navMobileToggle #mobileSublevelDropdown_2,
	#navMobileToggle ul li:hover ul{
		display: none !important;
	}

@media (min-width: 466px) and (max-width: 767px) {
	.navMobile .PlentyCatLevel_1 li a::after {
		margin-left: 90% !important;
	}	
}

@media (max-width: 465px) {
	.navMobile .PlentyCatLevel_1 li a::after {
		margin-left: 86% !important;
	}	
}

.pagination a i.fa {
	font-size: 30px;
}

.pagination a i.fa-angle-left {
	margin-right: 5px
}



#mobile-stepbystep .PlentyCatLevel_2 {
	padding: 0;
}

#mobile-stepbystep .PlentyCatLevel_2 li {
	background: rgb(221, 221, 221) none repeat scroll 0% 0%;
	padding: 2px 5px;
	font-size: 16px;
	color: rgb(51, 51, 51);
	text-align: left;
	display: block;
	border: 1px solid #FFF;
	margin-bottom: 5px;
}

#mobile-stepbystep .PlentyCatLevel_2 li:hover {
	background: #FFF;
	border: 1px solid #DDD;
}

#mobile-stepbystep .PlentyCatLevel_3 {
	display: none !important;
}

#mobile-stepbystep .PlentyCatLevel_2 li a {
	font-family: "Lato",sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	color: #282828;
	padding: 6px 3px;
	display: inline-block;
	width: 100%;
	
}

#mobile-stepbystep {
	border: 0px none !important;
}


header {
	z-index: 11;
}

#flOuterContainer .box-product {
	z-index: 1;
}

/*

#box-filters-ID .wrapper {
	overflow: hidden;
}

#box-filters-ID .wrapper #mobile-filtergroup {
	height: 280px;
	overflow: auto;
	margin: 15px -300px 15px 10px;
	padding-right: 305px;
}

#box-filters-ID .wrapper #mobile-filtergroup.filtercss {
	padding-right: 288px !important;
}

*/

.box-order .btn {
	margin-left: 0px;
}

#mobile-stepbystep li.PlentyCatItemLevel_2 {
	
}

#mobile-stepbystep li.Active.HasSubCat,
#mobile-stepbystep li.HasSubCat{
	display: block;
}

#mobile-stepbystep .PlentyCatItemLevel_1 {
	
}



#mobile-stepbystep li {
	list-style: none;
}

#mobile-stepbystep li a {
	border: 1px solid #DDD;
	background: #DDD none repeat scroll 0% 0%;
	width: 100%;
	display: block;
	padding: 9px 10px 8px 0px;
	text-transform: uppercase;
	color: #000;
	margin: 7px 0 5px 0;
		
	font-family: "Lato",sans-serif;
	font-weight: 700;
	font-size: 13px;
}

#mobile-stepbystep li a.Active {
	background-color: #C69C6D !important;
	color: #FFF;
	border-color: #C69C6D !important;
}

#mobile-stepbystep li.PlentyCatItemLevel_3 a {
	background-color: #F4F4F4;
	border: 1px solid #DDD;	
}

.product-list .box-product .info .info-buttons .btn {
	float: left;
}

.box-product {
	border: 2px solid #F4F4F4;
}
  
.box-product:hover {
	border: 0;
}  
  
@media (max-width: 767px) {
	
	.mobile2-hidden {
		display: none !important;
	}        

	#AmazonExpressWidget img {
		width: 126px;
		height: 24px;
		background-image: url('/layout/order_and_smile_jameinkind/img/amazonpay.png');
	}
	
}

@media (min-width: 768px) and (max-width: 1023px) {
	
	.mobile2-hidden {
		display: none !important;
	}        

	
}


@media (min-width: 1024px) {

	.mobile2-hidden.pagelinks {
		display: inline-block;
		float: left;
		margin: 9px 5px 0px 0px;
	}
	
	#mobile-stepbystep ul {
		padding: 0;
		margin-top: 26px;
	}
}

.box-product .info .PlentyFormContainer {
	height: 37px;
}
  
.box-product .info form.article_order_form .wrapper .PlentyWebTableLayout {
	margin-bottom: 2px;
}

.flFilterBoxFilters, .flFilterBoxAttributes {
	background-color: #FFF !important;
}

.flFrequency {
    color: #C69C6D !important;
}

.flFilter a:hover, .flChosenFilter a:hover {
	background-color: #EEE !important;
}

.flFilter a:hover {
	color: inherit !important;
}

.flPageCurrent {
	 color: #C69C6D !important;
}

.flFilterBox {
    margin: 0 0 10px 0 !important;
    width: 32.6% !important;	
}

.flRemoveAllFilters {
	color: #C69C6D !important;
}

.flChosenFilter img {
	display: inline-block !important;
}


#flExpandMoreFilters {
	margin-bottom: 2px;
}

.search-results-container .box-product .info-buttons a {
	width: 100% !important;
}

.pagination-bottom .mobile2-hidden,
.pagination-bottom a[rel="next"],
.pagination-bottom a[rel="prev"]{
	float: right;
	margin-bottom: 10px;
}



@media (max-width: 1023px) {

footer .columns-wrapper .column .hidden-sm {
	display: none !important;
}

footer .columns-wrapper .column .visible-sm {
	display: block !important;
}

footer .columns-wrapper .column:last-child {
	padding-top: 0 !important;
}

}

#plenty_appendix {
	display: none;
}

#desc_div iframe {
	height: 1300px !important;
}

.bxslider-thumbs li {
	display: inline-block;
}

.bxslider-thumbs {
	padding: 0;
	list-style: none;
}

.product-section {
	margin-bottom: 44px;
}


#page > footer .box-copy p:first-child { 
	color: rgb(191, 191, 191) !important;
}

#page > footer .box-copy p:last-child a { 
	color: #7D7D7D !important;
}

#searchId {
border-color: transparent !important;
}

.crossselling .col-md-3, .crossselling .col-md-4{padding-bottom: 100px;position: relative;}
.crossselling img{
	width:100%;
}
.crossselling .xsell{
	display: flex;
	position: relative;
    flex-wrap: wrap;
}
.crossselling .cross_bottom{
	position: absolute;
    bottom: 0;
    width: 100%;
}
.crossselling .smallh2{
    font-size: 10px;
    font-weight: 400;
    margin-left: 20px;
}
