@import url('https://use.typekit.net/xbc1yzr.css');
lite-youtube {
    background-color: #000;
    background-position: 50%;
    background-size: cover;
    contain: content;
    cursor: pointer;
    display: block;
    max-width: 720px;
    position: relative
}

lite-youtube:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    content: "";
    display: block;
    height: 60px;
    padding-bottom: 50px;
    position: absolute;
    top: 0;
    transition: all .2s cubic-bezier(0, 0, .2, 1);
    width: 100%
}

lite-youtube:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

lite-youtube>iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

lite-youtube>.lty-playbtn {
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    border: none;
    cursor: pointer;
    filter: grayscale(100%);
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: filter .1s cubic-bezier(0, 0, .2, 1);
    width: 68px;
    z-index: 1
}

lite-youtube .lty-playbtn:focus,
lite-youtube:hover>.lty-playbtn {
    filter: none
}

lite-youtube.lyt-activated {
    cursor: unset
}

lite-youtube.lyt-activated:before,
lite-youtube.lyt-activated>.lty-playbtn {
    opacity: 0;
    pointer-events: none
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

@charset "UTF-8";
.img-abs {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

*{
  letter-spacing: 0.3px;
}

:root{
  --vc-green:#004720;
  --vc-lightgreen:#00a44d;
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

:root {
    font-size: 62.5%
}

section {
    position: relative
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222;
    font-family: 'filson-pro';
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.38;
    scroll-behavior: smooth;
    background-color: var(--vc-green);
    color:#fff;
}

a {
    color: inherit;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.1
}

p {
    margin-bottom: 15px
}

img {
    height: auto
}

iframe,
img {
    max-width: 100%
}

#wrapper {
    overflow: hidden
}

.cover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.center,
.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

[id] {
    outline: 0
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    width: 100%
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1180px
    }
}

table {
    border-collapse: collapse
}

.header {
    background-color: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 9999;
}

@media (min-width:768px) {
    .header {
        padding: 20px 0
    }
}

.header__container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* position: relative */
}
.header__container.container{
  position: static;
}

@media (min-width:768px) {
    .header__container {
        justify-content: normal
    }
}

.header__logo {
    flex: 0 0 auto
}

.header__logo img {
    display: block;
    width: 140px
}

@media (min-width:330px) {
    .header__logo img {
        width: 150px
    }
}

@media (min-width:1200px) {
    .header__logo img {
        width: 220px
    }
}

.header__nav {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: end;
    /* position: relative; */
    z-index: 14
}

.header__nav ul {
    list-style: none
}

.header__nav .main {
    display: none;
    padding-left: 32px
}

@media (min-width:992px) {
  .header__nav{
    justify-content: space-between;
  }
    .header__nav .main {
        display: block
    }
}

.header__nav .main li {
    color: var(--vc-green);
    display: inline-block;
    font-family: filson-pro;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    /* position: relative */
}

@media (min-width:1200px) {
    .header__nav .main li {
        font-size: 1.8rem
    }
}

.header__nav .main li a {
    padding: 8px 10px;
    position: relative;
    transition: color .3s ease-in-out;
    z-index: 2;
    cursor: pointer;
}

.header__nav .main li a:hover {
    color: var(--vc-lightgreen)
}

.header__nav .main li.active>a {
    background-color: #fff;
    border-color: #077 #077 #fff;
    bottom: -1px;
    color: var(--vc-lightgreen);
    position: relative
}

.header__shop {
    align-items: center;
    display: flex;
    flex: 1;
    font-size: 1.5rem;
    justify-content: flex-end
}

.header__shop svg {
    stroke-width: 1px;
    fill: #077;
    display: block
}

@media (min-width:992px) {
    .header__shop svg {
        fill: #222
    }
}

.header__shop svg:hover {
    fill: #077
}

.header__shop .burger {
    display: none
}

.header__shop .search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: 0
}

.header__shop .search__close {
    display: none
}

.header__shop .search.is-active .search__close {
    display: block
}

.header__shop .search.is-active .search__open {
    display: none
}

.header__shop .account,
.header__shop .cart__container {
    margin-left: 10px;
    position: relative
}

@media (min-width:1200px) {
    .header__shop .account,
    .header__shop .cart__container {
        margin-left: 28px
    }
}

.header__shop .account .label,
.header__shop .cart__container .label {
    color: #222;
    display: none;
    font-family: Muli;
    font-size: 1.4rem;
    font-weight: 400
}

@media (min-width:1200px) {
    .header__shop .account .label,
    .header__shop .cart__container .label {
        display: initial
    }
}

.header__shop .account:hover .label,
.header__shop .cart__container a:hover .label {
    color: #077;
    text-decoration: underline
}

.header__shop .account:hover svg,
.header__shop .cart__container a:hover svg {
    fill: #077
}

.header__shop .account,
.header__shop .cart {
    align-items: center;
    display: flex;
    font-weight: 500;
    position: relative
}

@media (min-width:992px) {
    .header__shop .account svg,
    .header__shop .cart svg {
        margin-right: 5px
    }
}

.header__shop .nr-prod {
    background-color: var(--vc-lightgreen);
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    height: 15px;
    left: 12px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 15px
}

.header__search {
    display: none;
    margin-top: 3px;
    width: 100%
}

.header__search form {
    position: relative
}

.header__search input {
    background-color: #fff;
    border: 2px solid #077;
    border-radius: 4px;
    color: #7c7c7c;
    font-family: Muli;
    font-size: 1.6rem;
    font-weight: 500;
    outline: 0;
    padding: 7px 10px;
    width: 100%
}

.header__search button {
    background-color: transparent;
    background-image: url(../images/search.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 100%;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 28px
}

.header__search button:hover {
    background-image: url(../images/search-green.svg)
}

.burger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    flex: 0 0 auto;
    margin-left: 10px;
    width: 26px
}

@media (min-width:992px) {
    .burger {
        display: none
    }
}

.burger span {
    background-color: #077;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    transition: all .3s ease-in-out;
    width: 100%
}

.burger span:last-of-type {
    margin-bottom: 0
}

.sticky {
    padding-top: 105px
}

.sticky .header {
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    left: 0;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%
}

.sticky .header__logo img {
    width: 140px
}

.sticky .header__nav .main>li {
    font-size: 1.4rem
}

.sticky .header .brands-toggle>.sub-menu {
    top: 52px
}


@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0, -40%, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -40%, 0)
    }
    to {
        transform: translateZ(0)
    }
}

.page-template-page-woo .header,
body.woocommerce .header {
    border-bottom: 1px solid #ddeded
}

.header .brands-toggle {
    cursor: pointer;
}

.header .brands-toggle>.sub-menu {
    background-color: #fff;
    border-top: 1px solid #00a54e;
    display: block;
    display: flex;
    display: none;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 62px;
    width: 100%;
}

@media (min-width:1200px) {
    .header .brands-toggle>.sub-menu {
        top: 69px
    }
}

.header .brands-toggle>.sub-menu>li {
    /* border-bottom: 10px solid #00c1f0; */
    padding-bottom: 20px;
    position: relative;
    width: 280px;
    padding-right: 20px;
}


.header .brands-toggle>.sub-menu>li>a {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 5px
}

.header .brands-toggle>.sub-menu>li .sub-menu {
    padding-top: 5px
}

.header .brands-toggle>.sub-menu>li .sub-menu li {
    margin-bottom: 5px
}

.header .brands-toggle>.sub-menu>li .sub-menu .sub-menu {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 10px
}

.header .brands-toggle>.sub-menu>li .sub-menu .sub-menu li {
    font-size: 1.6rem;
    text-decoration: underline
}

.header .brands-toggle>.sub-menu>li .sub-menu .sub-menu li a:before {
    content: "-";
    display: inline-block;
    line-height: 1.8rem;
    margin-right: 10px;
    text-decoration: none
}
.header .brands-toggle>.sub-menu>li span{
  font-size: 14px;
}
.header .brands-toggle>.sub-menu>li span svg{
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-left: 5px;
  fill:var(--vc-green);
  transition: .4s;
}
.header .brands-toggle>.sub-menu>li a:hover span svg{
  fill:var(--vc-lightgreen);
}
.header .brands-toggle>.sub-menu>li span:not(.menu_item_info){
  margin-top: 15px;
  font-weight: 400;
}

.header .brands-toggle li {
    color: var(--vc-green);
    display: block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    transition: all .42s cubic-bezier(.165, .84, .44, 1)
}

.header .brands-toggle li a {
    padding: 0
}

.header .brands-toggle img {
    display: block;
    height: 100%;
    margin-bottom: 15px;
    max-height: 70px;
    max-width: none;
    width: auto
}

.header .brands-toggle.active>.sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer {
    font-family: filson-pro;
    padding: 40px 0
}

.footer .container {
    color: #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem
}

.footer .container ul {
    list-style: none
}

.footer .container ul li {
    margin-bottom: 5px
}

.footer .container ul li:hovver {
    text-decoration: underline
}

.footer__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 23px
}

.footer__col {
    margin-bottom: 30px;
    text-align: center;
    width: 100%
}

@media (min-width:700px) {
    .footer__col {
        text-align: initial;
        width: 50%
    }
}

@media (min-width:992px) {
    .footer__col {
        margin-bottom: 0;
        width: 20%
    }
}

.footer__col:not(:last-of-type) {
    padding-right: 20px
}

.footer__social a {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    height: 50px;
    justify-content: center;
    margin-right: 3px;
    transition: .3s ease-in-out;
    width: 50px
}

.footer__social a.facebook {
    background-color: #3b5998
}

.footer__social a.youtube {
    background-color: #b00
}

.footer__social a.instagram {
    background-color: #517fa4
}
.footer__social a.linkedin {
    background-color: #0077b5
}

.footer__social a:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .15)
}


#top {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--vc-lightgreen);
    border: 0;
    bottom: -100px;
    cursor: pointer;
    height: 30px;
    outline: 0;
    position: fixed;
    right: 15px;
    transition: all 1s cubic-bezier(.23, 1, .32, 1);
    width: 30px;
    z-index: 9
}

@media (min-width:600px) {
    #top {
        right: 30px
    }
}

#top.show {
    bottom: 15px
}

@media (min-width:600px) {
    #top.show {
        bottom: 30px
    }
}

#top svg {
    fill: #fff;
    display: block;
    height: 15px;
    margin: 0 auto;
    transform: rotate(180deg);
    transform-origin: center;
    width: 15px
}

.btn {
    background-color: #fff;
    color: #077;
    display: inline-block;
    font-family: filson-pro;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1;
    padding: 15px 25px;
    transition: .3s ease-in-out
}

.btn:hover {
    background-color: #077;
    color: #fff
}

.btn--green {
    background-color: #005923;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.btn--green:hover {
    background-color: #69bf4a
}

.arrow-btn {
    align-items: center;
    display: inline-flex;
    font-family: filson-pro;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1
}

.arrow-btn:hover {
    text-decoration: underline
}

.arrow-btn svg {
    fill: #005923;
    align-items: center;
    margin-left: 10px;
    transform: translateY(1px)
}

main {
    min-height: calc(100vh - 310px);
    padding: 20px 0 50px
}

main .page-title {
    color: #077;
    font-family: filson-pro;
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 20px
}

mark {
    background-color: #077;
    color: #fff;
    display: inline-block;
    padding: 0 3px
}

.page-template-page-corporate {
    background-color: #004720;
    color: #fff;
    font-family: filson-pro
}

.corporate-header:after {
    background-color: #fff;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.corporate-header__banner {
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .corporate-header__banner {
        display: flex;
        flex-direction: row;
    }
}

.corporate-header__info {
    align-items: center;
    background-color: rgb(116, 184, 67);
    color: #fff;
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
    text-align: center
}

@media (min-width:768px) {
    .corporate-header__info {
        padding: 70px 40px;
        text-align: initial;
    }
}

@media (min-width:992px) {
    .corporate-header__info {
        flex:1 1 50%;
    }
}

