@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Mogra');
body { margin: 0px; padding: 0px; font-family: "Roboto", sans-serif; font-size: 12px; -webkit-text-size-adjust: none; background: url('../images/bg.jpg'); letter-spacing: 0.3px; }

body:lang(nb){
  background: url('../images/matsmart_norway_background.jpg');
}
body:lang(fi) {
  background-image: url('../images/matsmart_finland_background.jpg');
}

/* reset system .error */
div.error {
  background: none;
  color: inherit;
  border: none;
}

a{ color: #000; text-decoration: none; }
a:hover{text-decoration: none; }
img{ border: 0px; }
input:focus{ outline: none; }

input.nice-i{
  color: #c2c2c2;
  border: 1px solid #e2e2e2;
  padding: 4px 10px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1);
  -moz-box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1);
  box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1);
}
a.nice-a2{
  border-bottom: 1px solid #868686;
  color: #ffffff;

  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;

  text-shadow: 0px -1px 0px #389b2d;
  filter: dropshadow(color=#389b2d, offx=0, offy=-1);

  background: #52ce3d; /* Old browsers */
  background: -moz-linear-gradient(top, #52ce3d 0%, #21a427 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52ce3d), color-stop(100%,#21a427)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #52ce3d 0%,#21a427 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #52ce3d 0%,#21a427 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #52ce3d 0%,#21a427 100%); /* IE10+ */
  background: linear-gradient(top, #52ce3d 0%,#21a427 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52ce3d', endColorstr='#21a427',GradientType=0 ); /* IE6-9 */

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.clr {
	clear: both;
	float: none;
}

a.nice-a{ padding: 0px; }


h2.nice-title,h1.nice-title{
  height: 40px;
  line-height: 40px;
  color: #062f0f;

  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
}

#content .wrap-title-black { background: transparent; }
.front #content .wrap-title-black { background: none; width: 710px; margin-bottom: 10px; float: left; }
.front #content .wrap-title-black h1 { padding-left: 10px; color: 062f0f; }

#top{
  width: 100%;
  height: 96px;
  background: #ffffff; /* Old browsers */
  z-index: 200;
  position: relative;
}

#wrap-user-border { width: 100%; height: 36px; }
#wrap-user-border2 { width: 100%; height: 36px; }


#wrap-user{ width: 960px; height: 35px; margin: 0 auto; text-align: center; }

#user-message{
  float: left;
  width: 230px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #000;
  text-align: left;
}

ul#user-menu{
  float: left;
  width: 730px;
  height: 35px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;
}

ul#user-menu li{
  display: inline-block;
  padding: 0;
  margin-right: 10px;
}


* html ul#user-menu li{ display: inline;}
* +html ul#user-menu li{ display: inline;}

ul#user-menu li a{
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  color: #9e9e9e;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}


* html ul#user-menu li a{ display: inline;}
* +html ul#user-menu li a{ display: inline;}

ul#user-menu li a:hover{ text-decoration: underline; }

#header{ width: 960px; height: 75px; margin: 0 auto; text-align: center; }
#header-top{ float: left; width: 100%; height: 65px; margin-bottom: 10px; }

#wrap-logo{ float: left; margin: 0 0 0 15px; }
#wrap-logo a {background: url(/sites/all/themes/retailshop/images/matsmart-logo-vector.svg) no-repeat; display: block; width: 56px; height: 56px; position: relative; z-index: 2; top: 2px; }

#header-mobile-cart{display:none;}

#header-bottom{
   float: left;
   width: 100%;
   height: 60px;
   background: #FFFFFF; /* Old browsers */
   text-align: left;
}


#header-bottom.fixed { position: fixed; top: 0; left: 0; z-index: 200; width: 100%; box-shadow: 0px 1px 7px 1px rgba(0,0,0,0.10); }
/* TODO */
ul#header-menu{
  float: left;
  width: 148px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: 18px;
}

