body,
p {
    line-height: 1.5;
}
.container,
.container.with-xlarge {
  width: 100%;
  max-width: 1200px;
}
.variantInfoPanel.open,
.m-product-dropdown-list-separator {
    display: none;    
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
    margin-left: -10px;
    margin-right: -10px;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

:root {
  /* --main-color: #e83928; */
  --main-color: red;
}

.splash {
    display: flex;
}
.m-product .splash, .m-productlist .splash {
    left: 5px;
    right: 0;
    height: 5px;
}
.badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: normal;
}
.badge.badge-succes {
    color: #fff;
    background: #fa0519;
    font-weight: 900;
    overflow: hidden;
}
.badge.badge-warning {
    font-weight: bold;
    font-size: 16px;
    background: #ffc107;
}

.badge-custom{
    font-weight: 700;
    color: #fa0519;
    border: none;
    background: #000;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    border-radius: 0;
    height: auto;
}
.m-product .image {
    overflow: hidden;
}

@media(max-width:479px){
  .badge-custom{
    padding: 5px 0 5px;
    font-size: 11px;
  }
}

/* site corp */
.site-corporate {
  background: #F2F2F2;
  border: none;
}

.usps .flex>span {
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
}

.usps .flex>span:last-child {
  padding: 0;
}

.usps .flex>span:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  padding-right: 5px;
}

.screen-menu .flex>div {
  margin-right: 20px;
}

.screen-menu .flex>div:last-child{
  margin: 0;
}

.w-language .button {
  position: relative;
  border: none;
  background: none;
  padding: 0;
}

.w-language .button:after {
  content: '\f107';
  font-family: 'FontAwesome';
  color: var(--main-color);
}

.screen-menu .login-button {
  display: block;
  width: 90px;
  text-transform: uppercase;
  background: red;
  color: #ffffff!important;
  border-radius: 5px;
  font-weight: 700;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
}

.mmenu-button {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}

.mmenu-button span{
  font-size: 12px;
  font-weight: 700;
}

.mm-menu_offcanvas {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

/* header */
.site-header {
  position: relative;
  -webkit-box-shadow: 0 7px 5px -2px #f2f2f2;
  box-shadow: 0 7px 5px -2px #f2f2f2;
}

.logo img {
  max-height: 60px;
}

/* search screen */
.top-search-form {
  width: 400px;
  border: 2px solid #cccccc;
}

.top-search-form .form-input {
  border: none;
  height: 39px;
  padding: 5px 5px 5px 15px;
  background: #F2F2F2;
}

.top-search-form .form-input::-webkit-input-placeholder {
  font-size: 13px;
  font-style: italic;
  color: #707070;
}

.top-search-form .form-input:-ms-input-placeholder {
  font-size: 13px;
  font-style: italic;
  color: #707070;
}

.top-search-form .form-input::-ms-input-placeholder {
  font-size: 13px;
  font-style: italic;
  color: #707070;
}

.top-search-form .form-input::placeholder {
  font-size: 13px;
  font-style: italic;
  color: #707070;
}

.top-search-form .input-group-button {
  height: 39px;
}

.top-search-form .button {
  border: none;
  background: #F2F2F2;
  height: 39px !important;
  padding: 0 15px !important;
}

.top-search-form .fa {
  color: #000000;
  font-size: 19px;
}

/* cart screen */

.quick-cart-link {
  border: none;
  background: none;
  text-transform: uppercase;
  color: #000000 !important;
  font-weight: 700;
  position: relative;
}

.quick-cart-link .fa {
    background: none !important;
    color: var(--main-color) !important;
    display: inline-block;
    vertical-align: middle;
}

.quick-cart-link .fa-shopping-cart:before {
    font-size: 32px;
}

.m-quick-cart__count {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000000;
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    top: -3px;
    right: 7px;
}

/* mobile-menu */
.mobile-menu .flex>* {
  margin-left: 10px;
}

/* mobile search */
#searchForm {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 100%;
  max-width: 1180px;
  margin: auto;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  font-size: .9em;
  background: #000000;
  padding: 10px;
  border: none;
}

.searchBtn {
  cursor: pointer;
}

.mobile-menu .fa {
  font-size: 18px;
}

/* site-nav */
.site-navigation {
  padding: 0;
}