.corporate-header__info h2 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.2;
    width: auto;
    text-align: center;
}

@media (min-width:500px) {
    .corporate-header__info h2 {
        font-size: 5rem
    }
}

@media (min-width:768px) {
    .corporate-header__info h2 {
        font-size: 6rem;
    }
}

@media (min-width:992px) {
    .corporate-header__info h2 {
        font-size: 8rem;
    }
}

.corporate-header__info .btn {
    margin-top: 20px
}

@media (min-width:500px) {
    .corporate-header__info .btn {
        margin-top: 40px
    }
}

.corporate-header__img {
    background-color: var(--vc-green);
    flex:1 1 50%;
    position: relative
}

.corporate-header__img:before {
    content: "";
    display: block;
    padding-top: 80%
}

@media (min-width:500px) {
    .corporate-header__img:before {
        padding-top: 50%
    }
}

@media (min-width:768px) {
    .corporate-header__img:before {
        display: none
    }
}

@media(min-width:992px){
  .corporate-header__img{
    height: 590px;
  }
}

.us {
    padding: 50px 0
}

@media (min-width:992px) {
    .us .container {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (min-width:768px) {
    .us .container {
        font-size: 2.4rem
    }
}

.us .brand__title {
    margin-bottom: 30px
}

.us p {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .us p {
        margin-bottom: 35px
    }
}

.us h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .us h3 {
        font-size: 2.8rem
    }
}

.we {
    margin: 0 auto;
    padding: 0
}

@media (min-width:768px) {
    .we__header {
        display: flex
    }
}

.we__img {
    flex: 1;
    position: relative;
}
@media(min-width:768px){
  .we__img{
    margin-right: 15px;
  }
}

.we__img:before {
    content: "";
    display: block;
    padding-top: 80%
}

@media (min-width:500px) {
    .we__img:before {
        padding-top: 50%
    }
}

@media (min-width:768px) {
    .we__img:before {
        display: none
    }
}

.we__info {
    background-color: #00a44d;
    color: #fff;
    flex: 0 0 auto;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: .9;
    padding: 50px 40px;
    text-align: center
}

@media (min-width:768px) {
    .we__info {
        padding: 150px 40px;
        text-align: center;
    }
}

@media (min-width:992px) {
    .we__info {
        font-size: 4.8rem;
        padding: 150px 70px
    }
}

.we__content {
    background-color: #fff;
    color: var(--vc-green);
    padding: 50px 20px
}

@media (min-width:992px) {
    .we__content {
        padding: 70px 100px
    }
}

@media (min-width:768px) {
    .we__content {
        font-size: 2rem
    }
}

.we__content .title {
    margin-bottom: 20px
}

.we__content h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px;
    color:#00a44d;
}

@media (min-width:768px) {
    .we__content h3 {
        font-size: 2.8rem
    }
}

.we__content p {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .we__content p {
        margin-bottom: 25px
    }
}

.page-template-page-recipe,
.page-template-page-recipies {
    background-color: var(--vc-green);
    color: #fff;
    font-family: filson-pro
}

.page-template-page-brand,
.page-template-page-unfished{
  font-family: filson-pro;
  background-color: var(--vc-green);
}

.brand__title {
    font-family: filson-pro;
    font-size: 4rem;
    font-weight: 700
}

@media (min-width:768px) {
    .brand__title {
        font-size: 5rem
    }
}

@media (min-width:992px) {
    .brand__title {
        font-size: 6.4rem
    }
}

.brand-header {
    display: flex;
    position: relative
}


