/*
Theme Name: Calculator
Theme URI: https://www.chillsandthrills.com
Description: Wordpress thema voor Calculator
Author: Three Online
Author URI: http://threeonline.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: calculator
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6  {
    margin-bottom: 15px;
    font-weight: bold;
   font-family: 'Open Sans', sans-serif;
    line-height: 1.25;
   

}

h1,
.h1 {
    font-size: 2.5rem;
    line-height: 1.125;
      color: #063b8a
}

.h2,
h2 {
    font-size: 2.25rem;
    line-height: 1.125;
     color: #063b8a
}

.h3,
h3 {
    font-size: 2rem;
}

.h4, h4 {
    font-size: 1.75rem;
  
}

.h5, h5 {
    font-size: 1.5rem;
}

.h6, h6 {
    font-size: 1.125rem;
}

body {
    font-size: 17px;
    font-weight: normal;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    line-height: 1.5;
}


p {
    margin-top: 0;
    margin-bottom: 15px;
}



a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 15px
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: 700;
    margin-bottom: 5px;
    color: #333333
}

sup {
        top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
        margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1.5px solid #999999;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0;
          padding: 10px 12.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*line-height: 1;*/
    border: 0;
    width: 100%;
    position: relative;
    background: #ffffff;
    color: #999999;
    border: 1px solid #999999;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input[type="number"]:not([disabled]),
select:not([disabled]) {
    background-color: #009ee0;
    color: #ffffff;
}

textarea {
  resize: none;
}

select {
    background-image: url(images/down.svg);
    background-position: calc(100% - 15px) 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-right: 40px;
}


::-webkit-input-placeholder {
        color: #999999;
}

::-moz-placeholder {
        color: #999999;
}

:-ms-input-placeholder {
      color: #999999;
}

::-moz-selection {
    background-color: #063b8a;
    color: #ffffff
}

::selection {
    background-color: #063b8a;
    color: #ffffff
}

::-moz-selection {
    background-color: #063b8a;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%
}

/*table tr:nth-child(even) {
    background: #efefef
}*/

table tr td,
table tr th {
    padding: 5px 10px;
}

b,
strong {
    font-weight: bold;
}

small,
.small {
        font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.container {
        padding-right: 30px;
    padding-left: 30px;
}

.container-fluid {
    max-width: 1600px;
    padding-right: 22.5px;
    padding-left: 22.5px;
}

/*.row {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.row [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}

.row.small-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.row.small-gutters > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}*/

.row.big-gutters {
    margin-right: -30px;
    margin-left: -30px;
}

.row.big-gutters > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.row-header {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}


.btn,
.button,
.form-submit [type="submit"] {
   -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.25;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    position: relative;
    font-size: 1.125rem;
    white-space: nowrap;
    background: #063b8a;
 
    padding: 15px 22.5px;
    border-radius: 5px;
    text-transform: uppercase;
   
}

.btn:not(.btn--simple):before {
        content: url(images/plus.svg);
    display: inline-block;
    width: 15px;
    vertical-align: 0px;
    margin-right: 7.5px;
}

.btn:hover,
.button:hover,
.form-submit [type="submit"]:hover {
    color: #ffffff;
    background: #333333;
}

.btn--secondary {
    background: #333333;
}

.btn--secondary:hover {
    background: #063b8a;
}
.btn--full {
    margin-bottom: 15px;
    display: block;
    width: 100%
}




/* Main styles */

header {
        position: sticky;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    background: #ffffff;
    border-bottom: 1px solid #999999;
   /* overflow: hidden;*/
        
}

body.scrolled header {
    top: -25px
}



header nav.navbar {
    padding: 0;
}

header nav.navbar:nth-child(2) {
 
}

/*header nav.navbar:nth-child(2):after {
       content: url(images/drawning-new.svg);
    position: absolute;
    width: 550px;
    left: 50%;
    transform: translateX(-75%);
    z-index: -1;
    bottom: -30px;
}*/

header nav.navbar:nth-child(3) {
    border-top: 1px solid #999999;
    background: #ffffff;

}

header nav.navbar .navbar-top {
    margin-left: auto;
    margin-bottom: 0;
    padding: 7.5px 0 0 0;
        font-size: 0.875rem;
            margin-bottom: -7.5px;
}

header nav.navbar .navbar-top .nav-item {
    display: inline-block;
}

header nav.navbar .navbar-top .nav-item .nav-link{
    padding: 0;
}

header nav.navbar .navbar-top .nav-item:not(:first-child) a:before {
        content: '|';
        margin: 0 7.5px 0 2.5px;
}


header nav.navbar .navbar-brand {
        margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    max-width: 350px;
    position: relative;
    padding: 15px 0;
    /*z-index: 99;*/
    margin-right: 75px
}

body.scrolled header nav.navbar .navbar-brand {
        max-width: 225px;
}


header nav.navbar .navbar-usps {
   /* margin-right: auto;
    margin-left: 200px;*/
    margin-bottom: 0
}

header nav.navbar .navbar-usps li{

}

header nav.navbar .navbar-usps li:before {
    content: url(images/check.svg);
    display: inline-block;
    width: 15px;
    margin-right: 7.5px;
}

header nav.navbar .navbar-actions {
    margin-bottom: 0;
}

header nav.navbar .navbar-actions li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
}