.site-navigation .nav>li {
  position: static;
}
.mm-panel .b-productcategories-list .b-category-1105,
.mm-panel .b-productcategories-list .b-category-1104,
.site-navigation .nav>li.b-category-1104,
.site-navigation .nav>li.b-category-1105{
    display:none!important;
}

.site-navigation .nav>li>a {
  color: #000000;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 10px;
}

.site-navigation .nav>li:last-child>a {
  color: var(--main-color);
}

.site-navigation .nav>li>ul {
  visibility: hidden;
  opacity: 0;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  padding: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 5px solid var(--main-color);
}

.site-navigation .nav>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.site-navigation .nav>li>ul>li {
  display: inline-block;
  padding: .5em;
  width: 24%;
  vertical-align: top;
}

.site-navigation .nav ul li a {
  font-weight: 500;
}

.site-navigation .nav ul li a:hover {
  color: var(--main-color);
}

.site-navigation .nav>li>ul>li>a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.site-navigation .nav>li>ul>li>ul {
  margin: 1em 0 0;
}

/* Slider section */
.frontpage .site-slider {
  margin: 20px 0 0;
}

.c-item {
  display: block;
  position: relative;
  font-size: 0;
}

.c-item.single-baner,
.c-item.single-baner .placeholder-wrapper {
  height: 100%;
}

.c-item img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.c-item .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  padding: 0 5px;
}

.c-item.single-baner .title {
  font-size: 42px;
}

.front-video {
  margin-bottom: 20px;
  line-height: 0;
}
.front-video video {
    background: url(/upload_dir/pics/Forside-covers/Background.png);
    background-size: cover;
}

.site-slider .hero-slider-theme {
  margin: 0;
}

.category-links>div {
  margin-bottom: 20px;
}

.site-slider .hero-slider-theme .owl-controls .owl-buttons .owl-prev:before {
  content: '\f104';
}

.site-slider .hero-slider-theme .owl-controls .owl-buttons .owl-next:before {
  content: '\f105';
}

.site-slider .hero-slider-theme .owl-controls .owl-buttons .owl-prev:before,
.site-slider .hero-slider-theme .owl-controls .owl-buttons .owl-next:before {
  font-size: 26px;
  color: #ffffff;
}

.owl-pagination {
  margin-bottom: 0;
}

.hero-slider-theme .owl-controls .owl-page span {
  background: #9c9b9b;
  width: 12px;
  height: 12px;
}

.hero-slider-theme .owl-controls .owl-page.active span {
  background: #4f4949;
}

/* category slider */
.category-slider {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.hero-slider-theme {
  margin: 0;
}

.hero-slider-theme img {
  width: 100%;
}

.category-slider .owl-item {
  padding: 0 10px;
}

.category-slider .c-slide {
  display: block;
  position: relative;
}

.category-slider .c-slide-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  padding: 0 5px;
}

.category-slider .c-slide-content .title {
  display: block;
  font-size: 24px;
}