ul#header-menu li{ float: left; height: 41px; margin-right: 2px; list-style:none;}
ul#header-menu li a{
   float: left;
   font-family: 'Roboto',sans-serif;
   font-size: 12px;
   text-transform:uppercase;
   height: 50px;
   line-height: 58px;
   color: #0F6C28;
   text-decoration: none;
   font-weight: bold;
}
ul#header-menu li a:hover {
   color: #2E8C3B;
}
ul#header-menu li a.active{
  color: #242323;
  text-shadow: 0px 0px 0px #000000;
  background: #e4e4e4; /* Old browsers */
}

ul#header-menu li a.special{ color: #f9d302; }


#matsmart-findify-search-form .form-item-q {
          margin: 0;
}

#search{
  float: left;
  width: 460px;
  height: 45px;
  position:relative;
  margin-top:3px;

}
.page-checkout #search {
  width: 660px;
}
.page-checkout #search input.nice_search {
  width: 650px;
}


#search-form{ float: left; width: 100%; }

#search input.nice_search{
    float: left;
    width: 450px;
    font-size: 13px;
    height: 45px;
    line-height: 28px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #707070;
    background: #F7F7F7;
    border: none;
    text-indent: 45px;
    margin-top:3px;
    border-radius: 5px;
}
#search input.nice_submit{
  position: absolute;
  top: 14px;
  left: 16px;
  height: 25px;
  width: 25px;
  font-size: 0;
  color: transparent;
  background: #38991f;
  border-bottom: 0;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background: url(/sites/all/themes/retailshop/images/icons/search-green.svg) no-repeat;
  border:none;
}

#search input.nice_submit:hover{ cursor: pointer; }

.page-search #right-column h1.nice-title {
  display: none;
}
#search-results {
  min-height: 500px;
}

#header-bottom .go-to-checkout {
  display: none;
  height: 45px;
  vertical-align: top;
  width: 190px;
  float: right;
  margin-top: 6px;
  margin-right: 19px;
}
#header-bottom.empty-cart .go-to-checkout {
  opacity: 0.3;
  pointer-events: none;
}
#header-bottom .go-to-checkout a {
  height: 100%;
  width: 100%;
  line-height: 50px;
  letter-spacing: 0.5px;
  font-size: 16px;
}

@media screen and (min-width: 801px) and (max-width: 1180px) {
#search {
  width: calc(100% - 620px);
}
.page-checkout #search {
  width: calc(100% - 520px);
}
#search input.nice_search {
  width: 100% !important;
}
#header-bottom .go-to-checkout {
  width: 90px;
}
#header-bottom .go-to-checkout a:lang(nb) {
  font-size: 11px;
}


}

#wrap-content{ max-width: 1180px;  margin: 0 auto; overflow: hidden; background-color: #ffffff; }




#main-content{ float: left; width: 100%; background: #f7f7f7; }
@media screen and (min-width: 801px){
  #main-content {
    padding-top: 20px;
  }
}
.page-search #main-content {
  padding-top: 0;
}

#spacer { background: #ffffff; height: 13px; }

#left-column{ float: left; width: 230px; margin-right: 10px; font-family: 'Roboto', sans-serif; }
#right-column{ float: left; width: 720px; width: calc(100% - 260px); }
.page-search #right-column { float: none; width: 100%; padding: 20px; box-sizing: border-box; padding-top: 0; }

#main-content .wrap-title-black{ width: 100%; }
#main-content .wrap-title-black h2.nice-title{ float: left; width: 170px; padding-left: 20px; margin: 0px; color: #0f6c28; height: auto; line-height: normal;}
#main-content .wrap-title-black h2.nice-title.long{ width: 210px; }

#main-content #left-column .left-block .wrap-title-black{ border: 0px; }

#main-content h1.nice-title{ width: 550px; margin: 0px; }
#main-content .wrap-title-black.round{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#wrap-categories{ float: left; width: 100%; margin-bottom: 20px;}
#wrap-categories .wrap-title-black .expanded{ display: none; float: left; width: 40px; height: 40px; background: url(../images/cat-expanded-icon.png) no-repeat center center; }
#wrap-categories .wrap-title-black .collapsed{ float: left; width: 40px; height: 40px; background: url(../images/cat-expanded-icon.png) no-repeat center center; }
#wrap-categories .wrap-title-black .expanded:hover, #wrap-categories .wrap-title-black .collapsed:hover{ cursor: pointer; }

