/** Shopify CDN: Minification failed

Line 2011:0 Unexpected "}"

**/
/* Theme by Codefort */

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
a, a:hover, a i, a:hover i {
  text-decoration:none;
  cursor:pointer;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {outline:none;}
strong, b {font-weight:700;}
.relative {position:relative;}


@font-face {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-style: normal;
}


/* global */

body { 
  font-family:'Source Sans Pro', sans-serif; 
  font-size:14px; 
  font-weight:400; 
  color:#4a4a4a;
  -webkit-font-smoothing: antialiased;
  background:#ffffff;
  line-height:20px;
}

a {
  color:#c50050;
  transition:all 0.5s;
}
a:hover, a:active {
  color:#f30767;
}

ul { 
  list-style:disc;
  margin-left:40px;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-family:'Source Sans Pro', sans-serif;
  margin-bottom:10px;
  text-transform:uppercase;
  font-weight:600;
  color:#333333;
}

h1 {
  font-size:30px;
  font-weight:400;
}

h2 {
  font-size:25px;
}

h3 {
  font-size:20px;
}


h1.line, h2.line {
  position: relative;
}
h1.line:before , h2.line:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
h1.line span, h2.line span {
  background:#ffffff;
  padding:0 15px 0 0;
  position: relative;
  z-index: 1;
  text-transform: none;
  font-weight: 400;
}
h1.line span {
  font-size: 40px;
}
.center h1.line span, .center h2.line span {
  margin-left: 0px;
}

.h2 {
  font-size: 22px;
  letter-spacing: 3px;
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
  font-weight: 700;
}

.n-b {
  border:none !important;
}


/* form elements */
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="search"], 
input[type="tel"], 
input[type="url"], 
input[type="number"], 
input[type="file"], 
select,
select[multiple], 
textarea {  
  background:#FFF;
  background: #fff;
  color: #333;
  border: 2px solid #F0F3F2;
  border-radius: 0px;
  box-shadow: none;
  padding:15px;
  height:20px;
  outline:none;
  cursor:pointer;
  display:inline-block;  
}
select,
select[multiple] {
  height:40px;
}


/* buttons */
.btn {
  text-transform:uppercase;
  background:#c50050;
  color:#ffffff;
  border:none;
  display:inline-block;
  border-radius:2px;
  transition:all 0.5s;
  cursor:pointer;
  font-family: 'Source Sans Pro', sans-serif;
  padding:15px 40px;
  font-size:15px;
  font-weight:600;
  -webkit-appearance:none;
}

.btn:hover {
  background:#f30767;
  color:#ffffff;
}

.btn-small {
  padding:8px 20px;
}

.btn-shop {
text-transform: uppercase;
    background: #56af3e;
    color: #ffffff;
    border: none;
    display: inline-block;
    border-radius: 2px;
    transition: all 0.5s;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 12px 5px;
    width: 100%;
    max-width: 350px;
    font-size: 15px;
    font-weight: 600;
    -webkit-appearance: none;
    margin-top: 5px;
}


.btn-shop:hover {
  background: #407f2b;
  color: #ffffff;
}

.btn-shop-small {
  padding:8px 20px;
}

/* Preheader */
.preheader {
  background:rgba(0,0,0,0);
  height:35px;
  line-height:35px;
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  width:100%;
  z-index:9999;
  color:#FFF;
}

.preheader a {
  color:#FFF;
  font-weight:600;
}

.preheader a:hover {
  color:#fff;
}


.preheader ul {
  position:relative;
}

.preheader ul li {
  display:inline-block;
  list-style:none;
  margin-left:20px;
}

.preheader li.cart {
  position:absolute;
  right:0;
  height:45px;
  line-height:45px;
  background: #71855F;
  padding: 0 25px 0 45px;
  border-radius: 0 0 2px 2px;
}

.preheader li.cart:before {
  font-family: FontAwesome;
  content: '\f07a';
  color: #FFF;
  position: absolute;
  left: 16px;
  top: 0px;
  font-size: 20px;
  font-weight: 400;
}


/* search */
#search-modal {
  display:none; 
  width:400px; 
  height:50px;
}

#search-modal .search-field {
  display:inline-block;
  float:left;
  width:300px;
  margin-right:-38px;
  border:none;
  border-radius:0px;
  background:none;
  padding:15px;
  padding-left:20px;
  height:26px;	
  font-size:16px;
  font-weight:400;
  color:#4a4a4a;	
  box-shadow:none;
}	
#search-modal .search-go {
  width:35px;
  height:50px;
  background:none;
  border:none;
  color:#c50050;
  cursor:pointer;
  transition:0.5s;
  font-size:20px;
  margin-right:10px;
  float:right;
}
#search-modal .search-go:hover {
  opacity:0.6;
}




/* Header */
header {
  width:100%; 
  background:#ffffff;
}

header .logo {
  margin:31px 0 25px;
  max-width:240px;
}


/* cart */
header .cart {
  padding:15px 0 0;
  font-weight: 600;
  float:left;
  width:235px;
  text-align:right;
}

header .cart .total {
  font-size:20px;
  font-weight:700;
  color: #333;
}

header .cart a {
  color:#666;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.5px;
}

header .cart-btn {
  float: right;
  padding: 10px 0;
  width: 55px;
  position:relative;
  background:#EEE;
  text-align:center;
}

header .cart-btn:before {
  font-size: 30px;
  position:relative;
  top:4px;
  color:#333;
  font-family:'Source Sans Pro', sans-serifth;
  content:"\e60d";
}

header .cart-btn:hover:before {
  font-family:'Source Sans Pro', sans-serif;
  content:"\e65d";
  transition:all 0.5s;
}

header .cart-btn span {
  position:absolute;
  top:-5px;
  left:-8px;
  width: 20px;
  height: 20px;
  line-height:20px;
  font-size:13px;
  text-align:center;
  background:#c50050;
  border-radius:100%;
  color:#FFF;
  font-weight:600;
  transition:.2s all;
}

header .cart-btn:hover span {
  position:absolute;
  top:-7.5px;
  left:-10.5px;
  width: 25px;
  height: 25px;
  line-height:25px;
  color: #000 !important;
  font-size:16px;
}


header .cart-link:hover {
  color: #000 !important;
}

header .cart-btn i {
  position:relative;
  top:1px;
}


/* navigation */
.sticky {-webkit-backface-visibility: hidden;}

#nav {
  height: 45px;
  width: 100%;
 
  position:relative;
  z-index: 999;
}

