@import url('../fonts/webfonts.css');

body, button, input, select, textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

@media screen and (min-width: 1280px) {
    body, button, input, select, textarea {
        font-size: 18px;
    }
}

body {
    background: #fff;
}

/*@media screen and (min-width: 768px) {*/
    /*body {*/
        /*background: #fff url('../img/bg.png') center repeat-y;*/
    /*}*/
/*}*/

h1,
h2,
h3,
h4,
a,
b,
label,
.added_to_cart, .button, button, input[type="button"], input[type="reset"], input[type="submit"],
.delta, dt, ins, mark, strong, th,
table thead th {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2rem;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1024px) {
    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }
}

.beta + h3, h2 + h3 {
    border: none;
    padding: 0;
}

address, hr, p, table {
    margin: 0 0 2rem;
}

img {
    display: block;
    max-width: 100%;
}

.product h3 {
    margin-bottom: 1rem;
}

.product .images img {
    width: 100%;
}

ul.products li.product img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D4D4D4;
}

img.full-width {
    width: 100vw;
    max-width: none;
    margin: 0 calc(0px - ((100vw - 100%) / 2));
}

.clear {
    display: block;
    width: 100%;
    clear: both;
}

#order_review_heading {
    float: none;
    margin-top: 3rem;
}

label {
    display: block;
}

table th,
#payment .payment_methods > li {
    background-color: #f4f4f4;
}

#payment .payment_methods > li,
#payment .payment_methods li:last-child {
    border: 1px solid #d4d4d4;
}
#payment .payment_methods li:last-child:not(.woocommerce-notice) {
    border: 1px solid #d4d4d4;
}

#payment .payment_methods > li:not(:first-child) {
    border: none;
}

#order_review, #payment .payment_methods > li .payment_box {
    background-color: transparent;
}

table tbody td,
table td,
table tbody tr:nth-child(2n) td {
    background-color: #fff;
}

table thead tr:first-child > *,
table tbody tr:first-child > * {
    border-top: 1px solid #d4d4d4;
}

table thead + tbody tr:first-child > * {
    border-top: none;
}

table th,
table td,
table.cart td.product-remove,
.product_list_widget li, .widget_shopping_cart p.total {
    border-bottom: 1px solid #d4d4d4;
}

table th:first-child,
table td:first-child,
table.cart td.product-remove,
table th:first-child ~ td {
    border-left: 1px solid #d4d4d4;
}

table th:last-child,
table td:last-child {
    border-right: 1px solid #d4d4d4;
}

table.cart tr:last-child td {
    border: none;
    padding-top: 30px;
    background-color: transparent;
}

.billing_detail_label {
    font-weight: 500;
    display: block;
}

/*.col2-set .form-row-last{*/
/*float: none;*/
/*}*/

hr {
    background-color: #D4D4D4;
}

.hentry {
    margin: 0;
}

.site-header .site-branding img {
    max-width: 100%;
    height: 60px;
    width: auto;
}

@media screen and (min-width: 768px) {
    .site-header .site-branding img {
        height: 76px;
    }
}

@media screen and (min-width: 980px) {
    .site-header .site-branding img {
        height: 80px;
    }
}

#masthead {
    padding: 0;
    background-color: transparent;
    position: relative;
}

#masthead a {
    font-weight: 300;
    color: #575757;
    line-height: 28px;
}

#masthead .main-navigation-wrapper a {
    font-size: 1rem;
}

@media screen and (min-width: 980px) {
    #masthead .main-navigation-wrapper a {
        font-size: 1em;
    }
}

#masthead .main-navigation-wrapper .sub-menu a {
    font-size: .9em;
}

#masthead .main-navigation-wrapper a:hover {
    color: #f36f21;
}

#masthead .main-navigation-wrapper a:focus {
    color: #f36f21;
    outline: none;
}

#masthead .main-navigation-wrapper .current-menu-item > a {
    font-weight: 500;
    color: #f36f21;
}

#masthead .main-navigation-wrapper .current-menu-ancestor > a {
    color: #f36f21;
}

.site-header {
    width: 100%;
    height: calc(50vh - 69px);
    background: transparent center center no-repeat;
    background-size: cover;
}

.site-header-home {
    height: calc(90vh - 69px);
}

.admin-bar .site-header-home {
    height: calc(90vh - 115px);
}

.header-banner-wrapper .slick-dots{
    display: none !important;
}

.header-banner-wrapper .slick-arrow,
.header-banner-wrapper .slick-arrow:hover,
.header-banner-wrapper .slick-arrow:focus,
.header-banner-wrapper .slick-arrow:active {
    top: calc(45vh - 22px);
    background-color: rgba(212,212,212,.85);
}
.header-banner-wrapper .slick-arrow:hover{
    background-color: rgba(244,244,244,.85) !important;
}
.header-banner-wrapper.slick-slider .slick-track,
.header-banner-wrapper.slick-slider .slick-list{
    width: 100%;
}
.header-banner-wrapper,
.header-banner{
    height: 90vh;
    width: 100%;
    background: transparent center center no-repeat;
    background-size: cover;
    position: relative;

}
.admin-bar .header-banner-wrapper,
.admin-bar .header-banner{
    height: calc(90vh - 115px);
}
@media screen and (min-width: 783px) {
    .admin-bar .header-banner-wrapper,
    .admin-bar .header-banner {
        height: calc(90vh - 101px);
    }
}
@media screen and (min-width: 980px) {
    .admin-bar .header-banner-wrapper,
    .admin-bar .header-banner {
        height: calc(90vh - 32px);
    }
}