.page-cart #hdr-basket .collapsed {display: none !important;}

ul#category-menu{
  float: left;
  width: 100%;
  list-style: none;
  padding-bottom: 11px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  margin: 0px;
}

ul#category-menu li{ float: left; width: 100%; }

ul#category-menu li a{
  float: left;
  width: 210px;
  height: 40px;
  line-height: 41px;
  padding-left: 20px;
  color: #9e9e9e;
  font-size: 13px;
  text-decoration: none;
  transition: background 1s;
}

ul#category-menu li a:hover, ul#category-menu li a#cactive { background: #e4e4e4; color: #0f6c28; }

ul.menu{
  float: left;
  width: 100%;
  list-style: none;
  padding-bottom: 11px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  margin: 0px;
  background: #fff;

}

ul.menu li{ margin: 0px; float: left; width: 100%; border-bottom: 1px solid #f0f0f0; }

ul.menu li a{
  float: left;
  width: 210px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  font-size: 13px;
  text-decoration: none;
}

ul.menu li a:hover{ /*background: #eeb900 url(../images/cat-menu-arrow-hover.png) no-repeat 210px center !important;*/ color: #363031 !important; }

#left-column .left-block{ float: left; width: 100%; }

#left-column .left-block h2.nice-title2{
  float: left;
  width: 215px;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  border-bottom: 1px solid #d9d9d9;
  color: #343434;

  font-size: 20px;
  font-weight: normal;

  background: #f8f8f8; /* Old browsers */

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;

}
#left-column .left-block .block-content{
  float: left;
  width: 199px;
  padding: 15px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#left-column .left-block .block-content2{
  float: left;
  width: 100%;
  padding: 0;
  background: #ffffff;
}

#left-column .block-mailchimp-signup {
    width: 200px;
    padding: 20px;
    box-sizing: border-box;
    margin: 15px;
    border: 1px solid #ddd;
    background: #fff;
}
#left-column .block-mailchimp-signup .description .form-item {
  margin-top: 0;
}
#left-column .block-mailchimp-signup .form-email {
    width: 100%;
    box-sizing: border-box;
}
#left-column .block-mailchimp-signup .form-submit {
    width: 100%;
    line-height: 30px;
    font-size: 13px;
}
#left-column #newsletter-signup-modal .content, .newsletter-signup-modal .content {
  top: 20px;
  left: -136px;
}
#left-column #newsletter-signup-modal .content a, .newsletter-signup-modal .content a {
  display: inline;
}
#mailchimp-signup-subscribe-block-newsletter-signup-no-form  #newsletter-signup-modal .content {
  left: -78px;
}
#newsletter-form p, #left-column .left-block p{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px;
  color: #858585;
}
#left-column .left-block p a img{
  transition: opacity 0.5s;
}
#left-column .left-block p a img:hover{
  opacity: 0.5;
}


#left-column .left-block p.support{
  float: left;
  width: 170px;
  margin: 0px;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f0f0f0;
}
#left-column .left-block p.support a{ color: #24659c; text-decoration: none;}
#left-column .left-block p.support a:hover{ text-decoration: underline;}
#left-column .left-block p.support span{ color: #565656; }



#content{ float: left; width: 100%;}
#wrap-featured-products{ float: left; width: 100%; }

#wrap-featured-products .list-type{ float: right; /*width: 120px;*/ margin-right: 10px; }
#wrap-featured-products .list-type p{
  float: left;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  padding: 0px;
  color: #fff;
}

#wrap-featured-products .list-type p a{ float: left; margin-left: 10px; }
#wrap-featured-products .list-type p a img{ float: left; border: 0px; }

#inline-product-list{
  float: left;
  width: 100%;
  background: #ffffff;
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #bebebe;

  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}