@media (min-width:768px) {
    .brand-header:after {
        background-color: #fff;
        content: "";
        height: 80px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.brand-header .container {
    background-color: var(--vc-green);
    padding: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brand-header .footer__social {
  display: inline-block;
}
.brand-header .footer__social svg path{
  fill:var(--vc-green);
}
.brand-header .footer__social a{
  background-color: #fff;
  margin: 0 7px;
}
.brand-header .container .footer__social{
  margin-top: 20px;
}
@media (min-width:768px) {
    .brand-header .container {
        align-items: center;
        display: flex;
        justify-content: space-between;
            flex-direction: row;
    }
    .brand-header .container > div{
      align-items: center;
      display: flex;
      margin-bottom: 0;
    }
    .brand-header .container .footer__social{
      margin-top: 0px;
    }
}

.brand-header__logo img {
    display: block;
    margin: 0 auto;
    max-width: 100px
}

@media (min-width:420px) {
    .brand-header__logo img {
        margin: 0 auto 15px
    }
}

@media (min-width:768px) {
    .brand-header__logo img {
        margin: initial
    }
}

@media (min-width:992px) {
    .brand-header__logo img {
        max-width: 130px
    }
}

.brand-header ul {
    display: block;
    list-style: none;
    text-align: center;
    margin-top: 20px;
}

@media (min-width:420px) {
    .brand-header ul {
        display: block
    }
}

@media (min-width:768px) {
    .brand-header ul {
        /* margin-left: 50px; */
        text-align: initial;
        margin-top: 0;
    }
}

.brand-header ul li {
    color: #fff;
    display: block;
    font-family: filson-pro;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
}

@media (min-width:768px) {
    .brand-header ul li {
        padding-left: 30px;
        padding-right: 0;
    }
}

@media (min-width:992px) {
    .brand-header ul li {
      font-size: 2.2rem;
      padding: 4px 0;
      padding-left: 25px;
      display: inline-block;
    }
}

.brand-header ul li:hover {
    text-decoration: underline
}

.brand__hero .container {
    background-color: rgb(116, 184, 67);
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center
}

@media (min-width:768px) {
    .brand__hero .container {
        align-items: center;
        display: flex;
        text-align: initial
    }
}

.brand__hero .brand__title {
    color: #fff;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

@media (min-width:500px) {
    .brand__hero .brand__title {
        font-size: 4rem
    }
}


@media (min-width:992px) {
    .brand__hero .brand__title {
        font-size: 5rem;
        padding: 24px 30px;
    }
}

.brand__hero__info {
    margin: 0 auto;
    max-width: 500px;
    padding: 20px;
    width: 100%
}

@media (min-width:768px) {
    .brand__hero__info {
        margin: initial;
        max-width: none;
        width: 55%
    }
}

.brand__hero__img {
    margin: 0 auto;
    max-width: 500px;
    width: 100%
}

@media (min-width:768px) {
    .brand__hero__img {
        margin: initial;
        max-width: none;
        width: 45%;
        text-align:left;
    }
    .brand__hero__img > img{
      max-width: 82%;
    }
}

.brand__hero__img img {
    display: block;
    width: 100%
}

.brand__info .container {
    background-color: #fff;
    color: #005923;
    padding: 24px 20px
}

@media (min-width:768px) {
    .brand__info .container {
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .brand__info .container {
        padding: 24px 70px
    }
}

.brand__info .container h2,
.brand__info .container h3 {
    font-size: 2.8rem;
    margin-bottom: 10px
}

.brand__grid .brand__section:nth-child(2n) .brand__section__content,
.brand__grid .brand__section:nth-child(2n) .brand__section__hero {
    flex-direction: row-reverse
}

.brand__grid .brand__section:nth-child(2) .brand__section__info h2,
.brand__grid .brand__section:nth-child(3) .brand__section__info h2 {
    font-size: 3.2rem
}

@media (min-width:768px) {
    .brand__grid .brand__section:nth-child(2) .brand__section__info h2,
    .brand__grid .brand__section:nth-child(3) .brand__section__info h2 {
        font-size: 4.5rem
    }
}

/* @media (min-width:1200px) {
    .brand__grid .brand__section:nth-child(2) .brand__section__info h2,
    .brand__grid .brand__section:nth-child(3) .brand__section__info h2 {
        font-size: 6rem
    }
} */

.brand__section__title {
    font-size: 3.5rem;
    color:#fff;
    font-weight: 500;
    padding: 24px 20px;
    text-align: center
}

@media (min-width:768px) {
    .brand__section__title {
        font-size: 4.8rem
    }
}

.brand__section__hero {
    background-color: rgb(116, 184, 67);
    padding: 0
}

@media (min-width:992px) {
    .brand__section__hero {
        display: flex
    }
}

.brand__section__info {
    padding: 30px 20px;
    text-align: center;
    width: 100%
}

@media (min-width:768px) {
    .brand__section__info {
        align-items: center;
        display: flex;
        padding: 30px
    }
}

@media (min-width:992px) {
    .brand__section__info {
        padding: 24px 48px;
        width: 40%
    }
}

.brand__section__info h2 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1
}

@media (min-width:768px) {
    .brand__section__info h2 {
        font-size: 3.8rem
    }
}

@media (min-width:1200px) {
    .brand__section__info h2 {
        font-size: 4.3rem
    }
}

.brand__section__img {
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    .brand__section__img {
        width: 60%
    }
}

.brand__section__img:before {
    content: "";
    display: block;
    padding-top: 78%
}

.brand__section__content {
    background-color: #fff;
    color: #005923;
    padding: 25px 20px
}

@media (min-width:768px) {
    .brand__section__content {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media (min-width:992px) {
    .brand__section__content {
        padding: 25px 70px
    }
}

.brand__section__content__info {
    font-weight: 500;
    margin: 0 auto;
    max-width: 500px
}

@media (min-width:768px) {
    .brand__section__content__info {
        font-size: 2rem;
        margin: initial;
        max-width: none;
        width: 48%
    }
}

.brand__section__content__info img {
    margin-bottom: 10px;
    max-width: 350px
}

.brand__section__content__media {
    width: 100%
}

@media (min-width:768px) {
    .brand__section__content__media {
        width: 48%
    }
}

.brand__section__content__title {
    display: block;
    margin-bottom: 24px
}

.brand__products .slick-arrow,
ul.products .slick-arrow,
.more_articles .slick-arrow {
    background-color: transparent;
    background-image: url(../images/right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    z-index: 2
}

.brand__products .slick-arrow.slick-next,
ul.products .slick-arrow.slick-next,
.more_articles .slick-arrow.slick-next {
    right: -20px
}

@media (min-width:768px) {
    .brand__products .slick-arrow.slick-next,
    ul.products .slick-arrow.slick-next,
    .more_articles .slick-arrow.slick-next {
        right: -30px
    }
}

.brand__products .slick-arrow.slick-prev,
ul.products .slick-arrow.slick-prev,
.more_articles .slick-arrow.slick-prev {
    left: -20px;
    transform: translateY(-50%) rotate(180deg)
}

@media (min-width:768px) {
    .brand__products .slick-arrow.slick-prev,
    ul.products .slick-arrow.slick-prev,
    .more_articles .slick-arrow.slick-prev {
        left: -30px
    }
}

.brand__product {
    text-align: center
}

.brand__product .btn {
    padding: 15px 45px
}

.brand__product__name {
    font-size: 2.2rem;
    padding: 20px
}

.brand__product__img {
    margin-bottom: 20px;
    padding: 5px;
    width: 100%;
    height: auto;
}

@media(min-width:992px){
  .brand__product__img{
    height: 400px;
  }
}

.brand__product__img img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (max-width:600px) {
    .brand__product__img img {
        height: 300px;
        width: auto
    }
}

.recipes .container {
    background-color: #fff;
    color: #005923;
    padding: 24px 20px
}

@media (min-width:768px) {
    .recipes .container {
        padding: 24px 65px
    }
}

.recipes__title {
    font-size: 2.8rem;
    text-align: center
}

.recipes__grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.recipes__item {
    margin-bottom: 20px;
    padding: 0 0 15px;
    width: 100%
}

@media (min-width:700px) {
    .recipes__item {
        padding: 0 15px 15px;
        width: 50%
    }
}

@media (min-width:992px) {
    .recipes__item {
        width: 33.33%
    }
}

.recipes__item h4 {
    font-size: 1.8rem;
    margin: 15px 0 20px
}

.recipes__item a:hover h4 {
    text-decoration: underline
}

.recipes__img {
    position: relative
}

.recipes__img:before {
    content: "";
    display: block;
    padding-top: 60%
}

.recipes__img img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.spots {
    margin-bottom: 60px
}

.spots .brand__title {
    font-size: 4.8rem;
    font-weight: 400;
    padding: 24px 20px;
    text-align: center
}

.spots__grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.spots .spot {
    padding: 0 0 15px;
    width: 100%
}

@media (min-width:700px) {
    .spots .spot {
        padding: 0 15px 15px;
        width: 50%
    }
}

.spots .spot h4 {
    font-size: 1.8rem;
    margin: 15px 0 0
}

.single-recipe .container {
    background-color: #fff;
    color: #005923;
    padding: 24px 20px
}

@media (min-width:768px) {
    .single-recipe .container {
        padding: 24px 80px
    }
}

.single-recipe .container .brand__title {
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .single-recipe .container .brand__title {
        font-size: 3.2rem
    }
}

.single-recipe .container lite-youtube {
    margin-bottom: 20px;
    max-width: 100%
}

.recipe-products {
    padding-top: 60px
}

.recipe-products>h3 {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center
}

.recipe-products ul.products {
    margin-top: 30px;
    text-align: center;
    list-style: none;
}

.recipe-products ul.products:before,
.recipe-products ul.products:after{
  display: block;
  content: '';
  clear: both;
}

.recipe-products ul.products li{
  display: block;
  width: 100%;
  vertical-align: top;
}

.recipe-products ul.products li figure{
  width: 100%;
  height: 190px;
}

.recipe-products ul.products li figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recipe-products ul.products li h2{
  padding: 0 20px;
}

@media(min-width:992px){
  .recipe-products ul.products li{
    width: 32%;
    display: inline-block;
  }
}

.page-template-page-green {
    background-color: #004720;
    color: #fff;
    font-family: filson-pro
}

.page-template-page-green .brand-header .container {
    background-color: #d4ec8e
}

.page-template-page-unfished .brand-header .container {
    background-color: #00c1f0;
}

.page-template-page-green .brand-header .container li,
.term-green-course .brand-header .container li,
.term-green-course-en .brand-header .container li {
    color: #005923
}

.page-template-page-green .brand-header__logo img,
.term-green-course .brand-header__logo img,
.term-green-course-en .brand-header__logo img {
    max-width: 190px
}

.page-template-page-green .brand__hero .container {
    background-color: #80d32f
}

.page-template-page-green .brand__hero .brand__hero__img,
.page-template-page-green .brand__hero .brand__hero__info {
    text-align: center
}

.page-template-page-unfished .brand__hero .container{
  background-color: #7ee6ff;
}

@media (min-width:768px) {
    .page-template-page-green .brand__hero .brand__hero__img,
    .page-template-page-green .brand__hero .brand__hero__info {
        width: 50%
    }
}

.page-template-page-green .brand__hero .brand__title{
    font-size: 4rem;
    color:var(--vc-green);
}

.page-template-page-unfished .brand__hero .brand__title{
  color:var(--vc-green);
}

@media (min-width:500px) {
    .page-template-page-green .brand__hero .brand__title {
        font-size: 5rem
    }
}

@media (min-width:768px) {
    .page-template-page-green .brand__hero .brand__title {
        font-size: 6rem
    }
}

@media (min-width:992px) {
    .page-template-page-green .brand__hero .brand__title {
        font-size: 7rem
    }
}

@media (min-width:1200px) {
    .page-template-page-green .brand__hero .brand__title {
        font-size: 8.8rem;
        line-height: .9
    }
}

.page-template-page-green .brand__section__hero {
    background-color: #bdb751;
}

.page-template-page-green .brand__section__info h2 {
    color: #005923;
    font-size: 3.2rem
}

.page-template-page-unfished .brand__section__info h2{
    color: #005923;
}

@media (min-width:768px) {
    .page-template-page-green .brand__section__info h2 {
        font-size: 4.5rem
    }
}

/* @media (min-width:1200px) {
    .page-template-page-green .brand__section__info h2 {
        font-size: 6.4rem
    }
} */
sub{
  line-height: 0;
}
.blog,
.single-post {
    background-color: var(--vc-green);
    color: #fff
}

.news__grid{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.news__grid article{
  flex-direction: column;
  flex: 1 1 100%;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
}

/* @media(min-width:768px){
  .news__grid article{
    flex: 1 1 50%;
  }
  .news__grid{
    flex-direction: row;
  }
} */

.news__grid article:first-of-type{
  flex: 1 1 100%;
  margin-bottom: 40px;
}

.news__title {
    color: #fff;
    text-align: center
}

.news__title .container {
    background-color: #fff;
    padding: 48px 20px
}

.news__title h2 {
    font-family: filson-pro;
    font-size: 3.2rem;
    font-weight: 400;
    font-weight: 500;
    color:var(--vc-green);
}

.news>.container {
    background-color: #fff;
    color: #005923;
    padding: 40px 10px
}

@media (min-width:992px) {
  .news__title h2{
    font-size: 5rem;
    padding: 0 20px;
  }
    .news>.container {
        padding: 40px 10px
    }
    .post {
        align-items: center;
        display: flex
    }
}

.post__image {
    display: block;
    position: relative
}

@media (max-width:992px) {
    .post__image .img-abs {
        display: block;
        position: relative;
        width: 100%
    }
}

@media (min-width:992px) {
    .post__image {
        width: 100%;
        height:500px;
        overflow: hidden;
    }
    .post__image:before {
        content: "";
        display: block;
        padding-top: 115%
    }
}

.post__info {
    margin-top: 30px
}

@media (min-width:992px) {
    .post__info {
        margin-top: 0;
        width: 100%
    }
}

.post__info p {
    font-family: filson-pro;
    font-size: 2rem;
    font-weight: 500
}

.post__info h2 {
    font-size: 1.8rem;
    line-height: 1.42;
    margin-bottom: 15px;
    margin-top: 15px;
}
.news__grid article:first-of-type .post__info h2{
  font-size: 3.6rem;
}

@media(min-width:992px){
  .news__grid article:first-of-type .post__info h2,
  .news__grid article:last-of-type .post__info h2{
    font-size: 4.3rem;
  }
  .post__info h2{
    font-size: 2.6rem;
  }
}

.post__info .btn {
    margin-top: 45px;
    padding: 15px 45px
}

.post__single .container {
    background-color: #fff;
    color: #005923;
    padding: 40px 20px
}

@media (min-width:992px) {
    .post__single .container {
        padding: 40px 80px
    }
}

.rank-math-breadcrumb p {
  font-size:13px!important;
}

.post__single .post__title {
    font-family: filson-pro;
    font-size: 2.8rem;
    margin-bottom: 20px
}


.post__single h2, .post__single h3, .post__single h4, .post__single h5, .post__single h6{
  margin-bottom: 20px;
}

.post__single h2{
  font-size: 2rem;
  margin-bottom: 30px;
}


.post__single h3, .post__single h4, .post__single h5, .post__single h6{
  color:var(--vc-lightgreen);
}

@media(min-width:992px){
  .post__single .post__title{
    font-size: 4.5rem;
  }
  .post__single h2{
    font-size: 4.6rem;
  }
  .post__single h3{
    font-size: 3rem;
  }
  .post__single h4{
    font-size: 2.6rem;
  }
}

.post__single p {
    font-family: filson-pro
}

@media (min-width:768px) {
    .post__single p, .post__single li {
        font-size: 2rem;
        margin-bottom: 25px
    }
    .post__single li{
      margin-bottom: 10px;
    }
}

.post__single p strong {
    font-weight: 700
}

.mobile-menu {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20
}

.mobile-menu .burger {
    position: fixed;
    right: 20px;
    top: 20px
}

.mobile-menu .burger span {
    background-color: var(--vc-green);
}

.mobile-menu .burger span:last-of-type {
    transform: translateY(-8px) rotate(-45deg)
}

.mobile-menu .burger span:nth-child(2) {
    opacity: 0
}

.mobile-menu .burger span:first-child {
    transform: translateY(8px) rotate(45deg)
}

.mobile-menu__container {
    padding: 50px 24px;
    padding-top: 65px;
}

.mobile-menu ul {
    list-style: none;
    overflow: auto
}

.mobile-menu ul li {
    color: var(--vc-green);
    font-size: 1.6rem;
    font-weight: 700;
    padding: 5px 0
}


@media (min-width:600px) {
    .mobile-menu ul li {
        font-size: 2rem
    }
}

.mobile-menu ul li.menu-item-has-children {
    padding: 0
}

.mobile-menu .sub-menu{
  padding-left: 20px;
  margin-bottom: 15px;
  border-left: 2px solid var(--vc-lightgreen);
}

.mobile-menu .sub-menu li a{
  display: flex;
  flex-direction: column-reverse;
}

.mobile-menu .sub-menu span:not(.menu_item_info){
  font-weight: 400;
}

.mobile-menu .sub-menu span svg{
  width: 10px;
  height: 10px;
  margin-left: 5px;
  fill:var(--vc-green);
  vertical-align:baseline;
}

.mobile-menu ul li img {
    display: block;
    width: 90px;
    margin: 15px 0;
    height: auto;
}

.mobile-menu ul li.green-course,
.mobile-menu ul li.unfished {
    border-bottom: 10px solid #00c1f0;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.mobile-menu ul li.green-course>a,
.mobile-menu ul li.unfished>a {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse
}

.mobile-menu ul li.green-course {
    border-color: #ebffa5
}

.mobile-menu ul .sub-menu .sub-menu {
    padding-left: 10px
}

.mobile-menu ul .sub-menu .sub-menu li {
    font-weight: 400;
    text-decoration: underline
}

body.woocommerce .footer {
    background-color: #077
}

.woo-container {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 24px
}

.woo-container #sidebar {
    flex: 0 0 auto;
    padding-right: 20px;
    width: 240px
}

.woo-container .main {
    flex: 1
}

.woocommerce-products-header h1 {
    font-size: 2.6rem;
    margin-bottom: 24px
}

.woocommerce a.button.button.add_to_cart_button {
    align-items: center;
    display: inline-block;
    display: flex;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 40px
}

.woocommerce a.button.button.add_to_cart_button:not(.loading):not(.added):after {
    content: "";
    font-family: WooCommerce
}

.woocommerce a.button.button.add_to_cart_button.loading {
    opacity: 1;
    padding: 0
}

.woocommerce a.button.button.add_to_cart_button:after {
    margin: 0;
    right: auto;
    top: auto
}

.yass-container {
    display: flex;
    justify-content: space-between
}

.yass-container .right {
    align-items: center;
    display: flex
}

.yass-container .quantity {
    margin-right: 5px;
    position: relative
}

.yass-container .quantity input[type=number] {
    border-color: #ebebeb;
    height: 40px;
    width: 30px
}

.yass-container .quantity button {
    height: 40px;
    line-height: 16px;
    width: 25px
}

ul.flex-direction-nav {
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 99999
}

ul.flex-direction-nav li {
    position: absolute
}

ul.flex-direction-nav li.flex-nav-prev {
    left: -10px
}

@media (min-width:992px) {
    ul.flex-direction-nav li.flex-nav-prev {
        left: 75px
    }
}

ul.flex-direction-nav li.flex-nav-next {
    right: -10px
}

@media (min-width:992px) {
    ul.flex-direction-nav li.flex-nav-next {
        right: -15px
    }
}

ul.flex-direction-nav .flex-next,
ul.flex-direction-nav .flex-prev {
    background-color: #fff;
    background-image: url(../images/right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 50%;
    display: block;
    font-size: 0;
    height: 30px;
    width: 30px
}

ul.flex-direction-nav .flex-next-disabled,
ul.flex-direction-nav .flex-prev-disabled {
    opacity: .2
}

ul.flex-direction-nav .flex-prev {
    transform: rotate(180deg)
}

.quantity {
    align-items: center;
    display: flex
}

.quantity button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #077;
    border: 1px solid #077;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    height: 40px;
    line-height: 23px;
    outline: 0;
    transition: all .3s ease-in-out;
    width: 30px
}

.quantity button:hover {
    background-color: #005e5e;
    color: #fff
}

.quantity input[type=number] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    background-color: transparent;
    border: 1px solid #077;
    border-radius: 0;
    font-family: Muli;
    font-size: 1.6rem;
    font-weight: 700;
    height: 40px;
    outline: 0;
    padding: 0;
    text-align: center;
    width: 40px
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    display: none
}

.share-social {
    display: flex;
    margin-top: 30px
}

.share-social button {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #7c7c7c;
    cursor: pointer;
    display: flex;
    font-size: 1.3rem;
    margin-right: 15px;
    outline: 0
}

.share-social button svg {
    fill: #7c7c7c;
    margin-right: 5px
}

.share-social button:hover span {
    text-decoration: underline
}

@media (min-width:600px) {
    .product .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
        margin: 0 0 0 28px
    }
}

.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    color: #7c7c7c;
    font-size: 26px;
    line-height: 40px
}

.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    color: #077
}

.product .tinv-wishlist-clear,
.product .tinvwl_add_to_wishlist-text {
    color: #7c7c7c
}

@media (min-width:600px) {
    .product .tinv-wishlist-clear,
    .product .tinvwl_add_to_wishlist-text {
        display: none
    }
}

.woocommerce .cross-sells>h2,
.woocommerce .related>h2,
.woocommerce .upsells>h2 {
    color: #077;
    font-size: 2rem;
    font-weight: 500
}

.woocommerce .cross-sells ul.products,
.woocommerce .related ul.products,
.woocommerce .upsells ul.products {
    padding: 50px 0
}

#sidebar {
    display: none
}

@media (min-width:992px) {
    #sidebar {
        display: block
    }
}

#sidebar ul {
    font-size: 1.4rem;
    list-style: none;
    padding-left: 10px
}

#sidebar ul li {
    margin-bottom: 10px
}

