/* ==========================================================================
   General Site Styling
   ========================================================================== */
/*Search and list style*/
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .input-group {
    width: 100%;
}
@media screen and (max-width: 991px) {
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3){
        margin-top: 20px;
    }
}
@media screen and (min-width: 992px){
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
        width: 30%;
    }
    #searchandlist > .row:first-of-type > .col-md-6 {
        width: 70%;
    }
    .pt-page-invoicesearch #searchandlist .form-control.js-searchlistbox {
        margin-top: 25px;
    }
    .pt-page-invoicesearch #searchandlist .js-pageQuerySearch.pt-btn-search {
        margin-top: 25px;
    }
}
 #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3) .checkbox,
 #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .checkbox {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 20px;
}
#searchandlist > .row:first-of-type .selected-user-wrapper {
    margin-left: 20px;
}
#searchandlist > .row:first-of-type .form-group .checkbox {
    float: left;
}

/* Customer information page */
.pt-page-usercustomerinformation .form-uppercase-label label {
    text-transform: none;
}
.pt-page-usercustomerinformation .control-label-static {
    margin-top: 0;
}

/* Quickshop */
.row.quickshopcontent {
    margin-left:  0px;
    margin-right: 0px;
    margin-top: 15px;
}
.quickshopcontent h4 {
    margin-top: 8px;
    text-transform: initial;
}
.quickshopcontent #quickHeader {
    padding-left: 0;
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 {
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn {
    float: right;
    width: 100%;
    font-size: 0;
    height: 33px;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn:after {
    content: '\f07a';
    font-size: 15px;
    font-family: fontawesome;
}
@media screen and (min-width: 992px){
    .quickshopcontent .col-sm-6.col-xs-6 {
        width: 58.33333%;
    }
    .quickshopcontent .col-sm-2.col-xs-2 {
        width: 8.33333%;
    }
}
@media screen and (max-width: 991px) {
    .quickshopcontent > div.col-sm-6.col-xs-6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-4 {
        width: 50%;
        padding-right: 5px;
        padding-left: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 {
        width: 50%;
        padding-left: 5px;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 .btn {
        width: 100%;
    }
    .quickshopcontent #quickHeader {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .carousel {
        margin: 0 0px;
    }
}

/* Account details */
@media screen and (min-width: 992px) {
    .section_AccountDetail > form > .row > .col-md-6 {
        width: 75%;
    }
}
.pt-page-accountdetail .form-uppercase-label label {
    text-transform: none;
}

/*Buttons*/
.btn, .btn:focus, .btn:active {
outline:none!important;
}

/* Section checkout */
.section_Checkout .btn.js-updateQuantity {
    margin-top: -3px;
}
@media screen and (min-width: 768px){
    [data-loggedin="False"] .OrderSummaryShipToAddress {
        padding-left: 15px;
    }
    [data-loggedin="False"] .OrderSummaryShipToAddress .col-md-6 {
        padding-left: 0;
    }
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 .form-group > .col-sm-7 {
        margin-left: -10px;
    }
}
@media screen and (max-width: 991px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        padding-left: 15px !important;
    }
}
@media screen and (max-width: 767px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        margin-left: -15px;
    }
}
.order-detail-wrapper label {
    margin: 0;
}
.section_Checkout .js-warehouse-selector {
    margin-bottom: -15px;
}
/* Section Checkout Confirmation */
.section_CheckoutConfirmation .basket-qty-input-field[readonly] {
    background: transparent;
    border: none;
}

/* Checkout section */
.section_CheckoutConfirmation .basket-qty-input-field[readonly] {
    background: transparent;
    border: none;
}
/* Alignment */
.order-detail-wrapper label{
    margin-bottom: 0px;
}
.section_OrderDetail .order-detail-wrapper .row:nth-child(2) tr td{
    padding-top:4px;
    padding-left:2px;
    padding-bottom:0px !important;
    
}
.section_TransactionalDocumentDetails .order-detail-wrapper .row:nth-child(2) tr td{
    padding-top:4px;
    padding-left:2px;
    padding-bottom:0px !important;
    
}
.pt-page-orderdetail .section_PdfLink{
    float:left;
}
/* Order/Invoice/Quote Information Style Adjustments */
.section_TransactionalDocumentDetails hr{
    display: none;
}
.section_InvoiceDetail .col-md-6 .col-md-5{
    font-weight: bold;
}
.section_InvoiceDetail .col-md-6 div{
    padding-top:4px;
}
.section_InvoiceDetail h1{
    border-bottom:none !important;
}
.section_QuoteDetail .col-md-4, .section_QuoteDetail .col-md-5{
    font-weight: bold;
}
.section_QuoteDetail .col-md-6 .row {
    padding-top:4px;
}
/* Section checkout & Section Checkout Confirmation alignment */
.section_Checkout .btn.js-updateQuantity {
    margin-top: -3px;
}
.section_Checkout .js-warehouse-selector {
    margin-bottom: -15px;
}
[data-loggedin="True"] .section_Checkout .OrderSummaryShipToAddress {
    margin-left: 0;
    margin-right: 0;
}
[data-loggedin="True"] .OrderSummaryDetailsHeader > fieldset > div > .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.section_Checkout #summaryWrapper > .row {
    margin: 0;
}
@media screen and (min-width: 768px){
    [data-loggedin="False"] .OrderSummaryShipToAddress {
        padding-left: 15px;
    }
    [data-loggedin="False"] .OrderSummaryShipToAddress .col-md-6 {
        padding-left: 0;
    }
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 .form-group > .col-sm-7 {
        margin-left: -10px;
    }
	#summaryWrapper .cart-view-table .last-cell {
	    width: 5px;
	    padding: 0;
	}
	#summaryWrapper #basketList-standard .col-md-12 .cart-view-content.table-responsive~.row {
	    padding-right: 15px;
	}
	.section_CheckoutConfirmation .cart-view-content {
	    margin-top: 15px;
	}
	.section_CheckoutConfirmation .cart-view-table .last-cell {
	    width: 5px;
	    padding: 0;
	}
	.section_CheckoutConfirmation #basketList-standard .col-md-12 .cart-view-content.table-responsive~.row {
	    padding-right: 15px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        padding-left: 15px !important;
    }
    [data-loggedin="True"] .section_Checkout .OrderSummaryShipToAddress {
    	padding-left: 15px;
	}
	.OrderSummaryDetailsHeader > fieldset > div > .form-group {
	    margin-left: 0;
	}
	.section_CheckoutConfirmation #summaryWrapper fieldset > div > div > .form-group {
	    margin-left: 0;
	}
  	[data-loggedin="True"] .OrderSummaryDetailsHeader > fieldset > div > .form-group {
    	margin-left: 0px;
    	margin-right: 0px;
    }
  	[data-loggedin="False"] .OrderSummaryDetailsHeader > fieldset > div > .form-group {
        margin-left: -15px;
    }
}
@media screen and (max-width: 767px){
    [data-loggedin="True"] .section_Checkout #summaryWrapper #basketList-standard > div > .row {
	    padding-left: 15px;
	    padding-right: 15px;
	}
  	[data-loggedin="False"] .section_Checkout .OrderSummaryShipToAddress {
    	margin: 0;
	}
  	.section_Checkout .OrderSummaryShipToAddress {
    	padding-left: 15px;
	}
  	.section_CheckoutConfirmation #summaryWrapper fieldset > .row > div > .form-group {
        margin-left: 0 !important;
    }
}
.section_CheckoutConfirmation .basket-total-lines h5 {
    font-weight: bold;
}
.section_CheckoutConfirmation #summaryWrapper > .row:first-of-type {
    margin-bottom: 15px;
}
#summaryWrapper fieldset .form-group .control-label-static {
    margin: 0;
}
#summaryWrapper fieldset .form-group {
    margin-bottom: 3px !important;
}
.basket-total-lines td:last-of-type{
    padding-right:0px;
}
#referencesField .control-label-static {
    margin-top:0px;
  	font-size:inherit;
}
/* Checkout alignment END */
/*Exploded Views Preview Image Fix*/
.mfp-wrap{
    z-index: 10000 !important;
}
/*----*/
/* Account Detail Page - Hide Price Checkbox Alignments */
.pt-page-accountdetail label[for="hidePrice"]{
    margin-bottom: 0px;
    margin-top:5px;
}
.pt-page-accountdetail #hidePrice,
.pt-page-accountdetail #hideNetPriceAndDiscount{
    margin-top:0px;
}

