/* GENERIC */
p, div {
  font-family: "Roboto-Regular-web";
}

p, li {
  line-height: 22px;
  font-size: 18px;
}

.main-container a {
  display: inline-block;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.display-none {
  display: none;
}

.tivala-light-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #737373;
  margin-bottom: 5px;
}

.a-clean::after {
  display: none !important;
}

.tivala-white-text {
  text-decoration: inherit;
  color: white !important;
}
.tivala-white-text a {
  color: white !important;
}

@media all and (min-width: 900px) {
  .main-container a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #ab1624;
    transition: width 0.3s;
  }
}

.main-top-navigation .menu-item-has-children::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  left: -10px;
  color: #F1F1F1;
  transition: transform 0.3s ease-in-out;
}

.main-top-navigation .menu-item-has-children:hover::after {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.tivala-no-widget-margin-bottom .widget {
  margin-bottom: 0px !important;
}

.center {
  text-align: center;
}

.full-width {
  width: 100%;
}

@media all and (min-width: 900px) {
  .main-container a:hover::after {
    width: 100%;
  }
}

.tivala-border-effect:hover::after {
  width: 100%;
}

.tivala-border-effect:hover::after {
  width: 100%;
}
.tivala-border-effect::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ab1624;
  transition: width 0.3s;
}

.tivala-block-message {
  padding: 20px;
  border-left: 5px solid #ab1624;
  background: rgba(222, 222, 222, 0.2392156863);
}
@media all and (max-width: 400px) {
  .tivala-block-message {
    font-size: 15px;
  }
}

.tivala-color-panel {
  background: linear-gradient(#444, #222);
}
.tivala-color-panel div, .tivala-color-panel p {
  color: white;
}

.tivala-dark-gradient-row {
  position: relative;
}

.tivala-title-border {
  border-bottom: 3px solid #ab1624;
}

.tivala-neu-morphism {
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.05), -6px -6px 16px 0px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.05), -6px -6px 16px 0px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
}