#nav ul {
  text-align:left;
  margin-left:0px;
  text-align: center;
}

#nav ul li {
  display:inline-block;
  list-style:none;
  position:relative;
  margin:0;
  white-space: nowrap;
}

#nav ul li a {
  padding:0px 30px 0px 0px;
  line-height: 45px;
  height: 45px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 900;
  color: #24344e !important;
  display: inline-block;
}	

#nav ul li .fa-home {
  font-size:17px;
  position:relative;
  top:1px;
}

#nav ul li a:hover,
#nav ul li a.active,
#nav ul li:hover > a {
  color:#fff !important;
  opacity:0.8;
  text-decoration:none;
  background-color: #c50050; 
  padding-left: 30px;
}

#nav ul li ul li a:hover,
#nav ul li ul li a.active {
  color:#000 !important;
  opacity:0.8;
  text-decoration:none;
  background-color: #c50050; 
  padding-left: 30px;
}

#nav ul > li > a:after {
  color:#c50050; 
  font-size:10px;
  font-family:FontAwesome;
  content:'\f078';
  margin-left:5px;
  position:relative;
  top:-2px;
}


#nav ul li > a:only-child:after {
  display:none; 
}

#nav ul li.search-link {
  float:right;
}

#nav ul li.search-link a {
  padding-right:0;
}

/* drop down */
#nav ul li ul {
  background:#f1f1f1;
  text-align:left;
  padding: 0;
  position: absolute;
  top: 45px;
  left: 0;
  z-index:999;
  width: fit-content;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius:0 0 1px 1px;
  opacity: 0;
  visibility: hidden;
  display:none;
  box-shadow:0 5px 10px rgba(0,0,0,0.3);
}

#nav ul li ul li { 
  display: block; 
}

#nav ul li ul li a {
  font-size:14px;
  display:block;
  line-height:42px;
  font-weight:600;
  color:#24344e;
  border-bottom:1px solid rgba(0,0,0,0.1);
  padding:0px 20px 0px 15px !important;
}	

#nav ul li ul li:last-child a {
  border-bottom:0;
}	

#nav ul li ul li a:hover, #nav ul li ul li:hover > a {
  background:rgba(0,0,0,0.1);
  padding-left:25px !important;
}

#nav ul > li > ul > li > a:after {
  color: rgba(0,0,0,0.3);
  font-size: 12px;
  font-family: FontAwesome;
  content: '\f054';
  margin-left: 5px;
  position: absolute;
  top: 1px;
  right: 15px;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

#nav ul li:hover ul {
  opacity:1;
  visibility:visible;
  display:block;
  -webkit-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
}

#nav ul li:hover ul li ul {
  opacity:0;
  visibility:hidden;
  display:none;
}

/* 2nd level drop down */
#nav ul li ul li ul {
  background:#FFF;
  text-align:left;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  z-index:999;
  width: 200px;
  box-shadow: inset 4px 0 0 0 rgba(0,0,0,0.1);
  border-radius:0;
  opacity: 0;
  visibility: hidden;
  display:none;
}
#nav ul li ul li ul li { 
  display: block; 
  color: #fff;
}
#nav ul li ul li ul li a {  
  font-size:13px;
  display:block;
  line-height:45px;
  font-weight:600;
  color:#24344e;
  border-bottom:1px solid rgba(0,0,0,0.1);
  padding:0px 20px 0px 15px !important;
}					
#nav ul li ul li ul li:last-child a {
  border-bottom:0 !important;
}					
#nav ul li ul li ul li a:hover {
  background:rgba(0,0,0,0.1);
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

#nav ul li ul li:hover ul {
  opacity:1;
  visibility:visible;
  display:block;
  -webkit-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
}

/* search */
.preheader .search-field {
  display: inline-block !important;
  width: 100%;
  margin-right: -38px;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  padding: 0 0 0 20px !important;
  height: 35px !important;
  line-height: 35px;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  box-shadow: none;
}	
.preheader .search-field::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #fff;
}
.preheader .search-field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #fff;
  opacity:  1;
}
.preheader .search-field::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #fff;
  opacity:  1;
}
.preheader .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #fff;
}
.preheader #search-form:before {
  font-family:FontAwesome;
  content:'\f002';
  color:#6F845D;
  position:absolute;
  top:0;
  left:0;
}
.preheader .search-go {
  width:35px;
  height:50px;
  background:none;
  border:none;
  color:#c50050;
  cursor:pointer;
  transition:0.5s;
  font-size:20px;
  margin-right:10px;
  float:right;
}
.preheader .search-go:hover {
  opacity:0.6;
}

/* home page */

.home-images img {
  float:left;
  margin-bottom:10px;
}

.home-images .item {
  width:calc((100% - 60px) / 4);
}

.home-images .item:nth-child(3n) {
  margin-right: 20px;
}

.home-images .item:nth-child(4n) {
  margin-right: 0;
}





.featured-box {
  position:relative;

}

.featured-box .title {
  position:absolute;
  top:40%;
  width:inherit;
  text-align:center;
  cursor:pointer;
}

.featured-box h3 {
  border:1px solid #FFF;
  color:#FFF;
  padding:10px;
  display:inline-table;
  font-size:14px;
  letter-spacing:2px;
  transition:all .5s;
}

.featured-box:hover h3 {
  background:rgba(255,255,255,0.65);
  color:#333;
}


/* brand slider */
.brand-slider {
  background:#FFF;
}

.brand-slider .owl-item {
  text-align:center;
  padding:50px 0;
}

.brand-slider .owl-item img {
  max-width:60%;
}



/* breadcrumbs */
.breadcrumbs {
  padding:15px 0 0;
}

.breadcrumbs a {
  text-transform:uppercase;
  display:inline-block;
  font-weight:600;
  font-size:12px;
}

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

.breadcrumbs i {
  font-size:8px;
  display:inline-block;
  padding:0px 10px;
  top:-1px;
  color:#999;
}