#sidebar ul li:first-of-type {
    margin-top: 10px
}

#sidebar .wc-block-product-categories-list--depth-1 {
    padding-left: 0
}

#sidebar .wc-block-product-categories-list--depth-1>li>a {
    font-weight: 700
}

#sidebar .wc-block-product-categories-list--depth-0 {
    padding-left: 0
}

#sidebar .wc-block-product-categories-list--depth-0>li>a {
    display: none;
    font-weight: 700
}

@media (min-width:768px) {
    .cart__container:hover .mini-cart-dropdown {
        display: block
    }
}

.mini-cart-dropdown {
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    color: #7c7c7c;
    display: none;
    font-family: Muli;
    padding: 10px 20px;
    position: absolute;
    right: 25px;
    top: 35px;
    width: 400px;
    z-index: 11
}

.mini-cart-dropdown:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 5.5px 6px;
    bottom: 100%;
    content: "";
    height: 0;
    position: absolute;
    right: 40px;
    top: -5.5px;
    width: 0
}

.mini-cart-dropdown:after {
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    top: -13px;
    width: 100%
}

.mini-cart-dropdown__top {
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px
}

.mini-cart-dropdown__top h3 {
    color: #222;
    font-family: Muli;
    font-size: 1.6rem
}

.mini-cart-dropdown__top a.button.wc-forward {
    font-size: 1.4rem;
    padding: 10px
}

.mini-cart-dropdown .woocommerce-mini-cart__buttons {
    margin: 0
}

.mini-cart-dropdown .woocommerce-mini-cart__buttons .button {
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.mini-cart-dropdown .woocommerce-mini-cart__total {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding-top: 10px
}

.mini-cart-dropdown .woocommerce-mini-cart__total strong {
    color: #222;
    font-size: 1.4rem;
    text-transform: uppercase
}

.mini-cart-dropdown .woocommerce-mini-cart__total .amount {
    font-size: 1.2rem;
    font-weight: 500
}

.mini-cart-dropdown .woocommerce-mini-cart__empty-message {
    color: #077;
    margin: 0
}

#customer_login .login-col,
#customer_login .register-col {
    border: 1px solid #ebebeb;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin: 0 auto;
    max-width: 400px;
    padding: 40px 0 0;
    width: 90%
}

@media (min-width:500px) {
    #customer_login .login-col,
    #customer_login .register-col {
        padding: 30px 20px 0
    }
}

#customer_login .login-col form,
#customer_login .register-col form {
    border-width: 0
}

#customer_login .login-col h2,
#customer_login .register-col h2 {
    color: #077;
    font-size: 2rem;
    font-weight: 500;
    text-align: center
}

#customer_login .login-col .lost_password,
#customer_login .register-col .lost_password {
    color: #077;
    font-size: 1.2rem;
    padding-top: 30px;
    text-align: center
}

#customer_login .login-col .lost_password:hover,
#customer_login .register-col .lost_password:hover {
    text-decoration: underline
}

#customer_login .register-col {
    display: none
}

#customer_login .woocommerce-form-register__submit {
    display: flex;
    margin: 0 auto
}

#customer_login.toggle-the-logins .register-col {
    display: block
}

#customer_login.toggle-the-logins .login-col {
    display: none
}

#customer_login .woocommerce-privacy-policy-text {
    font-size: 1.4rem;
    margin-bottom: 20px
}

#customer_login .woocommerce-privacy-policy-text a {
    color: #077;
    text-decoration: underline;
    transition: .3s ease-in-out
}

#customer_login .woocommerce-privacy-policy-text a:hover {
    color: var(--vc-lightgreen)
}

#customer_login .form-row.form-row--remember {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

#customer_login .form-row.form-row--remember:after,
#customer_login .form-row.form-row--remember:before {
    display: none
}

.woocommerce-form__input-checkbox {
    display: inline-block;
    transform: translateY(2px)
}

.register-toggle {
    color: #077;
    cursor: pointer;
    display: block;
    margin-top: 40px;
    text-align: center;
    transition: .3s ease-in-out
}

.register-toggle:hover {
    color: var(--vc-lightgreen)
}

.woocommerce-EditAccountForm.edit-account span {
    font-size: 1.4rem
}

.woocommerce-MyAccount-navigation ul {
    list-style: none
}

.woocommerce-MyAccount-navigation ul li {
    padding: 4px
}

.woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: underline
}

.woocommerce-MyAccount-navigation ul li.is-active {
    color: #077
}

.woocommerce-form-coupon {
    border-top: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 12px
}

.woocommerce-form-coupon .button {
    flex: 0 0 auto
}

.woocommerce-form-coupon p {
    color: #077;
    width: 100%
}

.woocommerce-form-coupon #coupon_code {
    border: 1px solid #ebebeb;
    display: block;
    flex: 1;
    font-family: Muli;
    font-size: 1.4rem;
    height: 40px;
    margin-bottom: 5px;
    padding: 9px
}

@media (min-width:768px) {
    .woocommerce-form-coupon #coupon_code {
        margin-bottom: 0;
        margin-right: 10px;
        max-width: 140px
    }
}

@media (min-width:992px) {
    .woocommerce-form-coupon #coupon_code {
        max-width: none
    }
}

.woocommerce-form-coupon .button {
    padding: 12px 20px;
    width: 100%
}

@media (min-width:420px) {
    .woocommerce-form-coupon .button {
        width: auto
    }
}

.woocommerce-privacy-policy-text {
    font-size: 1.4rem
}

.woocommerce-privacy-policy-text a {
    text-decoration: underline
}

.woocommerce-privacy-policy-text a:hover {
    color: #077
}

#customer_details h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px
}

#customer_details .woocommerce-additional-fields {
    padding-top: 15px
}

#customer_details #ship-to-different-address {
    border: 0;
    font-size: 1.6rem;
    margin: 10px 0 0
}

#customer_details #ship-to-different-address .checkbox {
    align-items: center;
    display: inline-flex
}

#customer_details #ship-to-different-address .checkbox input {
    margin-right: 10px;
    transform: translateY(-1px)
}

.woocommerce-terms-and-conditions-wrapper .form-row label.checkbox {
    font-size: 1.4rem
}

.woocommerce-terms-and-conditions-wrapper .form-row label.checkbox input {
    transform: translateY(-1px)
}

.woocommerce-terms-and-conditions-wrapper .form-row label.checkbox a {
    text-decoration: underline
}

.woocommerce-terms-and-conditions-wrapper .form-row label.checkbox a:hover {
    color: #077
}

h3#order_review_heading {
    border: 0;
    margin-bottom: 8px;
    margin-top: 20px;
    padding-bottom: 0
}

@media (min-width:768px) {
    h3#order_review_heading {
        margin-top: 0
    }
}

#order_review .shop_table {
    margin-bottom: 0
}

#order_review thead {
    display: none
}

#order_review tr.shipping td {
    font-size: 1.4rem;
    font-weight: 400
}

#order_review .product-name {
    color: #077;
    font-size: 1.4rem;
    line-height: 1.2
}

.shop__banner img {
    display: block;
    width: 100%
}

.shop__banner .container {
    padding: 0
}

.shop__title {
    color: #077;
    font-size: 2.8rem;
    margin-bottom: 25px
}

.shop__section {
    padding: 75px 0 30px
}

.shop__sections .shop__section:not(:last-of-type) {
    border-bottom: 1px solid #ebebeb
}

.shop__links {
    display: flex;
    flex-wrap: wrap
}

.shop__link {
    padding: 12px;
    width: 33.33%
}

.shop__link span.img {
    display: block;
    overflow: hidden;
    position: relative
}

.shop__link span.img:before {
    content: "";
    display: block;
    padding-top: 70%
}

.shop__link span.img img {
    transition: all .42s cubic-bezier(.165, .84, .44, 1)
}

.shop__link span.img:hover img {
    transform: scale(1.02)
}

.shop__link h3 {
    color: #077;
    font-size: 1.8rem;
    margin: 15px 0 20px
}

.tinv-wishlist .tinv-header {
    display: none
}

.tinv-wishlist #tinvwl_product_actions {
    border-color: #ebebeb
}

.tinv-wishlist td.product-action button.button.alt {
    font-size: 1.4rem;
    padding: 10px
}

.tinv-wishlist td.product-name {
    color: #077
}

.tinv-wishlist .tinvwl-to-right.look_in .button {
    margin-left: 10px
}

.tinv-wishlist select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../images/down.svg);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 10px;
    border: 1px solid #ddd;
    color: inherit;
    font-family: Muli;
    font-size: 1.2rem;
    height: 40px;
    padding: 0 20px 0 12px
}

.acc-title {
    display: none
}

@media (max-width:992px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: none
    }
    .woocommerce div.product .woocommerce-tabs .acc-title {
        background-color: #ddeded;
        cursor: pointer;
        display: block;
        font-size: 1.6rem;
        font-weight: 700;
        padding: 10px 30px 10px 20px;
        position: relative
    }
    .woocommerce div.product .woocommerce-tabs .acc-title svg {
        fill: #077;
        height: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px
    }
    .woocommerce div.product .woocommerce-tabs .acc-content {
        display: none;
        padding: 20px
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        border: 1px solid #ddeded;
        display: block !important;
        margin-bottom: -1px;
        padding: 0
    }
    .woocommerce div.product .woocommerce-tabs .is-active .acc-title svg {
        transform: rotate(180deg) translateY(50%);
        transform-origin: center
    }
    .woocommerce div.product .woocommerce-tabs .is-active .acc-content {
        display: block
    }
}

#sidebar .facetwp-counter,
#sidebar .facetwp-expand {
    display: none
}

#sidebar .facetwp-checkbox {
    background-position: 0 4px
}

#sidebar .facetwp-checkbox:hover {
    color: #077
}

#sidebar .facetwp-checkbox.checked {
    color: #077;
    font-weight: 700
}

