body.cms-index-index .page-main {
  padding: 0;
}
body.cms-index-index .page-main .column.main {
  width: auto;
  max-width: 100%;
  padding: 0;
}
body.cms-index-index .page-main .categories-list {
  padding: 30px;
}
body.cms-index-index .page-main .categories-list .cyc-row + .cyc-row {
  margin-top: 30px;
}
body.cms-index-index .page-main .categories-list .product-wrap {
  background: #fff;
  float: left;
  position: relative;
}
body.cms-index-index .page-main .categories-list .product-wrap .product-items {
  display: -webkit-flex;
  /* Safari 6.1+ */
  display: flex;
  justify-content: center;
  align-items: center;
}
body.cms-index-index .page-main .categories-list .product-wrap .products-bottom {
  border-top: 1px solid rgba(65, 65, 65, 0.13);
  overflow: hidden;
  padding: 12px 28px 12px 35px;
}
body.cms-index-index .page-main .categories-list .product-wrap .products-bottom .title {
  color: #000;
  font-family: sofia-pro, sans-serif;
  float: left;
  margin: 0;
  line-height: 54px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
body.cms-index-index .page-main .categories-list .product-wrap .products-bottom .action-hover {
  cursor: pointer;
}
body.cms-index-index .page-main .categories-list .product-wrap .products-bottom .action-hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
body.cms-index-index .page-main .categories-list .product-wrap .products-bottom .action-hover:hover .read-more {
  background: #D11515;
}
body.cms-index-index .page-main .categories-list .product-wrap .products-bottom .action-hover:hover .read-more .arrow-icon:after {
  background-image: url(../images/ios-arrow-round-forward-while.png);
}
body.cms-index-index .page-main .categories-list .product-wrap .products-bottom .read-more {
  float: right;
}
body.cms-index-index .page-main .featured-product-wrap {
  background: #fff;
  padding: 94px 0 92px;
}
body.cms-index-index .page-main .featured-product-wrap .block-products-list {
  max-width: 1320px;
  margin: 0 auto;
}
body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title {
  text-align: center;
  color: #000;
  margin-bottom: 52px;
  position: relative;
  overflow: hidden;
}
body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title strong {
  font-size: 27px;
}
body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title:after,
body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title:before {
  content: "";
  position: absolute;
  width: calc(50% - 160px);
  height: 1px;
  background: rgba(112, 112, 112, 0.2);
  top: 21px;
}
body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title:before {
  left: -11px;
}
body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title:after {
  right: -11px;
}
body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-content .widget-product-grid .product-item {
  width: calc((100% - 90px) / 4);
  margin-left: 30px;
  color: #000;
}
body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-content .widget-product-grid .product-item:first-child {
  margin-left: 0;
}
body.cms-butikker .page-main {
  background: #f2f2f2 !important;
  padding-top: 35px;
}
body.cms-butikker .page-main .right-column {
  padding: 0 70px;
}
body.cms-butikker .page-main .right-column h3 {
  margin: 0 0 20px;
  padding: 15px 0 10px;
}
body.cms-butikker .page-main .right-column .store-items {
  padding: 0;
  background: #f2f2f2;
  margin: 0;
}
body.cms-butikker .page-main .right-column .store-items .item {
  float: left;
  background: #fff;
  width: calc(49.99% - 11px);
  margin-left: 20px;
}
body.cms-butikker .page-main .right-column .store-items .item:nth-child(2n + 1) {
  margin-left: 0;
}
body.cms-butikker .page-main .right-column .store-items .item img {
  width: 100%;
}
body.cms-butikker .page-main .right-column .store-items .item .title {
  padding: 20px 20px 0;
  margin-bottom: 0;
  font-family: "Sofia-Pro-Bold", sans-serif;
  line-height: 17px;
}
body.cms-butikker .page-main .right-column .store-items .item .center-image {
  padding: 20px;
}
body.cms-butikker .page-main .right-column .store-items .item .address {
  background: #D11515;
  color: #fff;
  padding: 20px;
}
body.cms-butikker .page-main .right-column .store-items .item .store-info {
  padding: 20px;
}
body.cms-butikker .sidebar.sidebar-main {
  padding: 0;
}
body.cms-butikker .sidebar.sidebar-main .list-category {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 25px;
}
body.cms-butikker .sidebar.sidebar-main .list-category h3 {
  margin: 0 0 8px;
  padding: 0 10px;
  line-height: 36px;
}
body.cms-butikker .sidebar.sidebar-main .list-category .category-items {
  padding: 0;
  margin: 0;
}
body.cms-butikker .sidebar.sidebar-main .list-category ul {
  padding: 0 0 0 15px;
}
body.cms-butikker .sidebar.sidebar-main .list-category ul li {
  position: relative;
}
body.cms-butikker .sidebar.sidebar-main .list-category ul li a {
  display: block;
  padding: 5px 25px 5px 10px;
}
body.cms-butikker .sidebar.sidebar-main .list-category ul li > .toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  text-align: center;
}
body.cms-butikker .sidebar.sidebar-main .list-category ul li.level-top > a {
  text-transform: uppercase;
}
body.cms-butikker .sidebar.sidebar-main .list-category ul li.active > .toggle:before {
  content: '\f068';
}
body.cms-butikker .sidebar.sidebar-main .list-category ul li.active > .dropdown {
  display: block;
}
body.cms-butikker .sidebar.sidebar-main .list-category ul.category-items {
  padding: 0;
}
body.cms-butikker .sidebar.sidebar-main .list-category ul.dropdown {
  display: none;
}
body.cms-butikker .sidebar.sidebar-main .purchase-content {
  background: #D11515;
  color: #fff;
  padding: 25px 30px;
  margin-bottom: 25px;
}
body.cms-butikker .sidebar.sidebar-main .purchase-content h3.tile {
  font-size: 27px;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  margin: 0 0 10px 0;
}
body.cms-butikker .sidebar.sidebar-main .purchase-content .description {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 23px;
}
body.cms-butikker .sidebar.sidebar-main .purchase-content .btn.btn-primary {
  background: #C11616;
  font-size: 17px;
  line-height: 18px;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  padding: 18px 29px;
  height: auto;
}
body.cms-butikker .sidebar.sidebar-main .purchase-content .btn.btn-primary:hover {
  box-shadow: 0 0 3px #f6f6f6;
}
body.cms-butikker .sidebar.sidebar-additional {
  display: none;
}
body .shipping-informations {
  background: #000;
}
body .shipping-informations a {
  color: #fff;
}
body .shipping-informations a:hover {
  color: #D11515;
}
body .shipping-informations .items {
  padding-top: 84px;
  padding-bottom: 84px;
}
body .shipping-informations .items .item {
  float: left;
  width: calc((100% - 90px) / 4);
  min-height: 140px;
  background: #292929;
  margin-right: 30px;
  padding: 46px 28px 5px 82px;
  position: relative;
  overflow: hidden;
}
body .shipping-informations .items .item:last-child {
  margin-right: 0;
}
body .shipping-informations .items .item .icon {
  position: absolute;
  width: 30px;
  top: 14px;
  left: 14px;
}
body .shipping-informations .items .item:nth-child(2) .icon {
  width: 27px;
}
body .shipping-informations .items .item:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 150px;
  top: -66px;
  left: -24px;
  background: #D11515;
  -ms-transform: rotate(47deg);
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
}
body .shipping-informations .items .item .item-content .title {
  margin: 0;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 5px;
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
}
body .shipping-informations .items .item .item-content .description {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
}
body .purchase-policy .purchase-content {
  padding-top: 72px;
  padding-bottom: 70px;
}
body .purchase-policy .purchase-content .purchase-info {
  float: left;
  max-width: 530px;
}
body .purchase-policy .purchase-content .purchase-info .title {
  font-size: 27px;
  color: #3C4255;
  margin: 0 0 15px;
}
body .purchase-policy .purchase-content .purchase-info .description {
  color: #292929;
  font-size: 17px;
  margin-bottom: 0;
}
body .purchase-policy .purchase-content .action {
  float: right;
  padding-top: 28px;
}
body .purchase-policy .purchase-content .action .btn.btn-primary {
  background: #D11515;
  font-size: 17px;
  padding: 15px 40px;
  height: 52px;
  width: 269px;
  line-height: 20px;
}
body .seo-tekst {
  background: #fff;
}
body .seo-tekst .seo-tekst-content {
  padding-top: 147px;
  padding-bottom: 120px;
  color: #292929;
}
body .seo-tekst .seo-tekst-content .title {
  font-size: 22px;
  font-weight: 700;
  font-family: sofia-pro, sans-serif;
  margin-top: 0;
  margin-bottom: 35px;
}
body .seo-tekst .seo-tekst-content .left-content,
body .seo-tekst .seo-tekst-content .right-content,
body .seo-tekst .seo-tekst-content .middle-content {
  font-size: 15px;
  line-height: 23px;
  float: left;
  width: calc(100% / 3 - 20px);
}
body .seo-tekst .seo-tekst-content .left-content .sub-title,
body .seo-tekst .seo-tekst-content .right-content .sub-title,
body .seo-tekst .seo-tekst-content .middle-content .sub-title {
  font-size: 18px;
  font-weight: 700;
  font-family: sofia-pro, sans-serif;
}
body .seo-tekst .seo-tekst-content .left-content,
body .seo-tekst .seo-tekst-content .middle-content {
  margin-right: 30px;
}
body .seo-tekst .seo-tekst-content .right-content {
  margin-right: 0;
}
body .seo-tekst .seo-tekst-content img {
  height: 154px;
}
.products-grid .product-item .product-item-info {
  padding-bottom: 31px;
  border: 1px solid #EBEBEB;
}
.products-grid .product-item .product-item-info:hover,
.products-grid .product-item .product-item-info.active {
  margin: 0;
  padding: 0 0 31px;
  border-color: #e4e2e2;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .product-item-info .attribute-top {
  background: #EFEFEF;
  font-size: 12px;
  overflow: hidden;
}
.products-grid .product-item .product-item-info .attribute-top > div {
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  float: left;
  width: 50%;
  position: relative;
  height: 59px;
}
.products-grid .product-item .product-item-info .attribute-top > div > span {
  position: absolute;
  top: 50%;
  left: 7px;
  right: 7px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 34px;
  overflow: hidden;
}
.products-grid .product-item .product-item-info .attribute-top .brand {
  border-right: 1px solid #fff;
}
.products-grid .product-item .product-item-info .attribute-top .stock-status .dot-color {
  width: 6px;
  height: 6px;
  margin-left: 6px;
  display: inline-block;
  border-radius: 50%;
}
.products-grid .product-item .product-item-info .attribute-top .stock-status .green-dot {
  background: #95D689;
}
.products-grid .product-item .product-item-info .attribute-top .stock-status .red-dot {
  background: #D11515;
}
.products-grid .product-item .product-item-info .attribute-top .stock-status .yellow-dot {
  background: #FEF500;
}
.products-grid .product-item .product-item-info .product-item-details {
  padding: 0 37px;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-name {
  margin: 0 0 15px;
  min-height: 40px;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 18px;
  line-height: 1;
  color: #000;
}
.products-grid .product-item .product-item-info .product-item-details .short-description {
  font-size: 13px;
  font-weight: 300;
  font-family: sofia-pro, sans-serif;
  padding-bottom: 18px;
}
.products-grid .product-item .product-item-info .product-item-details .short-description .short-description-content {
  height: 30px;
  overflow: hidden;
}
.products-grid .product-item .product-item-info .product-item-details .short-description .short-description-content p {
  margin-bottom: 0;
  font-family: "Sofia-Pro-Light", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #000;
}
.products-grid .product-item .product-item-info .product-item-details .price-box {
  margin: 0;
  padding: 16px 0 19px;
  border-top: 1px solid #E5E5E5;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price {
  display: inline-block;
  font-size: 21px;
  color: #000;
  font-weight: 400;
}
.products-grid .product-item .product-item-info .product-item-details .price-box > .price-container {
  display: block;
  padding: 10px 0;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .normal-price > .price-container {
  display: block;
  padding: 10px 0;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .normal-price > .price-container .price-label {
  display: none;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .old-price > .price-container,
.products-grid .product-item .product-item-info .product-item-details .price-box special-price > .price-container {
  display: inline;
  padding: 0;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .old-price {
  display: block;
  margin: 0;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
  position: relative;
  font-size: 11px;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #707070;
  top: 8px;
  left: 0;
  right: 0;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-actions {
  margin-top: 0;
  overflow: hidden;
  display: block;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
  float: left;
  width: calc(47% - 6px);
  padding-left: 0;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.btn.btn-default {
  display: block;
  text-transform: none;
  font-weight: 400;
  line-height: 1.2;
  padding: 8px 5px;
  color: #4A4A4A;
  width: 100%;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  float: left;
  margin-right: 12px;
  width: calc(53% - 7px);
  line-height: 0;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button,
.products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a {
  box-shadow: none;
  padding: 8px 5px;
  line-height: 17px;
  width: 100%;
  font-weight: 400;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a > span {
  line-height: 16px;
}
.products-grid .product-item .product-item-info .product-image {
  padding: 0 37px;
  position: relative;
}
.products-grid .product-item .product-item-info .product-image .saving-price {
  position: absolute;
  width: 76px;
  height: 76px;
  background: #D11515;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  padding: 19px 4px;
  right: 10px;
  top: 10px;
  font-size: 13px;
  color: #fff;
}
.products-grid .product-item .product-item-info .product-image .saving-price span {
  display: block;
}
.products-grid .product-item .product-item-info .product-image .saving-price span + span {
  font-weight: 700;
  font-family: sofia-pro, sans-serif;
}
.products-grid .widget-product-grid.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 9px;
}
.products-grid .widget-product-grid.owl-carousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  background: #3C4255;
  box-shadow: none;
  border-radius: 50%;
  margin: 0 10px;
}
.products-grid .widget-product-grid.owl-carousel .owl-dots .owl-dot.active {
  background: #D11515;
}
@media (max-width: 1380px) {
  body.cms-index-index .page-main .featured-product-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.cms-index-index .page-main .categories-list .product-wrap .product-items .product-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  body .shipping-informations .items {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  body .purchase-policy .purchase-content {
    padding-top: 65px;
  }
  body .seo-tekst .seo-tekst-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body .seo-tekst .seo-tekst-content .title {
    margin-bottom: 25px;
  }
  body .seo-tekst .seo-tekst-content .left-content,
  body .seo-tekst .seo-tekst-content .right-content {
    text-align: justify;
  }
}
.homepage-facebook {
  background: #000;
  color: #fff;
  padding: 25px;
}
.homepage-facebook .facebook-feed:before,
.homepage-facebook .facebook-feed:after {
  content: ' ';
  display: table;
  clear: both;
}
.homepage-facebook .facebook-feed .facebook-link {
  float: left;
  width: calc((100% - 75px) / 4);
  height: 353px;
  background: #292929;
  position: relative;
}
.homepage-facebook .facebook-feed .facebook-link .block-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: 86%;
}
.homepage-facebook .facebook-feed .facebook-link .block-content p {
  font-size: 21px;
  font-weight: 300;
  font-family: sofia-pro, sans-serif;
  margin-bottom: 21px;
}
.homepage-facebook .facebook-feed .facebook-link .block-content p strong {
  font-weight: 700;
  font-family: sofia-pro, sans-serif;
}
.homepage-facebook .facebook-feed .facebook-link .block-content .action {
  overflow: hidden;
}
.homepage-facebook .facebook-feed .facebook-link .block-content .action a {
  line-height: 54px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.homepage-facebook .facebook-feed .facebook-link .block-content .action a:hover {
  color: #D11515;
}
.homepage-facebook .facebook-feed .facebook-link .block-content .action a:hover .read-more {
  background: #D11515;
}
.homepage-facebook .facebook-feed .facebook-link .block-content .action a:hover .read-more .arrow-icon:after {
  background-image: url(../images/ios-arrow-round-forward-while.png);
}
.homepage-facebook .facebook-feed .facebook-link .block-content .read-more {
  float: left;
  margin-right: 18px;
  margin-bottom: 0;
}
.homepage-facebook .facebook-feed .list-posts {
  width: calc(100% - ((100% - 75px) / 4));
  float: left;
  overflow: hidden;
}
.homepage-facebook .facebook-feed .list-posts .item-facebook {
  width: calc((100% - 75px) / 3);
  margin-left: 25px;
  float: left;
}
.homepage-facebook .facebook-feed .post-box {
  position: relative;
}
.homepage-facebook .facebook-feed .post-box .time-created {
  background: #3C4255;
  color: #fff;
  font-weight: 700;
  font-family: sofia-pro, sans-serif;
  text-transform: lowercase;
  font-size: 13px;
  padding: 10px 24px 12px;
}
.homepage-facebook .facebook-feed .post-box .image img {
  width: 100%;
  height: 196px;
  object-fit: cover;
  display: block;
}
.homepage-facebook .facebook-feed .post-box .fb-info {
  padding: 28px 24px 26px;
  background: #F2F2F2;
}
.homepage-facebook .facebook-feed .post-box .fb-info .desc-text {
  font-size: 14px;
  color: #292929;
  font-weight: 300;
  font-family: "Sofia-Pro-Light", sans-serif;
  height: 42px;
  overflow: hidden;
}
.homepage-facebook .facebook-feed .post-box .fb-info .fb-view {
  font-size: 14px;
  color: #3C4255;
  font-weight: 700;
  font-family: "Sofia-Pro-Bold", sans-serif;
}
.homepage-facebook .facebook-feed .post-box .fb-info .fb-view:hover {
  color: #D11515;
}
.homepage-facebook .facebook-feed .post-box .fb-info .fb-view:hover .arrow-forward:after {
  visibility: visible;
  right: -20px;
}
.homepage-facebook .facebook-feed .post-box .fb-info .fb-view:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.cms-butikker .sidebar.sidebar-main {
    width: 25%;
  }
  body.cms-butikker .column.main {
    width: 75%;
  }
  body.cms-butikker .column.main .right-column {
    padding: 0 30px;
  }
  body .shipping-informations .items .item {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    padding: 50px 6px 5px 44px;
  }
  body .shipping-informations .items .item:last-child {
    margin-right: 0;
  }
  body .shipping-informations .items .item .icon {
    top: 12px;
    left: 12px;
  }
  body .shipping-informations .items .item:before {
    height: 140px;
  }
  body .shipping-informations .items .item .item-content .title {
    font-size: 15px;
    line-height: 19px;
  }
  .products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
  .products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    float: none;
    width: 100%;
    display: block;
  }
  .products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .homepage-facebook .facebook-feed .facebook-link {
    width: 39%;
    margin: 0 25px 0 0;
  }
  .homepage-facebook .facebook-feed .list-posts {
    width: calc(100% - 39% - 25px);
  }
  .homepage-facebook .facebook-feed .list-posts .item-facebook {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  body.cms-index-index .page-main .categories-list .product-wrap.top-left,
  body.cms-index-index .page-main .categories-list .product-wrap.top-right {
    width: calc(50% - 15px);
  }
  body.cms-index-index .page-main .categories-list .product-wrap.top-left .product-list,
  body.cms-index-index .page-main .categories-list .product-wrap.top-right .product-list {
    padding: 21px 0;
  }
  body.cms-index-index .page-main .categories-list .product-wrap.top-left {
    margin-right: 30px;
  }
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-left,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-right,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-middle {
    width: calc((100% - 60.1px) / 3);
    margin-right: 30px;
  }
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-left .product-list,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-right .product-list,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-middle .product-list {
    padding: 47px 0;
  }
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-right {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  body.cms-index-index .page-main .featured-product-wrap {
    padding: 80px 15px 65px;
  }
  body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title:after,
  body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title:before {
    width: 55px;
    height: 2px;
    top: 17px;
    background: #000;
  }
  body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title:after {
    right: calc(50% - 188px);
  }
  body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title:before {
    left: calc(50% - 188px);
  }
  body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-content .widget-product-grid .product-item {
    width: 100%;
    margin-left: 0;
  }
  body.cms-butikker .page-main {
    padding-top: 15px;
  }
  body.cms-butikker .page-main .right-column {
    padding: 0;
  }
  body.cms-butikker .page-main .sidebar.sidebar-main {
    width: 100%;
  }
  body.cms-butikker .page-main .column.main {
    width: 100%;
    padding-bottom: 25px;
  }
  body.cms-butikker .page-main .column.main .right-column {
    /*padding: 0 30px;*/
  }
  .products-grid .product-item .product-item-info {
    padding-bottom: 25px;
  }
  .products-grid .product-item .product-item-info:hover,
  .products-grid .product-item .product-item-info:active {
    padding-bottom: 25px;
  }
  .products-grid .product-item .product-item-info .product-item-details {
    padding: 0 15px;
  }
  .products-grid .product-item .product-item-info .product-image {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.cms-index-index .page-main .categories-list {
    padding: 15px;
  }
  body.cms-index-index .page-main .categories-list .cyc-row + .cyc-row {
    margin-top: 15px;
  }
  body.cms-index-index .page-main .categories-list .product-wrap.top-left {
    margin-right: 15px;
  }
  body.cms-index-index .page-main .categories-list .product-wrap.top-left,
  body.cms-index-index .page-main .categories-list .product-wrap.top-right {
    width: calc((100% - 15px) / 2);
  }
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-left,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-middle,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-right {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-left.bottom-right,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-middle.bottom-right,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-right.bottom-right {
    margin-right: 0;
  }
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-left .product-list,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-middle .product-list,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-right .product-list {
    padding: 10px 0;
  }
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-left .products-bottom,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-middle .products-bottom,
  body.cms-index-index .page-main .categories-list .product-wrap.bottom-right .products-bottom {
    text-align: center;
    padding: 12px 10px;
  }
  body .purchase-policy .purchase-content .purchase-info {
    float: none;
    max-width: 100%;
  }
  body .purchase-policy .purchase-content .action {
    float: none;
  }
  body .shipping-informations .items {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  body .shipping-informations .items .item {
    width: calc((100% - 30px) / 2);
    margin: 0 0 25px;
  }
  body .shipping-informations .items .item:nth-child(2n) {
    margin-left: 30px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .products-grid .product-item .product-item-info .product-image .saving-price {
    right: 22px;
    top: 18px;
  }
}
@media (min-width: 554px) and (max-width: 799px) {
  .homepage-facebook .facebook-feed .facebook-link {
    width: 45%;
  }
  .homepage-facebook .facebook-feed .list-posts {
    width: calc(100% - 45% - 25px);
  }
}
@media (max-width: 767px) {
  body.cms-index-index .page-main .categories-list {
    padding: 15px;
  }
  body.cms-index-index .page-main .categories-list .cyc-row + .cyc-row {
    margin-top: 0;
  }
  body.cms-index-index .page-main .categories-list .product-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  body.cms-index-index .page-main .categories-list .product-wrap .product-list {
    padding: 15px 0;
  }
  body .shipping-informations .items {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  body .shipping-informations .items .item {
    width: 100%;
    margin: 0 0 25px;
  }
  body .purchase-policy .purchase-content {
    padding-bottom: 55px;
    text-align: center;
  }
  body .purchase-policy .purchase-content .purchase-info {
    float: none;
    margin: 0 auto 20px;
    max-width: 425px;
  }
  body .purchase-policy .purchase-content .action {
    float: none;
  }
  body .seo-tekst .seo-tekst-content {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  body .seo-tekst .seo-tekst-content .title {
    font-size: 21px;
    margin-bottom: 22px;
  }
  body .seo-tekst .seo-tekst-content .left-content,
  body .seo-tekst .seo-tekst-content .middle-content,
  body .seo-tekst .seo-tekst-content .right-content {
    width: 100%;
    margin-right: 0;
  }
  body .seo-tekst .seo-tekst-content .left-content {
    margin-bottom: 10px;
  }
  .homepage-facebook {
    padding: 25px 15px;
  }
}
@media (max-width: 554px) {
  .homepage-facebook .facebook-feed .facebook-link {
    float: none;
    width: 100%;
    height: 275px;
    margin: 0  0 25px 0;
  }
  .homepage-facebook .facebook-feed .list-posts {
    float: none;
    width: 100%;
  }
  .homepage-facebook .facebook-feed .list-posts .item-facebook {
    width: 100%;
    margin-left: 0;
  }
  body.cms-butikker .page-main .column.main {
    padding: 0;
  }
  body.cms-butikker .page-main .column.main .right-column .store-items .item {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (min-width: 480px) and (max-width: 554px) {
  .products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
  .products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    float: none;
    width: 100%;
  }
  .products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  body.cms-index-index .page-main .featured-product-wrap {
    padding: 60px 15px 40px;
  }
  body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title:after,
  body.cms-index-index .page-main .featured-product-wrap .block-products-list .block-title:before {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1300px) {
  body .seo-tekst .seo-tekst-content .left-content,
  body .seo-tekst .seo-tekst-content .middle-content,
  body .seo-tekst .seo-tekst-content .right-content {
    width: calc(35%);
  }
  body .seo-tekst .seo-tekst-content {
    display: flex;
    flex-flow: row wrap;
  }
  body .seo-tekst .seo-tekst-content .middle-content {
    margin-right: 0px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1300px) {
  body .seo-tekst .seo-tekst-content .left-content,
  body .seo-tekst .seo-tekst-content .middle-content,
  body .seo-tekst .seo-tekst-content .right-content {
    width: calc(50% - 15px) !important;
  }
}