/* list collections */
.collection-item {
  cursor:pointer;
  height:250px;
  margin-bottom:26px;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.collection-item .details {
  position:relative;
  top:40%;
}

.collection-item .details .title {
  background:#000;
  background: rgba(0,0,0,0.5);
  display: inline-block;
  padding:15px;
  transition:0.5s all;
}

.collection-item:hover .details .title {
  background: rgba(0,0,0,0.8);
}

.collection-item .details .title a {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  text-transform:uppercase;
}



/* collection */
.collection-header {
  padding:80px 50px;
  text-align:center;
  background-color: #7ed8c6;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.collection-header h1 {
  font-size: 35px;
  font-weight:700;
  letter-spacing:5px;
  color: #ffffff;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 20px;
  margin-bottom: 0;
}

.collection-header .collection-description {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 20px;
}

.filters {
  display:inline-block;
  margin:0 10px;
  float: right;
  margin-top: -58px;
  margin-right: -10px;
  background: #ffffff;
  position: relative;
  padding: 0 10px;
}

.filters label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}



/* product item */

.item:hover {
  box-shadow:0 0 10px rgba(0,0,0,0.15);
}

.item img {
  width:100%;
  transition:all .5s;
}
.item:hover img {
  opacity:.9;
}

.item .sale {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  background: rgba(241, 87, 85, .7);
  color: #ffffff;
  font-weight: 600;
  font-size: 11px;
}

.item .item-overlay {
  background:rgba(255,255,255,0.75); 
  position:absolute; 
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  visibility:hidden;
  transition: 0.3s;
}
.item:hover .item-overlay {
  opacity:1;
  visibility:visible;
  top:0;
}

.item .item-overlay .btn {
  padding:10px 20px;
  font-size:13px;
  margin-top:140px;
  font-weight:600;
}
.item .item-overlay .btn:hover {
  color:#FFF;
}

.item .item-overlay .spr-badge {
  margin-top:20px;
}


.item .details {
  position:relative;
  z-index:9;
  padding:0 15px;
  text-align:center;
  min-height:80px;
}

.item .details span {
  display:block;
}

.item .details .title {
  margin-bottom:0px;
  margin-top:10px;
  line-height:16px;
  min-height:40px;
}	
.item .details .title a {
  font-size:16px;
  font-weight:600;
  text-transform:none;
  color:#4a4a4a;
  letter-spacing:0;
}
.item .details .title a:hover {
  color:#c50050;
}

.item .details .from {
  color:#999;
  font-size:25px;
  margin-bottom:5px;
}

.item .details .price {
  color:#333;
  font-size:16px;
  font-weight:600;  
  letter-spacing:0;
  margin-bottom:5px;
  display:inline-block;
}

.item .details .compare-price {
  color:#666;
  font-size:15px;
  text-decoration:line-through;
  font-weight:400;
  display:inline-block;
}

.item form.small-form {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.item form.small-form .btn-add {
  font-size: 20px;
  cursor: pointer;
  color:#c50050;
  transition:all .5s;

  background: none;
  border: none;
  -webkit-appearance: none;
}

.item form.small-form .btn-add:hover {
  color:#f30767;
}
.item form.small-form .btn-add:focus {
  outline:none;
}

.item form.large-form .btn {
  padding: 6px 0;
  width: 75%;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 1px;
}
.item form.large-form .btn:focus {
  outline:none;
}
.item form.large-form .btn i {
  color:#333;
  color:#fff;
  margin-right:5px;
}




/* Sidebar */
.sidebar {}

.sidebar .widget {
  background:#FFF;
  margin-bottom:0px;
  border-radius:2px;
}

.sidebar ul.categories {
  margin:0;
}

.sidebar ul.categories li {
  list-style:none;
  display:block;
  position:relative;
}
/*
.sidebar ul.categories a:after {
  font-family:FontAwesome;
  content:'\f105';
  position:absolute;
  right:15px;
  top:10px;
  color:#c50050;
  transition:all .2s;
}
*/
.sidebar ul.categories li.has-sub:hover:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar ul.categories li a {
  padding:10px 15px;
  border-bottom:1px solid #eee;
  display:block;
  font-weight: 600;
  font-size: 14px;
  color: #666;
}
.sidebar ul.categories li a:hover {
  color: #c50050;
}


.sidebar ul.categories li ul.is-sub {
  display:none;
  margin:0;
}

.sidebar ul.categories li ul li a {
  padding-left:25px;
  font-size:12px;
  background:#eee;
  border-bottom:1px solid #fff;
}


.sidebar ul.pros {
  width:80%;
  margin:0 auto;
  padding-bottom:10px;
}

.sidebar ul.pros li {
  list-style:none;
  line-height:35px;
  font-size:15px;
  font-weight:600;
}

.sidebar ul.pros li i {
  font-size:22px;
  color:#c50050;
  position:relative;
  top: 1px;
  margin-right:10px;
}

.sidebar #timeleft {
  margin-left: 32px;
  padding: 5px 15px;
  display: inline-block;
  background: #a6c540;
  border-radius: 3px;
  color: #FFF;
  font-size: 18px;
  margin-top: 5px;
}



/* single product */
.product-info {
  
  background:#ffffff;
  padding:30px;
  
  position:relative;
}

.product-info h1 {
  font-size:25px;
  margin-bottom:10px;
  max-width: 100%;
    margin: 0 auto;
  line-height:32px;
}

.product-info .wishlist {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
}

.product-info .wishlist form {
  margin:0 !important;
  padding:0 !important;
  border:none !important;
}

.product-info button.add-wishlist {
  background:none;
  border:none;
  outline:none;
  transition:.5s all;
  font-size:20px;
  padding:0;
  line-height:inherit;
  cursor:pointer;
  color:#c50050
}

.product-info button.add-wishlist:hover {
  color:#f30767
}

.product-info .info {
  display:inline-block;
  margin:10px 12px 10px 12px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 13px;
  color:#AAA;
}

.product-info .info i {
  color:#c50050;
}

.product-info .info i.fa {
  margin-right:5px;
}

.product-info .info a {
  color: #AAA;
}

.product-info .info a:hover {
  color:#c50050;
}

.product-info form {
  padding-top: 15px;
  border-top: 1px solid #f5f5f5;
  margin-top: 5px;
}

.product-info #price {
  margin:15px 0 25px;
}

.product-info .price {
  font-size: 35px;
  font-weight:400;
  display:inline-block;
  margin-right:10px;
  letter-spacing:-2px;
  color:#c50050
}

.product-info .compare-price {
  font-size: 22px;
  font-weight:600;
  letter-spacing:0;
  text-decoration:line-through;
  color: #999;
  display:inline-block;
}

.selector-wrapper {
  display:inline-block;
  width:inherit;
  text-align:left;
}

.selector-wrapper label {
  display:block;
  text-transform:uppercase;
  font-weight:400;
  margin-bottom:5px;
}