.header-banner-overlay {
    position: absolute;
    top: 65%;
    transform: translate(0, -50%);
    left: 50px;
    right: 50px;
}

@media screen and (min-width: 783px) {
    .admin-bar .site-header-home {
        height: calc(90vh - 101px);
    }
}

@media screen and (min-width: 980px) {
    .header-banner-overlay {
        top: 50%;
    }

    .site-header {
        height: 50vh;
    }

    .site-header-home {
        height: 90vh;
    }

    .admin-bar .site-header-home {
        height: calc(90vh - 32px);
    }
}

@media screen and (min-width: 768px) {
    .header-banner-overlay {
        left: 50%;
    }
}

.header-banner-overlay h1 {
    margin-bottom: 10px;
}

.header-banner-overlay h2 {
    font-size: 1.2rem;
    color: #131315;
    font-weight: 300;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .header-banner-overlay h2 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .header-banner-overlay h2 {
        display: none;
    }
}

@media screen and (max-width: 639px) and (orientation: landscape) {
    .header-banner-overlay h1 {
        margin-bottom: 0;
    }

    .header-banner-overlay {
        top: 72%;
    }

    .header-banner-overlay .button {
        padding: 5px 20px;
    }
}

#content .alpha,
#content h1 {
    margin-top: -10px;
}

.col-full {
    max-width: 1320px;
}

.site-header .site-branding {
    margin: 0;
}

button, input, select, textarea {
    border: 1px solid #D4D4D4;
    background: #fff;
    border-radius: 1px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

select,
input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 50px;
}

select {
    background: #fff url("../img/arrow-down.png") right 16px center no-repeat;
    background-size: 8px;
    padding: 10px 15px;
    min-width: 200px;
}

#lang_sel_list {
    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
    clear: both;
    position: absolute;
    top: 85px;
    right: 0;
    width: auto;
}

@media screen and (min-width: 768px) {
    #lang_sel_list {
        top: 100px;
    }
}

#lang_sel_list ul {
    border: none !important;
    list-style: none;
    margin: 0;
}

#lang_sel_list ul li {
    float: left;
}

#lang_sel_list ul a {
    background-color: transparent !important;
    line-height: 28px;
    color: #575757;
    padding: 0.618em 1em;
    margin: 7px 0;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
}

#lang_sel_list ul a {
    margin: 0;
}

#lang_sel_list ul a:hover {
    color: #f36f21 !important;
}

#lang_sel_list ul a:before {
    content: '';
}

#lang_sel_list a.lang_sel_sel,
#lang_sel_list a.lang_sel_sel:visited {
    color: #f36f21 !important;
    font-weight: 500 !important;
}

@media screen and (min-width: 980px) {
    #lang_sel_list ul a {
        margin: 1em 0;
        font-size: 1em;
    }

    #lang_sel_list {
        clear: none;
        margin-right: 0;
        float: left;
        position: relative;
        top: 0;
    }

    #lang_sel_list > ul > li:not(:last-child) a {
        border-right: 1px solid #575757;
    }
}

@media screen and (max-width: 979px) {
    #site-navigation:not(.toggled) ~ #lang_sel_list {
        display: none;
    }
}

.quantity {
    position: relative;
    height: 45px;
    margin-bottom: 35px;
    padding-right: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 45px;
    line-height: 1.65;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #D4D4D4;
    float: right;
}

.quantity input:focus,
a:focus,
.button:focus,
.button.alt:focus,
.button.added_to_cart:focus,
.button.wc-forward:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: absolute;
    height: 45px;
    top: 0;
    right: 1px;
}

.quantity-button {
    cursor: pointer;
    border: 1px solid #D4D4D4;
    width: 40px;
    text-align: center;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #fff center center no-repeat;
    background-size: 8px;
    color: transparent;
    position: absolute;
    height: 23px;
}

.quantity-button.quantity-up {
    background-image: url("../img/arrow-up.png");
    top: 0;
}

.quantity-button.quantity-down {
    background-image: url("../img/arrow-down.png");
    bottom: 0;
}

a.remove::before {
    content: "\2715" !important;
    border: 1px solid #e2401c;
    padding: 5px;
    line-height: 9px !important;
    font-size: 10px !important;
    border-radius: 100%;
    margin: 0;
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    margin: 3px 10px 0 0;
}

table.cart td.product-remove a.remove:before {
    font-size: 20px !important;
    line-height: 28px !important;
}

.input-text,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button,
button.alt, input.alt[type="button"], input.alt[type="reset"], input.alt[type="submit"], .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current, .widget a.button.checkout {
    background-color: #fff;
    border: 1px solid #D4D4D4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 1px;
    font-weight: 300;
}

.added_to_cart,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.added_to_cart.alt,
.button.alt,
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt {
    border-radius: 3px;
    background-color: #fff;
    color: #75777d;
    border: 1px solid #D4D4D4;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .35);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .35);
    font-weight: 300;
    border-bottom: 2px solid #D4D4D4;
    transform: translate(0, -1px);
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    padding: .6180469716em 3em;
}

.added_to_cart:focus,
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.added_to_cart.alt:focus,
.button.alt:focus,
button.alt:focus,
input[type="button"].alt:focus,
input[type="reset"].alt:focus,
input[type="submit"].alt:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #D4D4D4;
    transform: translate(0, 0);
}

button.alt:hover, input.alt[type="button"]:hover, input.alt[type="reset"]:hover, input.alt[type="submit"]:hover, .button.alt:hover, .added_to_cart.alt:hover, .widget-area .widget a.button.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover,
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
    background-color: #f4f4f4 !important;
    color: #2b2c30;
    border-color: #D4D4D4;
}

