@charset "UTF-8";
/*
Theme Name: Celluminova AB
Theme URI: https://celluminova.se/
Description: Celluminova AB
Version: 2.0
Author: Plucera Webbyrå
Author URI: https://www.plucera.se/
*/
/* Variables */
/* Variables */
BODY {
  font-family: poppins, sans-serif;
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
}

H1, H2, H3, H4, H5, H6 {
  margin: 0;
  font-weight: 600;
}

#scroll-tag {
  position: fixed;
  bottom: -2px;
  left: 50%;
  width: 75px;
  margin-left: -37.5px;
  padding: 9px 0 16px;
  background: #5daab0 url("img/bg/scroll-tag.png") center 26px no-repeat;
  background-size: 16px auto;
  z-index: 1000000;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 2px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

#scroll-tag.show_scroll {
  display: block;
}

#scroll-tag.hide_scroll {
  display: none;
}

.single .col-lg-8 STRONG {
  font-weight: 600;
}

/* Main menu */
NAV.main-menu {
  z-index: 205;
  text-align: right;
}
NAV.main-menu UL {
  display: inline-block;
  margin: 55px 60px 0 0;
  padding: 0;
}
NAV.main-menu LI {
  position: relative;
  float: left;
  margin-left: 35px;
  list-style-type: none;
}
NAV.main-menu LI:first-child {
  margin-left: 0;
}
NAV.main-menu A {
  display: block;
  height: 26px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
NAV.main-menu A:hover {
  color: #5daab0;
  text-decoration: underline;
}
NAV.main-menu LI.current-menu-item A,
NAV.main-menu LI.current-page-ancestor A {
  padding-right: 7px;
  background: url("img/bg/current-menu-item.png") right 10px no-repeat;
  background-size: 5px 5px;
  font-weight: 700;
  text-decoration: none;
}

/* Main menu */
/* Sub menus in main menu */
NAV.main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 26px;
  width: auto;
  margin: 0;
  padding: 25px 25px 19px;
  background-color: rgba(19, 82, 138, 0.9);
  border-top: 4px solid #ccc;
  text-align: left;
}
NAV.main-menu .sub-menu LI {
  float: none;
  margin: 0 0 5px;
}
NAV.main-menu .sub-menu A {
  height: auto;
  margin-bottom: 0;
  padding: 0 !important;
  background: none !important;
  border-bottom: none !important;
  color: #fff;
  font-weight: 300 !important;
  font-size: 15px;
  white-space: nowrap;
  text-transform: none;
}
NAV.main-menu .sub-menu A:hover {
  text-decoration: underline !important;
}
NAV.main-menu .sub-menu LI.current-menu-item A,
NAV.main-menu .sub-menu LI.current_page_ancestor A {
  font-weight: 700 !important;
}
NAV.main-menu .sub-menu LI.current-menu-item A:hover,
NAV.main-menu .sub-menu LI.current_page_ancestor A:hover {
  text-decoration: none !important;
}

NAV.main-menu LI:hover .sub-menu {
  display: block;
}

NAV.main-menu .sub-menu .sub-menu {
  position: static;
  width: auto;
  background-color: transparent;
  border: none;
  padding: 0 0 0 15px;
}
NAV.main-menu .sub-menu .sub-menu LI {
  margin: 0;
}
NAV.main-menu .sub-menu .sub-menu LI A {
  padding: 0 0 4px;
  font-size: 14px;
  font-weight: 300 !important;
}
NAV.main-menu .sub-menu .sub-menu LI A::before {
  content: "- ";
}
NAV.main-menu .sub-menu .sub-menu LI A:hover {
  text-decoration: underline !important;
}

/* Sub menus in main menu */
/* Sub menu drop down */
#navigation {
  height: 72px;
  margin-bottom: 80px;
  border-top: 1px solid #2b6597;
  border-bottom: 1px solid #2b6597;
}
#navigation #menu-label {
  float: left;
  padding: 19px 0 0;
  color: #13528a;
  font-size: 27px;
  font-weight: 300;
  text-transform: uppercase;
}
#navigation NAV {
  position: relative;
  float: right;
  max-width: calc(100% - 190px);
}
#navigation NAV UL {
  display: none;
}
#navigation NAV:hover UL {
  display: block;
}
#navigation .nav-label {
  position: relative;
  display: block;
  height: 70px;
  padding: 21px 70px 0 40px;
  background: url("img/bg/sub-menu-arrow.png") calc(100% - 26px) 31px no-repeat;
  background-color: #13528a;
  background-size: 19.5px auto;
  z-index: 2;
  color: #fff !important;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
}
#navigation UL {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  margin: 0 !important;
  padding: 101px 0 40px;
  background-color: #2b6597;
  z-index: 1;
  white-space: nowrap;
}
#navigation UL LI {
  padding: 0 70px 0 40px;
  list-style-type: none;
}
#navigation UL A {
  display: block;
  padding: 8px 0;
  color: #fff !important;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}
#navigation UL A:hover {
  text-decoration: underline;
}
#navigation UL LI.current-menu-item A,
#navigation UL LI.current_page_item A {
  font-weight: 600;
}
#navigation UL .children {
  position: static;
  width: auto;
  padding: 0 0 15px;
}
#navigation UL .children LI {
  padding: 0 0 5px;
}
#navigation UL .children A {
  padding: 0;
  border: none;
  font-size: 15px;
}
#navigation UL .children A::after {
  content: " -";
}
#navigation UL LI.current-menu-item .children A,
#navigation UL LI.current_page_item .children A {
  font-weight: 300;
}