#wrap-pages.round{
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 20px 0px 20px;
  margin-top: 15px;
}
#wrap-pages .left{
  float: left;
  width: 100px;
  height: 45px;
  line-height: 45px;
  color: #232222;
}
#wrap-pages .right{
  float: left;
  width: 580px;
  height: 27px;
  line-height: 27px;
  margin: 9px 0px;
  text-align: right;
}
#wrap-pages .right a{
  height: 27px;
  line-height: 27px;
  color: #2d75b2;
  text-decoration: none;
  border-right: 1px solid #eeeeee;
  padding-left: 7px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
  margin-bottom: -7px;
}
#wrap-pages .right a.last {
  border: none;
}
#wrap-pages .right a.active, #wrap-pages .right a:hover{ color: #333333; font-weight: bold; }

#wrap-pages .right a.previous-button{
  border: 0px;
  padding: 0px;
  display: inline-block;
  height: 27px;
  width: 27px;
  background: url(../images/previous-button.png) no-repeat center center;
}

#wrap-pages .right a.previous-button:hover{ background: url(../images/previous-button-hover.png) no-repeat center center; }

#wrap-pages .right a.next-button{
  border: 0px;
  padding: 0px;
  display: inline-block;
  height: 27px;
  width: 27px;
  background: url(../images/next-button.png) no-repeat center center;
}

#wrap-pages .right a.next-button:hover{ background: url(../images/next-button-hover.png) no-repeat center center; }



/*---------ADDED CSS FOR VIEWS BEGIN---------*/
.block-content{
  float: left;
  width: 735px;
  list-style: none;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.block-content .prd {
  float: left;
  display: inline-block;
  width: 132px;
  margin-top: 10px;
  margin-right: 15px;
  padding: 0px;
  background: #ffffff url(/sites/all/themes/retailshop/images/post-it.gif) no-repeat;
  background-size: 100% 100%;

}

* html .block-content .prd { display: inline; }
* + html .block-content .prd { display: inline; }

.block-content .prd.middle{ margin: 10px 15px 0; }
.block-content .prd .product-name{
  float: left;
  width: 100%;
  height: 30px;
  margin: 10px 0px;
  overflow: hidden
}
.block-content .prd .product-name h2{
  float: left;
  width: 102px;
  line-height: 15px;
  font-size: 12px;
  color: #2d75b2;
  font-weight: bold;
  margin: 0px 15px;
  padding: 0px;
  text-align: center;
}
.block-content .prd .product-name h2 a{ text-decoration: none; }
.block-content .prd .product-name h2 a:hover{ text-decoration: underline; }

.block-content .prd .product-photo{
  float: left;
  width: 132px;
  height: 112px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.block-content .prd .product-photo a{ float: left; width: 100%; }
.block-content .prd .product-photo a img{ float: left; width: 102px; height: 102px; margin: 0 15px 10px; }

.block-content .prd .product-info{
  float: left;
  width: 102px;
  margin: 5px 15px 0px;
}
.block-content .prd .product-info .first-row{
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.block-content .prd .product-info .first-row .oldprice{
  float: left;
  width: 130px;
  height: 20px;
  line-height: 20px;
  color: #232222;
  font-size: 15px;
}
.block-content .prd .product-info .first-row .oldprice span{ text-decoration: line-through; font-weight: bold; }
.block-content .prd .product-info .first-row .details{
  float: left;
  width: 70px;
  height: 20px;
  line-height: 20px;
  text-align: right;
}
.block-content .prd .product-info .first-row .details a{
  background: url(../images/details-arrow.png) no-repeat scroll left center transparent;
  color: #24659c;
  font-weight: normal;
  padding-left: 10px;
  float: right;
}
.block-content .prd .product-info .second-row{
  float: left;
  width: 100%;
  height: 27px;
  line-height: 27px;
  padding-bottom: 10px;
}
.block-content .prd .product-info .second-row .price {
  float: left;
  height: 27px;
  line-height: 22px;
  color: #e80115;
  font-weight: normal;
  font-size: 18px;
  text-transform: lowercase !important;
}
.block-content .prd .product-info .second-row .addcart{
  float: right;
}

.block-content .prd .product-info .second-row .addcart a{ float: right; width: 110px; height: 25px; line-height: 25px; }
.block-content .prd .product-info .second-row .addcart a:hover{ width: 112px; height: 26px; line-height: 26px; }

.block-content .commerce-add-to-cart .form-submit{
  margin-top: 0px;
}

.block-views .nice-title2{
background: #e80115;
float: left;
width: 100%;
text-indent: 20px;
height: 40px;
line-height: 40px;
color: #ffffff;
font-size: 18px;
font-weight: normal;
letter-spacing: 1px;
margin-bottom: 0px;
}

#left-column .left-block h2.nice-title2 {
  background: #e80115;
  float: left;
  width: 230px;
  text-indent: 20px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0px;
  padding: 0;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

#nobreadcrumb{
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
}
.footer-block {
  padding-bottom: 10px;
  clear: both;
  float: left;
}
.footer-block .contextual-links-wrapper ul, .footer-block .contextual-links-wrapper ul a {
  width: auto;
}
.footer-block-left p,
.footer-block-left div
{
margin: 0;
padding: 0;
}
.field-type-taxonomy-term-reference {
	clear: both;
	float: none;
}
.field-type-taxonomy-term-reference div.field-item,
.field-type-taxonomy-term-reference div.field-label
{
  float: left;
  margin-right: 10px;
}
.block-product-list ul.tabs {
 width: 700px;
}
.region-front .block-block:nth-child(2+n) .block-product-list {
  margin: 20px 0;
}
#cart-title a {
color: #000;
}
#inline-product-list .line-item-summary {
padding: 20px 20px 0px 20px;
float: right;
width: 100%;
}