.selector-wrapper select, .selector-wrapper .select-target {
  width:inherit; padding:10px;
}	

.product-info .btn {
font-size: 18px;
    width: 50%;
    padding: 12px 0;
    margin-bottom: 30px;
    height: 48px;
    
}

.product-info .btn-shop {
font-size: 18px;
    padding: 12px 0;
    margin-bottom: 30px;
    height: 48px;
    
}

.product-info .btn:before {
  color:#476C53;
  font-size:20px;
  text-shadow:0px 1px 0px rgba(255,255,255,0.6);
}

.product-info .btn-shop:before {
  color:#476C53;
  font-size:20px;
  text-shadow:0px 1px 0px rgba(255,255,255,0.6);
}

.product-info.share {
  margin-top:20px;
}

.product-info.share .title {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

.product-info.share .icons {
  float:right;
  text-align:right;
}

.product-info.share .icons i {
  margin-left:10px;
}

/* product reviews */
.spr-container {
  background:#FFF;
  border:none !important;
}

.spr-header-title {
  font-size:20px !important;
}

.spr-icon {
  font-size:100% !important;
  color:#c50050;
}

.spr-form-input-textarea {
  height:100px;
}



/* cart */
.cart-table {
  width:100%;
}

.cart-table thead {
  background:#ffffff;
}

.cart-table thead td {
  font-size:14px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color: #2f2f2f;
  font-weight:700;
}

.cart-table tr {
  border-bottom:1px solid #ffffff;
}

.cart-table td {
  padding:15px;
  font-weight:400;
}

.cart-table td.product .image {
  display:inline-block;
  vertical-align:middle;
  text-align:center;
}

.cart-table td.product .image img {
  max-width:60px;
}

.cart-table td.product .content {
  display:inline-block;
  margin-left:15px;
  max-width:70%;
  float:right;
}

.cart-table td.product .content h4 {
  color: #666;
  font-size: 13px;
  margin-bottom: 0;
  text-transform: none;
}

.cart-table td.price {
  font-size:16px;
}

.cart-table td.delivery {
  font-size:14px;
  font-weight:600;
  color:#333;
  text-transform:uppercase;
}

.cart-table td.quantity input {
  width:40px;
  text-align:center;
}		

.cart-table tfoot tr {
  border-bottom:none;
}

.cart-table tfoot td {
  padding-top:20px;
  padding-right:0;
}

.cart-table tfoot td.note {
  padding-left:0;
}

.cart-table tfoot td.note h3 {
  font-size:15px;
  color:#666;
  text-transform:none;
}

.cart-table tfoot td.note textarea {
  width:80%;
  height:100px;
  font-size:13px;
}

.cart-table tfoot td.update {
  font-size:25px;
  padding:0 10px;
}

.cart-table tfoot td.update button {
  background: none;
  border: none;
  font-size: 18px;
  color: #c50050;
  cursor: pointer;
  transition:all 0.5s;
}
.cart-table tfoot td.update button:hover {
  opacity:0.7;
}



.cart-header {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2f2f2f;
  font-weight: 700;
  padding:15px;
  margin-bottom:20px;
  background:#FFF;
  text-align: center;
}

.cart-page .total {
  font-size:25px;
  color:#333;
  font-weight:700;
  display:inline-block;
  margin-right:5px;
  margin-bottom:10px;
}

.cart-page .total span {
  font-size:16px;
  color:#80c296;
  font-weight:600;
}

.cart-page .sidebar p {
  font-size: 12px;
  color: #666;
  font-weight: 600;
  margin-bottom: 16px;
}

.cart-page .btn {
  width:100%;
  margin-bottom:10px;
}




.cart-table tfoot .delivery-price {
  font-size:17px;
  color:#80c296 ;
  display:inline-block;
}

.cart-table tfoot .delivery-offer {
  width:90%;
  background:#f3f3f3;
  padding:5%;
  border-radius:2px;
}

.cart-table tfoot .delivery-offer h3 {
  font-size:15px;
  color:#80c296 ;
  letter-spacing:3px;
  margin-bottom:5px;
}

.cart-table tfoot .delivery-offer p {
  line-height:22px;
}

.cart-table tfoot .delivery-offer span {
  color:#80c296 ;
}



/* Wishlist page */
.text-right {
  text-align:right;
}

.wishlist-table {
  width:100%;
  font-size:18px;
}

.wishlist-table td {
  vertical-align:middle;
}

.wishlist-table td img {
  width:100px;
}



/* ajaxify cart popup */
#added {
  background:#f3f3f3;
  text-align:center;
  padding:50px 0;
  font-size:16px;
  color:#999;
  width:550px;
}

#added i {
  font-size:65px;
  color:#c50050;
  margin-bottom:20px;
  display:block;
}

#added h3 {
  margin-bottom:20px;
  padding: 0 25px;
  padding-bottom: 15px;
}

#added .btn {
  margin:0 5px;
  padding:10px 30px;
}


/* pagination */
.pagination {
  margin-top:30px;
  font-size:13px;
  font-weight:600;
}

.pagination span {
  display:inline-block;	
  text-transform:uppercase;
  padding:3px 10px;
}

.pagination span.previous {
}

.pagination span.current {
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  opacity:0.6;
}

.pagination span.next {
}	


/* 404 page */
.page-404 {
  text-align:center;
}

.page-404 h1 {
  font-size: 150px;
  font-weight: 900;
  margin-bottom:60px;
  margin-top:50px;
  color:#c50050;
}

.page-404 h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}


