/******** Fonts / Icons ************************************************************************/
/***********************************************************************************************/

@font-face{
    font-family:'SourceSansPro';
    font-weight:400;
    font-style:normal;
    src: url('fonts/SourceSansPro-Regular.woff2') format('woff2'),
         url('fonts/SourceSansPro-Regular.woff') format('woff'),
         url('fonts/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face{
    font-family:'SourceSansPro';
    font-weight:600;
    font-style:normal;
    src: url('fonts/SourceSansPro-Semibold.woff2') format('woff2'),
         url('fonts/SourceSansPro-Semibold.woff') format('woff'),
         url('fonts/SourceSansPro-Semibold.ttf') format('truetype');
}
@font-face{
    font-family:'SourceSerifPro';
    font-weight:600;
    font-style:normal;
    src: url('fonts/SourceSerifPro-Semibold.woff2') format('woff2'),
         url('fonts/SourceSerifPro-Semibold.woff') format('woff'),
         url('fonts/SourceSerifPro-Semibold.ttf') format('truetype');
}
@font-face {
    font-family:'icon';
    font-style:normal;
    font-weight: normal;
    src: url('fonts/icon.woff2') format('woff2'),
         url('fonts/icon.woff') format('woff'),
         url('fonts/icon.ttf') format('truetype');
}
[class^="icon-"], [class*=" icon-"] {
    font-family:'icon';
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

/******** Setup ********************************************************************************/
/***********************************************************************************************/

*, *:before, *:after {
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
html {
  -ms-text-size-adjust:100%; 
  -webkit-text-size-adjust:100%;
  height: 100%;
}
body {
  font-family:'SourceSansPro', sans-serif;
  font-weight:400;
  font-size:16px;
  line-height:22px;
  color:#000000;
  height:100%;
  background-repeat:repeat-x;
  background-position:top;
  background-size: 1px 170px;
  background-image:url('../images/bg.png');
  background-color:#ffffff;
}
@media all and (min-width: 768px) {
body {
    min-height:100%;
    height: auto !important;
    position:relative; 
    padding-bottom:390px; 
}
}
@media all and (min-width: 992px) {
body {
  background-size: 1px 500px;
}
}
button:focus,
button:active,
button:hover,
a:focus,
a:active,
a:hover {
  outline:0;
}
table {
  *border-collapse:collapse;
  border-spacing:0;
}

/******** System Message ***********************************************************************/
/***********************************************************************************************/

#system-message-container {
  width:100%;
}
#system-message {
  max-width:500px;
  margin:0 auto;
  padding:0 15px 15px 15px;
}
.alert {
  font-family:'SourceSansPro', sans-serif !important;
  width:100%;
  position:relative;
  padding:15px;
  margin-top:15px;
  color:#ffffff;
  border-radius:3px;
  background-color:#643501;
}
.alert .close {
  font-weight:600;
  font-size:18px;
  line-height:18px;
  position:absolute;
  top:10px;
  right:15px;
  color:#ffffff;
  cursor:pointer;
}
.alert-heading {
  font-family:'SourceSansPro', sans-serif !important;
  font-weight:600;
  font-size:18px;
  line-height:24px;
  margin-top:0;
}
.alert p {
    margin-top:0;
}
.alert-success {
    background-color:#33691E;
}
.alert-warning {
    background-color:#F9A825;
}
.alert-error {
    background-color:#b80505;
}
.alert-notice {
    background-color:#643501;
}

/******** Maps *********************************************************************************/
/***********************************************************************************************/

.map-infowindow {
  font-family: 'SourceSansPro', sans-serif;
  font-weight:400;
  font-size:14px;
  line-height:20px;
  min-width:200px;
}
.map-infowindow h2 {
  font-family: 'SourceSansPro', sans-serif;
  font-weight:600;
  font-size:16px;
  text-transform:none;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #d0d6d9;
}
.map-infowindow-adress {
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #d0d6d9;
}

@media all and (max-width: 576px) {
  #map {
    padding-bottom: 90% !important;
  }
}
/******** Helpers ******************************************************************************/
/***********************************************************************************************/