/* Order/quote detail page alignment */
.section_TransactionalDocumentDetails table.order-lines > tbody > tr > td:nth-of-type(2) > div {
    white-space: pre-line;
    text-align: unset !important;
    margin-bottom: 15px;
}
.section_TransactionalDocumentDetails table.order-lines > tbody > tr > td:nth-of-type(2) > div a {
    white-space: normal;
}
.section_TransactionalDocumentDetails table.order-lines > tbody > tr > td:nth-of-type(2) > div span {
    white-space: normal !important;
}
.section_QuoteDetail table.order-lines > tbody > tr > td:nth-of-type(3) {
    white-space: pre-line;
    text-align: unset !important;
}
.section_TransactionalDocumentDetails .DeliveredQty_OrderedQty, .section_TransactionalDocumentDetails .NetPrice, .section_TransactionalDocumentDetails .GrossPrice_Discount, .section_TransactionalDocumentDetails .Unit, .section_TransactionalDocumentDetails .LineSum {
    text-align: right;
}.breadcrumb-wrapper{
 box-shadow: none; 
}

.content {
    padding: 0 0;
}

.cd-main-content {
    min-height: 0;    
}


.sidebar-navigation .toggle-lvl-one li:last-of-type{
min-height:33px;
}

.slick-slide .attribute-image-wrapper-hor {
  margin-top:-10px !important;
  float:left !important;
}

.slick-slide .pricepanel {
  margin-top:10px;
}

.product-grid .attribute-image-wrapper-hor {
  margin-top:0px;
  float:left;
}

/*MATGÅVA*/

@media (max-width: 767px) {  
	#basket #frmMatgava .form-group {
  		height: 44px;
    }

  	
  	#frmMatgava #addressFields .col-sm-5 .form-group ~ .form-group {
  		margin-top:35px;
	}

	#frmMatgava #addressFields .col-sm-6 .form-group {
  		margin-top:35px;
	}
  	
}

@media (max-width: 767px) {  
  #basket #frmMatgava {
  	float:left;
   }
  #basket div .col-sm-6 {
    max-width:100%!important;
  }

  #matgava_address {
    float:none!important;
    max-width:100%;
    margin-right:0!important;
    display:inline-block;
  }

#frmMatgava {
max-width:100%;
}
}

#basket #Notes {
max-width:100%!important;
  }
  

@media screen and (max-width:400px) {
#basket .row .col-sm-6 img {
width:100%!important;
height:100%!important;
}

#basket .row .col-sm-6 {
text-align: center!important;
}
}


@media(max-width: 767px){
#basket .btn.btn-ptOrange.btn-lg.pull-right {
    float: none!important;
    margin-top:10px!important;
margin-bottom:10px!important;
}

#basket .row .col-sm-6 .btn {
margin-top:5px!important;
}
}

/*checkbox*/

input[type="checkbox"]#chk_matgava  { 
 -ms-transform: scale(2);
  -moz-transform: scale(2); 
  -webkit-transform: scale(2); 
  -o-transform: scale(2);
  margin: 4px 10px 0;

}


#frmMatgava legend {
  max-width:720px;
}


/*Product list style - remove additional content*/
li.product .hover-product:hover .hover-product-image {
opacity:1
}

li.product .hover-product-additonal-details {
opacity:0!important;
}

li.product .hover-product-hover-bg {
border:none;
}

div.product .hover-product:hover .hover-product-image {
opacity:1
}

div.product .hover-product-additonal-details {
opacity:0!important;
}

div.product .hover-product-hover-bg {
border:none;
}
  /*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,500i,700|Playfair+Display:700,900,900i&display=swap');
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;
*/

@font-face {
  font-family: 'Caudex-Regular';
  src: url('//fonts.parttrap.com/Matkompaniet/Caudex-Regular.ttf'); 
  font-style: normal;
}
@font-face {
  font-family: 'Caudex-Italic';
  src: url('//fonts.parttrap.com/Matkompaniet/Caudex-Italic.ttf'); 
  font-style: italic;
}
@font-face {
  font-family: 'Caudex-BoldItalic';
  src: url('//fonts.parttrap.com/Matkompaniet/Caudex-BoldItalic.ttf'); 
  font-style: italic;
}
@font-face {
  font-family: 'Caudex-Bold';
  src: url('//fonts.parttrap.com/Matkompaniet/Caudex-Bold.ttf'); 
  font-style: normal;
}


body, a, p,h4,h5 {
  font-family: 'Caudex-regular', serif;
  font-weight: 400;
}

.section-heading, .page-header, h1,h2,h3 {
  font-family: 'Caudex-regular', serif;
  text-transform: uppercase;
}
.toggle-lvl-two a {
  font-family: 'Caudex-regular', serif;
}

h1 {
  color: #333;
  padding-left: 0;
  font-weight: normal;
  font-size:28px;  
  margin-top: 0px;
  border-bottom: solid 1px #b7b7b7;
}

.big h1  {
  font-weight: 900;
  font-size:28px;
  border: none;
  font-family: 'Caudex-bold', serif;
}

@media screen and (max-width:1199px) {
  .big h1 {
    font-size:35px;
  }
}

@media screen and (max-width:767px) {
  .big h1 {
    font-size:30px;
  }
}

@media(min-width:325px) {
  .HeaderUnder h1 {
    border-bottom: none;
    border-top: 1px solid #b7b7b7;
    position: absolute;
    width: 97%;
    padding-top: 20px;
  }
}

.section-heading {
  border-bottom: 1px solid #b7b7b7;
  font-size: 28px;
}

.page-header {
  font-size: 28px;
  color: #333;
}

h1.page-header {
  text-transform: none;
  font-size:30px;
  font-weight:900;
}

h1.page-header a {
  font-family: 'Caudex-regular', serif;
  text-transform: uppercase;
}

h2.product-netprice {
  font-family: 'Caudex-regular', serif;
  color: black;
}

h2, .h2 {
  font-size: 19px;
  font-weight: bold;
  color:333;
}

h2.product-netprice {
  font-size: 20px;
  color: #555;
}


h3 {
  text-transform: none;
  font-size: 15px;
}

strong a {
  font-weight:bold;
}
.Italic-Header p {
  font-family: 'Caudex-Regular', serif;
  font-size: 30px;
  font-weight: 500;
}  

/*BACKGROUND SITE*/
.page {
  /*background-image: url(/en/image/getthumbnail/);*/
  background-size: cover;
  min-height:100%;
  background-attachment:fixed;
}



/*HEADER*/

.header {
  background: transparent;
  border: none;
  padding-top:0!important;
}
.small-search-row {
  display:none;
}


/*BIG SCREEN > 1200px */

@media screen and (min-width:1200px) {
  
 
 
  .small-menu {
    display: none;
  }
  .col-small-logo {
    display: none;
  }
  
  .big-menu .navbar-nav>li>a {
    font-family: 'Caudex-regular', serif;
    font-weight:500!important;
    font-size:14px;
    letter-spacing: -1px;
    text-transform: uppercase;
  }

  .big-menu {
    margin-top:10px!important;
  }
  
  .big-menu .dropdown-menu>li>a {
    font-weight:400!important;
    text-transform: none;
    color:#333!important;
  }
  
  .big-menu .navbar-nav li.active a{
    color: white;
 }

  .col-big-logo img {
    margin-top: 15px;
    margin-bottom: 5px;
    max-width: 140px;
    -ms-transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }


  .login-logout .top-bar-link a {
    background: #484848;
    color: white;
    border: none;
    border-top-left-radius:0;
    border-top-right-radius:0;
    text-transform: uppercase;
    margin-bottom:20px;
  }

  .login-logout .top-bar-link a:hover {
    background: black;
  }

  .col-search, .col-cart {
    margin-bottom:20px;
  }
  
  .header-small-search {
    display:none;
  }
  
  .col-cart .cart:hover, .col-cart .cart:hover .cart-content {
    max-width:100%;
  }
}