/* delivery note */
.delivery-note {
  background:url(//beurer.dk/cdn/shop/t/7/assets/delivery-note-background.jpg?v=2848) 50% 0 repeat fixed;
  text-align:center;
  padding:130px 0;
  font-size:17px;
  color:#ffffff;
  margin-bottom:-100px;
}

.delivery-note h2 {
  font-size:22px; 
  letter-spacing:3px; 
  color:#ffffff; 
  margin-bottom:20px;
}

.delivery-note span {
  color:#c50050;
}

/* Go to top button */
.to-top {
  display: inline-block;
  height: 60px;
  line-height:60px;
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align:center;
  white-space: nowrap;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.to-top:before {
  font-family:FontAwesome;
  content:'\f106';
  color: #FFF;
  font-size: 40px;
  position: relative;
  top: -2px;
}

.to-top.to-is-visible, .to-top.cd-fade-out, .no-touch .to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.to-top.to-is-visible {
  visibility: visible;
  opacity: 1;
}

.to-top.to-fade-out {
  opacity: .5;
}

.no-touch .to-top:hover {
  background-color: rgba(0,0,0,0.8);
  opacity: 1;
}




/* blog */
.blog-item {
  width:100%;
  margin:0 0 35px 0;
  float:left;
}

.blog-item-image {	
  width:100%;
  height:300px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  overflow:hidden;
}

.blog-item-image .title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  padding: 3%;
  width:100%;
}

.blog-item-image .title h2 {
  margin:0;
  text-transform: none;
  font-size:20px;
  font-weight:400;
}

.blog-item .excerpt {
  display:block;
  margin:15px 0;
  line-height: 23px;
  color: #4a4a4a;
}

.blog-item .bottom {
  display:block;
  padding:15px 15px;
  background:#FFF;
}

.blog-item .info {
  text-transform:uppercase;
  color:#999;
  width:52%;
  display:inline-block;
}

.blog-item .info i {
  position:relative;
  top:1px;
  margin-right:3px;
  margin-left:10px;
  color:#c50050;
}

.blog-item .info i:first-child {
  margin-left:0;
}

.blog-item .readmore {
  text-transform:uppercase;
  color:#c50050;
  display:inline-block;
  width:47%;
  text-align:right;
}

.blog-item .readmore i {
  margin-left: 5px;
  color: #999;
  position: relative;
  top: 1px;
}


.blog-sidebar {}

.blog-sidebar .box {
  background:#468f83;
  padding:15px;
  color:#fff;
  font-size:13px;
  line-height:20px;
  margin-bottom:26px;
}

.blog-sidebar .box h3 {	
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
}

.blog-sidebar .tag a {	
  letter-spacing: 1px;
  text-transform: none;
  color: #fff;
  margin: 0 5px 15px 0;
}

.blog-sidebar .tag a:hover, .blog-sidebar .tag .active {	
  color:#c50050;
}


.blog-post { 
  line-height:22px;
}

.blog-post h1 {
  color:#333;
  margin-bottom:5px;
  letter-spacing:normal;
  text-transform:none;
}

.blog-post .date {
  text-transform:uppercase;
  margin-bottom:15px;
  display:block;
  color:#999;
}

.blog-post img {
  margin-bottom:15px;
}

.blog-tags a {
  padding: 5px 10px;
  background: #c50050;
  color:#FFF;
  display: inline-block;
  border-radius: 3px;
  margin-right:5px;
}

.blog-tags a:hover {
  background: #f30767;
  color:#FFF;
}

.comments .comment {
  background:#FFF;
  padding:30px;
  margin-bottom:20px;
}

.comments .comment .comment-data {
  font-size:16px;
  font-weight:600;
  margin-bottom:10px;
}

.comment-form {
  background:#FFF;
  padding:30px;
}

.comment-form label {
  display:block;
}

.comment-form input:not(.btn), .comment-form textarea {
  display:block;
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom:10px;
}

.comment-form textarea {
  height:100px;
}




/* page */
.page {}

.page ul {
  margin:20px;
  margin-left:40px;
}

.contact-form {}

.contact-form label {
  display:block;
  margin-bottom:10px;
  text-transform:uppercase;
}

.contact-form input[type=text], .contact-form input[type=email] {
  display:block;
  margin-bottom:10px;
  width:90%;
}

.contact-form label.textarea {
  vertical-align:top;
  padding-top:10px;			
}

.contact-form textarea {
  display:block;
  margin-bottom:10px;
  width:90%;
  height:100px;
}		


/* Sidebar */
.sidebar-item {
  width:30%;
  float:left;
  margin:0 1.5% 3%;
}


/* newsletter popup */
#signup {
  background:#ecd7d7;
  width:400px;
  padding:40px 80px;
  text-align:center;
}

#signup .signup-icon {
  font-size:35px;
  color: #c50050;
  border: 1px solid #c50050;
  border-radius: 100%;
  padding: 15px;
  margin-bottom:30px;
}

#signup .newsletter {
  display:inline-block;
  width:80%;
  margin:30px -35px 30px 0;
  border:none;
  transition:all 0.5s;
  background:#fff;
}

#signup .signup {
  width:35px;
  height:50px;
  background:none;
  border:none;
  color:#c50050;
  cursor:pointer;
  transition:0.5s;
  font-size:30px;
}

#signup .signup i {
  position: relative;
  top: 5px;
  left: -5px;
}

div#bx { margin-right:0px!important; padding-bottom:0px!important; box-shadow:none!important; }

#signup .signup:hover {
  color:#f30767;
}

#signup .social i {
  font-size:18px;
  padding-left:5px;
}




/* footer */
footer {
  background:#eff2f3; 
  padding:50px 0 50px 0;
  margin-top:30px;
  overflow:hidden;
}

footer a {
  color:#212529;
}

footer a:hover {
  color: #c50050 !important;
}

footer h3 {
  font-size:16px;
  color:#1c1c1c;
}

footer p {
  color:#212529;
  line-height:20px;
}

footer ul { 
  padding-top:5px;
  list-style:none;
  margin:0;
}

footer ul li {
  margin-bottom:2px;
}

footer .social-icons {
  margin-bottom:30px;
}
footer a:hover {
  color: #c50050 !important;
}

footer .social-icons i {
  font-size:16px;
  padding-right:5px;
  position:relative;
  top:3px;
}

}
footer .social-icons i:hover {
  color: #c50050 !important;
}

footer .newsletter {
  display:inline-block;
  float:left;
  width:75%;
  margin-right:-35px;
  border:none;
  border-radius:2px;
  background:#F15757;
  padding:12px 15px;
  height:20px;	
  font-size:12px;
  font-weight:400;
  text-transform:none;
  color:#fff;	
  box-shadow:none;
  transition:all 0.5s;
}

footer .newsletter::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #FFF;
}
footer .newsletter:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #FFF;
  opacity:  1;
}
footer .newsletter::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #FFF;
  opacity:  1;
}
footer .newsletter:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #FFF;
}

footer .signup {
  width:35px;
  height:40px;
  background:none;
  border:none;
  color:#FFF;
  cursor:pointer;
  transition:0.5s;
  font-size:20px;
}

footer .signup:hover {
  color:#333;
}

footer .footer-credits {
  font-size:12px;
  font-weight:600;
}

.paycards i {
  font-size: 28px;
  margin: 0 5px 20px;
  transition:all 0.5s;
  cursor:pointer;
  color:;
}