.full-width-row {
  width: calc(100vw - 8px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.tivala-big-title {
  font-size: 30px;
  font-family: "ProximaNova-Bold";
  margin-bottom: 15px;
  margin-top: 0;
}

.widget-title {
  font-size: 30px;
  font-family: "ProximaNova-Bold";
  margin-bottom: 15px;
  margin-top: 0;
}
@media all and (max-width: 800px) {
  .widget-title {
    font-size: 25px;
  }
}

h2.tivala-big-title {
  margin-top: 0;
}

.tivala-big-title-clean {
  font-size: 30px;
  font-family: "ProximaNova-Bold";
}

.tivala-red-title-border {
  border-bottom: 3px solid #ab1624;
  display: inline-block;
}

.tivala-red-title-border-wide {
  border-bottom: 3px solid #ab1624;
  display: inline-block;
  width: 100%;
}

.tivala-medium-title {
  font-size: 20px;
  font-family: "ProximaNova-Bold";
  margin-bottom: 15px;
}

.tivala-small-title {
  font-size: 15px;
  font-family: "ProximaNova-Bold";
  margin-bottom: 10px;
}

.tivala-small-upper-title {
  font-size: 18px;
  font-family: "ProximaNova-Bold";
  margin-bottom: 15px;
}

.tivala-special-title {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  margin-bottom: 15px;
}

.tivala-big-link {
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #ab1624;
  color: white !important;
}
.tivala-big-link .tivala-big-link-text {
  font-family: "ProximaNova-Bold";
  font-size: 15px;
}
.tivala-big-link:hover .fas {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  left: 7px;
}
.tivala-big-link .fas {
  font-size: 24px;
  line-height: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  left: 0px;
  position: relative;
  margin-left: 15px;
}
.tivala-big-link .tivala-big-link-inner {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tivala-medium-link-container {
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
}

.tivala-medium-link {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #ab1624;
  color: white !important;
  display: inline-block;
  cursor: pointer;
}
.tivala-medium-link .tivala-medium-link-text {
  font-family: "ProximaNova-Bold";
  font-size: 15px;
}
.tivala-medium-link:hover .fas {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  left: 7px;
}
.tivala-medium-link .fas {
  font-size: 20px;
  line-height: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  left: 0px;
  position: relative;
  margin-left: 15px;
}
.tivala-medium-link .tivala-medium-link-inner {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tivala-small-link {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #ab1624;
  color: white !important;
  display: inline-block;
  cursor: pointer;
}
.tivala-small-link .tivala-small-link-text {
  font-family: "ProximaNova-Bold";
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  padding: 10px 20px;
}
.tivala-small-link:hover .fas {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  left: 4px;
}
.tivala-small-link .fas {
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  left: 0px;
  position: relative;
  margin-left: 8px;
}
.tivala-small-link .tivala-small-link-inner {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tivala-news-button {
  padding: 9px 12px;
  border-radius: 5px;
  background-color: #ab1624;
  color: white !important;
  display: inline-block;
  cursor: pointer;
}
.tivala-news-button .tivala-news-button-text {
  font-family: "ProximaNova-Bold";
  font-size: 15px;
}
.tivala-news-button:hover .fas {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  left: 4px;
}
.tivala-news-button .fas {
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  left: 0px;
  position: relative;
  margin-left: 8px;
}
.tivala-news-button .tivala-news-button-inner {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tivala-text {
  font-size: 18px;
  line-height: 21px;
}

.neu-morphism {
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.1), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
}

.neu-morphism-inset {
  box-shadow: inset 6px 6px 16px 0px rgba(0, 0, 0, 0.05), -6px -6px 16px 0px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 6px 6px 16px 0px rgba(0, 0, 0, 0.05), -6px -6px 16px 0px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 6px 6px 16px 0px rgba(0, 0, 0, 0.05), -6px -6px 16px 0px rgba(255, 255, 255, 0.05);
}

.tivala-widget-medium-title .widget-title {
  font-size: 25px !important;
  margin-bottom: 5px !important;
}

/* CHECKBOX */
.tivala-checkbox-wrap .checkbox {
  display: table-cell;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 400px) {
  .tivala-checkbox-wrap label {
    font-size: 15px;
  }
}

label {
  display: inline-block;
  color: black;
  cursor: pointer;
  position: relative;
}
label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 25px;
  height: 25px;
  transform-origin: center;
  border: 1px solid #888888;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 10px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
label span:before {
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 13px;
  left: 9px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}
label span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(305deg);
  top: 16px;
  left: 10px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}
label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + label span {
  background-color: #fff;
  transform: scale(1.25);
}
input[type=checkbox]:checked + label span:after {
  width: 10px;
  background: #ab1624;
  transition: width 150ms ease 100ms;
}
input[type=checkbox]:checked + label span:before {
  width: 5px;
  background: #ab1624;
  transition: width 150ms ease 100ms;
}
input[type=checkbox]:checked + label:hover span {
  background-color: #fff;
  transform: scale(1.25);
}
input[type=checkbox]:checked + label:hover span:after {
  width: 10px;
  background: #ab1624;
  transition: width 150ms ease 100ms;
}
input[type=checkbox]:checked + label:hover span:before {
  width: 5px;
  background: #ab1624;
  transition: width 150ms ease 100ms;
}

/* SUPPLIERS */
.tivala-swiper-suppliers {
  height: 200px;
}
.tivala-swiper-suppliers .swiper-slide {
  background-color: #F1F1F1 !important;
}
.tivala-swiper-suppliers .swiper-slide img {
  max-height: 180px;
  max-width: 100%;
  mix-blend-mode: multiply;
}
@media all and (max-width: 900px) {
  .tivala-swiper-suppliers {
    display: none;
  }
}

.tivala-swiper-suppliers-container {
  overflow: hidden;
  padding: 80px 0px;
}
@media all and (max-width: 780px) {
  .tivala-swiper-suppliers-container {
    padding: 40px 0px;
  }
}
.tivala-swiper-suppliers-container a {
  display: inherit;
}
.tivala-swiper-suppliers-container a::after {
  display: none;
}

.tivala-swiper-suppliers-mobile {
  display: none;
  height: 200px;
}
.tivala-swiper-suppliers-mobile .swiper-slide img {
  max-height: 180px;
  max-width: 100%;
}
@media all and (max-width: 900px) {
  .tivala-swiper-suppliers-mobile {
    display: block;
  }
}

.tivala-swiper-product-image .swiper-button-prev,
.tivala-swiper-product-image .swiper-button-next {
  color: #ab1624;
}
.tivala-swiper-product-image .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tivala-breadcrumb-product {
  height: 80px;
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1240px;
}
.tivala-breadcrumb-product .tivala-breadcrumb-link {
  cursor: pointer;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(222, 222, 222, 0.2392156863);
  transition: all 0.3s;
}
.tivala-breadcrumb-product .tivala-breadcrumb-link:hover {
  color: #ab1624;
  transition: all 0.3s;
}

/* ABOUT US */
.tivala-about-us-header {
  display: flex;
  border-radius: 5px;
  position: relative;
}
@media all and (max-width: 900px) {
  .tivala-about-us-header {
    flex-direction: column;
  }
}

.tivala-auh-image {
  width: 40%;
  background-image: url(/wp-content/uploads/2020/08/ogp-225.jpg);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media all and (max-width: 900px) {
  .tivala-auh-image {
    background-position: 75% 50%;
    height: 300px;
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media all and (max-width: 550px) {
  .tivala-auh-image {
    border-radius: 0px;
  }
}

.tivala-auh-content {
  border: 1px solid #e6e6e6;
  width: 60%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: white;
}
@media all and (max-width: 900px) {
  .tivala-auh-content {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media all and (max-width: 550px) {
  .tivala-auh-content {
    background: none;
    border: 0px;
    margin-bottom: 40px;
  }
  .tivala-auh-content:before {
    background: none;
  }
}

.tivala-auh-content-inner {
  padding: 70px;
}
@media all and (max-width: 550px) {
  .tivala-auh-content-inner {
    padding: 0px;
  }
}
.tivala-auh-content-inner h1 {
  margin-top: 0px;
}

.tivala-auh-small-title {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tivala-auh-big-title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "ProximaNova-Bold";
}

.tivala-auh-text {
  font-size: 18px;
}
@media all and (max-width: 550px) {
  .tivala-auh-text {
    font-size: 16px;
  }
}

.tivala-auh-background {
  position: relative;
}

.tivala-auh-background::after {
  content: "";
  background-image: url(/wp-content/uploads/2020/01/water-color-flowers.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.05;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

/* ABOUT US GOAL BOXES */
.about-us-goal-boxes {
  display: flex;
  justify-content: space-around;
}
@media all and (max-width: 1050px) {
  .about-us-goal-boxes {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.tivala-gb-box-1 {
  width: 300px;
  height: 400px;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.2);
  background-color: white;
}
@media all and (max-width: 1050px) {
  .tivala-gb-box-1 {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 700px) {
  .tivala-gb-box-1 {
    width: 90%;
  }
}
@media all and (max-width: 500px) {
  .tivala-gb-box-1 {
    width: 100%;
  }
}
.tivala-gb-box-1:after {
  display: none !important;
}

.tivala-gb-box-image1 {
  background: url("/wp-content/uploads/images/about/vision.jpg");
}

.tivala-gb-box-image2 {
  background: url("/wp-content/uploads/images/about/kvalitet.jpg");
}

.tivala-gb-box-image3 {
  background: url("/wp-content/uploads/images/about/vardeord.jpg");
}

.tivala-gb-box-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tivala-gb-box-content {
  padding: 30px;
  text-align: center;
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tivala-gb-title {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.tivala-gb-text {
  font-style: italic;
}

/* SINGLE MASKIN */
/* SOFTWARE SCREENS */
.tivala-ss-swiper-slide-background {
  height: 265px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 1000px) {
  .tivala-ss-swiper-slide-background {
    height: 246px;
  }
}
@media all and (max-width: 780px) {
  .tivala-ss-swiper-slide-background {
    height: 200px;
  }
}
@media all and (max-width: 500px) {
  .tivala-ss-swiper-slide-background {
    height: 150px;
  }
}

.tivala-software-screens-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  color: white !important;
}
@media all and (max-width: 700px) {
  .tivala-software-screens-inner {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.tivala-software-screens-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
@media all and (max-width: 850px) {
  .tivala-software-screens-wrap {
    max-width: unset;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.tivala-software-screens-wrap .swiper-slide,
.tivala-software-screens-wrap .swiper-wrapper {
  height: initial;
}

@media all and (max-width: 1240px) {
  .tivala-ss-outer-swiper {
    padding: 0px 40px;
  }
}

@media all and (max-width: 700px) {
  .tivala-ss-left,
  .tivala-ss-right {
    width: initial;
  }
}

.tivala-ss-left {
  margin-top: 40px;
}
@media all and (max-width: 700px) {
  .tivala-ss-left {
    margin-top: 0;
  }
}

.tivala-ss-right {
  display: flex;
  justify-content: flex-end;
}
.tivala-ss-right img {
  min-height: 100%;
  max-width: 100%;
}
@media all and (max-width: 700px) {
  .tivala-ss-right {
    height: 400px;
  }
}
@media all and (max-width: 500px) {
  .tivala-ss-right {
    height: unset;
  }
}

.tivala-ss-image-template {
  height: 464px;
  width: 464px;
  background-image: url(/wp-content/uploads/images/software-screens/computer.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 1000px) {
  .tivala-ss-image-template {
    width: 400px;
  }
}
@media all and (max-width: 800px) {
  .tivala-ss-image-template {
    width: 338px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 500px) {
  .tivala-ss-image-template {
    width: 252px;
    height: 321px;
  }
}

.tivala-software-screen-swiper-wrap {
  height: 258px;
  top: 10px;
  overflow: hidden;
}
.tivala-software-screen-swiper-wrap .swiper-slide {
  text-align: center;
}
@media all and (max-width: 1000px) {
  .tivala-software-screen-swiper-wrap {
    height: 222px;
    top: 10px;
  }
}
@media all and (max-width: 800px) {
  .tivala-software-screen-swiper-wrap {
    height: 188px;
    top: 17px;
  }
}
@media all and (max-width: 500px) {
  .tivala-software-screen-swiper-wrap {
    height: 140px;
    top: 51px;
  }
}

.tivala-ss-image-template-inner {
  position: relative;
  padding-left: 9px;
  padding-top: 41px;
  padding-right: 8px;
  max-height: 267px;
}
@media all and (max-width: 1000px) {
  .tivala-ss-image-template-inner {
    padding-left: 7px;
    padding-top: 59px;
    padding-right: 7px;
    max-height: 231px;
  }
}
@media all and (max-width: 800px) {
  .tivala-ss-image-template-inner {
    padding-left: 6px;
    padding-top: 83px;
    padding-right: 6px;
  }
}
@media all and (max-width: 500px) {
  .tivala-ss-image-template-inner {
    padding-left: 3px;
    padding-top: 12px;
    padding-right: 3px;
  }
}

/* CONTACT ME / QUOTE BOX */
.tivala-sm-quote-wrap textarea,
.tivala-sp-quote-wrap textarea {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  font-size: 20px;
  font-family: "Roboto-Regular-web";
}

@media all and (max-width: 1000px) {
  .tivala-sp-quote-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.tivala-extra-product-info-bottom .tivala-sp-quote-wrap {
  width: 100% !important;
  background-color: #F4F4F4 !important;
}

.tivala-sm-quote-input-title,
.tivala-sp-quote-input-title {
  margin-top: 15px;
}

.tivala-sm-quote-input-wrap input,
.tivala-sp-quote-input-wrap input {
  width: 100%;
}

/* FULL WIDTH IMAGE */
.tivala-full-width-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* TEXTROWS */
.tivala-product-textrow {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.tivala-product-textrow .fas {
  font-size: 10px;
}

.tivala-product-textrows-title {
  margin: auto;
  max-width: 1240px;
  font-family: "ProximaNova-Bold";
}
.tivala-product-textrows-title h2 {
  padding: 6px;
}

.tivala-pt-dash {
  height: 2px;
  width: 10px;
  background-color: white;
  display: inline-block;
  margin-right: 10px;
}

.tivala-product-textrows {
  max-width: 1240px;
  margin: auto;
}

.tivala-product-textrows-variation {
  display: none;
}

.hidden-row {
  display: none;
}

.read-more-toggle {
  font-size: 18px;
  cursor: pointer;
  color: white !important;
  margin: 10px 0;
}

.read-more-arrow {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.read-more-arrow.rotated {
  transform: rotate(180deg);
}

/* VARIATIONS */
#tivala-product-variation-select {
  font-family: "Roboto-Regular-web";
  font-size: 15px;
}
@media all and (max-width: 450px) {
  #tivala-product-variation-select {
    margin-bottom: 20px;
  }
}

#tivala-active-product-id {
  display: inline-block;
}

.tivala-product-id-wrap {
  margin-top: 20px;
  margin-bottom: 5px;
}

.tivala-variation-hidden {
  display: none;
}

/* DESCRIPTION */
.tivala-product-description-original,
.tivala-product-textrows-original,
#tivala-sp-product-image-variation {
  display: none;
}

.tivala-product-description {
  background: #2B2B2B;
}

/* PRODUCTS PAGE */
.tivala-pppl-rows-button-wrap {
  margin-bottom: 20px;
}

.tivala-pppl-mobile-navigation-wrap {
  display: none;
  width: 100%;
  background-color: white;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.05), -6px -6px 16px 0px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.05), -6px -6px 16px 0px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
}
.tivala-pppl-mobile-navigation-wrap .tivala-pppl-navigation-item-wrap {
  display: block;
}
.tivala-pppl-mobile-navigation-wrap .tivala-pppl-filter-icon {
  margin-right: 10px;
  width: initial;
}
@media all and (max-width: 800px) {
  .tivala-pppl-mobile-navigation-wrap {
    display: block;
  }
}

@media all and (max-width: 800px) {
  .tivala-pppl-main-navigation {
    display: none;
  }
}

.tivala-product-page-product-list {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
  min-height: 600px;
  align-items: flex-start;
}
.tivala-product-page-product-list .tivala-pppl-navigation {
  width: 30%;
  min-width: 320px;
  background-color: white;
}
.tivala-product-page-product-list .tivala-pppl-content {
  flex: 1;
  padding-left: 20px;
}
@media all and (max-width: 800px) {
  .tivala-product-page-product-list .tivala-pppl-content {
    padding-left: 0px;
    margin-top: 20px;
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .tivala-product-page-product-list {
    flex-direction: column;
  }
}

.tivala-main-container-superlight {
  background-color: rgba(222, 222, 222, 0.2392156863) !important;
}

.tivala-pppl-navigation {
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.05), -6px -6px 16px 0px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.05), -6px -6px 16px 0px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
}

.tivala-pppl-category-description-wrap {
  background-color: white;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin-top: 15px;
}
.tivala-pppl-category-description-wrap .tivala-ppl-category-header {
  width: 100%;
  display: flex;
  align-items: center;
}
.tivala-pppl-category-description-wrap .tivala-ppl-category-header .tivala-ppl-category-header-text {
  margin: 0;
  font-size: 25px;
}
.tivala-pppl-category-description-wrap .tivala-ppl-category-header img {
  background-color: #ab1624;
}
.tivala-pppl-category-description-wrap .tivala-pppl-category-description-text {
  width: 100%;
}
.tivala-pppl-category-description-wrap .tivala-pppl-category-long-description-text {
  width: 100%;
  display: block;
  line-height: 1.5em;
  height: 4em;
  overflow: hidden;
}
.tivala-pppl-category-description-wrap .tivala-pppl-category-extend-button {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: -30px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  background-color: #F7F7F7;
  border-radius: 50%;
  color: #ab1624;
  cursor: pointer;
}

.tivala-pppl-search-bar-wrap {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.tivala-pppl-search-bar-wrap .fas {
  padding-left: 20px;
  font-size: 24px;
  color: #ab1624;
}
.tivala-pppl-search-bar-wrap input {
  width: 100%;
  border: none;
  padding-left: 30px;
  outline: none;
}

.tivala-pppl-wrap {
  padding: 20px 20px 0px 20px;
}
.tivala-pppl-wrap a {
  width: 100%;
}
.tivala-pppl-wrap:last-of-type {
  padding-bottom: 20px;
}

.tivala-pppl-wrap a::after {
  content: none !important;
}

.tivala-pppl-icon {
  width: 40px;
  margin-right: 20px;
}
.tivala-pppl-icon img {
  width: 100%;
  position: relative;
  transition: all 0.5s;
  background-color: #7b7b7b;
}

.tivala-pppl-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tivala-pppl-inner {
  border: 1px solid #dedede;
  padding: 10px 20px;
  transition: all 0.5s;
}
.tivala-pppl-inner:hover .tivala-pppl-icon img {
  background-color: #ab1624;
  transition: all 0.5s;
}
.tivala-pppl-inner:hover {
  border: 1px solid #1d1d1d;
}

.tivala-pppl-inner-mobile {
  padding: 10px 20px;
  transition: all 0.5s;
}
.tivala-pppl-inner-mobile:hover .tivala-pppl-icon img {
  background-color: #ab1624;
  transition: all 0.5s;
}

.tivala-pppl-nav-item-left {
  display: flex;
  align-items: center;
}

.tivala-pppl-nav-item-right .fas {
  transition: all 0.5s;
}
.tivala-pppl-nav-item-right .fas:hover {
  transition: all 0.5s; /* Chrome and other webkit browsers */ /* FF */ /* Opera */ /* IE9 */
  transform: rotate(180deg); /* W3C compliant browsers */
}

.tivala-pppl-product-item-link-wrap {
  padding: 20px;
  display: flex;
  justify-content: center;
}

.tivala-pppl-product-item-inside {
  border: 1px solid transparent;
}

.tivala-pppl-product-item-product-name {
  text-align: center;
}

.tivala-pppl-searched-product-wrap {
  background-color: white;
}

.tivala-pppl-product-item-image-wrap {
  height: 200px;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tivala-pppl-product-item-image-wrap img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tivala-pppl-product-item-image-wrap img {
    width: 100%;
  }
}

#tivala-pppl-boxed-search-results {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media all and (max-width: 1050px) {
  #tivala-pppl-boxed-search-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 800px) {
  #tivala-pppl-boxed-search-results {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 600px) {
  #tivala-pppl-boxed-search-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 450px) {
  #tivala-pppl-boxed-search-results {
    grid-template-columns: repeat(1, 1fr);
  }
}

.tivala-pppl-rows-product-wrap {
  background-color: white;
  margin-bottom: 20px;
}

.tivala-pppl-rows-flex {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1000px) {
  .tivala-pppl-rows-flex {
    flex-direction: column;
  }
}

.tivala-pppl-rows-product-image {
  width: 250px;
}
@media all and (max-width: 800px) {
  .tivala-pppl-rows-product-image {
    margin-left: auto;
    margin-right: auto;
  }
}

.tivala-pppl-rows-product-name {
  margin-top: 35px;
}

.tivala-pppl-rows-content {
  flex: 1;
  padding-right: 40px;
}
@media all and (max-width: 1000px) {
  .tivala-pppl-rows-content {
    padding: 0px 40px 40px 40px;
  }
}
@media all and (max-width: 800px) {
  .tivala-pppl-rows-content {
    text-align: center;
  }
}

.tivala-pppl-rows-product-name {
  font-family: "ProximaNova-Bold";
}

.tivala-pppl-rows-description {
  margin-bottom: 10px;
}

.tivala-pppl-body {
  margin-top: 20px;
}

.tivala-pppl-categories {
  display: none;
}

.tivala-sub-sub {
  padding: 3px 0px 3px 10px;
  list-style-type: none;
  cursor: pointer;
  display: inline-block;
}

.tivala-category-wrap {
  margin-top: 20px;
}

.tivala-sub {
  padding: 3px 0px;
  list-style-type: none;
  cursor: pointer;
  display: inline-block;
  font-family: "ProximaNova-Bold";
}
.tivala-sub .tivala-category-name {
  display: inline-block;
}

.tivala-category-active {
  border-right: 5px solid #ab1624;
}

.tivala-category-inner {
  width: 100%;
}

/* SINGLE POST */
.tivala-post-content-wrap {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 800px) {
  .tivala-post-content-wrap {
    flex-direction: column-reverse;
  }
  .tivala-post-content-wrap .tivala-post-content-text {
    width: 100%;
  }
  .tivala-post-content-wrap .tivala-post-content-image {
    width: 100%;
    height: initial;
  }
}

.tivala-post-content-split-width {
  width: 48%;
}

.tivala-post-wrap {
  padding-top: 80px;
}
.tivala-post-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.tivala-post-wrap figure {
  margin: 0px;
  margin-top: 20px;
}

.tivala-post-content-image {
  height: 400px;
}
@media all and (max-width: 800px) {
  .tivala-post-content-image {
    display: block;
  }
}
.tivala-post-content-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media all and (max-width: 800px) {
  .tivala-post-content-image img {
    max-height: 300px;
  }
}

/* PRODUCT LIST */
.tivala-cat-3-item,
.tivala-sub,
.tivala-pppl-2-item-border-wrap {
  width: 100%;
}

.tivala-pppl-2-item-border-wrap {
  font-family: "ProximaNova-Bold";
}
.tivala-pppl-2-item-border-wrap .tivala-category-name {
  display: inline-block;
}

/* CRAPFARI FIXES */
.panel-grid-cell .panel-cell-style {
  height: initial !important;
}

/* BUTTON ANIMATION */
/* LOADING ICON */
.tivala-done-button-loading-icon,
.tivala-done-button-done {
  display: none;
}

.tivala-done-button-done {
  color: white;
}

.tivala-done-button-bg-green {
  background: #2bbd2c !important;
  border: 1px solid #2bbd2c;
  transition: background 1s;
}

.tivala-done-button-bg-red {
  background: #e82c2c !important;
  border: 1px solid #e82c2c;
  transition: background 1s;
}

@keyframes tivala-button-done-icon {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.tivala-button-done-icon div {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
}

.tivala-button-done-icon div {
  animation: tivala-button-done-icon 1s linear infinite;
  top: 17px;
  left: 20px;
}

.tivala-done-button-loading-icon {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: none;
}

.tivala-button-done-icon {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.tivala-button-done-icon div {
  box-sizing: content-box;
}

.tivala-button-done-submit {
  height: 40px;
  width: 200px;
  padding: 0px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tivala-product-link-wrapper {
  justify-content: space-evenly;
  display: flex;
}
@media all and (max-width: 765px) {
  .tivala-product-link-wrapper {
    flex-direction: column;
  }
  .tivala-product-link-wrapper .tivala-big-link {
    margin-bottom: 10px;
  }
  .tivala-product-link-wrapper .tivala-big-link-text {
    width: 100%;
    text-align: center;
  }
}

.tivala-post-content-wrap .blocks-gallery-item figure img, .tivala-post-content-wrap .blocks-gallery-item figure {
  height: unset !important;
}

.tvp-post-header-wrap {
  position: relative;
}

.tvp-post-image-overlay {
  content: " ";
  top: 0%;
  left: 0%;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.tvp-post-layout-header {
  height: 400px;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
}
@media all and (max-width: 765px) {
  .tvp-post-layout-header {
    height: 550px;
  }
}

.tvp-post-header-content {
  position: absolute;
  padding: 0px 40px;
  box-sizing: border-box;
  width: 100%;
  z-index: 499;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.tvp-post-title-1,
.tvp-post-title-2 {
  color: white;
  font-family: "ProximaNova-Bold";
  margin: 0;
}

.tvp-post-text {
  font-family: "Roboto-Regular-web";
  color: white;
  font-size: 18;
}

.tvp-post-title-1 {
  font-size: 16px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 3px solid #ab1624;
}

.tvp-post-title-2 {
  font-size: 60px;
}
@media all and (max-width: 765px) {
  .tvp-post-title-2 {
    font-size: 40px;
    line-height: 1.1;
  }
}

.tvp-post-header-content-inner {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 765px) {
  .tvp-post-header-content-inner {
    display: block;
  }
}

.tvp-pl-header-right {
  max-height: 170px;
  max-width: 300px;
}
.tvp-pl-header-right img {
  height: auto;
  max-width: 100%;
  max-height: 250px;
}

.tvp-pl-header-left {
  max-width: 800px;
  padding-right: 40px;
}
@media all and (max-width: 765px) {
  .tvp-pl-header-left {
    margin-bottom: 40px;
    margin-right: 0px;
    padding-right: 0px;
  }
}

.tivala-post-campaign-text {
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  padding-right: 20px;
}
@media all and (max-width: 350px) {
  .tivala-post-campaign-text {
    padding: 5px 10px;
  }
}

.tivala-post-campaign-inner {
  display: flex;
  align-items: center;
  padding-left: 20px;
  border: 2px solid white;
  background: linear-gradient(to left, #bd3e4a, #85000c);
  color: white;
  font-family: "ProximaNova-Bold";
}

.tivala-post-campaign-wrap {
  display: inline-block;
}

.tivala-post-campaign-triangle {
  width: 0;
  margin-right: -1px;
  height: 0;
  border-bottom: 50px solid transparent;
  border-right: 50px solid white;
}
@media all and (max-width: 350px) {
  .tivala-post-campaign-triangle {
    display: none;
  }
}

.tivala-post-wrap-no-padding .sow-image-container a {
  transition: all 0.4s;
}
.tivala-post-wrap-no-padding .sow-image-container a:after {
  display: none !important;
}
.tivala-post-wrap-no-padding .sow-image-container a:hover {
  transform: scale(1.1);
}

.tivala-customer-cases-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 900px) {
  .tivala-customer-cases-wrapper .tivala-customer-cases-wrapper {
    flex-direction: column !important;
  }
}
.tivala-customer-cases-wrapper a {
  width: 48%;
}
@media all and (max-width: 900px) {
  .tivala-customer-cases-wrapper a {
    width: 100%;
    margin-bottom: 70px;
  }
}
.tivala-customer-cases-wrapper a::after {
  display: none;
}
.tivala-customer-cases-wrapper .tivala-customer-case-wrap {
  height: 400px;
  width: 100%;
}
.tivala-customer-cases-wrapper .tivala-customer-case-wrap .tivala-customer-case-image {
  width: 100%;
  height: 60%;
  background-size: cover !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tivala-customer-cases-wrapper .tivala-customer-case-wrap .tivala-customer-case-body {
  height: 40%;
  padding: 20px;
  background: #EEEEEE;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tivala-customer-cases-wrapper .tivala-customer-case-wrap .tivala-customer-case-body .tivala-customer-case-title {
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 3px solid #ab1624;
  font-family: "ProximaNova-Bold";
  margin: 0;
}
.tivala-customer-cases-wrapper .tivala-customer-case-wrap .tivala-customer-case-body h2 {
  font-family: "ProximaNova-Bold";
}

.tivala-partner-image img {
  width: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 200px !important;
}/*# sourceMappingURL=style-design.css.map */