/*korrigering fontstolek stor meny*/
@media screen and (max-width:1450px) {
  .big-menu .navbar-nav>li>a {
    font-size:13px;
  }
}

/*SMALL SCREEN < 1199px */

@media screen and (max-width:1199px) {

  .big-menu {
    display: none;
  }
  
  .col-big-logo {
    display: none;
  }

  .header .user-profile-page-link {
    display: none;
  }

  .header .user-log-out-link a{
    border: none;
  }
  
  
  .col-login {
    padding-left:0;
    padding-right:0;
  }

  .login-logout ul {
    width:100%;
    text-align: center;
  }

  .login-logout .top-bar-link {
    width:100%;  
  }
  
  .login-logout .top-bar-link a {
    text-transform: uppercase;
    color: white;
    font-size:15px;
    height:48px;
    padding-top:15px;
    border-radius:0;
  }

  .login-logout .top-bar-link a:hover {
    background: black;
  }

  .col-login, .col-search, .col-cart {
    background: #484848;
    height:50px;
    border:1px solid white;
  }

  .small-menu {
    margin-top:10px;
    float: right;
  }
  
  .small-menu .cd-main-header {
    background: transparent;
    border:none;
  }

  /*.cd-search-trigger, .cd-nav-trigger {
    width:60px;
    height:60px;
  }

  .cd-nav-trigger span,.cd-nav-trigger span::before, .cd-nav-trigger span::after {
    height: 5px;
    width: 50px;
    background: #484848;
    border-radius:30px;
  }

  .small-menu .cd-nav-trigger.nav-is-visible span::before, .small-menu .cd-nav-trigger.nav-is-visible span::after {
    background: white;
    left:10px;
  }

  .small-menu .cd-nav-trigger.nav-is-visible {
    background: #626265;
    border: 5px solid #626265;
    border-radius: 0px;
    left: -32px;
  }

  .small-menu .cd-nav-trigger.nav-is-visible span {
    right: 7px;
    margin-top: -6px;
  }

  .cd-nav-trigger.nav-is-visible span::after {
    top:20px;
  }

  .cd-nav-trigger span::after {
    top: 10px;
  }

  .cd-nav-trigger span::before {
    top:-10px;
  } */

  .small-menu .cd-main-header li::after {
    content:"MENY";
    font-size:15px;
    font-family:'Caudex-regular', serif;
    margin-left:2px;
    font-weight: bold;
  }
  
  .cd-secondary-nav li {
    height:50px;
  }

  .cd-secondary-nav li a{
    margin-left:10px;
  }

  .col-small-logo {
    margin-top:10px;
    padding-bottom:15px!important;
  }
  
  .col-small-logo img {
    margin-left:15px;
    -ms-transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
  
  .cd-main-content {
    padding-top:0px;
    margin-top: 0px;
  }

  .cd-main-content .container {
    padding-top: 20px;
  }

  .header .col-cart .cart-field, .header .col-cart .cart-content, .header .col-cart .badge {
    display:none;
  }

  .header .col-cart .cart:hover {
    box-shadow: none;
    width:100%;
  }

  .col-cart {
    padding-right:0;
    padding-left:0;
    font-family:
  }

  .header .col-cart .cart-btn {
    width:100%;
    height:48px;
  }

  .header .col-cart .header-input {
    margin-top:0!important;
  }

  .header .col-cart .fa-shopping-cart {
    font-size:15px;
  }


  .header .col-cart .fa-shopping-cart::after {
    content:" KORG";
    font-family: 'Caudex-regular', serif;
  }
  
  .col-search {
    padding-left:0;
    padding-right:0;
  }

  .col-search:hover {
    background: black;
    cursor: pointer;
  }

  .header-search {
    display: none;
  }

  .header-small-search {
    color: white;
    font-size:15px;
    font-family: 'Caudex-regular', serif;
    text-align: center;
  }
  
  .header-small-search img {
    max-width:16px;
  }

  .header-small-search p {
    padding-top:14px;
  }
}

/*MENU TREE*/


.sidebar-nav-heading {
  font-size:17px;
  text-transform: uppercase;
  color: #333;

}

.sidebar-nav-items a {
  text-transform: uppercase;
  font-size:12px;

}

.noHeader .sidebar-nav-heading {
  display: none;
}

.sidebar-nav-items {
  margin-bottom: 0px;
}

@media screen and (min-width:768px) {
  .sidebar-nav-items { 
    display: block!important; 
  }
}



.sidebar-nav-items {
    border-top: 1px solid #eee;
    background-color: white;
}

.sidebar-navigation a.active {
  color: black;
}

.toggle-lvl-two {
    margin: 0;
    background: white;
    text-transform: uppercase;
}

.toggle-lvl-one .toggle-item {
    padding: 5px 0 0;
}

/*.toggle-lvl-two h3 {
    margin: 3px 0 5px 20px;
}*/

.toggle-lvl-two li.toggle-item>div {
margin: 3px 0 5px 20px;
}

li.active .toggle-btn {
  font-weight: 500;
}


.toggle-lvl-one li.toggle-item>div {
margin: 0 0 10px 10px;
}

.sidebar-navigation li.toggle-item>div {
padding-right: 26px;
}


/*PADDINGS AND MARGINS*/
.no-side-padding {
  padding-left:0!important;
  padding-right:0!important;
}

.no-bottom-padding {
  padding-bottom:0!important;
}

.no-bottom-pad {
  padding-bottom:0px!important;
}


/*MAIN CONTENT*/
.cd-main-content .container{
  padding-top: 20px;
}
.cd-main-content{
  margin-top: 0!important;
}


/*CONTAINER WIDTHS*/

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}


@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}


/*BUTTONS*/


.btn {
  background: #484848;
  border-color: #484848;
  color: white;
}

.btn:hover {
  color:white!important;
  background: black!important;
  border-color:black!important;
}

.header .fa-star {
  color: white;
}


/*FOOTER*/

.footer {
  color: white;
  font-size:13px;
  background: transparent;
  text-align:center;
  margin-top: 20px;
}

.footer a {
  font-weight: 300;
  font-size: 11px;
}

.footer .container{
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -15px;
}

.social-media img {
  max-width:40px;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:10px;
}

.footer-pay-deliver img {
  max-width:80px;
}


.footer p, .footer a {
    color: #000;
}
.footer-logo img {
    max-width: 90px;
}
.footer-info {
    margin-top: 20px;
}

/*ALERTS (PUT IN BASKET ETC)*/

.alertify-log {
    color: #fff;
    background: #484848;
    border: 1px solid #484848;
}


/*Login popup korrigering*/
body.modal-open {
	overflow: hidden;
}

.modal-dialog {
	max-width: 90%;
  	margin: 10px auto;
}

.modal-content {
	overflow-x: hidden;
}


.form-horizontal .control-label {
    text-align: left;
}

.control-label {
	margin-left:5px;
	padding-bottom:5px;
}




/*PRODUCTS*/


.hover-product-hover-bg {
    height: 100%;
    background: none;
    border: 5px solid #eee;
	opacity: 1;
}


.hover-product-additonal-details{
  color:black;
}



.hover-product-image {
	-webkit-box-shadow: none;
  	box-shadow: none;
  	border: none;
}

.hover-product-title a:hover {
	text-decoration: none;
	color: #d94d56;
}  

.hover-product:hover .hover-product-image{
  opacity:0.6;
}


/*Korrigering färg och storlek lagerstatus symbol*/
.text-available {
  color: #129477;
  font-size:14px;
}

.text-notavailable {
  font-size:14px;
  color:#d94d56;
}

/*filtrera ditt resultat*/

.filterWrapper .control-label {
    background-color: #484848;
}

#productfilter  {
  margin-top:15px;

}

#productfilter hr {
  border: none;
  margin:0;
}

.section_ProductFilter {
  text-align: center;
  padding-bottom:0;

}

#productfilter .form-group {
  float: none;
  margin: 0 auto;
  padding-right: 5px;
  padding-left: 5px;
  
}