.category-slider .c-slide-content .subtitle {
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

/* site-content */
.frontpage-content {
  padding-top: 20px;
}

.page-title-frontpage {
  border: none;
}

.page-title-frontpage .h1 {
  font-weight: 900;
  text-transform: uppercase;
}
.category-item {
    margin: 1em 0;
}
.productItem .type-col {
  border: none;
  background: #ffffff;
  text-align: center;
}

.productItem .type-col .product-transaction,
.productItem .type-col .product-action {
  background: #ffffff;
}

.productItem .type-col .product-description {
  border-top: 2px solid #F2F2F2;
  padding-top: 1em;
}

.productItem .m-productlist-price {
  font-weight: 700;
}

.productItem .type-col .product-action {
  border-top: 2px solid #F2F2F2;
}

.m-productlist-tractions-button .button-primary {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
}

.news-btn {
  font-size: 18px;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.m-product-title {
    border-top: none;
}
.m-product-information .panel-success.m-product-instock,
.m-product-additional-info .nav-tabs li.active>a,
.m-product-additional-info .t-panel-clean>.pane,
.m-product-variants .panel-warning,
.m-product-variants .panel-success,
.w-notification .panel-success,
.m-product-info.panel-warning,
.panel-danger.m-product-stock.m-product-soldout {
  background: none;
}
.m-transaction-input {
    max-width: 60px;
    text-align: center;
}
.m-product-additionals-list-custom>li {
    margin: 1em 0;
}
.m-product-additionals-list-item.disabled {
    opacity: .5;
}

.select2-container .select2-choice {
    height: auto;
    padding: 10px;
    box-shadow: none;
    font-size: 1em;
}
.select2-container .select2-choice .select2-arrow b {
    background-position: 0 10px;
}

.m-breadcrumb,
.m-print {
  margin: 1.5em auto;
}

/* bottom usps */
.bottom-usp {
  padding: 40px 0;
}

.usp-item {
  background: #F2F2F2;
  text-align: center;
  padding: 30px 0;
}

.usp-item .fa {
  font-size: 27px;
  color: var(--main-color);
  margin-bottom: 10px;
}

.usp-item span {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

/* guide */
.guide-banner {
  position: relative;
}

.guide-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .7;
  z-index: 0;
}

.guide-banner:after {
  content: '';
  height: 1px;
  border-bottom: 10px dashed var(--main-color);
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.guide img {
  width: 100%;
  margin: 0;
  min-height: 290px;
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.guide-banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 10px;
}

.guide-banner-caption .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 20px;
}

.guide-banner-links a {
  display: block;
  background: rgba(234, 78, 63, .9);
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 25px 5px;
  max-width: 300px;
  margin: 0 auto 20px auto;
}

/* advice */
.advice .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.advice .title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}

.advice p {
  font-size: 19px;
  font-weight: 600;
}

.advice-text span {
  font-size: 16px;
}

.advice .contact-link {
  font-size: 16px;
  position: relative;
  margin-right: 20px;
  display: block;
  font-weight: 600;
}

.map-link:before,
.phone-link:before,
.mail-link:before {
  padding-right: 5px;
  font-family: "FontAwesome";
}

.phone-link:before {
  content: '\f095';
}

.mail-link:before {
  content: '\f0e0';
}

.p-left {
  padding-top: 20px;
}

.form-title {
  font-weight: 700;
  font-size: 19px;
  padding-bottom: 20px;
}

.advice .contact-form .panel-body {
  padding: 0;
}

.advice .contact-form .form-input {
  border: none;
  border-bottom: 2px solid #f2f2f2;
}

.advice .contact-form .form-input::-webkit-input-placeholder {
  text-align: right;
  color: #000000;
  font-size: 14px;
}

.advice .contact-form .form-input:-ms-input-placeholder {
  text-align: right;
  color: #000000;
  font-size: 14px;
}

.advice .contact-form .form-input::-ms-input-placeholder {
  text-align: right;
  color: #000000;
  font-size: 14px;
}

.advice .contact-form .form-input::placeholder {
  text-align: right;
  color: #000000;
  font-size: 14px;
}

.advice .contact-form .panel-footer {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.advice .contact-form .form-submit {
  width: 100%;
}

.trustpilot {
  line-height: 0;
  overflow: hidden;
}

.trustpilot a {
  display: block;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* .trustpilot img {
  width: 100%;
  object-fit: cover;
  max-height: 250px;
}

.trustpilot .placeholder-wrapper{
  max-height: 250px;
} */

/* address  */
.address-section {
  color: #ffffff;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.address-section a {
  display: block;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}

.address-info .title,
.working-hours .title {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

.map-link:before {
  content: '\f041';
}

.address-info .map-link {
  padding-left: 20px;
}

.address-info .map-link:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.working-hours li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
}

.working-hours li span {
  padding-right: 20px;
  width: 90px;
}

.working-hours p {
  text-transform: uppercase;
  font-weight: 700;
}

/* footer */
.site-footer {
  background: url(../images/footer_bg.png) no-repeat center/cover;
  border: none;
  padding-top: 0;
  padding-bottom: 60px;
}

.footer-logo {
  margin-bottom: 60px;
}

.footer-logo a{
  display: block;
  line-height: 0!important;
}

.footer-logo img {
  margin-bottom: 0;
  width: 100%;
}

.site-footer,
.site-footer a {
  color: #ffffff;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-menu .dropdown:hover>.dropdown-menu {
  display: none !important;
}

.footer-menu li {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer-menu li:before {
  content: '>';
  padding-right: 10px;
}

.site-footer .social-links {
  margin-top: 30px;
}

.site-footer .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    color: #000000 !important;
    margin-right: 15px;
    line-height: 40px;
    font-size: 20px;
}

.news-section {
  overflow: hidden;
  max-width: 325px;
}

.site-footer .h4 {
  color: #ffffff;
  font-weight: 900;
}

.news-section .input-group-addon {
  padding: 0;
  width: auto;
  min-width: auto;
  margin-right: 10px;
}

.news-section .form-label {
  color: #ffffff;
  font-size: 11px;
}

.news-section .button-primary {
  font-size: 16px;
  font-weight: 600;
}

.button-primary {
  border: none;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.button-primary:hover {
  background: #000000 !important;
}

/* site-main-categories */
.site-main-categories {
  padding: 20px 0;
}


.site-main-categories .box {
  position: relative;
}

.site-main-categories .c-title {
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 20px;
}

.site-main-categories .c-text {
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 20px;
}

.site-main-categories .button-primary {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  display: block;
}

.site-main-categories .category-image {
  display: none;
}

/* .site-main-categories .row1,
.site-main-categories .row2,
.site-main-categories .row3{
  background: #ffffff;
} */

.site-main-categories .flex-row>* {
  position: relative;
  z-index: 2;
}

.cloudzoom-zoom-inside {
    z-index: 99;
}

.cart-bar{
    background-color: #e83928;
    padding:10px;
}

.cart-bar-wrapper{
    display: none;
     background: linear-gradient(45deg, black 25%,
        yellow 25%, yellow 50%, 
        black 50%, black 75%, 
        yellow 75%);
        background-size:200px 200px;
          -webkit-box-shadow:inset 0 0 20px 2px #333;
        padding: 10px;
}

.cart-bar .flex{
    flex-direction:column;
}

.cart-bar-headline,
.cart-bar-msg p{
    font-size:32px;
    line-height:32px!important;
    text-transform:uppercase;
    font-weight:700;
    padding:10px 0;
}


.cart-bar-headline,
.cart-bar-msg a{
    color:#ffffff;    
}

.cart-bar-text{
    font-size:15px;
    font-weight:700;
    padding: 0 20px;
}

.cart-bar-text p{
    color:#000000;
}


.cart-bar p{
    margin:0;
}

.emptyCategory .panel-warning{
    display:none;
}

.panel-success.m-product-orderform-instock span{
    color:#23ba5a;
}

/*.m-cart-list{*/
/*    display:flex;*/
/*    flex-direction:column;*/
/*}*/

/*.m-cart-list li{*/
/*    order:0;*/
/*}*/

/*.m-cart-list li.last{*/
/*    order:1;*/
/*}*/

@media(min-width:480px) {
  .mobile-menu .flex>* {
    margin-left: 15px;
  }
  .mobile-menu .fa {
    font-size: 32px;
  }
  .m-productlist-tractions-button .button-primary {
    font-size: 14px;
  }
  .trustpilot a {
    height: 90px;
  }
}

@media(min-width:550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

@media(max-width:767px) {
  .c-item.single-baner img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .working-hours p {
    font-size: 11px;
  }
}

@media(min-width:768px) {
  .frontpage .site-slider {
    margin: 40px 0;
  }

  .c-item .title {
    font-size: 32px;
  }

  .c-item.single-baner .title {
    font-size: 52px;
  }

  .category-links>div {
    margin-bottom: 0;
  }

  .site-slider .hero-slider-theme .owl-pagination {
    display: none;
  }

  .category-slider {
    padding: 80px 0;
  }

  .category-slider .c-slide-content .title {
    font-size: 35px;
  }

  .category-slider .c-slide-content .subtitle {
    font-size: 16px;
  }

  .guide-banner-caption {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .guide-banner:before,
  .guide-banner:after {
    display: none;
  }

  .guide-banner-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }

  .guide-banner-links p {
    margin: 0;
    width: 40%;
  }

  .guide-banner-links a {
    margin: 0;
    padding: 40px 30px;
    max-width: 100%;
  }

  .address-info .title,
  .working-hours .title {
    font-size: min(35px, 5vw);
    margin-bottom: 20px;
  }

  .working-hours .title,
  .working-hours p {
    text-align: right;
  }

  .map-link:before {
    font-size: 32px;
  }

  .address-info .map-link {
    padding-left: 25px;
  }

  .working-hours li {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 5px;
  }

  .news-section {
    margin-left: auto;
  }

  .trustpilot a {
    height: 140px;
  }
}

@media(max-width:959px) {
  .screen-menu .flex>*:not(:first-child) {
    display: none;
  }
.screen-menu .dropdown-menu{
  left: 0!important;
  right: auto!important;
}

}

@media(min-width:960px) {
  .site-header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .c-item.single-baner .title {
    font-size: 64px;
  }
  .c-item .title,
  .c-slide-content .title {
    transition: all .2s ease-in;
  }
  .c-item:hover .title {
      color: var(--main-color);
  }
  .owl-item:hover .title {
      color: #000;
  }
  .owl-item:hover .title {
      text-shadow: 0 0 15px #fff;
  }
  .guide-banner-links a {
    padding: 60px 30px;
    font-size: 16px;
  }
  .advice .contact-link {
    display: inline-block;
  }
  .advice .title {
    font-size: 32px;
  }
  .advice-text {
    max-width: 370px;
  }
  .advice .container {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .advice .container:before {
    content: '';
    display: block;
    background: url(../images/Magnus_ny.png) bottom left no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 420px;
    height: 310px;
    background-size: contain;
  }
  .form-section {
    text-align: right;
  }
  .form-title {
    font-size: 17px;
  }
  .p-left {
    padding-left: 60px;
  }
  .address-info .contact-link {
    font-size: 24px;
    line-height: 30px;
  }
  .address-info .contact-link:before {
    font-size: 42px;
  }
  .address-info .map-link {
    padding-left: 40px;
  }
  .map-link:before {
    font-size: 58px !important;
  }
  .working-hours li {
    font-size: 21px;
  }
  .working-hours li span {
    width: 130px;
  }
  .site-main-categories,
  .site-main-categories .c-title {
    padding: 0;
  }
  .site-main-categories .category-content {
    max-width: 350px;
    padding: 40px 0;
    position: relative;
  }
  .site-main-categories .row1 .container {
    background: -webkit-linear-gradient(15deg, rgba(242, 242, 242, 1) 46%, rgba(255, 255, 255, 1) 0%);
  }
  .site-main-categories .row2 .container {
    background: -webkit-linear-gradient(15deg, rgba(255, 255, 255, 1) 50%, rgba(242, 242, 242, 1) 0%);
  }
  .site-main-categories .row3 .container {
    background: -webkit-linear-gradient(-14deg, rgba(242, 242, 242, 1) 56%, rgba(255, 255, 255, 1) 0%);
  }
  .site-main-categories .button-primary {
    max-width: 210px;
  }
  .site-main-categories .flex-row .container>div:last-child .category-content {
    text-align: right;
  }
  .site-main-categories .flex-row .container>div:last-child .category-content,
  .site-main-categories .flex-row .container>div:last-child .category-content .button-primary {
    margin-left: auto;
  }
  .site-main-categories .c-title {
    font-size: 24px;
  }
  .site-main-categories .c-text {
    line-height: 24px;
    font-size: 16px;
  }
  .trustpilot a {
    height: 190px;
  }
  .badge {
      width: 75px;
      height: 75px;
  }
  .cart-bar .flex{
    flex-direction:row;
    flex-wrap:nowrap;
}
}

@media(min-width:1024px) {
  .form-title {
    font-size: 19px;
  }

  .site-main-categories .category-image {
    display: block;
    position: absolute;
  }

  .site-main-categories .category-image img {
    margin: 0;
  }

  .site-main-categories .row1 .container {
    background: -webkit-linear-gradient(15deg, rgba(242, 242, 242, 1) 46%, rgba(255, 255, 255, 1) 0%);
  }

  .site-main-categories .row3 .container {
    background: -webkit-linear-gradient(-14deg, rgba(242, 242, 242, 1) 55%, rgba(255, 255, 255, 1) 0%);
  }

  .site-main-categories .box1 .category-image {
    bottom: 0;
    right: -75px;
  }

  .site-main-categories .box1 img{
    max-height: 230px;
  }

  .site-main-categories .box2 .category-image {
    bottom: 77px;
    left: -140px;
  }

  .site-main-categories .box2 img{
    max-height: 150px;
  }

  .site-main-categories .box3 .category-image {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -115px;
  }

  .site-main-categories .box3 img{
    max-height: 150px;
  }

  .site-main-categories .box4 .category-image {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -60px;
  }

  .site-main-categories .box4 img{
    max-height: 300px;
  }

  .site-main-categories .box5 .category-image {
    bottom: 0px;
    right: -150px;
  }

  .site-main-categories .box5 img{
    max-width: 220px;
  }

  .site-main-categories .box6 .category-image {
    bottom: 0;
    left: -80px;
  }

  .site-main-categories .box6 img{
    max-width: 150px;
  }

}


@media(min-width:1140px) {
  .guide-banner-links a {
    font-size: 20px;
  }
  .site-main-categories .box1 .category-image {
    right: -95px;
  }
  .site-main-categories .box2 .category-image {
    bottom: 55px;
    left: -180px;
  }
  .site-main-categories .box2 img{
    max-height: 180px;
  }
  .site-main-categories .box3 .category-image {
    right: -160px;
  }
  .site-main-categories .box3 img{
    max-height: 200px;
  }
  .site-main-categories .box4 .category-image {
    left: -90px;
  }
  .site-main-categories .box5 .category-image {
      bottom: 0px;
      right: -215px;
  }
  .site-main-categories .box5 img {
    max-width: 250px;
  }
  .site-main-categories .box6 .category-image {
      bottom: 0;
      left: -125px;
  }
  .site-main-categories .box6 img {
    max-width: 175px;
  }
}

@media(min-width:1200px) {
  .address-info .contact-link {
    font-size: 30px;
  }
  .address-info .title,
  .working-hours .title {
    margin-bottom: 40px;
  }
  .site-main-categories .row1 .container {
    background: -webkit-linear-gradient(15deg, rgba(242, 242, 242, 1) 47%, rgba(255, 255, 255, 1) 0%);
  }
  .trustpilot a {
    height: 220px;
  }
}

@media(min-width:1440) {

  /* .site-main-categories .row1 {
    background: -webkit-linear-gradient(15deg, rgba(242, 242, 242, 1) 47%, rgba(255, 255, 255, 1) 0);
  }
  .site-main-categories .row3 {
    background: -webkit-linear-gradient(-15deg, rgba(242, 242, 242, 1) 54%, rgba(255, 255, 255, 1) 0);
  } */
  .trustpilot a {
    height: 240px;
  }
}

#modal-login {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #ffffff;
}

#modal-login .panel-border {
    background: none;
    border: none;
    margin-bottom: 0;
}

#modal-login .panel-heading,
#modal-login .panel-footer {
    background: none;
    border: none;
}

#modal-login .h6 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}

#modal-login .h6,
#modal-login .w-userlogin-links li a {
    color: #000000;
}

#modal-login .modal-wrapper{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
    bottom: 0;
    max-width: 650px;
height: max-content;
    margin: 0 auto;
    border: 8px solid #000000;
    border-radius: 5px;
}

#modal-login .modal-logo{
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  max-width: 210px;
  background: #ffffff;
  padding: 0 25px;
}