/* Sub menu drop down */
/* Shop menu */
#main .woocommerce NAV {
  display: block !important;
  float: left;
  width: 100%;
  max-width: 175px;
}
#main .woocommerce NAV UL {
  margin: 0;
  padding: 0;
}
#main .woocommerce NAV LI {
  list-style-type: none;
}
/* Shop menu */
/* Footer menu */
FOOTER NAV.main-menu .sub-menu {
  display: none !important;
}
FOOTER NAV.main-menu UL {
  margin: 6px 0 89px;
}
FOOTER NAV.main-menu LI {
  margin-left: 25px;
}
FOOTER NAV.main-menu A {
  color: #fff;
}
FOOTER NAV.main-menu A:hover {
  color: #fff;
  text-decoration: underline !important;
}

NAV#shop-menu {
  position: absolute;
  right: 60px;
  top: 74px;
  z-index: 210;
}
NAV#shop-menu UL {
  margin: 0;
  padding: 0;
}
NAV#shop-menu LI {
  float: left;
  margin-left: 22px;
  list-style-type: none;
}
NAV#shop-menu A {
  display: block;
  height: 33px;
  padding: 8px 15px 0;
  border-radius: 16.5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
NAV#shop-menu LI:first-child {
  margin-left: 0;
}
NAV#shop-menu LI:first-child A {
  background-color: #13528a;
}
NAV#shop-menu LI:first-child A:hover {
  background-color: #5daab0;
}
NAV#shop-menu LI:last-child A {
  padding-left: 40px;
  background: url("img/bg/checkout.png") 14px center no-repeat;
  background-size: 21px 19px;
  background-color: #5daab0;
}
NAV#shop-menu LI:last-child A:hover {
  background-color: #13528a;
}

/* Footer menu */
#sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 200;
}
#sticky-header #logo {
  position: absolute;
  width: 234px;
  height: 60px;
  left: 60px;
  top: 30px;
  z-index: 210;
}
#sticky-header #logo IMG {
  width: 100%;
  height: auto;
}

HEADER#main-header {
  min-height: 500px;
  margin-top: 120px;
  background-position: left top, right top, center center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto 100%, auto 100%, cover;
  color: #fff;
}
HEADER#main-header H1, HEADER#main-header P {
  max-width: 600px;
}
HEADER#main-header H1,
HEADER#main-header #page-label {
  margin: 157px 0 0;
  font-size: 56px;
  font-weight: 700;
}
HEADER#main-header P {
  margin: 20px 0 0;
  font-size: 24px;
}
HEADER#main-header A {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
.home HEADER#main-header {
  min-height: 650px;
  margin-bottom: 115px;
  background-position: left top, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
}
.home HEADER#main-header P:last-child A {
  height: 43px;
  margin-top: 40px;
  padding: 9px 20px 0;
  background-color: #fff;
  border-radius: 21.5px;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.home HEADER#main-header P:last-child A:hover {
  background-color: #13528a;
  color: #fff;
}

#news-splash {
  position: relative;
  float: right;
  width: 100%;
  max-width: 450px;
  margin-top: 140px;
  padding: 27px 30px 50px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  line-height: 1.45;
}
#news-splash #news-ball {
  display: grid;
  position: absolute;
  left: -25px;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5daab0;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
#news-splash A {
  text-decoration: none;
}
#news-splash H2 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}
#news-splash H2 A {
  color: #13528a;
}
#news-splash P {
  margin: 0;
  font-size: 15px;
}
#news-splash P A {
  color: #4d4d4d;
}
#news-splash P#news-more {
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
#news-splash P#news-more A {
  display: inline-block;
  height: 36px;
  padding: 6px 20px 0;
  background-color: #13528a;
  border-radius: 18px;
  color: #fff;
  font-size: 17px;
}
#news-splash P#news-more A:hover {
  background-color: #5daab0;
}

.home #news-splash {
  margin-top: 200px;
}

.home-block {
  margin-bottom: 130px;
  background: url("img/bg/border-green.png") left top repeat-y;
  background-size: 20px 1px;
  overflow: hidden;
}
.home-block .col-xl-6 {
  min-height: 360px;
  display: grid;
  align-content: baseline;
}
.home-block .col-xl-6 H2 {
  margin: 0 0 10px;
  color: #5daab0;
  font-size: 14px;
  font-weight: 400;
}
.home-block .col-xl-6 P {
  margin: 0 0 20px;
  font-size: 16px;
}
.home-block .col-xl-6 H2 + P {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
}
.home-block .col-xl-6 .link-box {
  height: 46px;
}
.home-block .col-xl-6:last-child {
  max-height: 360px;
  position: relative;
  align-content: center;
}
.home-block .col-xl-6:last-child A {
  position: absolute;
  left: 0%;
  transform: translateX(-50%);
  height: 46px;
  padding: 11px 20px 0;
  background-color: #fff;
  border-radius: 23px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  color: #5daab0;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.home-block .col-xl-6:last-child A:hover {
  background-color: #13528a;
  color: #fff;
}
.home-block .col-xl-6:last-child .ref_img,
.home-block .col-xl-6:last-child .ref_shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.home-block:nth-child(odd) .col-xl-6:first-child {
  padding-top: 50px;
  padding-right: 140px;
  padding-bottom: 30px;
}