#productfilter h3 {
  text-transform: uppercase;
  font-family:'Caudex-regular', sans-serif;
  font-weight:500;
  margin-bottom:0;
}

.activeFilters div, .activeFilters span {
  float: none;
  text-align: center;
  margin:0 auto;
}

.activeFilters .filter-tag .label{
  background: #333;
  font-weight:400;

}

.activeFilters .clearAllFilter .label {
  font-weight:400;
}

#productfilter .filter-dropdown div.control-label::after {
  content:"";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.activeFilterDrop .filterWrapper {
  border: none;
  background: transparent;
}

.form-group.activeFilterDrop ul {
  top: -19px;
  left:5px;
}

#productfilter .filterWrapper {
  border: none;
}

#productfilter.dropDownFilters .control-label.btn.btn-default {
  min-width: 100%;
}

/*grid-view product list*/

[class*="block-grid-"] li.product {
  font-size:12px!important;
}

[class*="block-grid-"] .productAvailability {
  font-family:'Caudex-regular', serif !important;
  text-transform: none !important;
}



[class*="block-grid-"] .hover-product-title a{
  font-size:13px;
  font-weight:700;
}
[class*="block-grid-"] .hover-product-title {
  margin-bottom:0;
}


[class*="block-grid-"] h4.product-netprice {
  font-size:15px;
  font-weight:700 !important;
}
.hover-product h4.product-netprice {
  font-weight:700 !important;
}

[class*="block-grid-"] .field-stockcode {
  margin-bottom:0!important;
}


[class*="block-grid-"] .p-productavailability, [class*="block-grid-"] .productAvailability {
  margin-bottom:0;
}
.hover-product .productAvailability {
       font-family: 'Caudex-regular', serif !important;
    text-transform: none !important;
}

[class*="block-grid-"] .product-grossprice, [class*="block-grid-"] .product-discount {
  font-size:9px;
  float:right;
}

[class*="block-grid-"] .product-discount::after {
  content: "-"
}

@media screen and (min-width:1200px) and (max-width:1400px) {
[class*="block-grid-"] .hover-product-title {
      height: 50px;
}
}

/*PDP */

h1.page-header {
  text-transform: none;
  font-size:30px;
  font-weight:900;
}

h2.product-netprice {
  font-family: 'Caudex-regular', serif;
  color: black;
}

.section_ProductImageLibrary hr {
  border: none;
}




.no-bottom-margin-p p {
  margin-bottom:0;
}

/*ingridienser*/

.ingridiens {
border-top:1px solid grey;
border-bottom:1px solid grey;

}

.ingridiens dl {
margin-top:15px;
margin-bottom:15px;
}

/*Egenskaper/specifikation*/
.nutrition .nav-tabs>li.active>a ,.nutrition .nav-tabs{
  border: none;
  box-shadow: none;
}

.nutrition .tab-content, .nutrition .tab-content p {
  margin-top:0;
  margin-left:8px;
  margin-bottom:0;
  font-size:12px;
  font-weight:500;
}

.nutrition {
  border-bottom:1px solid grey;
  padding-bottom:0!important;
}

.nutrition .dropdown  {
  display: none;
}


.section_ProductImageLibrary hr {
  border: none;
}

.quality-brand {
  position: absolute;
  bottom:45px;
  right:15px;
}

.quality-brand .attribute-image-hor {
  padding-right:0px;
}


.no-bottom-margin-p p {
  margin-bottom:0;
}

.ingridiens .nav-tabs>li.active>a ,.ingridiens .nav-tabs{
  border: none;
  box-shadow: none;
}

.ingridiens .tab-content, .ingridiens .tab-content p {
  margin-top:0;
  margin-left:8px;
  margin-bottom:0;
  font-size:12px;
  font-weight:500;
}

.ingridiens {
  border-top:1px solid grey;
  border-bottom:1px solid grey;
  padding-bottom:0!important;
}

.ingridiens .dropdown  {
  display: none;
}


.pdp-tabs {
  margin-top:15px;
}



/*Integrated pages PDP*/

/*Allergener*/

.contains h3, .can-contain h3 {
  text-align: right;
}

.can-contain dt {
  visibility: hidden;
  font-size:0;
}

.can-contain dd, .contains dd {
  text-align: right;
  border-bottom:1px solid grey;
}

.contains dt {
  float: left;
}


@media screen and (max-width:767px) {

  .contains dt {
    float: left;
    font-size:13px;
  }


  .contains h3, .can-contain h3 {
    font-size:13px;
  }

}


/*Näringsvärden och övrigt tabbar*/



.naringsvarden dd, .ovrigt dd {
  border-bottom:1px solid;
  text-align:right;
}

.naringsvarden dt, .ovrigt dt {
  float:left;
}




/*CHECKOUT PAGES*/

#deliveryFormHolder{
  padding:20px;
}
#paymentHolder-first{
  display:none;
} 

.section_Checkout #summaryWrapper .basket-total-lines {
  padding-right:15px;
}

/* IMG CHECKOUT */
@media screen and (min-width: 992px){
  [data-loggedin="False"] #basketSection #basketList-standard > div:after {
    content: '';
    background: url(/sv/image/getthumbnail/3444);
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 180px;
    display: block;
    position: absolute;
    bottom: 5px;
    right: 33.33333%;
  }
  [data-loggedin="False"] #basketSection #basketList-standard > div {
    position: relative;
  }
}
[data-loggedin="False"] #basketSection #basketList-standard[data-linecount="0"] > div:after {
   	display: none;
}
@media screen and (max-width: 449px){
    .klarna-img-mobile img {
        width: 100%;
    }
}
.klarna-img-mobile img {
    float: right;
}




/*Quickshop*/
.content section.section_QuickShop {
background:#eca196;
padding-top:20px;
padding-bottom:10px;
}

.section_QuickShop h4 {
text-align:right;
}

@media screen and (max-width:767px) {
.section_QuickShop {
margin-bottom:15px;
}

.section_QuickShop #quickHeader h4{
width:100%;
text-align:center;
}

.section_QuickShop .col-sm-2.col-xs-2, .section_QuickShop .btn {
width:100%;
}
 

.section_QuickShop .btn {
margin-bottom:15px;
}


.section_QuickShop .col-sm-6.col-xs-6,
.section_QuickShop .col-sm-2.col-xs-4 {
width:50%;
}


}

.section_QuickShop.section {
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (min-width: 992px){
.section_QuickShop #quickHeader {
    width: unset;
}
.section_QuickShop .col-sm-6.col-xs-6 {
    flex: 1;
}
.section_QuickShop .quickshopcontent {
    display: flex;
}
    
}
@media screen and (max-width: 991px){
  .quickshopcontent #quickHeader {
      width: 100%;
  }
  .quickshopcontent #quickHeader h4 {
      text-align: center;
  } 
}




/*INDEX PAGE*/

/*varumärken index*/
.leverantorer .hover-product-image {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	border: none;

}

/*märkning index*/
.markning .hover-product-image {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	border: none;

}

/*DHL*/

@media(min-width:1185px) {
	.DHL table {
  		max-width: 160px;
	}
}

@media(max-width:1184px) {
	.DHL table {
		max-width: 110px;
	}
}


/*Nyhetsslider*/

.news-slider .slick-prev, .news-slider .slick-next {
  width:33px;
  height:33px;
  z-index:9999;
}

.news-slider .slick-prev:before, .news-slider .slick-next:before {
  color:#eca196;
  font-size:30px;
}

.news-slider .slick-prev, .news-slider .slick-next {
  top:30%;
}

.news-slider .slick-next {
  right:10px;
}

.news-slider .slick-prev {
  left:10px;
}


/*Varumärken ingen border*/
.noBorder .hover-product-image {
	border: none;
}  


/*MATGÅVA FILM*/

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 

}