.input-text:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus,
select:focus {
    background-color: #f4f4f4;
}

#post-navigation {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.pagination .page-numbers li .page-numbers {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    font-weight: 500 !important;
}

.pagination .page-numbers li .page-numbers.current {
    color: #f36f21;
}

.storefront-full-width-content .woocommerce-products-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header{
    text-align: left;
}

.woocommerce-active .site-header .site-search {
    width: auto;
    margin: 1rem 0;
}

.search-form > label {
    float: right;
}

.search article {
    margin-top: 2rem;
    border-top: 1px solid #D4D4D4;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 640px) {
    .search article .wp-post-image {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
        float: left;
    }
}

input[type="submit"].search-submit {
    float: left;
    border: none;
    box-shadow: none;
    background: transparent url('../img/search.png') center center no-repeat;
    background-size: 22px;
    color: transparent;
    padding: 11px;
    transform: translate(0);
}

.woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    background-color: #1B5B98 !important;
}

.woocommerce-error {
    background-color: #f36f21 !important;
}

.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button, .woocommerce-noreviews a.button, p.no-comments a.button,
.woocommerce-error a.button:hover, .woocommerce-info a.button:hover, .woocommerce-message a.button:hover, .woocommerce-noreviews a.button:hover, p.no-comments a.button:hover,
.woocommerce-error a.button:focus, .woocommerce-info a.button:focus, .woocommerce-message a.button:focus, .woocommerce-noreviews a.button:focus, p.no-comments a.button:focus {
    background-color: transparent !important;
    border-bottom: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.woocommerce-MyAccount-navigation ul {
    border-top: 1px solid #d4d4d4;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #d4d4d4;
}

#ship-to-different-address label {
    display: inline;
}

/*input[type="submit"].search-submit:hover {*/
/*background-color: transparent !important;*/
/*}*/

.main-navigation-wrapper .search-field {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 0;
    opacity: 0;
    padding: .6180469716em 0;
}

.main-navigation-wrapper .search-form:hover .search-field,
.main-navigation-wrapper .search-field:focus {
    width: 200px;
    opacity: 1;
    padding: .6180469716em;
}

@media screen and (max-width: 1279px) {
    .main-navigation-wrapper .search-field {
        position: absolute;
        bottom: -10px;
        right: 0;
    }
}

.main-navigation-wrapper,
.meta-navigation-wrapper {
    position: absolute;
    background-color: rgba(255, 255, 255, .85);
    width: 100%;
}

.main-navigation-wrapper {
    top: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px 20px;
}

/*@media screen and (min-width: 980px) {*/
    /*.main-navigation-wrapper {*/
        /*padding: 5px 40px;*/
    /*}*/
/*}*/

.meta-navigation-wrapper {
    bottom: 0;
    padding: 20px 0;
    font-size: .875rem;
    display: none;
}

@media screen and (min-width: 980px) {
    .meta-navigation-wrapper {
        display: block;
    }
}

#masthead .meta-navigation-wrapper a {
    color: #000;
}

.meta-navigation-wrapper > .col-full {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#masthead .meta-navigation-aside a:hover {
    color: #1B5B98;
}

@media screen and (min-width: 980px) {
    .meta-navigation-aside {
        min-width: 400px;
    }
}

@media screen and (min-width: 1440px) {
    .meta-navigation-aside {
        min-width: 600px;
    }
}

.meta-navigation-aside > * {
    float: right;
}

@media screen and (min-width: 1440px) {
    .meta-navigation-aside > * {
        margin-left: 60px;
    }
}

.icon {
    padding-left: 60px;
    background: transparent left 20px center no-repeat;
    background-size: 24px;
    min-height: 24px;
    line-height: 28px;
    display: inline-block;
}

.icon.cart {
    background-image: url("../img/cart.png");
}

.icon.flag {
    background-image: url("../img/flag.png");
}

.icon.my-account {
    background-image: url("../img/my-account.png");
}

.icon.login {
    background-image: url("../img/login.png");
}

#content .icon {
    padding: .6180469716em 1.5em .6180469716em 60px !important;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col--1-2 {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .col--1-2 {
        width: 48%;
    }
}

.Module {
    padding: 4em 0;
}

.Module:first-child {
    margin-top: 0;
}

.Module > h2:first-child {
    font-size: 2.5rem;
}

.Module > h2:first-child + h3 {
    font-size: 1.5rem;
    color: #131315;
    font-weight: 100;
    margin-top: -2rem;
    margin-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
    .Module > h2:first-child {
        font-size: 3.5rem;
    }

    .Module > h2:first-child + h3 {
        font-size: 2rem;
    }
}

.page-template-template-homepage .site-main {
    padding-top: 0;
}

.Content {
    margin-bottom: 4rem;
}

#respond {
    padding: 0;
    background-color: transparent;
}

#respond .form-submit {
    clear: both;
    float: right;
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
    width: 48%;
}

#respond .comment-form-author {
    margin-right: 4%;
}

.Product > .row:first-of-type {
    /*background: #fff url('../img/bg.png') center repeat-y;*/
    background: #fff;
    padding: 4rem 0 3rem;
    margin: 0;
    position: relative;
}

@media screen and (min-width: 1400px) {
    .Product > .row:first-of-type {
        padding: 4rem 3rem 3rem;
        margin: -3rem -3rem 0 -3rem;
    }
}

.Product-meta .row {
    margin-top: 1rem;
    border: 1px solid #D4D4D4;
    padding: 2rem 2rem 4rem;
    position: relative;
    background-color: #fff;
}