ul.products.slick-slider .slick-slide li.product {
    margin: 0;
    padding: 0 15px;
    width: auto;
    width: 100%
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 38px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
    border: none;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    font-size: 1.4rem;
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ebebeb
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    font-size: 1.4rem;
    line-height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ebebeb transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ebebeb;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
    content: "";
    display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    float: left;
    margin-top: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ebebeb
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #077;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    outline: 0
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #077
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    border: none;
    border-left: 1px solid #ebebeb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #ebebeb;
    border-top-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #077
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ebebeb;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ebebeb;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #077
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #ebebeb;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #077
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[data-selected] {
    background-color: #077;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #077
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: star;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg")
}

@font-face {
    font-family: WooCommerce;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg")
}

.woocommerce-store-notice,
p.demo_store {
    background-color: #077;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    color: #fff;
    display: none;
    font-size: 1em;
    left: 0;
    margin: 0;
    padding: 1em 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99998
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) 50%;
    background-size: cover;
    color: rgba(0, 0, 0, .75);
    content: "";
    display: block;
    font-size: 2em;
    height: 1em;
    left: 50%;
    line-height: 1;
    margin-left: -.5em;
    margin-top: -.5em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1em
}

.woocommerce a.remove {
    background-color: transparent;
    border: 0;
    color: #7c7c7c;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    height: 1em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: .3s ease-in-out;
    width: 1em
}

.woocommerce a.remove:hover {
    color: #ce1414
}

.woocommerce small.note {
    color: #333;
    display: block;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce fieldset {
    border: 1px solid #ebebeb;
    padding: 15px
}

.woocommerce fieldset legend {
    padding: 0 15px
}

.woocommerce .woocommerce-breadcrumb {
    *zoom: 1;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 1.3rem;
    padding: 15px 0
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #333
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #3c8714;
    text-decoration: underline
}

.woocommerce .quantity .qty {
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    margin-top: 30px;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    color: #077;
    font-family: Muli;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product .product-weight {
    color: #7c7c7c;
    font-size: 1.4rem;
    margin-bottom: 25px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0
}

.woocommerce div.product p.price sup,
.woocommerce div.product span.price sup {
    font-size: 1.44rem
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    display: inline-block;
    font-weight: 700;
    text-decoration: none
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    display: inline-block;
    font-size: 50%;
    opacity: .5
}

.woocommerce div.product .price__meta {
    font-size: 1.4rem;
    margin: 0
}

.woocommerce div.product .cart {
    margin-top: 20px
}

.woocommerce div.product .out-of-stock,
.woocommerce div.product .stock {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 5px 0
}

.woocommerce div.product .stock {
    color: #3c8714
}

.woocommerce div.product .out-of-stock {
    color: #ce1414
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    box-shadow: none;
    display: block;
    height: auto;
    width: 100%
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

@media (min-width:992px) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
        padding-left: 90px
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin: 0;
    padding: 0;
    transition: all .5s cubic-bezier(.795, -.035, 0, 1)
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    display: inline-block;
    width: 25%
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: #fff;
    border-radius: 100%;
    box-sizing: content-box;
    font-size: 2em;
    height: 36px;
    position: absolute;
    right: .5em;
    text-indent: -9999px;
    top: .5em;
    width: 36px;
    z-index: 9
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border: 2px solid #000;
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    position: absolute;
    top: 9px;
    width: 10px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    background: #000;
    border-radius: 6px;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 8px;
    left: 22px;
    position: absolute;
    top: 19px;
    transform: rotate(-45deg);
    width: 2px
}

.woocommerce div.product div.images .flex-control-thumbs {
    zoom: 1;
    margin: 0;
    overflow: hidden;
    padding: 0
}

@media (min-width:992px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        left: 0;
        position: absolute;
        top: 0
    }
}

.woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid rgba(0, 0, 0, .025);
    display: inline-block;
    height: 50px;
    list-style: none;
    margin: 0 5px 0 0;
    width: 50px
}

@media (min-width:992px) {
    .woocommerce div.product div.images .flex-control-thumbs li {
        display: block;
        height: 67px;
        margin-bottom: 10px;
        margin-right: 0;
        width: 67px
    }
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    margin: 0;
    opacity: .7;
    transition: .3s ease-in-out
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border: 1px solid #000;
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1),
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1),
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

@media (min-width:992px) {
    .woocommerce div.product div.summary {
        padding: 0 20px
    }
}

.woocommerce div.product .product-brand img {
    display: block;
    height: 60px;
    margin-bottom: 5px;
    width: auto
}

@media (min-width:1200px) {
    .woocommerce div.product .single_add_to_cart_button {
        min-width: 230px
    }
}

.woocommerce div.product div.social {
    margin: 0 0 1em;
    text-align: right
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs {
    margin-bottom: 32px
}

@media (min-width:992px) {
    .woocommerce div.product .woocommerce-tabs {
        background-color: #ddeded;
        padding: 0 32px 32px
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    overflow: hidden;
    position: relative;
    text-align: center
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    position: relative;
    z-index: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #077;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 15px 10px;
    text-decoration: none
}

@media (min-width:1200px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 1.7rem;
        padding: 15px
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--vc-lightgreen);
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2
}

.woocommerce div.product .woocommerce-tabs .panel {
    background-color: #fff;
    color: #077;
    padding: 0
}

@media (min-width:992px) {
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 32px
    }
}

.woocommerce div.product p.cart {
    *zoom: 1;
    margin-bottom: 2em
}

.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart:after {
    clear: both
}

.woocommerce div.product form.cart {
    *zoom: 1;
    margin-bottom: 10px
}

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart:after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 10px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    border: 0;
    margin-bottom: 1em;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700
}

.woocommerce div.product form.cart .variations select {
    display: inline-block;
    margin-right: 1em;
    max-width: 100%;
    min-width: 75%
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    font-size: .83em;
    visibility: hidden
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    float: left;
    vertical-align: middle
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-left: 1em;
    padding-right: 1em
}

.woocommerce div.product form.cart .group_table td {
    border: 0;
    padding-bottom: .5em;
    vertical-align: top
}

.woocommerce div.product form.cart .group_table td:first-child {
    text-align: center;
    width: 4em
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    margin: 0 auto;
    transform: scale(1.5);
    width: auto
}

.woocommerce div.product .product_meta>span {
    color: #7c7c7c;
    display: block;
    font-size: 1.4rem
}

.woocommerce div.product .product_meta>span.posted_in {
    display: none
}

.woocommerce span.onsale {
    background-color: #077;
    border-radius: 100%;
    color: #fff;
    font-size: .95em;
    font-size: .857em;
    font-weight: 700;
    left: 0;
    line-height: 3.236;
    margin: 0;
    min-height: 3.236em;
    min-width: 3.236em;
    position: absolute;
    text-align: center;
    top: -.5em;
    z-index: 9
}

@media (min-width:992px) {
    .woocommerce span.onsale {
        left: 90px
    }
}

.woocommerce .products ul,
.woocommerce ul.products {
    *zoom: 1;
    clear: both;
    list-style: none outside;
    margin: 0 0 1em;
    padding: 0
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    content: " ";
    display: table
}

.woocommerce .products ul:after,
.woocommerce ul.products:after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    left: auto;
    margin: 0 -.5em 0 0;
    right: 0;
    top: 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: #077;
    font-family: Muli;
    font-size: 1.7rem;
    font-weight: 500;
    margin: 0;
    min-height: 53px;
    padding: .5em 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product h3:hover {
    text-decoration: underline
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 5px;
    width: 100%
}

.woocommerce ul.products li.product .imagewrapper .back,
.woocommerce ul.products li.product .imagewrapper:hover img:not(.back) {
    display: none
}

.woocommerce ul.products li.product .imagewrapper:hover .back {
    display: block
}

.woocommerce ul.products li.product .stock {
    color: #3c8714;
    font-size: 1.4rem
}

.woocommerce ul.products li.product .out-of-stock {
    color: #ce1414;
    font-size: 1.4rem
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
    margin: 0 0 10px
}

.woocommerce ul.products li.product .product-brand img {
    display: block;
    height: 60px;
    margin: 0;
    width: auto
}

.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-size: 1.6rem;
    font-weight: 700
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    display: inline-block;
    font-size: 80%;
    opacity: .5
}

.woocommerce ul.products li.product .price ins {
    background: none;
    display: inline-block;
    font-weight: 700;
    text-decoration: none
}

.woocommerce ul.products li.product .price .from {
    color: rgba(74, 45, 60, .5);
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
    transform: translateY(-10px)
}

.woocommerce .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../images/down.svg);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 10px;
    border: 1px solid #ddd;
    color: inherit;
    font-family: Muli;
    font-size: 1.2rem;
    padding: 12px 20px 12px 12px;
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #044;
    border-right: 0;
    clear: both;
    display: inline-block;
    margin: 1px;
    padding: 0;
    white-space: nowrap
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #044;
    display: inline;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    min-width: 1em;
    padding: .5em;
    text-decoration: none
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #077;
    color: #000
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #077;
    background-image: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: 700;
    left: auto;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 12px 30px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    transition: .3s ease-in-out
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    content: "";
    font-family: WooCommerce;
    font-weight: 400;
    position: absolute;
    right: 1em;
    top: .618em;
    vertical-align: top
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    content: "";
    font-family: WooCommerce;
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: var(--vc-lightgreen);
    background-image: none;
    text-decoration: none
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    -webkit-font-smoothing: antialiased;
    background-color: #077;
    color: #fff
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--vc-lightgreen)
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #077;
    color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    display: none;
    padding-top: .5em
}

.woocommerce #reviews h2 small {
    color: #333;
    float: right;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    color: #333;
    text-decoration: none
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews .woocommerce-noreviews {
    display: none
}

.woocommerce #reviews #respond {
    border: 0;
    margin: 0;
    padding: 0
}

.woocommerce #reviews #respond .comment-notes {
    font-size: 1.4rem
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review {
    *zoom: 1
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review:after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 2rem;
    margin-bottom: 20px
}

.woocommerce #reviews #comments ol.commentlist {
    *zoom: 1;
    background: none;
    list-style: none;
    margin: 0;
    width: 100%
}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    background: 0;
    border: 0;
    margin: 0 0 20px;
    padding: 0;
    position: relative
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #333;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    background: #077;
    border: 1px solid #ebebeb;
    box-shadow: none;
    float: left;
    height: auto;
    left: 0;
    margin: 0;
    padding: 3px;
    position: absolute;
    top: 0;
    width: 50px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    *zoom: 1;
    border: 1px solid #ebebeb;
    margin: 0 0 0 70px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #ebebeb;
    margin: 20px 0 0 50px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}

.woocommerce #reviews #commentform {
    margin-top: 10px
}

.woocommerce #reviews #commentform label {
    color: #7c7c7c;
    font-size: 1.4rem;
    margin-bottom: 5px
}

.woocommerce #reviews #commentform #author,
.woocommerce #reviews #commentform #email {
    border: 1px solid #ebebeb;
    display: block;
    font-family: Muli;
    font-size: 1.4rem;
    padding: 9px
}

.woocommerce #reviews #commentform .comment-form-cookies-consent input {
    transform: translateY(1px)
}

.woocommerce .star-rating {
    color: #f0bc13;
    float: right;
    font-family: star;
    font-size: 1em;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 5.4em
}

.woocommerce .star-rating:before {
    color: #044;
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0
}

.woocommerce .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.woocommerce .star-rating span:before {
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0
}

.woocommerce .woocommerce-product-rating {
    *zoom: 1;
    display: block;
    font-size: 1.4rem;
    line-height: 1.6rem
}

.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating:after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    float: left;
    font-size: 1.6rem;
    margin-right: 4px
}

.woocommerce .products .star-rating {
    display: block;
    float: none;
    margin: 0 0 .5em
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    *zoom: 1;
    background: transparent none;
    border: 0;
    margin: 0;
    padding: 0;
    position: static;
    width: auto
}

.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond:after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-sizing: border-box;
    font-family: Muli;
    font-size: 1.4rem;
    resize: vertical;
    width: 100%
}