.overlay-youtube .matgavaFilm{
  opacity: 0;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

.overlay-youtube {
  background-image: url(/en/image/getthumbnail/1964);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}


.overlay-youtube .matgavaFilm:hover {
    opacity: 1;
}


 
/*KAMPANJSLIDER INDEX*/

.slick-slider {
	margin-bottom: 0px;
}

.banner-wrapper-main {
	padding-bottom: 10px;
}

.kampanjBig .slick-dots li button:before {
  font-size:15px;
  color: grey;
  opacity:1;
}

.kampanjBig .slick-dots li.slick-active button:before {
  color: white;
  opacity:1;
}

/*No shadow*/

.kampanjBig .carousel, .kampanjSmall .carousel  {
  box-shadow: none;
}

/*kampanj slider mobil*/

@media screen and (max-width:767px) {

  .kampanjBig-row,.kampanjBig-row .col-sm-12, .container.kampanjBig-row{
	padding-left: 0px;
	padding-right: 0px;
    margin-left:0;
    margin-right:0;
  }
  .kampanjBig-row .carousel.slide {
    margin-left:0!important;
    margin-right:0!important;
  }

}

/*
.kampanjColumn .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
} 

@media (max-width: 768px){
	.kampanjSmall .carousel {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.kampanjSmall .col-sm-12{
	padding-left: 0px;
	padding-right: 0px;
}

.kampanjBig {
padding-bottom:0!important;
padding-left:1px;
padding-right:1px;
}
.kampanjSmall {
padding-bottom:0!important;
}
*/
/*PUFFAR UNDER SLIDER*/

.index-puff  {
  padding:0;
  margin-top:-13px;
}

@media screen and (min-width:768px) {
  .index-puff:first-of-type {
    border-left: 16px solid white;
    border-right: 6px solid white;
  }

  .index-puff:nth-of-type(2) {
    border-right: 11px solid white;
    border-left: 11px solid white;
  }

  .index-puff:last-of-type { border-right: 16px solid white;
    border-left: 6px solid white;
  }
}


.white-index-puff, .black-index-puff {
  position: absolute;
  text-align: center;
  bottom:20px;
  width:100%;
}

.black-index-puff {
  background: rgba(25,25,25,0.8);
  color: white;
}

.black-index-puff .btn {
  text-transform: none;
  border:1px solid;
  background: transparent;
}

.black-index-puff p {
  font-weight:500;
  font-size:18px;
}

.black-index-puff h2 {
  font-size:35px;
  margin-top:50px;
  font-weight: 900;
}


.white-index-puff {
  background: rgba(255,255,255,0.8);
  color: black;
}

.white-index-puff .btn {
  text-transform: none;
  border:1px solid;
  background: transparent;
  color: black;
}
.white-index-puff p {
  font-weight:500;
  font-size:18px;
}

.white-index-puff h2 {
  font-size:35px;
  margin-top:50px;
  font-weight: 900;
  font-style: italic;
}

/*NEWS ON INDEXPAGE AND NEWS ARCHIVE PAGE
.index-news {
margin-bottom:15px;
}

.index-news .post {
background: #f5f0f0;
margin-bottom:15px;
padding-bottom:0;
}

.index-news a.pull-left {
width:50%;
}

.index-news img {
    height: auto;
    width: 100%!important;
}

.index-news .flag-link-btn {
border:1px solid black;
background:transparent;
color: black;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
font-size:20px;
padding:10px;
margin-bottom:35px;
}

.index-news .flag-link-btn:hover {
color: white;
background: black;
}


.index-news .media-body {
margin-top:5%;
width:40%;
padding-left:50px;
}


.index-news h3.post-heading a{
    font-family: 'Playfair Display', serif;
font-size:30px;
}

.index-news .post-date {
font-size:12px;
font-weight:500;
}


.index-news .post-date::before {
content: "Publicerad: ";
}



@media screen and (max-width:991px) {
.index-news a.pull-left{
width:100%;
}

.index-news .media-body {
    margin-top: 15%;
    width: 100%;
    padding: 55px;
}

}

*/

/*NEWS DETAIL PAGE 21


.news-detail .article-title {
text-transform: none;
font-size:50px;
border: none;
}

.news-detail .article-date {
font-weight:500;
text-transform: uppercase;
}


.back-to-archive .btn {
border:2px solid;
background: none;
color: black;
font-family: 'Playfair Display', serif;
text-transform: uppercase;
font-size: 20px;
padding: 10px;
margin-bottom: 35px;
}

.back-to-archive {
text-align: center;
padding-bottom:0!important;
}
@media screen and (min-width:768px) {

.news-detail .article-date, .news-detail .article-intro, .news-detail p, .news-detail .article-title, .news-detail .article-image, .news-detail a {
width:50%;
margin-right:0;
margin-left:30px;
}

.news-detail .article-image{
float:right;
margin-bottom:15px;
margin-top:-80px;
}
}

*/

/*VARUMÄRKEN & MÄRKNING*/

/*sida 40 grid över varumärken
och sida 50 grid över märkning*/



.varumarken-grid .hover-product-image {
  border: none;
}


.varumarken-grid .hover-product-hover-bg {
  border: none;
}



.varumarken-grid .hover-product:hover .hover-product-image {
  opacity:0.8;
  width:100%;
}

.varumarken-grid a {
  font-family: 'Playfair Display', serif;
  font-weight:700;
  font-style:italic;
  font-size:23px!important;
}

.varumarken-grid a:hover {
  color: black;
  text-decoration: underline;
}

/*Sida 41 varumärke*/

@media screen and (min-width:1200px) {
  .varumarke-text .section {
    margin-left:50px;
    margin-right:80px;
  }
}

.varumarke-text p, .varumarke-text div { /*används även för sida 51*/
  font-weight:500;
}

 .varumarke-text h3 {
  font-family: 'Caudex-regular', serif;
}



/*Scroll to top ofpage btn (in footer)*/

#topBtn {
  display:none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 28px;
  border: none;
  outline: none;
  background-color:#eca196;
  cursor: pointer;
  border-radius: 50px;
  width:50px;
  height:50px;
  color: black;
}

#topBtn:hover {
  background-color: #555;
  color:white;
}


/*Cookies*/
#cookieNotification {
background:#eca196;
}


/* ---- NEW HEADER 14/01/2021 ---- */

/* Top bar */
.top-bar .container {
    width: 100%;
    padding: 0;
}
.top-bar {
    background: #000;
    color: #fff;
    width: 100%;
    position: fixed;
    z-index: 1049; 
}
.top-bar .section+.section {
    padding-bottom: 0;
}
.top-bar .section p {
    margin-bottom: 0;
}
.top-bar .header-input {
    margin-top: 0;
}
.top-bar > .container > .col-sm-5 {
    width: auto;
}
@media screen and (min-width: 992px){
    .top-bar {
        height: 40px;
    }
}

/* Header general */
.header {
    background: none;
  	border: 0;
}

/* Search */
.search-icon, .search-icon-mobile {
    cursor: pointer;
    text-transform: uppercase;
}
.search-icon:before, .search-icon-mobile:before {
    margin-right: 8px;
}
.search-icon-mobile {
    display: none;
}
/* Search mobile */
@media screen and (max-width: 1199px){
    .search-icon {
        display: none;
    }
    .search-icon-mobile {
        display: block;
    }
}

/* Search container */
.search-container input {
    border-radius: 0;
    height: 30px;
}
.search-col {
    float: right;
    display: flex;
    height: 40px;
    align-items: center;
    flex-direction: flex-end;
}
.search-container {
    flex: 1;
    display: none; 
}

/* Favourites */
.favourites-icon {
    text-transform: uppercase;
  	color: #fff;
}
.favourites-icon:before {
    margin-right: 8px;
}
.favourites-icon:hover, .favourites-icon:focus, .favourites-icon:active {
    color: #fff;
    text-decoration: none;
}
[data-loggedin="True"] .auto-favourites {
    display: none;
}
[data-loggedin="False"] .b2b-favourites {
    display: none;
}

/* Header icons */
.header-icons {
    display: flex;
    width: auto;
    float: right;
    align-items: center;
    height: 40px;
}
.header-icons .section {
    margin: 0px 15px;
}