#inline-product-list .form-actions {
padding: 0px 20px 20px 20px;
float: right;
width: 100%;
}
#inline-product-list .product-photo input {
margin-top: 30px;
}
table.views-table {
width: 100%;
}

#footer ul li.leaf, #footer ul li.expanded, #footer ul li.collapsed {
list-style: none none;
}

.empty-cart #hdr-basket,
.empty-cart #header-mobile-cart,
.empty-cart .go-to-checkout {
  opacity: 0.3;
  pointer-events: none;
}

#hdr-basket {height:45px;display: inline-block;width:250px;
  margin-top: 6px;
  border-radius: 5px;
  margin-left: 12px;
  text-align: center;
}
#hdr-basket:hover {background:rgba(227, 227, 227, 0.36)}
#header-bottom.empty-cart #hdr-basket {
  opacity: 0.3;
  pointer-events: none;
}
.hdr-basket-notify-customer {background:#92D943;}

#hdr-basket-checkout input[type=submit]:hover { background: rgb(106, 175, 81); }


#hdr-basket-full .component-type-tax25-moms { display: none; }
#hdr-basket-full .component-type-tax12-moms { display: none; }
#hdr-basket-full .view-content { padding: 10px 5px 5px 10px }
#hdr-basket-full .views-table td,
#hdr-basket-full .views-table tr,
#hdr-basket-full .views-table tbody,
#hdr-basket-full .views-table td,
#hdr-basket-full .commerce-price-formatted-components td,
#hdr-basket-full .commerce-price-formatted-components tr { background: transparent; border: 0; }
#hdr-basket-full .messages { display: none; }
#hdr-basket-full table.views-table tr.odd { background: #ffffff; }
#hdr-basket-full table.views-table tr.even { background: #f0f0f0; }
#hdr-basket-full table.views-table tr.even { background: #ffffff; }

.views-field-field-volume { display: none !important; }



#hdr-basket-weight-label { font-size: 10px; }
#hdr-basket-weight-value { font-size: 24px; font-weight: bold; }


#hdr-basket-first { float: left; width: 130px;border-left: 1px solid #E3E3E3;border-right: 1px solid #E3E3E3;}
#hdr-basket-first-span {
	display:inline-block;
	height: 50px;

}
#hdr-basket-span-account {
	background: url(/sites/all/themes/retailshop/images/icons/profile.svg) no-repeat center center;
}
#hdr-basket-span-login {
   	background: url(/sites/all/themes/retailshop/images/icons/login.svg) no-repeat center center;
}
.hdr-basket-span-profile {
	background-size: 23px !important;
    height: 50px;
    display: inline-block;
    width: 23px;
}
#hdr-basket-span-text{
    font-size: 14px;
    color: #E3E3E3;
    margin-top: 20px;
    margin-left: 10px;
    float: right;
}
#hdr-basket-checkout a {
	text-decoration:none;
}