.Product-meta .button {
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 640px) {
    .Product-meta .button {
        margin-right: 10px;
        display: inline-block;
        -webkit-transform: translate(2rem, -2rem);
        -moz-transform: translate(2rem, -2rem);
        -ms-transform: translate(2rem, -2rem);
        -o-transform: translate(2rem, -2rem);
        transform: translate(2rem, -2rem);
    }

    .Product-meta .button:focus {
        -webkit-transform: translate(2rem, calc(-2rem + 1px));
        -moz-transform: translate(2rem, calc(-2rem + 1px));
        -ms-transform: translate(2rem, calc(-2rem + 1px));
        -o-transform: translate(2rem, calc(-2rem + 1px));
        transform: translate(2rem, calc(-2rem + 1px));
    }
}

ul.Product-meta-features {
    margin: 1rem 0 0;
    list-style: none;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 500;
    color: #1B5B98;
}

.Product-meta-features li:before {
    content: '+ ';
}

.Product-gallery {
    /*flex-wrap: wrap;*/
    /*display: flex;*/
    /*justify-content: flex-start;*/
    display: block;
    width: calc(100% + 10px);
}

.Product-gallery:after {
    content: '';
    display: block;
    clear: both;
    position: relative;
}

.Product-gallery-item {
    position: relative;
    width: calc(100% - 10px);
    background: transparent center no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    margin-right: 10px;

    height: 0;
    padding-bottom: calc(75% - 10px);
    display: block;
    float: left;
}

.Categories-wrapper {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.Category {
    position: relative;
    width: calc(100% - 10px);
    background-size: cover;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media screen and (min-width: 640px) {
    .Category,
    .Product-gallery-item {
        width: calc((100% - 20px) / 2);
    }

    .Product-gallery-item {
        padding-bottom: calc((75% - 20px) / 2);
    }
}

@media screen and (min-width: 768px) {
    .Categories-wrapper {
        width: calc(100% + 10px);
    }

    .Category,
    .Product-gallery-item {
        width: calc((100% - 30px) / 3);
    }

    .Product-gallery-item {
        padding-bottom: calc((75% - 30px) / 3);
    }
}

@media screen and (min-width: 1024px) {
    .Category,
    .Product-gallery-item {
        width: calc((100% - 40px) / 4);
    }

    .Product-gallery-item {
        padding-bottom: calc((75% - 40px) / 4);
    }
}

.Category a {
    background-color: rgba(243, 111, 33, .8);
}

.Category:before {
    content: "";
    display: block;
    padding-top: 90%; /* initial ratio of 1:1*/
}

.Category a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: 100;
    color: #fff;
}

.Category-content {
    position: absolute;
    bottom: 20%;
    left: 2rem;
    right: 2rem;
}

.Category-title {
    font-size: 1.5rem;
    line-height: 2rem;
}

@media screen and (min-width: 1440px) {
    .Category-title {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

.Category a:after {
    /*content: '\276F\276F';*/
    content: '';
    display: block;
    position: absolute;
    /*width: 16px;*/
    padding-right: 30px;
    height: 16px;
    background: transparent url('../img/forward.png') right bottom -2px no-repeat;
    background-size: 14px;
    font-size: 13px;
    bottom: 20px;
    right: 20px;
}

@media screen and (min-width: 768px) {

    .Category a:after {
        bottom: 10%;
        right: 9%;
    }
}

.Slider {
    position: relative;
}

.Slider-below {
    clear: both;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .Slider-below {
        width: 60%;
    }
}

.Einstiege .Categories-wrapper {
    display: block;
}

.Einstiege .Category {
    float: left;
    width: 100%;
}

.Einstiege .Category a {
    background-color: #f36f21;
}

.Einstiege .Category:first-child a {
    background: #1B5B98 url(../img/welle.png) bottom no-repeat;
    background-size: 100%;
}

@media screen and (min-width: 768px) {
    .Einstiege .Category {
        width: calc((100% - 20px) / 2);
    }

    .Einstiege .Category:before {
        padding-top: 75%;
    }

    .Einstiege .Category:first-child:before {
        padding-top: calc(150% + 10px);
    }
}

@media screen and (min-width: 1024px) {
    .Einstiege .Category {
        width: calc((100% - 30px) / 3);
    }
}

@media screen and (min-width: 1440px) {
    .Category-title {
        font-size: 2.5rem;
    }
}

.Einstiege .Category:first-child .Category-content::after {
    content: '';
    display: block;
    width: 20%;
    height: 1px;
    background-color: rgba(255, 255, 255, .35);
    bottom: -65px;
    position: absolute;
    left: 0;
}

.Einstiege .Category:first-child a:after {
    bottom: 5%;
}

.Einstiege .Category:first-child .Category-content {
    bottom: calc(60% + 5px);
}

.Einstiege .Category-metatitle {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

#content .search {
    clear: both;
    text-align: center;
    padding: 2rem 0;
}

#content .search::after {
    clear: both;
    content: '';
    display: block;
}

#content .search > p {
    margin: 0 0 10px;
}

#content .search-form {
    width: 275px;
    margin: 0 auto;
}

#content input[type="search"] {
    width: 215px;
    height: 60px;
    border: 1px solid #D4D4D4;
    background-color: #f4f4f4;
    border-left: none;
    font-size: 1.5rem;
    border-radius: 0 1px 1px 0;
}

#content input.search-submit[type="submit"] {
    width: 60px;
    height: 60px;
    border: 1px solid #D4D4D4;
    background: #f4f4f4 url('../img/search-einstiege.png') center center no-repeat;
    background-size: 32px;
    border-right: none;
    border-radius: 1px 0 0 1px;
}