.home-block:nth-child(even) {
  background-image: url("img/bg/border-blue.png");
  background-position: right top;
}
.home-block:nth-child(even) .col-xl-6:first-child {
  padding-top: 50px;
  padding-left: 140px;
  padding-bottom: 30px;
  order: 2;
}
.home-block:nth-child(even) .col-xl-6:first-child H2 {
  color: #13528a;
}
.home-block:nth-child(even) .col-xl-6:last-child {
  order: 1;
}
.home-block:nth-child(even) .col-xl-6:last-child A {
  left: 100%;
  color: #13528a;
}
.home-block:nth-child(even) .col-xl-6:last-child A:hover {
  background-color: #5daab0;
  color: #fff;
}
.home-block:nth-child(even) .col-xl-6:last-child .ref_img,
.home-block:nth-child(even) .col-xl-6:last-child .ref_shape {
  left: auto;
  right: 0;
}

#news-block {
  padding-bottom: 125px;
}
#news-block .col-12 {
  text-align: center;
}
#news-block H2 {
  margin: 0 0 75px;
  color: #13528a;
  font-size: 35px;
  font-weight: 600;
}
#news-block .col-lg-4 {
  display: grid;
}
#news-block .news-item {
  position: relative;
  padding: 25px 30px 50px;
  background-color: rgba(178, 218, 244, 0.2);
}
#news-block .news-date {
  position: absolute;
  left: -27px;
  top: -27px;
  width: 54px;
  height: 54px;
  margin: 0;
  padding-top: 14px;
  background-color: #5daab0;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
#news-block .news-date STRONG {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
#news-block .news-head {
  margin: 0 0 15PX;
  font-size: 20px;
  font-weight: 600;
}
#news-block .news-head A {
  color: #13528a;
  text-decoration: none;
}
#news-block .news-head A:hover {
  color: #5daab0;
}
#news-block .news-excerpt {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
#news-block .news-excerpt A {
  color: #4d4d4d;
  text-decoration: none;
}
#news-block .news-excerpt A:hover {
  color: #5daab0;
}
#news-block .news-link {
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 36px;
  margin: 0;
  text-align: center;
}
#news-block .news-link A {
  display: inline-block;
  height: 36px;
  padding: 7px 20px 0;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  color: #13528a;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
#news-block .news-link A:hover {
  background-color: #13528a;
  color: #fff;
}

#main.standard {
  padding: 100px 0 70px;
}
#main.standard H2 {
  margin-bottom: 15px;
  color: #13528a;
  font-size: 24px;
  font-weight: 700;
}
#main.standard H2:first-child {
  margin-top: -4px;
}
#main.standard H3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
#main.standard H4 {
  font-size: 17px;
  font-weight: 700;
}
#main.standard P {
  margin: 0 0 20px;
}
#main.standard IMG {
  width: 100%;
  height: auto;
}
#main.standard A {
  color: #13528a;
}
#main.standard A:hover {
  color: #5daab0;
}
#main.standard .col-12 H1, #main.standard .col-12 P {
  max-width: 820px;
  margin: 0 auto;
  color: #13528a;
  font-weight: 600;
  text-align: center;
}
#main.standard .col-12 H1 {
  margin-bottom: 60px;
  font-size: 38px;
}
#main.standard .col-12 P {
  margin-bottom: 20px;
  font-size: 24px;
}
#main.standard .col-12 P:last-child {
  margin-bottom: 70px;
}
#main.standard .col-md-6:nth-child(2) {
  padding-right: 56px;
}
#main.standard .col-md-6:nth-child(3) {
  padding-left: 56px;
}
#main.standard .col-md-6:nth-child(3) IMG {
  margin-top: 40px;
}
#main.standard .col-md-6:nth-child(3) IMG:first-child {
  margin-top: 0px;
}
#main.standard .col-md-6:nth-child(3) .image-text {
  margin: 40px 0 0;
  padding-bottom: 35px;
  border-bottom: 2px solid #13528a;
  color: #13528a;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
#main.standard #quote {
  position: relative;
  max-width: 925px;
  margin: 85px auto 0;
  padding: 60px 80px 40px;
  background-color: #5daab0;
  border-radius: 4px;
  color: #fff;
  font-size: 25px;
  text-align: center;
}
#main.standard #quote IMG {
  position: absolute;
  left: 50%;
  top: -81px;
  width: 187px;
  height: 160px;
  margin-left: -93.5px;
}

#main.people H1 {
  margin-bottom: 0 !important;
}
#main.people .list-people {
  margin-top: -10px;
}
#main.people .row-box {
  display: flex;
  float: left;
  width: 100%;
}
#main.people .people-info {
  position: relative;
  float: left;
  width: calc(33.33333% - 50px);
  margin: 200px 0 0 75px;
  padding: 175px 35px 40px;
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  text-align: center;
}
#main.people .people-info IMG.portrait {
  position: absolute;
  left: 50%;
  top: -122.5px;
  width: 245px;
  height: 245px;
  margin-left: -122.5px;
  border-radius: 50%;
  border: 15px solid #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
#main.people .people-info H2 {
  margin: 0;
  color: #4d4d4d;
  font-size: 21px;
  font-weight: 600;
}
#main.people .people-info H3 {
  margin: 0 0 18px;
  color: #13528a;
  font-size: 18px;
  font-weight: 400;
}
#main.people .people-info P {
  margin: 0;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.35;
}
#main.people .people-info .people-contact {
  margin: 50px 0 0;
  text-align: center;
}
#main.people .people-info .people-contact A {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
#main.people .people-info .people-contact A IMG {
  float: left;
}
#main.people .people-info .people-contact A:first-child {
  margin-left: 0;
}
#main.people .people-info:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
#main.people #quote {
  margin: 135px auto 15px;
}

#main.contact {
  padding-bottom: 120px;
}
#main.contact .col-12 H2, #main.contact .col-12 P {
  max-width: 750px;
  margin: 0 auto 45px;
  color: #13528a;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}