header nav.navbar .navbar-actions li a {

}

header nav.navbar .navbar-actions li a img {
       height: 25px;
    width: auto;
}

header nav.navbar .navbar-actions li a span {
    background: #cc0000;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    width: 17px;
    height: 17px;
    line-height: 17px;
    top: -5px;
    right: -7.5px;
    border-radius: 50%;
    text-align: center;
}





header nav.navbar .navbar-collapse{
     -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 0;
}



header nav.navbar:last-child .navbar-nav {
    width: 100%;
}

header nav.navbar .navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}
header nav.navbar .navbar-nav > .nav-item {
    position: relative;
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item.dropdown:hover {
background: #333333;

}


header nav.navbar .navbar-nav > .nav-item > .nav-link {
    font-weight: bold;
    padding: 15px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1;
    color: #999999
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item.dropdown > .nav-link {
    padding: 15px !important;
}



header nav.navbar .navbar-nav > .nav-item.nav-item--red > .nav-link {
    color: #cc0000;
}

header nav.navbar .navbar-nav > .nav-item.nav-item--featured > .nav-link { 
    color: #cc0000;
}


header nav.navbar .navbar-nav > .nav-item:first-of-type > .nav-link,
header nav.navbar.navbar-top .navbar-nav > .nav-item:first-of-type > .nav-link {
    padding-left: 0;
}

header nav.navbar .navbar-nav > .nav-item:last-of-type > .nav-link {
    padding-right: 0;
}


header nav.navbar .navbar-nav > .nav-item:hover > .nav-link,
header nav.navbar .navbar-nav > .nav-item.active > .nav-link {
    color: #063b8a
}

header nav.navbar .navbar-nav > .nav-item form  {
    padding: 7.5px 0;
    position: relative;
        min-width: 400px;
}



header nav.navbar .navbar-nav > .nav-item form input {
    
}

header nav.navbar .navbar-nav > .nav-item form button {
        position: absolute;
    right: 15px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 15px;
    line-height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropup, .dropright, .dropdown, .dropleft {
    position: initial;
}




header nav.navbar .navbar-nav > .nav-item > ul.dropdown-menu {
        border: 0;
        border-radius: 0
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    margin: 0;
        height: 495px;
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu li a {
       font-weight: 600;
       padding: 12.5px 15px;
    background-color: transparent;
    min-width: 250px;
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #333333;
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu li:hover > a {
    background: #063b8a;
    color: #ffffff;
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu li a.has-subcat:after {
   content: '';
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #333333;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu > li {

}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu > li > a{
    
}



header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu > li > ul{
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    height: 100%;
    display: none;
    position: absolute;
    background: #ffffff;
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu > li:hover > ul {
    display: block;
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu > li > ul > li {

}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu > li > ul > li > a{
    
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu > li > ul > li > ul{
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    height: 100%;
    display: none;
    position: absolute;
    background: #ffffff;
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > ul.dropdown-menu > li > ul > li:hover > ul{
    display: block;
}





/*
header nav.navbar .navbar-nav > .nav-item .dropdown-menu[aria-labelledby="dropdownMenu1"]:before {
         content: '';
    position: absolute;
    left: 0;
    background: #ffffff;
    top: 0;
    bottom: 0;
    right: -250px;
}*/



/*header nav.navbar .navbar-nav > .nav-item .dropdown-menu .nav-link:after {
        position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 0;
    right: 15px;
    top: 20px;
}

header nav.navbar .navbar-nav > .nav-item .dropdown-menu .nav-link:hover,
header nav.navbar .navbar-nav > .nav-item .dropdown-menu .nav-link.dropdown-active {
    color: #063b8a
}*/

/*header nav.navbar .navbar-nav > .nav-item .dropdown-menu > li > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    height: 100%
}

header nav.navbar .navbar-nav > .nav-item .dropdown-menu > li > .dropdown-menu > li > ul {
}
*/


/* Navbar top */



header nav.navbar.navbar-top {
    background: #999999;
    z-index: 100;
    position: relative;
}

header nav.navbar.navbar-top .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

header nav.navbar.navbar-top .navbar-nav > .nav-item:nth-last-child(2) {
    margin-left: auto;
}

header nav.navbar.navbar-top .navbar-nav > .nav-item > .nav-link {
    color: #ffffff;
    font-size: 1.125rem;
    margin: 7.5px 0;
    padding: 12.5px 15px;
}

/* Navbar bottom */


header nav.navbar.navbar-bottom {
    background: #063b8a;
    min-height: 45px;
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item > .nav-link,
header nav.navbar.navbar-bottom .navbar-nav > .nav-item.active > .nav-link,
header nav.navbar.navbar-bottom .navbar-nav > .nav-item:hover > .nav-link {
    color: #ffffff
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item.dropdown:hover > ul.dropdown-menu {
    display: block;
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item.dropdown > span:after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    display: inline-block;
    vertical-align: 4px;
    line-height: 0;
    margin-left: 7.5px;
}

header nav.navbar.navbar-bottom .navbar-nav > .nav-item.dropdown:hover > span:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(100,100,100,0.5);
    content: '';
    z-index: 0;
    pointer-events: none;
}

/* Navbar toggler */

header nav.navbar .navbar-toggler {
    position: relative;
    border: 0px;
    z-index: 11;
    margin: 0;
    padding: 16px 12px;
    background: #063b8a;
    border-radius: 0;
}


header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar {
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 22px;
    margin-left: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
}

/* Header */ 

section.header {
  position: relative;
    overflow: hidden;
    margin: 0;
}

section.header .header-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;

}



section.header .header-image img{
     width: 100%;
    height: 100%;
  
  -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
}




section.header .header-content{
        position: relative;
    margin: 120px 0 30px 0;
    color: #ffffff;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));
}

/*body.home section.header .header-content:after {
    content: '';
    background: url(https://psilocybincalculator.com/wp-content/uploads/sites/6/2022/02/Scale.png);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 800px;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;

}*/



section.header .header-content .header-content__title {
    color: #ffffff;
    font-size: 3.25rem;
    margin-bottom: 0;

}

section.header .header-content .header-content__text {
        font-size: 1.25rem;
}

section.header .header-content .header-content__text img {
    max-width: 500px;
    margin-top: 30px;
}

section.header .header-content .btn {
    margin-top: 30px;
}


/* Article */

article {
    margin: 60px 0;
    position: relative;
}

article .article-sidebar {
}


article .article-sidebar .widget {
    margin-bottom: 15px;
}

article .article-sidebar .widget ul{
    margin-bottom: 0
}

article .article-sidebar .widget ul li{

}

article .article-sidebar .widget ul li:first-child {
    color: #333333;
    font-weight: bold;
}

article .article-sidebar .widget ul li b {
    color: #333333;
}

article .article-phone {
    position: relative;
    padding-bottom: 190%;
    border: 6px solid #666666;
    border-radius: 60px;
    margin-top: -120px;
    background: #ffffff;
    box-shadow: 0px 0 50px rgb(0 0 0 / 25%);
    overflow: hidden;
}

article .article-phone:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    height: 50px;
    z-index: 2;

        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
}
article .article-phone:after {
        content: '';
    position: absolute;
    width: 150px;
    bottom: 20px;
    height: 8px;
    border: 3px solid #666666;
    border-radius: 50px;
    background: #e1e1e2;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3
}

body.home article .article-phone {
        margin-top: -405px;
}

article .article-phone .article-phone__inner {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
        padding: 22.5px 22.5px 45px 22.5px;
    overflow-x: scroll;
}

article .article-phone .article-phone__inner h5 {
    color: #000000;
    margin-bottom: 0
}

article .article-phone .article-phone__inner td:first-child{
    display: block;
    padding: 0;
    padding-top: 7.5px;
        padding-bottom: 5px;
            font-size: 15px;
    font-weight: 600;
}

article .article-phone .article-phone__inner td:last-child{
    display: block;
    padding: 0;
    /*padding-bottom: 7.5px;*/
}

article .article-phone .article-phone__inner td hr {
    margin: 0;
}

article .article-phone .article-phone__inner .suffix {
        position: absolute;
    right: 30px;
    text-align: right;
    padding-top: 11px;
}

article .article-phone .article-phone__inner input[type="number"] + .suffix {
    right: 60px
}

article .article-phone .article-phone__inner input[type="number"]:not([disabled]) + .suffix {
    color: #ffffff;
}




article .article-content {
  
}

article .article-content .article-content__title{
     color: #333333  
}



article .article-content ul:not(:last-inline) {
    padding-left: 20px
}

article .article-content ul:not(:last-inline) li{
    list-style: disc;
}

article .article-content .article-block {

}

article .article-content .article-block .article-block__header {
        padding: 22.5px 30px;
    background: #063b8a;
    color: #ffffff;
}

article .article-content .article-block .article-block__header h4{
        margin-bottom: 0;
}

article .article-content .article-block .article-block__content {
        background: #ffffff;
    padding: 22.5px 30px;
    border: 1px solid #999999;
    border-top: 0
}



/* Cards */

section.cards {
    margin: 60px 0 45px 0;
    position: relative;
}

.cards .card{
    display: block;
    margin-bottom: 30px;
    position: relative;
    height: calc(100% - 30px);
    overflow: hidden;
}

.cards .card .card-image {
     position: relative;
    display: block;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.cards .card.card-0 .card-image {
    padding-bottom: 33.333%;
}



.cards .card .card-image > img{
      position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cards .card .card-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #063b8a;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cards .card .card-image .card-image__extra {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 100%;
    max-width: 250px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));
}

.cards .col-xl-12 .card .card-image .card-image__extra  {
    max-width: 400px;
}


.cards .card .card-image:hover:before {
    opacity: 0.75;
}


.cards .card .card-image:after {
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
    z-index: 0;
}

.cards .card .card-image .card-image__title {
        z-index: 1;
    line-height: 1;
    position: absolute;
    left: 30px;
    top: 22.5px;
    color: #063b8a;
    margin-bottom: 0;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));
}

/*.home .cards .card .card-image .card-image__title {
        background: #cc0000;
    padding: 22.5px 30px;
    left: 0;
    top: 0;
    color: #ffffff;
}*/

.cards .card .card-image .card-image__subtitle:after {
content: '';
    background-image: url(images/btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    right: -30px;
    top: -15px;
    bottom: -15px;
    z-index: -1;
}

.cards .card:hover .card-image > img {
-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cards .card .card-content {
    padding: 22.5px 30px;
        position: relative;
    z-index: 1;
}

.cards .card .card-content .card-content__title {
    color: #333333
}


.cards .card .card-content .btn {
        margin-top: 15px;
}

/* Contentblock */

section.contentblock {
    background: #efefef;
    padding: 60px 0;
    background-image: url(images/drawning.svg);
    background-repeat: no-repeat;
    background-position: -10% center;
    background-size: auto 125%;
}

section.contentblock:nth-child(even)  {
    background-position: 110% center;
    background-color: #ffffff;
    background-image: unset;
}


section.contentblock:nth-child(odd) [class*="col-"]{
    margin-left: auto
}


/* Products */

.products {
    margin: 60px 0 30px 0;
    overflow-x: hidden;
}

.products .products-header {
    margin-bottom: 30px;

}

.products .products-ordening {
color: #333333;
    font-size: 1rem;
}

.products .products-ordening .woocommerce-result-count {
    display: inline-block;
    margin-bottom: 0;
      margin-right: 15px;
}

.products .products-ordening form {
    display: inline-block;
  

}

.products .products-ordening form select {
        display: inline-block;
    padding: 7.5px 10px;
    background-position: calc(100% - 15px) 17.7px;
    background-size: 12.5px;
        color: #333333;
}

.products .products-ordening .woocommerce-pagination {
    display: inline-block;
    margin-left: auto;
}


.products .products-sidebar {

}

.products .products-sidebar .widget{
        margin-bottom: 15px;

}

.products .products-sidebar .widget h5 {
        color: #063b8a;
}

.products .products-sidebar .widget h6 {
    display: none;
}

.products .products-sidebar .widget .widget-title{
    color: #333333;
    margin-bottom: 7.5px;
    cursor: pointer;
    margin-bottom: 0
}

.products .products-sidebar.shop .widget.woocommerce-widget-layered-nav,
.products .products-sidebar.shop .widget.widget_text_icl {
    display: none;
}

.products .products-sidebar .widget.woocommerce-widget-layered-nav .widget-title:before {
  

    content: '+';
    font-size: 0.875rem;
    line-height: 17.5px;
    font-weight: bold;
    border: 1px solid #999999;
    width: 20px;
    height: 20px;
    
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}


.products .products-sidebar .widget.woocommerce-widget-layered-nav.open .widget-title:before {
       content: '-';
        font-size: 1rem;
}

.products .products-sidebar .widget ul.product-categories > li > a {
    color: #333333;
    margin-bottom: 7.5px;
    cursor: pointer;
        font-size: 1.125rem;
        margin-bottom: 0;
        font-weight: bold;
}

.products .products-sidebar .widget ul.product-categories > li.cat-item-46 > a {
        color: #cc0000;
}

.products .products-sidebar .widget ul.product-categories > li > a:before {
     content: '+';
    font-size: 0.875rem;
    line-height: 17.5px;
    font-weight: bold;
    border: 1px solid #999999;
    width: 20px;
    height: 20px;
    
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.products .products-sidebar .widget ul.product-categories > li.current-cat > a:before {
 content: '-';
}

.products .products-sidebar .widget ul.product-categories > li.current-cat > a {
color: #063b8a;
}

.products .products-sidebar .widget ul.product-categories > li > ul {
    display: none;
        padding-left: 35px;
}

.products .products-sidebar .widget ul.product-categories > li.current-cat > ul,
.products .products-sidebar .widget ul.product-categories > li.current-cat-parent > ul {
    display: block;
}


.products .products-sidebar .widget ul.product-categories > li > ul > li.current-cat > a{
    color: #063b8a;
}

.products .products-sidebar .widget ul.product-categories > li > ul > li > ul{
    padding-left: 35px;
    display: none;
}

.products .products-sidebar .widget ul.product-categories > li > ul > li.current-cat > ul,
.products .products-sidebar .widget ul.product-categories > li > ul > li.current-cat-parent > ul {
    display: block;

}

.products .products-sidebar .widget ul.product-categories > li > ul > li.current-cat-parent > ul > li.current-cat {
     color: #063b8a;
}


.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list {
   padding-left: 35px;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item{
   
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #999999;
    border-radius: 3px;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:hover a:before,
.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item.chosen a:before {
   background: #333333;
   border-color: #333333;
}

.products .products-sidebar .widget.widget_layered_nav_filters ul li a:after {
   content: '×';
    background: #cc0000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    margin-left: 7.5px;
}

.products .product{
    margin-bottom: 30px;
    position: relative;
     display: block;
         padding-bottom: 30px;
    height: calc(100% - 30px);
}


.products .product .product-image{
        position: relative;
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
    background: #efefef;
}

/*.products .product .product-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #063b8a;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.products .product:hover .product-image:before {
    opacity: 1;
}*/

.products .product .product-image .product-image__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.products .product .product-image:hover .product-image__btn {
     opacity: 1;
}

.products .product .product-image .product-image__label {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #063b8a;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    z-index: 1;
}

.products .product .product-image .product-image__label.orange {
    background: #ff8b26;
}

.products .product .product-image .product-image__label.red {
    background: #cc0000;
}

.products .product .product-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.products .product .product-image img[src*="png"] {
    padding: 15px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
}

.products .product:hover .product-image img{ 
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.products .product .product-content {
    padding: 15px 0 0 0
}

.products .product .product-content .product-content__title{
    margin-bottom: 0;
    color: #333333;
    font-size: 1rem
}

.products .product .product-content .product-content__text {
    margin-bottom: 0
}

.products .product .product-content .price {
     color: #333333;
     font-weight: bold;
     font-size: 1.375rem;

         position: absolute;
    bottom: 0;
    left: 0;
}

.products .product .product-content .price del {
    color: #999999;
        font-size: 1rem;
}

.products .product .product-content .price ins {
    text-decoration: none;
}

.products .product .product-content .product-content__stock {
    display: inline-block;
    float: right;
    font-weight: 600;
    margin-bottom: 0;
        position: absolute;
    right: 0;
    bottom: 0;
}

.products .product .product-content .product-content__stock:before {
        content: url(images/check.svg);
    display: inline-block;
    width: 15px;
    margin-right: 7.5px;
}

.products .product .product-content .product-content__stock.out-of-stock:before,
.products .product .product-content .product-content__stock.almost-out-of-stock:before {
    content: unset;
}
.products .product .product-content .product-content__stock.out-of-stock {
    color: #cc0000;
}

.products .product .product-content .product-content__stock.almost-out-of-stock {
    color: #ff8b26;
}

.products .woocommerce-pagination {
        text-align: center;
}

.products .woocommerce-pagination ul {
    margin-bottom: 0
}

.products .woocommerce-pagination ul li{
        display: inline-block;
    margin: 0;
    padding: 0;
}

.products .woocommerce-pagination ul li *{
    border: 1px solid #999999;
    width: 37.5px;
    height: 37.5px;
    line-height: 37.5px;
    text-align: center;
    display: inline-block;
}

.products .woocommerce-pagination ul li *:hover,
.products .woocommerce-pagination ul li *.current{
    font-weight: bold;
    color: #333333;
}


/* Product */

section.product {
    margin: 30px 0 60px 0;
}




section.product .product-order {
    background: #eeeeee;
    padding: 30px;
}

section.product .product-order .product-order__title {
    color: #333333;
    /*text-transform: uppercase;*/
}

section.product .product-order .product-order__text {
    margin-bottom: 0
}

section.product .product-order .price {
     color: #333333;
     font-weight: bold;
     font-size: 1.75rem
}

section.product .product-order .price del {
    color: #999999;
        font-size: 1.25rem;
}

section.product .product-order .price ins {
    text-decoration: none;
}

section.product .product-order ul:not(.product-order__usps) {
    padding-left: 20px;
}

section.product .product-order ul:not(.product-order__usps) li {
    list-style: disc;
}

section.product .product-order .product-order__usps {
    margin-bottom: 30px;
}

section.product .product-order .product-order__usps li{
    
}

section.product .product-order .product-order__usps li:before{
        content: url(images/check.svg);
    display: inline-block;
    width: 15px;
    margin-right: 7.5px;
}

section.product .product-order .product-order__stock {
    display: inline-block;
    float: right;
    font-weight: 600;
    margin-bottom: 0;
}

section.product .product-order .product-order__stock:before {
        content: url(images/check.svg);
    display: inline-block;
    width: 15px;
    margin-right: 7.5px;
}

section.product .product-order .product-order__stock.out-of-stock:before,
section.product .product-order .product-order__stock.almost-out-of-stock:before {
    content: unset;
}
section.product .product-order .product-order__stock.out-of-stock {
    color: #cc0000;
}

section.product .product-order .product-order__stock.almost-out-of-stock {
    color: #ff8b26;
}

section.product .product-order .product-order__cart .variations label {
    color: #333333;
}

section.product .product-order .product-order__cart input.qty {
border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
    padding: 13.5px 12.5px;
}

section.product .product-order .product-order__cart .button {
    width: 100%;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

section.product .product-attributes {
    margin-top: 30px;
}

section.product .product-attributes h5{
    margin-bottom: 7.5px;
    color: #333333
}


section.product .product-breadcrumbs {
    margin-bottom: 30px;
}

section.product .product-breadcrumbs  .breadcrumb_last {
    /*text-transform: uppercase;*/
}

section.product .product-gallery {

}

section.product .product-gallery .flex-control-nav {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    margin-bottom: 0;
}

section.product .product-gallery .flex-control-nav li{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-top: 15px;
    cursor: pointer;
}

section.product .product-gallery .flex-control-nav li:first-child {
    display: none;
}

section.product .product-gallery .flex-control-nav li:before {
    content: '';
    display: block;
    position: relative;
    padding-bottom: 100%;
    background: #efefef;
}

section.product .product-gallery .flex-control-nav li img{
position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.product .product-gallery .flex-control-nav li:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    }

section.product .product-gallery .flex-control-nav li img[src*="png"] {
    padding: 15px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.05));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.05));
}

/* Cross sells */

.cross-sells {

}

.cross-sells .product{
           margin: 30px 0;
    background: #eeeeee;
     background: #063b8a;
}

.cross-sells .product .product-image{
         position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: 100%;
}

.cross-sells .product .product-image img {
   width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    
}

.cross-sells .product .product-image img[src*=".png"] {
    padding: 30px;
    background: #eeeeee;
}

.cross-sells .product .product-content{
       
        padding: 30px 15px;
}

.cross-sells .product .product-content:before{
        content: url(images/plus.svg);
    position: absolute;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}

.cross-sells .product .product-content h4 {
    display: block;
    color: #ffffff;
    margin-bottom: 0;
}

.cross-sells .product .product-content .price {
        font-size: 1.75rem;
        color: #333333;
        display: block;
        margin-bottom: 15px;
        font-weight: bold
}

.cross-sells .product .product-content .price del{
 font-size: 1.25rem;
}

.cross-sells .product .product-content .price del{
    text-decoration: none
}
/* Woocommerce */

body.woocommerce-account,
body.woocommerce-cart,
body.woocommerce-checkout {
    background: #eeeeee;
}

.account {
    background: #ffffff;
}

.account .account-title {
    padding: 22.5px 30px;
    background: #063b8a;
    color: #ffffff;
}

.account .account-title h4 {
    margin-bottom: 0
}

.account .account-content {
    padding: 22.5px 30px;
}

.checkout {

}

.checkout .checkout-item {
    background: #ffffff;
}

.checkout .checkout-item .checkout-item__header {
    padding: 22.5px 30px;
    background: #063b8a;
    color: #ffffff;
}

.checkout .checkout-item .checkout-item__header h4 {
    margin-bottom: 0;
}

.checkout .checkout-item .checkout-item__header h4 label {
    color: #ffffff;
}

.checkout .checkout-item .checkout-item__content {
    padding: 22.5px 30px;
}

.checkout .woocommerce-checkout-review-order {
     margin-top: 30px;
 }

.cart-collaterals .cart-collaterals__header,
.woocommerce-cart-form .woocommerce-cart-form__header,
.checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order__header {
    padding: 22.5px 30px;
    background: #063b8a;
    color: #ffffff;
}

.cart-collaterals .cart-collaterals__header h4,
.woocommerce-cart-form .woocommerce-cart-form__header h4,
.checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order__header h4 {
    margin-bottom: 0
}


.cart-collaterals .cart-collaterals__content,
.woocommerce-cart-form .woocommerce-cart-form__content,
.checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order__content {
    background: #ffffff;
    padding: 22.5px 30px;
}

.cart-collaterals .cart-collaterals__content table,
.woocommerce-cart-form .woocommerce-cart-form__content table,
.checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order__content table {
    margin-bottom: 0
}



.woocommerce-cart-form .woocommerce-cart-form__contents {

}

.woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item img{
    width: 30px;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item [type="number"] {
    width: 100px;
}

.cart-collaterals {
        margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
}

.cart-collaterals .wc-proceed-to-checkout {
        text-align: right;
    margin-top: 15px;
}

.woocommerce-message {
        padding: 15px;
    background: #ffffff;
    margin-bottom: 30px;
}

.woocommerce-message a {
    float: right;
}

.stars .active {
    font-weight: bold
}

.commentlist .avatar {
    display: none
}

/* Social media */

.social-media {
    display: block;
  
}

.social-media li {
    display: inline-block;
    margin-right: 5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    color: #063b8a;
}

.pswp__bg {
    background: rgb(0 0 0 / 0.75);
}


.grecaptcha-badge {
    width: 0 !important
}

/* Footer */

footer {
        background: #ffffff;
}

footer .footer-usps {
    padding: 15px 0;

}


footer .footer-usps ul{
    margin-bottom: 0;
        display: -ms-flexbox;
    display: flex;
   -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -
}

footer .footer-usps ul li {
    display: inline-block;
    white-space: nowrap;
}

footer .footer-usps ul li:before{
content: url(images/check.svg);
    display: inline-block;
    width: 15px;
    margin-right: 7.5px;
}

footer .footer-sub {
    background: #063b8a;
    padding: 30px 0;
    color: #ffffff
}


footer .footer-sub h5,
footer .footer-sub a {
    color: #999999
}

footer .footer-main {
    padding: 30px 0;
}

footer .footer-main ul li:first-child {
    font-weight: bold;
    color: #333333
}

footer .footer-bottom .footer-bottom__payment {
    border-bottom: 1px solid #999999;
    text-align: center;
    padding-bottom: 30px;
}
footer .footer-bottom .footer-bottom__payment img{
    max-width: 600px;
    padding: 0 15px;
}

footer .footer-bottom .footer-bottom__logo{
   text-align: center;
    padding-top: 30px;
  
}

footer .footer-bottom .footer-bottom__logo img { 
    max-width: 300px;
}

footer .footer-bottom .footer-bottom__copyright {
    text-align: center;
    border-bottom: 1px solid #999999;
    padding-top: 30px;
}

footer .footer-bottom .footer-bottom__copyright ul{
    margin-bottom: 15px
}

footer .footer-bottom .footer-bottom__copyright ul li {
    display: inline-block;

}

footer .footer-bottom .footer-bottom__copyright ul li:not(:last-child):after {
    content: '|';
        margin: 0 2.5px 0 7.5px;
}

footer .footer-bottom .footer-bottom__text {
    text-align: center;
    padding: 15px 0 15px 0;
}

footer .footer-bottom .footer-bottom__text p {
    margin-bottom: 0
}




/* Responsive */


@media (max-width: 1400px) {
    header nav.navbar .navbar-nav > .nav-item form {
            min-width: 300px;
    }

}

@media (max-width: 1200px) {
    header nav.navbar .navbar-usps {
        margin-left: auto
    }
    


}
@media (max-width: 991.98px) {

    section.header .header-content .header-content__text img {
        max-width: 200px
    }

      article .article-phone {
            margin-top: -75px;
    }
    
    body.home article .article-phone {
        margin-top: -310px;
    }



    h1,
    .h1 {
        font-size: 2rem;
    }

    .h2,
    h2 {
        font-size: 1.75rem;
    }

    .h3,
    h3 {
        font-size: 1.5rem;
    }

    .h4, h4 {
        font-size: 1.25rem;
      
    }

    .h5, h5 {
        font-size: 1.125rem;
    }

    .h6, h6 {
        font-size: 1rem;
    }

    .btn {
            padding: 12.5px 17.5px;
                font-size: 1rem;
    }
   

   
    .container {
        max-width: 100%;
         padding-right: 15px;
    padding-left: 15px;
    }

    body.scrolled header {
    top: 0;
}


    header nav.navbar:nth-child(1) {
        display: none;
    }

    header nav.navbar:nth-child(2) {
        padding: 7.5px 0;
    }

    header nav.navbar:nth-child(2):after {
         content: unset;
    }

    header nav.navbar.navbar-bottom {
        display: none;
    }

    header nav.navbar:nth-child(3) {
        border-top: 0;
    }


    header nav.navbar .navbar-brand {
         max-width: 175px !important;
        padding: 0;
        margin-right: 15px
    }




    header nav.navbar .offcanvas-collapse {
           position: fixed;
        top: 0;
        bottom: 0;
        /*width: calc(100% - 15px);*/
        width: 100%;
        overflow-y: auto;
        background: #ffffff;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: -1;
        padding: 150px 30px 30px 30px;
        display: block;
        overflow: hidden;
            z-index: -2;
    }
    header nav.navbar .offcanvas-collapse.open {
            -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    }

  
    header nav.navbar .navbar-nav > .nav-item:first-of-type,
    header nav.navbar .navbar-nav > .nav-item:last-of-type {
        margin-left: unset !important;
    }

    header nav.navbar .navbar-nav > .nav-item  {
        width: 100%
    }



    header nav.navbar .navbar-nav > .nav-item > .nav-link,
    header nav.navbar .navbar-nav > .nav-item:first-of-type > .nav-link,
    header nav.navbar.navbar-top .navbar-nav > .nav-item:first-of-type > .nav-link {
        padding: 12.5px 10px;
        font-size: 1.125rem;
        text-align: center;
    }

    header nav.navbar .navbar-nav > .nav-item form {
        width: 100%;
        min-width: auto;
    }

      header nav.navbar .navbar-nav > .nav-item .dropdown-menu {
        text-align: center;
    }

    section.header .header-content {
            margin: 30px 0 30px 0;
    }

    section.header .header-content .header-content__title {
        font-size: 2rem;
    }
    section.header .header-content .header-content__text {
    font-size: 1rem;
}

    .cards {
        margin: 30px 0 15px 0;
    }

    section.contentblock {
        padding: 30px 0;
    }

    .products {
        margin: 30px 0 15px 0;
    }

    .products .products-ordening > *{
            display: block !important;
    margin-bottom: 15px !important;
    }


    section.product {
        margin: 30px 0;
    }

    section.product .product-order {
        margin-bottom: 15px;
    }

    .products .product .product-content .price {
            font-size: 1.125rem;
    }

    .cross-sells .product .product-content {
    padding: 15px 7.5px;
}

.cross-sells .product .product-image img[src*=".png"] {
    padding: 15px; 
    }

.cards .card .card-image {
        padding-bottom: 56.25% !important;
}
    .cards .card .card-image .card-image__extra {
            max-width: 175px !important; 
    }

    article {
        margin: 30px 0;
    }

    .products .product .product-content .product-content__stock {
        bottom: 22.5px;
    font-size: 0.75rem;
    }


    footer .footer-usps ul {
        height: 27px;
        position: relative;
    }



    footer .footer-usps ul li {
            position: absolute;
        left: 0;
       top: 0;
            background-color: #ffffff;
        opacity: 0;
            right: 0;
    text-align: center;
        }
    footer .footer-usps ul li:nth-of-type(1) {
        -webkit-animation-name: cycleOpacity;
        animation-name: cycleOpacity;
        -webkit-animation-duration: 15s;
        animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
    footer .footer-usps ul li:nth-of-type(2) {
        -webkit-animation-name: cycleOpacity;
        animation-name: cycleOpacity;
        -webkit-animation-duration: 15s;
        animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }
    footer .footer-usps ul li:nth-of-type(3) {
        -webkit-animation-name: cycleOpacity;
        animation-name: cycleOpacity;
        -webkit-animation-duration: 15s;
        animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 6s;
        animation-delay: 6s
    }
    footer .footer-usps ul li:nth-of-type(4) {
        -webkit-animation-name: cycleOpacity;
        animation-name: cycleOpacity;
        -webkit-animation-duration: 15s;
        animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 9s;
        animation-delay: 9s
    }
    footer .footer-usps ul li:nth-of-type(5) {
        -webkit-animation-name: cycleOpacity;
        animation-name: cycleOpacity;
        -webkit-animation-duration: 15s;
        animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 12s;
        animation-delay: 12s
    }



.cart-collaterals .cart-collaterals__content,
.woocommerce-cart-form .woocommerce-cart-form__content,
.checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order__content {
    background: #ffffff;
    padding: 12.5px 15px;
}
    
    

    
}

@media all and (min-width: 992px) {

    header nav.navbar .navbar-nav > .nav-item .dropdown-menu .nav-link[data-toggle="dropdown"]:hover {

    }
    header nav.navbar .navbar-nav > .nav-item .dropdown-menu .nav-link[data-toggle="dropdown"]:hover + .dropdown-menu {
        display: block;

    }
}


@media (max-width: 576.98px) {
    article .article-phone {
        margin-bottom: 30px;

        border-radius: 45px;
            margin-top: -60px;

    }

    body.home article .article-phone {
        margin-top: -60px;
    }
}

@-webkit-keyframes cycleOpacity {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1
    }
    31% {
        opacity: 1
    }
    36% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes cycleOpacity {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1
    }
    31% {
        opacity: 1
    }
    36% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}







@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}


#cookie-law-info-bar {
    z-index: 9999999999999;
}