.center   { text-align:center; }
.left     { text-align:left; }
.right    { text-align:right; }
.inline   { margin-top:0;}
.block    { display:block; }
.btop     { border-top:1px solid #eee0cb; }

/******** Spacing ******************************************************************************/

.mt-1x, .mt-1    { margin-top:20px !important; }
.mt-2x, .mt-2     { margin-top:40px !important; }
.mb-1x    { margin-bottom:20px !important; }
.mb-2x    { margin-bottom:40px !important; }
.inline   { margin-top:0 !important;}


@media all and (min-width: 576px) {
.mt-1x, .mt-1     { margin-top:30px !important; }
.mt-2x, .mt-2    { margin-top:60px !important; }
}

/******** Text *********************************************************************************/
/***********************************************************************************************/

h1, h2, h3, h4, h5 {
  font-family:'SourceSerifPro', serif;
  font-weight:600;
  font-variant:normal;
  line-height:1.2;
  margin-top:30px;
}
h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
.leadin {
  font-size:18px;
  line-height:24px;
}
@media all and (min-width: 576px) {
h1 { font-size:30px; }
h2 { font-size:24px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
.leadin {
  font-size:20px;
  line-height:30px;
}
}
p {
  margin-top:25px;
}
strong {
  font-weight:600;
}
.date {
  display:block;
  font-size:14px;
  text-align:center;
}
.date:after {
  content:'';
  display:block;
  width:100px;
  padding-top:10px;
  margin:0 auto;
  border-bottom:1px solid #eee0cb;
}
blockquote {
  font-weight:600;
  font-size:21px;
  line-height:26px;
  color:#643501;
  padding:0 30px 0 30px;
}
blockquote p:last-child {
  display:block;
  font-weight:400;
  font-size:16px;
  line-height:22px;
  color:#643501;
  margin-top:5px;
}

/******** From Text Editor ********************************************************************/

.editor ul,
.editor ol {
    margin:30px 0 0 18px;
}
.editor ol {
    counter-reset:li;
}
.editor ol > li {
    position:relative;
    margin:0 0 6px 12px;
    list-style:none !important;
}
.editor ol > li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    left:-30px;
    width:22px;
    height:22px;
    border-radius:50%;
    color:#ffffff;
    background-color:#1e88e5;
    font-weight:600;
    font-size:13px;
    text-align:center;
}
li.checkmark {
    padding:5px 0 5px 28px;
    margin-left:-18px;
    list-style:none !important;
    position:relative;
}
li.checkmark:before {
    font-family:'icon';
    content: "\e60a";
    font-size:20px;
    position:absolute;
    left:0;
    top:0;
    color:#1e88e5;
}

/******** Buttons / Links **********************************************************************/
/***********************************************************************************************/

/******** Links ********************************************************************************/

a {
  color:#804e15;
  text-decoration:none;
  transition:color 0.1s ease-in-out;
}
a:hover {
  color:#b80505;
}
.social {
   font-family:'icon';
   font-size:32px;
   border-bottom:0;
}
.facebook:before {content: "\e605"; }
.twitter:before {content: "\e60e"; }
.instagram:before {content: "\e90a"; }
.google:before {content: "\e609"; }
.pinterest:before {content: "\e90b"; }
.whatsapp:before {content: "\e903"; }
.mail:before {content: "\e60f"; }

/******** Buttons ******************************************************************************/

.btn-outlined,
.btn-filled {
  font-family: 'SourceSansPro', sans-serif;
  font-weight:600;
  display:inline-block;
  margin-bottom:10px;
  text-align:center;
  border-radius:3px;
  line-height:1;
  cursor:pointer;
  text-decoration:none;
}
.btn-outlined {
  color:#b80505;
  margin-right:3px;
  border-width:2px;
  border-style:solid;
  border-color:#b80505;
  background-color:transparent;
  transition:border-color color 0.2s ease-in-out;
}
.btn-outlined:hover {
  text-decoration:none;
  color:#804e15;
  border-color:#804e15;
}
.btn-filled {
  color:#ffffff;
  border:2px solid #b80505;
  background-color:#b80505;
  transition:border-color color 0.2s ease-in-out;
}
.btn-filled:hover {
  background-color:#804e15;
  border:2px solid #804e15;
  text-decoration:none;
  color:#ffffff;
}
.btn-sm {
  font-size:14px;
  padding:6px 15px 6px 15px;
}
.btn-lg {
  font-size:16px;
  padding:10px 20px 10px 20px;
}
.btn-list {
  margin-top:10px;
}
.btn-remove {
  display:block;
  float:left;
  margin-left:15px;
  width:38px;
  height:38px;
  color:#d3b89a;
  text-align:center;
  cursor:pointer;
}
.btn-remove:hover {
  color:#804e15;
}
.btn-remove:before {
  font-size:24px;
  font-family:'icon';
  content: "\e90e";
}

/******** Header *******************************************************************************/
/***********************************************************************************************/

header {
  position:relative;
  width:100%;
  height:170px;
}
@media all and (min-width: 992px) {
header {
  height:180px;
}
}
.logo {
  position:absolute;
  top:15px;
  left:50%;
  margin-left:-150px;
  width:300px;
  height:35px;
  background-image:url("../images/logo.png");
  background-position:center center;
  background-size:300px;
  background-repeat:no-repeat;
}
@media all and (min-width: 992px) {
.logo {
  top:60px;
  margin-left:-217.5px;
  width:435px;
  height:50px;
  background-size:435px;
}
}
/******** Search *******************************************************************************/

#search {
  position:absolute;
  top:65px;
  left:15px;
  right:15px;
  z-index:110;
}
@media all and (min-width: 576px) {
#search {
  left:50%;
  right:50%;
  width:400px;
  margin-left:-200px;
}
}
@media all and (min-width: 992px) {
#search {
  top:55px;
  left:auto;
  right:15px;
  width:25%;
  margin-left:0;
  padding-left:30px;
}
}
.autocomplete, .autocomplete-suggestions {
  left:0;
  top:30px;
  position:absolute;
  width:100%;
  background:#ffffff;
  box-shadow:0px 10px 20px 0px rgba(66, 66, 66, 0.3);
  border: 0px !important;
}
.autocomplete li {
  cursor:pointer;
  list-style-type:none;
  display:block;
  text-align:left;
  overflow:hidden;
  font-size:14px;
  font-weight:400;
  padding:5px 10px 5px 10px;
  background-color:#ffffff;
}
.autocomplete li:hover {
  background-color:#fcf8f0;
}
.autocomplete li span {
  font-weight:600;
}

/******** Menu Main ****************************************************************************/

#menu-main {
  display:none;
  position:absolute;
  top:170px;
  left:15px;
  right:15px;
  z-index:110;
  border-top:2px solid #804e15;
  background-color:#ffffff;
  box-shadow:0px 7px 20px 0px rgba(66, 66, 66, 0.3);
}
#menu-main li {
  list-style-type:none;
  display:block;
  text-align:left;
}
@media all and (min-width: 992px) {
#menu-main { 
  display:block;
  top:120px;
  text-align:center;
  border-top:0;
  background-color:transparent;
  box-shadow:none;
}
}

/******** Menu Level **************************************************************************/

#menu-main .level1,
#menu-main .level2 {
  position:relative;
}
#menu-main .level1 > ul {
  display:none;
}
#menu-main .level1 > ul.active {
  display:block;
}
@media all and (min-width: 992px) {
#menu-main .level1 {
  display:inline-block;
  margin:0 20px 0 20px;
}
#menu-main .level1 > ul {
  position:absolute;
  top:60px;
  width:200px;
  left:50%;
  margin-left:-100px;
  -webkit-box-shadow:0px 7px 20px 0px rgba(66, 66, 66, 0.3);
  box-shadow:0px 7px 20px 0px rgba(66, 66, 66, 0.3);
}
#menu-main .level1 > ul.active {
  display:none;
}
#menu-main .level1:hover > ul,
#menu-main .level1:hover > ul.active  {
  display:block;
}
}

/******** Menu Links ************************************************************************/

#menu-main a {
  display:block;
  position:relative;
  font-family:'SourceSansPro', sans-serif;
  font-weight:400;
  text-transform:uppercase;
}
#menu-main .level1 > a {
  font-size:16px;
  letter-spacing:1px;
  padding:10px 15px 10px 15px;
  color:#000000;
}
#menu-main .level1.active > a,
#menu-main .level1:hover > a {
  color:#804e15;
}
#menu-main .level1 > a:before,
#menu-main .level2 > a:before {
  content:'';
  position:absolute;
  right:0;
  left:0;
  top:0;
  border-top:1px solid #eee0cb;
}
#menu-main .level1:first-child > a:before {
  border-top:0;
}
#menu-main .level2 > a {
  font-size:14px;
  letter-spacing:0.5px;
  padding:7px 15px 7px 15px;
  color:#000000;
  background-color:#f9f1e2;
}
#menu-main .level2.active > a,
#menu-main .level2:hover > a {
  color:#804e15;
  background-color:#fcf8f0;
}
@media all and (min-width: 992px) {
#menu-main .level1 > a {
  font-size:18px;
  height:60px;
  line-height:60px;
  padding:0;
  border-top:0;
}
#menu-main .level1 > a:before  {
  border-top:0;
}
}

/******** Menu Toggle **********************************************************************/

#menu-main .toggle-btn {
  position:absolute;
  cursor:pointer;
  background:transparent;
  top:0;
  right:0;
  width:50px;
  text-align:center;
  font-size:16px;
  color:#804e15;
  font-family:'icon';
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#menu-main .level1 > .toggle-btn {
  height:45px;
  line-height:45px;
}
#menu-main .toggle-btn:before {
  content: "\e606";
}
#menu-main .toggle-btn.active {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
#menu-main.active,
#menu-main .level1 > div.active {
  display:block;
}
@media all and (min-width: 992px) {
#menu-main .toggle-btn {
  display:none;
}
#menu-main .level1 > div.active {
  display:none;
}
}