#main.contact .col-12 P {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
}
#main.contact .col-md-6.left {
  padding-left: 263px;
}
#main.contact .col-md-6.left P {
  display: grid;
  min-height: 65px;
  margin: 0 0 35px;
  padding: 0 0 0 65px;
  background-position: left center;
  background-repeat: no-repeat;
  align-content: center;
  font-size: 16px;
  font-weight: 400;
}
#main.contact .col-md-6.left STRONG {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
}
#main.contact .col-md-6.left #address {
  background-image: url("img/bg/icon-address.png");
}
#main.contact .col-md-6.left #address BR:nth-child(3) {
  display: none;
}
#main.contact .col-md-6.left #phone {
  background-image: url("img/bg/icon-phone.png");
}
#main.contact .col-md-6.left #email {
  background-image: url("img/bg/icon-email.png");
}
#main.contact .col-md-6.left A {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
}
#main.contact .col-md-6.left A:hover {
  color: #5daab0;
  text-decoration: underline;
}
#main.contact .col-md-6.right {
  padding-right: 263px;
}
#main.contact .col-md-6.right P {
  margin-bottom: 10px;
}
#main.contact .col-md-6.right FORM {
  margin: 0;
}
#main.contact .col-md-6.right INPUT,
#main.contact .col-md-6.right TEXTAREA {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #eaf0f3;
  border-radius: 4px;
  border: 1px solid #eaf0f3;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
}
#main.contact .col-md-6.right INPUT:hover,
#main.contact .col-md-6.right INPUT:active,
#main.contact .col-md-6.right INPUT:focus,
#main.contact .col-md-6.right TEXTAREA:hover,
#main.contact .col-md-6.right TEXTAREA:active,
#main.contact .col-md-6.right TEXTAREA:focus {
  border-color: #13528a;
}
#main.contact .col-md-6.right TEXTAREA {
  height: 120px;
  padding: 20px;
}
#main.contact .iframe-container {
  margin-top: 70px;
  padding-top: 21.4%;
}

#main.contact .col-md-6.right INPUT[type=submit],
#main.contact .col-md-6.right BUTTON[type=submit],
#main.contact .col-12 INPUT[type=submit],
#main.contact .col-12 BUTTON[type=submit],
#main.product .col-md-6.right INPUT[type=submit],
#main.product .col-md-6.right BUTTON[type=submit],
#main.product .col-12 INPUT[type=submit],
#main.product .col-12 BUTTON[type=submit] {
  background-color: #13528a;
  border: 1px solid #13528a;
  border-radius: 4px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
#main.contact .col-md-6.right INPUT[type=submit]:hover,
#main.contact .col-md-6.right INPUT[type=submit]:active,
#main.contact .col-md-6.right INPUT[type=submit]:focus,
#main.contact .col-md-6.right BUTTON[type=submit]:hover,
#main.contact .col-md-6.right BUTTON[type=submit]:active,
#main.contact .col-md-6.right BUTTON[type=submit]:focus,
#main.contact .col-12 INPUT[type=submit]:hover,
#main.contact .col-12 INPUT[type=submit]:active,
#main.contact .col-12 INPUT[type=submit]:focus,
#main.contact .col-12 BUTTON[type=submit]:hover,
#main.contact .col-12 BUTTON[type=submit]:active,
#main.contact .col-12 BUTTON[type=submit]:focus,
#main.product .col-md-6.right INPUT[type=submit]:hover,
#main.product .col-md-6.right INPUT[type=submit]:active,
#main.product .col-md-6.right INPUT[type=submit]:focus,
#main.product .col-md-6.right BUTTON[type=submit]:hover,
#main.product .col-md-6.right BUTTON[type=submit]:active,
#main.product .col-md-6.right BUTTON[type=submit]:focus,
#main.product .col-12 INPUT[type=submit]:hover,
#main.product .col-12 INPUT[type=submit]:active,
#main.product .col-12 INPUT[type=submit]:focus,
#main.product .col-12 BUTTON[type=submit]:hover,
#main.product .col-12 BUTTON[type=submit]:active,
#main.product .col-12 BUTTON[type=submit]:focus {
  background-color: #5daab0;
  border-color: #5daab0;
}
#main.contact .col-md-6.right INPUT[type=submit]:disabled,
#main.contact .col-12 INPUT[type=submit]:disabled,
#main.product .col-md-6.right INPUT[type=submit]:disabled,
#main.product .col-12 INPUT[type=submit]:disabled {
  background-color: #aaa !important;
  border-color: #aaa !important;
}
#main.contact .col-md-6.right #acceptance .wpcf7-list-item,
#main.contact .col-12 #acceptance .wpcf7-list-item,
#main.product .col-md-6.right #acceptance .wpcf7-list-item,
#main.product .col-12 #acceptance .wpcf7-list-item {
  margin: 0;
}
#main.contact .col-md-6.right #acceptance LABEL,
#main.contact .col-12 #acceptance LABEL,
#main.product .col-md-6.right #acceptance LABEL,
#main.product .col-12 #acceptance LABEL {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
}
#main.contact .col-md-6.right #acceptance INPUT[type=checkbox],
#main.contact .col-12 #acceptance INPUT[type=checkbox],
#main.product .col-md-6.right #acceptance INPUT[type=checkbox],
#main.product .col-12 #acceptance INPUT[type=checkbox] {
  width: auto;
  height: auto;
}
#main.contact #send-the-form,
#main.product #send-the-form {
  position: relative;
}
#main.contact #send-the-form .wpcf7-spinner,
#main.product #send-the-form .wpcf7-spinner {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -12px;
}