@media screen and (min-width: 1024px) {
    #content .search-form {
        width: calc((100% - 30px) / 3);
    }

    #content .search-form > label {
        width: calc(100% - 60px);
    }

    #content input[type="search"] {
        width: 100%;
    }

    #content input.search-submit[type="submit"] {
        width: 60px;
    }
}

.Category .Category-hovercontent-item {
    font-size: .8rem;
    font-weight: 300;
    display: block;
}

.Category .Category-hovercontent {
    margin-top: 10px;
    display: block;
}

.Category .Category-hovercontent-item:before {
    content: '+ ';
}

@media screen and (min-width: 1280px) {
    .Category .Category-hovercontent-item {
        font-size: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .Category .Category-hovercontent {
        margin-top: 0;
        height: 0;
        opacity: 0;
        display: block;
        overflow: hidden;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .Category:hover .Category-hovercontent {
        height: auto;
        opacity: 1;
        margin-top: 20px;
    }

    .Category:hover .Category-hovercontent-item {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .Einstiege .Category:before {
        padding-top: 0;
    }

    .Einstiege .Category a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px;
    }

    .Einstiege .Category a,
    .Einstiege .Category-content {
        position: static;
        bottom: 0;
    }

    .Einstiege .Category:first-child a::after {
        bottom: 10%;
    }
}

.Leistungen {
    background: #f4f4f4;
    margin: 0 -100%;
    padding-left: 100%;
    padding-right: 100%;
}

/*@media screen and (min-width: 768px) {*/
    /*.Leistungen {*/
        /*background: #f4f4f4 url('../img/bg-invert.png') center repeat-y;*/
    /*}*/
/*}*/

@media screen and (min-width: 768px) {
    .Leistungen-wrapper {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1024px) {
    .Leistungen-wrapper {
        padding: 0 3%;
    }
}

.Leistung {
    width: 100%;
    margin-bottom: 100px;
}

.Leistung h4 {
    text-align: center;
    font-weight: 300;
    margin: 3rem 0 2rem;
    color: #131315;
}

.Leistung p {
    font-size: 1rem;
}

.Leistung-icon {
    width: 50%;
    max-width: 222px;
    position: relative;
    background: #fff center no-repeat;
    background-size: cover;
    margin: 0 auto;
    border-radius: 100%;
}

.Leistung-icon:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.Testimonial-row {
    margin-bottom: 20px;
}

.Testimonial-img {
    background: transparent no-repeat center;
    background-size: 100%;
    position: relative;
}

.Testimonial-img:before {
    content: "";
    display: block;
    padding-top: 75%; /* initial ratio of 4:3*/
    margin-bottom: 40px;
}

.Testimonial-img,
.Testimonial-content {
    width: 100%;
    margin: 0;
    align-self: center;
}

@media screen and (min-width: 768px) {
    .Leistung-icon {
        width: 70%;
    }

    .Leistung {
        width: 33.33%;
        padding: 0 3%;
        margin: 0;
    }
}

@media screen and (min-width: 1024px) {
    .Testimonial-row {
        display: flex;
        margin-bottom: 20px;
    }

    .Testimonial-img:before {
        content: "";
        display: block;
        padding-top: 75%; /* initial ratio of 4:3*/
    }

    .Testimonial-img,
    .Testimonial-content {
        width: 46%;
        margin: 0 2%;
    }

    .Testimonial-img {
        width: 29%;
        margin: 0 3% 0 6%;
    }

    .Testimonial-content {
        width: 53%;
        margin: 0 6% 0 3%;
    }
}

.Testimonial-content p:not(.Testimonial-name):not(.Testimonial-position) {
    font-weight: 500;
    font-size: 1.1em;
}

.Testimonial-content p:not(.Testimonial-name):not(.Testimonial-position):before,
.Testimonial-content p:not(.Testimonial-name):not(.Testimonial-position):after {
    content: '"';
}

.Testimonial-name {
    font-weight: 500;
}

.Testimonial-name .Testimonial-highlight:after {
    content: ',';
}

.Testimonial-name,
.Testimonial-position,
.Testimonial-kunde,
.Testimonial-webseite {
    margin: 0;
    font-size: 0.9em;
}

.Testimonial-webseite a {
    font-weight: 300;
    color: #43454b;
    text-decoration: underline;
}

.Testimonial-highlight {
    color: #f36f21;
}

.slick-slider {
    margin-bottom: 75px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    width: calc(100% - 70px);
    margin: 0 auto;
}

.slick-slide {
    outline: none;
}

.slick-arrow,
.slick-arrow:focus,
.slick-arrow:hover,
.slick-arrow:active {
    display: block;
    position: absolute;
    top: 170px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 30px;
    height: 30px;
    background-color: #D4D4D4;
    font-weight: 500;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    color: transparent;
    border-width: 1px;
    font-size: 17px;
    padding: 0;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .slick-slider .slick-track, .slick-slider .slick-list {
        width: calc(100% - 100px);
    }

    .slick-arrow,
    .slick-arrow:focus,
    .slick-arrow:hover,
    .slick-arrow:active {
        display: block;
        top: 213px;
        width: 44px;
        height: 44px;
    }
}

.slick-arrow:before {
    color: #43454b;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: '\276E';
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: '\276F';
}

.slick-dots {
    margin: 0;
    float: right;
    list-style: none;
}

.slick-dots > * {
    display: inline-block;
    margin-left: 5px;
}

.slick-dots > * button,
.slick-dots > *:focus button,
.slick-dots > *:hover button,
.slick-dots > *:active button {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 15px;
    height: 15px;
    background-color: #D4D4D4;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    color: transparent;
    border-width: 1px;
    font-size: 17px;
    padding: 0;
    z-index: 2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    vertical-align: bottom; /*storefront fix*/
}

.slick-dots > *:focus button,
.slick-dots > *:hover button {
    border-color: #f36f21;
}

.slick-dots > .slick-active button,
.slick-dots > .slick-active button:focus,
.slick-dots > .slick-active button:hover,
.slick-dots > .slick-active button:active {
    background-color: #f36f21 !important;
    border-color: #f36f21;
}

.Milestone-marker {
    position: relative;
    margin: 60px 0;
}

.Milestone-marker * {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
}

.Milestone-even .Milestone-marker {
    padding-top: 85px;
}

.Milestone-odd .Milestone-marker {
    padding-bottom: 85px;
}

.Milestone-date,
.Milestone-title {
    position: absolute;
    margin: 0;
    width: 100%;
    text-align: center;
}

.Milestone-date {
    font-size: 1.5rem;
    font-weight: 100;
}

.Milestone-title {
    font-size: 1rem;
    font-weight: 500;
}

.Milestone-odd .Milestone-title {
    top: 10px;
}

.Milestone-even .Milestone-date {
    top: 75px;
}

.Milestone-even .Milestone-title {
    bottom: 10px;
}

.Milestone-odd .Milestone-date {
    bottom: 75px;
}

.Milestone-marker .dot {
    width: 10px;
    height: 10px;
    background-color: #1B5B98;
}

.Milestone-marker .line {
    width: 2px;
    height: 75px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #1B5B98;
}

.Milestone-marker .ring-outer {
    width: 80px;
    height: 80px;
    padding: 14px;
    border: 1px solid #D4D4D4;
    background-color: transparent;
}

.Milestone-marker .ring-inner {
    width: 100%;
    height: 100%;
    padding: 13px;
    border: 2px solid #1B5B98;
    background-color: transparent;
}

.Milestone-marker .ring-center {
    width: 100%;
    height: 100%;
    background-color: #1B5B98;
}

.Milestones-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    background-color: #D4D4D4;
    height: 1px;
    width: 100vw;
    margin: 184px calc(0px - ((100vw - 100%) / 2)) 0;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .Milestone-date {
        font-size: 2rem;
    }

    .Milestone-title {
        font-size: 1.5rem;
    }

    .Milestones-wrapper::before {
        margin-top: 235px;
    }

    .Milestone-even .Milestone-marker {
        padding-top: 110px;
    }

    .Milestone-odd .Milestone-marker {
        padding-bottom: 110px;
    }

    .Milestone-marker .line {
        height: 100px;
    }

    .Milestone-marker .ring-outer {
        width: 130px;
        height: 130px;
        padding: 22px;
    }

    .Milestone-marker .ring-inner {
        padding: 20px;
        border: 3px solid #1B5B98;
    }

    .Milestone-even .Milestone-date {
        top: 100px;
    }

    .Milestone-odd .Milestone-date {
        bottom: 100px;
    }
}

.Milestone {
    cursor: pointer;
    position: relative;
}

.Milestone-current .Milestone-marker .dot,
.Milestone-current .Milestone-marker .line,
.Milestone-current .Milestone-marker .ring-center {
    background-color: #f36f21;
}

.Milestone-current .Milestone-marker .ring-inner {
    border-color: #f36f21;
}

.Milestone-current .Milestone-marker .ring-inner {
    border-color: #f36f21;
}

.Milestone-content:not(.Milestone-content-current) {
    display: none;
}

.storefront-handheld-footer-bar ul li.cart .count {
    background-color: #fff;
    border: 1px solid #1B5B98;
    color: #1B5B98;
    top: 10px;
    left: calc(50% + 15px);
}

.storefront-handheld-footer-bar ul li.wishlists > a::before,
.storefront-handheld-footer-bar ul li.my-account > a::before,
.storefront-handheld-footer-bar ul li.search > a::before,
.storefront-handheld-footer-bar ul li.cart > a::before {
    background: transparent center center no-repeat;
    background-size: 24px;
    content: '' !important;
}

.storefront-handheld-footer-bar ul li.wishlists > a::before {
    background-image: url('../img/flag.png');
}

.storefront-handheld-footer-bar ul li.my-account > a::before {
    background-image: url("../img/my-account.png");
}

.storefront-handheld-footer-bar ul li.search > a::before {
    background-image: url('../img/search-blue.png');
}

.storefront-handheld-footer-bar ul li.cart > a::before {
    background-image: url('../img/cart.png');
}

.storefront-handheld-footer-bar .search.active input[type="search"] {
    opacity: 1;
}

.woocommerce-breadcrumb a:first-of-type::before {
    content: '' !important;
    width: 24px;
    height: 24px;
    background: transparent url("../img/home.png") center center no-repeat;
    background-size: 24px;
    display: block;
    float: left;
    margin-right: 16px;
}

@media screen and (min-width: 1440px) {
    .woocommerce-breadcrumb a:first-of-type::before {
        margin-left: -24px;
    }
}

.product #wl-wrapper .wl-add-to {
    padding: .6180469716em 1.5em .6180469716em 60px !important;
    background: transparent url("../img/flag.png") left 20px center no-repeat;
    background-size: 24px;
    min-height: 24px;
    line-height: 28px;
    display: inline-block;
    position: absolute;
}

#wl-wrapper label {
    font-weight: normal;
}