/******** Toggles **************************************************************************/

#toggles {
  position:absolute;
  top:110px;
  left:0;
  right:0;
  text-align:center;
  z-index:120;
}

@media all and (min-width: 992px) {
#toggles {
  position:absolute;
  top:5px;
  left:auto;
  right:15px;
  padding-left:0;
  text-align:center;
}
}
.toggle {
  display:inline-block;
  position:relative;
  height:50px;
  width:80px;
  font-family:'SourceSansPro', sans-serif;
  font-weight:400;
  color:#000000;
  font-size:12px;
  text-align:center;
  padding-top:27px;
  margin:0;
}
.toggle:hover,
.toggle.active {
  color:#804e15;
}
.toggle:before {
  position:absolute;
  top:0;
  font-size:20px;
  left:50%;
  margin-left:-10px;
  display:block;
  font-family:'icon';
}
.toggle.lang:before       { content: "\e907"; }
.toggle.login:before      { content: "\e603"; }
.toggle.cart:before       { content: "\e900"; }
.toggle.menu:before       { content: "\e601"; }

.toggle .num {
  position:absolute;
  top:2px;
  display:block;
  right:10px;
  width:25px;
  height:25px;
  line-height:25px;
  border-radius:25px;
  color:#ffffff;
  text-align:center;
  background-color:rgba(100, 53, 1, 0.8);
}
.toggle .num.has-items {
  background-color:rgba(128, 78, 21, 0.8);
}
.toggle.menu.active:after,
.toggle.login.active:after,
.toggle.cart.active:after {
  content:'';
  width:0;
  height:0;
  position:absolute;
  top:55px;
  display:block;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-bottom:5px solid #804e15;
  left:50%;
  margin-left:-3px;
  z-index:120;
}
@media all and (min-width: 992px) {
.toggle.menu {
  display:none;
}
.toggle {
  height:30px;
  width:auto;
  font-size:14px;
  line-height:30px;
  text-align:left;
  padding-top:0;
  padding-left:25px;
  margin-left:30px;
}
.toggle:before {
  top:0;
  font-size:20px;
  left:0;
  margin-left:0;
}
.toggle .num {
  top:2.5px;
  right:auto;
  left:-20px;
}
.toggle.login.active:after,
.toggle.cart.active:after {
  top:30px;
  display:block;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-bottom:8px solid #804e15;
  left:50%;
  margin-left:-4px;
}
}

/******** Panel ********************************************************************************/

.panel {
  display:none;
  position:absolute;
  top:170px;
  left:15px;
  right:15px;
  padding:20px 15px 20px 15px;
  background-color:#ffffff;
  border-top:2px solid #804e15;
  box-shadow:0px 7px 20px 0px rgba(66, 66, 66, 0.3);
  z-index:120;
}
.panel.active {
  display:block;
}
.panel-title {
  font-family:'SourceSerifPro', serif;
  font-weight:600;
  font-size:24px;
}
.panel-title span {
  display:block;
  font-weight:400;
}
.panel-section {
  max-width:370px;
  margin:20px auto 0 auto;
}
.panel-section.border {
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid #eee0cb;
}
.panel-list,
.panel-nav {
  width:100%;
  border-top:1px solid #eee0cb;
}
.panel-list li,
.panel-nav li {
  list-style-type:none;
  display:block;
  float:left;
  width:100%;
  position:relative;
  border-bottom:1px solid #eee0cb;
}
.panel-list li .dropdown-title {
  display:block;
  text-align:center;
  padding:5px 0;
}
.panel-nav a {
  display:block;
  font-family:'SourceSansPro';
  font-weight:600;
  padding:10px 0 10px 0;
}
.panel-list-thumb {
  position:absolute;
  left:0;
  width:50px;
  padding:10px 0 10px 0;
}
.panel-list-product {
  float:left;
  padding:10px 30px 10px 65px;
}
.panel-list .product-price {
  font-size:14px;
  margin-top:0;
}
.panel-list .product-title {
  font-size:14px;
}
.panel-list .btn-remove {
  position:absolute;
  right:-8px;
  top:15px;
}
.panel-price-txt {
  display:block;
  font-size:14px;
}
.panel-price {
  display:block;
  font-family:'SourceSansPro';
  font-weight:600;
  font-size:24px;
  margin-top:5px;
  margin-bottom:15px;
}
@media all and (min-width: 992px) {
.panel {
  top:42px;
  left:auto;
  right:15px;
  width:370px;
}  
}

/**********************************************************************************************/
/******** Content *****************************************************************************/
/**********************************************************************************************/