#main.product {
  padding-bottom: 120px;
}
#main.product .single-product {
  max-width: 930px;
  margin: 0 auto;
  /* TAGIT BORT MÖJLIGHETEN ATT HANDLA I WOOCOMMERCE (MARS 2024)
  .woocommerce-description {
      float: left;
      width: 100%;
      min-height: 108px;
      clear: both;
      margin-top: 30px;
      padding: 0 0 0 487px;
      background: url("img/bg/payment-options.png") left bottom no-repeat;
      background-size: 443px auto;

      A {
          display: block;
          padding: 16px 25px 0;
          background: #eaf0f3 url("img/bg/pdf.png") calc(100% - 25px) center no-repeat;
          background-size: 23px 30px;

          color: map-get($colors, main_text);
          font-size: 19px;
          text-decoration: none;

          STRONG {
              font-weight: 600;
          }
      }

      A::after {
          content: "";
          display: block;
          margin: 0 auto;
          padding-bottom: 16px;
          width: 100%;
          border-bottom: 1px solid map-get($colors, main_text);
      }

      A:first-child {
          padding-top: 30px;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px;
          background-position: calc(100% - 25px) 28px;
      }

      A:last-child {
          padding-bottom: 30px;
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px;
          background-position: calc(100% - 25px) 13.5px;
      }

      A:last-child::after {
          content: none;
          display: none;
          padding-bottom: 0;
          border-bottom: none;
      }

      A:only-child {
          margin-top: 12px;
          padding-top: 36px;
          padding-bottom: 35px;
          background-position: calc(100% - 25px) center;
      }

      A:hover {
          color: map-get($colors, main_green);
          text-decoration: underline;
      }
  }
  TAGIT BORT MÖJLIGHETEN ATT HANDLA I WOOCOMMERCE (MARS 2024) */
  /* TAGIT BORT MÖJLIGHETEN ATT HANDLA I WOOCOMMERCE (MARS 2024) */
  /* TAGIT BORT MÖJLIGHETEN ATT HANDLA I WOOCOMMERCE (MARS 2024) */
}
#main.product .single-product FIGURE {
  margin: 0;
}
#main.product .single-product P,
#main.product .single-product P:last-child {
  margin-bottom: 20px;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
#main.product .single-product .woocommerce-product-gallery {
  float: left;
  width: calc(50% - 22px);
  margin-top: 4px;
}
#main.product .single-product .summary {
  float: right;
  width: calc(50% - 22px);
}
#main.product .single-product .woocommerce-description,
#main.product .single-product .price,
#main.product .single-product .quantity,
#main.product .single-product .ppc-button-wrapper,
#main.product .single-product .ppc-button-ppcp-gateway,
#main.product .single-product .productinfo-show-discounts {
  display: none !important;
}
#main.product .single-product .price {
  padding: 20px 0 10px;
  color: #13528a;
  font-size: 38px;
  font-weight: 600;
}
#main.product .single-product .price .uom {
  display: inline-block;
  margin-left: -7px;
}
#main.product .single-product .quantity {
  float: left;
}
#main.product .single-product .quantity::before {
  display: none; /*TAGIT BORT MARS 2024*/
  content: "Amount";
  font-size: 30px;
}
#main.product .single-product INPUT[type=number] {
  width: 110px;
  height: 60px;
  margin-left: 25px;
  padding: 0 15px 0 25px;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  font-size: 30px;
  font-weight: 300;
}
#main.product .single-product BUTTON[type=submit] {
  float: right;
  width: 160px;
  height: 60px;
}

#content-block {
  padding-bottom: 120px;
}
#content-block #box {
  display: flex;
  min-height: 360px;
  padding: 0 110px;
  background-position: left center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
  overflow: hidden;
  align-items: center;
  color: #fff;
}
#content-block #left {
  float: left;
  width: 50%;
  padding: 78px 0 75px;
}
#content-block #left H3 {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 600;
}
#content-block #left P {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 400;
}
#content-block #left H3 + P {
  font-size: 26px;
  font-weight: 600;
}
#content-block #right {
  float: right;
  width: 50%;
  padding-left: 150px;
  text-align: center;
}
#content-block #right P {
  display: inline-block;
  height: 46px;
  margin: 0;
  padding: 10px 26px 0;
  background-color: #fff;
  border-radius: 23px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  color: #5daab0;
  font-size: 22px;
  font-weight: 600;
}
#content-block #right A {
  color: #5daab0;
  text-decoration: none;
}
#content-block #right A:hover {
  color: #13528a;
}

#main .woocommerce {
  overflow: hidden;
}
#main .woocommerce .col-1,
#main .woocommerce .col-2,
#main .woocommerce .col-3,
#main .woocommerce .col-4,
#main .woocommerce .col-5,
#main .woocommerce .col-6,
#main .woocommerce .col-7,
#main .woocommerce .col-8,
#main .woocommerce .col-9,
#main .woocommerce .col-10,
#main .woocommerce .col-11,
#main .woocommerce .col-12 {
  float: none;
  width: 100%;
}
#main .woocommerce .woocommerce-MyAccount-content,
#main .woocommerce .woocommerce-form-login {
  float: right;
  width: 100%;
  max-width: calc(100% - 175px);
}
#main .woocommerce .woocommerce-message,
#main .woocommerce .woocommerce-Message,
#main .woocommerce .woocommerce-info {
  margin-bottom: 25px;
  padding: 16px 24px 15px;
  background-color: #eaf0f3;
}
#main .woocommerce .woocommerce-message A,
#main .woocommerce .woocommerce-Message A,
#main .woocommerce .woocommerce-info A {
  float: right;
}

.shop_table {
  margin-bottom: 25px;
}