.field-name-field-price-table table { width: 100%; }
.field-name-field-price-table table td { width: 60px; }
.field-name-field-price-table table td:last-child { width: auto; }

#cdl { color: #000; font: bold 9px Arial, sans-serif; float: right; display: block; clear: both; margin: 2px 0 0 0; }
.form-item-quantity { width: 50px !important; }


.second-row .form-submit { font-size: 13px; width: 41px; height: 23px; }

.related-product-special-image { float: left; }
.related-product-special { float: left; margin: 0 0 0 10px; }
.related-product-special-price { color: #e80115; float: right; margin-left: 10px; }

.component-type-matsmart-multiprice .component-total {color:#FF273E;}
.component-type-commerce-price-formatted-total-saved td {font-size:16px;color:#4A4A4A;padding-top:15px;font-weight:bold;color:#FF273E;}


#block-user-login .block-content { width: 199px !important; border-right: 1px solid #cccccc !important; border-bottom: 1px solid #cccccc !important; }
#block-simplenews-0 .block-content { width: 199px !important; border-right: 1px solid #cccccc !important; border-bottom: 1px solid #cccccc !important; }

#hdr-basket-weight { display: none; }


/* KASSA */
.view-commerce-cart-summary tr td { vertical-align: middle; }
fieldset fieldset .fieldset-legend { font: normal 12px Arial, Tahoma; }

.commerce-customer-profile-copy { display: none !important; }

.product-price p:first-child { color: #e80115 !important; font-size: 35px !important; }

.views-field-field-old-price { display: none !important; }
.views-field-field-weight { display: none !important; }

#numberDisplay {  display: none !important; }

.ajax-progress { display: none !important; }

.form-item-commerce-payment-payment-method { height: 20px; clear: both; }
.form-item-commerce-payment-payment-method input { float: left; }
.form-item-commerce-payment-payment-method label { display: block; float: left; padding: 0 0 10px 90px; width: 520px; }
.form-item-commerce-payment-payment-method label .payment-title { text-transform: uppercase; text-decoration: underline; font-size: 15px; font-weight: bold; }
.form-item-commerce-payment-payment-method label .payment-price { float: right; color: #e80115; font-weight: bold; font-size: 15px; }
.form-item-commerce-payment-payment-method:first-child label { background: url(../images/klarna_checkout.png) no-repeat 10px 0; }
.form-item-commerce-payment-payment-method:last-child label { background: url(../images/klarna_faktura.png) no-repeat 10px 0; }

fieldset { padding: 6px 0 12px 0; margin: 0 0 12px 0; }
fieldset legend { padding: 0; }
fieldset input[type=text], input[type=tel], fieldset input[type=email] { font-size: 16px; margin-left: 0; border-color: #bbbbbb; border-style: solid; border-width: 1px; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; padding: 5px 5px 4px 5px;height:31px;width:150px; }
.fieldset-legend { font-size: 20px; }
.fieldset-legend-title {vertical-align:top;color:rgb(46, 140, 59)}
fieldset.cart_contents { border: 0; border-bottom: 2px solid #dedede; }
fieldset.matsmart_dhl_shipping_options { border: 0; }
fieldset.commerce_shipping { border: 0; }
fieldset.commerce_payment { border: 0; }

.form-item-customer-profile-shipping-field-mobile-und-0-value { margin-bottom: 0; }
fieldset.matsmart_mailchimp_subscribe { border: 0;text-align:center; }
div.matsmart-mailchimp-subscribe { text-align:center; }
fieldset.matsmart_cart_form_checkout_pane { border: 0; border-bottom: 2px solid #dedede; position:relative;}

fieldset.account { border: 0; border-bottom: 2px solid #dedede; }
#edit-account-login-mail { width: 304px; }

fieldset.customer_profile_shipping { border: 0; border-bottom: 2px solid #dedede; }
#edit-customer-profile-shipping-commerce-customer-address-und-0-name-line { width: 304px; }
#edit-customer-profile-shipping-commerce-customer-address-und-0-thoroughfare { width: 304px; }
#edit-customer-profile-shipping-commerce-customer-address-und-0-premise { width: 304px; }
#edit-customer-profile-shipping-commerce-customer-address-und-0-postal-code { width: 80px; }
#edit-customer-profile-shipping-commerce-customer-address-und-0-locality { width: 200px; }

#edit-customer-profile-shipping-field-mobile-und-0-value { width: 304px; }

fieldset.commerce_klarna_checkout_payment_pane { border: 0; border-bottom: 2px solid #dedede; }
fieldset.checkout-buttons { border: 0;text-align:center; }

#continue-shopping {
  border: 0;
  display: block;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  color: #0089cf;
  padding: 4px 9px 4px 9px;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
}

#continue-shopping span { color: #000; }
#continue-shopping:hover { text-decoration: none; }

#edit-continue {
        -moz-box-shadow:inset 0px 0px 0px 0px #a4e271;
        -webkit-box-shadow:inset 0px 0px 0px 0px #a4e271;
        box-shadow:inset 0px 0px 0px 0px #a4e271;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #009900));
        background:-moz-linear-gradient(top, #89c403 5%, #009900 100%);
        background:-webkit-linear-gradient(top, #89c403 5%, #009900 100%);
        background:-o-linear-gradient(top, #89c403 5%, #009900 100%);
        background:-ms-linear-gradient(top, #89c403 5%, #009900 100%);
        background:linear-gradient(to bottom, #89c403 5%, #009900 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#009900',GradientType=0);
        background-color:#89c403;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        border:1px solid #74b807;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Trebuchet MS;
        font-size:20px;
        font-weight:bold;
        text-decoration:none;
        text-shadow:1px 1px 0px #528009;
        width: 162px;
        height: 50px;
        margin: 0 10px 0 0;
}
#edit-continue:hover { background: rgb(106, 175, 81); }
#edit-continue:lang(nb) { display: none; }

.search-result { overflow: hidden; }
.search-info { display: none; }
.search-snippet-image { width: 60px; height: 50px; float: left; }
.search-snippet-info { width: 550px; height: 50px; vertical-align: middle; float: left; }

#edit-profile-main { display: none; }

#mobile-logo { display: none; }

#matfyndet-special2 { width: 320px; height: 95px; float: left; margin-left: 10px; }

#edit-timezone, #edit-contact, #edit-locale { display: none; }

#related-products-nav-special2 .contextual-links-wrapper { display: none; }

legend .circle{
	background: rgba(57, 181, 74, 1) !important;
}
legend .circle span{
	font-size:16px;
}
legend  .fieldset-legend-title {
	color: rgba(57, 181, 74, 1) !important;
}



body.page-node-7082 #content .wrap-title-black {
  display: none;
}
/* Hide Zendesk Widget in checkout */
body.page-checkout #launcher {
  display: none;
}
/* Hide Zendesk Widget when cookie compliance is shown */
.eu-cookie-compliance-show #launcher {
  visibility: hidden;
}

.updating.cart-progress-wrap,
.updating .price,
.updating .commerce-price-formatted-components {
  opacity: 0.5;
}

.node-type-page #content .wrap-title-black,
.node-type-article #content .wrap-title-black {
  margin-top: 30px;
}
.node-type-page #content h1.block-title,
.node-type-article #content h1.block-title {
  width: 100% !important;
  text-align: center;
}
#node-content {
  padding: 0 5%;
  font-size: 14px;
  line-height: 21px;
  color: #4a4a4a;
  margin-bottom: 30px;
}
.node-type-article #content h1.block-title {
  font-size: 35px;
  color: #062f0f;
  font-family: 'Mogra', sans-serif;
  text-transform: uppercase;
  padding: 0;
  line-height: normal;
}
.node-type-article #node-content h2 {
  font-family: 'Mogra', sans-serif;
  font-size: 26px;
  line-height: normal;
  color: #062f0f;
}
@media screen and (max-width: 800px){
.node-type-article #content h1.nice-title {
  font-size: 30px;
  line-height: 30px;
}
}
.node-type-article #node-content strong {
  color: #062f0f;
}
.node-type-article #node-content a {
  color: #2e8c4b;
  font-size: 14px;
  font-weight: bold;
}
#launcher:lang(fi){
  display: none;
}

#back-to-top {
  position: fixed;
  right: 10px;
  bottom: 55px;
  padding: 10px;
  display: none;
}
#back-to-top a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 51px;
  border-radius: 24px;
  background: #ffb100;
  color: white;
  font-size: 22px;
  text-align: center;
}
#back-to-top a:hover {
  text-decoration: none;
}
@media screen and (min-width: 801px){
  #back-to-top {
    display: none !important;
  }
}