.woocommerce p.stars a {
    color: #f0bc13;
    display: inline-block;
    height: 1em;
    position: relative;
    text-decoration: none;
    text-indent: -999em;
    width: 1em
}

.woocommerce p.stars a:before {
    content: "";
    display: block;
    font-family: WooCommerce;
    height: 1em;
    left: 0;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 1em
}

.woocommerce p.stars a:hover~a:before {
    content: ""
}

.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
    content: ""
}

.woocommerce p.stars.selected a.active~a:before {
    content: ""
}

.woocommerce p.stars.selected a:not(.active):before {
    content: ""
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    font-weight: 700;
    padding: 8px;
    width: 150px
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    border-top: 0;
    line-height: 1.5;
    margin: 0
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border-collapse: separate;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%
}

.woocommerce table.shop_table th {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 9px 12px
}

.woocommerce table.shop_table th.product-price,
.woocommerce table.shop_table th.product-quantity {
    text-align: center
}

.woocommerce table.shop_table td {
    border-top: 1px solid #ebebeb;
    line-height: 1.5em;
    padding: 9px 12px;
    vertical-align: middle
}

.woocommerce table.shop_table td del,
.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-weight: 700
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    text-align: center;
    vertical-align: top
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
    content: "↓";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    clear: both;
    display: inline-block;
    float: left;
    list-style: none outside;
    margin-right: .25em
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name dl.variation p {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    *zoom: 1;
    border-bottom: 1px solid #ebebeb;
    display: block;
    list-style: none;
    margin: 0;
    padding: 8px 20px 8px 0;
    position: relative;
    text-decoration: none
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    color: #077;
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: none
}

.woocommerce ul.cart_list li a.remove,
.woocommerce ul.product_list_widget li a.remove {
    color: #7c7c7c;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.woocommerce ul.cart_list li a.remove:hover,
.woocommerce ul.product_list_widget li a.remove:hover {
    color: #ce1414
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    border: 1px solid #ebebeb;
    box-shadow: none;
    float: left;
    height: auto;
    margin-right: 10px;
    width: 40px
}

.woocommerce ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li .quantity {
    color: #222;
    font-family: Muli;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 15px
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    *zoom: 1;
    border-left: 2px solid rgba(0, 0, 0, .1);
    margin: 0;
    padding-left: 1em
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    clear: left;
    font-weight: 700;
    margin: 0 4px 0 0;
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
    border-top: 3px double #077;
    padding: 4px 0 0
}

.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
    display: inline-block;
    min-width: 40px
}

.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
    padding-left: 2em;
    padding-top: 0;
    position: relative
}

.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
    left: 0;
    position: absolute;
    top: 0
}

.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
    *zoom: 1
}

.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}

.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
    margin-bottom: 5px;
    margin-right: 5px
}

.woocommerce form .form-row {
    margin: 0 0 6px;
    padding: 3px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .5s ease .5s;
    transition: opacity .5s ease .5s
}

.woocommerce form .form-row label {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: none;
    margin: .5em 0 0;
    padding: 1em;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    border: 0;
    box-shadow: none;
    color: #fff;
    text-decoration: underline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
    border-color: #1e85be transparent transparent;
    border-style: solid;
    border-width: 4px 6px 0;
    content: "";
    display: block;
    left: 50%;
    margin-top: -4px;
    position: absolute;
    top: 0;
    transform: translateX(-50%) rotate(180deg);
    z-index: 100
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    border: 0 !important;
    color: red;
    font-weight: 700;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-sizing: border-box;
    font-family: Muli;
    font-size: 1.4rem;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: 9px;
    width: 100%
}

.woocommerce form .form-row textarea {
    box-shadow: none;
    display: block;
    height: 4em;
    line-height: 1.5
}

.woocommerce form .form-row .select2-container {
    line-height: 2em;
    width: 100%
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #ce1414
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #ce1414
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #327111
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #044;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    line-height: 1.5em;
    list-style: none outside;
    margin: 0 0 .5em
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce .woocommerce-order .woocommerce-notice {
    color: #077;
    font-size: 2rem
}

.woocommerce ul.order_details {
    *zoom: 1;
    list-style: none;
    margin: 0 0 3em
}

.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before {
    content: " ";
    display: table
}

.woocommerce ul.order_details:after {
    clear: both
}

.woocommerce ul.order_details li {
    border-right: 1px dashed #044;
    float: left;
    font-size: .715em;
    line-height: 1;
    list-style-type: none;
    margin-left: 0;
    margin-right: 2em;
    padding-left: 0;
    padding-right: 2em;
    text-transform: uppercase
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    line-height: 1.5;
    text-transform: none
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details .woocommerce-order-details__title,
.woocommerce .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce .woocommerce-order-downloads .woocommerce-order-details__title {
    color: #077;
    font-size: 2rem;
    font-weight: 500
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-column {
    padding: 12px
}

.woocommerce .woocommerce-customer-details h2.woocommerce-column__title {
    color: #077;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 10px
}

.woocommerce .woocommerce-customer-details address {
    font-size: 1.4rem;
    font-style: normal;
    margin-bottom: 0;
    padding: 12px 0;
    text-align: left;
    width: 100%
}

.woocommerce .woocommerce-customer-details address p {
    align-items: center;
    display: flex;
    padding: 3px 0 0
}

.woocommerce .woocommerce-customer-details address p:before {
    color: #077;
    margin-right: 10px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    content: ""
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 1.75;
    margin-left: -1.5em;
    margin-right: .618em;
    position: absolute;
    text-decoration: none;
    text-transform: none
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    content: ""
}

.woocommerce .woocommerce-widget-layered-nav-list {
    border: 0;
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    *zoom: 1;
    list-style: none;
    padding: 0 0 1px
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    color: #ce1414;
    content: "";
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: .618em;
    text-decoration: none;
    text-transform: none
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    zoom: 1;
    border: 0;
    list-style: none outside;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    list-style: none;
    padding: 0 1em 1px 1px
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    color: #ce1414;
    content: "";
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: .5em;
    text-decoration: none;
    text-transform: none;
    vertical-align: inherit
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: .8751em;
    line-height: 2.4;
    text-align: right
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left;
    font-size: 1.15em
}

.woocommerce .widget_price_filter .ui-slider {
    margin-left: .5em;
    margin-right: .5em;
    position: relative;
    text-align: left
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #077;
    border-radius: 1em;
    cursor: ew-resize;
    height: 1em;
    margin-left: -.5em;
    outline: none;
    position: absolute;
    top: -.3em;
    width: 1em;
    z-index: 2
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #077;
    border: 0;
    border-radius: 1em;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #000;
    border: 0;
    border-radius: 1em
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    border: 0;
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce .widget_rating_filter ul li {
    *zoom: 1;
    list-style: none;
    padding: 0 0 1px
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
    content: " ";
    display: table
}

.woocommerce .widget_rating_filter ul li:after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    display: inline-block;
    float: none
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    color: #ce1414;
    content: "";
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: .618em;
    text-decoration: none;
    text-transform: none
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    *zoom: 1;
    word-wrap: break-word;
    background-color: #077;
    color: #fff;
    list-style: none outside;
    margin: 0 0 2em;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
    content: " ";
    display: table
}

.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
    clear: both
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    left: 1.5em;
    position: absolute;
    top: 1em
}

.woocommerce-error .button.wc-forward,
.woocommerce-info .button.wc-forward,
.woocommerce-message .button.wc-forward {
    background-color: transparent;
    float: right;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.42;
    padding: 0;
    text-decoration: underline
}

.woocommerce-error .button.wc-forward:hover,
.woocommerce-info .button.wc-forward:hover,
.woocommerce-message .button.wc-forward:hover {
    background-color: transparent
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    margin-left: 0 !important;
    padding-left: 0 !important
}

.woocommerce-message {
    background-color: #077
}

.woocommerce-info {
    background-color: var(--vc-lightgreen)
}

.woocommerce-error {
    background-color: #ce1414
}

.woocommerce-account .woocommerce {
    *zoom: 1
}

.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce:after {
    clear: both
}

.woocommerce-account .addresses .title {
    *zoom: 1;
    margin-bottom: 10px
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title:after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    color: #077;
    float: right
}

.woocommerce-account .addresses .title .edit:hover {
    color: var(--vc-lightgreen)
}

.woocommerce-account .addresses .title .edit:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: .618em;
    text-decoration: none;
    text-transform: none
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: .618em;
    text-decoration: none;
    text-transform: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 120px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    box-shadow: none;
    width: 120px
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.product-name,
.woocommerce-cart table.cart td.product-name,
.woocommerce-checkout table.cart td.product-name {
    color: #077;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2
}

#add_payment_method table.cart td.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-checkout table.cart td.product-subtotal {
    font-size: 2rem;
    font-weight: 700
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-sizing: border-box;
    float: left;
    font-family: Muli;
    margin: 0 4px 0 0;
    min-height: 40px;
    min-width: 120px;
    outline: 0;
    padding: 6px 6px 5px
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    *zoom: 1;
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    font-size: 1.25em;
    margin-bottom: 1em;
    padding: 1em;
    text-align: center
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    align-items: center;
    color: #077;
    display: inline-flex;
    float: none;
    margin-top: .5em;
    transition: all .42s cubic-bezier(.165, .84, .44, 1)
}

#add_payment_method .cart-collaterals .shipping-calculator-button:hover,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:hover {
    color: #222
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: .618em;
    text-decoration: none;
    text-transform: none
}

#add_payment_method .cart-collaterals .shipping,
.woocommerce-cart .cart-collaterals .shipping,
.woocommerce-checkout .cart-collaterals .shipping {
    font-size: 1.4rem
}

#add_payment_method .cart-collaterals .shipping .button,
.woocommerce-cart .cart-collaterals .shipping .button,
.woocommerce-checkout .cart-collaterals .shipping .button {
    width: 100%
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #333;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    font-size: 1.4rem;
    font-weight: 400;
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    border-left: 0;
    border-right: 0;
    line-height: 1.5em;
    vertical-align: top
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #7c7c7c
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #7c7c7c
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebebeb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    clear: none;
    float: left
}

#add_payment_method .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    color: #333;
    font-size: 11px;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    clear: left;
    padding: 0;
    width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #dbeaea;
    padding: 12px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    *zoom: 1;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    list-style: none outside;
    margin: 0;
    padding: 1em;
    text-align: left
}

#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    color: #000;
    font-weight: 400;
    font-weight: 500;
    line-height: 2;
    margin: 0;
    text-align: left
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    box-shadow: none;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    vertical-align: middle
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) {
    *zoom: 1
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
    clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #7ab2b2;
    box-sizing: border-box;
    color: #fff;
    font-size: .92em;
    font-size: 1.4rem;
    line-height: 1.32;
    margin: 1em 0;
    padding: 1em;
    position: relative;
    width: 100%
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #222
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #7ab2b2
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #7ab2b2
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #7ab2b2
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    margin: -3px 1em 0 0;
    position: relative;
    vertical-align: middle
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    margin: 1em 0 0;
    padding: 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    background-position: right .618em center;
    background-repeat: no-repeat;
    background-size: 32px 20px;
    font-size: 1.5em;
    padding: 8px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    color: #333;
    font-size: .857em;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid transparent;
    border-bottom-color: #7ab2b2;
    content: "";
    display: block;
    left: 0;
    margin: -1em 0 0 2em;
    position: absolute;
    top: -.75em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    font-size: .83em;
    line-height: 52px
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    background: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 3px .5em;
    text-align: center
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    display: block;
    font-size: 1.2rem;
    margin: .5em 0 0
}

:root {
    --woocommerce: #077;
    --wc-green: #077;
    --wc-red: #ce1414;
    --wc-orange: #f0bc13;
    --wc-blue: #00c1f0;
    --wc-primary: #077;
    --wc-primary-text: #fff;
    --wc-secondary: #077;
    --wc-secondary-text: #fff;
    --wc-highlight: #77003c;
    --wc-highligh-text: #f383bb;
    --wc-content-bg: #fff;
    --wc-subtext: #333
}