.shop_table.cart .product-thumbnail {
  display: none;
}
.shop_table.cart TH {
  border-bottom: 1px solid #eaf0f3;
}
.shop_table.cart TH.product-remove,
.shop_table.cart TD.product-remove {
  border-bottom: none;
}
.shop_table.cart TH.product-remove A,
.shop_table.cart TD.product-remove A {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.shop_table.cart TH, .shop_table.cart TD {
  padding: 0 20px 20px 0;
}
.shop_table.cart TH:last-child,
.shop_table.cart TD:last-child {
  padding-right: 0;
  text-align: right;
}
.shop_table.cart TD.actions {
  text-align: left;
}
.shop_table.cart TBODY TR:first-child TD {
  padding-top: 20px;
}

.cart-subtotal TH, .cart-subtotal TD,
.order-total TH,
.order-total TD,
.woocommerce-orders-table TH,
.woocommerce-orders-table TD {
  padding: 0 40px 20px 0;
}
.cart-subtotal TH:last-child,
.cart-subtotal TD:last-child,
.order-total TH:last-child,
.order-total TD:last-child,
.woocommerce-orders-table TH:last-child,
.woocommerce-orders-table TD:last-child {
  padding-right: 0;
  text-align: right;
}

/* SHOP BUTTONS, FORM AND INPUTS */
#main .woocommerce {
  /* Betalningsalternativ */
  /* Betalningsalternativ */
}
#main .woocommerce FORM {
  margin: 0;
}
#main .woocommerce INPUT,
#main .woocommerce BUTTON,
#main .woocommerce TEXTAREA,
#main .woocommerce .wc-proceed-to-checkout A {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #eaf0f3;
  border-radius: 4px;
  border: 1px solid #eaf0f3;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
}
#main .woocommerce INPUT:hover,
#main .woocommerce INPUT:active,
#main .woocommerce INPUT:focus,
#main .woocommerce TEXTAREA:hover,
#main .woocommerce TEXTAREA:active,
#main .woocommerce TEXTAREA:focus,
#main .woocommerce .wc-proceed-to-checkout A:hover {
  border-color: #13528a;
}
#main .woocommerce TEXTAREA {
  height: 120px;
  padding: 20px;
}
#main .woocommerce INPUT[type=submit],
#main .woocommerce BUTTON[type=submit],
#main .woocommerce .wc-proceed-to-checkout A {
  width: auto;
  background-color: #13528a;
  border: 1px solid #13528a;
  border-radius: 4px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
#main .woocommerce INPUT[type=submit]:hover,
#main .woocommerce INPUT[type=submit]:active,
#main .woocommerce INPUT[type=submit]:focus,
#main .woocommerce BUTTON[type=submit]:hover,
#main .woocommerce BUTTON[type=submit]:active,
#main .woocommerce BUTTON[type=submit]:focus,
#main .woocommerce .wc-proceed-to-checkout A:hover {
  background-color: #5daab0;
  border-color: #5daab0;
}
#main .woocommerce .wc-proceed-to-checkout A {
  display: inline-block;
  padding-top: 12px;
  text-decoration: none;
}
#main .woocommerce .woocommerce-form-login {
  float: none;
  width: 100%;
  max-width: none;
}
#main .woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: block;
  margin-bottom: 25px;
}
#main .woocommerce .woocommerce-form-login INPUT[type=checkbox] {
  width: auto;
  height: auto;
}
#main .woocommerce #payment UL {
  margin: 0 0 20px;
  padding: 0;
}
#main .woocommerce #payment UL LI {
  list-style-type: none;
}
#main .woocommerce #payment LABEL {
  margin-left: 5px;
  font-weight: 700;
}
#main .woocommerce #payment INPUT[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
}
#main .woocommerce .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 25px;
  padding: 16px 24px 15px;
  background-color: #eaf0f3;
  border-radius: 4px;
}
#main .woocommerce .woocommerce-terms-and-conditions-wrapper P {
  margin: 0;
}
#main .woocommerce #customer_login .u-column2 {
  padding-top: 50px;
}
#main .woocommerce .onsale {
  display: none;
}

/* SHOP BUTTONS, FORM AND INPUTS */
#main.index #news-block {
  padding-bottom: 30px;
}
#main.index #news-block .col-xl-4 {
  display: grid;
  margin-bottom: 80px;
}
#main.index .news-head {
  margin: 0 0 15px;
}
#main.index .news-link,
#main.index .news-excerpt {
  margin: 0;
}
#main.index .navigation DIV {
  width: 50%;
}
#main.index .navigation .left {
  float: left;
  text-align: left;
}
#main.index .navigation .right {
  float: right;
  text-align: right;
}
#main.index .navigation A {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

#main.single #imageAbove {
  display: block;
  margin: 0 0 25px;
}
#main.single H1 {
  margin: 0 0 10px;
  font-size: 30px;
}
#main.single .news-date {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
#main.single HR {
  width: 100%;
}

FOOTER {
  padding: 55px 0 65px;
  background-color: #13528a;
  color: #fff;
  font-size: 11px;
}
FOOTER H2 {
  margin: 0 0 45px;
  font-size: 24px;
  font-weight: 700;
}
FOOTER P {
  margin: 0;
}
FOOTER A {
  color: #fff;
  text-decoration: none;
}
FOOTER A:hover {
  color: #fff;
  text-decoration: underline;
}
FOOTER .col-7 {
  font-size: 13px;
}
FOOTER .col-7 P {
  margin-bottom: 15px;
}
FOOTER .col-7 P:last-child {
  margin-bottom: 15px;
}
FOOTER .col-12 {
  text-align: center;
}
FOOTER .col-5 {
  text-align: right;
}
FOOTER P#info {
  line-height: 1.5;
}
FOOTER SPAN.siteby + A:before {
  content: "site by: ";
}