#wl-wrapper .wl-meta-share, #wl-wrapper .wl-share-url {
    border-color: #d4d4d4 !important;
}

@media screen and (min-width: 980px) {
    #wl-wrapper .wl-tabs > li.active::after {
        margin-top: 0 !important;
    }
}

button.menu-toggle, button.menu-toggle:hover, button.menu-toggle:focus {
    border: none;
    background: none;
    padding: 18px 10px 14px 40px;
    transform: translate(0, 0);
    margin: 9px 0;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    button.menu-toggle, button.menu-toggle:hover, button.menu-toggle:focus {
        margin: 0;
    }
}

button.menu-toggle span::before, button.menu-toggle::after, button.menu-toggle::before {
    margin-top: 1px;
}

@media screen and (max-width: 979px) {
    .main-navigation:not(.toggled) .primary-navigation {
        opacity: 0;
        display: none;
    }

    .site-header-cart .widget_shopping_cart, .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
        background-color: transparent;
    }

    .primary-navigation {
        position: absolute;
        width: 100%;
        right: 0;
        top: 96px;
        padding: 0 20px;
        background-color: #fff;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    }

    .site-header-cart .cart-contents, .site-header-cart .widget_shopping_cart, .site-search {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .primary-navigation {
        top: 125px;
    }
}

.storefront-primary-navigation {
    background-color: transparent;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.col-full:after,
.col-full:before,
.storefront-primary-navigation:before,
.storefront-primary-navigation:after,
.main-navigation::after,
.main-navigation::before {
    content: '';
    display: none;
}

.main-navigation ul.menu, .main-navigation ul.nav-menu,
.primary-navigation,
.woocommerce-active .site-header .main-navigation {
    display: inline-block;
}

.woocommerce-active .site-header .site-header-cart {
    width: auto;
    float: none;
}

.mini_cart_item p {
    margin: 0;
}

.main-navigation div.menu:last-child {
    display: none;
}

.woocommerce-active .site-header .main-navigation {
    width: auto;
    float: none;
    margin: 0 10px 0 0;
}

.content-area,
.widget-area,
.site-main {
    margin-bottom: 0;
}

.woocommerce-breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 1em;
}

.woocommerce-breadcrumb a {
    text-decoration: none;
}

.woocommerce-breadcrumb-delimiter {
    font-size: 2rem;
    line-height: 0;
    vertical-align: 2px;
    letter-spacing: -2px;
}

.woocommerce-breadcrumb-current,
#masthead .woocommerce-breadcrumb a:hover {
    color: #1B5B98;
}