.wrapper {
  position:relative;
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
.no-header {
  padding-top:60px;
}
@media all and (min-width:1200px) {
.wrapper {
  width:1170px;
}
}
.row {
  margin-left:-15px;
  margin-right:-15px;
}
main {
  width:100%;
  padding-bottom:60px;
}
@media all and (min-width: 576px) {
main {
  padding:0 15px 60px 15px;
}
}
@media all and (min-width: 768px) {
main {
  padding:0 15px 90px 15px;
}
}
.no-header {
  margin-left:-15px;
  margin-right:-15px;
  min-height:340px;
  background-color:#ffffff;
}
@media all and (min-width: 992px) {
.no-header {
  margin-left:0;
  margin-right:0;
  padding-top:60px;
}
}

/******** Sections *****************************************************************************/

.section-title {
  display:block;
  position:relative;
  margin-top:30px;
}
.section-title span {
  background:#ffffff;
  padding:0 10px;
  position:relative;
  z-index:1;
}
.section-title:before {
  background:#d4c0a5;
  content:"";
  display:block;
  height:1px;
  position:absolute;
  top:50%;
  left:0;
  width:100%;
}

/******** Header *******************************************************************************/

.header {
  margin-left:-15px;
  margin-right:-15px;
}
@media all and (min-width: 576px) {
.header {
  margin-left:-30px;
  margin-right:-30px;
}
}
.header:after {
  content: " ";
  display: table;
  clear: both;
}
.header-bg-light {
  background-color:#ffffff;
}
.header-bg-dark {
  background-color:#eee0cb;
}
.header-img {
  float:left;
  width:100%;
}
.header-content {
  float:left;
  width:100%;
  color:#643501;
  padding:0 15px 30px 15px;
}
.header-img-full {
  float:left;
  width:100%;
}
@media all and (min-width: 576px) {
.header-content {
  padding:0 30px 30px 30px;
}
}
@media all and (min-width: 992px) {
.header-img {
  width:68.4%;
}
.no-header .header-img {
  width:100%;
}
.header-content {
  width:31.6%;
}
.header {
  margin-left:0;
  margin-right:0;
}
}

/******** List Toggle **********************************************************************/

.toggle-list {
  width:100%;
  margin-top:30px;
  border-top:1px solid #d4c0a5;
}
.toggle-list li {
  list-style:none;
  width:100%;
  padding:10px 0 10px 0;
  border-bottom:1px solid #d4c0a5;
}
.toggle-list-heading {
  cursor:pointer;
}
.toggle-list-heading {
  position:relative;
  padding-left:25px;
}
.toggle-list-heading h3 {
  font-family:'SourceSansPro', sans-serif;
  font-weight:600;
  color:#804e15;
  font-size:16px;
  margin-top:0;
}
.toggle-list-heading:before {
  font-family:'icon';
  content: "\e60d";
  font-size:16px;
  position:absolute;
  left:0;
  top:-3px;
  transition:all 0.2s;
  color:#804e15;
}
.toggle-list-heading.active:before {
  content: "\e60c";
}
.toggle-list-content {
  padding-bottom:30px;
  display:none;
}
.toggle-list li ul li {
  list-style:disc;
  float:none;
  width:100%;
  padding:0;
  border-bottom:none;
}
.toggle-list li ul {
  margin:25px 0 0 18px;
}

/******** Share List *************************************************************************/

.share-list   {
  display:block;
  width:100%;
  text-align:center;
  margin-top:40px;
}
.share-list li  {
  display:inline-block;
  text-align:center;
  margin:0 2px 0 2px;
  padding-bottom:0;
}

/******** File List **************************************************************************/

.file-list {
  width:100%;
  border-top:1px solid #d4c0a5;
}
.file-list li {
  width:100%;
  position:relative;
  list-style-type:none;
  padding:15px 0 15px 0;
  border-bottom:1px solid #d4c0a5;
}
.file-list h3,
.file-list p {
  margin:0;
}
.file-list a:before {
  font-family:'icon';
  content: "\e606";
  padding-right:5px;
}

/******** Additional List ********************************************************************/

.additional {
  width:100%;
  margin-top:30px;
}
.additional li {
  width:100%;
  position:relative;
  list-style-type:none;
  padding:10px 0 10px 0;
  border-bottom:1px solid #d4c0a5;
}
.additional .title {
  font-family:'SourceSerifPro', serif;
  font-weight:600;
  font-variant:normal;
  font-size:16px;
}
.additional a:before {
  font-family:'icon';
  content: "\e606";
  padding-right:5px;
}

/******** Search List ************************************************************************/

.search-list {
  width:100%;
  border-top:1px solid #d4c0a5;
}
.search-list li {
  width:100%;
  position:relative;
  list-style-type:none;
  padding:15px 0 15px 0;
  border-bottom:1px solid #d4c0a5;
}
.result-category,
.result-title,
.result-text {
  display:block;
}
.result-title {
  font-family:'SourceSansPro', serif;
  font-weight:600;
  font-size:16px;
}
.result-category {
  font-size:12px;
}
.result-text {
  font-size:14px;
}

/******** Img List *************************************************************************/

.img-list {
    width:100%;
    float:left;
    margin-left:0 !important;
    margin-bottom:30px;
}
.img-list li {
    float:left;
    width:50%;
    border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    list-style-type:none;
}
.img-list li img {
  display:block;
  border:0 none;
  height:auto;
  width:100%;
}
@media all and (min-width: 576px) {
.img-list li {
    width:33.333%;
}
}

/******** List *******************************************************************************/

.list {
  width:100%;
  float:left;
  margin-top:-1px;
  border-top:1px solid #d4c0a5;
}
.list li {
  width:100%;
  float:left;
  position:relative;
  list-style-type:none;
  padding-bottom:15px;
  border-bottom:1px solid #d4c0a5;
}
.list li.border-dark {
  border-top:1px solid #804e15;
  margin-top:-1px;
}
.list li.status:after {
  font-family:'icon';
  content: "\e60a";
  font-size:24px;
  color:#33691E;
  position:absolute;
  right:0;
  top:50%;
  margin-top:-12px;
}
.list .thumb {
  max-width:100px;
  height:auto;
  border:1px solid #d4c0a5;
}
.list-item {
  padding-top:15px;
}
.list .product-price {
  font-size:16px;
  margin-top:0;
}
.list-item .btn-remove {
  margin-top:7px;
}
.list-right {
  text-align:right;
}
.list-heading {
  display:block;
  font-size:12px;
  color:#643501;
}
.list-date {
  float:left;
  width:90px;
  display:block;
  font-weight:600;
}
.list-time {
  float:left;
  display:block;
  font-weight:400;
}
.list-status {
  margin-top:-15px;
  padding-right:40px;
}
.list-status-txt {
  display:inline-block;
  font-size:13px;
  line-height:18px;
  color:#666666;
  padding-right:40px;
}
.trackingcode {
  display:inline-block;
  font-size:13px;
  line-height:18px;
  color:#666666;
  border-bottom: 1px solid #666666;
}
.trackingcode:hover {
  color:#804e15;
  border-bottom: 1px solid #804e15;
}
.list-sum {
   font-weight:600;
}
@media all and (min-width: 576px) {
.list-status {
  margin-top:0;
}
}

/******** Box Content ***********************************************************************/

.box-content {
  width:100%;
  float:left;
  position:relative;
  padding:15px 15px 30px 15px;
  background-color:#f9f1e2;
}
.box-content .data-item p {
  margin-top:0;
}
.box-content-title {
  width:100%;
  float:left;
  text-align:center;
  margin-top:0;
  padding-bottom:15px;
  border-bottom:1px solid #d4c0a5;
}
.box-content-list {
  width:100%;
  float:left;
}
.box-content-block {
  width:100%;
  float:left;
  margin-top:15px;
}
.box-content-edit {
  margin-top:10px;
}
.box-content-block p {
  margin-top:0;
}
@media all and (min-width: 576px) {
.box-content {
  padding:30px;
}
.box-content-title {
  padding-bottom:30px;
}
.box-content-block {
  margin-top:30px;
}
}

/******** Box Index ***********************************************************************/

.box-index {
  width:100%;
  padding:30px 15px 30px 15px;
  background-color:#f9f1e2;
}
.box-index h2 {
  margin-top:0;
}
@media all and (min-width: 768px) {
.box-index {
  padding:30px 30px 45px 30px;
}  
}
/******** Box List ************************************************************************/

.box-list {
  color:#643501;
  background-color:#eee0cb;
}
.box-list h2,
.box-list p {
  margin-top:15px;
}
.box-list h2 a {
  color:#643501;
}
.box-list h2 a:hover {
  color:#b80505;
}
.box-list-content {
  padding:15px 15px 30px 15px;
}
.box-date {
  display:block;
  font-size:13px;
}
@media all and (min-width: 768px) {
.box-list-content {
  padding:30px 30px 45px 30px;
}  
}

/******** Box Teaser ************************************************************************/

.box-teaser h2,
.box-teaser p {
  margin-top:15px;
}
.box-teaser h2 a {
  color:#000000;
}

/******** Box Product ***********************************************************************/

.box-product {
  width:100%;
  text-align:center;
  padding:0 15px 15px 15px;
}
.box-product:hover {
  -webkit-box-shadow:0px 7px 10px 0px rgba(66, 66, 66, 0.1);
  box-shadow:0px 7px 10px 0px rgba(66, 66, 66, 0.1);
}
.box-product a {
  color:#000000;
}
.box-product a:hover {
  color:#804e15;
}
.box-product .product-title {
  margin-top:15px;
}
.product-title,
.product-category,
.product-variant,
.product-price,
.product-delivery,
.product-amount,
.product-descr,
.product-num  {
  display:block;
}
.product-title,
.product-price  {
  font-family:'SourceSansPro', serif;
  font-weight:600;
}
.product-category,
.product-variant,
.product-delivery,
.product-amount,
.product-descr,
.product-num  {
  font-size:14px;
}
.product-variant span {
  display:block;
  color:#666666;
}
.product-price-section div {
  display:inline-block;
  margin:0 2px 0 2px;
}
.product-price  {
  font-family:'SourceSansPro', sans;
  font-weight:600;
}
.product-price.instead  {
  font-weight:400;
  text-decoration:line-through;
}
.product-price.adjusted  {
  color:#b80505;
}
.product-price-adjustment {
  color:#ffffff;
  font-size:14px;
  padding:2px 5px 2px 5px;
  background-color:#b80505;
  border-radius:2px;
}

/******** Product Detail *********************************************************************/

.product-dtl {
  background-color:#eee0cb;
  color:#643501;
}
.product-dtl-config {
  padding:15px;
  background-color:#eee0cb;
  color:#643501;
}
.product-dtl-descr {
  padding-bottom:15px;
  border-bottom:1px solid #d4c0a5;
}
.product-dtl-form {
  padding-top:15px;
}
@media all and (min-width: 768px) {
.product-dtl-config {
  padding:15px 30px 30px 30px;
}
}
.product-dtl-section {
  width:100%;
  padding:15px 0 15px 0;
}
.product-dtl-section.btop {
  border-top:1px solid #d4c0a5;
}
.info-link {
  color:#643501;
  border-bottom:1px solid #643501;
}
.info-link:hover {
  color:#b80505;
  border-bottom:1px solid #b80505;
}
.product-dtl-from,
.product-dtl-title,
.product-dtl-category,
.product-dtl-addcart,
.product-dtl-addbookmark,
.info-tax,
.info-shipping,
.info-delivery  {
  display:block;
}
.info-tax,
.info-shipping,
.info-delivery  {
  font-size:14px;
  color:#643501;
}
.product-dtl-title  {
  font-family:'SourceSerifPro', serif;
  font-weight:600;
  margin-top:10px;
}
.product-dtl-addcart {
  margin-top:15px;
}
.product-dtl-price-section {
  width:100%;
  padding-bottom:10px;
}
.product-dtl-price-section div {
  float:left;
  margin-right:10px;
}
.product-dtl-price  {
  font-family:'SourceSansPro', sans;
  font-weight:600;
  font-size:30px;
}
.product-dtl-price.instead  {
  font-weight:400;
  text-decoration:line-through;
}
.product-dtl-price.adjusted  {
  color:#b80505;
}
.product-dtl-price-adjustment {
  color:#ffffff;
  font-size:14px;
  padding:2px 5px 2px 5px;
  background-color:#b80505;
  border-radius:2px;
}

/******** Product Config *********************************************************************/

.product-config {
  margin-top:30px;
  text-align:center;
  color:#643501;
}
.product-config .product-dtl-price {
    padding-bottom:10px;
}

/******** Images ******************************************************************************/

.img-item,
.img-item-gallery1,
.img-item-gallery2 {
  margin-top:30px;
}
.img-item-content {
  margin-top:40px;
}
figure:before,
figure:after {
  content: " ";
  display: table;
}
figure:after {
  clear: both;
}
figcaption {
  float:left;
  width:100%;
  display:block;
  font-family:'SourceSansPro', sans-serif;
  font-weight:600;
  font-size:13px;
  line-height:16px;
  padding-top:7px;
}
.portrait figcaption {
  text-align:center;
}
.product-config-item figcaption {
  text-align:center;
  font-weight:400;
  font-size:12px;
  color:#666666;
}

/******** Steps ******************************************************************************/

.steps {
  display:block;
  width:280px;
  margin:0 auto;
}
.steps li {
  list-style-type:none;
  display:block;
  float:left;
  text-align:center;
  width:70px;
  position:relative;
}
.steps li:after {
  content:'';
  position:absolute;
  width:20px;
  top:20px;
  right:-10px;
  border-bottom:2px solid #d3b89a;
}
.steps li.done:after {
  border-bottom:2px solid #804e15;
}
.steps li:last-child:after {
  border-bottom:0;
}
.step-num {
  position:relative;
  display:block;
  margin:0 auto;
  width:40px;
  height:40px;
  border-radius:50%;
  color:#ffffff;
  font-size:18px;
  text-align:center;
  line-height:38px;
  background-color:#d3b89a;
  text-align:center;
}
.step {
  font-size:11px;
  display:block;
  color:#d3b89a;
  font-weight:600;
  padding-top:5px;
  text-align:center;
}
.done .step, .active .step {
  color:#804e15;
}
.done .step-num, .active .step-num {
  background-color:#804e15;
}
.steps li a:hover .step  {
  color:#b80505;
}
.steps li a:hover .step-num  {
  background-color:#b80505;
}
@media all and (min-width: 768px) {
.steps {
  width:480px;
}
.steps li {
  width:120px;
}
.step {
  font-size:14px;
}
.steps li:after {
  width:60px;
  right:-30px;
  border-bottom:2px solid #d3b89a;
}
}

/******** Table *********************************************************************************/

table {
  *border-collapse:collapse;
  border-spacing:0;
  width:100%;
  max-width:500px;
  margin-top:30px;
}
table {
}
table th,
table td {
  text-align:left;
  padding:7px 7px 7px 0;
  border-radius:0 !important;
  border-bottom:1px solid #804e15;
}
table th {
  font-family: 'SourceSansPro', sans-serif;
  font-weight:400;
  text-transform:uppercase;
  font-weight:normal;
  font-style:normal;
  color:#804e15;
  border-top:1px solid #804e15;
  border-bottom:1px solid #804e15;
}

/******** Footer *******************************************************************************/
/***********************************************************************************************/

footer {
  width:100%;
  font-size:14px;
  padding-bottom:20px;
  padding-top:20px;
  background-color:#f9f1e2;
}
footer p,
footer form {
  margin-top:20px;
}
footer li {
  list-style-type:none;
}
footer .input-group {
  max-width:300px;
  margin:0 auto;
}
footer ul {
  margin-top:15px;
}
footer h4 {
  position:relative;
}
footer h4 span {
  background:#f9f1e2;
  padding:0 10px;
  position:relative;
  z-index:1;
}
footer h4:before {
  background:#eee0cb;
  content:"";
  display:block;
  height:1px;
  position:absolute;
  top:50%;
  left:0;
  width:100%;
}
footer [class*='col-'] {
  text-align:center;
}
.footer-links li {
  list-style-type:none;
  display:block;
  padding-top:5px;
}
.legal {
  padding-top:20px;
}
.legal span {
  display:block;
}
.legal-links {
  margin-top:0;
}
.social-links {
  margin-top:15px;
}
.legal-links li,
.social-links li  {
  text-align:center;
  padding-bottom:0;
}
.social-links li  {
  display:inline-block;
  margin-left:3px;
  margin-right:3px;
}
.legal-links li {
  display:block;
}
.legal-links li a {
  color:#000000;
}
.legal-links li a:hover {
  color:#b80505;
}
@media all and (min-width: 768px) {
footer {
  float:none;
  height:390px;
  position: absolute; 
  left: 0 ; right: 0; bottom: 0; 
}
footer h4 span {
  padding:0;
}
footer h4:before {
  content:none;
}
footer [class*='col-'] {
  text-align:left;
}
.legal {
  text-align:center !important;
}
.legal-links li {
  display:inline-block;
  margin-left:5px;
  margin-right:5px;
}
.social-links li  {
  display:inline-block;
  margin-left:0;
}
}

/******** Trust Elements *******************************************************************************/


.payments li {
  display:inline-block !important;
  padding:5px 5px 0 5px;
}
@media all and (min-width: 768px) {
.payments li {
  display:inline-block !important;
  padding:5px 5px 0 0;
}
}
.payment span {
  display:none;
}
.payment a {
  display:block;
  height:30px;
  width:50px;
  background-size:200px 60px;
  background-repeat:no-repeat;
  background-image:url('../images/trustelements.png')
}
.mastercard a {
  background-position:0 0;
}
.visa a {
  background-position:-50px 0;
}
.sofort a {
  background-position:-100px 0;
}
.paypal a {
  background-position:-150px 0;
}
.mastercard a:hover { background-position:0 -30px; }
.visa a:hover { background-position:-50px -30px; }
.sofort a:hover { background-position:-100px -30px; }
.paypal a:hover { background-position:-150px -30px; }


/******** Forms ********************************************************************************/
/************************************************************************************************/

.actions {
  width:100%;
  float:left;
  padding-left:15px;
  padding-right:15px;
  text-align:center;
}
.input-row {
  margin-bottom:5px;
}
.button-row {
  padding-top:10px;
}
.button-additional {
  display:block;
  font-size:14px;
  padding-top:10px;
}
.checkbox-row, .radio-row {
  margin-top:15px;
}
.input-group {
  border-collapse:separate;
  display:table;
  position:relative;
}
.input-group .form-input,
.input-group .nav-input {
  float:left;
  border-radius:0;
  display:table-cell;
  margin-bottom:0;
  position:relative;
  width:100%;
  z-index:2;
}
.input-group-btn {
  vertical-align:middle;
  white-space:nowrap;
  width:1%;
  display:table-cell;
}
.btn-addon,
.nav-addon {
  position:relative;
  margin-left:-2px;
  z-index:2;
  border-radius:0;
  padding:0 10px 0 10px;
  cursor:pointer;
  color:#804e15;
}
.btn-addon {
  line-height:35px;
  height:38px;
  font-size:14px;
  background-color:#fcf8f0;
  border:1px solid #eee0cb;
}
.nav-addon {
  line-height:30px;
  height:30px;
  background-color:#eee0cb;
  border:1px solid #eee0cb;
}
.btn-addon:hover,
.btn-addon:hover:before,
.nav-addon:hover,
.nav-addon:hover:before {
  color:#000000;
}
.nav-addon:before {
  color:#804e15;
  font-size:16px;
  line-height:28px;
  font-family:'icon';
  content: "\e610";
}
.nav-addon.search:before {;
  content: "\e610";
}
.nav-addon.arrow:before {
  content: "\e604";
}
.form-input::placeholder,
.nav-input::placeholder {
    font-family:'SourceSansPro', sans-serif;
    font-weight:400;
    color:#804e15;
    font-size:14px;
}
.form-input,
.nav-input {
    width:100%;
    display:block;
    font-family:'SourceSansPro', sans-serif;
    font-weight:400;
    color:#000000;
    font-size:16px;
    line-height:1.42857;
    padding-left:10px;
    vertical-align:middle;
    -webkit-border-radius:0;
    border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
}
.form-input {
    height:38px;
    background-color:#ffffff;
    border:1px solid #eee0cb;
}
.nav-input {
    height:30px;
    background-color:#eee0cb;
    border:0;
}
.form-input.disabled,
.form-input:disabled {
  opacity:0.5;
}
.form-input:hover,
.form-input:focus {
    border:1px solid #d4c0a5;
    outline: 0 none;
}
.nav-input:focus {
    outline: 0 none;
}
label {
    display:block;
    font-family:'SourceSansPro', sans-serif;
    font-weight:600;
    font-size:14px;
    position:relative;
    margin-bottom:5px;
}
.checkbox-row label,
.radio-row label  {
    font-weight:400;
}
textarea.form-input {
     height:auto;
     padding-top:10px;
     padding-bottom:10px;
     min-height:100px;
}
textarea.noresize {
     resize:none;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance:none;
    margin:0;
}
select::-ms-expand {
    display:none;
}
input[type="checkbox"], input[type="radio"] {
    height: 0;
    width: 0;
    opacity: 0;
    position: absolute;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    cursor:pointer;
    padding-left:27px;
}
input[type="checkbox"] + label span, input[type="radio"] + label span {
    display:inline-block;
    position:absolute;
    left:0;
    top:2px;
    width:20px;
    height:20px;
    background-image:url("../images/formelements.png");
    background-size:80px 20px;
    background-repeat:no-repeat;
    cursor:pointer;
}
input[type="checkbox"] + label span {
    background-position: -40px top !important;
}
input[type="radio"] + label span {
    background-position: 0 top !important;
}
input[type="radio"]:checked + label span, input[type="radio"] + label span.checked {
    background-position: -20px top !important;
}
input[type="checkbox"]:checked + label span, input[type="checkbox"] + label span.checked {
    background-position: -60px top !important;
}
.handle-counter {
  overflow: hidden;
  position:relative;
  float:left;
}
.handle-counter .counter-minus,
.handle-counter .counter-plus,
.handle-counter .form-input {
  float:left;
  text-align:center;
  padding:0;
}
.handle-counter .counter-minus:before,
.handle-counter .counter-plus:before {
  font-size:12px;
  font-family:'icon';
}
.handle-counter .counter-minus:before {
  content:'\ea0b';
}
.handle-counter .counter-plus:before {
  content:'\ea0a';
}
.handle-counter .form-input {
  width:50px;
  border-radius:0;
  border-width:1px;
  border-left:none;
  border-right:none;
}
.handle-counter .form-input:focus {
  border:1px solid #d4c0a5;
  background-color:#ffffff;
  border-left:none;
  border-right:none;
  outline: 0 none;
}
.handle-counter .counter {
  width:38px;
  height:38px;
  display:block;
  text-align:center;
  color:#d3b89a;
  border:1px solid #eee0cb;
  background-color:#ffffff;
  cursor:pointer;
}
.handle-counter .counter:hover {
  color:#804e15;
}
.handle-counter .counter-minus {
  border-radius:2px 0 0 2px;
}
.handle-counter .counter-plus {
  border-radius:0 2px 2px 0;
}
.handle-counter .counter-minus:disabled,
.handle-counter .counter-plus:disabled {
  pointer-events:none;
  opacity:0.7;
}
.options {
  float:left;
  width:100%;
}
.options li {
  display:block;
  list-style:none;
}

/******** Pagination ***************************************************************************/
/***********************************************************************************************/

.pagination {
  display:inline-block;
}
.pagination li {
  display:none;
}
.pagination li.button {
  float:left;
  display:block;
}
.pagination a {
  float:left;
  user-select:none;
  padding:8px 15px;
  font-size:14px;
}
.pagination a {
  color:#ffffff;
  background-color:#d3b89a;
  border:1px solid #d3b89a;
  transition:all 0.1s ease-in-out;
}
.pagination a:hover {
  color:#ffffff;
  border:1px solid #804e15;
  background-color:#804e15;
}
.pagination a.disabled {
  color:#ffffff;
  border:1px solid #d3b89a;
  background-color:#d3b89a;
  opacity:0.4;
  pointer-events:none;
}
.pagination a.current {
  color:#ffffff;
  border:1px solid #804e15;
  background-color:#804e15;
  pointer-events:none;
}
@media all and (min-width:576px) {
.pagination li {
  display:block;
  float:left;
}
}

/***********************************************************************************************/
/******** Components ***************************************************************************/
/***********************************************************************************************/

/******** Cookie ********************************************************************************/

#cookie-message {
  position:fixed;
  bottom:0;
  right:0;
  left:0;
  z-index:90001;
  color:#ffffff;
  font-size:14px;
  line-height:18px;
  background-color:rgba(0, 0, 0, 0.8);
}
#cookie-message a {
  color:#d3b89a;
}
#cookie-message a:hover {
  color:#ffffff;
}
#cookie-message-wrapper {
  position:relative;
  padding:15px;
  margin-right:auto;
  margin-left:auto;
  max-width:1170px;
}
#cookie-message a.btn {
  font-family: 'SourceSansPro', sans-serif;
  font-weight:600;
  display:inline-block;
  margin-bottom:10px;
  text-align:center;
  border-radius:3px;
  line-height:1;
  font-size:14px;
  padding:7px 15px 7px 15px;
  cursor:pointer;
  text-decoration:none;
  color:#ffffff;
  background-color:#d3b89a;
  transition:border-color color 0.2s ease-in-out;
}
#cookie-message a.btn:hover {
  background-color:#804e15;
  text-decoration:none;
  color:#ffffff;
}
.cookie-btn {
  padding-top:15px;
}
@media all and (min-width: 576px) {
.cookie-btn {
  text-align:right;
  padding-top:0;
}
}