#modal-login .modal-text{
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  font-weight: 700;
  font-size: 20px;
  background: #ffffff;
  width: max-content;
  padding: 0 30px;
  margin: 0 auto;
}

#modal-login .modal-text span{
  color: #549dd4;
}

#modal-login #w-login-form {
    padding: 60px 0;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.w-userlogin-links{
  margin-top: 20px;
}

#modal-login .input-group {
    width: 100%;
}

#modal-login .input-group-main {
border: none;
    height: 40px;
    font-size: 14px;
    font-weight: 200;
    background: #ececec;
}

#modal-login .input-group-main::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 200;
}

#modal-login .input-group-main::-moz-placeholder {
    font-size: 14px;
    font-weight: 200;
}

#modal-login .input-group-main:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 200;
}

#modal-login .input-group-main::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 200;
}

#modal-login .input-group-main::placeholder {
    font-size: 14px;
    font-weight: 200;
}

#modal-login .form-group.w-userlogin-remember {
    margin-bottom: 0;
}

#modal-login .form-group.w-userlogin-password {
    margin-bottom: 5px;
}

#modal-login .form-group.w-userlogin-remember .input-group-addon,
#modal-login .form-group.w-userlogin-remember .input-group-main {
    background: none;
    border: none;
    color: #ffffff;
}

#modal-login .form-group.w-userlogin-remember .input-group-addon {
    padding-left: 0;
    padding-right: 0;
    min-width: unset;
}

#modal-login .form-submit {
    background: #636363;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: max-content;
    margin: 0 auto;
}

#modal-login .w-login-form-header.w-header {
    padding: 0 15px;
}

#modal-login .panel-footer{
  padding: 0;
}

@media(min-width:480px){
  #modal-login .modal-text{
    bottom: -25px;
    font-size: 27px;
  }
}