.woocommerce-breadcrumb-current {
    font-weight: 500;
}

.site-content {
    margin: 4em 0;
}

.price.loading:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background: transparent url("../img/loading.svg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.single-product div.product {
    overflow: visible;
}

.storefront-full-width-content.single-product div.product .images,
.storefront-full-width-content.single-product div.product .summary {
    width: 47%;
    position: relative;
}

.storefront-full-width-content.single-product div.product .images {
    margin-right: 6%;
}

.woocommerce-tabs {
    margin-left: -99em;
    margin-right: -99em;
    padding-left: 99em;
    padding-right: 99em;
    background-color: #f4f4f4;
    margin-bottom: -4em;
}

.single-product div.product form.cart,
.single_variation_wrap {
    display: block;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .single-product div.product form.cart,
    .single_variation_wrap {
        display: flex;
        flex-wrap: wrap;
    }
}

.single-product div.product form.cart > *,
.single_variation_wrap > * {
    position: relative;
}

a.reset_variations {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
}

.single-product div.product form.cart .button {
    display: block;
    float: left;
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
}

.single-product div.product .variations_button,
#wl-wrapper.wl-button-wrap,
.single_add_wrap.cart > * {
    min-width: 230px;
    margin: 0 2% 20px 0;
    padding: 0 0 50px 0 !important;
    width: auto;
}

.woocommerce-variation.single_variation {
    width: 100%;
}

div#woosvimain {
    margin-bottom: 0 !important;
    border: 1px solid #D4D4D4;
}

div#woosvithumbs:before,
div#woosvithumbs:after {
    content: '';
    display: none;
}

div#woosvithumbs {
    width: calc(100% + 4px);
}

div#woosvi_strap ul.svithumbnails::before,
div#woosvi_strap ul.svithumbnails::after {
    clear: none;
    display: none;
}

div#woosvi_strap ul.svithumbnails {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

div#woosvi_strap ul.svithumbnails li {
    border: 1px solid #D4D4D4;
}

div#woosvi_strap ul.svithumbnails.columns-9 li {
    width: calc((100% - 20px) / 5);
    margin: 4px 4px 0 0;
}

.single-product div.product .price {
    font-weight: 500;
    font-size: 2rem;
}

.single-product .variations {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-product .variations .variation {
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    div#woosvithumbs {
        position: absolute;
        bottom: 0;
    }

    div#woosvi_strap ul.svithumbnails {
        flex-wrap: wrap-reverse;
    }

    /*.single-product .variations .variation {*/
    /*width: 48%;*/
    /*}*/
    div#woosvi_strap ul.svithumbnails.columns-9 li {
        width: calc((100% - 36px) / 9);
    }
}

.single-product .variations .variation select {
    width: 100%;
}

.single-product div.product .product_meta {
    font-size: .875em;
    float: left;
    margin: 0 20px 0 0;
    border: none;
    padding: 0;
}

.legal-price-info {
    float: left;
}

.legal-price-info:after {
    display: block;
    content: '';
    clear: both;
}

.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
    left: auto;
    right: 0;
}

.widget.woocommerce.widget_shopping_cart {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .35);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .35);
}

.site-header-cart .widget_shopping_cart {
    width: 300px;
}