/******** Qtip *********************************************************************************/
/***********************************************************************************************/

.qtip-red {
    border-color:#804e15 !important;
    background-color:#804e15 !important;
    color:#ffffff !important;
}
.qtip-rounded {
    border-radius:0 !important;
}
/******** Modal ********************************************************************************/
/***********************************************************************************************/

#modal {
  max-width:600px;
  position:relative;
  margin:40px auto;
  background-color:#ffffff;
  padding:0 15px 30px 15px;
  border:1px solid transparent;
  box-shadow:0px 5px 10px 0px rgba(60, 60, 60, 0.3);
}
.modal-title {
  margin-top:0;
  font-weight:400;
}
.modal-wrapper {
  position:relative;
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
.modal-header {
  padding-top:30px;
  padding-bottom:30px;
  border-bottom:1px solid #eee0cb;
}
.modal-footer {
  padding-top:30px;
  margin-top:30px;
  border-top:1px solid #eee0cb;
}

/******** Blazy ********************************************************************************/
/***********************************************************************************************/

.b-lazy {
  max-width:100%;
  transition: opacity 500ms ease-in-out;
  opacity:0;
}
.b-lazy.b-loaded {
  opacity:1;
}
.img-wrapper,
.img-header-wrapper,
.img-product-wrapper,
.sample-wrapper,
.sample-color-wrapper {
  float:left;
  background-color:transparent;
  background-image:url("../images/loader.gif");
  background-size:20px 20px;
  background-position:center center;
  background-repeat:no-repeat;
  width:100%;
  height:0;
}
.img-wrapper img,
.img-header-wrapper img,
.img-product-wrapper img,
.sample-wrapper img,
.sample-color-wrapper img,
.modal-img img {
  display:block;
  border:0 none;
  height:auto;
  width:100%;
}
.img-product-wrapper {
  padding-bottom:83.33%;
}
.img-header-wrapper {
  padding-bottom:52.60%;
}
.img-wrapper {
  padding-bottom:60.87%;
}
.portrait .img-wrapper {
  height:auto;
  padding-bottom:0;
}
.portrait .img-wrapper img {
  max-height:457px;
  width:auto;
  margin:0 auto;
}
.sample-wrapper {
  border:1px solid #eee0cb;
  padding-bottom:23.33%;
}
.sample-color-wrapper {
  border:1px solid #eee0cb;
  padding-bottom:100%;
}

/******** Select *******************************************************************************/
/***********************************************************************************************/

.selectric-wrapper {
  position:relative;
  cursor:pointer;
}
.selectric-responsive {
  width:100%;
}
.selectric {
  border:1px solid #eee0cb;
  background:#ffffff;
  position:relative;
  border-radius:0;
}
.selectric .label {
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  margin: 0 30px 0 0;
  padding:10px;
  font-size:14px;
  font-family:'SourceSansPro', sans-serif;
  font-weight:400;
  line-height:18px;
  color:#000000;
  min-height: 18px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color:#d4c0a5;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color:#d4c0a5;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color:#d4c0a5;
}
.selectric-hover .selectric {
  border-color:#d4c0a5;
}
.selectric-hover .selectric .button {
  color:#d4c0a5;
}

.selectric-hover .selectric .button:after {
  border-top-color:#d4c0a5;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color:#d4c0a5;
  background:#ffffff;
  border-bottom-width: 0;
  padding-bottom: 1px;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-open.selectric-above .selectric {
  border-top-width: 0;
  border-bottom-width: 1px;
}
.selectric-open.selectric-above .selectric-items {
  border-bottom-width: 0;
  border-top-width: 2px;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background:#ffffff;
  border: 1px solid #d4c0a5;
  border-top-width: 0;
  z-index: -1;
  padding: 0;
  margin-top:-1px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  border-bottom:0 !important;
}
.selectric-items li {
  display: block;
  padding: 10px 20px;
  color:#000000;
  cursor: pointer;
}
.selectric-items li.highlighted {
  background:#f9f1e2;
  color:#000000;
}
.selectric-items li.selected {
  background:#f9f1e2;
  color:#000000;
}
.selectric-items li:hover {
  background:#f9f1e2;
  color:#000000;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/******** Slider ********************************************************************************/
/************************************************************************************************/

/******** Basic *******************************************************************************/

.flickity-enabled {
    position:relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
    overflow:hidden;
    position:relative;
    height:100%;
}
.flickity-slider {
    position:absolute;
    width:100%;
    height:100%;
}
.flickity-page-dots {
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    right:0;
    padding:0 !important;
    margin:0 !important;
    list-style:none;
    text-align:center;
    line-height:1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
    display:inline-block;
    border-radius:50%;
    width:20px;
    height:20px;
    margin:0 3px;
    background-color:#eee0cb;
    opacity:1;
    cursor:pointer;
}
.flickity-page-dots .dot.is-selected {
    background-color:#804e15;
    opacity:1;
}
.flickity-prev-next-button {
    display:block;
    position:absolute;
    top:50%;
    margin-top:-20px;
    width:40px;
    height:40px;
    cursor:pointer;
    line-height:40px;
    border:none;
    background-color:transparent;
}
.flickity-prev-next-button:before {
  font-family:'icon';
  font-size:40px;
  color:#eee0cb;
}
.flickity-prev-next-button.previous {
    left:5%;
}
.flickity-prev-next-button.next {
    right:5%;
}
.flickity-prev-next-button.previous:before {
    content: "\e615";
}
.flickity-prev-next-button.next:before {
    content: "\e604";
}
.flickity-prev-next-button:disabled {
    opacity:0.3;
    cursor:auto;
}
.flickity-prev-next-button svg {
    display:none;
}

/******** Slider *******************************************************************************/

.slider {
  padding-bottom:30px;
}
.slider .slide-item {
    margin-bottom:15px;
}
.slider img {
  transition: opacity 500ms ease-in-out;
  opacity: 0;
}
.slider img.flickity-lazyloaded,
.slider img.flickity-lazyerror {
  opacity: 1;
}
.img-slider {
    margin-bottom:30px;
}
.img-slider-item {
  float:left;
  width:100%;
  text-align:center;
  margin-bottom:30px;
}
.img-slider-item img {
  margin:0 auto;
  max-width:90%;
  width:auto;
}
.is-dragging {
  pointer-events:none;
}

/******** Modal *******************************************************************************/
/**********************************************************************************************/

.jTraderPopup {
	position:relative;
    padding-left:15px;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:30px;
    margin-top:44px;
    margin-right:auto;
    margin-left:auto;
    max-width:680px;
    margin-bottom:50px;
    background-color:#ffffff
}
@media all and (min-width: 768px) {
.jTraderPopup {
    padding-left:30px;
    padding-right:30px;
}
}
#printmodal {
	display:none;
}

/******** Animation ***************************************************************************/

.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-in-out; 
  background-color:#424242;
  opacity:0.2;
  filter:alpha(opacity=90);
}
.mfp-bg.mfp-ready {
  opacity: 0.4;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-wrap  {
  opacity:0;
  transition: all 0.2s ease-in-out; 
  transform: scale(0.7); 
}
.mfp-wrap.mfp-ready  {
  transform: scale(1); 
  opacity:1;
}
.mfp-wrap.mfp-removing  {
  transform: scale(0.7); 
  opacity: 0;
}
.mfp-bg.mfp-ready {
  opacity: 0.7;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-wrap  {
  opacity:0;
  transition: all 0.2s ease-in-out; 
  transform: scale(0.7); 
}
.mfp-wrap.mfp-ready  {
  transform: scale(1); 
  opacity:1;
}
.mfp-wrap.mfp-removing  {
  transform: scale(0.7); 
  opacity: 0;
}

/******** Basic *******************************************************************************/

.mfp-bg {
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    overflow:hidden;
    position:fixed;
}
.mfp-wrap {
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:20000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    height:100%;
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.mfp-container:before {
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.mfp-align-top .mfp-container:before {
    display:none;
}
.mfp-container {
    padding: 0 8px;
}
.mfp-content {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:0 auto;
    text-align:left;
  }
.mfp-preloader {
    color:#ffffff;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
}
.mfp-preloader a {
    color:#ffffff;
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display:none;
}
.mfp-close {
    overflow:visible;
    cursor:pointer;
    background:transparent;
    border:0;
    display:block;
    width:44px;
    height:44px;
    line-height:44px;
    position:absolute;
    right:0;
    top:-44px;
    text-decoration:none;
    text-align:right;
    color:#ffffff;
    font-style:normal;
    font-size:28px;
    font-family:Arial, monospace;
}
.mfp-arrow {
    cursor:pointer;
    border:0;
    display:block;
    position:absolute;
    top:50%;
    margin-top:-20px;
    width:40px;
    height:40px;
    color:#ffffff;
    background:transparent;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width:100%;
    cursor:auto;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    text-align:right;
  }
.mfp-close:hover,
.mfp-close:focus,
.mfp-arrow:hover,
.mfp-arrow:focus {
    color:#ffffff;
    opacity:0.9;
}
.mfp-counter {
    font-weight:400;
    font-size:14px;
    line-height: 20px;
    color:#ffffff;
    position: absolute;
    top: 0;
    right: 0;
    display:none;
  }
.mfp-arrow-left,
.mfp-arrow-right {
    display:block;
    text-decoration:none;
    text-align:center;
    line-height:40px;
}
.mfp-arrow-left {
    left:25px;
}
.mfp-arrow-right {
    right:25px;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
    font-family:'icon';
    font-size:40px;
}
.mfp-arrow-right:before {
    content: "\e604";
}
.mfp-arrow-left:before {
    content: "\e615";
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
  }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
  display: none;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
  }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -43px;
}
img.mfp-img {
    width: auto;
    max-width:100%;
    height: auto;
    max-height:640px !important;
    display: block;
    line-height: 0;
    margin: 0 auto;
    
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
}
.mfp-figure {
    line-height: 0;
}
.mfp-bottom-bar {
    margin-top:10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    font-weight:600;
    font-size:14px;
    text-align: left;
    line-height: 20px;
    color:#ffffff;
    width: 80%;
}
.mfp-figure small {
    font-weight:400;
    color:#ffffff;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}

.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
}

@media all and (max-width: 800px) {

.mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}

/******** Columns *****************************************************************************/
/**********************************************************************************************/

.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-left:15px;
  padding-right:15px;
}
.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;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media all and (min-width: 576px) {
  .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;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media all and (min-width: 768px) {
  .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;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media all and (min-width: 992px) {
  .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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

#vouchercode {
  width:100%;
}

.panel-list-product {
  text-align:left !important;
}

.row.no-minus-margin {
  margin-left:0px !important;
  margin-right:0px !important;
}
.leaflet-container a.info {
  color: #FFF !important;
}
.leaflet-pane, .leaflet-control, .leaflet-bottom {
  z-index: 100 !important;
}