.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    float: right
}

.woocommerce-page .col2-set,
.woocommerce .col2-set {
    *zoom: 1;
    width: 100%
}

.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before,
.woocommerce .col2-set:after,
.woocommerce .col2-set:before {
    content: " ";
    display: table
}

.woocommerce-page .col2-set:after,
.woocommerce .col2-set:after {
    clear: both
}

.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-2 {
    float: right;
    width: 48%
}

@media (min-width:992px) {
    .woocommerce #content div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce div.product div.images {
        float: left;
        width: 58%
    }
}

.woocommerce #content div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails,
.woocommerce div.product div.thumbnails {
    *zoom: 1
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before {
    content: " ";
    display: table
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a {
    float: left;
    margin-bottom: 1em;
    margin-right: 3.8%;
    width: 30.75%
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a {
    float: none;
    margin-right: 0;
    width: 100%
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

@media (min-width:992px) {
    .woocommerce #content div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce div.product div.summary {
        clear: none;
        float: right;
        width: 40%
    }
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
    *zoom: 1
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    content: " ";
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment,
.woocommerce div.product #reviews .comment {
    *zoom: 1
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce-page ul.products,
.woocommerce ul.products {
    *zoom: 1;
    clear: both
}

.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    content: " ";
    display: table
}

.woocommerce-page ul.products:after,
.woocommerce ul.products:after {
    clear: both
}

.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%
}

.woocommerce-page ul.products li.first,
.woocommerce ul.products li.first {
    clear: both
}

.woocommerce-page ul.products li.last,
.woocommerce ul.products li.last {
    margin-right: 0
}

.woocommerce-page ul.products.columns-1 li.product,
.woocommerce ul.products.columns-1 li.product {
    margin-right: 0;
    width: 100%
}

.woocommerce-page ul.products.columns-2 li.product,
.woocommerce ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce-page ul.products.columns-5 li.product,
.woocommerce ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
    margin-right: 0;
    width: 100%
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-result-count {
    display: none;
    float: left
}

@media (min-width:600px) {
    .woocommerce-page .woocommerce-result-count,
    .woocommerce .woocommerce-result-count {
        display: block
    }
}

.woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-ordering {
    width: 100%
}

@media (min-width:600px) {
    .woocommerce-page .woocommerce-ordering,
    .woocommerce .woocommerce-ordering {
        float: right;
        width: auto
    }
}

.woocommerce-page .woocommerce-ordering .orderby,
.woocommerce .woocommerce-ordering .orderby {
    width: 100%
}

.woocommerce-page .woocommerce-pagination ul.page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers {
    *zoom: 1
}

.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before,
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table
}

.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.woocommerce-page .woocommerce-pagination ul.page-numbers li,
.woocommerce .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart,
.woocommerce-page #content table.cart,
.woocommerce-page table.cart,
.woocommerce table.cart {
    width: 100%
}

@media (min-width:992px) {
    .woocommerce #content table.cart,
    .woocommerce-page #content table.cart,
    .woocommerce-page table.cart,
    .woocommerce table.cart {
        float: left;
        width: 65%
    }
}

.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon {
    float: left
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label {
    display: none
}

.woocommerce-page .cart-collaterals,
.woocommerce .cart-collaterals {
    width: 100%
}

@media (min-width:992px) {
    .woocommerce-page .cart-collaterals,
    .woocommerce .cart-collaterals {
        float: right;
        width: 31%
    }
}

.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce-page .cart-collaterals h2,
.woocommerce .cart-collaterals h2 {
    color: #077;
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 10px
}

.woocommerce-page .woo-cart,
.woocommerce .woo-cart {
    *zoom: 1
}

.woocommerce-page .woo-cart:after,
.woocommerce-page .woo-cart:before,
.woocommerce .woo-cart:after,
.woocommerce .woo-cart:before {
    content: " ";
    display: table
}

.woocommerce-page .woo-cart:after,
.woocommerce .woo-cart:after {
    clear: both
}

@media (min-width:768px) {
    .woocommerce-page .cross-sells ul.products li.product,
    .woocommerce .cross-sells ul.products li.product {
        width: 25%
    }
}

.woocommerce-page form .form-row,
.woocommerce form .form-row {
    *zoom: 1
}

.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce form .form-row:after,
.woocommerce form .form-row:before {
    content: " ";
    display: table
}

.woocommerce-page form .form-row:after,
.woocommerce form .form-row:after {
    clear: both
}

.woocommerce-page form .form-row label,
.woocommerce form .form-row label {
    display: block
}

.woocommerce-page form .form-row label.checkbox,
.woocommerce form .form-row label.checkbox {
    display: inline
}

.woocommerce-page form .form-row select,
.woocommerce form .form-row select {
    width: 100%
}

.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    overflow: visible;
    width: 47%
}

.woocommerce-page form .form-row-first,
.woocommerce form .form-row-first {
    float: left
}

.woocommerce-page form .form-row-last,
.woocommerce form .form-row-last {
    float: right
}

.woocommerce-page form .form-row-wide,
.woocommerce form .form-row-wide {
    clear: both
}

.woocommerce-page form .password-input,
.woocommerce form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.woocommerce-page form .password-input input[type=password],
.woocommerce form .password-input input[type=password] {
    padding-right: 2.5rem
}

.woocommerce-page form .password-input input::-ms-reveal,
.woocommerce form .password-input input::-ms-reveal {
    display: none
}

.woocommerce-page form .show-password-input,
.woocommerce form .show-password-input {
    cursor: pointer;
    position: absolute;
    right: .7em;
    top: .8em
}

.woocommerce-page form .show-password-input:after,
.woocommerce form .show-password-input:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: .618em;
    text-decoration: none;
    text-transform: none
}

.woocommerce-page form .show-password-input.display-password:after,
.woocommerce form .show-password-input.display-password:after {
    color: #585858
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    padding: 0 1em 0 0;
    text-align: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    margin-top: 10px;
    padding: 20px 30px;
    text-transform: uppercase;
    width: 100%
}

.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields {
    *zoom: 1
}

.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-billing-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before,
.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-shipping-fields:before {
    content: " ";
    display: table
}

.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after {
    clear: both
}

.woocommerce-page .woocommerce-terms-and-conditions,
.woocommerce .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce-page .woocommerce-oembed,
.woocommerce .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

@media (max-width:768px) {
    :root {
        --woocommerce: #077;
        --wc-green: #077;
        --wc-red: #ce1414;
        --wc-orange: #f0bc13;
        --wc-blue: #00c1f0;
        --wc-primary: #077;
        --wc-primary-text: #fff;
        --wc-secondary: #077;
        --wc-secondary-text: #fff;
        --wc-highlight: #77003c;
        --wc-highligh-text: #f383bb;
        --wc-content-bg: #fff;
        --wc-subtext: #333
    }
    .woocommerce-page table.shop_table_responsive thead,
    .woocommerce table.shop_table_responsive thead {
        display: none
    }
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0
    }
    .woocommerce-page table.shop_table_responsive tbody th,
    .woocommerce table.shop_table_responsive tbody th {
        display: none
    }
    .woocommerce-page table.shop_table_responsive tr,
    .woocommerce table.shop_table_responsive tr {
        display: block
    }
    .woocommerce-page table.shop_table_responsive tr td,
    .woocommerce table.shop_table_responsive tr td {
        display: block;
        text-align: right !important
    }
    .woocommerce-page table.shop_table_responsive tr td.order-actions,
    .woocommerce table.shop_table_responsive tr td.order-actions {
        text-align: left !important
    }
    .woocommerce-page table.shop_table_responsive tr td:before,
    .woocommerce table.shop_table_responsive tr td:before {
        color: #000;
        content: attr(data-title) ": ";
        float: left;
        font-weight: 700
    }
    .woocommerce-page table.shop_table_responsive tr td.product-name:before,
    .woocommerce table.shop_table_responsive tr td.product-name:before {
        color: #222
    }
    .woocommerce-page table.shop_table_responsive tr td div.quantity,
    .woocommerce table.shop_table_responsive tr td div.quantity {
        justify-content: flex-end
    }
    .woocommerce-page table.shop_table_responsive tr td.actions:before,
    .woocommerce-page table.shop_table_responsive tr td.product-remove:before,
    .woocommerce table.shop_table_responsive tr td.actions:before,
    .woocommerce table.shop_table_responsive tr td.product-remove:before {
        display: none
    }
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, .025)
    }
    .woocommerce-page table.my_account_orders tr td.order-actions,
    .woocommerce table.my_account_orders tr td.order-actions {
        text-align: left
    }
    .woocommerce-page table.my_account_orders tr td.order-actions:before,
    .woocommerce table.my_account_orders tr td.order-actions:before {
        display: none
    }
    .woocommerce-page table.my_account_orders tr td.order-actions .button,
    .woocommerce table.my_account_orders tr td.order-actions .button {
        float: none;
        margin: .125em .25em .125em 0
    }
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2,
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2 {
        float: none;
        margin-bottom: 24px;
        width: 100%
    }
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce ul.products[class*=columns-] li.product {
        margin: 0 0 2.992em;
        width: 100%
    }
}

@media (max-width:768px) and (min-width:500px) {
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce ul.products[class*=columns-] li.product {
        clear: both;
        float: left;
        width: 48%
    }
}

@media (max-width:768px) {
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n) {
        clear: none !important;
        float: right
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail {
        display: none
    }
    .woocommerce #content table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions,
    .woocommerce table.cart td.actions {
        text-align: left
    }
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon {
        *zoom: 1;
        float: none;
        padding-bottom: .5em
    }
    .woocommerce #content table.cart td.actions .coupon:after,
    .woocommerce #content table.cart td.actions .coupon:before,
    .woocommerce-page #content table.cart td.actions .coupon:after,
    .woocommerce-page #content table.cart td.actions .coupon:before,
    .woocommerce-page table.cart td.actions .coupon:after,
    .woocommerce-page table.cart td.actions .coupon:before,
    .woocommerce table.cart td.actions .coupon:after,
    .woocommerce table.cart td.actions .coupon:before {
        content: " ";
        display: table
    }
    .woocommerce #content table.cart td.actions .coupon:after,
    .woocommerce-page #content table.cart td.actions .coupon:after,
    .woocommerce-page table.cart td.actions .coupon:after,
    .woocommerce table.cart td.actions .coupon:after {
        clear: both
    }
    .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input {
        box-sizing: border-box;
        margin-bottom: 5px;
        width: 100%
    }
}

@media (max-width:768px) and (min-width:450px) {
    .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input {
        margin-bottom: 0;
        width: 48%
    }
}

@media (max-width:768px) {
    .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page table.cart td.actions .coupon .button.alt,
    .woocommerce-page table.cart td.actions .coupon .input-text+.button,
    .woocommerce table.cart td.actions .coupon .button.alt,
    .woocommerce table.cart td.actions .coupon .input-text+.button {
        float: right
    }
    .woocommerce #content table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button,
    .woocommerce table.cart td.actions .button {
        display: block;
        width: 100%
    }
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .shipping_calculator,
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce .cart-collaterals .shipping_calculator {
        float: none;
        text-align: left;
        width: 100%
    }
    .woocommerce-page.woocommerce-checkout form.login .form-row,
    .woocommerce.woocommerce-checkout form.login .form-row {
        float: none;
        width: 100%
    }
    .woocommerce #payment .terms,
    .woocommerce-page #payment .terms {
        padding: 0;
        text-align: left
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        box-sizing: border-box;
        float: none;
        margin-bottom: 1em;
        width: 100%
    }
    .woocommerce-page .lost_reset_password .form-row-first,
    .woocommerce-page .lost_reset_password .form-row-last,
    .woocommerce .lost_reset_password .form-row-first,
    .woocommerce .lost_reset_password .form-row-last {
        float: none;
        margin-right: 0;
        width: 100%
    }
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 30px;
        padding-bottom: 20px
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        font-size: 1.8rem;
        font-weight: 700;
        padding: 5px
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}