.woocommerce-tabs {
    display: flex;
    justify-content: space-between;
}

.woocommerce-tabs ul.tabs,
.woocommerce-tabs ul.tabs li {
    border: none;
}

.woocommerce-tabs ul.tabs li a {
    padding: .5rem 0;
    color: #000;
    font-weight: 300;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #1B5B98;
    font-weight: 500;
}

.woocommerce-tabs ul.tabs li:after {
    content: '';
}

.storefront-full-width-content .woocommerce-tabs ul.tabs {
    width: 15%;
    margin-right: 5%;
}

.storefront-full-width-content .woocommerce-tabs .panel {
    width: 80%;
}

.site-footer-banner {
    height: 400px;
    background: transparent url('../img/footer-banner.jpg') center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.site-footer-banner h2 {
    padding: 4rem 0 2rem;
    font-size: 2rem;
    margin: 0;
}

.site-footer-banner p {
    margin: 0 1rem 2rem;
}

@media screen and (min-width: 768px) {
    .site-footer-banner h2 {
        padding: 4rem 0 2rem;
        font-size: 4rem;
        margin: 0;
    }
}

.site-footer-banner a.button {
    margin-bottom: 3rem;
}

.site-footer-banner a:not(.button) {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

/*footer*/
.site-footer {
    padding: 0;
    margin-bottom: 69px;
}

@media screen and (min-width: 980px) {
    .site-footer {
        margin: 0;
    }
}

.main-navigation ul, .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
}

.site-footer .col-full {
    padding: 0;
}

.secondary-navigation {
    margin: 1rem 2rem;
    display: block;
    float: none;
}

.secondary-navigation:after {
    display: block;
    content: '';
    position: relative;
}

.secondary-navigation ul.menu a {
    color: #616161 !important;
    font-weight: 300;
}

.secondary-navigation .menu a:hover, .secondary-navigation .menu > li:hover > a {
    text-decoration: none;
}

.secondary-navigation .menu > li > a {
    position: relative;
}

.secondary-navigation .menu {
    font-size: .875em;
}

.secondary-navigation ul {
    list-style: none;
}

.secondary-navigation .menu {
    font-size: .875em;
    width: auto;
}
.site-footer a:not(.button){
    background-image: none;
}

@media screen and (min-width: 640px) {

    .secondary-navigation .menu {
        font-size: .875em;
        width: auto;
        float: right;
    }

    .secondary-navigation {
        float: right;
    }
}

.site-info {
    padding: 14px 0;
    float: left;
    margin: 1rem 2rem;
}

input[type=tel] {
    padding: .6180469716em;
    background-color: #fff;
    /*background-color: #f4f4f4;*/
    color: #43454b;
    outline: 0;
    /*border: 0;*/
    /*-webkit-appearance: none;*/
    /*border-radius: 2px;*/
    /*box-sizing: border-box;*/
    /*font-weight: 400;*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);*/
}

input[type=tel]:focus {
    background-color: #f4f4f4;
    /*color: #2b2c30;*/
}

input.ocrmlf-error {
    -webkit-box-shadow: inset 0 1px 1px #CC0000;
    -moz-box-shadow: inset 0 1px 1px #CC0000;
    box-shadow: inset 0 1px 1px #CC0000;
    background-color: #FFCCCC;
}

input.ocrmlf-error:focus {
    background-color: #eebbbb;
}

.ocrmlf-form input:not(.submit):not([type="checkbox"]),
.wpcf7-form input:not(.wpcf7-submit) {
    width: 100%;
}

.fltrgt,
.ocrmlf-form input.submit,
.wpcf7-form input.wpcf7-submit {
    float: right;
}

.ocrmlf-form-status {
    border: solid 2px #f36f21;
    padding: 10px 20px;
    margin-top: 110px;
    clear: both;
}

.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a, .wpml-ls-legacy-list-horizontal {
    border: none;
    background: transparent;
    padding: 0;
}

.woocommerce.Isotope .Isotope-filter {
    list-style-type: none;
    margin: 1px 20px 20px 0;
    cursor: pointer;
    border-radius: 3px;
    background-color: #fff;
    color: #75777d;
    border: 1px solid #D4D4D4;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .35);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .35);
    font-weight: 300;
    border-bottom: 2px solid #D4D4D4;
    transform: translate(0, -1px);
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    padding: .6em 1.5em;
}

.woocommerce.Isotope .Isotope-filter.is-selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #D4D4D4;
    transform: translate(0, 0);
    text-decoration: none;
    color: #f36f21;
}

.storefront-handheld-footer-bar,
.menu-toggle {
    display: block;
}

@media screen and (min-width: 980px) {
    .storefront-handheld-footer-bar,
    .menu-toggle {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .storefront-full-width-content.single-product div.product .images,
    .storefront-full-width-content.single-product div.product .summary {
        width: 100%;
        margin-right: 0;
    }

    .woocommerce-tabs {
        display: block;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .woocommerce-tabs ul.tabs li {
        background-color: #fff;
    }

    .woocommerce-tabs ul.tabs li a {
        padding: 10px 20px;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs,
    .storefront-full-width-content .woocommerce-tabs .panel {
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .storefront-full-width-content .woocommerce-tabs ul.tabs {
        display: block;
    }
}

.wpml-ls-legacy-dropdown {
    margin-left: 20px;
    position: relative;
}

@media screen and (max-width: 600px) {
    .main-navigation-wrapper {
        flex-direction: column;
    }
}

.wpml-ls-legacy-dropdown > ul {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
}

.wpml-ls-item-toggle, .wpml-ls-link {
    padding-left: 10px !important;
}