/* Cart */
@media screen and (min-width: 768px) {
    .cart:hover {
        width: 100%;
    }
}
.cart-content {
   box-shadow: 0 3px 5px -3px #484848;
}
.cart:hover {
    box-shadow: none;
}
.cart-btn {
    background: none;
    border: none;
}
.cart-field {
    background: none;
    border: none;
    color: #fff;
}
.cart-field-label {
    margin-right: 10px;
    font-weight: 400;
}
.cart-field-amount {
    font-weight: 400;   
}
.cart-content .feature-basket {
    position: absolute;
    right: 0;
    width: 350px;
    color: #000;
    box-shadow: 0 3px 5px -3px #484848;
    padding: 10px;
}
.cart-content > .feature-basket {
    background: #fff;
  z-index: 8889 !important;
}
.cart-content .feature-basket th {
    border-top: none;
}
.cart-content .feature-basket .btn-group .btn {
    display: block;
    width: 48%;
    margin: 1%;
    float: left;
}
.cart-content .feature-basket .btn-group .btn:only-child {
    width: 98%;
}
.cart:hover {
    background: none;
}

/* Cart  mobile */
@media screen and (max-width: 991px){
    .cart-field-amount {
        display: none;
    }
    .cart .badge {
        background: #00744F;
        color: #fff;
        border: none;
        top: -3px;
        left: 10px;
    }
    .cart .cart-field {
        padding: 0;
    }
    .cart .badge {
        display: block;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .cart .badge {
        left: 25px;
    }
}

/* Login/logout */
.top-bar .nav a {
    background: none;
    border: none;
}
.top-bar .section_LoginStatus .nav {
    float: left;
}
.top-bar .user-log-out-link a {
    text-transform: uppercase;
    margin-top: 5px;
}
.top-bar .user-profile-page-link {
    margin-top: 5px;
    float: right;
}

/* Sticky header / menu */
@media screen and (min-width: 992px) {
    .top-bar.sticky-header {
        position:fixed;
        width:100%;
        left:0;
        z-index:1049;
        top:0;
    }
    .desktop-menu-row.sticky-menu {
        position:fixed;
        width:100%;
        left:0;
        top: 40px;
        z-index:1048;
    }
}
.sticky-menu .cd-primary-nav > li > a {
    height: 40px;
    line-height: 40px;
    transition: all ease-in-out 0.3s;
}
.sticky-menu .cd-secondary-nav {
    top: 40px !important;
}

/* Main navigation */
.cd-primary-nav, .cd-primary-nav ul {
    z-index: 8888 !important;
}  
@media screen and (min-width: 1200px){
    .cd-nav > ul {
        margin: 0 auto !important;
        padding: 0;
        float: initial;
    }
    .cd-primary-nav > li > a {
        text-transform: uppercase;
    }
    .cd-main-header {
        border: none;
    }
    .cd-primary-nav {
        display: flex;
        justify-content: center;
    }
    .header .cd-nav .cd-secondary-nav {
        width: 100%;
        padding-bottom: 40px;
        top: 50px;
      	border-top: 1px solid #eee;
    }
    .cd-secondary-nav > .see-all {
        display: none !important;
    }
    .header.desktop-menu-row {
        box-shadow: 0 3px 5px -3px #484848;
        padding: 0 !important;
    }
    .header.desktop-menu-row .container {
        width: 100%;
        padding: 0;
    }
    .header.desktop-menu-row .container > div {
        padding: 0;
    }
    .sortiment-link .cd-secondary-nav {
        display: flex;
        flex-wrap: wrap;
      	overflow-y: auto !important;
        max-height: 70vh !important;
    }
  	.cd-secondary-nav {
     	 padding-left: 20px !important;
         padding-right: 20px !important;
      	box-shadow: 0 3px 5px -3px #484848 !important;
    }
    .sortiment-link .cd-secondary-nav > li{
        width: 12.50% !important; 
        margin-right: 0px !important;
        border-bottom: 1px solid #E3E3E3 !important;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .recept-link .cd-secondary-nav {
        overflow-y: auto !important;
        max-height: 70vh !important;
    }
    .recept-link .cd-secondary-nav > li {
        width: 20% !important;
        margin-right: 0px !important;
        border-bottom: 1px solid #E3E3E3 !important;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .recept-link .cd-secondary-nav > li > ul > li > div {
        display: none;
    }
    .cd-primary-nav .cd-secondary-nav a {
        line-height: 22px;
    }
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
    background: white;
    left: 0px;
    width: 29px;
}
.cd-nav-trigger.nav-is-visible {
    background: #2e3233;
    border: 5px solid #2e3233;
    border-radius: 0px;
    left: -38px;
    height: 35px;
    width: 35px;
    top: 2px;
}
.cd-nav-trigger.nav-is-visible span {
    right: 2px;
    margin-top: -3px;
}
.cd-nav-trigger.nav-is-visible span::after {
  	top: 10px;
}
.cd-main-header.nav-is-visible {
    top: 0px;
    color: transparent;
    position: fixed;
    right: 0px;
    z-index:9999;
}
/* Logo */
.desktop-logo-row {
    text-align: center;
    padding-top: 20px !important;
  	margin-top: 40px;
}
.desktop-logo-row > .container {
    width: 100%;
}
.desktop-logo-row img {
    max-width: 250px;
}
.desktop-logo-row .section {
 	padding: 0; 
}
@media screen and (max-width: 767px){
    .desktop-logo-row .section_Image {
        padding-top: 20px;
      	padding-bottom: 5px;
    }
}
/* Delivery text */
.desktop-logo-row .header-delivery-item {
    display: list-item;
    float: left;
    margin-left: 30px;
}
.desktop-logo-row .header-delivery {
    position: absolute;
    top: -10px;
    right: 40px;
}
@media screen and (max-width: 991px){
    .desktop-logo-row .header-delivery {
        right: 20px;
    }
}

/* General containers */
@media screen and (max-width: 991px){
    .top-bar > .container > .col-sm-3 {
        display: none;
    }
    .top-bar .header-icons {
        width: 100%;
        justify-content: space-between;
        float: initial;
        height: 50px;
    }
    .top-bar .header-icons .section {
        flex: 1;
    }
    .top-bar .favourites-icon,
    .top-bar .search-icon,
    .top-bar .search-icon-mobile
    {
        font-size: 0;
    }
    .top-bar .favourites-icon:before,
    .top-bar .search-icon:before,
    .top-bar .user-icon:before,
    .top-bar .search-icon-mobile:before {
        font-size: 20px;
    }
    .top-bar .fa-shopping-cart:before {
        font-size: 23px;
    }
    .cd-main-header {
        background: none;
    }
    .top-bar {
        text-align: center;
        padding-top: 3px;
    }
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
        background: #fff;
}
.top-bar .nav a:hover, .top-bar .nav a:focus {
    background-color: transparent !important;
}
.header.header-mobile-dropdowns,
.header.header-mobile-dropdowns > .container,
.header.header-mobile-dropdowns > .container > div {
    padding: 0 !important;
    width: 100%;
}
.header-mobile-dropdowns .section_CatalogSearchBox,
.header-mobile-dropdowns .section_LoginStatus {
    display: none;
}
.header-mobile-dropdowns .section_LoginStatus,
.header-mobile-dropdowns .section_CatalogSearchBox {
    box-shadow: 0 3px 5px -3px #484848;
    height: auto;
    padding: 20px;
}

/* Search mobile */
.header-mobile-dropdowns .section_CatalogSearchBox .header-input {
    margin-top: 0 !important;
}
/* Login mobile */
.header-mobile-dropdowns .section_LoginStatus .top-bar-link {
    border: none;
    display: block;
    width: 100%;
    text-align: center;
}
.header-mobile-dropdowns .section_LoginStatus .top-bar-link a {
    border: none;
}
.header-mobile-dropdowns .section_LoginStatus .nav {
    float: initial;
}
.header-mobile-dropdowns .section_LoginStatus .user-profile-page-link span {
    text-transform: uppercase;
}
.header-mobile-dropdowns .section_LoginStatus .user-log-out-link a {
    background: #484848;
    color: #fff;
    width: 200px;
    text-transform: uppercase;
    display: block;
    margin: 5px auto;
}
@media screen and (max-width: 1199px){
    .cd-primary-nav {
        z-index: 1041;
    }
}
@media screen and (max-width: 991px){
    .header-mobile-dropdowns .section {
        top: 54px;
        position: fixed;
        z-index: 1040;
    }
    .desktop-logo-row {
        margin-top: 50px;
        z-index: 555;
    }
    .top-bar {
        position: fixed !important;
        z-index: 4555;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .header-mobile-dropdowns .section {
        top: 40px;
        position: fixed;
        z-index: 1040;
    } 
}
.header-mobile-dropdowns .section_CatalogSearchBox, .header-mobile-dropdowns .section_LoginStatus {
        background: #fff !important;
        width: 100%;
}
.header-icons span, .header-icons a {
    font-family: 'Caudex-regular', serif;
}
.header-icons span:before, .header-icons a:before {
    font-family: fontawesome;
}
@media screen and (min-width: 992px){
    .cart-field.feature-basket {
        padding-left: 0;
        padding-top: 8px;
    }
    .cart .fa-shopping-cart:before {
        font-size: 17px;
        position: relative;
    }
}
@media screen and (max-width: 1199px){
    .desktop-logo-row {
        box-shadow: 0 3px 5px -3px #484848;
    }
}
.search-container .btn {
    background: none;
    border: none;
}
.search-container .btn:hover, .search-container .btn:focus, .search-container .btn:active {
    background: none;
}
.search-col {
    padding: 0;
}
.search-container {
    margin-right: -15px;
}
@media screen and (min-width: 1200px){
    .header-icons {
        padding-left: 0;
    }
    .cd-secondary-nav {
        display: flex;
        flex-wrap: wrap;
    }
}
.show-more-btn {
    color: #00744F !important;
    font-weight: 600;
    font-style: italic;
    margin-top: 8px;
}
.cd-primary-nav ul a {
    white-space: normal;
}
.show-more-btn {
    margin-bottom: 40px;
}
.cd-secondary-nav li {
    overflow: hidden !important;
}
@media screen and (max-width: 1199px){
    .search-icon {
        display: none !important;
    }
}
.cd-primary-nav .cd-secondary-nav > .see-all a:hover, .section_Menu .moves-out.cd-primary-nav .see-all a:hover {
    color: #000;
}
@media screen and (min-width: 1200px){
    .top-bar .user-log-in-link a {
        margin-top: 11px;
        padding: 0;
        margin-left: 30px;
        text-transform: uppercase;
        font-size: 1em;
    }
    .top-bar .user-log-in-link:before {
        content: "\f007";
        font-family: fontawesome;
        position: absolute;
        font-size: 20px;
        top: 5px;
        left: 5px;
    }
}
.header-mobile-dropdowns .user-log-in-link a {
    text-transform: uppercase;
    font-size: 1em;
}
[data-loggedin="False"] .cart-content .feature-basket .btn-group .btn {
    width: 98%;
}

/* Suggested products alignment */
.pt-page-productdetail .section_ProductRelationList .slick-track {
    margin: 0;
}

/* Content banner */
.section_ContentBanner * {
    box-shadow: none;
}
@media screen and (max-width: 767px){
    .cd-main-content .kampanjMobile {
        padding-bottom: 0;
        margin-bottom: -5px;
      	margin-top: -22px;
    }
    .kampanjMobile .banner-wrapper-main {
        padding-bottom: 0;
    }
}


/* Product list alignment */
.product-grid > ul[class^="large-block-grid"],
.product-grid .slick-track {
    display: flex;
    flex-wrap: wrap;
}
[class^="large-block-grid"] .product .hover-product,
.product-grid .slick-track .product .hover-product {
    position: relative;
    height: 100%;
    padding-bottom: 70px;
}
[class^="large-block-grid"] .product .hover-product > div:last-of-type,
.product-grid .slick-track .product .hover-product > div:last-of-type {
    position: absolute;
    bottom: 10px;
    right: 0;
}
[class^="large-block-grid"] .product .hover-product > div:nth-last-of-type(3),
.product-grid .slick-track .product .hover-product > div:nth-last-of-type(3){
    position: absolute;
    bottom: 30px;
    right: 0;
}
[class^="large-block-grid"] .product .attribute-image-wrapper-hor,
.product-grid .slick-track .product .attribute-image-wrapper-hor {
    display: none;
}
[class^="large-block-grid"] .product .p-productavailability,
.product-grid .slick-track .product .p-productavailability {
    width: auto;
    float: left;
    margin-right: 10px;
}
[class^="large-block-grid"] .product .js-avail-wrapper,
.product-grid .slick-track .product .js-avail-wrapper {
    width: auto;
    float: left;
}
[class^="large-block-grid"] .product .js-avail-wrapper .fa-circle,
.product-grid .slick-track .product .js-avail-wrapper .fa-circle {
    position: relative;
    top: -1px;
}
[data-loggedin="True"] [class^="large-block-grid"] .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(6),
[data-loggedin="True"] [class^="large-block-grid"] .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(7),
[data-loggedin="True"] [class^="large-block-grid"] .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(4),
[data-loggedin="True"] [class^="large-block-grid"] .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(5){
    display: block;
}
[data-loggedin="False"] [class^="large-block-grid"] .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(5),
[data-loggedin="False"] [class^="large-block-grid"] .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(2),
[data-loggedin="False"] [class^="large-block-grid"] .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(3),
[data-loggedin="False"] [class^="large-block-grid"] .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(4){
    display: block;
}
[data-loggedin="True"] .product-grid .slick-track .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(6),
[data-loggedin="True"] .product-grid .slick-track .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(7),
[data-loggedin="True"] .product-grid .slick-track .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(4),
[data-loggedin="True"] .product-grid .slick-track .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(5){
    display: block;
}
[data-loggedin="False"] .product-grid .slick-track .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(5),
[data-loggedin="False"] .product-grid .slick-track .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(2),
[data-loggedin="False"] .product-grid .slick-track .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(3),
[data-loggedin="False"] .product-grid .slick-track .product .hover-product div.attribute-image-wrapper-hor.pull-left:nth-of-type(4){
    display: block;
}
[class^="large-block-grid"] .product .pt-list-attribute,
.product-grid .slick-track .product .pt-list-attribute {
    clear: left;
    margin-bottom: 5px;
}
[class^="large-block-grid"] .attribute-image-wrapper-hor,
.product-grid .slick-track .attribute-image-wrapper-hor {
    margin-top: 5px !important;
}
/* Product list alignment END */


/* Checkout button adjustments / Matgåva */
.pt-page-checkout #basketSection .col-sm-2.col-xs-6 > .col-sm-6 {
    width: 100%;
    padding-right: 0px;
}
#matgava_address .form-group {
    min-height: 30px;
}
#matgava_address textarea {
    border: 1px solid #e4e4e4;
    width: 100% !important;
}
#matgava_address {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px){
    #basket .cartactions-container {
        width: 100%;
    }
    #basket > .row > .col-sm-2.col-xs-6 > .col-sm-6 {
        padding-left: 0px;
        margin-bottom: 20px;
    }
  	#basket > .row > .col-sm-2.col-xs-6 > .col-sm-6 > a {
        float: left !important;
    }
    #basket label[for="Email"],
    #basket label[for="LevDate"],
    #basket label[for="Notes"] {
        float: left;
    }
}
.pt-page-checkout .cartactions-container a {
    margin-bottom: 10px;
  	margin-top: 0px !important;
}
.pt-page-checkout #basket .row .col-sm-2.col-xs-6 {
    float: right;
    margin-bottom: 10px;
}
.pt-page-checkout #basket > .row > .col-sm-2.col-xs-6 > .col-sm-6 > a {
    float: right !important;
}
@media screen and (max-width: 549px){
    .pt-page-checkout .cartactions-container a {
        width: 100%;
    }
}
[data-loggedin="True"] .pt-page-checkout .section_Checkout {
 	padding-bottom: 0;
}
@media screen and (max-width: 549px){
    [data-loggedin="True"] .section_BasketProductImport .js-basketImport {
        width: 50%;
    }
    [data-loggedin="True"] .page #basket #btnCheckout {
        width: 100%;
        float: left !important;
        margin-top: 0px !important;
    }
  	.pt-page-checkout .section_BasketProductImport .js-basketImport  {
        width: calc(50% - 15px) !important;
    }
}
@media screen and (max-width: 767px){
    [data-loggedin="True"] .section_BasketProductImport .js-basketImport {
        margin-top: -93px;
    }
  	.pt-page-checkout .section_BasketProductImport .js-basketImport  {
        margin-left: 15px;
    }
}
/* Checkout/matgåva END */
/* Matgåva mobile - removed script css adjustment */
@media screen and (max-width: 767px){
    #basket #frmMatgava .form-group:last-of-type {
        height: auto;
    }
    #matgava_address {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px){
    .pt-page-checkout #basketSection > #basket > .row:last-of-type {
        width: 100%;
        margin-left: 0px;
    }
}