.paycards i:hover {
  color:#c50050;
}




/************ PLUGINS CUSTOMIZATION ************/

/* flexslider */
.flexslider .slide-content {
  position:absolute;
  top:35%;
  left:28%;
  width:450px;
  text-align:center;
}

.flexslider .slide-content h2 {
  font-size:40px;
  margin-bottom:15px;
  line-height:38px;
}

.flexslider .slide-content p {
  font-size:22px;
  font-weight:400;
  letter-spacing:2px;
  text-transform:uppercase;
}

.flexslider .slide-content .btn {
  margin-top:25px;
}


/* accordion */
ul.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float:left;
  width:100%;
}

ul.accordion > li {
  background: transparent;
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}

ul.accordion > li > a:after, ul.accordion > li.active > a:after {
  font-family:FontAwesome;
  content:'\f067';
  position:absolute;
  right:15px;
  font-size:12px;
  color:#c50050;
  padding-left:1px;
}

ul.accordion > li.active > a:after {
  content:'\f068';
}

ul.accordion > li div {
  padding: 20px;
  background: transparent;
  display: block;
  float: left;
      max-width: 100%;
    word-break: break-word;
}

ul.accordion > li > a {
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #333;
  background:#f5f5f5;
  border-bottom:1px solid #FFF;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  position:relative;
}

ul.accordion.color > li > a {
  color: #FFF;
  background:#c50050;
  border-bottom:1px solid #ffffff;
}

ul.accordion.color > li > a:after, ul.accordion.color > li.active > a:after {
  color:#FFF;
}

ul.accordion li:last-child a {
  border-bottom:none;
}



@media screen and (min-width:1100px ) {
  div#imagewrap { min-height:236px; }
}

span.title { min-height:32px!important; }


#coldes p { font-size:13px; }
#coldes h1, h2, h3, h4, h5 { margin-top:15px!important; margin-bottom:10px!important; }
#coldes { background-color: #fff; margin-bottom:10px; }
#colpad { padding:20px; }


@media screen and (max-width:800px ) {
  td#updbtn { padding-top:15px; }
  #nomob { display:none!important; }
  #cenmob { text-align:center!important; margin:0 auto!important; }
  #lilbox { max-width:60%; margin:0 auto; text-align:center!important; }
    .product-info .btn { width:79.5%!important; }
  #quantity { width:calc(20% - 20px)!important; }
  .container { max-width:100%!important; overflow:hidden; }
}

@media screen and (min-width:600px ) and (max-width: 1300px) {
  #nav ul li a { padding-right:15px!important; font-size:13px; font-weight:600; }
}

@media screen and (min-width:1200px) {
  #nav ul li a  {
  padding-right:20px!important; 
  padding-left: 20px;
  font-size:15px!important; 
    font-weight:600;
}
}


#collinks a { display:block!important; padding:0px 10px; }


#collinks { padding: 15px 0px; }


div.owl-prev, div.owl-next { top:45%!important; }

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
   
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.one-half-column-left {
width:49.8%;
float:left;
}

.one-half-column-right {
width:49.8%;
float:right;
}

@media screen and (max-width:800px ) { 
  .cart-table td.product .content { width:100%; max-width:100%;}


div#berrx { width:98%!important; margin:0 auto!important; display:block!important; }
  #nomob { display:none!important; }
}
@media screen and (max-width:600px) {
    #nomob { display:none!important; }
  #ctm { margin-bottom:12px; }
  .product-info .info { display:block; text-align:center; }
}
.home-images img:hover { opacity:0.9; }


.bjoernefar { margin-right:20px; margin-left:20px; background-color:#fff; margin-top:10px; float:left; padding:10px 10px 30px 10px; border-radius:4px; }


form#customer_login { text-align:center; } 

input#customer_email { margin-bottom:5px!important; }
#customer-form input {
    max-width: 80%!important;
}

input#first_name, input#last_name, input#email, input#password, input#customer_email, input#customer_password { height:20px; font-size:14px; font-weight:400; background-color:#fff; color:grey; padding:10px; }


input#btx1:hover { background-color:#000!important; }
input#btx2:hover { background-color:#000!important; }

div#undefined-sticky-wrapper.sticky-wrapper.is-sticky  img#menuting { display:inline-block!important; }
div#undefined-sticky-wrapper.sticky-wrapper.is-sticky  li#menuting { display:inline-block!important; }
li#menuting { display:none!important; }
img#menuting { display:none; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error { display:none!important; }


#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 41px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0px 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
    width: 35%;
    background-color: #678E67;
    margin-bottom: 0;
}

h2.line span {
    background: #f5f5f5;
    padding: 0 15px 0 15px;
    position: relative;
    z-index: 1;
    text-transform: none;
    font-weight: 400;
}
@media screen and (max-width:500px) { #colimg { display:none; } }
@media screen and (max-width:800px) { .nomob, #nomob, .hide-touch { display:none!important; } #bgcd {width:100%!important; }   .selector-wrapper {
    display: block;
    width: 100%!important;
    padding: 10px 0px;
} }
@media screen and (max-width:1027px) { #nomobxxx { display:none!important; }}
@media screen and (max-width:1000px) { #nosearch { display:none!important; }}


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


li#menuting.cart:hover { border:2px solid #efefef!important; }


.countx { 
  font-size:14px!important; 
  color: #000000 !important;
  font-weight: 600;
  padding-right: 2px;
  text-transform: uppercase;
}

.countx:hover {
	color: #c71553 !important;
}

.countxx { 
  font-size:14px!important; 
  color: #000000 !important;
  font-weight: 600;
  padding-right: 2px;
  text-transform: uppercase;
}

.countxx:hover {
	color: #c71553 !important;
}

#nobg.widget { background-color:inherit!important; }


 .stickem-container {
	position: relative;
   float:left;
   width:100%;
   background-color:inherit;
}

.stickit {
	position: fixed;
	top: 55px;
  width:220px;
  overflow:hidden;
}

.stickit-end {
	bottom: 25px;
	position: absolute;
  overflow:hidden;


}
@media screen and (max-width:1300px) and (min-width:1241px) {
    .stickit-end {
    width: 216px!important;
}
  
  .sidebar .widget { width:216px!important; }
  .stickit {
      width: 216px!important;
}
}
@media screen and (max-width:1242px) and (min-width:1001px) {
    .stickit-end {
    width: 190px!important;
}
  
  .sidebar .widget { width:190px!important; }
  .stickit {
      width: 190px!important;
}
}

@media screen and (max-width:1040px) and (min-width:940px) {
    .stickit-end {
    width: 163px!important;
}
  
  .sidebar .widget { width:163px!important; }
  .stickit {
      width: 163px!important;
}
}

@media screen and  (min-width:800px) {
  .stickit-end {
    width: 200px;
}
  
  .sidebar .widget { width:200px; }
  .stickit {
      width: 200px;
}
}


@media screen and (max-width:799px) and (min-width:1000px) {
  .stickit-end {
    width: 200px;
}
  .sidebar .widget { width:200px; }
   .stickit {
      width: 200px;
}
}


@media screen and (max-width:999px) and (min-width:1200px) {
  .stickit-end {
    width: 220px;
}
  .sidebar .widget { width:220px; }
   .stickit {
      width: 220px;
}
}

@media screen and (min-width:1200px) {
   .stickit-end {
    width: 238px;
}
  .sidebar .widget { width:238px; }
   .stickit {
      width: 238px;
}
}


@media screen and (max-width:550px ) {
ul#clerk-search-results { 
  margin-left:0px;
}
}


.collapse{
  font-size: 15px;
  display:block;
}
.collapse + input{
  display:none;
}
.collapse + input + *{
  display:none;
}
.collapse+ input:checked + *{
  display:block;
}


ul#mob.categories li a {
      padding: 10px 0px;
    border-bottom: 1px solid #eee;
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #666;
  background-color:#fff;
  width:100%;
  margin:0 auto;
  text-align:center;
}
.categories { list-style:none; margin-left:0px; }