.sustainability_we > div{
  margin-bottom: 40px;
}
.sustainability_we > div:last-of-type{
  margin-bottom: 0;
}
.sustainability_we .we__img{
  margin-right: 0;
}
.sustainability_we .we__img{
  height: 250px;
}
.sustainability_we .we__img:before{
  display: none;
}
.sustainability_we .brand__title{
  text-align: center;
  margin-bottom: 40px;
}
.sustainability_we .we__content h2{
  font-size: 4rem;
}
@media(min-width:768px){
  .sustainability_we .we__content h2{
        font-size: 5rem;
  }
  .sustainability_we .we__img{
    height: 280px;
  }
}
@media(min-width:992px){
  .sustainability_header .corporate-header__img{
    height: unset;
  }
  .sustainability_we .we__content h2{
        font-size: 6.4rem;
  }
  .sustainability_we .we__img{
    height: 400px;
  }
}

.l-switcher > div{
  width: auto;
  position: relative;
  z-index: 5;
}
.l-switcher a{
  display: inline-flex;
  flex-direction: row-reverse;
  border: 0;
  padding-right: calc(10px + 1.4em);
}
.l-switcher .wpml-ls-sub-menu li a{
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-switcher .wpml-ls-legacy-dropdown .wpml-ls-flag+span{
  margin-left: 0;
  margin-right: 5px;
}
.l-switcher img{
  padding: 2px;
  border: 1px solid var(--vc-green);
  border-radius: 50%;
}

.shop-popup-container{
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0,0,0,0.6);
}
.shop-popup-container.show-popup{
    display: flex;
}
.shop-popup-container .close{
  cursor: pointer;
  width: 30px;
  height: 30px;
  top:-40px;
  right:-40px;
  position: absolute;
}
.shop-popup-container .close path{
  fill:#fff;
  transition: .4s;
}
.shop-popup-container .close:hover path{
  fill:var(--vc-lightgreen);
}
.shop-popup{
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 40px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.shop-popup h2{
  color:var(--vc-green);
  margin-bottom: 40px;
}
.shop-popup .choose-shop li{
  display: inline-block;
  padding: 0 40px;
  text-align: center;
  cursor: pointer;
}
.shop-popup .choose-shop li figure{
  border-radius: 50%;
  padding: 10px;
  border: 1px solid var(--vc-green);
  line-height: 0;
}
.shop-popup .choose-shop li figure img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.shop-popup .choose-shop span{
  color:var(--vc-green);
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 20px;
  display: block;
  transition: .4s;
}
.shop-popup .choose-shop li.active span,
.shop-popup .choose-shop li:hover span{
  color:var(--vc-lightgreen);
}
.shop-popup .choose-shop li.active figure,
.shop-popup .choose-shop li:hover figure{
  border: 1px solid var(--vc-lightgreen);
}
.shop-popup .shop-links{
  margin-top: 40px;
}
.shop-popup .shop-links li{
  display: none;
}
.shop-popup .shop-links li.active{
  display: block;
}
@media(max-width:1000px){
  .shop-popup{
    max-width: 90%;
  }
  .shop-popup-container .close{
    right: -15px;
    width: 24px;
    height: 24px;
  }
}
@media(max-width:850px){
  .shop-popup-container{
    justify-content: flex-start;
    padding: 80px 0;
    overflow-y: scroll;
  }
  .shop-popup{
    padding: 40px 20px;
  }
  .choose-shop{
    text-align: center;
  }
  .shop-popup-container .close{
    top:-30px;
    right: -6px;
  }
  .shop-popup .choose-shop li{
    padding: 0 10px;
  }
  .shop-popup .choose-shop li figure{
    padding: 5px;
  }
  .shop-popup .choose-shop li figure img{
    width: 50px;
    height: 50px;
  }
  .shop-popup .choose-shop span{
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media(max-width:340px){
  .shop-popup .choose-shop li figure img{
    width:35px;
    height: 35px;
  }
}
body.single .content{
  margin-top: 20px;
}
.more_articles .container{
  background-color: #fff;
  text-align: center;
  padding: 40px 20px;
}
@media(min-width:992px){
  .more_articles .container{
    padding: 40px 80px;
  }
}
.more_articles h2 a,
.more_articles h2{
  color:var(--vc-green);
}
.more_articles h2.brand__title{
  margin-bottom: 40px;
}
.more_articles .clear{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.more_articles .clear article{
  flex: 1 1 33%;
  padding: 10px;
  text-align: left;
  max-width: 340px;
}
.more_articles .clear article figure{
  position: relative;
  height: 260px;
  width: 100%;
  margin-bottom: 15px;
}
@media(min-width:1025px){
  .more_articles .clear article figure{
    height: 260px;
  }
}
.more_articles .slick-arrow{
  top:35%;
}
.more_articles .slick-arrow.slick-prev{
  left: -45px;
}
.more_articles .slick-arrow.slick-next{
  right: -45px;
}
.ws-navigation{
  display: block;
  width: 100%;
  text-align: center;
}
.ws-navigation > ul{
  margin: 0;
  list-style: none;
}
.ws-navigation > ul li{
  display: inline-block;
  padding: 10px;
}
.ws-navigation > ul li svg{
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
}
.ws-navigation > ul li svg path{
  fill:var(--vc-green);
  transition: .4s;
}
.ws-navigation > ul li a{
  position: relative;
    z-index: 1;
    width: 13px;
    display: inline-block;
    transition: .4s;
}
.ws-navigation > ul li.previous svg{
  transform: rotate(-180deg);
}
.ws-navigation > ul li a:hover{
  color:var(--vc-lightgreen);
}
.ws-navigation > ul li a:hover svg path{
  fill:var(--vc-lightgreen);
}
.ws-navigation > ul li.active a:before{
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 4px);
  border-radius: 50%;
  background-color: #cff9e3;
  z-index: -1;
}
.ws-navigation > ul li.active a:hover{
  color:var(--vc-green);
}
@media(max-width:850px){
  .more_articles .slick-arrow{
    width: 40px;
    height: 40px;
  }
  .more_articles .slick-arrow.slick-next{
    right: -25px;
  }
  .more_articles .slick-arrow.slick-prev{
    left: -25px;
  }
}
/*Single job */
.single-job p{
  margin-bottom: 10px;
}
.single-job .post__title{
  text-align: center;
}
.single-job .short_info{
  display: block;
  width: 100%;
  text-align: center;
  list-style: none;
  margin-bottom: 40px;
}
.single-job .short_info li{
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
}
.single-job .short_info li span{
  color:#8f8f8f;
}
.single-job .short_info li span.green{
  color:var(--vc-lightgreen);
}
.single-job .content{
  margin-bottom: 40px;
}
.single-job .form .form-half-item,
.single-job .form .form-full-item{
  padding: 10px;
}
.single-job .form .form-half-item{
  width: 50%;
  float: left;
}
.single-job .form input:not([type="submit"]),
.single-job .form textarea{
  width: 100%;
  border:0px;
  padding: 10px 15px;
  border-bottom: 2px solid var(--vc-green);
  font-family: 'filson-pro';
  font-size: 16px;
  transition: .4s;
}
.single-job .form ::placeholder{
  color:var(--vc-green);
  transition: .4s;
}
.single-job .form input:not([type="submit"]):focus,
.single-job .form textarea:focus{
  border:0;
  outline: 0;
  border-bottom: 2px solid var(--vc-lightgreen);
}
.single-job .form input:not([type="submit"]):focus::placeholder,
.single-job .form textarea:focus::placeholder{
  color:var(--vc-lightgreen);
}
.single-job .form textarea{
  height: 50px;
}
.single-job .form br{
  display: none;
}
.single-job .form input[type="file"]{
  opacity: 0;
  z-index: -999999;
  display: none;
}
.single-job .trigger_input_file{
  display: inline-block;
  padding: 10px 20px;
  color:var(--vc-green);
  border:2px solid var(--vc-lightgreen);
  background-color: #f0fbf5;
  cursor: pointer;
  margin-right: 10px;
}
.single-job .form p{
  text-align: center;
}
.single-job .form-terms{
  margin: 20px 0;
}
.single-job .form-cv-item{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.wpcf7-form  label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form  input[type=checkbox] {
  position: relative;
  visibility: hidden;
  display: inline-block;
  width: auto!important;
  margin-right: 15px;
}


.wpcf7-form input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 0px;
  border: 2px solid var(--vc-green);
}

.wpcf7-form input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    border-radius: 2px;
    background-color: var(--vc-green);
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    visibility: hidden;
    font-size: 16px;
}

.wpcf7-form input[type=checkbox]:checked + span:before {
    background: transparent;
/*     border-color: red; */
}

.wpcf7-form  input[type=checkbox]:checked + span:after {
/*    background: #222; */
   visibility: visible;
}
@media(max-width:767px){
  .single-job .form .form-half-item{
    width: 100%;
  }
  .wpcf7-list-item{
    font-size: 12px;
  }
  .single-job .short_info li{
    font-size: 16px;
  }
}
/* Employer */
.employer .post__title{
  text-align: center;
}
.employer .flex-row{
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media(min-width:768px){
  .employer .flex-row{
    flex-direction: row;
  }
}
.employer .flex-row .flex-50{
  flex: 1 1 50%;
}
.employer .flex-row .flex-50 figure{
  position: relative;
  height: 250px;
  margin-bottom: 20px;
}
@media(min-width:768px){
  .employer .flex-row .flex-50:first-of-type{
    padding-right: 20px;
  }
  .employer .flex-row .flex-50:last-of-type{
    padding-left: 20px;
  }
  .employer .flex-row .flex-50 figure{
    position: relative;
    height: 100%;
    margin-bottom: 0;
  }
}
.employer .banner{
  position: relative;
  min-height: 260px;
  margin: 40px -20px;
}
@media(min-width:992px){
  .employer .banner{
    margin: 60px -80px;
    min-height: 350px;
  }
}
.employer .box{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}
.employer .box h2{
  width: 100%;
}
@media(min-width:992px){
  .employer .box h2{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
 .jobs ul{
  margin: 0;
  list-style: none;
}
 .jobs li.flex{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}
@media(min-width:768px){
  .jobs li.flex{
    flex-direction: row;
    text-align: left;
  }
  .jobs p{
   margin: 0;
 }
}
 .jobs .job-info{
  flex:  1 1 65%;
}
@media(min-width:992px){
  .jobs .job-info{
   flex:  1 1 80%;
 }
}
.jobs h4{
  color: var(--vc-green);
}
.jobs .short_info{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.jobs .short_info li{
  margin-bottom: 0px;
  display: block;
  font-size: 2rem;
}
.jobs .short_info li span{
  color:#8f8f8f;
}
.jobs .short_info li span.green{
  color:var(--vc-lightgreen);
}
.employer strong{
  color:var(--vc-lightgreen);
}
.employer .jobs{
  text-align: center;
}
/*Careers */
.careers {
  text-align: center;
  min-height: 58vh;
}
.careers .jobs-list{
  text-align: left;
  margin-top: 40px;
}
*{
  font-feature-settings: normal;
  word-wrap: break-word;
}
p.no-article{
  font-size: 2rem;
  text-align: center;
  width: 100%;
}
@media(min-width:992px){
  p.no-article{
    font-size: 3rem;
    min-height: 27vh;
  }
}
.empty404{
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.recipe_content{
  display: block;
  margin: 20px 0;
}
.recipe_content h1,
.recipe_content h2,
.recipe_content h3,
.recipe_content h4,
.recipe_content h5,
.recipe_content h6{
  margin:15px 0;
}
.recipe_content ul, .recipe_content ol{
  margin-bottom: 15px;
}
.recipe_content ul{
  list-style: inside;
}