/* Pagination css mobile */
.section_ProductNodeList .pagination>.active>a,
.section_ProductRelationList .pagination>.active>a,
.section_ProductSearchList .pagination>.active>a {
 	background: #999 !important;
    color: #fff !important;
    border-color: #999 !important;
}
/* Border on products in product list */
[class^="large-block-grid"] .product .hover-product,
.slick-slide .product .hover-product {
    border: 1px solid #b7b7b7;
    padding: 10px;
    padding-bottom: 85px !important;
}
[class^="large-block-grid"] .product .hover-product > div:nth-last-of-type(3),
.slick-slide .product .hover-product > div:nth-last-of-type(3) {
    right: 0px !important;
    margin-bottom: 10px;
}
/*[class^="large-block-grid"] .product .hover-product > div:last-of-type,
.slick-slide .product .hover-product > div:last-of-type {
    right: 10px !important;
    margin-bottom: 10px;
} */
.hover-product .pull-right {
    float: unset !important;
    width: 100%;
}
.hover-product .addToBasketContainer {
    margin: 0 auto;
}

/* Center quantity input */
.section_ProductNodeList .product-quantity-input,
.section_ProductSearchList .product-quantity-input,
.section_ProductRelationList .product-quantity-input {
    text-align: center;
}
.section_ProductNodeList .js-addToBasket,
.section_ProductSearchList .js-addToBasket,
.section_ProductRelationList .js-addToBasket {
    height: 34px !important;
    border-radius: 2px !important;
}
[data-loggedin="False"] .section_ProductNodeList .favorite,
[data-loggedin="False"] .section_ProductSearchList .favorite,
[data-loggedin="False"] .section_ProductRelationList .favorite {
  	display: none;
}