#social-links A {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 12px;
  opacity: 0.85;
}
#social-links A:hover {
  opacity: 1;
}
#social-links A:first-child {
  margin-left: 0;
}
#social-links IMG {
  width: 100%;
  height: auto;
}

/* ADMIN BAR FIX */
.admin-bar #sticky-header {
  top: 32px;
}
.admin-bar #sticky-header #rmp_menu_trigger-301 {
  top: -2px;
}

/* ADMIN BAR FIX */
/* Responsive iFrames */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 4px;
  background-color: #fff;
}
.iframe-container IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Responsive iFrames */
/* Expandera max-bredd på container i upplösningar över 1399px */
@media (min-width: 1400px) {
  .container {
    max-width: 1450px;
    width: 100%;
  }
}
/* Expandera max-bredd på container i upplösningar över 1399px */
@media (max-width: 1399px) {
  HEADER#main-header H1, HEADER#main-header #page-label {
    font-size: 46px;
  }
  HEADER#main-header P {
    margin-top: 15px;
    font-size: 20px;
  }
  .home HEADER#main-header P:last-child A {
    margin-top: 20px;
  }
  NAV.main-menu LI {
    margin-left: 20px;
  }
  NAV.main-menu LI:first-child {
    margin-left: 0;
  }
  NAV#shop-menu LI {
    margin-left: 10px;
  }
  NAV#shop-menu LI:first-child {
    margin-left: 0;
  }
  #main.people .people-info {
    width: calc(33.33333% - 30px);
    margin-left: 45px;
    padding: 175px 25px 40px;
  }
  #main.people .people-info:nth-child(3n+1) {
    margin-left: 0;
  }
  #main.contact .col-md-6.left {
    padding-left: 190px;
  }
  #main.contact .col-md-6.right {
    padding-right: 190px;
  }
  FOOTER NAV.main-menu LI {
    margin-left: 12px;
  }
  FOOTER NAV.main-menu LI A {
    padding-left: 0 !important;
    background: none !important;
    font-size: 12px;
  }
  FOOTER NAV.main-menu LI:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  #sticky-header {
    height: 110px;
  }
  #sticky-header #logo {
    left: 24px;
    top: 24px !important;
  }
  #sticky-header #rmp_menu_trigger-301 {
    right: 24px;
    top: 30px;
  }
  #sticky-header #rmp_menu_trigger-301 .responsive-menu-pro-inner,
  #sticky-header #rmp_menu_trigger-301 .responsive-menu-pro-inner::before,
  #sticky-header #rmp_menu_trigger-301 .responsive-menu-pro-inner::after {
    border-radius: 2px;
  }
  HEADER#main-header {
    margin-top: 110px;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 100px !important;
  }
  HEADER#main-header H1,
  HEADER#main-header #page-label {
    margin-top: 100px;
    font-size: 38px;
  }
  HEADER#main-header P {
    font-size: 17px;
  }
  HEADER#main-header #news-splash {
    margin-top: 110px !important;
  }
  .home-block {
    margin-bottom: 0 !important;
    background: none !important;
  }
  .home-block .col-xl-6 {
    position: relative;
    min-height: 0 !important;
    max-height: none !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .home-block .col-xl-6 .ref_img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }
  .home-block .col-xl-6 .ref_shape {
    left: 24px !important;
  }
  .home-block .col-xl-6:first-child {
    padding: 80px 24px 0 !important;
    order: 1 !important;
  }
  .home-block .col-xl-6:last-child {
    order: 2 !important;
  }
  .home-block .link-box {
    position: absolute;
    left: 50%;
    top: 148px;
  }
  .home-block:nth-child(even) .col-xl-6 .ref_shape {
    left: auto !important;
    right: 24px !important;
  }
  #news-block {
    margin-top: 80px;
  }
  #navigation NAV {
    display: block !important;
  }
  #main.product .single-product P,
  #main.product .single-product P:last-child {
    font-size: 16px;
  }
  #main.product .single-product .price {
    font-size: 30px;
  }
  #main.contact .col-md-6.left {
    padding-left: 24px;
  }
  #main.contact .col-md-6.right {
    padding-right: 24px;
  }
  FOOTER {
    padding-bottom: 25px;
  }
  FOOTER .col-lg-6 P {
    margin-top: 123px;
  }
}
@media (max-width: 991px) {
  /* HEADER */
  HEADER#main-header H1,
  HEADER#main-header #page-label {
    font-size: 32px;
  }
  #news-splash {
    padding: 30px 25px 45px;
  }
  #news-splash H2 {
    font-size: 18px;
    line-height: 1.3;
  }
  #news-splash P {
    font-size: 14px;
  }
  /* HEADER */
  /* HOME */
  .home-block .col-xl-6 H2 {
    margin-bottom: 5px;
  }
  .home-block .link-box {
    top: 103px;
  }
  #news-block .col-lg-4 {
    margin-bottom: 60px;
  }
  #news-block .col-lg-4:last-child {
    margin-bottom: 0;
  }
  #news-block H2 {
    margin-bottom: 50px;
  }
  /* HOME */
  /* STANDARD */
  #main.standard H2 {
    margin-bottom: 8px;
    font-size: 22px;
  }
  #main.standard .col-md-6:nth-child(2) {
    padding-right: 24px;
    font-size: 15px;
  }
  #main.standard .col-md-6:nth-child(3) {
    padding-left: 24px;
  }
  #main.standard .col-md-6:nth-child(3) .image-text {
    font-size: 17px;
  }
  #main.standard #quote {
    padding: 60px 40px 40px;
    font-size: 20px;
  }
  #main.standard .wp-post-image {
    margin: 30px auto 15px;
  }
  /* STANDARD */
  /* PEOPLE */
  #main.people .row-box {
    display: block;
  }
  #main.people .people-info {
    float: none;
    width: 100%;
    margin-left: 0 !important;
  }
  /* PEOPLE */
  /* PRODUCT */
  #main.product .single-product .woocommerce-product-gallery {
    width: calc(35% - 12px);
  }
  #main.product .single-product .summary {
    width: calc(65% - 12px);
  }
  #main.product .single-product .woocommerce-description {
    padding: 6px 0 0 247px;
    background-size: 221.5px auto;
    background-position: left top;
  }
  /* PRODUCT */
  /* CONTACT */
  #main.contact .col-12 P {
    font-size: 15px;
  }
  /* CONTACT */
  /* FOOTER */
  FOOTER .col-7 {
    order: 1;
  }
  FOOTER .col-12 {
    order: 3;
    text-align: left;
  }
  FOOTER .col-5 {
    order: 2;
  }
  FOOTER .col-lg-6 P {
    margin-top: 30px;
  }
  FOOTER H2 {
    margin-bottom: 15px;
  }
  /* FOOTER */
}
@media (max-width: 767px) {
  /* HEADER */
  HEADER#main-header {
    padding-bottom: 50px !important;
    background-position: left top, -10000px top, center center;
  }
  HEADER#main-header H1,
  HEADER#main-header #page-label {
    margin-top: 45px;
    text-shadow: 0 0 2px #13528a;
  }
  HEADER#main-header H1 + P,
  HEADER#main-header #page-label + P {
    text-shadow: 0 0 2px #13528a;
  }
  HEADER#main-header #news-splash {
    max-width: none;
    margin-top: 70px !important;
    padding-top: 35px;
  }
  HEADER#main-header #news-splash #news-ball {
    left: 50%;
    margin-left: -25px;
  }
  .home HEADER#main-header {
    background-position: right top, center center;
  }
  /* HEADER */
  /* HOME */
  .home-block {
    overflow: visible;
  }
  .home-block .link-box {
    top: auto;
    bottom: -22px;
    z-index: 199;
  }
  #news-block .col-lg-4 {
    margin-bottom: 90px;
  }
  #news-block .col-lg-4:last-child {
    margin-bottom: 0;
  }
  #news-block .news-date {
    left: 50%;
    margin-left: -27px !important;
  }
  #news-block .news-item {
    padding-top: 40px;
  }
  /* HOME */
  /* STANDARD */
  #main.standard {
    padding-top: 70px;
  }
  #main.standard .col-12 H1 {
    margin-bottom: 25px;
    font-size: 30px;
    text-align: left;
  }
  #main.standard .col-12 P,
  #main.standard .col-12 P:last-child {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
  }
  #main.standard #quote {
    padding: 60px 30px 30px;
    font-size: 16px;
  }
  #navigation {
    float: left;
    width: 100%;
    height: auto;
    margin-top: -30px;
    margin-bottom: 50px;
    border: none;
  }
  #navigation #menu-label {
    padding: 0;
    font-size: 18px;
  }
  #navigation .nav-label {
    padding-top: 22px;
    padding-left: 24px;
    font-size: 20px;
  }
  #navigation NAV {
    max-width: none;
    width: 100%;
  }
  /* STANDARD */
  /* PEOPLE */
  #main.people .people-info P {
    font-size: 15px !important;
  }
  /* PEOPLE */
  /* PRODUCT */
  #main.product .wp-post-image {
    margin: 0;
  }
  #main.product .single-product P,
  #main.product .single-product P:last-child {
    font-size: 16px;
  }
  #main.product .single-product .woocommerce-product-gallery,
  #main.product .single-product .summary {
    width: 100%;
  }
  #main.product .single-product .woocommerce-product-gallery {
    margin-bottom: 24px;
  }
  #main.product .single-product .quantity::before {
    content: "";
  }
  #main.product .single-product INPUT[type=number] {
    float: left;
    margin-left: 0;
  }
  #main.product .single-product BUTTON[type=submit] {
    width: calc(100% - 134px);
  }
  #main.product .single-product .woocommerce-description {
    padding: 0 0 153px;
    background-size: 100% auto;
    background-position: center bottom;
  }
  .woocommerce NAV {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .woocommerce .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    max-width: none;
  }
  /* PRODUCT */
  /* CONTACT */
  #main.contact .col-12 H2 {
    margin-bottom: 25px;
    font-size: 30px;
    text-align: left;
  }
  /* CONTACT */
  /* FOOTER */
  FOOTER {
    /*
            SPAN:nth-child(4) {
                display: block;
                width: 0;
                height: 3px;
                opacity: 0;
            }

            SPAN:nth-child(4) + A:before {
                content: 'site by: ';
            }*/
  }
  FOOTER .col-5 {
    padding-left: 0;
  }
  #social-links A {
    margin-left: 5px;
    width: 20px;
    height: 20px;
  }
  #social-links A:first-child {
    margin-left: 0;
  }
  /* FOOTER */
}
@media (max-width: 390px) {
  /* PRODUCT */
  #main.product .single-product .woocommerce-description {
    padding-bottom: 109px;
  }
  /* PRODUCT */
}
@media (max-width: 360px) {
  /* PRODUCT */
  #main.product .single-product .woocommerce-description {
    padding-bottom: 101px;
  }
  /* PRODUCT */
}/*# sourceMappingURL=style.css.map */