.input-wrap {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 800px){
  .input-wrap {
    width: 60%;
  }
  .input-wrap .ms-input {
    width: 100%;
  }
}
.input-wrap .ms-input {
  padding-top: 13px;
  padding-left: 10px;
}
.input-wrap label {
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 100;
  color: #9e9e9e;
  cursor: text;
  transition: font-size 0.2s, line-height 0.2s;
}
.input-wrap .ms-input.not-empty + label,
.input-wrap .ms-input:focus + label {
  font-size: 11px;
  line-height: 22px;
}
.input-wrap.error .ms-input {
  background: rgba(255,39,62,0.05);
  border-color: #FF273E;
}
.input-wrap.error label {
  color: #FF273E;
}
.submit-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 800px){
  .submit-wrap {
    width: calc(40% - 4px);
  }
  .submit-wrap .ms-button {
    width: 100%;
  }
}
.load-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f6c28;
  box-sizing: border-box;
  padding-top: 10px;
  border-radius: 3px;
  cursor: wait;
  display: none;
}
.loader {
  font-size: 10px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

.node-type-full-width-campaign #main-content {
  padding: 0;
  float: none;
}
.node-type-full-width-campaign #left-column {
  display: none;
}
.node-type-full-width-campaign #right-column {
  float: none;
  width: 100%;
}
.node-type-full-width-campaign #right-column .wrap-title-black {
  display: none;
}
.node-type-full-width-campaign #right-column #node-content {
  padding: 0;
  margin: 0;
  position: relative;
}
.node-type-full-width-campaign #right-column #node-content p {
  padding: 0;
  margin: 0;
}
.node-type-full-width-campaign #right-column #node-content p img {
  display: block;
}

@media screen and (max-width: 800px) {
.node-type-full-width-campaign .padding-wrap {
  padding: 0 5%;
}
}
.node-type-full-width-campaign .article-content {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 801px) {
  .node-type-full-width-campaign .ms-heading,
  .node-type-full-width-campaign .ms-leading {
    text-align: center;
  }
}
.node-type-full-width-campaign .contact-box {
  max-width: 300px;
  margin: 30px auto;
}
.node-type-full-width-campaign .contact-box p {
  margin: 10px 0 !important;
  font-size: 14px;
}
.node-type-full-width-campaign .contact-box .ms-button {
  text-transform: none;
  font-weight: normal;
}
.node-type-full-width-campaign .contact-box p a {
  color: #0f6c28;
}
.node-type-full-width-campaign .contact-box .icon {
  display: inline-block !important;
  margin-right: 10px;
  width: 18px;
  vertical-align: middle;
}

#user-register-form a {
  text-decoration: underline;
}