/* Prod align +/- buttons */
@media screen and (max-width: 470px) {
  [data-loggedin="False"] [class^="large-block-grid"] .product .hover-product, .slick-slide .product .hover-product {
    padding-bottom: 120px !important;
}
[data-loggedin="False"] [class^="large-block-grid"] .pricepanel, .slick-slide .product .pricepanel {
    bottom: 65px !important;
}
  	[class^="large-block-grid"] .pricepanel, .slick-slide .product .pricepanel {
        bottom: 95px !important;
    }
    [class^="large-block-grid"] .product .hover-product, .slick-slide .product .hover-product {
        padding-bottom: 150px !important;
    }
  
    [class^="large-block-grid"] .input-change-in-list-buttons-container {
        width: 100% !important;
        display: flex;
    }
    [class^="large-block-grid"] .input-group-change-qty-buttons {
        width: 100%;
        display: block;
    }
    [class^="large-block-grid"] .product-input-group {
        width: 100% !important;
        display: block !important;
    }
    [class^="large-block-grid"] .product-input-group > div {
        width: 100%;
    }
    [class^="large-block-grid"] .product-input-group span.product-input-group {
        float: left;
        width: 100%;
        margin-top: 3px;
    }
    [class^="large-block-grid"] span.product-input-group .btn {
        width: 100%;
        margin-left: 0;
    }
    [class^="large-block-grid"] .product .hover-product > div:last-of-type, .slick-slide .product .hover-product > div:last-of-type {
        width: 100%;
        right: 0;
    }
    [class^="large-block-grid"] .input-change-in-list-buttons-container .form-control.product-quantity-input {
        width: 100%;
    }
    [class^="large-block-grid"] .product .hover-product > div:last-of-type, .slick-slide .product .hover-product > div:last-of-type {
        right: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    [class^="large-block-grid"] .product-add-cart-btn span:before {
        content: 'Köp';
        font-family: 'Caudex-regular', serif;
    }
    [data-loggedin="False"] [class^="large-block-grid"] .favoriteToggler {
        display: none;
    }
  [data-loggedin="True"] [class^="large-block-grid"] .addToBasketContainer .favorite {
    float: left;
    width: auto !important;
    margin-right: 5px !important;
    margin-bottom: 10px;
  }
  [data-loggedin="True"] [class^="large-block-grid"] .addToBasketContainer .shoppingList {
      float: left;
      width: auto !important;
  }
  [data-loggedin="True"] [class^="large-block-grid"] .addToBasketContainer .favorite span, [data-loggedin="True"] [class^="large-block-grid"] .addToBasketContainer .shoppingList span {
    font-size: 20px;
}
}
.product .input-change-in-list-buttons-container .change-quantity-in-list-btn,
.section_AddToBasket .input-change-in-list-buttons-container .change-quantity-in-list-btn {
    background: #484848 !important;
}
.product .input-change-in-list-buttons-container .change-quantity-in-list-btn:hover,
.section_AddToBasket .input-change-in-list-buttons-container .change-quantity-in-list-btn:hover,
.product .input-change-in-list-buttons-container .change-quantity-in-list-btn:active,
.section_AddToBasket .input-change-in-list-buttons-container .change-quantity-in-list-btn:active,
.product .input-change-in-list-buttons-container .change-quantity-in-list-btn:focus,
.section_AddToBasket .input-change-in-list-buttons-container .change-quantity-in-list-btn:focus {
    color: white!important;
    background: black!important;
    border-color: black!important;
}


.addToBasketContainer span {
    margin: 0;
}
.addToBasketContainer .favorite, .addToBasketContainer .shoppingList {
    display: block;
}
.change-quantity-in-list-btn {
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.input-change-in-list-buttons-container {
    margin-right: 5px !important;
}
.cart-view-table .js-updateQuantity {
    height: 32px;
    position: relative;
    top: -2px;
}
.product-quantity-input {
    text-align: center;
}
/* Checkout confirmation */
.section_CheckoutConfirmation .basket-qty-input-field[readonly] {
    border: none !important;
    background: transparent !important;
}

#productfilter .form-group {
    float: right;
}
#productfilter h3 {
    text-align: right;
}
.breadcrumb a {
 	font-size: 10px; 
}
.varumarke-text .section_ProductNodeText h2 {
    font-size: 16px;
}
.hover-product {
    text-align: center;
}
.hover-product .p-productavailability {
    font-size: 12.666666666666666px;
}
[class^="large-block-grid"] .product .hover-product div.pricepanel {
    text-align: center;
    width: 100%;
    right: 0 !important;
}
.hover-product .hover-product-title a {
    font-size: 12.666666666666666px; 
}
.hover-product .hover-product-title {
    height: auto;
    margin-bottom: 15px;
}
.hover-product .field-stockcode {
    font-size: 9.333333333333333px;
}
.hover-product h4.hover-product-price {
    font-size: 13.333333333333332px;
}
.varumarke-text h1 {
    font-size: 37.33333333333333px;
}
.varumarke-text .section_ProductNodeText h2 {
    font-size: 21.333333333333332px;
}
.varumarke-text p, .varumarke-text div {
    font-size: 17.333333333333332px;
}
.hover-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hover-product .hover-product-title, 
.hover-product .field-stockcode,
.hover-product .pt-list-attribute-item {
    width: 100%;
}
.hover-product .clearfix {
    width: 100%;
}

@media (hover: hover){
.show-second-image .hover-product-image-second{
max-height:100% !important;
height:unset;
}
}

[data-loggedin="False"] .cart-content .btn-primary {
    font-size: 0;
}
[data-loggedin="False"] .cart-content .btn-primary:before {
    content: 'TILL KASSAN';
    font-size: 14px;
}
.large-footer-logo {
    max-width: 150px !important;
}

.section_SignUp button {
  margin-top: 5px;
}
.checkoutSteps .step3 {
    white-space: nowrap;
}