#onlymob { display:none; }

@media screen and (max-width:600px ) {
  #onlymob { display:block!important;
  }
  #colimg { display:none; }
}


#kontakttrigger:hover { cursor:pointer; }
ul.accordion > li div { cursor:default; }

#onlymob { text-align:center; margin:0 auto; margin-bottom:15px; margin-top:-15px;
}

label#mobcoltrigger { padding:10px 20px; background-color: #000; color:#fff; border-radius:5px; }

.drawer-default .drawer-nav-list li a { z-index:1000000000000000000000; }

.drawer-main { z-index:1000000000000!important;}


  .boggy {     font-size: 45px;
    border: 3px solid black;
    width: 100%;
    height: auto;
    line-height: 100px;
    display: block; }


.linklistx { border-bottom:1px solid grey; padding-top:15px;  padding-bottom:12px; }
.bogstavdiv { margin-left:0px; }

.l1 a, .l2 a, .l3 a { color:black; }

h2.overlaybilledetekst {
position: absolute;
    top: 14px;
    text-align: center;
    width: 81%;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-family: Lato;
}

@media screen and (min-width:1300px) {
  h2.overlaybilledetekst{
  top:20px;
}
}

@media screen and (max-width:1200px) and (min-width:1024px) {
  h2.overlaybilledetekst {
  position: absolute;
    top: 10px;
    text-align: center;
    width: 80%;
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    vertical-align: inherit;
}
}

@media screen and (max-width:995px) and (min-width:700px) {
  h2.overlaybilledetekst {
 position: absolute;
    top: 5px;
    text-align: center;
    width: 82%;
    color: #fff;
    font-size: 21px;
    line-height: 23px;
    margin: 0 auto;
    float: right;
}
}


@media screen and (max-width:700px) {
  h2.overlaybilledetekst {
position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 21px;
}
    h2.line span {
    font-size:16px!important; 
  }


}
  
  
@media screen and (max-width:1023px) and (min-width:468px) { #mobmobmobmob { width:100%!important; } }

@media screen and (max-width:500px) {
  footer { margin-top:0px!important; }
  span.title  { width: 100%; text-align: center; margin: 0 auto; display: block; }
}


.grid_125 img:hover { opacity:0.9; }


select#product-select {  font-weight: 600; height: 45px!important; display: block!important; width: 50%; min-width: 160px; text-align: center; margin: 0 auto; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;  }

option { text-align:center!important; font-size:13px; font-weight:600; background-color:#fff; }


.selector-wrapper select, .selector-wrapper .select-target {

    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: inherit;
    height: 45px;
  font-weight: 600;
    font-size: 12px;
  color:#616161;
}	

.select-select {
    display: inline-block!important;
    -webkit-pointer-events: inherit!important;
    -moz-pointer-events: inherit!important;
    pointer-events: inherit!important;
    opacity: 1!important;
}

.skjul { display:none; }

div.grid_6.kampagne:hover .vis
{
    display: none!important;
}


div.grid_6.kampagne:hover .skjul {
    display: block!important;
}

.select-target.select-theme-default { display:none!important; }

  #visender {
    display: inline;
    padding-left: 5px;
    }

span.fatty { font-weight:600; }

@media screen and (min-width:500px) {
  .marg5 {
    margin-left:5px!important;
  }

}

select#product-select {
    font-weight: 600;
    height: 45px!important;
    display: none!important;
    width: 50%;
    min-width: 160px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
}

#bgcd {
background-color: #efefef;
    padding: 10px 0px;
    width: calc(50% + 55px);
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #616161;
}




.selector-wrapper {
    display: block;
width: 100%;
    text-align: left;
    padding: 6px 0px;
    margin: 0 auto;
  padding-bottom: 10px;
}

/* Custom review box + header etc. */

.spr-header-title {
    margin: 0 0 12px 0;
    padding: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #333;
    background: #f5f5f5;
    border-bottom: 1px solid #FFF;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 14px!important;
}
.spr-header {
    padding: 0!important;
    width: 100%;
}
.spr-container {
    padding: 24px;
    border-color: #ececec;
    padding: 0!important;
}
.spr-summary {
    padding-left: 0!important;
}
div.spr-content { padding-left:0px!important; padding-top:0px!important; }
.spr-reviews {
    margin: 24px 0 0 0;
    padding-left: 0!important;
    width: 100%!important;
  margin-top: 0!important;
    padding-top: 0!important;
}
.spr-review { margin-top:10px!important; padding-top:0px!important; }
div.spr-review-header, div.spr-review-content  { padding:0px!important ;}
div.spr-container { width:100%; clear:none!important; }
div.spr-review { padding-left:0px!important; padding-bottom:0px!important; padding-right:0px!important; padding-top:10px!important; }
.spr-review-header-title { margin-top: 0px!important;}
div.spr-review-footer { display:none!important; }
.spr-starratings { font-size: 14px!important; }
#shopify-product-reviews { padding-left: 0; width:100%; }
.spr-review, .spr-form {
    padding: 0px!important;
}
.spr-form-contact-name, .spr-form-contact-email, .spr-form-contact-location, .spr-form-review-rating, .spr-form-review-title, .spr-form-review-body {
    margin: 0 0 15px 0;
    padding-left: 0px!important;
    text-align: left;
}
.spr-form-review-rating { display:block; width:100%!important; float:left; text-align:left; padding-top:0px!important;  padding-bottom:0!important; margin-bottom:0!important; }
.spr-form-label {
    float: left;
  width:100%;
}
.spr-form-input.spr-starrating { padding-top:0!important; padding-left:0; }
.spr-form-review-title { margin-top:10px!important; padding-top:0px!important; padding-bottom:0px!important; margin-bottom:10px!important; }
.spr-form-contact-name, .spr-form-contact-email, .spr-form-contact-location, .spr-form-review-rating, .spr-form-review-title, .spr-form-review-body {
    margin: 0 0 0px 0;
width:37%;
}
.spr-form-contact-name, .spr-form-contact-email {  padding-bottom:0px!important; }
.spr-form-review-body { width:100%; display:block; padding-left:0px!important; }
.spr-form-input { padding:0; margin-top:0px; }
.spr-form-review-body { padding-bottom:0px!important; margin-bottom:10px!important; padding-top:0px!important; }
.spr-form-input-textarea {
    resize: none;
}
.spr-form-input {     padding: 0!important;
  margin-top: 5px!important; }
.spr-form-input-text, .spr-form-input-email {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px!important;
    height: 30px!important;
}
.spr-form-input {
    padding: 0!important;
    margin-top: 5px!important;
    width: calc(74% + 20px);
}
.spr-button-primary {
    float: left!important;
    width: calc(74% + 20px)!important;
}

.spr-form-contact-name input, .spr-form-contact-email input, .spr-form-review-title input { padding-left:5px!important; }

@media screen and (max-width:800px) {
  spr.button { 
        width: calc(74% + 20px)!important;
  }
}
.spr-form-input-textarea {
    resize: vertical;
    padding-left: 5px!important;
    padding-top: 5px!important;
}

.blog-item .excerpt {
    display: block;
    margin: 15px 0;
    line-height: 23px;
    color: #4a4a4a;
    background-color: #fff;
    padding: 20px;
}

.artcon { background-color:#fff; padding:15px; }





  @media screen and (max-width:800px) {
    .qtin {
      width:22%!important;
    }
  }

#colimg { display:none; }


label#showid:hover { cursor:pointer; }


#data2 input { display:block; margin:10px auto; }
* { font-family: 'Source Sans Pro', sans-serif; }
.product-info .price { letter-spacing:0px!important; }
.item .details .price { letter-spacing:0px!important; }
.total { letter-spacing:0px!important; }

.tc-side div { padding-left:0!important; padding-right:0!important; margin:0 auto; max-width:800px; }

.artauth, .read_riht { line-height:55px!important; }
.bott_m { bottom:8px!important; }


.search-box-1 {
  max-width: 275px; 
  height:20px!important;
  background-color:rgba(245, 245, 245, 0.7);
  margin-left:-1px;
  border-right:0px;
  border: 2px solid #DDDDDD; 
  padding:13px; width:67.2%;    
  vertical-align: bottom;
  padding-bottom: 10px !important;

}

.search-input {
  margin-left: -5px;
  border-top-left-radius: 0!important; 
  border-bottom-left-radius: 0!important;
  padding:15px; height:49px;
  vertical-align:bottom; 
  border-radius:5px; 
  font-size:14px;

}

.footer-last {
  background-color: #000;
  color: #fff;
  width:100%;
}

.h1collection {
  color: #000 !important;
  text-align: left;
  font-size: 2.5em;
  text-align: center;
}

.sidebar-nav1 {
	background-color: #F2F5F4;
    padding: 15px 0px 20px 15px;
    line-height: 20px;
    color: #000;
  	font-size: 15px;
	font-weight: 600;
}

.coldescription {
   padding: 15px;
   word-wrap: break-word;
   hyphens: auto;
   text-align: left;
}

.front-prod {
  width: 51%; 
  height: 14px; 
  border-bottom: 0px solid black; 
  text-align: center;
  margin-left: auto;
  padding-bottom: 10px;
  margin-right: auto;
}

.front-prod span {
  font-size: 24px; 
  padding: 0 10px;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase; 
}

.grid-img {
	background-size: contain;
	padding-top:  100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.specify {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.header-user {
  fill: #c50050;
}

.header-user:hover {
  fill: #f30767;
}
.header-cart {
  background-image: url(//beurer.dk/cdn/shop/t/7/assets/kurv1.png?v=154595348639884268581787227684);
  background-size:contain;
  background-position: center center;
  background-repeat: no-repeat;
  width:100%;
  padding-top:75%;
  margin-top: 7px;
  margin-right: 7px;
}
.header-cart:hover {
  background-image: url(//beurer.dk/cdn/shop/t/7/assets/kurv_hover1.png?v=154486195488658360661787227684);

}

/* MailChimp signup styling */

#mailchimp {
	background: #f8f8f8;
	color: #16203F;
	padding: 20px 15px;
  	text-align: center;
  	border-radius: 1px;
  	display: block;
  	margin-left: auto;
    margin-right: auto;
  	width: 50%;
  	max-width: 460px;
}
	#mailchimp input {
		 border: medium none;
    color: #16203F;
    font-family: quicksand;
    font-size: 15px;
    font-style: regular;
    margin-bottom: 15px;
    padding: 8px 10px;
    width: 230px;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 5px;
	}
		#mailchimp input.email { background: #fff }
		#mailchimp input.name { background: #fff}
		#mailchimp input[type="submit"] {
			background: #16203F;
			color: #fff;
			cursor: pointer;
			font-size: 15px;
			width: 35%;
			padding: 8px 0;

		}
			#mailchimp input[type="submit"]:hover { background-color: #FF5252 }

/* knap på cart */

.myButton {
	background-color:#56af3e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
  	transition: all 0.5s;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Source Sans Pro;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	
}
.myButton:hover {
	background-color:#407f2b;
  	color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}

/* Styling af tabeller */


th, td {
border: 1px solid #000 !important;
text-align: left; padding: 10px;
padding-top: 3px;
padding-bottom: 3px;
}   