.topbar-menu > ul > li.menu-item-has-children .sub-menu, .lang-switcher .lang-dropdown, .navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu, .navbar .main-navigation > .menu > li.has-mega-menu .mega-menu {

    position: absolute;

    top: 100%;

    left: 50%;

    width: 210px;

    margin-top: 10px;

    margin-left: -105px;

    padding: 16px 0;

    border-radius: 4px;

    background-color: #fff;

    text-align: left;

    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15)

}

.topbar-menu > ul > li.menu-item-has-children .sub-menu li, .lang-switcher .lang-dropdown li, .navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu li, .navbar .main-navigation > .menu > li.has-mega-menu .mega-menu li {

    margin: 0;

    padding: 0

}

.topbar-menu > ul > li.menu-item-has-children .sub-menu li::before, .lang-switcher .lang-dropdown li::before, .navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu li::before, .navbar .main-navigation > .menu > li.has-mega-menu .mega-menu li::before {

    display: none

}

.topbar-menu > ul > li.menu-item-has-children .sub-menu li > a, .lang-switcher .lang-dropdown li > a, .navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu li > a, .navbar .main-navigation > .menu > li.has-mega-menu .mega-menu li > a {

    display: block;

    padding: 3px 24px;

    border-left: 2px solid transparent;

    color: #4c4c4c;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;

    -webkit-transition: all 0.35s;

    -moz-transition: all 0.35s;

    transition: all 0.35s

}

.topbar-menu > ul > li.menu-item-has-children .sub-menu li > a > i, .lang-switcher .lang-dropdown li > a > i, .navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu li > a > i, .navbar .main-navigation > .menu > li.has-mega-menu .mega-menu li > a > i {

    margin-top: -2px;

    margin-right: 3px;

    vertical-align: middle

}

.topbar-menu > ul > li.menu-item-has-children .sub-menu li:hover > a, .lang-switcher .lang-dropdown li:hover > a, .navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu li:hover > a, .navbar .main-navigation > .menu > li.has-mega-menu .mega-menu li:hover > a, .topbar-menu > ul > li.menu-item-has-children .sub-menu li.current > a, .lang-switcher .lang-dropdown li.current > a, .navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu li.current > a, .navbar .main-navigation > .menu > li.has-mega-menu .mega-menu li.current > a, .topbar-menu > ul > li.menu-item-has-children .sub-menu li.current-menu-item > a, .lang-switcher .lang-dropdown li.current-menu-item > a, .navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu li.current-menu-item > a, .navbar .main-navigation > .menu > li.has-mega-menu .mega-menu li.current-menu-item > a, .topbar-menu > ul > li.menu-item-has-children .sub-menu li.current_page_item > a, .lang-switcher .lang-dropdown li.current_page_item > a, .navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu li.current_page_item > a, .navbar .main-navigation > .menu > li.has-mega-menu .mega-menu li.current_page_item > a, .topbar-menu > ul > li.menu-item-has-children .sub-menu li.current-menu-ancestor > a, .lang-switcher .lang-dropdown li.current-menu-ancestor > a, .navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu li.current-menu-ancestor > a, .navbar .main-navigation > .menu > li.has-mega-menu .mega-menu li.current-menu-ancestor > a {

    padding-left: 29px;

    border-left-color: #018abe;

    color: #018abe

}

.topbar-menu > ul > li.menu-item-has-children > a::before, .navbar .main-navigation > .menu > li.menu-item-has-children::before, .navbar .main-navigation > .menu > li.has-mega-menu > a::before, .navbar-justified .main-navigation > .menu > li.menu-item-has-children::before, .navbar-justified .main-navigation > .menu > li.has-mega-menu > a::before {

    position: absolute;

    top: 100%;

    left: 50%;

    width: 0;

    height: 0;

    margin-top: -6px;

    margin-left: -8px;

    border: solid transparent;

    border-width: 8px;

    border-bottom-color: #fff;

    content: '';

    z-index: 10;

    pointer-events: none

}

@-webkit-keyframes dropDown {

    from {

        opacity: 0

    }

    to {

        opacity: 1

    }

}

@-moz-keyframes dropDown {

    from {

        opacity: 0

    }

    to {

        opacity: 1

    }

}

@keyframes dropDown {

    from {

        opacity: 0

    }

    to {

        opacity: 1

    }

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    vertical-align: baseline

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

    display: block

}

body {

    line-height: 1

}

ol, ul {

    list-style: none

}

blockquote, q {

    quotes: none

}

blockquote::before, blockquote::after, q::before, q::after {

    content: '';

    content: none

}

table {

    border-collapse: collapse;

    border-spacing: 0

}

img {

    max-width: 100%;

    height: auto

}

iframe {

    width: 100%

}

* {

    box-sizing: border-box

}

*::before, *::after {

    box-sizing: border-box

}

body {

    background-position: center;

    background-color: #fff;

    background-repeat: no-repeat;

    background-size: cover;

    color: #4c4c4c;

    font-family: "Titillium Web", Helvetica, Arial, sans-serif;

    font-size: 14px;

    line-height: 1.5;

    overflow-x: hidden

}

body.sidebar-open, body.menu-open {

    overflow: hidden !important

}

body.sidebar-open.hasScrollbar, body.sidebar-open.hasScrollbar .fs-menu-wrap, body.menu-open.hasScrollbar, body.menu-open.hasScrollbar .fs-menu-wrap {

    padding-right: 15px

}

body.sidebar-open.hasScrollbar .navbar.stuck, body.sidebar-open.hasScrollbar .title-floating, body.sidebar-open.hasScrollbar .navbar-floating-menu, body.sidebar-open.hasScrollbar .floating-menu-btn-wrap, body.menu-open.hasScrollbar .navbar.stuck, body.menu-open.hasScrollbar .title-floating, body.menu-open.hasScrollbar .navbar-floating-menu, body.menu-open.hasScrollbar .floating-menu-btn-wrap {

    right: 87px

}

body.sidebar-open.hasScrollbar .scroller-right, body.menu-open.hasScrollbar .scroller-right {

    right: 45px

}

@media screen and (max-width: 1200px) {

    body.sidebar-open.hasScrollbar .floating-menu-btn-wrap, body.menu-open.hasScrollbar .floating-menu-btn-wrap {

        right: 30px

    }

}

* {

    text-rendering: optimizeLegibility;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale

}

.block {

    display: block !important

}

.inline {

    display: inline-block !important

}

.block-center {

    display: block;

    margin: auto

}

.relative {

    position: relative !important

}

.absolute {

    position: absolute !important

}

.overflow-hidden {

    overflow: hidden

}

.padding-top-1x {

    padding-top: 70px

}

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

    .padding-top-1x {

        padding-top: 16px

    }

}

.padding-top-2x {

    padding-top: 48px

}

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

    .padding-top-2x {

        padding-top: 32px

    }

}

.padding-top-3x {

    padding-top: 72px

}

.padding-top-3xx {

    padding-top: 30px;

}

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

    .padding-top-3x {

        padding-top: 48px

    }

}

.padding-top-4x {

    padding-top: 96px

}

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

    .padding-top-4x {

        padding-top: 64px

    }

}

.padding-top-5x {

    padding-top: 120px

}

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

    .padding-top-5x {

        padding-top: 80px

    }

}

.padding-top-6x {

    padding-top: 144px

}

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

    .padding-top-6x {

        padding-top: 96px

    }

}

.padding-top-7x {

    padding-top: 168px

}

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

    .padding-top-7x {

        padding-top: 112px

    }

}

.padding-top-8x {

    padding-top: 192px

}

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

    .padding-top-8x {

        padding-top: 128px

    }

}

.padding-top-9x {

    padding-top: 216px

}

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

    .padding-top-9x {

        padding-top: 144px

    }

}

.padding-top-10x {

    padding-top: 240px

}

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

    .padding-top-10x {

        padding-top: 160px

    }

}

.padding-bottom-1x {

    padding-bottom: 24px

}

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

    .padding-bottom-1x {

        padding-bottom: 16px

    }

}

.padding-bottom-2x {

    padding-bottom: 48px

}

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

    .padding-bottom-2x {

        padding-bottom: 32px

    }

}

.padding-bottom-3x {

    padding-bottom: 72px

}

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

    .padding-bottom-3x {

        padding-bottom: 48px

    }

}

.padding-bottom-4x {

    padding-bottom: 96px

}

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

    .padding-bottom-4x {

        padding-bottom: 64px

    }

}

.padding-bottom-5x {

    padding-bottom: 120px

}

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

    .padding-bottom-5x {

        padding-bottom: 80px

    }

}

.padding-bottom-6x {

    padding-bottom: 144px

}

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

    .padding-bottom-6x {

        padding-bottom: 96px

    }

}

.padding-bottom-7x {

    padding-bottom: 168px

}

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

    .padding-bottom-7x {

        padding-bottom: 112px

    }

}

.padding-bottom-8x {

    padding-bottom: 192px

}

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

    .padding-bottom-8x {

        padding-bottom: 128px

    }

}

.padding-bottom-9x {

    padding-bottom: 216px

}

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

    .padding-bottom-9x {

        padding-bottom: 144px

    }

}

.padding-bottom-10x {

    padding-bottom: 240px

}

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

    .padding-bottom-10x {

        padding-bottom: 160px

    }

}

.margin-top-1x {

    margin-top: 24px

}

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

    .margin-top-1x {

        margin-top: 16px

    }

}

.margin-top-2x {

    margin-top: 48px

}

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

    .margin-top-2x {

        margin-top: 32px

    }

}

.margin-top-3x {

    margin-top: 72px

}

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

    .margin-top-3x {

        margin-top: 48px

    }

}

.margin-top-4x {

    margin-top: 96px

}

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

    .margin-top-4x {

        margin-top: 64px

    }

}

.margin-top-5x {

    margin-top: 120px

}

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

    .margin-top-5x {

        margin-top: 80px

    }

}

.margin-top-6x {

    margin-top: 144px

}

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

    .margin-top-6x {

        margin-top: 96px

    }

}

.margin-top-7x {

    margin-top: 168px

}

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

    .margin-top-7x {

        margin-top: 112px

    }

}

.margin-top-8x {

    margin-top: 192px

}

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

    .margin-top-8x {

        margin-top: 128px

    }

}

.margin-top-9x {

    margin-top: 216px

}

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

    .margin-top-9x {

        margin-top: 144px

    }

}

.margin-top-10x {

    margin-top: 240px

}

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

    .margin-top-10x {

        margin-top: 160px

    }

}

.margin-bottom-1x {

    margin-bottom: 24px

}

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

    .margin-bottom-1x {

        margin-bottom: 16px

    }

}

.margin-bottom-2x {

    margin-bottom: 48px

}

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

    .margin-bottom-2x {

        margin-bottom: 32px

    }

}

.margin-bottom-3x {

    margin-bottom: 72px

}

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

    .margin-bottom-3x {

        margin-bottom: 48px

    }

}

.margin-bottom-4x {

    margin-bottom: 96px

}

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

    .margin-bottom-4x {

        margin-bottom: 64px

    }

}

.margin-bottom-5x {

    margin-bottom: 120px

}

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

    .margin-bottom-5x {

        margin-bottom: 80px

    }

}

.margin-bottom-6x {

    margin-bottom: 144px

}

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

    .margin-bottom-6x {

        margin-bottom: 96px

    }

}

.margin-bottom-7x {

    margin-bottom: 168px

}

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

    .margin-bottom-7x {

        margin-bottom: 112px

    }

}

.margin-bottom-8x {

    margin-bottom: 192px

}

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

    .margin-bottom-8x {

        margin-bottom: 128px

    }

}

.margin-bottom-9x {

    margin-bottom: 216px

}

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

    .margin-bottom-9x {

        margin-bottom: 144px

    }

}

.margin-bottom-10x {

    margin-bottom: 240px

}

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

    .margin-bottom-10x {

        margin-bottom: 160px

    }

}

hr {

    display: block;

    margin: 12px 0;

    border-top: 1px solid rgba(63, 107, 190, 0.25)

}

hr.hr-default {

    border-top-color: #000

}

hr.hr-primary {

    border-top-color: #018abe

}

hr.hr-info {

    border-top-color: #4eabff

}

hr.hr-success {

    border-top-color: #5bc460

}

hr.hr-warning {

    border-top-color: #a9db23

}

hr.hr-danger {

    border-top-color: #e63030

}

hr.hr-light {

    border-top-color: #fff

}

hr.hr-gray {

    border-top-color: #e5e5e5

}

hr.hr-solid {

    border-top-style: solid

}

hr.hr-dotted {

    border-top-style: dotted

}

hr.hr-dashed {

    border-top-style: dashed

}

hr.hr-double {

    border-top-style: double

}

.opacity-25 {

    opacity: .25

}

.opacity-50 {

    opacity: .5

}

.opacity-75 {

    opacity: .75

}

.site-backdrop {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #000;

    content: '';

    opacity: 0;

    z-index: 9900;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    transition: all 0.4s;

    position: fixed;

    cursor: pointer;

    visibility: hidden

}

.site-backdrop.active {

    opacity: .9;

    visibility: visible

}

.mfp-bg {

    background-color: #000 !important;

    opacity: .9 !important

}

@media screen and (max-width: 1200px) {

    .container {

        width: 100% !important

    }

}

.container .container {

    width: 100% !important;

    padding-right: 0;

    padding-left: 0

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    color: #000;

    font-family: inherit;

    line-height: 1.5

}

h1, .h1 {

    margin-bottom: 12px;

    font-size: 48px;

    font-style: normal;

    font-weight: 300;

    line-height: 1.17;

    text-transform: none

}

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

    h1, .h1 {

        font-size: 42px

    }

}

h2, .h2 {

    margin-bottom: 12px;

    font-size: 36px;

    font-style: normal;

    font-weight: 300;

    line-height: 1.33;

    text-transform: none

}

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

    h2, .h2 {

        font-size: 34px

    }

}

h3, .h3 {

    margin-bottom: 6px;

    font-size: 30px;

    font-style: normal;

    font-weight: 300;

    line-height: 1.5;

    text-transform: none

}

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

    h3, .h3 {

        font-size: 28px

    }

}

h4, .h4 {

    margin-bottom: 6px;

    font-size: 24px;

    font-style: normal;

    font-weight: 300;

    line-height: 1.5;

    text-transform: none

}

h5, .h5 {

    margin-bottom: 3px;

    font-size: 18px;

    font-style: normal;

    font-weight: 300;

    line-height: 1.5;

    text-transform: none

}

h6, .h6 {

    margin-bottom: 3px;

    font-size: 16px;

    font-style: normal;

    font-weight: 300;

    line-height: 1.5;

    text-transform: none

}

p {

    margin: 0 0 24px

}

small, .small {

    font-size: 85%

}

.lead, .text-lead {

    font-size: 24px

}

.text-lg {

    font-size: 16px

}

.text-sm {

    font-size: 12px

}

.text-xs {

    font-size: 10px

}

.text-left {

    text-align: left

}

.text-right {

    text-align: right

}

.text-center {

    text-align: center

}

.text-justify {

    text-align: justify

}

.text-nowrap {

    white-space: nowrap

}

.block-center {

    display: block;

    margin-right: auto;

    margin-left: auto

}

@media screen and (max-width: 991px) {

    .tablet-center {

        text-align: center !important

    }

}

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

    .mobile-center {

        text-align: center !important

    }

}

.text-lowercase {

    text-transform: lowercase

}

.text-uppercase {

    text-transform: uppercase

}

.text-capitalize {

    text-transform: capitalize

}

.text-notransform {

    text-transform: none

}

.text-semibold {

    font-weight: 600 !important

}

.text-bold, strong {

    font-weight: bold !important

}

.text-normal {

    font-weight: normal !important

}

.text-thin {

    font-weight: 300 !important

}

code {

    padding: 2px 4px !important

}

a {

    color: #018abe;

    font-style: normal;

    font-weight: bold;

    text-transform: none;

    text-decoration: underline;

    -webkit-transition: color 0.3s;

    -moz-transition: color 0.3s;

    transition: color 0.3s

}

a:hover {

    color: #018abe;

    text-decoration: none

}

a:focus {

    outline: none

}

ol, ul {

    margin-bottom: 24px

}

ol li, ul li {

    position: relative;

    margin-bottom: 12px;

    padding-left: 15px;

    counter-increment: step-counter

}

ol li > small, ul li > small {

    display: block;

    margin-top: 6px;

    color: gray;

    font-size: 12px

}

ol li.text-light::before, ol li.text-light > small, ol li.text-white::before, ol li.text-white > small, ul li.text-light::before, ul li.text-light > small, ul li.text-white::before, ul li.text-white > small {

    color: #fff

}

ol li > ol, ol li > ul, ul li > ol, ul li > ul {

    margin-top: 12px;

    margin-bottom: 0

}

ol.text-xs li, ul.text-xs li {

    margin-bottom: 8px;

    padding-left: 10px

}

ol.text-xs li > small, ul.text-xs li > small {

    font-size: 10px

}

ol.text-sm li, ul.text-sm li {

    margin-bottom: 8px;

    padding-left: 13px

}

ol.text-sm li > small, ul.text-sm li > small {

    font-size: 10px

}

ol.text-lg li, ul.text-lg li {

    padding-left: 0px

}

ol.text-lg li > small, ul.text-lg li > small {

    font-size: 14px

}

ol.lead li, ol.text-lead li, ul.lead li, ul.text-lead li {

    padding-left: 24px

}

ol.lead li > small, ol.text-lead li > small, ul.lead li > small, ul.text-lead li > small {

    font-size: 16px

}

ol.list-icon, ul.list-icon {

    text-align: left !important

}

ol.list-icon li, ul.list-icon li {

    padding-left: 19px

}

ol.list-icon li::before, ul.list-icon li::before {

    display: none

}

ol.list-icon li > i, ul.list-icon li > i {

    position: absolute;

    top: 0;

    left: 0;

    padding-top: 2px;

    line-height: 1.5

}

ol.list-icon li > i.fa, ul.list-icon li > i.fa {

    padding-top: 4px;

    font-size: .85em

}

ol.list-icon li.text-light > i, ol.list-icon li.text-white > i, ul.list-icon li.text-light > i, ul.list-icon li.text-white > i {

    color: #fff

}

ol.list-icon.text-xs li, ul.list-icon.text-xs li {

    padding-left: 14px

}

ol.list-icon.text-xs li > i, ul.list-icon.text-xs li > i {

    padding-top: 1px

}

ol.list-icon.text-xs li > i.fa, ul.list-icon.text-xs li > i.fa {

    padding-top: 2px

}

ol.list-icon.text-sm li, ul.list-icon.text-sm li {

    padding-left: 17px

}

ol.list-icon.text-sm li > i, ul.list-icon.text-sm li > i {

    padding-top: 1px

}

ol.list-icon.text-lg li, ul.list-icon.text-lg li {

    padding-left: 22px

}

ol.list-icon.lead li, ol.list-icon.text-lead li, ul.list-icon.lead li, ul.list-icon.text-lead li {

    padding-left: 30px

}

ol.list-icon.text-light li > i, ol.list-icon.text-white li > i, ul.list-icon.text-light li > i, ul.list-icon.text-white li > i {

    color: #fff

}

ol.text-light li::before, ol.text-light li > i, ol.text-light li > small, ol.text-white li::before, ol.text-white li > i, ol.text-white li > small, ul.text-light li::before, ul.text-light li > i, ul.text-light li > small, ul.text-white li::before, ul.text-white li > i, ul.text-white li > small {

    color: #fff

}

ol.text-light li > small, ol.text-white li > small, ul.text-light li > small, ul.text-white li > small {

    opacity: .5

}

ol.list-bordered li, ul.list-bordered li {

    margin-bottom: 24px;

    padding-bottom: 24px;

    border-bottom: 1px solid rgba(63, 107, 190, 0.25)

}

ol.list-bordered.text-sm li, ul.list-bordered.text-sm li {

    margin-bottom: 16px;

    padding-bottom: 16px

}

ol.list-bordered.text-xs li, ul.list-bordered.text-xs li {

    margin-bottom: 12px;

    padding-bottom: 12px

}

ol.list-bordered.text-light li, ul.list-bordered.text-light li {

    border-bottom-color: rgba(255, 255, 255, 0.25)

}

ol.list-bordered.text-light li > small, ul.list-bordered.text-light li > small {

    opacity: .5

}

ol.list-unstyled li, ul.list-unstyled li {

    padding-left: 0

}

ol.list-unstyled li::before, ul.list-unstyled li::before {

    display: none

}

ol.list-unstyled li > i, ul.list-unstyled li > i {

    display: none

}

ol.list-image li, ul.list-image li {

    position: relative;

    margin-bottom: 16px;

    padding-left: 44px;

    line-height: 2.25

}

ol.list-image li::before, ul.list-image li::before {

    display: none

}

ol.list-image li > i, ul.list-image li > i {

    display: none

}

ol.list-image li > img, ul.list-image li > img {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 32px

}

ol.list-image.text-lg li, ul.list-image.text-lg li {

    margin-bottom: 24px;

    padding-left: 48px

}

ol.list-image.text-lg li > img, ul.list-image.text-lg li > img {

    width: 36px

}

ol.list-image.text-sm li, ul.list-image.text-sm li {

    margin-bottom: 12px;

    padding-left: 40px

}

ol.list-image.text-sm li > img, ul.list-image.text-sm li > img {

    width: 30px

}

ul.lead li, ul.text-lead li {

    padding-left: 23px

}

.text-center ul li::before, .text-center ol li::before, .text-center li::before {

    display: inline-block;

    position: relative;

    margin-right: 8px

}

.text-default {

    color: #000

}

.text-primary {

    color: #018abe

}

.text-info {

    color: #4eabff

}

.text-success {

    color: #5bc460

}

.text-warning {

    color: #a9db23

}

.text-danger {

    color: #e63030

}

.text-gray {

    color: gray

}

.text-muted {

    color: #e5e5e5

}

.text-light, .text-white {

    color: #fff !important

}

.text-light ul li::before, .text-light ul li > i, .text-light ul li > small, .text-light ol li::before, .text-light ol li > i, .text-light ol li > small, .text-white ul li::before, .text-white ul li > i, .text-white ul li > small, .text-white ol li::before, .text-white ol li > i, .text-white ol li > small {

    color: #fff !important

}

.text-light ul.list-bordered li, .text-light ol.list-bordered li, .text-white ul.list-bordered li, .text-white ol.list-bordered li {

    border-bottom-color: rgba(255, 255, 255, 0.25)

}

.text-light a, .text-lighta, .text-white a, .text-whitea {

    color: #fff

}

.text-light a:hover, .text-light a:focus, .text-light a:active, .text-lighta:hover, .text-lighta:focus, .text-lighta:active, .text-white a:hover, .text-white a:focus, .text-white a:active, .text-whitea:hover, .text-whitea:focus, .text-whitea:active {

    color: #fff

}

.text-light hr, .text-white hr {

    border-top-color: rgba(255, 255, 255, 0.25)

}

.bg-default {

    background-color: #000;

    color: #fff

}

.bg-primary {

    background-color: #018abe;

    color: #fff

}

.bg-info {

    background-color: #4eabff;

    color: #fff

}

.bg-success {

    background-color: #5bc460;

    color: #fff

}

.bg-warning {

    background-color: #a9db23;

    color: #fff

}

.bg-danger {

    background-color: #e63030;

    color: #fff

}

.bg-gray {

    background-color: gray;

    color: #fff

}

.bg-muted {

    background-color: #e5e5e5;

    color: #4c4c4c

}

.bg-light, .bg-white {

    background-color: #fff;

    color: #4c4c4c

}

blockquote {

    display: block;

    margin-bottom: 24px

}

blockquote::before, blockquote::after {

    display: table;

    content: ' '

}

blockquote::after {

    clear: both

}

blockquote p {

    display: block;

    margin-bottom: 12px;

    color: #000;

    font-size: 24px;

    font-style: normal;

    font-weight: normal;

    text-transform: none

}

blockquote::before {

    display: inline-block;

    width: 48px;

    height: 48px;

    margin-bottom: 12px;

    background-color: #018abe;

    color: #fff;

    font-family: 'Material Icons';

    font-size: 24px;

    line-height: 48px;

    text-align: center;

    content: '\e244'

}

blockquote cite {

    color: gray;

    font-size: 14px;

    font-style: normal

}

blockquote cite > a {

    font-weight: normal;

    text-decoration: none

}

.text-lightblockquote p, .text-light blockquote p {

    color: #fff

}

.text-lightblockquote cite, .text-light blockquote cite {

    color: rgba(255, 255, 255, 0.5)

}

textarea, select, input[type]:not([type='submit']):not([type='hidden']):not([type='checkbox']):not([type='radio']):not([type='file']) {

    display: block;

    width: 100%;

    height: 48px;

    margin-bottom: 24px;

    padding: 0 12px;

    border-width: 1px;

    border-color: #fff;

    border-style: solid;

    border-radius: 4px;

    background-color: #f5f5f5;

    color: #4c4c4c;

    font-size: 18px;

    -webkit-appearance: none;

    -moz-appearance: none;

    -ms-appearance: none;

    -o-appearance: none;

    appearance: none;

    -webkit-transition: all 0.35s;

    -moz-transition: all 0.35s;

    transition: all 0.35s

}

textarea::-moz-placeholder, select::-moz-placeholder, input[type]:not([type='submit']):not([type='hidden']):not([type='checkbox']):not([type='radio']):not([type='file'])::-moz-placeholder {

    color: gray;

    opacity: 1

}

textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type]:not([type='submit']):not([type='hidden']):not([type='checkbox']):not([type='radio']):not([type='file']):-ms-input-placeholder {

    color: gray

}

textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type]:not([type='submit']):not([type='hidden']):not([type='checkbox']):not([type='radio']):not([type='file'])::-webkit-input-placeholder {

    color: gray

}

textarea:focus, select:focus, input[type]:not([type='submit']):not([type='hidden']):not([type='checkbox']):not([type='radio']):not([type='file']):focus {

    border-color: #bfbfbf;

    outline: 0;

    background-color: #fff

}

.ninja-forms-field:not(textarea) {

    height: 48px !important

}

input[type='submit']:focus, input[type='file']:focus {

    outline: none

}

.wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap input[type]:not([type='submit']):not([type='hidden']):not([type='checkbox']):not([type='radio']), .field-wrap textarea, .field-wrap select, .field-wrap input[type]:not([type='submit']):not([type='hidden']):not([type='checkbox']):not([type='radio']) {

    margin-bottom: 0

}

.field-wrap {

    margin-bottom: 24px !important

}

.field-wrap ul li {

    padding-left: 0 !important

}

.field-wrap ul li::before {

    display: none

}

select::-ms-expand {

    display: none

}

.form-select {

    position: relative;

    margin-bottom: 24px

}

.form-select::before {

    display: block;

    position: absolute;

    top: 50%;

    right: 12px;

    margin-top: -9px;

    color: #018abe;

    margin-top: -9px;

    font-family: 'Material Icons';

    font-size: 18px;

    line-height: 1;

    content: '\e313'

}

.form-select select {

    margin-bottom: 0;

    padding-right: 40px

}

select[multiple], select[multiple].ninja-forms-field {

    width: 100%;

    height: 90px !important

}

select[multiple].ninja-forms-field + .form-select::before {

    display: none

}

label, .ninja-forms-form-wrap label {

    display: block;

    margin-bottom: 6px;

    color: gray;

    font-size: 14px;

    font-weight: normal !important

}

label .wpcf7-form-control-wrap, .ninja-forms-form-wrap label .wpcf7-form-control-wrap {

    display: block;

    padding-top: 6px

}

.ninja-forms-required-items {

    margin-bottom: 24px

}

.input-lg {

    height: 60px;

    font-size: 18px

}

.input-sm {

    height: 36px;

    font-size: 16px

}

.input-xs {

    height: 24px;

    font-size: 14px

}

textarea {

    height: auto;

    padding: 12px

}

.search-box {

    position: relative

}

.search-box > input {

    margin-bottom: 0 !important;

    padding-left: 38px !important

}

.search-box > button[type='submit'] {

    position: absolute;

    top: 50%;

    left: 5px;

    margin-top: -16px;

    border: 0;

    background: none;

    color: #018abe;

    font-size: 18px

}

.search-box > button[type='submit']:focus {

    outline: 0

}

.search-highlight {

    background-color: #f9f4c3

}

span.wpcf7-list-item {

    margin: 0 !important

}

.wpcf7-list-item-label {

    margin-left: 4px

}

.wpcf7-not-valid-tip, .ninja-forms-field-error p {

    display: block;

    margin-bottom: 0;

    padding-top: 6px;

    color: #e63030 !important

}

div.wpcf7-validation-errors {

    border-color: #e63030 !important

}

div.wpcf7-mail-sent-ok {

    border-color: #5bc460 !important

}

caption {

    padding: 14px 15px 0;

    color: gray;

    text-align: left

}

th {

    text-align: left

}

table {

    width: 100%;

    max-width: 100%;

    border: 1px solid #e5e5e5

}

table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {

    padding: 14px 15px;

    border-bottom: 1px solid #e5e5e5;

    line-height: 1.5;

    vertical-align: top

}

table > thead > tr > th, table > thead > tr > td {

    border-bottom-width: 1px !important

}

table > thead > tr > th {

    border-bottom: 1px solid #e5e5e5;

    vertical-align: bottom

}

table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > td {

    border-top: 0

}

table > tbody + tbody {

    border-top: 1px solid #e5e5e5

}

.table-responsive {

    min-height: .01%;

    overflow-x: auto

}

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

    .table-responsive {

        width: 100%;

        margin-bottom: 18px;

        border: 1px solid #e5e5e5;

        border-radius: 4px;

        overflow-y: hidden;

        -ms-overflow-style: -ms-autohiding-scrollbar

    }

    .table-responsive > table {

        margin-bottom: 0;

        border: 0

    }

    .table-responsive > table > thead > tr > th, .table-responsive > table > thead > tr > td, .table-responsive > table > tbody > tr > th, .table-responsive > table > tbody > tr > td, .table-responsive > table > tfoot > tr > th, .table-responsive > table > tfoot > tr > td {

        white-space: nowrap

    }

    .table-responsive > table > thead > tr > th:first-child, .table-responsive > table > thead > tr > td:first-child, .table-responsive > table > tbody > tr > th:first-child, .table-responsive > table > tbody > tr > td:first-child, .table-responsive > table > tfoot > tr > th:first-child, .table-responsive > table > tfoot > tr > td:first-child {

        border-left: 0

    }

    .table-responsive > table > thead > tr > th:last-child, .table-responsive > table > thead > tr > td:last-child, .table-responsive > table > tbody > tr > th:last-child, .table-responsive > table > tbody > tr > td:last-child, .table-responsive > table > tfoot > tr > th:last-child, .table-responsive > table > tfoot > tr > td:last-child {

        border-right: 0

    }

    .table-responsive > table > tbody > tr:last-child > th, .table-responsive > table > tbody > tr:last-child > td, .table-responsive > table > tfoot > tr:last-child > th, .table-responsive > table > tfoot > tr:last-child > td {

        border-bottom: 0

    }

}

.table-striped > tbody > tr:nth-of-type(odd) {

    background-color: #f5f5f5

}

.sidebar, .wpb_widgetised_column {

    width: 100%;

    max-width: 320px;

    background-color: #fff

}

.off-canvas-sidebar {

    display: block;

    position: fixed;

    top: 0;

    right: -320px;

    width: 320px;

    height: 100%;

    padding: 24px;

    padding-top: 48px;

    background-color: #fff;

    overflow: auto;

    z-index: 9920;

    -webkit-transition: right 0.4s;

    -moz-transition: right 0.4s;

    transition: right 0.4s

}

.off-canvas-sidebar.open {

    right: 0

}

.off-canvas-sidebar.left-positioned {

    right: auto;

    left: -320px;

    -webkit-transition: left 0.4s;

    -moz-transition: left 0.4s;

    transition: left 0.4s

}

.off-canvas-sidebar.left-positioned.open {

    right: auto;

    left: 0

}

.off-canvas-sidebar .close-btn {

    display: block;

    position: absolute;

    top: 15px;

    right: 15px

}

.admin-bar .off-canvas-sidebar {

    top: 32px

}

.widget {

    margin-bottom: 0px;

    padding-bottom: 12px;

}

.widget .form-select, .widget select {

    margin-bottom: 0

}

.widget-title, .widgettitle {

    margin-bottom: 12px;

    padding-bottom: 12px;

    border-bottom: 1px solid rgba(63, 107, 190, 0.25);

    color: #000;

    font-size: 18px;

    font-weight: normal

}

.widget_categories > ul, .widget_recent_entries > ul, .widget_recent_comments > ul, .widget_archive > ul, .widget_meta > ul, .widget_nav_menu div > ul, .widget_pages > ul, .widget_product_categories > ul, .woocommerce-MyAccount-navigation > ul {

    margin: 0;

    padding: 0;

    list-style: none

}

.widget_categories > ul li, .widget_recent_entries > ul li, .widget_recent_comments > ul li, .widget_archive > ul li, .widget_meta > ul li, .widget_nav_menu div > ul li, .widget_pages > ul li, .widget_product_categories > ul li, .woocommerce-MyAccount-navigation > ul li {

    margin-bottom: 0;

    padding: 12px 0;

    border-top: 1px solid #f5f5f5;

    color: gray;

    font-size: 14px

}

.widget_categories > ul li:first-child, .widget_recent_entries > ul li:first-child, .widget_recent_comments > ul li:first-child, .widget_archive > ul li:first-child, .widget_meta > ul li:first-child, .widget_nav_menu div > ul li:first-child, .widget_pages > ul li:first-child, .widget_product_categories > ul li:first-child, .woocommerce-MyAccount-navigation > ul li:first-child {

    padding-top: 0;

    border-top: 0

}

.widget_categories > ul li:last-child, .widget_recent_entries > ul li:last-child, .widget_recent_comments > ul li:last-child, .widget_archive > ul li:last-child, .widget_meta > ul li:last-child, .widget_nav_menu div > ul li:last-child, .widget_pages > ul li:last-child, .widget_product_categories > ul li:last-child, .woocommerce-MyAccount-navigation > ul li:last-child {

    padding-bottom: 0

}

.widget_categories > ul li ul > li:first-child, .widget_recent_entries > ul li ul > li:first-child, .widget_recent_comments > ul li ul > li:first-child, .widget_archive > ul li ul > li:first-child, .widget_meta > ul li ul > li:first-child, .widget_nav_menu div > ul li ul > li:first-child, .widget_pages > ul li ul > li:first-child, .widget_product_categories > ul li ul > li:first-child, .woocommerce-MyAccount-navigation > ul li ul > li:first-child {

    padding-top: 12px;

    border-top: 1px solid #f5f5f5

}

.widget_categories > ul li > a, .widget_recent_entries > ul li > a, .widget_recent_comments > ul li > a, .widget_archive > ul li > a, .widget_meta > ul li > a, .widget_nav_menu div > ul li > a, .widget_pages > ul li > a, .widget_product_categories > ul li > a, .woocommerce-MyAccount-navigation > ul li > a {

    color: #000;

    font-weight: normal;

    text-decoration: none

}

.widget_categories > ul li > a:hover, .widget_categories > ul li.current-cat > a, .widget_categories > ul li.current_page_item > a, .widget_categories > ul li.is-active a, .widget_recent_entries > ul li > a:hover, .widget_recent_entries > ul li.current-cat > a, .widget_recent_entries > ul li.current_page_item > a, .widget_recent_entries > ul li.is-active a, .widget_recent_comments > ul li > a:hover, .widget_recent_comments > ul li.current-cat > a, .widget_recent_comments > ul li.current_page_item > a, .widget_recent_comments > ul li.is-active a, .widget_archive > ul li > a:hover, .widget_archive > ul li.current-cat > a, .widget_archive > ul li.current_page_item > a, .widget_archive > ul li.is-active a, .widget_meta > ul li > a:hover, .widget_meta > ul li.current-cat > a, .widget_meta > ul li.current_page_item > a, .widget_meta > ul li.is-active a, .widget_nav_menu div > ul li > a:hover, .widget_nav_menu div > ul li.current-cat > a, .widget_nav_menu div > ul li.current_page_item > a, .widget_nav_menu div > ul li.is-active a, .widget_pages > ul li > a:hover, .widget_pages > ul li.current-cat > a, .widget_pages > ul li.current_page_item > a, .widget_pages > ul li.is-active a, .widget_product_categories > ul li > a:hover, .widget_product_categories > ul li.current-cat > a, .widget_product_categories > ul li.current_page_item > a, .widget_product_categories > ul li.is-active a, .woocommerce-MyAccount-navigation > ul li > a:hover, .woocommerce-MyAccount-navigation > ul li.current-cat > a, .woocommerce-MyAccount-navigation > ul li.current_page_item > a, .woocommerce-MyAccount-navigation > ul li.is-active a {

    color: #018abe

}

.widget_categories > ul li::before, .widget_recent_entries > ul li::before, .widget_recent_comments > ul li::before, .widget_archive > ul li::before, .widget_meta > ul li::before, .widget_nav_menu div > ul li::before, .widget_pages > ul li::before, .widget_product_categories > ul li::before, .woocommerce-MyAccount-navigation > ul li::before {

    display: none

}

.widget_categories > ul ul, .widget_recent_entries > ul ul, .widget_recent_comments > ul ul, .widget_archive > ul ul, .widget_meta > ul ul, .widget_nav_menu div > ul ul, .widget_pages > ul ul, .widget_product_categories > ul ul, .woocommerce-MyAccount-navigation > ul ul {

    margin: 0;

    padding-left: 15px

}

.widget_categories > ul ul li, .widget_recent_entries > ul ul li, .widget_recent_comments > ul ul li, .widget_archive > ul ul li, .widget_meta > ul ul li, .widget_nav_menu div > ul ul li, .widget_pages > ul ul li, .widget_product_categories > ul ul li, .woocommerce-MyAccount-navigation > ul ul li {

    padding: 8px 0;

    border: 0 !important

}

.widget_categories > ul ul .children, .widget_recent_entries > ul ul .children, .widget_recent_comments > ul ul .children, .widget_archive > ul ul .children, .widget_meta > ul ul .children, .widget_nav_menu div > ul ul .children, .widget_pages > ul ul .children, .widget_product_categories > ul ul .children, .woocommerce-MyAccount-navigation > ul ul .children {

    border: 0

}

.widget_categories li .count, .widget_recent_entries li .count, .widget_recent_comments li .count, .widget_archive li .count, .widget_meta li .count, .widget_nav_menu div li .count, .widget_pages li .count, .widget_product_categories li .count, .woocommerce-MyAccount-navigation li .count {

    margin-left: 5px

}

.widget_recent_comments .comment-author-link > a {

    display: inline-block;

    color: gray;

    font-weight: normal;

    text-decoration: none

}

.widget_recent_comments > ul > li {

    color: gray;

    font-size: 12px

}

.widget_recent_comments > ul > li > a {

    display: block !important;

    font-size: 14px

}

.widget_recent_entries > ul li span {

    display: block;

    color: gray;

    font-size: 12px

}

.widget_calendar {

    border-bottom: 0

}

.widget_calendar caption {

    padding-top: 0;

    padding-right: 0;

    padding-bottom: 12px;

    padding-left: 0

}

.widget_calendar table > thead > tr > th, .widget_calendar table > thead > tr > td, .widget_calendar table > tbody > tr > th, .widget_calendar table > tbody > tr > td, .widget_calendar table > tfoot > tr > th, .widget_calendar table > tfoot > tr > td {

    padding: 10px

}

.widget_calendar a {

    text-decoration: none

}

.widget_text {

    color: gray

}

.widget_text img {

    margin-top: 12px;

    margin-bottom: 12px

}

.widget_text .wp-caption {

    margin-bottom: 12px

}

.widget_text .wp-caption img {

    margin: 0

}

.widget_text .wp-caption .wp-caption-text {

    padding-bottom: 16px

}

.widget_text p:last-child {

    margin-bottom: 0

}

.widget_tag_cloud a, .widget_product_tag_cloud a, .product .product_meta .tagged_as a, .tags-links a {

    display: inline-block;

    height: 24px;

    margin: 3px 3px 3px 0;

    padding: 0 12px;

    border: 1px solid rgba(63, 107, 190, 0.25);

    border-radius: 2px;

    font-size: 12px !important;

    font-weight: normal;

    line-height: 22px;

    text-decoration: none;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.widget_tag_cloud a:hover, .widget_product_tag_cloud a:hover, .product .product_meta .tagged_as a:hover, .tags-links a:hover {

    border-color: #018abe;

    background-color: #018abe;

    color: #fff

}

.widget_rss ul {

    margin-bottom: 0

}

.widget_rss ul li {

    padding-left: 0

}

.widget_rss ul li::before {

    display: none

}

.widget_rss ul li:last-child {

    margin-bottom: 0

}

.widget_rss a {

    text-decoration: none

}

.widget_startapp_recent_posts .post-item {

    display: flex;

    width: 100%;

    margin-bottom: 12px;

    padding-bottom: 12px;

    border-bottom: 1px solid #f5f5f5

}

.widget_startapp_recent_posts .post-item:last-child {

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: 0

}

.widget_startapp_recent_posts .post-item-thumb, .widget_startapp_recent_posts .post-item-info {

    display: table-cell;

    vertical-align: top;
    
    padding-left:10px;

}

.widget_startapp_recent_posts .post-item-thumb {

    width: 72px;

    padding-right: 12px

}

.widget_startapp_recent_posts .post-item-thumb > img {

    width: 100%;

    border-radius: 4px

}

.widget_startapp_recent_posts .post-item-date {

    color: gray;

    font-size: 12px

}

.widget_startapp_recent_posts .post-item-title {

    margin-bottom: 0;

    font-size: 14px;
    
    line-height: 1;

}

.widget_startapp_recent_posts .post-item-title > a {

    color: #000;

    font-weight: normal;

    text-decoration: none

}

.widget_startapp_recent_posts .post-item-title > a:hover {

    color: #018abe

}

.widget_startapp_subscribe p {

    margin-bottom: 12px;

    color: gray

}

.widget_startapp_subscribe .input-group {

    position: relative

}

.widget_startapp_subscribe .input-group input {

    margin: 0 !important;

    padding-right: 38px !important;

    padding-left: 38px !important

}

.widget_startapp_subscribe .input-group > i {

    position: absolute;

    top: 50%;

    left: 12px;

    margin-top: -8px;

    color: #018abe;

    font-size: 18px

}

.widget_startapp_subscribe button[type='submit'] {

    position: absolute;

    top: 0;

    right: 12px;

    padding: 0;

    border: 0;

    background: none;

    line-height: 46px

}

.widget_startapp_subscribe button[type='submit'] > i {

    color: #018abe;

    font-size: 18px

}

.widget_startapp_subscribe button[type='submit']:focus {

    outline: none

}

.widget_startapp_author img {

    margin-bottom: 8px

}

.widget_startapp_author p {

    margin-bottom: 16px

}

.widget_startapp_socials {

    padding-bottom: 6px

}

.widget_startapp_contacts .contact-item {

    display: table;

    width: 100%;

    margin-bottom: 16px

}

.widget_startapp_contacts .contact-item:last-child {

    margin-bottom: 0

}

.widget_startapp_contacts .contact-icon, .widget_startapp_contacts .contact-info {

    display: table-cell;

    vertical-align: middle

}

.widget_startapp_contacts .contact-icon {

    width: 34px;

    padding-right: 10px;

    text-align: center

}

.widget_startapp_contacts .contact-icon > i {

    display: block;

    color: #018abe;

    font-size: 24px

}

.widget_startapp_contacts .contact-icon > i.socicon-skype, .widget_startapp_contacts .contact-icon > i.socicon-mail {

    padding-top: 8px;

    font-size: 18px

}

.widget_startapp_contacts .contact-info span {

    display: block;

    color: gray;

    font-size: 14px

}

.widget_startapp_contacts .contact-info span:first-child {

    color: #4c4c4c;

    font-size: 16px

}

.widget_startapp_button {

    color: gray

}

.widget_startapp_site_info > a {

    display: block;

    max-width: 145px

}

.widget_startapp_site_info > p {

    margin-top: 24px;

    margin-bottom: 0;

    color: gray

}

.widget_startapp_site_info .social-bar {

    margin-top: 24px

}

.widget_startapp_site_info .social-bar .social-btn {

    margin-bottom: 0

}

.widget_startapp_image_carousel {

    position: relative

}

.widget_startapp_image_carousel .widget-title {

    padding-right: 84px

}

.widget_startapp_image_carousel .widget-description {

    margin-bottom: 20px;

    color: gray

}

.widget_startapp_image_carousel .widget-carousel-navs {

    position: absolute;

    top: 14px;

    right: 0

}

.widget_startapp_image_carousel .widget-carousel-navs .slick-next {

    right: 0;

    left: auto

}

.widget_startapp_image_carousel .widget-carousel-navs .slick-prev {

    right: 42px;

    left: auto

}

.widget_startapp_image_carousel .carousel-item > img {

    margin: auto

}

.fw-section .widget_search {

    border-bottom: 0

}

.widget_products, .widget_recent_reviews, .widget_top_rated_products, .widget_recently_viewed_products {

    border: 0

}

.widget_products ul.product_list_widget li, .widget_recent_reviews ul.product_list_widget li, .widget_top_rated_products ul.product_list_widget li, .widget_recently_viewed_products ul.product_list_widget li {

    min-height: 85px;

    padding: 12px 0;

    border-top: 1px solid #f5f5f5

}

.widget_products ul.product_list_widget li:first-child, .widget_recent_reviews ul.product_list_widget li:first-child, .widget_top_rated_products ul.product_list_widget li:first-child, .widget_recently_viewed_products ul.product_list_widget li:first-child {

    border: 0

}

.widget_products ul.product_list_widget li del, .widget_recent_reviews ul.product_list_widget li del, .widget_top_rated_products ul.product_list_widget li del, .widget_recently_viewed_products ul.product_list_widget li del {

    color: #e5e5e5

}

.widget_products ul.product_list_widget li ins, .widget_recent_reviews ul.product_list_widget li ins, .widget_top_rated_products ul.product_list_widget li ins, .widget_recently_viewed_products ul.product_list_widget li ins {

    padding-left: 0;

    text-decoration: none

}

.widget_products ul.product_list_widget li > *, .widget_recent_reviews ul.product_list_widget li > *, .widget_top_rated_products ul.product_list_widget li > *, .widget_recently_viewed_products ul.product_list_widget li > * {

    padding-left: 72px

}

.widget_products ul.product_list_widget li > *.star-rating, .widget_recent_reviews ul.product_list_widget li > *.star-rating, .widget_top_rated_products ul.product_list_widget li > *.star-rating, .widget_recently_viewed_products ul.product_list_widget li > *.star-rating {

    width: 6.5em;

    margin: 4px 0 3px 72px;

    padding-left: 0;

    color: #5bc460;

    font-size: 12px;

    letter-spacing: .3em

}

.widget_products ul.product_list_widget li a, .widget_recent_reviews ul.product_list_widget li a, .widget_top_rated_products ul.product_list_widget li a, .widget_recently_viewed_products ul.product_list_widget li a {

    display: block;

    position: relative;

    color: #4c4c4c;

    font-size: 14px;

    text-decoration: none

}

.widget_products ul.product_list_widget li a:hover, .widget_recent_reviews ul.product_list_widget li a:hover, .widget_top_rated_products ul.product_list_widget li a:hover, .widget_recently_viewed_products ul.product_list_widget li a:hover {

    color: #018abe

}

.widget_products ul.product_list_widget li a img, .widget_recent_reviews ul.product_list_widget li a img, .widget_top_rated_products ul.product_list_widget li a img, .widget_recently_viewed_products ul.product_list_widget li a img {

    position: absolute;

    top: 0;

    left: 0;

    width: 60px;

    height: 60px;

    border-radius: 4px

}

.widget_rating_filter ul {

    padding-top: 8px !important

}

.widget_rating_filter a {

    color: gray;

    font-weight: 400

}

.widget_rating_filter a .star-rating {

    width: 6.5em;

    margin-right: 5px;

    color: #5bc460;

    font-size: 12px;

    letter-spacing: .3em

}

.widget_layered_nav, .widget_layered_nav_filters {

    border-bottom: 0

}

.widget_layered_nav ul li, .widget_layered_nav_filters ul li {

    margin: 0;

    padding: 8px 0 !important;

    float: none !important;

    border-top: 1px solid #f5f5f5

}

.widget_layered_nav ul li:first-child, .widget_layered_nav_filters ul li:first-child {

    padding-top: 0 !important;

    border: 0

}

.widget_layered_nav ul li::before, .widget_layered_nav_filters ul li::before {

    display: none

}

.widget_layered_nav a, .widget_layered_nav_filters a {

    color: #4c4c4c;

    font-weight: 600;

    text-decoration: none

}

.widget_layered_nav a:hover, .widget_layered_nav_filters a:hover {

    color: #018abe

}

.widget_layered_nav a::before, .widget_layered_nav_filters a::before {

    color: #e63030 !important

}

.widget_price_filter .price_slider_wrapper {

    padding-top: 12px !important

}

.widget_price_filter .price_slider {

    background-color: #e5e5e5 !important

}

.widget_price_filter .ui-slider-range {

    background-color: #5bc460 !important

}

.widget_price_filter .ui-slider-handle {

    width: 16px !important;

    height: 16px !important;

    background-color: #fff !important;

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);

    cursor: pointer !important

}

.widget_price_filter .price_slider_amount {

    padding-top: 8px !important

}

.widget_price_filter .price_slider_amount button {

    margin: 0 !important

}

.widget_price_filter .price_label {

    color: gray !important

}

.widget_shopping_cart ul.product_list_widget li {

    min-height: 85px;

    padding: 12px 0 12px 25px !important;

    border-bottom: 1px solid #f5f5f5

}

.widget_shopping_cart ul.product_list_widget li.empty {

    min-height: auto;

    padding-bottom: 0 !important;

    border-bottom: 0

}

.widget_shopping_cart ul.product_list_widget a {

    position: relative

}

.widget_shopping_cart ul.product_list_widget .remove {

    top: 50% !important;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    padding-left: 0;

    background-color: #e63030;

    color: #fff !important;

    font-size: 16px;

    line-height: .8

}

.widget_shopping_cart ul.product_list_widget li > *, .widget_shopping_cart ul.product_list_widget li .variation {

    padding-left: 72px

}

.widget_shopping_cart ul.product_list_widget li .variation {

    border: 0

}

.widget_shopping_cart ul.product_list_widget li .variation * {

    margin-bottom: 0 !important;

    padding-bottom: 0 !important

}

.widget_shopping_cart ul.product_list_widget li a {

    display: block;

    position: relative;

    color: #4c4c4c;

    font-size: 14px;

    text-decoration: none

}

.widget_shopping_cart ul.product_list_widget li a:hover {

    color: #018abe

}

.widget_shopping_cart ul.product_list_widget li a img {

    position: absolute;

    top: 0;

    left: 0;

    width: 60px;

    height: 60px;

    border-radius: 4px

}

.widget_shopping_cart .total {

    margin-top: 8px !important;

    margin-bottom: 12px !important;

    border: 0 !important

}

.widget_shopping_cart .buttons a {

    font-size: 16px !important;

    line-height: 28px !important

}

.widget_shopping_cart .buttons a::after {

    position: relative;

    bottom: -3px;

    margin-left: 5px;

    font-family: 'material icons';

    font-weight: 400;

    content: '\e8cc'

}

.widget_shopping_cart .buttons a:last-child {

    margin-top: -6px !important;

    margin-bottom: 0 !important

}

.widget_shopping_cart .buttons a:last-child::after {

    content: '\e870'

}

.mega-menu li > a {

    display: inline-block !important;

    padding-right: 0 !important

}

.mega-menu .widget {

    margin-bottom: 0;

    padding: 24px;

    border: 0

}

.mega-menu .widget:first-child {

    border: 0

}

.mega-menu .widget .widget-title {

    border: 0

}

.mega-menu .widget_nav_menu, .mega-menu .widget_categories, .mega-menu .widget_pages {

    padding-left: 0;

    border-left: 1px solid #f5f5f5

}

.mega-menu .widget_nav_menu .widget-title, .mega-menu .widget_categories .widget-title, .mega-menu .widget_pages .widget-title {

    padding-left: 24px

}

.mega-menu .widget_nav_menu .children, .mega-menu .widget_nav_menu .sub-menu, .mega-menu .widget_categories .children, .mega-menu .widget_categories .sub-menu, .mega-menu .widget_pages .children, .mega-menu .widget_pages .sub-menu {

    padding-left: 0

}

.mega-menu .widget_nav_menu .current-cat > a, .mega-menu .widget_categories .current-cat > a, .mega-menu .widget_pages .current-cat > a {

    padding-left: 29px !important;

    border-left-color: #018abe !important;

    color: #018abe !important

}

.mega-menu .widget_nav_menu li, .mega-menu .widget_categories li, .mega-menu .widget_pages li {

    border: 0

}

/*!

 * Waves v0.7.5

 * http://fian.my.id/Waves

 *

 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors

 * Released under the MIT license

 * https://github.com/fians/Waves/blob/master/LICENSE

 */

.waves-effect {

    display: inline-block;

    position: relative;

    cursor: pointer;

    overflow: hidden;

    -webkit-tap-highlight-color: transparent;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none

}

.waves-effect .waves-ripple {

    position: absolute;

    width: 100px;

    height: 100px;

    margin: -50px 0 0 -50px;

    border-radius: 50%;

    background: rgba(0, 0, 0, 0.2);

    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);

    background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);

    background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);

    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);

    opacity: 0;

    pointer-events: none;

    -webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

    -webkit-transition-property: transition-property-names(transform, opacity, "webkit");

    -moz-transition-property: transition-property-names(transform, opacity, "moz");

    transition-property: transition-property-names(transform, opacity, false);

    -webkit-transform: scale(0) translate(0, 0);

    -moz-transform: scale(0) translate(0, 0);

    -ms-transform: scale(0) translate(0, 0);

    -o-transform: scale(0) translate(0, 0);

    transform: scale(0) translate(0, 0)

}

.waves-effect.waves-light .waves-ripple {

    background: rgba(255, 255, 255, 0.4);

    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);

    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);

    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);

    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%)

}

.waves-effect.waves-classic .waves-ripple {

    background: rgba(0, 0, 0, 0.2)

}

.waves-effect.waves-classic.waves-light .waves-ripple {

    background: rgba(255, 255, 255, 0.4)

}

.waves-notransition {

    -webkit-transition: none !important;

    -moz-transition: none !important;

    transition: none !important

}

.waves-button, .waves-circle {

    -webkit-transform: translateZ(0);

    -moz-transform: translateZ(0);

    -ms-transform: translateZ(0);

    -o-transform: translateZ(0);

    transform: translateZ(0);

    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)

}

.waves-button, .waves-button:hover, .waves-button:visited, .waves-button-input {

    border: 0;

    outline: none;

    background-color: transparent;

    color: inherit;

    font-size: 1em;

    line-height: 1em;

    text-align: center;

    text-decoration: none;

    white-space: nowrap;

    cursor: pointer;

    vertical-align: middle;

    z-index: 1

}

.waves-button {

    padding: .85em 1.1em;

    border-radius: .2em

}

.waves-button-input {

    margin: 0;

    padding: .85em 1.1em

}

.waves-input-wrapper {

    border-radius: .2em;

    vertical-align: bottom

}

.waves-input-wrapper.waves-button {

    padding: 0

}

.waves-input-wrapper .waves-button-input {

    position: relative;

    top: 0;

    left: 0;

    z-index: 1

}

.waves-circle {

    width: 2.5em;

    height: 2.5em;

    border-radius: 50%;

    line-height: 2.5em;

    text-align: center

}

.waves-float {

    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);

    -webkit-mask-image: none;

    -webkit-transition: all 300ms;

    -moz-transition: all 300ms;

    transition: all 300ms

}

.waves-float:active {

    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3)

}

.waves-block {

    display: block

}

.tooltip {

    display: block;

    position: absolute;

    font-size: 12px;

    letter-spacing: .09em;

    white-space: nowrap;

    opacity: 0;

    z-index: 1070;

    -webkit-transition: opacity 0.2s;

    -moz-transition: opacity 0.2s;

    transition: opacity 0.2s

}

.tooltip.in {

    opacity: 0.9

}

.tooltip.top {

    margin-top: -3px;

    padding: 5px 0

}

.tooltip.right {

    margin-left: 3px;

    padding: 0 5px

}

.tooltip.bottom {

    margin-top: 3px;

    padding: 5px 0

}

.tooltip.left {

    margin-left: -3px;

    padding: 0 5px

}

.tooltip .tooltip-inner {

    max-width: 200px;

    padding: 3px 10px;

    border-radius: 0;

    background-color: #000;

    color: #fff;

    text-align: center

}

.tooltip .tooltip-arrow {

    position: absolute;

    width: 0;

    height: 0;

    border-color: transparent;

    border-style: solid

}

.tooltip.top .tooltip-arrow {

    bottom: 0;

    left: 50%;

    margin-left: -5px;

    border-width: 5px 5px 0;

    border-top-color: #000

}

.tooltip.top-left .tooltip-arrow {

    right: 5px;

    bottom: 0;

    margin-bottom: -5px;

    border-width: 5px 5px 0;

    border-top-color: #000

}

.tooltip.top-right .tooltip-arrow {

    bottom: 0;

    left: 5px;

    margin-bottom: -5px;

    border-width: 5px 5px 0;

    border-top-color: #000

}

.tooltip.right .tooltip-arrow {

    top: 50%;

    left: 0;

    margin-top: -5px;

    border-width: 5px 5px 5px 0;

    border-right-color: #000

}

.tooltip.left .tooltip-arrow {

    top: 50%;

    right: 0;

    margin-top: -5px;

    border-width: 5px 0 5px 5px;

    border-left-color: #000

}

.tooltip.bottom .tooltip-arrow {

    top: 0;

    left: 50%;

    margin-left: -5px;

    border-width: 0 5px 5px;

    border-bottom-color: #000

}

.tooltip.bottom-left .tooltip-arrow {

    top: 0;

    right: 5px;

    margin-top: -5px;

    border-width: 0 5px 5px;

    border-bottom-color: #000

}

.tooltip.bottom-right .tooltip-arrow {

    top: 0;

    left: 5px;

    margin-top: -5px;

    border-width: 0 5px 5px;

    border-bottom-color: #000

}

.slick-slider {

    display: block;

    position: relative;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-tap-highlight-color: transparent

}

.slick-list {

    display: block;

    position: relative;

    margin: 0;

    padding: 0;

    overflow: hidden

}

.slick-list:focus {

    outline: none

}

.slick-list.dragging {

    cursor: pointer;

    cursor: hand

}

.slick-slider .slick-track, .slick-slider .slick-list {

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0)

}

.slick-track {

    display: block;

    position: relative;

    top: 0;

    left: 0

}

.slick-track::before, .slick-track::after {

    display: table;

    content: ' '

}

.slick-track::after {

    clear: both

}

.slick-loading .slick-track {

    visibility: hidden

}

.slick-slide {

    display: block;

    height: 100%;

    min-height: 1px;

    float: left

}

[dir='rtl'] .slick-slide {

    float: right

}

.slick-slide img {

    display: block

}

.slick-slide:focus {

    outline: none

}

.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 {

    display: block;

    height: auto;

    border: 1px solid transparent

}

.slick-arrow.slick-hidden {

    display: none

}

.slick-prev, .slick-next {

    display: block !important;

    position: absolute;

    top: 50%;

    width: 36px;

    height: 36px;

    margin-top: -18px;

    border: 1px solid transparent;

    border-radius: 4px;

    background-color: #fff;

    color: #018abe;

    z-index: 10;

    -webkit-transition: all 0.35s;

    -moz-transition: all 0.35s;

    transition: all 0.35s;

    text-align: center;

    text-indent: -9999px

}

.slick-prev::before, .slick-next::before {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    font-family: 'Material Icons';

    font-size: 16px;

    line-height: 34px;

    text-indent: 0

}

.slick-prev:focus, .slick-next:focus {

    outline: none

}

.slick-prev:hover, .slick-next:hover {

    background-color: #018abe;

    color: #fff

}

.slick-prev {

    left: 24px

}

.slick-prev::before {

    content: '\e314'

}

.slick-next {

    right: 24px

}

.slick-next::before {

    content: '\e315'

}

.carousel-navs-lg .slick-prev, .carousel-navs-lg .slick-next {

    width: 48px;

    height: 48px;

    margin-top: -24px

}

.carousel-navs-lg .slick-prev::before, .carousel-navs-lg .slick-next::before {

    font-size: 24px;

    line-height: 46px

}

.carousel-navs-square .slick-prev, .carousel-navs-square .slick-next {

    border-radius: 0

}

.carousel-navs-circle .slick-prev, .carousel-navs-circle .slick-next {

    border-radius: 50%

}

.carousel-navs-ghost .slick-prev, .carousel-navs-ghost .slick-next, .widget-carousel-navs .slick-prev, .widget-carousel-navs .slick-next {

    border-color: rgba(63, 107, 190, 0.25);

    background-color: transparent

}

.carousel-navs-ghost .slick-prev:hover, .carousel-navs-ghost .slick-next:hover, .widget-carousel-navs .slick-prev:hover, .widget-carousel-navs .slick-next:hover {

    background-color: #018abe

}

.carousel-navs-top-right .slick-prev, .carousel-navs-top-right .slick-next {

    top: 24px;

    margin-top: 0

}

.carousel-navs-top-right .slick-prev {

    right: 66px;

    left: auto

}

.carousel-navs-top-right.carousel-navs-lg .slick-prev {

    right: 78px

}

.carousel-navs-top-left .slick-prev, .carousel-navs-top-left .slick-next {

    top: 24px;

    margin-top: 0

}

.carousel-navs-top-left .slick-next {

    right: auto;

    left: 66px

}

.carousel-navs-top-left.carousel-navs-lg .slick-next {

    left: 78px

}

.carousel-navs-top-outside {

    padding-top: 48px

}

.carousel-navs-top-outside .slick-prev, .carousel-navs-top-outside .slick-next {

    top: 0;

    margin-top: 0

}

.carousel-navs-top-outside .slick-next {

    right: 0

}

.carousel-navs-top-outside .slick-prev {

    right: 42px;

    left: auto

}

.carousel-navs-top-outside.carousel-navs-lg {

    padding-top: 60px

}

.carousel-navs-top-outside.carousel-navs-lg .slick-prev {

    right: 54px

}

.slick-dots {

    display: block;

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    margin-bottom: -39px;

    list-style: none;

    text-align: center

}

.slick-dots > li {

    display: inline-block;

    margin: 0 6px;

    padding: 0;

    line-height: 8px

}

.slick-dots > li::before {

    display: none

}

.slick-dots > li > button {

    width: 8px;

    height: 8px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background-color: rgba(63, 107, 190, 0.25);

    text-indent: -9999px;

    -webkit-transition: background-color 0.3s;

    -moz-transition: background-color 0.3s;

    transition: background-color 0.3s

}

.slick-dots > li > button:focus {

    outline: none

}

.slick-dots > li.slick-active > button {

    background-color: #018abe

}

.carousel-dots-inside .slick-dots {

    bottom: 24px;

    margin-bottom: 0

}

.carousel-dots-left .slick-dots {

    text-align: left

}

.carousel-dots-left .slick-dots > li {

    margin-right: 12px;

    margin-left: 0

}

.carousel-dots-right .slick-dots {

    text-align: right

}

.carousel-dots-right .slick-dots > li {

    margin-right: 0;

    margin-left: 12px

}

.carousel-light.carousel-navs-ghost .slick-prev, .carousel-light.carousel-navs-ghost .slick-next {

    border-color: rgba(255, 255, 255, 0.15);

    background-color: transparent;

    color: #fff

}

.carousel-light.carousel-navs-ghost .slick-prev:hover, .carousel-light.carousel-navs-ghost .slick-next:hover {

    background-color: #fff;

    color: #018abe

}

.carousel-light .slick-dots > li > button {

    background-color: rgba(255, 255, 255, 0.5)

}

.carousel-light .slick-dots > li.slick-active > button {

    background-color: #fff

}

.comments-area {

    margin-top: 36px

}

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

    .comments-area {

        margin-top: 24px

    }

}

.comments-area h4 > sup {

    color: #4c4c4c;

    font-size: 14px;

    font-weight: 600

}

.comments-area .reply-title {

    margin-bottom: 12px

}

.comments-area .reply-title h4 {

    display: none

}

.comments-area .reply-title a {

    text-decoration: none

}

.comments-area .logged-in-as {

    margin-bottom: 16px

}

.comments-area .logged-in-as > a {

    color: #000;

    font-weight: normal;

    text-decoration: none

}

.comments-area .logged-in-as > a:hover {

    color: #018abe

}

.comments-area .form-submit {

    margin-bottom: 0;

    text-align: right

}

.comments-area .form-submit > .btn, .comments-area .widget_price_filter .price_slider_amount .form-submit > button, .widget_price_filter .price_slider_amount .comments-area .form-submit > button, .comments-area .widget_shopping_cart .buttons .form-submit > a, .widget_shopping_cart .buttons .comments-area .form-submit > a, .comments-area .woocommerce .woocommerce-Pagination .form-submit > a.button, .woocommerce .woocommerce-Pagination .comments-area .form-submit > a.button, .comments-area .woocommerce .woocommerce-Pagination .form-submit > button.button, .woocommerce .woocommerce-Pagination .comments-area .form-submit > button.button, .comments-area .woocommerce .woocommerce-Pagination .form-submit > input.button, .comments-area .comment .reply-link .form-submit > .comment-reply-link, .comment .reply-link .comments-area .form-submit > .comment-reply-link, .comments-area .nav-links .form-submit > .page-numbers.prev, .nav-links .comments-area .form-submit > .page-numbers.prev, .comments-area .nav-links .form-submit > .page-numbers.next, .nav-links .comments-area .form-submit > .page-numbers.next, .comments-area .vertical-navigation > ul .menu-item-has-children > a.form-submit > .arrow, .vertical-navigation > ul .comments-area .menu-item-has-children > a.form-submit > .arrow, .comments-area .vertical-navigation > ul .has-mega-menu > a.form-submit > .arrow, .vertical-navigation > ul .comments-area .has-mega-menu > a.form-submit > .arrow, .comments-area .woocommerce table.shop_table .form-submit > .button, .woocommerce table.shop_table .comments-area .form-submit > .button, .comments-area .woocommerce .cart-collaterals .cart_totals .form-submit > .checkout-button, .woocommerce .cart-collaterals .cart_totals .comments-area .form-submit > .checkout-button, .comments-area .woocommerce-page .cart-collaterals .cart_totals .form-submit > .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .comments-area .form-submit > .checkout-button, .comments-area .woocommerce .form-submit > button.button.alt, .woocommerce .comments-area .form-submit > button.button.alt, .comments-area .woocommerce .woocommerce-info .form-submit > .button, .woocommerce .woocommerce-info .comments-area .form-submit > .button, .comments-area .woocommerce .woocommerce-error .form-submit > .button, .woocommerce .woocommerce-error .comments-area .form-submit > .button, .comments-area .woocommerce .woocommerce-message .form-submit > .button, .woocommerce .woocommerce-message .comments-area .form-submit > .button, .comments-area .woocommerce #respond .form-submit > input#submit.alt, .woocommerce #respond .comments-area .form-submit > input#submit.alt, .comments-area .woocommerce .form-submit > a.button.alt, .woocommerce .comments-area .form-submit > a.button.alt, .comments-area .woocommerce .checkout_coupon .form-submit > input.button, .comments-area .return-to-shop .form-submit > .button.wc-backward, .return-to-shop .comments-area .form-submit > .button.wc-backward, .comments-area .woocommerce .track_order .form-submit > input.button, .comments-area .woocommerce-MyAccount-content .woocommerce-Address-title .form-submit > a, .woocommerce-MyAccount-content .woocommerce-Address-title .comments-area .form-submit > a, .comments-area .woocommerce .login .form-row .form-submit > input.button, .comments-area .woocommerce .form-submit > input.button, .woocommerce .comments-area .form-submit > input.button {

    margin: 0

}

.comment {

    margin-bottom: 24px;

    padding: 24px;

    border-radius: 4px;

    background-color: #f5f5f5

}

.comment.depth-3, .comment.depth-5, .comment.depth-7, .comment.depth-9 {

    margin-top: 24px;

    margin-bottom: 0

}

.comment.depth-2, .comment.depth-4, .comment.depth-6, .comment.depth-8, .comment.depth-10 {

    margin-top: 24px;

    margin-bottom: 0;

    background-color: #fff

}

.comment .inner {

    display: table;

    width: 100%

}

.comment .author-ava, .comment .comment-body {

    display: table-cell;

    vertical-align: top

}

.comment .author-ava {

    width: 72px;

    padding-right: 12px

}

.comment .author-ava > img {

    display: block;

    width: 100%;

    border-radius: 4px

}

.comment .author-name {

    margin-bottom: 0;

    color: #000;

    font-size: 14px;

    font-weight: normal

}

.comment .comment-body p:last-child {

    margin-bottom: 0

}

.comment .comment-date {

    display: block;

    margin-bottom: 12px;

    color: gray;

    font-size: 12px

}

.comment .reply-link {

    margin-top: 12px;

    text-align: right

}

.comment .reply-link .comment-reply-link {

    margin: 0 !important

}

@media screen and (max-width: 560px) {

    .comment .author-ava, .comment .comment-body {

        display: block

    }

    .comment .author-ava {

        width: 60px;

        margin-bottom: 15px;

        padding-right: 0

    }

    .comment .comment-body {

        width: 100%

    }

}

.comment-respond + .comment {

    margin-top: 24px

}

.page .comments-area {

    padding-bottom: 72px

}

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

    .page .comments-area {

        padding-bottom: 48px

    }

}

.nav-links {

    display: inline-block

}

.nav-links .page-numbers {

    display: inline-block;

    margin-right: 8px;

    color: gray;

    font-size: 16px;

    font-weight: 600;

    text-decoration: none;

    vertical-align: middle

}

.nav-links .page-numbers.current, .nav-links .page-numbers:hover {

    color: #018abe

}

.nav-links .page-numbers.prev, .nav-links .page-numbers.next {

    margin: 0 11px 0 0 !important

}

.nav-links .page-numbers.next {

    margin-right: 0 !important;

    margin-left: 3px !important

}

.nav-links .page-numbers.next > i {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg)

}

.nav-links .nav-previous, .nav-links .nav-next {

    display: inline-block;

    vertical-align: middle

}

.nav-links .nav-previous > a, .nav-links .nav-next > a {

    display: inline-block;

    padding: 16px 0;

    color: gray;

    font-size: 16px;

    font-weight: 600;

    text-decoration: none

}

.nav-links .nav-previous > a:hover, .nav-links .nav-next > a:hover {

    color: #018abe

}

.nav-links .nav-previous {

    margin-right: 15px

}

.nav-links .nav-previous > a::before {

    display: inline-block;

    position: relative;

    top: -1px;

    margin-right: 5px;

    font-family: 'Material Icons';

    font-weight: normal;

    content: '\e317';

    vertical-align: middle

}

.nav-links .nav-next > a::after {

    display: inline-block;

    margin-left: 5px;

    font-family: 'Material Icons';

    font-weight: normal;

    content: '\e317';

    vertical-align: middle;

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg)

}

.page-links {

    padding-top: 12px;

    color: gray;

    font-size: 16px

}

.page-links a {

    display: inline-block;

    font-weight: normal;

    text-decoration: none

}

.pagination {

    position: relative

}

.pagination > .btn, .widget_price_filter .price_slider_amount .pagination > button, .widget_shopping_cart .buttons .pagination > a, .woocommerce .woocommerce-Pagination .pagination > a.button, .woocommerce .woocommerce-Pagination .pagination > button.button, .woocommerce .woocommerce-Pagination .pagination > input.button, .comment .reply-link .pagination > .comment-reply-link, .nav-links .pagination > .page-numbers.prev, .nav-links .pagination > .page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a.pagination > .arrow, .vertical-navigation > ul .has-mega-menu > a.pagination > .arrow, .woocommerce table.shop_table .pagination > .button, .woocommerce .cart-collaterals .cart_totals .pagination > .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .pagination > .checkout-button, .woocommerce .pagination > button.button.alt, .woocommerce .woocommerce-info .pagination > .button, .woocommerce .woocommerce-error .pagination > .button, .woocommerce .woocommerce-message .pagination > .button, .woocommerce #respond .pagination > input#submit.alt, .woocommerce .pagination > a.button.alt, .woocommerce .checkout_coupon .pagination > input.button, .return-to-shop .pagination > .button.wc-backward, .woocommerce .track_order .pagination > input.button, .woocommerce-MyAccount-content .woocommerce-Address-title .pagination > a, .woocommerce .login .form-row .pagination > input.button, .woocommerce .pagination > input.button {

    margin: 0

}

.pagination .loader {

    display: block;

    position: absolute;

    top: 50%;

    left: 0;

    width: 70px;

    margin-top: -11px;

    text-align: center;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.pagination .loader > span {

    display: inline-block;

    width: 18px;

    height: 18px;

    border-radius: 100%;

    background-color: rgba(63, 107, 190, 0.5);

    -webkit-animation: loading 1.4s ease-in-out 0s infinite both;

    -moz-animation: loading 1.4s ease-in-out 0s infinite both;

    animation: loading 1.4s ease-in-out 0s infinite both

}

.pagination .loader > span.child-1 {

    -webkit-animation-delay: -0.32s;

    -moz-animation-delay: -0.32s;

    animation-delay: -0.32s

}

.pagination .loader > span.child-2 {

    -webkit-animation-delay: -0.16s;

    -moz-animation-delay: -0.16s;

    animation-delay: -0.16s

}

.pagination.text-center .loader {

    left: 50%;

    margin-left: -11px

}

.pagination.text-right .loader {

    right: 0;

    left: auto

}

.pagination-infinite, .pagination-infinite.text-right {

    padding-top: 12px;

    padding-right: 0;

    padding-bottom: 8px;

    padding-left: 0

}

.pagination-infinite .loader, .pagination-infinite.text-right .loader {

    left: 50%;

    margin-left: -11px

}

.data-loading .btn, .data-loading .widget_price_filter .price_slider_amount button, .widget_price_filter .price_slider_amount .data-loading button, .data-loading .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons .data-loading a, .data-loading .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination .data-loading a.button, .data-loading .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination .data-loading button.button, .data-loading .comment .reply-link .comment-reply-link, .comment .reply-link .data-loading .comment-reply-link, .data-loading .nav-links .page-numbers.prev, .nav-links .data-loading .page-numbers.prev, .data-loading .nav-links .page-numbers.next, .nav-links .data-loading .page-numbers.next, .data-loading .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .data-loading .menu-item-has-children > a > .arrow, .data-loading .vertical-navigation > ul .has-mega-menu > a > .arrow, .vertical-navigation > ul .data-loading .has-mega-menu > a > .arrow, .data-loading .woocommerce table.shop_table .button, .woocommerce table.shop_table .data-loading .button, .data-loading .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .data-loading .checkout-button, .data-loading .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .data-loading .checkout-button, .data-loading .woocommerce button.button.alt, .woocommerce .data-loading button.button.alt, .data-loading .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .data-loading .button, .data-loading .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .data-loading .button, .data-loading .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .data-loading .button, .data-loading .woocommerce #respond input#submit.alt, .woocommerce #respond .data-loading input#submit.alt, .data-loading .woocommerce a.button.alt, .woocommerce .data-loading a.button.alt, .data-loading .return-to-shop .button.wc-backward, .return-to-shop .data-loading .button.wc-backward, .data-loading .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce-MyAccount-content .woocommerce-Address-title .data-loading a, .data-loading .woocommerce .login .form-row input.button, .woocommerce .login .form-row .data-loading input.button, .data-loading .woocommerce input.button, .woocommerce .data-loading input.button {

    opacity: 0;

    visibility: hidden

}

.data-loading .loader {

    opacity: 1;

    visibility: visible

}

@keyframes loading {

    0%, 80%, 100% {

        transform: scale(0)

    }

    40% {

        transform: scale(1)

    }

}

.wp-caption {

    display: block;

    position: relative;

    max-width: 100% !important;

    margin-bottom: 24px

}

.wp-caption > img {

    display: block

}

.wp-caption .wp-caption-text {

    display: block;

    width: 100%;

    margin-top: 12px;

    color: gray;

    font-size: 12px;

    text-align: center

}

.wp-caption .wp-caption-text > a {

    text-decoration: none

}

.wp-caption p {

    margin-bottom: 0

}

.wp-caption > a > img {

    display: block

}

.screen-reader-text {

    position: absolute !important;

    width: 1px;

    height: 1px;

    overflow: hidden;

    clip: rect(1px, 1px, 1px, 1px)

}

.screen-reader-text:focus {

    display: block;

    top: 5px;

    left: 5px;

    width: auto;

    height: auto;

    padding: 15px 23px 14px;

    border-radius: 3px;

    background-color: #f1f1f1;

    color: #21759b;

    font-size: 14px;

    font-size: .875rem;

    font-weight: bold;

    line-height: normal;

    text-decoration: none;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

    z-index: 100000;

    clip: auto !important

}

.aligncenter, div.aligncenter {

    display: block;

    margin-right: auto;

    margin-left: auto

}

.alignright {

    display: block;

    margin: 5px 0 24px 20px;

    float: right

}

.alignleft {

    display: block;

    margin: 5px 20px 24px 0;

    float: left

}

.gallery {

    margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0px;

}

.gal {
    transition: 0.2s ease-in-out;
}

.gal:hover {
    filter: brightness(0.6);
    transition: 0.2s ease-in-out;
}

.gallery-item {

    display: inline-block;

    width: 100%;

    margin-bottom: 24px;

    text-align: center;

    vertical-align: top

}

.gallery-item .gallery-icon a img {

    margin: auto

}

.gallery-item .wp-caption-text {

    display: block;

    width: 100%;

    margin-top: 12px;

    color: gray;

    font-size: 12px;

    text-align: center

}

.gallery-item .wp-caption-text > a {

    text-decoration: none

}

.gallery-columns-2 .gallery-item {

    max-width: 50%

}

.gallery-columns-3 .gallery-item {

    max-width: 33.33%

}

.gallery-columns-4 .gallery-item {

    max-width: 25%

}

.gallery-columns-5 .gallery-item {

    max-width: 20%

}

.gallery-columns-6 .gallery-item {

    max-width: 16.66%

}

.gallery-columns-7 .gallery-item {

    max-width: 14.28%

}

.gallery-columns-8 .gallery-item {

    max-width: 12.5%

}

.gallery-columns-9 .gallery-item {

    max-width: 11.11%

}

.gallery-caption {

    display: block

}

.bypostauthor {

    display: block

}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {

    margin-bottom: 0 !important

}

.loop-animation {

    transform: translate3d(0, 0, 0);

    -webkit-transform: translate3d(0, 0, 0);

    animation-iteration-count: infinite;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-font-smoothing: subpixel-antialiased

}

.type-pulse {

    transform-origin: 70% 70%;

    animation-name: pulse_animation;

    animation-duration: 5000ms;

    animation-timing-function: linear

}

@keyframes pulse_animation {

    0% {

        transform: scale(1)

    }

    30% {

        transform: scale(1)

    }

    40% {

        transform: scale(1.08)

    }

    50% {

        transform: scale(1)

    }

    60% {

        transform: scale(1)

    }

    70% {

        transform: scale(1.05)

    }

    80% {

        transform: scale(1)

    }

    100% {

        transform: scale(1)

    }

}

.type-zoomInOut {

    transform-origin: 70% 70%;

    animation-name: zoomInOut;

    animation-duration: 15s;

    animation-timing-function: linear

}

@keyframes zoomInOut {

    0% {

        transform: scale(1)

    }

    50% {

        transform: scale(0.92)

    }

    100% {

        transform: scale(1)

    }

}

.type-hMotion {

    transform-origin: 70% 70%;

    animation-name: hor-motion;

    animation-duration: 15s;

    animation-timing-function: linear

}

@keyframes hor-motion {

    0% {

        transform: translate3d(0, 0, 0)

    }

    50% {

        transform: translate3d(20px, 0, 0)

    }

    100% {

        transform: translate3d(0, 0, 0)

    }

}

.type-vMotion {

    transform-origin: 70% 70%;

    animation-name: vert-motion;

    animation-duration: 15s;

    animation-timing-function: linear

}

@keyframes vert-motion {

    0% {

        transform: translate3d(0, 0, 0)

    }

    50% {

        transform: translate3d(0, 20px, 0)

    }

    100% {

        transform: translate3d(0, 0, 0)

    }

}

.masonry-grid {

    position: relative

}

.masonry-grid::before, .masonry-grid::after {

    display: table;

    content: ' '

}

.masonry-grid::after {

    clear: both

}

.masonry-grid .gutter-sizer {

    width: 30px

}

.masonry-grid .grid-item {

    margin-bottom: 30px

}

.masonry-grid .grid-item .post-tile, .masonry-grid .grid-item .portfolio-tile {

    margin-bottom: 0

}

.masonry-grid.col-1 .gutter-sizer {

    width: 0

}

.masonry-grid.col-1 .grid-sizer, .masonry-grid.col-1 .grid-item {

    width: 100%

}

.masonry-grid.col-2 .grid-sizer, .masonry-grid.col-2 .grid-item {

    width: calc((100% / 2) -15px)

}

.masonry-grid.col-3 .grid-sizer, .masonry-grid.col-3 .grid-item {

    width: calc((100% / 3) -20px)

}

.masonry-grid.col-4 .grid-sizer, .masonry-grid.col-4 .grid-item {

    width: calc((100% / 4) -22.5px)

}

.masonry-grid.col-5 .grid-sizer, .masonry-grid.col-5 .grid-item {

    width: calc((100% / 5) -24px)

}

.masonry-grid.col-6 .grid-sizer, .masonry-grid.col-6 .grid-item {

    width: calc((100% / 6) -25px)

}

@media screen and (max-width: 1100px) {

    .masonry-grid.col-6 .grid-sizer, .masonry-grid.col-6 .grid-item, .masonry-grid.col-5 .grid-sizer, .masonry-grid.col-5 .grid-item, .masonry-grid.col-4 .grid-sizer, .masonry-grid.col-4 .grid-item {

        width: calc((100% / 3) -20px)

    }

}

@media screen and (max-width: 820px) {

    .masonry-grid.col-6 .grid-sizer, .masonry-grid.col-6 .grid-item, .masonry-grid.col-5 .grid-sizer, .masonry-grid.col-5 .grid-item, .masonry-grid.col-4 .grid-sizer, .masonry-grid.col-4 .grid-item, .masonry-grid.col-3 .grid-sizer, .masonry-grid.col-3 .grid-item {

        width: calc((100% / 2) -15px)

    }

}

@media screen and (max-width: 560px) {

    .masonry-grid.col-6 .gutter-sizer, .masonry-grid.col-5 .gutter-sizer, .masonry-grid.col-4 .gutter-sizer, .masonry-grid.col-3 .gutter-sizer, .masonry-grid.col-2 .gutter-sizer {

        width: 0

    }

    .masonry-grid.col-6 .grid-sizer, .masonry-grid.col-6 .grid-item, .masonry-grid.col-5 .grid-sizer, .masonry-grid.col-5 .grid-item, .masonry-grid.col-4 .grid-sizer, .masonry-grid.col-4 .grid-item, .masonry-grid.col-3 .grid-sizer, .masonry-grid.col-3 .grid-item, .masonry-grid.col-2 .grid-sizer, .masonry-grid.col-2 .grid-item {

        width: 100%

    }

}

.masonry-grid.grid-no-gap .gutter-sizer {

    width: 0

}

.masonry-grid.grid-no-gap .grid-item {

    margin-bottom: 0

}

.masonry-grid.grid-no-gap.col-2 .grid-sizer, .masonry-grid.grid-no-gap.col-2 .grid-item {

    width: 50%

}

.masonry-grid.grid-no-gap.col-3 .grid-sizer, .masonry-grid.grid-no-gap.col-3 .grid-item {

    width: 33.33333%

}

.masonry-grid.grid-no-gap.col-4 .grid-sizer, .masonry-grid.grid-no-gap.col-4 .grid-item {

    width: 25%

}

.masonry-grid.grid-no-gap.col-5 .grid-sizer, .masonry-grid.grid-no-gap.col-5 .grid-item {

    width: 20%

}

.masonry-grid.grid-no-gap.col-6 .grid-sizer, .masonry-grid.grid-no-gap.col-6 .grid-item {

    width: 16.66667%

}

@media screen and (max-width: 1100px) {

    .masonry-grid.grid-no-gap.col-6 .grid-sizer, .masonry-grid.grid-no-gap.col-6 .grid-item, .masonry-grid.grid-no-gap.col-5 .grid-sizer, .masonry-grid.grid-no-gap.col-5 .grid-item, .masonry-grid.grid-no-gap.col-4 .grid-sizer, .masonry-grid.grid-no-gap.col-4 .grid-item {

        width: 33.33333%

    }

}

@media screen and (max-width: 820px) {

    .masonry-grid.grid-no-gap.col-6 .grid-sizer, .masonry-grid.grid-no-gap.col-6 .grid-item, .masonry-grid.grid-no-gap.col-5 .grid-sizer, .masonry-grid.grid-no-gap.col-5 .grid-item, .masonry-grid.grid-no-gap.col-4 .grid-sizer, .masonry-grid.grid-no-gap.col-4 .grid-item, .masonry-grid.grid-no-gap.col-3 .grid-sizer, .masonry-grid.grid-no-gap.col-3 .grid-item {

        width: 50%

    }

}

@media screen and (max-width: 560px) {

    .masonry-grid.grid-no-gap.col-6 .grid-sizer, .masonry-grid.grid-no-gap.col-6 .grid-item, .masonry-grid.grid-no-gap.col-5 .grid-sizer, .masonry-grid.grid-no-gap.col-5 .grid-item, .masonry-grid.grid-no-gap.col-4 .grid-sizer, .masonry-grid.grid-no-gap.col-4 .grid-item, .masonry-grid.grid-no-gap.col-3 .grid-sizer, .masonry-grid.grid-no-gap.col-3 .grid-item, .masonry-grid.grid-no-gap.col-2 .grid-sizer, .masonry-grid.grid-no-gap.col-2 .grid-item {

        width: 100%

    }

}

.grid-justified::before, .grid-justified::after {

    display: table;

    content: ' '

}

.grid-justified::after {

    clear: both

}

.grid-justified .grid-item {

    position: relative;

    width: 33.33%;

    height: 462px;

    float: left

}

.grid-justified .grid-item:nth-child(1) {

    width: 44%

}

.grid-justified .grid-item:nth-child(2) {

    width: 24%

}

.grid-justified .grid-item:nth-child(3) {

    width: 32%

}

.grid-justified .grid-item:nth-child(4) {

    width: 24%

}

.grid-justified .grid-item:nth-child(5) {

    width: 32%

}

.grid-justified .grid-item:nth-child(6) {

    width: 44%

}

.grid-justified .grid-item:nth-child(7) {

    width: 44%

}

.grid-justified .grid-item:nth-child(8) {

    width: 24%

}

.grid-justified .grid-item:nth-child(9) {

    width: 32%

}

.grid-justified .grid-item:nth-child(10) {

    width: 24%

}

.grid-justified .grid-item:nth-child(11) {

    width: 32%

}

.grid-justified .grid-item:nth-child(12) {

    width: 44%

}

.grid-justified .grid-item:nth-child(13) {

    width: 44%

}

.grid-justified .grid-item:nth-child(14) {

    width: 24%

}

.grid-justified .grid-item:nth-child(15) {

    width: 32%

}

.grid-justified .grid-item:nth-child(16) {

    width: 24%

}

.grid-justified .grid-item:nth-child(17) {

    width: 32%

}

.grid-justified .grid-item:nth-child(18) {

    width: 44%

}

.grid-justified .grid-item:nth-child(19) {

    width: 44%

}

.grid-justified .grid-item:nth-child(20) {

    width: 24%

}

.grid-justified .grid-item:nth-child(21) {

    width: 32%

}

.grid-justified .grid-item:nth-child(22) {

    width: 24%

}

.grid-justified .grid-item:nth-child(23) {

    width: 32%

}

.grid-justified .grid-item:nth-child(24) {

    width: 44%

}

.grid-justified .grid-item:nth-child(25) {

    width: 44%

}

.grid-justified .grid-item:nth-child(26) {

    width: 24%

}

.grid-justified .grid-item:nth-child(27) {

    width: 32%

}

.grid-justified .grid-item:nth-child(28) {

    width: 24%

}

.grid-justified .grid-item:nth-child(29) {

    width: 32%

}

.grid-justified .grid-item:nth-child(30) {

    width: 44%

}

.grid-justified .grid-item:nth-child(31) {

    width: 44%

}

.grid-justified .grid-item:nth-child(32) {

    width: 24%

}

.grid-justified .grid-item:nth-child(33) {

    width: 32%

}

.grid-justified .grid-item:nth-child(34) {

    width: 24%

}

.grid-justified .grid-item:nth-child(35) {

    width: 32%

}

.grid-justified .grid-item:nth-child(36) {

    width: 44%

}

.grid-justified .grid-item:nth-child(37) {

    width: 44%

}

.grid-justified .grid-item:nth-child(38) {

    width: 24%

}

.grid-justified .grid-item:nth-child(39) {

    width: 32%

}

.grid-justified .grid-item:nth-child(40) {

    width: 24%

}

.grid-justified .grid-item:nth-child(41) {

    width: 32%

}

.grid-justified .grid-item:nth-child(42) {

    width: 44%

}

@media screen and (max-width: 991px) {

    .grid-justified .grid-item {

        width: 33.33% !important;

        height: 370px

    }

}

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

    .grid-justified .grid-item {

        width: 50% !important;

        height: 340px

    }

}

@media screen and (max-width: 560px) {

    .grid-justified .grid-item {

        width: 100% !important

    }

}

@media screen and (max-width: 360px) {

    .grid-justified .grid-item {

        height: 320px

    }

}

.fw-section {

    position: relative;

    width: 100%;

    background-position: 50% 50%;

    background-repeat: no-repeat;

    background-size: cover

}

.fw-section > .overlay {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #000;

    content: '';

    opacity: 0.65;

    z-index: 1

}

.fw-section > .container, .fw-section > .container-fluid {

    position: relative;

    z-index: 5

}

.container-fluid {

    padding-right: 72px;

    padding-left: 72px

}

@media screen and (max-width: 1200px) {

    .container-fluid {

        padding: 0 15px

    }

}

.layout-boxed-equal > .container > .row, .layout-boxed-equal > .container-fluid > .row, .layout-full-equal > .container > .row, .layout-full-equal > .container-fluid > .row {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-flex: 0;

    -ms-flex: 0 1 auto;

    flex: 0 1 auto;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    box-sizing: border-box

}

.layout-boxed-equal > .container > .row::before, .layout-boxed-equal > .container-fluid > .row::before, .layout-full-equal > .container > .row::before, .layout-full-equal > .container-fluid > .row::before {

    display: none

}

.layout-boxed-equal .col-xs, .layout-boxed-equal .col-xs-1, .layout-boxed-equal .col-xs-2, .layout-boxed-equal .col-xs-3, .layout-boxed-equal .col-xs-4, .layout-boxed-equal .col-xs-5, .layout-boxed-equal .col-xs-6, .layout-boxed-equal .col-xs-7, .layout-boxed-equal .col-xs-8, .layout-boxed-equal .col-xs-9, .layout-boxed-equal .col-xs-10, .layout-boxed-equal .col-xs-11, .layout-boxed-equal .col-xs-12, .layout-boxed-equal .col-xs-offset-0, .layout-boxed-equal .col-xs-offset-1, .layout-boxed-equal .col-xs-offset-2, .layout-boxed-equal .col-xs-offset-3, .layout-boxed-equal .col-xs-offset-4, .layout-boxed-equal .col-xs-offset-5, .layout-boxed-equal .col-xs-offset-6, .layout-boxed-equal .col-xs-offset-7, .layout-boxed-equal .col-xs-offset-8, .layout-boxed-equal .col-xs-offset-9, .layout-boxed-equal .col-xs-offset-10, .layout-boxed-equal .col-xs-offset-11, .layout-boxed-equal .col-xs-offset-12, .layout-full-equal .col-xs, .layout-full-equal .col-xs-1, .layout-full-equal .col-xs-2, .layout-full-equal .col-xs-3, .layout-full-equal .col-xs-4, .layout-full-equal .col-xs-5, .layout-full-equal .col-xs-6, .layout-full-equal .col-xs-7, .layout-full-equal .col-xs-8, .layout-full-equal .col-xs-9, .layout-full-equal .col-xs-10, .layout-full-equal .col-xs-11, .layout-full-equal .col-xs-12, .layout-full-equal .col-xs-offset-0, .layout-full-equal .col-xs-offset-1, .layout-full-equal .col-xs-offset-2, .layout-full-equal .col-xs-offset-3, .layout-full-equal .col-xs-offset-4, .layout-full-equal .col-xs-offset-5, .layout-full-equal .col-xs-offset-6, .layout-full-equal .col-xs-offset-7, .layout-full-equal .col-xs-offset-8, .layout-full-equal .col-xs-offset-9, .layout-full-equal .col-xs-offset-10, .layout-full-equal .col-xs-offset-11, .layout-full-equal .col-xs-offset-12 {

    flex: 0 0 auto;

    box-sizing: border-box

}

.layout-boxed-equal [class^='col-sm'] [class^='col-md'], .layout-boxed-equal [class^='col-lg'], .layout-full-equal [class^='col-sm'] [class^='col-md'], .layout-full-equal [class^='col-lg'] {

    width: 100%

}

.layout-boxed-equal .col-xs, .layout-full-equal .col-xs {

    flex-basis: 0;

    flex-grow: 1;

    max-width: 100%

}

.layout-boxed-equal .col-xs-1, .layout-full-equal .col-xs-1 {

    flex-basis: 8.33333333%;

    max-width: 8.33333333%

}

.layout-boxed-equal .col-xs-2, .layout-full-equal .col-xs-2 {

    flex-basis: 16.66666667%;

    max-width: 16.66666667%

}

.layout-boxed-equal .col-xs-3, .layout-full-equal .col-xs-3 {

    flex-basis: 25%;

    max-width: 25%

}

.layout-boxed-equal .col-xs-4, .layout-full-equal .col-xs-4 {

    flex-basis: 33.33333333%;

    max-width: 33.33333333%

}

.layout-boxed-equal .col-xs-5, .layout-full-equal .col-xs-5 {

    flex-basis: 41.66666667%;

    max-width: 41.66666667%

}

.layout-boxed-equal .col-xs-6, .layout-full-equal .col-xs-6 {

    flex-basis: 50%;

    max-width: 50%

}

.layout-boxed-equal .col-xs-7, .layout-full-equal .col-xs-7 {

    flex-basis: 58.33333333%;

    max-width: 58.33333333%

}

.layout-boxed-equal .col-xs-8, .layout-full-equal .col-xs-8 {

    flex-basis: 66.66666667%;

    max-width: 66.66666667%

}

.layout-boxed-equal .col-xs-9, .layout-full-equal .col-xs-9 {

    flex-basis: 75%;

    max-width: 75%

}

.layout-boxed-equal .col-xs-10, .layout-full-equal .col-xs-10 {

    flex-basis: 83.33333333%;

    max-width: 83.33333333%

}

.layout-boxed-equal .col-xs-11, .layout-full-equal .col-xs-11 {

    flex-basis: 91.66666667%;

    max-width: 91.66666667%

}

.layout-boxed-equal .col-xs-12, .layout-full-equal .col-xs-12 {

    flex-basis: 100%;

    max-width: 100%

}

.layout-boxed-equal .col-xs-offset-0, .layout-full-equal .col-xs-offset-0 {

    margin-left: 0

}

.layout-boxed-equal .col-xs-offset-1, .layout-full-equal .col-xs-offset-1 {

    margin-left: 8.33333333%

}

.layout-boxed-equal .col-xs-offset-2, .layout-full-equal .col-xs-offset-2 {

    margin-left: 16.66666667%

}

.layout-boxed-equal .col-xs-offset-3, .layout-full-equal .col-xs-offset-3 {

    margin-left: 25%

}

.layout-boxed-equal .col-xs-offset-4, .layout-full-equal .col-xs-offset-4 {

    margin-left: 33.33333333%

}

.layout-boxed-equal .col-xs-offset-5, .layout-full-equal .col-xs-offset-5 {

    margin-left: 41.66666667%

}

.layout-boxed-equal .col-xs-offset-6, .layout-full-equal .col-xs-offset-6 {

    margin-left: 50%

}

.layout-boxed-equal .col-xs-offset-7, .layout-full-equal .col-xs-offset-7 {

    margin-left: 58.33333333%

}

.layout-boxed-equal .col-xs-offset-8, .layout-full-equal .col-xs-offset-8 {

    margin-left: 66.66666667%

}

.layout-boxed-equal .col-xs-offset-9, .layout-full-equal .col-xs-offset-9 {

    margin-left: 75%

}

.layout-boxed-equal .col-xs-offset-10, .layout-full-equal .col-xs-offset-10 {

    margin-left: 83.33333333%

}

.layout-boxed-equal .col-xs-offset-11, .layout-full-equal .col-xs-offset-11 {

    margin-left: 91.66666667%

}

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

    .layout-boxed-equal .col-sm, .layout-boxed-equal .col-sm-1, .layout-boxed-equal .col-sm-2, .layout-boxed-equal .col-sm-3, .layout-boxed-equal .col-sm-4, .layout-boxed-equal .col-sm-5, .layout-boxed-equal .col-sm-6, .layout-boxed-equal .col-sm-7, .layout-boxed-equal .col-sm-8, .layout-boxed-equal .col-sm-9, .layout-boxed-equal .col-sm-10, .layout-boxed-equal .col-sm-11, .layout-boxed-equal .col-sm-12, .layout-boxed-equal .col-sm-offset-0, .layout-boxed-equal .col-sm-offset-1, .layout-boxed-equal .col-sm-offset-2, .layout-boxed-equal .col-sm-offset-3, .layout-boxed-equal .col-sm-offset-4, .layout-boxed-equal .col-sm-offset-5, .layout-boxed-equal .col-sm-offset-6, .layout-boxed-equal .col-sm-offset-7, .layout-boxed-equal .col-sm-offset-8, .layout-boxed-equal .col-sm-offset-9, .layout-boxed-equal .col-sm-offset-10, .layout-boxed-equal .col-sm-offset-11, .layout-boxed-equal .col-sm-offset-12, .layout-full-equal .col-sm, .layout-full-equal .col-sm-1, .layout-full-equal .col-sm-2, .layout-full-equal .col-sm-3, .layout-full-equal .col-sm-4, .layout-full-equal .col-sm-5, .layout-full-equal .col-sm-6, .layout-full-equal .col-sm-7, .layout-full-equal .col-sm-8, .layout-full-equal .col-sm-9, .layout-full-equal .col-sm-10, .layout-full-equal .col-sm-11, .layout-full-equal .col-sm-12, .layout-full-equal .col-sm-offset-0, .layout-full-equal .col-sm-offset-1, .layout-full-equal .col-sm-offset-2, .layout-full-equal .col-sm-offset-3, .layout-full-equal .col-sm-offset-4, .layout-full-equal .col-sm-offset-5, .layout-full-equal .col-sm-offset-6, .layout-full-equal .col-sm-offset-7, .layout-full-equal .col-sm-offset-8, .layout-full-equal .col-sm-offset-9, .layout-full-equal .col-sm-offset-10, .layout-full-equal .col-sm-offset-11, .layout-full-equal .col-sm-offset-12 {

        flex: 0 0 auto;

        box-sizing: border-box

    }

    .layout-boxed-equal .col-sm, .layout-full-equal .col-sm {

        flex-basis: 0;

        flex-grow: 1;

        max-width: 100%

    }

    .layout-boxed-equal .col-sm-1, .layout-full-equal .col-sm-1 {

        flex-basis: 8.33333333%;

        max-width: 8.33333333%

    }

    .layout-boxed-equal .col-sm-2, .layout-full-equal .col-sm-2 {

        flex-basis: 16.66666667%;

        max-width: 16.66666667%

    }

    .layout-boxed-equal .col-sm-3, .layout-full-equal .col-sm-3 {

        flex-basis: 25%;

        max-width: 25%

    }

    .layout-boxed-equal .col-sm-4, .layout-full-equal .col-sm-4 {

        flex-basis: 33.33333333%;

        max-width: 33.33333333%

    }

    .layout-boxed-equal .col-sm-5, .layout-full-equal .col-sm-5 {

        flex-basis: 41.66666667%;

        max-width: 41.66666667%

    }

    .layout-boxed-equal .col-sm-6, .layout-full-equal .col-sm-6 {

        flex-basis: 50%;

        max-width: 50%

    }

    .layout-boxed-equal .col-sm-7, .layout-full-equal .col-sm-7 {

        flex-basis: 58.33333333%;

        max-width: 58.33333333%

    }

    .layout-boxed-equal .col-sm-8, .layout-full-equal .col-sm-8 {

        flex-basis: 66.66666667%;

        max-width: 66.66666667%

    }

    .layout-boxed-equal .col-sm-9, .layout-full-equal .col-sm-9 {

        flex-basis: 75%;

        max-width: 75%

    }

    .layout-boxed-equal .col-sm-10, .layout-full-equal .col-sm-10 {

        flex-basis: 83.33333333%;

        max-width: 83.33333333%

    }

    .layout-boxed-equal .col-sm-11, .layout-full-equal .col-sm-11 {

        flex-basis: 91.66666667%;

        max-width: 91.66666667%

    }

    .layout-boxed-equal .col-sm-12, .layout-full-equal .col-sm-12 {

        flex-basis: 100%;

        max-width: 100%

    }

    .layout-boxed-equal .col-sm-offset-0, .layout-full-equal .col-sm-offset-0 {

        margin-left: 0

    }

    .layout-boxed-equal .col-sm-offset-1, .layout-full-equal .col-sm-offset-1 {

        margin-left: 8.33333333%

    }

    .layout-boxed-equal .col-sm-offset-2, .layout-full-equal .col-sm-offset-2 {

        margin-left: 16.66666667%

    }

    .layout-boxed-equal .col-sm-offset-3, .layout-full-equal .col-sm-offset-3 {

        margin-left: 25%

    }

    .layout-boxed-equal .col-sm-offset-4, .layout-full-equal .col-sm-offset-4 {

        margin-left: 33.33333333%

    }

    .layout-boxed-equal .col-sm-offset-5, .layout-full-equal .col-sm-offset-5 {

        margin-left: 41.66666667%

    }

    .layout-boxed-equal .col-sm-offset-6, .layout-full-equal .col-sm-offset-6 {

        margin-left: 50%

    }

    .layout-boxed-equal .col-sm-offset-7, .layout-full-equal .col-sm-offset-7 {

        margin-left: 58.33333333%

    }

    .layout-boxed-equal .col-sm-offset-8, .layout-full-equal .col-sm-offset-8 {

        margin-left: 66.66666667%

    }

    .layout-boxed-equal .col-sm-offset-9, .layout-full-equal .col-sm-offset-9 {

        margin-left: 75%

    }

    .layout-boxed-equal .col-sm-offset-10, .layout-full-equal .col-sm-offset-10 {

        margin-left: 83.33333333%

    }

    .layout-boxed-equal .col-sm-offset-11, .layout-full-equal .col-sm-offset-11 {

        margin-left: 91.66666667%

    }

}

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

    .layout-boxed-equal .col-md, .layout-boxed-equal .col-md-1, .layout-boxed-equal .col-md-2, .layout-boxed-equal .col-md-3, .layout-boxed-equal .col-md-4, .layout-boxed-equal .col-md-5, .layout-boxed-equal .col-md-6, .layout-boxed-equal .col-md-7, .layout-boxed-equal .col-md-8, .layout-boxed-equal .col-md-9, .layout-boxed-equal .col-md-10, .layout-boxed-equal .col-md-11, .layout-boxed-equal .col-md-12, .layout-boxed-equal .col-md-offset-0, .layout-boxed-equal .col-md-offset-1, .layout-boxed-equal .col-md-offset-2, .layout-boxed-equal .col-md-offset-3, .layout-boxed-equal .col-md-offset-4, .layout-boxed-equal .col-md-offset-5, .layout-boxed-equal .col-md-offset-6, .layout-boxed-equal .col-md-offset-7, .layout-boxed-equal .col-md-offset-8, .layout-boxed-equal .col-md-offset-9, .layout-boxed-equal .col-md-offset-10, .layout-boxed-equal .col-md-offset-11, .layout-boxed-equal .col-md-offset-12, .layout-full-equal .col-md, .layout-full-equal .col-md-1, .layout-full-equal .col-md-2, .layout-full-equal .col-md-3, .layout-full-equal .col-md-4, .layout-full-equal .col-md-5, .layout-full-equal .col-md-6, .layout-full-equal .col-md-7, .layout-full-equal .col-md-8, .layout-full-equal .col-md-9, .layout-full-equal .col-md-10, .layout-full-equal .col-md-11, .layout-full-equal .col-md-12, .layout-full-equal .col-md-offset-0, .layout-full-equal .col-md-offset-1, .layout-full-equal .col-md-offset-2, .layout-full-equal .col-md-offset-3, .layout-full-equal .col-md-offset-4, .layout-full-equal .col-md-offset-5, .layout-full-equal .col-md-offset-6, .layout-full-equal .col-md-offset-7, .layout-full-equal .col-md-offset-8, .layout-full-equal .col-md-offset-9, .layout-full-equal .col-md-offset-10, .layout-full-equal .col-md-offset-11, .layout-full-equal .col-md-offset-12 {

        flex: 0 0 auto;

        box-sizing: border-box

    }

    .layout-boxed-equal .col-md, .layout-full-equal .col-md {

        flex-basis: 0;

        flex-grow: 1;

        max-width: 100%

    }

    .layout-boxed-equal .col-md-1, .layout-full-equal .col-md-1 {

        flex-basis: 8.33333333%;

        max-width: 8.33333333%

    }

    .layout-boxed-equal .col-md-2, .layout-full-equal .col-md-2 {

        flex-basis: 16.66666667%;

        max-width: 16.66666667%

    }

    .layout-boxed-equal .col-md-3, .layout-full-equal .col-md-3 {

        flex-basis: 25%;

        max-width: 25%

    }

    .layout-boxed-equal .col-md-4, .layout-full-equal .col-md-4 {

        flex-basis: 33.33333333%;

        max-width: 33.33333333%

    }

    .layout-boxed-equal .col-md-5, .layout-full-equal .col-md-5 {

        flex-basis: 41.66666667%;

        max-width: 41.66666667%

    }

    .layout-boxed-equal .col-md-6, .layout-full-equal .col-md-6 {

        flex-basis: 50%;

        max-width: 50%

    }

    .layout-boxed-equal .col-md-7, .layout-full-equal .col-md-7 {

        flex-basis: 58.33333333%;

        max-width: 58.33333333%

    }

    .layout-boxed-equal .col-md-8, .layout-full-equal .col-md-8 {

        flex-basis: 66.66666667%;

        max-width: 66.66666667%

    }

    .layout-boxed-equal .col-md-9, .layout-full-equal .col-md-9 {

        flex-basis: 75%;

        max-width: 75%

    }

    .layout-boxed-equal .col-md-10, .layout-full-equal .col-md-10 {

        flex-basis: 83.33333333%;

        max-width: 83.33333333%

    }

    .layout-boxed-equal .col-md-11, .layout-full-equal .col-md-11 {

        flex-basis: 91.66666667%;

        max-width: 91.66666667%

    }

    .layout-boxed-equal .col-md-12, .layout-full-equal .col-md-12 {

        flex-basis: 100%;

        max-width: 100%

    }

    .layout-boxed-equal .col-md-offset-0, .layout-full-equal .col-md-offset-0 {

        margin-left: 0

    }

    .layout-boxed-equal .col-md-offset-1, .layout-full-equal .col-md-offset-1 {

        margin-left: 8.33333333%

    }

    .layout-boxed-equal .col-md-offset-2, .layout-full-equal .col-md-offset-2 {

        margin-left: 16.66666667%

    }

    .layout-boxed-equal .col-md-offset-3, .layout-full-equal .col-md-offset-3 {

        margin-left: 25%

    }

    .layout-boxed-equal .col-md-offset-4, .layout-full-equal .col-md-offset-4 {

        margin-left: 33.33333333%

    }

    .layout-boxed-equal .col-md-offset-5, .layout-full-equal .col-md-offset-5 {

        margin-left: 41.66666667%

    }

    .layout-boxed-equal .col-md-offset-6, .layout-full-equal .col-md-offset-6 {

        margin-left: 50%

    }

    .layout-boxed-equal .col-md-offset-7, .layout-full-equal .col-md-offset-7 {

        margin-left: 58.33333333%

    }

    .layout-boxed-equal .col-md-offset-8, .layout-full-equal .col-md-offset-8 {

        margin-left: 66.66666667%

    }

    .layout-boxed-equal .col-md-offset-9, .layout-full-equal .col-md-offset-9 {

        margin-left: 75%

    }

    .layout-boxed-equal .col-md-offset-10, .layout-full-equal .col-md-offset-10 {

        margin-left: 83.33333333%

    }

    .layout-boxed-equal .col-md-offset-11, .layout-full-equal .col-md-offset-11 {

        margin-left: 91.66666667%

    }

}

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

    .layout-boxed-equal .col-lg, .layout-boxed-equal .col-lg-1, .layout-boxed-equal .col-lg-2, .layout-boxed-equal .col-lg-3, .layout-boxed-equal .col-lg-4, .layout-boxed-equal .col-lg-5, .layout-boxed-equal .col-lg-6, .layout-boxed-equal .col-lg-7, .layout-boxed-equal .col-lg-8, .layout-boxed-equal .col-lg-9, .layout-boxed-equal .col-lg-10, .layout-boxed-equal .col-lg-11, .layout-boxed-equal .col-lg-12, .layout-boxed-equal .col-lg-offset-0, .layout-boxed-equal .col-lg-offset-1, .layout-boxed-equal .col-lg-offset-2, .layout-boxed-equal .col-lg-offset-3, .layout-boxed-equal .col-lg-offset-4, .layout-boxed-equal .col-lg-offset-5, .layout-boxed-equal .col-lg-offset-6, .layout-boxed-equal .col-lg-offset-7, .layout-boxed-equal .col-lg-offset-8, .layout-boxed-equal .col-lg-offset-9, .layout-boxed-equal .col-lg-offset-10, .layout-boxed-equal .col-lg-offset-11, .layout-boxed-equal .col-lg-offset-12, .layout-full-equal .col-lg, .layout-full-equal .col-lg-1, .layout-full-equal .col-lg-2, .layout-full-equal .col-lg-3, .layout-full-equal .col-lg-4, .layout-full-equal .col-lg-5, .layout-full-equal .col-lg-6, .layout-full-equal .col-lg-7, .layout-full-equal .col-lg-8, .layout-full-equal .col-lg-9, .layout-full-equal .col-lg-10, .layout-full-equal .col-lg-11, .layout-full-equal .col-lg-12, .layout-full-equal .col-lg-offset-0, .layout-full-equal .col-lg-offset-1, .layout-full-equal .col-lg-offset-2, .layout-full-equal .col-lg-offset-3, .layout-full-equal .col-lg-offset-4, .layout-full-equal .col-lg-offset-5, .layout-full-equal .col-lg-offset-6, .layout-full-equal .col-lg-offset-7, .layout-full-equal .col-lg-offset-8, .layout-full-equal .col-lg-offset-9, .layout-full-equal .col-lg-offset-10, .layout-full-equal .col-lg-offset-11, .layout-full-equal .col-lg-offset-12 {

        flex: 0 0 auto;

        box-sizing: border-box

    }

    .layout-boxed-equal .col-lg, .layout-full-equal .col-lg {

        flex-basis: 0;

        flex-grow: 1;

        max-width: 100%

    }

    .layout-boxed-equal .col-lg-1, .layout-full-equal .col-lg-1 {

        flex-basis: 8.33333333%;

        max-width: 8.33333333%

    }

    .layout-boxed-equal .col-lg-2, .layout-full-equal .col-lg-2 {

        flex-basis: 16.66666667%;

        max-width: 16.66666667%

    }

    .layout-boxed-equal .col-lg-3, .layout-full-equal .col-lg-3 {

        flex-basis: 25%;

        max-width: 25%

    }

    .layout-boxed-equal .col-lg-4, .layout-full-equal .col-lg-4 {

        flex-basis: 33.33333333%;

        max-width: 33.33333333%

    }

    .layout-boxed-equal .col-lg-5, .layout-full-equal .col-lg-5 {

        flex-basis: 41.66666667%;

        max-width: 41.66666667%

    }

    .layout-boxed-equal .col-lg-6, .layout-full-equal .col-lg-6 {

        flex-basis: 50%;

        max-width: 50%

    }

    .layout-boxed-equal .col-lg-7, .layout-full-equal .col-lg-7 {

        flex-basis: 58.33333333%;

        max-width: 58.33333333%

    }

    .layout-boxed-equal .col-lg-8, .layout-full-equal .col-lg-8 {

        flex-basis: 66.66666667%;

        max-width: 66.66666667%

    }

    .layout-boxed-equal .col-lg-9, .layout-full-equal .col-lg-9 {

        flex-basis: 75%;

        max-width: 75%

    }

    .layout-boxed-equal .col-lg-10, .layout-full-equal .col-lg-10 {

        flex-basis: 83.33333333%;

        max-width: 83.33333333%

    }

    .layout-boxed-equal .col-lg-11, .layout-full-equal .col-lg-11 {

        flex-basis: 91.66666667%;

        max-width: 91.66666667%

    }

    .layout-boxed-equal .col-lg-12, .layout-full-equal .col-lg-12 {

        flex-basis: 100%;

        max-width: 100%

    }

    .layout-boxed-equal .col-lg-offset-0, .layout-full-equal .col-lg-offset-0 {

        margin-left: 0

    }

    .layout-boxed-equal .col-lg-offset-1, .layout-full-equal .col-lg-offset-1 {

        margin-left: 8.33333333%

    }

    .layout-boxed-equal .col-lg-offset-2, .layout-full-equal .col-lg-offset-2 {

        margin-left: 16.66666667%

    }

    .layout-boxed-equal .col-lg-offset-3, .layout-full-equal .col-lg-offset-3 {

        margin-left: 25%

    }

    .layout-boxed-equal .col-lg-offset-4, .layout-full-equal .col-lg-offset-4 {

        margin-left: 33.33333333%

    }

    .layout-boxed-equal .col-lg-offset-5, .layout-full-equal .col-lg-offset-5 {

        margin-left: 41.66666667%

    }

    .layout-boxed-equal .col-lg-offset-6, .layout-full-equal .col-lg-offset-6 {

        margin-left: 50%

    }

    .layout-boxed-equal .col-lg-offset-7, .layout-full-equal .col-lg-offset-7 {

        margin-left: 58.33333333%

    }

    .layout-boxed-equal .col-lg-offset-8, .layout-full-equal .col-lg-offset-8 {

        margin-left: 66.66666667%

    }

    .layout-boxed-equal .col-lg-offset-9, .layout-full-equal .col-lg-offset-9 {

        margin-left: 75%

    }

    .layout-boxed-equal .col-lg-offset-10, .layout-full-equal .col-lg-offset-10 {

        margin-left: 83.33333333%

    }

    .layout-boxed-equal .col-lg-offset-11, .layout-full-equal .col-lg-offset-11 {

        margin-left: 91.66666667%

    }

}

.section-no-gap .container .container, .section-no-gap .container-fluid, .section-no-gap [class^='col-'] {

    padding-right: 0 !important;

    padding-left: 0 !important

}

.section-no-gap .row {

    margin-right: 0 !important;

    margin-left: 0 !important

}

.site-header {

    position: relative;

    z-index: 1000

}

.site-header.header-fullwidth .container {

    width: 100% !important;

    padding-right: 72px;

    padding-left: 72px

}

@media screen and (max-width: 1200px) {

    .site-header.header-fullwidth .container {

        padding: 0 15px

    }

}

.site-logo, .custom-logo-link, .mobile-logo {

    display: inline-block;

    width: 100%;

    max-width: 406px

}

.site-logo > img, .custom-logo-link > img, .mobile-logo > img {

    display: block;

    width: 75%;

    margin-top: 4px

}

.mobile-logo {

    display: none;

    max-width: 50px

}

.toolbar {

    display: inline-block;

    vertical-align: middle

}

.toolbar > .tool:not(.cart-toggle) {

    display: inline-block;

    position: relative;

    margin-left: 15px;

    color: #4c4c4c;

    font-size: 20px;

    text-decoration: none

}

.toolbar > .tool:not(.cart-toggle):hover, .toolbar > .tool:not(.cart-toggle).active {

    color: #018abe

}

.toolbar > .tool:not(.cart-toggle).topbar-btn, .toolbar > .tool:not(.cart-toggle).menu-btn, .toolbar > .tool:not(.cart-toggle).mobile-view {

    display: none

}

.toolbar .cart-toggle {

    display: inline-block;

    position: relative;

    margin-left: 15px;

    cursor: pointer

}

.toolbar .cart-toggle::after {

    display: block;

    position: absolute;

    top: 100%;

    left: -20px;

    width: 50px;

    height: 20px;

    content: ''

}

.toolbar .cart-toggle > a {

    color: #4c4c4c;

    font-size: 20px;

    text-decoration: none

}

.toolbar .cart-toggle > a > .count {

    display: block;

    position: absolute;

    top: -1px;

    right: -7px;

    width: 16px;

    height: 16px;

    border-radius: 50%;

    background-color: #5bc460;

    color: #fff;

    font-size: 10px;

    font-weight: normal;

    line-height: 16px;

    text-align: center

}

.toolbar .cart-toggle:hover > a, .toolbar .cart-toggle.active > a {

    color: #018abe

}

.toolbar .cart-toggle.mobile-view {

    display: none

}

.toolbar.mobile-toolbar {

    display: none

}

.topbar {

    position: relative;

    width: 100%;

    padding: 6px 0;

    background-color: #fff;

    z-index: 2

}

.topbar .inner {

    display: table;

    width: 100%

}

.topbar .inner > .column {

    display: table-cell;

    vertical-align: middle

}

.topbar.topbar-primary {

    background-color: #018abe

}

.topbar.topbar-gray {

    background-color: #f5f5f5

}

.topbar.topbar-dark {

    background-color: #000

}

.topbar.topbar-border {

    border-bottom: 1px solid #f5f5f5

}

.topbar .social-bar {

    display: inline-block;

    margin-top: -1px;

    vertical-align: middle

}

.topbar .social-bar .social-btn {

    margin: 0 6px 0 0

}

.topbar .social-bar .social-btn-1 {

    margin: 0 6px 0 0

}

.topbar .additional-info {

    display: inline-block;

    margin: 0;

    vertical-align: middle

}

.topbar .additional-info > i {

    margin-top: -2px;

    vertical-align: middle

}

.topbar .additional-info > a {

    text-decoration: none

}

.topbar-menu {

    display: inline-block;

    vertical-align: middle

}

.topbar-menu > ul {

    display: block;

    margin: 0;

    padding: 0;

    list-style: none

}

.topbar-menu > ul > li {

    display: inline-block;

    margin: 0 16px 0 0;

    padding-left: 0

}

.topbar-menu > ul > li::before {

    display: none

}

.topbar-menu > ul > li > a {

    display: block;

    height: 36px;

    color: #4c4c4c;

    font-size: 14px;

    font-weight: 600;

    line-height: 36px;

    text-decoration: none

}

.topbar-menu > ul > li > a:hover, .topbar-menu > ul > li.current > a, .topbar-menu > ul > li.current-menu-item > a, .topbar-menu > ul > li.current_page_item > a {

    color: #018abe

}

.topbar-menu > ul > li > a > i {

    margin-top: -2px;

    margin-right: 3px;

    vertical-align: middle

}

.topbar-menu > ul > li.menu-item-has-children {

    position: relative

}

.topbar-menu > ul > li.menu-item-has-children::after {

    display: block;

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    height: 15px;

    content: ''

}

.topbar-menu > ul > li.menu-item-has-children > a {

    position: relative;

    padding: 0 12px;

    border-radius: 4px;

    background-color: rgba(63, 107, 190, 0.15);

    color: #018abe;

    font-size: 16px;

    z-index: 10;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.topbar-menu > ul > li.menu-item-has-children > a::after {

    display: inline-block;

    margin-right: -2px;

    margin-left: 3px;

    font-family: 'Material Icons';

    font-size: .95em;

    font-weight: normal;

    content: '\e313';

    vertical-align: middle

}

.topbar-menu > ul > li.menu-item-has-children > a::before {

    display: none

}

.topbar-menu > ul > li.menu-item-has-children:hover > a::before {

    display: block;

    -webkit-animation: dropDown 0.3s;

    -moz-animation: dropDown 0.3s;

    animation: dropDown 0.3s

}

.topbar-menu > ul > li.menu-item-has-children:hover > a {

    background-color: #018abe;

    color: #fff

}

.topbar-menu > ul > li.menu-item-has-children:last-child {

    margin-right: 6px

}

.topbar-menu > ul > li.menu-item-has-children .sub-menu {

    display: none;

    width: 160px;

    margin-left: -80px

}

.topbar-menu > ul > li.menu-item-has-children:hover .sub-menu {

    display: block;

    -webkit-animation: dropDown 0.3s;

    -moz-animation: dropDown 0.3s;

    animation: dropDown 0.3s

}

.lang-switcher {

    display: inline-block;

    position: relative;

    height: 36px;

    margin-right: 16px;

    color: #4c4c4c;

    font-size: 14px;

    font-weight: 600;

    cursor: pointer;

    vertical-align: middle

}

.lang-switcher > span {

    line-height: 36px;

    -webkit-transition: color 0.3s;

    -moz-transition: color 0.3s;

    transition: color 0.3s

}

.lang-switcher > span::after {

    display: inline-block;

    margin-right: -2px;

    font-family: 'Material Icons';

    font-size: .95em;

    font-weight: normal;

    content: '\e313';

    vertical-align: middle

}

.lang-switcher > span > i {

    margin-top: -2px

}

.lang-switcher::before {

    display: none

}

.lang-switcher::after {

    display: block;

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    height: 15px;

    content: ''

}

.lang-switcher .lang-dropdown {

    display: none;

    width: 120px;

    margin-left: -60px

}

.lang-switcher:hover > span {

    color: #018abe

}

.lang-switcher:hover::before, .lang-switcher:hover .lang-dropdown {

    display: block;

    -webkit-animation: dropDown 0.3s;

    -moz-animation: dropDown 0.3s;

    animation: dropDown 0.3s

}

.text-light .topbar-menu > ul > li > a {

    color: #fff;

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.text-light .topbar-menu > ul > li:hover > a, .text-light .topbar-menu > ul > li.current-menu-item > a, .text-light .topbar-menu > ul > li.current_page_item > a {

    color: #fff;

    opacity: .5

}

.text-light .toolbar > .tool, .text-light .toolbar > .cart-toggle > a {

    color: #fff;

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.text-light .toolbar > .tool:not(.cart-toggle):hover, .text-light .toolbar > .cart-toggle:hover > a, .text-light .toolbar.current-menu-item > a, .text-light .toolbar.current_page_item > a {

    color: #fff;

    opacity: .5

}

.text-light .topbar-menu > ul > li.menu-item-has-children > a {

    background-color: rgba(255, 255, 255, 0.15);

    color: #fff;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.text-light .topbar-menu > ul > li.menu-item-has-children:hover > a, .text-light .topbar-menu > ul > li.menu-item-has-children.active > a {

    background-color: #fff;

    color: #018abe;

    opacity: 1

}

.text-light .lang-switcher {

    color: #fff

}

.text-light .lang-switcher > span {

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.text-light .lang-switcher:hover > span {

    color: #fff;

    opacity: .5

}

.topbar .text-right .topbar-menu > ul > li {

    margin: 0 0 0 16px

}

.topbar .text-right .topbar-menu > ul > li.menu-item-has-children:last-child {

    margin-right: -13px

}

.topbar .text-right .lang-switcher {

    margin: 0 0 0 16px

}

.topbar .text-right .social-bar .social-btn {

    margin: 0 0 0 6px

}

.topbar .text-right .social-bar .social-btn-1 {

    margin: 0 0 0 6px

}

.header-buttons {

    display: inline-block;

    margin-left: 10px

}

.header-buttons .btn, .header-buttons .widget_price_filter .price_slider_amount button, .widget_price_filter .price_slider_amount .header-buttons button, .header-buttons .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons .header-buttons a, .header-buttons .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination .header-buttons a.button, .header-buttons .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination .header-buttons button.button, .header-buttons .comment .reply-link .comment-reply-link, .comment .reply-link .header-buttons .comment-reply-link, .header-buttons .nav-links .page-numbers.prev, .nav-links .header-buttons .page-numbers.prev, .header-buttons .nav-links .page-numbers.next, .nav-links .header-buttons .page-numbers.next, .header-buttons .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .header-buttons .menu-item-has-children > a > .arrow, .header-buttons .vertical-navigation > ul .has-mega-menu > a > .arrow, .vertical-navigation > ul .header-buttons .has-mega-menu > a > .arrow, .header-buttons .woocommerce table.shop_table .button, .woocommerce table.shop_table .header-buttons .button, .header-buttons .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .header-buttons .checkout-button, .header-buttons .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .header-buttons .checkout-button, .header-buttons .woocommerce button.button.alt, .woocommerce .header-buttons button.button.alt, .header-buttons .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .header-buttons .button, .header-buttons .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .header-buttons .button, .header-buttons .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .header-buttons .button, .header-buttons .woocommerce #respond input#submit.alt, .woocommerce #respond .header-buttons input#submit.alt, .header-buttons .woocommerce a.button.alt, .woocommerce .header-buttons a.button.alt, .header-buttons .return-to-shop .button.wc-backward, .return-to-shop .header-buttons .button.wc-backward, .header-buttons .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce-MyAccount-content .woocommerce-Address-title .header-buttons a, .header-buttons .woocommerce .login .form-row input.button, .woocommerce .login .form-row .header-buttons input.button, .header-buttons .woocommerce input.button, .woocommerce .header-buttons input.button {

    width: auto;

    margin: 0 0 0 15px !important

}

.header-buttons .btn.btn-lg, .header-buttons .widget_price_filter .price_slider_amount button.btn-lg, .widget_price_filter .price_slider_amount .header-buttons button.btn-lg, .header-buttons .widget_shopping_cart .buttons a.btn-lg, .widget_shopping_cart .buttons .header-buttons a.btn-lg, .header-buttons .woocommerce .woocommerce-Pagination a.btn-lg.button, .woocommerce .woocommerce-Pagination .header-buttons a.btn-lg.button, .header-buttons .woocommerce .woocommerce-Pagination button.btn-lg.button, .woocommerce .woocommerce-Pagination .header-buttons button.btn-lg.button, .header-buttons .comment .reply-link .btn-lg.comment-reply-link, .comment .reply-link .header-buttons .btn-lg.comment-reply-link, .header-buttons .nav-links .btn-lg.page-numbers.prev, .nav-links .header-buttons .btn-lg.page-numbers.prev, .header-buttons .nav-links .btn-lg.page-numbers.next, .nav-links .header-buttons .btn-lg.page-numbers.next, .header-buttons .vertical-navigation > ul .menu-item-has-children > a > .btn-lg.arrow, .vertical-navigation > ul .header-buttons .menu-item-has-children > a > .btn-lg.arrow, .header-buttons .vertical-navigation > ul .has-mega-menu > a > .btn-lg.arrow, .vertical-navigation > ul .header-buttons .has-mega-menu > a > .btn-lg.arrow, .header-buttons .woocommerce table.shop_table .btn-lg.button, .woocommerce table.shop_table .header-buttons .btn-lg.button, .header-buttons .woocommerce .cart-collaterals .cart_totals .btn-lg.checkout-button, .woocommerce .cart-collaterals .cart_totals .header-buttons .btn-lg.checkout-button, .header-buttons .woocommerce-page .cart-collaterals .cart_totals .btn-lg.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .header-buttons .btn-lg.checkout-button, .header-buttons .woocommerce button.btn-lg.button.alt, .woocommerce .header-buttons button.btn-lg.button.alt, .header-buttons .woocommerce .woocommerce-info .btn-lg.button, .woocommerce .woocommerce-info .header-buttons .btn-lg.button, .header-buttons .woocommerce .woocommerce-error .btn-lg.button, .woocommerce .woocommerce-error .header-buttons .btn-lg.button, .header-buttons .woocommerce .woocommerce-message .btn-lg.button, .woocommerce .woocommerce-message .header-buttons .btn-lg.button, .header-buttons .woocommerce #respond input.btn-lg#submit.alt, .woocommerce #respond .header-buttons input.btn-lg#submit.alt, .header-buttons .woocommerce a.btn-lg.button.alt, .woocommerce .header-buttons a.btn-lg.button.alt, .header-buttons .return-to-shop .btn-lg.button.wc-backward, .return-to-shop .header-buttons .btn-lg.button.wc-backward, .header-buttons .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-lg, .woocommerce-MyAccount-content .woocommerce-Address-title .header-buttons a.btn-lg, .header-buttons .woocommerce input.btn-lg.button, .woocommerce .header-buttons input.btn-lg.button {

    padding: 0 25px

}

.header-buttons .widget_startapp_button {

    display: inline-block;

    width: auto;

    margin: 0;

    padding: 0;

    border: 0

}

.site-info {

    position: relative;

    background-color: #fff;

    z-index: 1

}

.site-info .container {

    position: relative

}

.site-info .inner {

    display: table;

    width: 100%

}

.site-info .inner > .column {

    display: table-cell;

    padding: 10px 0;

    vertical-align: middle

}

.site-info .widget_startapp_contacts {

    display: inline-block;

    width: auto;

    margin: 0;

    padding: 0;

    border: 0;

    text-align: right;

    vertical-align: middle

}

.site-info .widget_startapp_contacts .contact-item {

    display: inline-block;

    width: auto;

    margin: 0 0 0 30px;

    text-align: left;

    vertical-align: middle

}

.site-info .toolbar > .tool:first-child {

    margin-left: 21px

}

.navbar {

    left: 0;

    width: 100%;

    border-top: 1px solid #f5f5f5;

    border-bottom: 1px solid #f5f5f5;

    background-color: #fff

}

.navbar > .container {

    position: relative

}

.navbar .main-navigation > .menu {

    margin: 0;

    padding: 0;

    list-style: none

}

.navbar .main-navigation > .menu > li {

    display: inline-block;

    margin: 0;

    padding: 0

}

.navbar .main-navigation > .menu > li::before {

    display: none

}

.navbar .main-navigation > .menu > li > a {

    display: block;

    position: relative;

    color: #4c4c4c;

    font-size: 18px;

    font-weight: 600;

    text-decoration: none

}

.navbar .main-navigation > .menu > li > a > i {

    margin-top: -3px;

    margin-right: 3px;

    vertical-align: middle

}

.navbar .main-navigation > .menu > li:hover > a, .navbar .main-navigation > .menu > li.current > a, .navbar .main-navigation > .menu li.current-menu-item > a, .navbar .main-navigation > .menu li.current_page_item > a, .navbar .main-navigation > .menu li.current-menu-ancestor > a {

    color: #018abe

}

.navbar .main-navigation > .menu > li.menu-item-has-children::before, .navbar .main-navigation > .menu > li.has-mega-menu > a::before {

    display: none;

    margin-top: -24px;

    z-index: 12

}

.navbar .main-navigation > .menu > li.menu-item-has-children:hover::before, .navbar .main-navigation > .menu > li.has-mega-menu:hover > a::before {

    display: block;

    -webkit-animation: dropDown 0.3s;

    -moz-animation: dropDown 0.3s;

    animation: dropDown 0.3s

}

.navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu, .navbar .main-navigation > .menu > li.has-mega-menu .mega-menu {

    display: none

}

.navbar .main-navigation > .menu > li.menu-item-has-children:hover > .sub-menu, .navbar .main-navigation > .menu > li.has-mega-menu:hover > .mega-menu {

    display: block;

    -webkit-animation: dropDown 0.3s;

    -moz-animation: dropDown 0.3s;

    animation: dropDown 0.3s

}

.navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children > .sub-menu {

    top: 0;

    right: -198px;

    left: auto;

    margin: 0

}

.navbar .main-navigation > .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children:hover > .sub-menu {

    display: block;

    -webkit-animation: dropDown 0.3s;

    -moz-animation: dropDown 0.3s;

    animation: dropDown 0.3s

}

.navbar .main-navigation > .menu > li.has-mega-menu {

    position: static

}

.navbar .main-navigation > .menu > li.has-mega-menu .mega-menu .mega-menu-inner {

    display: flex

}

.navbar .main-navigation > .menu > li.has-mega-menu .mega-menu .mega-menu-inner > * {

    width: 100%

}

.navbar .main-navigation > .menu > li.has-mega-menu .mega-menu {

    left: 15px;

    width: calc(100% - 30px) !important;

    margin-right: 0 !important;

    margin-left: 0 !important;

    padding: 0 !important

}

.navbar .main-navigation > .menu > li.menu-item-has-children > .sub-menu, .navbar .main-navigation > .menu > li.has-mega-menu > .mega-menu {

    margin-top: -8px;

    z-index: 10

}

.navbar .social-bar {

    display: inline-block;

    margin-left: 12px;

    vertical-align: middle

}

.navbar .social-bar > a {

    margin: 0 0 0 6px

}

.navbar-regular .inner {

    display: table;

    width: 100%;

    min-height: 70px

}

.navbar-regular .inner > .column {

    display: table-cell;

    vertical-align: middle

}

.navbar-regular .inner > .column:last-child {

    text-align: right

}

.navbar-regular .main-navigation {

    display: inline-block;

    vertical-align: middle

}

.navbar-regular .main-navigation > .menu > li > a {

    padding: 28px 11px

}

.navbar-regular .main-navigation > .menu > li:first-child > a {

    padding-left: 0

}

.navbar-regular .main-navigation > .menu > li.menu-item-has-children > .sub-menu {

    left: 0;

    margin-left: -24px

}

.navbar-regular.menu-right .toolbar, .navbar-regular.menu-right .header-buttons {

    margin-top: -2px

}

.navbar-justified > .container {

    display: table

}

.navbar-justified .main-navigation {

    display: table-cell;

    border-right: 1px solid #f5f5f5;

    border-left: 1px solid #f5f5f5;

    vertical-align: middle

}

.navbar-justified .main-navigation > .menu {

    display: table;

    width: 100%;

    table-layout: fixed

}

.navbar-justified .main-navigation > .menu > li {

    display: table-cell;

    vertical-align: middle

}

.navbar-justified .main-navigation > .menu > li > a {

    width: 100%;

    margin: -1px 0;

    padding: 24px 0px;

    border-left: 1px solid #f5f5f5;

    text-align: center

}

.navbar-justified .main-navigation > .menu > li:first-child > a {

    border-left: 0

}

.navbar-justified .main-navigation > .menu > li.menu-item-has-children > a, .navbar-justified .main-navigation > .menu > li.has-mega-menu > a {

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.navbar-justified .main-navigation > .menu > li.menu-item-has-children:hover > a, .navbar-justified .main-navigation > .menu > li.has-mega-menu:hover > a {

    background-color: #f5f5f5

}

.navbar-justified .main-navigation > .menu > li.menu-item-has-children > .sub-menu, .navbar-justified .main-navigation > .menu > li.has-mega-menu > .mega-menu {

    margin-top: 1px;

    border-top-left-radius: 0;

    border-top-right-radius: 0;

    z-index: 10

}

.navbar-justified .main-navigation > .menu > li.menu-item-has-children::before, .navbar-justified .main-navigation > .menu > li.has-mega-menu > a::before {

    display: none;

    margin-top: -15px;

    z-index: 12

}

.navbar-justified .toolbar {

    display: table-cell;

    vertical-align: middle

}

.navbar-justified .toolbar > .tool {

    display: table-cell;

    padding: 22px 24px;

    border-right: 1px solid #f5f5f5

}

.navbar-justified .toolbar > .tool.topbar-btn, .navbar-justified .toolbar > .tool.menu-btn {

    display: none

}

.navbar-justified .toolbar .cart-toggle {

    padding: 0;

    -webkit-transition: background-color 0.3s;

    -moz-transition: background-color 0.3s;

    transition: background-color 0.3s

}

.navbar-justified .toolbar .cart-toggle:hover {

    background-color: #f5f5f5

}

.navbar-justified .toolbar .cart-toggle > a {

    display: block;

    padding: 22px 24px

}

.navbar-justified .toolbar .cart-toggle > a > .count {

    top: 21px;

    right: 16px

}

.navbar-justified .cart-dropdown {

    right: 0;

    margin-top: 0

}

.navbar-justified .cart-dropdown::before {

    right: 24px

}

@media screen and (max-width: 1200px) {

    .navbar-justified > .container {

        padding: 0

    }

    .navbar-justified .main-navigation {

        border-left: 0

    }

    .navbar-justified .toolbar > .tool:last-child {

        border-right: 0

    }

}

.navbar-ghost-dark .navbar, .navbar-ghost-light .navbar {

    position: absolute;

    top: 0;

    left: 0;

    border: 0;

    background-color: transparent

}

.navbar-sticky .navbar.stuck {

    position: fixed;

    top: 0

}

.navbar-sticky.navbar-ghost-dark .sticky-wrapper, .navbar-sticky.navbar-ghost-light .sticky-wrapper {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%

}

.navbar-sticky.navbar-ghost-dark .navbar.stuck, .navbar-sticky.navbar-ghost-light .navbar.stuck {

    position: absolute

}

.navbar-sticky.navbar-ghost-dark .navbar.stuck.in-view, .navbar-sticky.navbar-ghost-light .navbar.stuck.in-view {

    position: fixed;

    -webkit-animation: navbarIn 0.5s;

    -moz-animation: navbarIn 0.5s;

    animation: navbarIn 0.5s

}

.navbar-ghost-dark .navbar.in-view {

    background-color: #fff

}

.navbar-ghost-light .navbar .main-navigation > ul > li > a {

    color: #fff

}

.navbar-ghost-light .navbar .main-navigation > ul > li:hover > a, .navbar-ghost-light .navbar .main-navigation > ul > li.current > a, .navbar-ghost-light .navbar .main-navigation > ul > li.current-menu-item > a, .navbar-ghost-light .navbar .main-navigation > ul > li.current_page_item > a, .navbar-ghost-light .navbar .main-navigation > ul > li.current-menu-ancestor > a {

    color: rgba(255, 255, 255, 0.5)

}

.navbar-ghost-light .navbar .toolbar > a, .navbar-ghost-light .navbar .toolbar > .cart-toggle > a {

    color: #fff;

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.navbar-ghost-light .navbar .toolbar > a:hover, .navbar-ghost-light .navbar .toolbar > .cart-toggle > a:hover {

    color: #fff;

    opacity: .5

}

.navbar-ghost-light .navbar.in-view {

    background-color: #000

}

.admin-bar .navbar-sticky .navbar.stuck {

    top: 32px

}

.admin-bar .navbar-ghost-dark .navbar.stuck, .admin-bar .navbar-ghost-light .navbar.stuck {

    top: 0

}

.admin-bar .navbar-ghost-dark .navbar.stuck.in-view, .admin-bar .navbar-ghost-light .navbar.stuck.in-view {

    top: 32px

}

@-webkit-keyframes navbarIn {

    from {

        opacity: 0;

        -webkit-transform: translateY(-100%)

    }

    to {

        opacity: 1;

        -webkit-transform: translateY(0)

    }

}

@-moz-keyframes navbarIn {

    from {

        opacity: 0;

        -moz-transform: translateY(-100%)

    }

    to {

        opacity: 1;

        -moz-transform: translateY(0)

    }

}

@keyframes navbarIn {

    from {

        opacity: 0;

        -webkit-transform: translateY(-100%);

        -moz-transform: translateY(-100%);

        -ms-transform: translateY(-100%);

        -o-transform: translateY(-100%);

        transform: translateY(-100%)

    }

    to {

        opacity: 1;

        -webkit-transform: translateY(0);

        -moz-transform: translateY(0);

        -ms-transform: translateY(0);

        -o-transform: translateY(0);

        transform: translateY(0)

    }

}

@media screen and (max-width: 782px) {

    .admin-bar .navbar-sticky .navbar.stuck {

        top: 46px

    }

    .admin-bar .navbar-ghost-dark .navbar.stuck, .admin-bar .navbar-ghost-light .navbar.stuck {

        top: 0

    }

    .admin-bar .navbar-ghost-dark .navbar.stuck.in-view, .admin-bar .navbar-ghost-light .navbar.stuck.in-view {

        top: 46px

    }

}

.site-search-form {

    position: fixed;

    top: 50%;

    left: 0;

    width: 100%;

    margin-top: -111px;

    padding: 40px 15px;

    text-align: right;

    opacity: 0;

    visibility: hidden;

    z-index: 9910;

    -webkit-transform: translateY(-15px);

    -moz-transform: translateY(-15px);

    -ms-transform: translateY(-15px);

    -o-transform: translateY(-15px);

    transform: translateY(-15px);

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    transition: all 0.4s

}

.site-search-form .inner {

    position: relative;

    max-width: 970px;

    margin: auto

}

.site-search-form .search-box {

    text-align: left

}

.site-search-form .search-box > input[type='text'] {

    width: 100%;

    height: 72px !important

}

.site-search-form .close-btn {

    display: inline-block;

    margin-bottom: 10px;

    color: #fff

}

.site-search-form.open {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0)

}

@media screen and (max-width: 991px) {

    .topbar {

        max-height: 0;

        padding: 0;

        overflow: hidden;

        -webkit-transition: all 0.5s;

        -moz-transition: all 0.5s;

        transition: all 0.5s

    }

    .topbar .inner {

        padding-top: 12px;

        padding-bottom: 20px

    }

    .topbar .inner > .column {

        display: block;

        width: 100%

    }

    .topbar .inner > .column.text-right {

        text-align: left

    }

    .topbar .social-bar {

        display: block;

        margin-top: 0

    }

    .topbar .social-bar .social-btn {

        margin: 0 3px 0 0

    }

    .topbar .text-right .social-bar, .topbar .social-bar {

        margin-left: 0

    }

    .topbar .text-right .social-bar > .social-btn, .topbar .social-bar > .social-btn {

        margin: 6px 3px 6px 0

    }

    .topbar .toolbar {

        display: block;

        padding-top: 12px

    }

    .topbar .toolbar > .tool:first-child {

        margin-left: 0

    }

    .topbar .additional-info {

        margin: 8px 0

    }

    .topbar.open {

        max-height: 600px;

        padding: 6px 0

    }

    .topbar-menu {

        display: block;

        width: 100%

    }

    .topbar-menu > ul > li {

        margin: 0 16px 0 0 !important

    }

    .topbar-menu > ul > li.menu-item-has-children {

        display: block;

        width: 100%;

        margin: 5px 0 6px !important

    }

    .topbar-menu > ul > li.menu-item-has-children .sub-menu {

        display: block;

        position: relative;

        left: 0;

        width: 100%;

        max-height: 0;

        margin: 0;

        margin-top: 0;

        padding: 0;

        border-radius: 0;

        overflow: hidden;

        -webkit-transition: all 0.5s;

        -moz-transition: all 0.5s;

        transition: all 0.5s

    }

    .topbar-menu > ul > li.menu-item-has-children > a {

        text-align: center

    }

    .topbar-menu > ul > li.menu-item-has-children > a::before, .topbar-menu > ul > li.menu-item-has-children:hover > a::before, .topbar-menu > ul > li.menu-item-has-children:hover .sub-menu {

        -webkit-animation: none;

        -moz-animation: none;

        animation: none

    }

    .topbar-menu > ul > li.menu-item-has-children > a::before, .topbar-menu > ul > li.menu-item-has-children:hover > a::before {

        display: none

    }

    .topbar-menu > ul > li.menu-item-has-children.active .sub-menu {

        display: block;

        max-height: 600px;

        margin-top: 12px;

        padding: 16px 0;

        -webkit-animation: none;

        -moz-animation: none;

        animation: none

    }

    .lang-switcher {

        display: block;

        margin-left: 0 !important

    }

    .lang-switcher::before {

        display: none !important

    }

    .lang-switcher .lang-dropdown {

        display: block;

        top: 100%;

        left: 0;

        width: 100%;

        margin: 0;

        border-radius: 0;

        opacity: 0;

        visibility: hidden;

        z-index: 100;

        -webkit-transform: translateY(-10px);

        -moz-transform: translateY(-10px);

        -ms-transform: translateY(-10px);

        -o-transform: translateY(-10px);

        transform: translateY(-10px);

        -webkit-transition: all 0.4s;

        -moz-transition: all 0.4s;

        transition: all 0.4s

    }

    .lang-switcher:hover .lang-dropdown, .lang-switcher.active .lang-dropdown {

        -webkit-animation: none;

        -moz-animation: none;

        animation: none

    }

    .lang-switcher.active .lang-dropdown {

        opacity: 1;

        visibility: visible;

        -webkit-transform: translateY(0);

        -moz-transform: translateY(0);

        -ms-transform: translateY(0);

        -o-transform: translateY(0);

        transform: translateY(0)

    }

    .topbar + .site-info + .navbar .toolbar a.topbar-btn, .topbar + .navbar .toolbar a.topbar-btn, .topbar + .sticky-wrapper .navbar .toolbar a.topbar-btn {

        display: inline-block

    }

    .navbar-justified .toolbar a.topbar-btn {

        display: table-cell

    }

}

@media screen and (max-width: 991px) {

    .site-header.header-fullwidth .container {

        padding: 0 15px

    }

    .use-mobile-logo .site-logo, .use-mobile-logo .custom-logo-link {

        display: none

    }

    .mobile-logo {

        display: inline-block

    }

    .toolbar > a.tool.menu-btn {

        display: inline-block !important

    }

    .site-info {

        border-bottom: 1px solid #f5f5f5

    }

    .site-info .inner > .column {

        padding: 16px 0

    }

    .site-info .toolbar > .cart-toggle, .site-info .toolbar > a.tool {

        display: none;

    }

    /*.site-info .toolbar>a.tool.menu-btn, .site-info .toolbar>.cart-toggle.mobile-view, .site-info .toolbar>a.tool.mobile-view, .site-info .toolbar>a.tool.topbar-btn {

	display: inline-block !important

}*/
    .site-info .widget_startapp_contacts {

        display: none

    }

    .site-info + .navbar, .site-info + .sticky-wrapper .navbar, .header-buttons, .navbar .main-navigation, .navbar .social-bar {

        display: none

    }

    .navbar-sticky .navbar.stuck {

        position: relative

    }

    .cart-dropdown {

        display: none !important

    }

    .sticky-wrapper {

        height: auto !important

    }

}

@-moz-document url-prefix() {

    .navbar-regular .inner {

        display: flex;

        align-items: center;

        justify-content: space-between

    }

}

.vertical-navigation {

    padding: 15px 19px 15px 0

}

.vertical-navigation > ul {

    margin-bottom: 0

}

.vertical-navigation > ul li {

    display: block;

    margin: 0;

    padding: 0

}

.vertical-navigation > ul li a > .arrow {

    display: none

}

.vertical-navigation > ul li::before {

    display: none

}

.vertical-navigation > ul > li a {

    display: block;

    position: relative;

    padding: 7px 0;

    color: #4c4c4c;

    font-size: 16px;

    font-weight: 600;

    text-decoration: none

}

.vertical-navigation > ul > li a > i {

    margin-top: -2px;

    margin-right: 3px;

    vertical-align: middle

}

.vertical-navigation > ul > li > a {

    padding-left: 24px

}

.vertical-navigation > ul > li a::before {

    display: block;

    position: absolute;

    top: 50%;

    left: 0;

    width: 2px;

    height: 20px;

    margin-top: -10px;

    background-color: transparent;

    content: '';

    -webkit-transition: background-color 0.3s;

    -moz-transition: background-color 0.3s;

    transition: background-color 0.3s

}

.vertical-navigation > ul > li > a::before {

    width: 4px

}

.vertical-navigation > ul li:hover > a {

    color: #018abe

}

.vertical-navigation > ul > li.current > a, .vertical-navigation > ul li.current-menu-item > a, .vertical-navigation > ul li.current_page_item > a, .vertical-navigation > ul li.current-menu-ancestor > a {

    color: #018abe

}

.vertical-navigation > ul > li.current > a::before, .vertical-navigation > ul li.current-menu-item > a::before, .vertical-navigation > ul li.current_page_item > a::before, .vertical-navigation > ul li.current-menu-ancestor > a::before {

    background-color: #018abe

}

.vertical-navigation > ul .menu-item-has-children > a, .vertical-navigation > ul .has-mega-menu > a {

    padding-right: 35px

}

.vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .has-mega-menu > a > .arrow {

    display: block !important;

    position: absolute !important;

    top: 50%;

    right: 0;

    height: 28px !important;

    margin: -14px 0 0 !important;

    padding: 0 6px !important;

    border: 1px solid #efefef !important;

    font-size: 18px !important

}

.vertical-navigation > ul .menu-item-has-children > a > .arrow > i, .vertical-navigation > ul .has-mega-menu > a > .arrow > i {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

    transition: transform .3s;

    line-height: 26px !important

}

.vertical-navigation > ul .menu-item-has-children > a > .arrow > i::before, .vertical-navigation > ul .has-mega-menu > a > .arrow > i::before {

    line-height: 26px !important

}

.vertical-navigation > ul .sub-menu {

    max-height: 0;

    margin: 0;

    padding-left: 24px;

    overflow: hidden;

    -webkit-transition: max-height 0.5s;

    -moz-transition: max-height 0.5s;

    transition: max-height 0.5s

}

.vertical-navigation > ul .menu-item-has-children.expanded > a > .arrow > i, .vertical-navigation > ul .has-mega-menu.expanded > a > .arrow > i {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg)

}

.vertical-navigation > ul .menu-item-has-children.expanded > .sub-menu, .vertical-navigation > ul .has-mega-menu.expanded > .sub-menu {

    max-height: 600px

}

.vertical-navigation > ul > li > .sub-menu > li > a {

    padding-left: 15px

}

.vertical-navigation > ul > li > .sub-menu > li > .sub-menu {

    padding-left: 15px

}

.vertical-navigation > ul > li > .sub-menu > li > .sub-menu > li > a {

    padding-left: 15px

}

.vertical-navigation .widget_startapp_button, .vertical-navigation .widget_black_studio_tinymce, .vertical-navigation .widget_text {

    display: none

}

.vertical-navigation .mega-menu {

    max-height: 0;

    overflow: hidden;

    -webkit-transition: max-height 0.5s;

    -moz-transition: max-height 0.5s;

    transition: max-height 0.5s

}

.vertical-navigation .mega-menu .widget {

    margin-bottom: 0;

    padding-bottom: 0

}

.vertical-navigation .mega-menu .widget ul {

    padding-left: 24px

}

.vertical-navigation .mega-menu .widget li {

    padding-top: 0;

    padding-bottom: 0

}

.vertical-navigation .mega-menu .widget a {

    padding-left: 15px;

    color: #4c4c4c;

    font-weight: 600

}

.vertical-navigation .mega-menu .widget a:hover {

    color: #018abe

}

.vertical-navigation .mega-menu .widget .page_item_has_children ul {

    padding-left: 0

}

.vertical-navigation .mega-menu .widget-title {

    margin-bottom: 0;

    padding-left: 24px;

    color: gray;

    font-size: 16px;

    font-weight: 400

}

.vertical-navigation .expanded .mega-menu {

    max-height: 1500px

}

.off-canvas-menu, .navbar-lateral {

    display: block;

    position: fixed;

    top: 0;

    right: -320px;

    width: 320px;

    height: 100%;

    padding: 48px 0;

    background-color: #fff;

    overflow: auto;

    z-index: 9920;

    -webkit-transition: right 0.4s;

    -moz-transition: right 0.4s;

    transition: right 0.4s

}

.off-canvas-menu.open, .navbar-lateral.open {

    right: 0

}

.off-canvas-menu .close-btn, .navbar-lateral .close-btn {

    display: block;

    position: absolute;

    top: 15px;

    right: 15px

}

.off-canvas-menu .social-bar, .navbar-lateral .social-bar {

    padding: 24px;

    padding-bottom: 18px;

    border-top: 1px solid #f5f5f5

}

.off-canvas-menu .social-bar > a, .navbar-lateral .social-bar > a {

    margin: 0 3px

}

.off-canvas-menu .header-buttons, .navbar-lateral .header-buttons {

    display: block;

    width: 100%;

    margin: 0;

    padding: 24px;

    border-top: 1px solid #f5f5f5;

    text-align: center

}

.off-canvas-menu .header-buttons > .widget_startapp_button, .navbar-lateral .header-buttons > .widget_startapp_button {

    display: block;

    width: 100%;

    margin: 0 0 10px !important

}

.off-canvas-menu .header-buttons > .widget_startapp_button:last-child, .navbar-lateral .header-buttons > .widget_startapp_button:last-child {

    margin-bottom: 0 !important

}

.off-canvas-menu .header-buttons > .widget_startapp_button .btn, .off-canvas-menu .header-buttons > .widget_startapp_button .widget_price_filter .price_slider_amount button, .widget_price_filter .price_slider_amount .off-canvas-menu .header-buttons > .widget_startapp_button button, .off-canvas-menu .header-buttons > .widget_startapp_button .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons .off-canvas-menu .header-buttons > .widget_startapp_button a, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination .off-canvas-menu .header-buttons > .widget_startapp_button a.button, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination .off-canvas-menu .header-buttons > .widget_startapp_button button.button, .off-canvas-menu .header-buttons > .widget_startapp_button .comment .reply-link .comment-reply-link, .comment .reply-link .off-canvas-menu .header-buttons > .widget_startapp_button .comment-reply-link, .off-canvas-menu .header-buttons > .widget_startapp_button .nav-links .page-numbers.prev, .nav-links .off-canvas-menu .header-buttons > .widget_startapp_button .page-numbers.prev, .off-canvas-menu .header-buttons > .widget_startapp_button .nav-links .page-numbers.next, .nav-links .off-canvas-menu .header-buttons > .widget_startapp_button .page-numbers.next, .off-canvas-menu .header-buttons > .widget_startapp_button .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .off-canvas-menu .header-buttons > .widget_startapp_button .menu-item-has-children > a > .arrow, .off-canvas-menu .header-buttons > .widget_startapp_button .vertical-navigation > ul .has-mega-menu > a > .arrow, .vertical-navigation > ul .off-canvas-menu .header-buttons > .widget_startapp_button .has-mega-menu > a > .arrow, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce table.shop_table .button, .woocommerce table.shop_table .off-canvas-menu .header-buttons > .widget_startapp_button .button, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .off-canvas-menu .header-buttons > .widget_startapp_button .checkout-button, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .off-canvas-menu .header-buttons > .widget_startapp_button .checkout-button, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce button.button.alt, .woocommerce .off-canvas-menu .header-buttons > .widget_startapp_button button.button.alt, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .off-canvas-menu .header-buttons > .widget_startapp_button .button, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .off-canvas-menu .header-buttons > .widget_startapp_button .button, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .off-canvas-menu .header-buttons > .widget_startapp_button .button, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce #respond input#submit.alt, .woocommerce #respond .off-canvas-menu .header-buttons > .widget_startapp_button input#submit.alt, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce a.button.alt, .woocommerce .off-canvas-menu .header-buttons > .widget_startapp_button a.button.alt, .off-canvas-menu .header-buttons > .widget_startapp_button .return-to-shop .button.wc-backward, .return-to-shop .off-canvas-menu .header-buttons > .widget_startapp_button .button.wc-backward, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce-MyAccount-content .woocommerce-Address-title .off-canvas-menu .header-buttons > .widget_startapp_button a, .off-canvas-menu .header-buttons > .widget_startapp_button .woocommerce input.button, .woocommerce .off-canvas-menu .header-buttons > .widget_startapp_button input.button, .navbar-lateral .header-buttons > .widget_startapp_button .btn, .navbar-lateral .header-buttons > .widget_startapp_button .widget_price_filter .price_slider_amount button, .widget_price_filter .price_slider_amount .navbar-lateral .header-buttons > .widget_startapp_button button, .navbar-lateral .header-buttons > .widget_startapp_button .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons .navbar-lateral .header-buttons > .widget_startapp_button a, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination .navbar-lateral .header-buttons > .widget_startapp_button a.button, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination .navbar-lateral .header-buttons > .widget_startapp_button button.button, .navbar-lateral .header-buttons > .widget_startapp_button .comment .reply-link .comment-reply-link, .comment .reply-link .navbar-lateral .header-buttons > .widget_startapp_button .comment-reply-link, .navbar-lateral .header-buttons > .widget_startapp_button .nav-links .page-numbers.prev, .nav-links .navbar-lateral .header-buttons > .widget_startapp_button .page-numbers.prev, .navbar-lateral .header-buttons > .widget_startapp_button .nav-links .page-numbers.next, .nav-links .navbar-lateral .header-buttons > .widget_startapp_button .page-numbers.next, .navbar-lateral .header-buttons > .widget_startapp_button .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .navbar-lateral .header-buttons > .widget_startapp_button .menu-item-has-children > a > .arrow, .navbar-lateral .header-buttons > .widget_startapp_button .vertical-navigation > ul .has-mega-menu > a > .arrow, .vertical-navigation > ul .navbar-lateral .header-buttons > .widget_startapp_button .has-mega-menu > a > .arrow, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce table.shop_table .button, .woocommerce table.shop_table .navbar-lateral .header-buttons > .widget_startapp_button .button, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .navbar-lateral .header-buttons > .widget_startapp_button .checkout-button, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .navbar-lateral .header-buttons > .widget_startapp_button .checkout-button, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce button.button.alt, .woocommerce .navbar-lateral .header-buttons > .widget_startapp_button button.button.alt, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .navbar-lateral .header-buttons > .widget_startapp_button .button, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .navbar-lateral .header-buttons > .widget_startapp_button .button, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .navbar-lateral .header-buttons > .widget_startapp_button .button, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce #respond input#submit.alt, .woocommerce #respond .navbar-lateral .header-buttons > .widget_startapp_button input#submit.alt, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce a.button.alt, .woocommerce .navbar-lateral .header-buttons > .widget_startapp_button a.button.alt, .navbar-lateral .header-buttons > .widget_startapp_button .return-to-shop .button.wc-backward, .return-to-shop .navbar-lateral .header-buttons > .widget_startapp_button .button.wc-backward, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce-MyAccount-content .woocommerce-Address-title .navbar-lateral .header-buttons > .widget_startapp_button a, .navbar-lateral .header-buttons > .widget_startapp_button .woocommerce input.button, .woocommerce .navbar-lateral .header-buttons > .widget_startapp_button input.button {

    display: block;

    width: 100%;

    margin: 0 !important

}

.navbar-lateral {

    right: auto;

    left: 0;

    width: 300px;

    padding-top: 0;

    border-right: 1px solid #f5f5f5;

    background-color: #fff;

    z-index: 9880;

    -webkit-transition: none;

    -moz-transition: none;

    transition: none

}

.navbar-lateral .site-logo, .navbar-lateral .custom-logo-link, .navbar-lateral .mobile-logo {

    margin: 0 24px;

    padding: 31px 0

}

.navbar-lateral .vertical-navigation {

    padding-top: 0;

    padding-bottom: 20px

}

.navbar-lateral .toolbar {

    display: table;

    width: 100%;

    margin-bottom: 20px;

    border-top: 1px solid #f5f5f5;

    text-align: center;

    table-layout: fixed

}

.navbar-lateral .toolbar > .tool {

    display: table-cell;

    margin: 0;

    padding-top: 16px;

    padding-bottom: 16px;

    border-bottom: 1px solid #f5f5f5;

    border-left: 1px solid #f5f5f5;

    vertical-align: middle

}

.navbar-lateral .toolbar > .cart-toggle {

    padding: 0

}

.navbar-lateral .toolbar > .cart-toggle > a {

    display: block;

    padding-top: 16px;

    padding-bottom: 16px

}

.navbar-lateral .toolbar > .cart-toggle > a .count {

    top: 26%;

    right: auto;

    left: 51%

}

.navbar-lateral .toolbar > a.topbar-btn, .navbar-lateral .toolbar > a.menu-btn {

    display: none

}

.navbar-lateral + .page-wrap {

    padding-left: 300px

}

.navbar-lateral + .page-wrap .title-fullwidth .container, .navbar-lateral + .page-wrap .container-fluid {

    padding-right: 48px;

    padding-left: 48px

}

.navbar-lateral .cart-dropdown {

    display: none !important

}

.admin-bar .off-canvas-menu, .admin-bar .navbar-lateral {

    top: 32px

}

@media screen and (max-width: 783px) {

    .admin-bar .off-canvas-menu, .admin-bar .navbar-lateral {

        top: 46px

    }

}

@media screen and (max-width: 1500px) {

    .navbar-lateral + .page-wrap .container {

        width: 100%

    }

    .navbar-lateral + .page-wrap .title-fullwidth .container, .navbar-lateral + .page-wrap .container, .navbar-lateral + .page-wrap .container-fluid {

        padding-right: 24px;

        padding-left: 24px

    }

}

@media screen and (max-width: 1200px) {

    .navbar-lateral + .page-wrap .title-fullwidth .container, .navbar-lateral + .page-wrap .container, .navbar-lateral + .page-wrap .container-fluid {

        padding-right: 15px;

        padding-left: 15px

    }

}

@media screen and (max-width: 991px) {

    .navbar-lateral {

        position: relative;

        top: 0 !important;

        width: 100%;

        height: auto;

        min-height: 70px;

        padding: 0 15px;

        border-right: 0;

        border-bottom: 1px solid #f5f5f5

    }

    .navbar-lateral .site-logo, .navbar-lateral .custom-logo-link, .navbar-lateral .mobile-logo {

        margin: 0;

        padding: 20px 0

    }

    .navbar-lateral .toolbar {

        display: block;

        position: absolute;

        top: 50%;

        right: 15px;

        left: auto;

        margin-bottom: 0;

        border: 0;

        text-align: right;

        -webkit-transform: translateY(-50%);

        -moz-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

        -o-transform: translateY(-50%);

        transform: translateY(-50%)

    }

    .navbar-lateral .toolbar > .tool, .navbar-lateral .toolbar .cart-toggle {

        display: inline-block;

        margin-left: 15px;

        padding: 0;

        border: 0

    }

    .navbar-lateral .toolbar > .cart-toggle > a {

        padding: 0

    }

    .navbar-lateral .toolbar > .cart-toggle > a .count {

        top: -1px;

        right: -7px

    }

    .navbar-lateral .toolbar > a.menu-btn {

        display: inline-block

    }

    .navbar-lateral .social-bar, .navbar-lateral .vertical-navigation, .navbar-lateral .header-buttons {

        display: none

    }

    .navbar-lateral + .page-wrap {

        padding-left: 0

    }

    .navbar-lateral + .page-wrap .title-fullwidth .container, .navbar-lateral + .page-wrap .container-fluid {

        padding-right: 15px;

        padding-left: 15px

    }

}

.navbar-floating-menu {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    padding: 35px 0

}

.navbar-floating-menu > .container-fluid {

    position: relative;

    min-height: 33px

}

.menu-open .site-logo, .menu-open .custom-logo-link, .menu-open .mobile-logo {

    position: relative;

    z-index: -1

}

.floating-menu-btn-wrap {

    position: absolute;

    top: 50%;

    right: 72px;

    height: 48px;

    margin-top: -24px;

    text-align: right

}

.navbar-sticky .floating-menu-btn-wrap {

    position: fixed;

    top: 30px;

    margin-top: 0

}

.floating-menu-btn {

    display: inline-block;

    position: relative;

    width: 48px;

    height: 48px;

    border-radius: 50%;

    background-color: #018abe;

    color: #fff;

    font-size: 24px;

    box-shadow: 0 5px 32px -6px rgba(0, 0, 0, 0.75);

    cursor: pointer;

    -webkit-transform: translateZ(0);

    -moz-transform: translateZ(0);

    -ms-transform: translateZ(0);

    -o-transform: translateZ(0);

    transform: translateZ(0)

}

.floating-menu-btn > i {

    display: block;

    position: absolute;

    left: 50%;

    width: 24px;

    margin-left: -12px;

    line-height: 48px;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.floating-menu-btn > i.menu {

    opacity: 1;

    -webkit-transform: scale(1) rotate(0deg);

    -moz-transform: scale(1) rotate(0deg);

    -ms-transform: scale(1) rotate(0deg);

    -o-transform: scale(1) rotate(0deg);

    transform: scale(1) rotate(0deg)

}

.floating-menu-btn > i.close {

    opacity: 0;

    -webkit-transform: translateY(10px);

    -moz-transform: translateY(10px);

    -ms-transform: translateY(10px);

    -o-transform: translateY(10px);

    transform: translateY(10px)

}

.floating-menu-btn.active > i.menu {

    opacity: 0;

    -webkit-transform: scale(0.2) rotate(90deg);

    -moz-transform: scale(0.2) rotate(90deg);

    -ms-transform: scale(0.2) rotate(90deg);

    -o-transform: scale(0.2) rotate(90deg);

    transform: scale(0.2) rotate(90deg)

}

.floating-menu-btn.active > i.close {

    opacity: 1;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0)

}

@media screen and (max-width: 1200px) {

    .floating-menu-btn-wrap {

        right: 15px

    }

}

.floating-menu-btn-wrap .inner {

    display: inline-block;

    position: relative;

    width: 48px;

    height: 48px;

    border-radius: 50%

}

.floating-menu-btn-wrap .inner::before {

    display: block;

    position: absolute;

    top: 1px;

    left: 1px;

    width: 46px;

    height: 46px;

    border-radius: 50%;

    background-color: #fff;

    content: '';

    z-index: -1;

    -webkit-transform-origin: center 30%;

    -moz-transform-origin: center 30%;

    -ms-transform-origin: center 30%;

    -o-transform-origin: center 30%;

    transform-origin: center 30%;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 0.4s ease-out;

    -moz-transition: all 0.4s ease-out;

    transition: all 0.4s ease-out

}

.floating-menu-btn-wrap .inner.expanded::before {

    -webkit-transform: scale(90);

    -moz-transform: scale(90);

    -ms-transform: scale(90);

    -o-transform: scale(90);

    transform: scale(90)

}

.fs-menu-wrap {

    position: fixed;

    top: 15px;

    width: calc(100% - 140px);

    height: 100%;

    padding-bottom: 24px;

    padding-left: 72px;

    -webkit-transition: top 0.4s 0.2s, opacity 0.4s 0.2s, visibility 0.4s 0.2s;

    -moz-transition: top 0.4s 0.2s, opacity 0.4s 0.2s, visibility 0.4s 0.2s;

    transition: top 0.4s 0.2s, opacity 0.4s 0.2s, visibility 0.4s 0.2s;

    opacity: 0;

    visibility: hidden;

    overflow-y: auto;

    -ms-overflow-style: none

}

.fs-menu-wrap .tools {

    display: table;

    width: 100%;

    border-bottom: 1px solid #f5f5f5;

    table-layout: fixed

}

.fs-menu-wrap .tools .social-bar, .fs-menu-wrap .tools .text-right {

    display: table-cell;

    vertical-align: middle

}

.fs-menu-wrap .tools .social-bar > a {

    margin-bottom: 0

}

.fs-menu-wrap .tools .toolbar > a.menu-btn {

    display: none !important

}

.fs-menu-wrap .tools .header-buttons {

    display: inline-block !important

}

.fs-menu-wrap .fs-navigation {

    text-align: center

}

.fs-menu-wrap .fs-navigation ul > li {

    margin: 0;

    padding-left: 0;

    list-style: none

}

.fs-menu-wrap .fs-navigation ul > li::before {

    display: none

}

.fs-menu-wrap .fs-navigation ul > li > a {

    display: block;

    padding: 33px 0;

    border-bottom: 1px solid #f5f5f5;

    color: #4c4c4c;

    font-size: 18px;

    font-weight: 600;

    text-decoration: none

}

.fs-menu-wrap .fs-navigation ul > li > a > i {

    margin-top: -3px;

    margin-right: 3px;

    vertical-align: middle

}

.fs-menu-wrap .fs-navigation ul > li:hover > a, .fs-menu-wrap .fs-navigation ul > li.current > a, .fs-menu-wrap .fs-navigation ul > li.current-menu-item > a, .fs-menu-wrap .fs-navigation ul > li.current_page_item > a, .fs-menu-wrap .fs-navigation ul > li.current-menu-ancestor > a {

    color: #018abe

}

.fs-menu-wrap .cart-dropdown {

    display: none !important

}

.fs-menu-wrap.is-visible {

    top: 0;

    opacity: 1;

    visibility: visible

}

@media screen and (max-width: 1200px) {

    .fs-menu-wrap {

        width: calc(100% - 83px);

        padding-left: 15px

    }

}

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

    .fs-menu-wrap {

        top: 60px;

        width: 100%;

        height: calc(100% - 60px);

        padding-right: 15px

    }

    .fs-menu-wrap .tools {

        height: auto !important;

        padding-top: 36px;

        padding-bottom: 28px

    }

    .fs-menu-wrap .tools .social-bar, .fs-menu-wrap .tools .text-right {

        display: block;

        width: 100%;

        text-align: center !important

    }

    .fs-menu-wrap .tools .social-bar {

        margin-bottom: 24px

    }

    .fs-menu-wrap .tools .social-bar > a {

        margin-right: 3px;

        margin-left: 3px

    }

}

.fs-menu-wrap::-webkit-scrollbar {

    display: none

}

.admin-bar .navbar-sticky .floating-menu-btn-wrap {

    top: 62px

}

.admin-bar .navbar-sticky .fs-menu-wrap, .admin-bar .navbar-floating-menu {

    top: 32px

}

@media screen and (max-width: 782px) {

    .admin-bar .navbar-sticky .floating-menu-btn-wrap {

        top: 76px

    }

    .admin-bar .navbar-sticky .fs-menu-wrap, .admin-bar .navbar-floating-menu {

        top: 46px

    }

}

.scroller {

    position: fixed;

    top: 50%;

    left: 30px;

    width: 36px;

    padding: 14px 0;

    border-radius: 18px;

    background-color: #fff;

    box-shadow: 0 0 100px -8px rgba(0, 0, 0, 0.6);

    z-index: 1000;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%)

}

@media screen and (max-width: 991px) {

    .scroller {

        display: none

    }

}

.scroller-menu > ul {

    display: block;

    margin: 0;

    padding: 0;

    list-style: none

}

.scroller-menu > ul > li {

    display: block;

    margin: 0;

    padding: 0

}

.scroller-menu > ul > li::before {

    display: none

}

.scroller-menu > ul > li > a {

    display: block;

    position: relative;

    height: 22px;

    line-height: 1;

    text-decoration: none;

    text-indent: -9999px

}

.scroller-menu > ul > li > a::before {

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    width: 8px;

    height: 8px;

    margin-top: -4px;

    margin-left: -4px;

    border-radius: 50%;

    background-color: #018abe;

    content: '';

    -webkit-transition: opacity 0.35s;

    -moz-transition: opacity 0.35s;

    transition: opacity 0.35s

}

.scroller-menu > ul > li > a:hover::before {

    opacity: .35

}

.scroller-menu > ul > li.current a::before {

    opacity: .35

}

.scroller-menu > ul > li .scroller-tooltip {

    display: block;

    position: absolute;

    top: 50%;

    left: 100%;

    width: auto;

    margin-top: -24px;

    margin-left: 10px;

    padding: 0 15px;

    border-radius: 2px;

    background-color: rgba(0, 0, 0, 0.5);

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    line-height: 48px;

    text-indent: 0;

    white-space: nowrap;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translateX(15px);

    -moz-transform: translateX(15px);

    -ms-transform: translateX(15px);

    -o-transform: translateX(15px);

    transform: translateX(15px);

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.scroller-menu > ul > li .scroller-tooltip::after {

    position: absolute;

    top: 50%;

    right: 100%;

    width: 0;

    height: 0;

    margin-top: -8px;

    border-width: 8px;

    border-color: transparent;

    border-style: solid;

    border-right-color: rgba(0, 0, 0, 0.5);

    content: '';

    pointer-events: none

}

.scroller-menu > ul > li > a:hover .scroller-tooltip {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0)

}

.scroller-right {

    right: 30px;

    left: auto

}

.scroller-right .scroller-menu > ul > li .scroller-tooltip {

    right: 100%;

    left: auto;

    margin-right: 10px;

    margin-left: 0;

    -webkit-transform: translateX(-15px);

    -moz-transform: translateX(-15px);

    -ms-transform: translateX(-15px);

    -o-transform: translateX(-15px);

    transform: translateX(-15px)

}

.scroller-right .scroller-menu > ul > li .scroller-tooltip::after {

    right: auto;

    left: 100%;

    border-right-color: transparent;

    border-left-color: rgba(0, 0, 0, 0.5)

}

.navbar-lateral-dark, .navbar-dark, .navbar-floating-menu-dark {

    background-color: #000

}

.navbar-lateral-dark .navbar, .navbar-lateral-dark .fs-menu-wrap, .navbar-lateral-dark .floating-menu-btn-wrap .inner::before, .navbar-dark .navbar, .navbar-dark .fs-menu-wrap, .navbar-dark .floating-menu-btn-wrap .inner::before, .navbar-floating-menu-dark .navbar, .navbar-floating-menu-dark .fs-menu-wrap, .navbar-floating-menu-dark .floating-menu-btn-wrap .inner::before {

    background-color: #000

}

.navbar-lateral-dark .vertical-navigation .mega-menu .widget a, .navbar-lateral-dark .vertical-navigation > ul > li a, .navbar-lateral-dark .toolbar .cart-toggle > a, .navbar-lateral-dark .toolbar > .tool:not(.cart-toggle), .navbar-lateral-dark .main-navigation > .menu > li > a, .navbar-lateral-dark .fs-menu-wrap .fs-navigation ul > li > a, .navbar-dark .vertical-navigation .mega-menu .widget a, .navbar-dark .vertical-navigation > ul > li a, .navbar-dark .toolbar .cart-toggle > a, .navbar-dark .toolbar > .tool:not(.cart-toggle), .navbar-dark .main-navigation > .menu > li > a, .navbar-dark .fs-menu-wrap .fs-navigation ul > li > a, .navbar-floating-menu-dark .vertical-navigation .mega-menu .widget a, .navbar-floating-menu-dark .vertical-navigation > ul > li a, .navbar-floating-menu-dark .toolbar .cart-toggle > a, .navbar-floating-menu-dark .toolbar > .tool:not(.cart-toggle), .navbar-floating-menu-dark .main-navigation > .menu > li > a, .navbar-floating-menu-dark .fs-menu-wrap .fs-navigation ul > li > a {

    color: #fff

}

.navbar-lateral-dark .vertical-navigation .mega-menu .widget a:hover, .navbar-lateral-dark .vertical-navigation > ul > li a:hover, .navbar-lateral-dark .toolbar .cart-toggle > a:hover, .navbar-lateral-dark .toolbar > .tool:not(.cart-toggle):hover, .navbar-lateral-dark .main-navigation > .menu > li > a:hover, .navbar-lateral-dark .fs-menu-wrap .fs-navigation ul > li > a:hover, .navbar-dark .vertical-navigation .mega-menu .widget a:hover, .navbar-dark .vertical-navigation > ul > li a:hover, .navbar-dark .toolbar .cart-toggle > a:hover, .navbar-dark .toolbar > .tool:not(.cart-toggle):hover, .navbar-dark .main-navigation > .menu > li > a:hover, .navbar-dark .fs-menu-wrap .fs-navigation ul > li > a:hover, .navbar-floating-menu-dark .vertical-navigation .mega-menu .widget a:hover, .navbar-floating-menu-dark .vertical-navigation > ul > li a:hover, .navbar-floating-menu-dark .toolbar .cart-toggle > a:hover, .navbar-floating-menu-dark .toolbar > .tool:not(.cart-toggle):hover, .navbar-floating-menu-dark .main-navigation > .menu > li > a:hover, .navbar-floating-menu-dark .fs-menu-wrap .fs-navigation ul > li > a:hover {

    color: #018abe

}

.navbar-lateral-dark li.current-menu-item > a, .navbar-lateral-dark li.current_page_item > a, .navbar-lateral-dark li.current > a, .navbar-lateral-dark li.current_page_parent > a, .navbar-lateral-dark li.current_page_ancestor > a, .navbar-dark li.current-menu-item > a, .navbar-dark li.current_page_item > a, .navbar-dark li.current > a, .navbar-dark li.current_page_parent > a, .navbar-dark li.current_page_ancestor > a, .navbar-floating-menu-dark li.current-menu-item > a, .navbar-floating-menu-dark li.current_page_item > a, .navbar-floating-menu-dark li.current > a, .navbar-floating-menu-dark li.current_page_parent > a, .navbar-floating-menu-dark li.current_page_ancestor > a {

    color: #018abe !important

}

.navbar-lateral-dark .toolbar, .navbar-lateral-dark .toolbar > .tool, .navbar-lateral-dark .social-bar, .navbar-lateral-dark .navbar, .navbar-lateral-dark .fs-menu-wrap .fs-navigation ul > li > a, .navbar-lateral-dark .fs-menu-wrap .tools, .navbar-dark .toolbar, .navbar-dark .toolbar > .tool, .navbar-dark .social-bar, .navbar-dark .navbar, .navbar-dark .fs-menu-wrap .fs-navigation ul > li > a, .navbar-dark .fs-menu-wrap .tools, .navbar-floating-menu-dark .toolbar, .navbar-floating-menu-dark .toolbar > .tool, .navbar-floating-menu-dark .social-bar, .navbar-floating-menu-dark .navbar, .navbar-floating-menu-dark .fs-menu-wrap .fs-navigation ul > li > a, .navbar-floating-menu-dark .fs-menu-wrap .tools {

    border-color: rgba(255, 255, 255, 0.15)

}

.navbar-lateral-dark {

    border: 0

}

.navbar-lateral-dark .header-buttons {

    border-top-color: rgba(255, 255, 255, 0.15)

}

.navbar-lateral-dark .vertical-navigation > ul .menu-item-has-children > a > .arrow, .navbar-lateral-dark .vertical-navigation > ul .has-mega-menu > a > .arrow {

    border-color: rgba(255, 255, 255, 0.15) !important

}

.navbar-floating-menu-dark {

    background-color: transparent !important

}

.navbar-floating-menu-dark .navbar {

    background-color: transparent !important

}

.site-footer {

    display: block;

    position: relative;

    width: 100%;

    background-position: center;

    background-color: #fff;

    background-size: cover;

    background-repeat: no-repeat

}

.site-footer::before {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #fff;

    content: '';

    opacity: 0.85;

    z-index: 1

}

.site-footer .footer-row {

    position: relative;

    width: 100%;

    padding-top: 60px;

    padding-bottom: 12px;

    border-top: 1px solid rgba(63, 107, 190, 0.25);

    z-index: 5

}

.site-footer .footer-row.second-row {

    padding-top: 20px;

    border-top: 0;

    background-color: #f5f5f5

}

.site-footer[style] .footer-row {

    border-top: 0

}

.site-footer[style] .footer-row.second-row {

    background-color: rgba(255, 255, 255, 0.45)

}

.site-footer .widget_text, .site-footer .widget_startapp_site_info, .site-footer .widget_startapp_contacts {

    border-bottom: 0

}

.site-footer.footer-dark {

    background-color: rgba(0, 0, 0, 0.8)

}

.site-footer.footer-dark::before {

    background-color: #000

}

.site-footer.footer-dark .footer-row.second-row {

    background-color: rgba(0, 0, 0, 0.5)

}

.site-footer.footer-dark .widget-title {

    border-bottom-color: rgba(255, 255, 255, 0.15);

    color: #fff

}

.site-footer.footer-dark .widget_startapp_contacts .contact-info span, .site-footer.footer-dark .widget_text, .site-footer.footer-dark .widget_startapp_site_info > p, .site-footer.footer-dark .widget_startapp_image_carousel .widget-description, .site-footer.footer-dark .widget_calendar caption, .site-footer.footer-dark .widget_calendar, .site-footer.footer-dark .widget_rss, .site-footer.footer-dark .widget_startapp_button, .site-footer.footer-dark .widget_startapp_author, .site-footer.footer-dark .widget_startapp_recent_posts .post-item-date, .site-footer.footer-dark .widget_startapp_subscribe p {

    color: rgba(255, 255, 255, 0.5)

}

.site-footer.footer-dark .widget_startapp_contacts .contact-info span:first-child {

    color: #fff

}

.site-footer.footer-dark .widget_startapp_image_carousel .widget-carousel-navs .slick-prev, .site-footer.footer-dark .widget_startapp_image_carousel .widget-carousel-navs .slick-next {

    border-color: rgba(255, 255, 255, 0.15);

    background-color: transparent;

    color: #fff

}

.site-footer.footer-dark .widget_startapp_image_carousel .widget-carousel-navs .slick-prev:hover, .site-footer.footer-dark .widget_startapp_image_carousel .widget-carousel-navs .slick-next:hover {

    background-color: #fff;

    color: #018abe

}

.site-footer.footer-dark .widget_categories > ul li, .site-footer.footer-dark .widget_recent_entries > ul li, .site-footer.footer-dark .widget_recent_comments > ul li, .site-footer.footer-dark .widget_archive > ul li, .site-footer.footer-dark .widget_meta > ul li, .site-footer.footer-dark .widget_nav_menu div > ul li, .site-footer.footer-dark .widget_pages > ul li {

    border-top-color: rgba(255, 255, 255, 0.15);

    color: rgba(255, 255, 255, 0.5)

}

.site-footer.footer-dark .widget_categories > ul li > a, .site-footer.footer-dark .widget_recent_entries > ul li > a, .site-footer.footer-dark .widget_recent_comments > ul li > a, .site-footer.footer-dark .widget_archive > ul li > a, .site-footer.footer-dark .widget_meta > ul li > a, .site-footer.footer-dark .widget_nav_menu div > ul li > a, .site-footer.footer-dark .widget_pages > ul li > a {

    color: #fff;

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.site-footer.footer-dark .widget_categories > ul li > a:hover, .site-footer.footer-dark .widget_recent_entries > ul li > a:hover, .site-footer.footer-dark .widget_recent_comments > ul li > a:hover, .site-footer.footer-dark .widget_archive > ul li > a:hover, .site-footer.footer-dark .widget_meta > ul li > a:hover, .site-footer.footer-dark .widget_nav_menu div > ul li > a:hover, .site-footer.footer-dark .widget_pages > ul li > a:hover {

    opacity: .5

}

.site-footer.footer-dark .widget_calendar table, .site-footer.footer-dark .widget_calendar table > thead > tr > th, .site-footer.footer-dark .widget_calendar table > thead > tr > td, .site-footer.footer-dark .widget_calendar table > tbody > tr > th, .site-footer.footer-dark .widget_calendar table > tbody > tr > td, .site-footer.footer-dark .widget_calendar table > tfoot > tr > th, .site-footer.footer-dark .widget_calendar table > tfoot > tr > td {

    border-color: rgba(255, 255, 255, 0.15)

}

.site-footer.footer-dark .widget_calendar a, .site-footer.footer-dark .widget_rss a, .site-footer.footer-dark .widget_startapp_recent_posts .post-item-title a {

    color: #fff;

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.site-footer.footer-dark .widget_calendar a:hover, .site-footer.footer-dark .widget_rss a:hover, .site-footer.footer-dark .widget_startapp_recent_posts .post-item-title a:hover {

    opacity: .5

}

.site-footer.footer-dark .widget_tag_cloud a, .site-footer.footer-dark .tags-links a {

    border-color: rgba(255, 255, 255, 0.15);

    color: #fff

}

.site-footer.footer-dark .widget_tag_cloud a:hover, .site-footer.footer-dark .tags-links a:hover {

    border-color: #fff;

    background-color: #fff;

    color: #018abe

}

.site-footer.footer-dark .widget_startapp_recent_posts .post-item {

    border-bottom-color: rgba(255, 255, 255, 0.15)

}

.site-footer .copyright {

    position: relative;

    padding: 13px 0;

    font-size: 14px;

    z-index: 5

}

.site-footer .copyright .copyright-text {

    margin-bottom: 0

}

.site-footer .copyright .copyright-text a {

    color: #018abe;

    font-weight: normal;

    text-decoration: none

}

.site-footer .copyright .copyright-text a:hover {

    color: #018abe

}

.site-footer .copyright.text-light .copyright-text a {

    color: #fff;

    opacity: 1;

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.site-footer .copyright.text-light .copyright-text a:hover {

    opacity: .5

}

.site-footer .copyright.bg-gray {

    background-color: #e5e5e5 !important

}

.site-footer .copyright.bg-dark {

    background-color: #000

}

.site-footer .copyright.bg-light {

    border-top: 1px solid rgba(63, 107, 190, 0.25);

    background-color: #fff

}

.footer-menu {

    display: block

}

.footer-menu > ul {

    display: block;

    margin: 0;

    padding: 0;

    list-style: none

}

.footer-menu > ul > li {

    display: inline-block;

    margin: 0 0 0 15px;

    padding-left: 0

}

.footer-menu > ul > li::before {

    display: none

}

.footer-menu > ul > li > a {

    display: block;

    color: #4c4c4c;

    font-weight: 600;

    text-decoration: none

}

.footer-menu > ul > li > a > i {

    margin: -2px 3px 0 0

}

.footer-menu > ul > li > a:hover, .footer-menu > ul > li.current > a, .footer-menu > ul > li.current-menu-item > a, .footer-menu > ul > li.current_page_item > a {

    color: #018abe

}

.text-light .footer-menu > ul > li > a {

    color: #fff;

    opacity: 1;

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.text-light .footer-menu > ul > li > a:hover, .text-light .footer-menu > ul > li.current-menu-item > a, .text-light .footer-menu > ul > li.current_page_item > a {

    color: #fff;

    opacity: .5

}

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

    .site-footer .copyright {

        text-align: center

    }

    .site-footer .copyright .text-right {

        text-align: center

    }

    .site-footer .footer-menu {

        padding-top: 12px

    }

    .site-footer .footer-menu > ul > li {

        margin: 0 8px

    }

}

.page-title {

    position: relative;

    width: 100%;

    padding: 48px 0;

    background-position: 50% 50%;

    background-repeat: no-repeat;

    background-size: cover;

    cursor: default;

    z-index: 990

}

.page-title .inner {

    display: table;

    width: 100%

}

.page-title .inner > .column {

    display: table-cell;

    vertical-align: top

}

.page-title .inner > .column:first-child {

    padding-right: 15px

}

.page-title h1 {

    margin-bottom: 0

}

.page-title > .overlay {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #000;

    content: '';

    opacity: 0.35;

    z-index: 1

}

.page-title > .container, .page-title > .container-fluid {

    position: relative;

    z-index: 5

}

.page-title .breadcrumbs {

    display: block;

    padding-top: 18px;

    color: #000;

    font-weight: 600;

    text-align: right

}

.page-title .breadcrumbs > span {

    display: inline-block;

    margin: 3px;

    vertical-align: middle

}

.page-title .breadcrumbs > i {

    margin-top: 2px

}

.page-title .breadcrumbs a {

    color: #000;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;

    cursor: pointer

}

.page-title .breadcrumbs a:hover {

    color: #018abe

}

.page-title.title-size-lg {

    padding: 72px 0

}

.page-title.title-size-xl {

    padding: 158px 0

}

.page-title.text-light h1, .page-title.text-light .breadcrumbs a, .page-title.text-light .breadcrumbs {

    color: #fff

}

.page-title.text-light .breadcrumbs a {

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.page-title.text-light .breadcrumbs a:hover {

    opacity: .5

}

.page-title.title-floating {

    position: absolute;

    top: 0;

    left: 0

}

@media screen and (max-width: 991px) {

    .page-title .inner > .column {

        display: block;

        width: 100%;

        text-align: center

    }

    .page-title .inner > .column:first-child {

        padding-right: 0

    }

    .page-title .breadcrumbs {

        text-align: center

    }

    .page-title.title-size-lg {

        padding: 60px 0

    }

    .page-title.title-size-xl {

        padding: 120px 0

    }

}

.page-title.title-fullwidth .container {

    width: 100% !important;

    padding-right: 72px;

    padding-left: 72px

}

@media screen and (max-width: 1200px) {

    .page-title.title-fullwidth .container {

        padding: 0 15px

    }

}

.admin-bar .page-title.title-floating {

    top: 32px

}

.archive .page-title, .search .page-title, .error404 .page-title, .home .page-title {

    padding-bottom: 52px !important

}

.post-header {

    display: table;

    width: 100%;

    color: gray;

    font-size: 14px

}

.post-header > .column {

    display: table-cell;

    vertical-align: top

}

.post-header > .column:first-child {

    padding-right: 10px

}

.post-header > .column:last-child {

    text-align: right

}

.post-header > .column > * {

    display: inline-block

}

.post-header a {

    font-weight: normal;

    text-decoration: none

}

.post-header a.post-date {

    margin-right: 4px;

    color: #4c4c4c

}

.post-header a.edit-link {

    margin-left: 4px;

    color: #4c4c4c

}

.post-header a.post-comments {

    color: #4c4c4c;

    font-size: 12px

}

.post-header a.post-date:hover, .post-header a.post-comments:hover, .post-header a.edit-link:hover {

    color: #018abe

}

.post-footer {

    margin-top: 15px

}

.post-footer .tags-links, .post-footer .post-format {

    display: inline-block;

    vertical-align: middle

}

.post-tile {

    margin-bottom: 30px;

    border-radius: 4px;

    background-color: #f5f5f5;

    overflow: hidden;

    -ms-word-wrap: break-word;

    word-wrap: break-word

}

.post-tile .post-thumb {

    display: block

}

.post-tile .post-thumb > img {

    display: block

}

.post-tile .post-body {

    padding: 24px

}

.post-tile .post-title {

    margin-top: 6px;

    margin-bottom: 0;

    font-size: 24px

}

.post-tile .post-title > a {

    color: #000;

    font-weight: normal;

    text-decoration: none

}

.post-tile .post-title > a:hover {

    color: #018abe

}

.post-tile .post-excerpt {

    margin-top: 6px;

    margin-bottom: 0;

    color: gray;

    font-size: 14px

}

.post-horizontal {

    margin-bottom: 60px;

    -ms-word-wrap: break-word;

    word-wrap: break-word

}

.post-horizontal + .pagination {

    margin-top: -24px

}

.post-horizontal .post-thumb {

    display: block;

    margin: 16px 0

}

.post-horizontal .post-thumb > img {

    display: block

}

.post-horizontal .post-title {

    margin-bottom: 6px

}

.post-horizontal .post-title > a {

    color: #000;

    font-weight: 300;

    text-decoration: none

}

.post-horizontal .post-title > a:hover {

    color: #018abe

}

.post-horizontal .post-header > .column {

    display: block;

    width: 100%

}

.post-horizontal .post-header > .column:first-child {

    padding-right: 0

}

.post-horizontal .post-header > .column:last-child {

    margin-top: 12px;

    text-align: left

}

@media screen and (max-width: 991px) {

    .post-horizontal {

        margin-bottom: 36px

    }

    .post-horizontal + .pagination {

        margin-top: -16px

    }

    .post-horizontal .post-title {

        font-size: 30px

    }

}

.format-image .post-footer .post-format, .format-gallery .post-footer .post-format, .format-video .post-footer .post-format, .format-audio .post-footer .post-format, .format-quote .post-footer .post-format, .format-link .post-footer .post-format, .format-chat .post-footer .post-format {

    margin: 4px 7px 4px 0;

    color: #4c4c4c;

    font-size: 12px

}

.format-image .post-footer .post-format > i, .format-gallery .post-footer .post-format > i, .format-video .post-footer .post-format > i, .format-audio .post-footer .post-format > i, .format-quote .post-footer .post-format > i, .format-link .post-footer .post-format > i, .format-chat .post-footer .post-format > i {

    display: inline-block;

    margin-top: -2px;

    margin-right: 2px;

    font-family: 'Material Icons';

    font-style: normal;

    vertical-align: middle

}

.single-post .post-footer .post-format, .format-standard .post-footer .post-format, .format-aside .post-footer .post-format, .format-status .post-footer .post-format {

    display: none

}

.format-image .post-footer .post-format > i::before {

    content: '\e3f4'

}

.format-gallery .post-footer .post-format > i::before {

    content: '\e3b6'

}

.format-video .post-footer .post-format > i::before {

    content: '\e039'

}

.format-audio .post-footer .post-format > i::before {

    content: '\e3a1'

}

.format-quote .post-footer .post-format > i::before {

    content: '\e244'

}

.format-link .post-footer .post-format > i::before {

    content: '\e157'

}

.format-chat .post-footer .post-format > i::before {

    content: '\e0ca'

}

.sticky-label {

    display: none

}

.sticky .sticky-label {

    display: block;

    padding: 0 24px;

    background-color: #018abe;

    color: #fff;

    font-size: 12px;

    line-height: 36px

}

.sticky .sticky-label > i {

    display: inline-block;

    font-size: 14px;

    vertical-align: middle

}

.post-horizontal .sticky-label {

    padding: 0;

    background-color: transparent;

    color: #018abe

}

.post-share-buttons {

    padding-top: 18px

}

.post-share-buttons::before, .post-share-buttons::after {

    display: table;

    content: ' '

}

.post-share-buttons::after {

    clear: both

}

.post-share-buttons > .column {

    width: 25%;

    padding: 6px;

    float: left

}

.post-share-buttons > .column:first-child {

    padding-left: 0

}

.post-share-buttons > .column:last-child {

    padding-right: 0

}

.post-share-buttons a {

    display: block;

    width: 100%;

    height: 36px;

    margin: 0;

    padding: 0 12px;

    border: 1px solid rgba(63, 107, 190, 0.15);

    border-radius: 4px;

    background-color: transparent;

    color: #018abe;

    font-size: 12px;

    font-weight: normal;

    line-height: 34px;

    text-decoration: none;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.post-share-buttons a > i {

    display: inline-block;

    margin-right: 3px;

    font-size: 1.1em;

    vertical-align: middle

}

.post-share-buttons a > i.socicon-googleplus {

    font-size: 1.3em

}

.post-share-buttons a:hover {

    border-color: #018abe;

    background-color: #018abe;

    color: #fff

}

@media screen and (max-width: 680px) {

    .post-share-buttons > .column {

        width: 50%

    }

    .post-share-buttons > .column:nth-child(2) {

        padding-right: 0

    }

    .post-share-buttons > .column:nth-child(3) {

        padding-left: 0

    }

}

@media screen and (max-width: 360px) {

    .post-share-buttons > .column {

        width: 100%;

        padding: 0;

        padding-bottom: 12px;

        float: none

    }

}

.post-author {

    display: table;

    width: 100%;

    margin-top: 36px;

    border-radius: 4px;

    background-color: #f5f5f5;

    overflow: hidden

}

.post-author .post-author-thumb, .post-author .post-author-info {

    display: table-cell;

    vertical-align: top

}

.post-author .post-author-thumb {

    width: 174px

}

.post-author .post-author-thumb > a {

    display: block

}

.post-author .post-author-thumb > a > img {

    display: block;

    width: 174px

}

.post-author .post-author-info {

    padding-top: 17px;

    padding-right: 20px;

    padding-bottom: 24px;

    padding-left: 20px

}

.post-author .post-author-info p {

    margin-bottom: 12px;

    color: gray

}

.post-author .post-author-name {

    margin-bottom: 12px;

    font-size: 24px

}

.post-author .post-author-name > a {

    color: #000;

    font-weight: normal;

    text-decoration: none

}

.post-author .post-author-name > a:hover {

    color: #018abe

}

@media screen and (max-width: 560px) {

    .post-author {

        padding-top: 24px

    }

    .post-author .post-author-thumb, .post-author .post-author-info {

        display: block;

        text-align: center

    }

    .post-author .post-author-thumb {

        margin: 0 auto

    }

    .post-author .post-author-thumb > a > img {

        border-radius: 4px

    }

    .post-author .social-bar > a {

        margin-right: 3px;

        margin-left: 3px

    }

}

.related-posts {

    margin-top: 60px

}

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

    .related-posts {

        margin-top: 36px

    }

}

.related-post-entry, .post-tile-simple {

    margin-bottom: 24px;

    padding-bottom: 24px;

    border-bottom: 1px solid #f5f5f5

}

.related-post-entry .post-header, .post-tile-simple .post-header {

    margin-bottom: 6px !important

}

.related-post-entry .post-header .edit-link, .post-tile-simple .post-header .edit-link {

    display: none

}

.related-post-entry .post-title, .post-tile-simple .post-title {

    margin-bottom: 0 !important;

    font-size: 24px

}

.related-post-entry .post-title > a, .post-tile-simple .post-title > a {

    color: #000;

    font-weight: normal;

    text-decoration: none

}

.related-post-entry .post-title > a:hover, .post-tile-simple .post-title > a:hover {

    color: #018abe

}

.single-post {

    -ms-word-wrap: break-word;

    word-wrap: break-word

}

.single-post .post-header {

    margin-bottom: 12px

}

.single-post .post-footer {

    margin-top: 0;

    padding-bottom: 20px;

    border-bottom: 1px solid rgba(63, 107, 190, 0.25)

}

.single-post .post-footer > .tags-links {

    margin-top: 28px

}

.single-post .post-title {

    margin-bottom: 36px

}

.col-md-9 .container, .col-md-9 .container-fluid {

    width: 100% !important;

    padding: 0

}

.single-cover-image {

    background-position: 50% 50%;

    background-color: #000;

    background-repeat: no-repeat;

    background-size: cover

}

.single-cover-image.bg-parallax {

    position: relative

}

.blog .masonry-grid {

    margin-bottom: 16px

}

.blog .page-title:not([style]) + .container, .archive .page-title:not([style]) + .container {

    padding-top: 0 !important

}

.portfolio-tile {

    position: relative;

    margin-bottom: 30px;

    border-radius: 0 0 4px 4px;

    text-align: center;

    box-shadow: none;

    -ms-word-wrap: break-word;

    word-wrap: break-word;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0);

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    transition: all 0.5s

}

.portfolio-tile .portfolio-thumb {

    display: block;

    position: relative;

    border-radius: 4px 4px 0 0;

    background-color: #f5f5f5;

    overflow: hidden;

    z-index: 5

}

.portfolio-tile .portfolio-thumb > img {

    display: block;

    margin: auto

}

.portfolio-tile .portfolio-info {

    position: relative;

    border-radius: 0 0 4px 4px;

    background-color: #f5f5f5;

    z-index: 5

}

.portfolio-tile .portfolio-title {

    margin: 0;

    padding: 0 24px;

    font-size: 18px;

}

.portfolio-tile .portfolio-title > a {

    display: inline-block;

    margin-top: 16px;

    color: #000;

    font-weight: 600;

    text-decoration: none;

    text-transform: uppercase;

}

.portfolio-tile .portfolio-title > a:hover {

    color: #018abe

}

.portfolio-tile .description, .portfolio-tile p {

    margin-top: 4px;

    margin-bottom: 0;

    padding: 0 24px;

    color: gray;

    font-size: 14px

}

.portfolio-tile .btn, .portfolio-tile .widget_price_filter .price_slider_amount button, .widget_price_filter .price_slider_amount .portfolio-tile button, .portfolio-tile .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons .portfolio-tile a, .portfolio-tile .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination .portfolio-tile a.button, .portfolio-tile .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination .portfolio-tile button.button, .portfolio-tile .comment .reply-link .comment-reply-link, .comment .reply-link .portfolio-tile .comment-reply-link, .portfolio-tile .nav-links .page-numbers.prev, .nav-links .portfolio-tile .page-numbers.prev, .portfolio-tile .nav-links .page-numbers.next, .nav-links .portfolio-tile .page-numbers.next, .portfolio-tile .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .portfolio-tile .menu-item-has-children > a > .arrow, .portfolio-tile .vertical-navigation > ul .has-mega-menu > a > .arrow, .vertical-navigation > ul .portfolio-tile .has-mega-menu > a > .arrow, .portfolio-tile .woocommerce table.shop_table .button, .woocommerce table.shop_table .portfolio-tile .button, .portfolio-tile .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .portfolio-tile .checkout-button, .portfolio-tile .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .portfolio-tile .checkout-button, .portfolio-tile .woocommerce button.button.alt, .woocommerce .portfolio-tile button.button.alt, .portfolio-tile .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .portfolio-tile .button, .portfolio-tile .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .portfolio-tile .button, .portfolio-tile .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .portfolio-tile .button, .portfolio-tile .woocommerce #respond input#submit.alt, .woocommerce #respond .portfolio-tile input#submit.alt, .portfolio-tile .woocommerce a.button.alt, .woocommerce .portfolio-tile a.button.alt, .portfolio-tile .return-to-shop .button.wc-backward, .return-to-shop .portfolio-tile .button.wc-backward, .portfolio-tile .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce-MyAccount-content .woocommerce-Address-title .portfolio-tile a, .portfolio-tile .woocommerce .login .form-row input.button, .woocommerce .login .form-row .portfolio-tile input.button, .portfolio-tile .woocommerce input.button, .woocommerce .portfolio-tile input.button {

    margin-top: 18px;

    margin-right: 0;

    margin-bottom: 24px;

    margin-left: 0

}

.portfolio-tile.portfolio-text-overlay {

    position: relative

}

.portfolio-tile.portfolio-text-overlay .overlay {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #000;

    content: '';

    opacity: 0.5;

    z-index: 6;

    border-radius: 4px;

    opacity: 0;

    -webkit-transition: opacity 0.4s;

    -moz-transition: opacity 0.4s;

    transition: opacity 0.4s

}

.portfolio-tile.portfolio-text-overlay .portfolio-info {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    border-radius: 0;

    background: none;

    opacity: 0;

    z-index: 6;

    -webkit-transform: translateY(-10px);

    -moz-transform: translateY(-10px);

    -ms-transform: translateY(-10px);

    -o-transform: translateY(-10px);

    transform: translateY(-10px);

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    transition: all 0.4s

}

.portfolio-tile.portfolio-text-overlay:hover .overlay {

    opacity: 1

}

.portfolio-tile.portfolio-text-overlay:hover .portfolio-info {

    opacity: 1;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0)

}

.portfolio-tile.portfolio-simple .portfolio-thumb, .portfolio-tile.portfolio-text-overlay .portfolio-thumb {

    border-radius: 4px

}

.portfolio-tile.skin-light .portfolio-title > a {

    color: #fff;

    opacity: 1;

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.portfolio-tile.skin-light .portfolio-title > a:hover {

    color: #fff;

    opacity: .5

}

.portfolio-tile.skin-light .post-excerpt, .portfolio-tile.skin-light p {

    color: #fff;

    opacity: .5

}

.portfolio-tile:hover {

    box-shadow: 0 20px 60px -6px rgba(0, 0, 0, 0.5);

    -webkit-transform: translateY(-3px);

    -moz-transform: translateY(-3px);

    -ms-transform: translateY(-3px);

    -o-transform: translateY(-3px);

    transform: translateY(-3px)

}

.touch .portfolio-tile.portfolio-text-overlay .overlay {

    opacity: 1

}

.touch .portfolio-tile.portfolio-text-overlay .portfolio-info {

    opacity: 1;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0)

}

.product-tile {

    margin-bottom: 12px;

    text-align: center

}

.product-tile .btn, .product-tile .widget_price_filter .price_slider_amount button, .widget_price_filter .price_slider_amount .product-tile button, .product-tile .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons .product-tile a, .product-tile .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination .product-tile a.button, .product-tile .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination .product-tile button.button, .product-tile .comment .reply-link .comment-reply-link, .comment .reply-link .product-tile .comment-reply-link, .product-tile .nav-links .page-numbers.prev, .nav-links .product-tile .page-numbers.prev, .product-tile .nav-links .page-numbers.next, .nav-links .product-tile .page-numbers.next, .product-tile .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .product-tile .menu-item-has-children > a > .arrow, .product-tile .vertical-navigation > ul .has-mega-menu > a > .arrow, .vertical-navigation > ul .product-tile .has-mega-menu > a > .arrow, .product-tile .woocommerce table.shop_table .button, .woocommerce table.shop_table .product-tile .button, .product-tile .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .product-tile .checkout-button, .product-tile .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .product-tile .checkout-button, .product-tile .woocommerce button.button.alt, .woocommerce .product-tile button.button.alt, .product-tile .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .product-tile .button, .product-tile .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .product-tile .button, .product-tile .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .product-tile .button, .product-tile .woocommerce #respond input#submit.alt, .woocommerce #respond .product-tile input#submit.alt, .product-tile .woocommerce a.button.alt, .woocommerce .product-tile a.button.alt, .product-tile .return-to-shop .button.wc-backward, .return-to-shop .product-tile .button.wc-backward, .product-tile .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce-MyAccount-content .woocommerce-Address-title .product-tile a, .product-tile .woocommerce .login .form-row input.button, .woocommerce .login .form-row .product-tile input.button, .product-tile .woocommerce input.button, .woocommerce .product-tile input.button {

    margin-right: 0;

    margin-bottom: 0

}

.product-tile .added_to_cart {

    margin-left: 8px;

    padding-top: .9em !important;

    color: #4c4c4c;

    text-decoration: none;

    vertical-align: middle

}

.product-tile .added_to_cart:hover {

    color: #018abe

}

.product-thumb {

    display: block;

    position: relative

}

.product-thumb img {

    display: block;

    border-radius: 4px

}

.product-thumb .badge {

    position: absolute;

    top: 0;

    left: 0;

    padding: 8px 12px;

    border-radius: 4px;

    background-color: #e63030;

    color: #fff;

    font-size: 12px

}

.product-thumb .badge i {

    font-size: 14px

}

.product-title {

    margin-top: 12px;

    font-size: 16px

}

.product-title a {

    color: #4c4c4c;

    text-decoration: none

}

.product-title a:hover {

    color: #018abe

}

.product-description > * {

    color: gray

}

.product-rating {

    text-align: center

}

.product-rating > * {

    display: inline-block !important;

    float: none !important

}

.product-rating .star-rating {

    position: relative;

    width: 6.5em;

    height: 1em;

    margin: 16px auto 12px;

    padding-left: 0;

    color: #5bc460;

    font-family: star;

    font-size: 15px;

    letter-spacing: .3em;

    line-height: 1;

    overflow: hidden

}

.product-rating .star-rating span {

    position: absolute;

    top: 0;

    left: 0;

    padding-top: 1.5em;

    float: left;

    overflow: hidden

}

.product-rating .star-rating span::before {

    position: absolute;

    top: 0;

    left: 0;

    content: '\53\53\53\53\53'

}

.product-rating .star-rating::before {

    position: absolute;

    top: 0;

    left: 0;

    float: left;

    color: #d3ced2;

    content: '\73\73\73\73\73'

}

.product-price {

    color: #000;

    font-size: 18px

}

.product-price .discount {

    color: gray;

    text-decoration: line-through

}

.product-price del, .product-price del span {

    color: gray

}

.product-price ins {

    text-decoration: none

}

.woocommerce table.shop_table {

    border: 0

}

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

    .woocommerce table.shop_table {

        min-width: 720px

    }

}

.woocommerce table.shop_table td {

    border-top: 0;

    vertical-align: top

}

.woocommerce table.shop_table th {

    font-size: 18px

}

.woocommerce table.shop_table .cart_item td {

    padding-top: 43.2px

}

.woocommerce table.shop_table .product-remove {

    width: 1%

}

.woocommerce table.shop_table .product-remove .remove {

    padding-left: 1px;

    background-color: #e63030;

    color: #fff !important;

    font-size: 16px;

    line-height: .8

}

.woocommerce table.shop_table .product-thumbnail {

    display: table-cell !important;

    width: 147px

}

.woocommerce table.shop_table .product-thumbnail a {

    display: block

}

.woocommerce table.shop_table .product-thumbnail a img {

    width: 107px;

    height: 107px

}

.woocommerce table.shop_table .product-name a {

    color: #4c4c4c;

    font-size: 18px;

    font-weight: 600;

    text-decoration: none

}

.woocommerce table.shop_table .product-name a:hover {

    color: #018abe

}

.woocommerce table.shop_table .quantity {

    max-width: 80px

}

.woocommerce table.shop_table .quantity input::-webkit-inner-spin-button {

    opacity: 1

}

.woocommerce table.shop_table .product-price, .woocommerce table.shop_table .product-subtotal {

    font-size: 18px;

    font-weight: 600

}

.woocommerce table.shop_table .actions {

    padding: 24px 0 0

}

.woocommerce table.shop_table .coupon {

    display: flex

}

.woocommerce table.shop_table .button {

    margin-top: 0 !important;

    padding: 0 14px !important

}

.woocommerce table.shop_table input[disabled]:hover {

    background-color: #018abe !important

}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {

    width: 100%;

    max-width: 35%;

    margin: 9.6px 0 0 auto;

    float: none;

    clear: both

}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {

    font-size: 24px

}

.woocommerce .cart-collaterals .cart_totals th, .woocommerce-page .cart-collaterals .cart_totals th {

    padding-left: 0;

    border-bottom: 0

}

.woocommerce .cart-collaterals .cart_totals td, .woocommerce-page .cart-collaterals .cart_totals td {

    border-bottom: 0

}

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

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {

        max-width: 100%

    }

}

.cross-sells {

    width: 100% !important;

    float: none !important

}

.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] {

    color: #fff !important

}

.pp_gallery ul li::before {

    display: none

}

.product .quantity {

    max-width: 80px

}

.product .quantity input::-webkit-inner-spin-button {

    opacity: 1

}

.product .product_meta .sku_wrapper {

    margin-bottom: 10px

}

.product .product_meta > * {

    display: block

}

.product .product_meta .tagged_as {

    margin-top: 10px

}

.product .product_meta .posted_in a {

    color: #4c4c4c;

    text-decoration: none

}

.product .product_meta .posted_in a:hover {

    color: #018abe

}

.product .thumbnails a {

    display: inline-block;

    width: 100%;

    max-width: 80px;

    margin-right: 2% !important;

    float: none !important

}

.product .thumbnails .last {

    margin-right: 2% !important

}

.product .product-description {

    margin-bottom: 24px

}

.product form.cart {

    border-bottom: 1px solid #f5f5f5

}

.woocommerce .woocommerce-product-rating {

    display: inline-block;

    margin-bottom: 15px !important;

    padding: 0 15px;

    background-color: #f5f5f5;

    vertical-align: middle

}

.woocommerce .woocommerce-product-rating > * {

    display: inline-block !important;

    float: none !important;

    vertical-align: middle

}

.woocommerce .woocommerce-product-rating .star-rating {

    width: 6.5em;

    margin: 12px 10px 12px 0;

    padding-left: 0;

    color: #5bc460;

    font-size: 12px;

    letter-spacing: .3em

}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {

    color: gray;

    font-weight: 400;

    text-decoration: none

}

.woocommerce .woocommerce-product-rating .woocommerce-review-link:hover {

    color: #018abe

}

.woocommerce span.onsale {

    display: inline-block;

    position: relative !important;

    top: auto;

    left: auto;

    min-height: 0;

    margin-right: 15px;

    margin-bottom: 15px;

    padding: 8px 12px;

    border-radius: 4px;

    background-color: #e63030;

    color: #fff;

    font-size: 12px;

    line-height: 1;

    vertical-align: middle

}

.woocommerce button.button.alt {

    margin-top: 0 !important

}

.woocommerce div.product p.price del, .woocommerce div.product p.price ins, .woocommerce div.product span.price del, .woocommerce div.product span.price ins {

    color: #4c4c4c;

    font-size: 24px;

    text-decoration: none

}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {

    color: gray;

    text-decoration: line-through

}

.wocommerce-tabs.panel {

    border: 0 !important

}

.wc-tabs {

    padding-left: 0 !important;

    border: 0 !important

}

.wc-tabs::before {

    display: none !important

}

.wc-tabs li {

    padding-right: 12px !important;

    padding-left: 0 !important;

    border: 0 !important;

    background-color: transparent !important

}

.wc-tabs li a {

    padding: 0 12px !important;

    font-weight: 400 !important

}

.wc-tabs li::after {

    display: none !important

}

.wc-tabs-wrapper .panel {

    border: 0 !important

}

.wc-tabs-wrapper .panel h2 {

    font-size: 18px !important

}

.related.products {

    margin-top: 48px;

    padding-top: 48px;

    border-top: 1px solid rgba(63, 107, 190, 0.25)

}

.related.products h2 {

    margin-bottom: 24px;

    font-size: 30px

}

@media screen and (max-width: 991px) {

    .related.products .product-tile {

        margin-bottom: 48px

    }

}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {

    width: 6.5em;

    margin: 12px 10px 12px 0;

    padding-left: 0;

    color: #5bc460;

    font-size: 12px;

    letter-spacing: .3em

}

.comment_container img.avatar {

    width: 60px !important;

    height: 60px !important;

    padding: 0 !important;

    border: 0 !important;

    border-radius: 4px !important;

    background: none !important

}

.comment_container .comment-text {

    margin-left: 72px !important;

    border: 0 !important;

    background-color: #f5f5f5 !important

}

.reply-title {

    font-size: 18px

}

.woocommerce p.stars a {

    display: inline-block;

    padding-right: 2px;

    padding-left: 2px;

    color: #5bc460;

    font-size: 12px

}

.comment-form-rating .form-select::before {

    display: none

}

.woocommerce .woocommerce-info {

    border-color: #4eabff

}

.woocommerce .woocommerce-info::before {

    color: #4eabff

}

.woocommerce .woocommerce-info a {

    color: #4c4c4c;

    text-decoration: none

}

.woocommerce .woocommerce-info a:hover {

    color: #018abe

}

.woocommerce .woocommerce-error {

    border-color: #e63030

}

.woocommerce .woocommerce-error::before {

    color: #e63030

}

.woocommerce .woocommerce-error a {

    color: #4c4c4c;

    text-decoration: none

}

.woocommerce .woocommerce-error a:hover {

    color: #018abe

}

.woocommerce .woocommerce-message {

    border-color: #5bc460

}

.woocommerce .woocommerce-message::before {

    color: #5bc460

}

.woocommerce .woocommerce-message a {

    color: #4c4c4c;

    text-decoration: none

}

.woocommerce .woocommerce-message a:hover {

    color: #018abe

}

.woocommerce form .form-row.woocommerce-invalid label, .woocommerce form .form-row .required {

    color: #e63030

}

.woocommerce-page .site-footer {

    padding-top: 72px

}

@media screen and (max-width: 991px) {

    .woocommerce-page .site-footer {

        padding-top: 24px

    }

}

.woocommerce-checkout-review-order-table {

    max-width: 50%

}

.woocommerce-checkout-payment {

    background-color: #f5f5f5 !important

}

.woocommerce-checkout-payment .payment_box {

    background-color: #e8e8e8 !important

}

.woocommerce-checkout-payment .payment_box::before {

    border-bottom-color: #e8e8e8 !important

}

#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 {

    color: #4c4c4c;

    text-decoration: none;

    margin-left: 20px;

    line-height: 2.5

}

#add_payment_method #payment .payment_method_paypal .about_paypal:hover, .woocommerce-cart #payment .payment_method_paypal .about_paypal:hover, .woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover {

    color: #018abe

}

.wc_payment_method label {

    display: inline-block

}

.checkout_coupon input {

    margin-bottom: 0 !important

}

.woocommerce .checkout_coupon input.button {

    margin-top: 0 !important

}

.woocommerce form .form-row.woocommerce-validated .select2-container .select2-choice, .woocommerce form .form-row.woocommerce-validated input.input-text .select2-choice, .woocommerce form .form-row.woocommerce-validated select .select2-choice {

    display: block;

    width: 100%;

    height: 48px;

    margin-bottom: 24px;

    padding: 0 12px;

    transition: all .35s;

    border-width: 1px;

    border-style: solid;

    border-radius: 4px;

    border-color: #fff;

    background-color: #f5f5f5;

    color: #4c4c4c;

    font-size: 18px;

    line-height: 2.5;

    -webkit-appearance: none;

    -moz-appearance: none;

    -ms-appearance: none;

    -o-appearance: none;

    appearance: none

}

.woocommerce-billing-fields .form-select::before {

    display: none

}

.select2-drop {

    border: 0 !important;

    background-color: #f5f5f5

}

.select2-drop .select2-search {

    padding-top: 12px;

    background-color: #fff

}

.select2-drop .select2-search input {

    margin-bottom: 8px !important;

    background-image: none

}

.select2-drop .select2-results li {

    padding-left: 0

}

.select2-drop .select2-results li::before {

    display: none

}

.woocommerce-billing-fields p {

    margin-bottom: 0 !important;

    padding: 0 !important

}

.checkout .col-2 {

    margin-bottom: 24px

}

.woocommerce-MyAccount-content {

    margin-top: 24px

}

.woocommerce-MyAccount-content a {

    color: #4c4c4c;

    text-decoration: none

}

.woocommerce-MyAccount-content a:hover {

    color: #018abe

}

.woocommerce-MyAccount-content p {

    margin-bottom: 0 !important;

    padding-bottom: 0 !important

}

.woocommerce-MyAccount-content .woocommerce-Address {

    margin-bottom: 24px

}

.woocommerce table.my_account_orders .order-actions .button, .woocommerce table.woocommerce-MyAccount-downloads .button {

    margin: 0 !important

}

.woocommerce table.my_account_orders td, .woocommerce table.woocommerce-MyAccount-downloads td {

    vertical-align: middle

}

.woocommerce .login {

    border-color: #e5e5e5 !important

}

.woocommerce .login .form-row {

    float: none;

    clear: both

}

.woocommerce .login .form-row-wide {

    width: 50%;

    float: left !important;

    clear: none

}

.woocommerce .login .form-row-wide:nth-child(2) {

    padding-left: 25px

}

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

    .woocommerce .login .form-row-wide {

        width: 100%;

        padding: 0 !important

    }

}

.woocommerce .login a {

    color: #4c4c4c;

    text-decoration: none

}

.woocommerce .login a:hover {

    color: #018abe

}

.woocommerce div.product div.images img {

    border-radius: 4px

}

.woocommerce div.product {

    padding-bottom: 72px

}

.woocommerce-Price-amount {

    color: #000;

    font-weight: normal

}

.search-results .search-box, .no-results .search-box, .error404 .search-box {

    margin-bottom: 24px

}

.search-results .search-box input, .no-results .search-box input, .error404 .search-box input {

    height: 60px !important;

    font-size: 18px !important

}

.search-results .nav-links .nav-previous > a, .search-results .nav-links .nav-next > a, .no-results .nav-links .nav-previous > a, .no-results .nav-links .nav-next > a, .error404 .nav-links .nav-previous > a, .error404 .nav-links .nav-next > a {

    padding-top: 0

}

.error404 .page-title .column {

    padding-right: 0

}

.error404 .page-title .column:last-child {

    display: none

}

.error404 .page-title h1 {

    font-size: 72px;

    text-align: center

}

.block-title {

    margin: 0;

    padding-bottom: 48px

}

.block-title > small {

    display: block;

    margin: 0;

    color: gray

}

.block-title.text-light > small {

    color: #fff;

    opacity: .6

}

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

    .block-title {

        padding-bottom: 36px

    }

}

.btn, .widget_price_filter .price_slider_amount button, .widget_shopping_cart .buttons a, .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination input.button, .comment .reply-link .comment-reply-link, .nav-links .page-numbers.prev, .nav-links .page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .has-mega-menu > a > .arrow, .woocommerce table.shop_table .button, .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce button.button.alt, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-message .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce input.button.alt, .woocommerce .checkout_coupon input.button, .return-to-shop .button.wc-backward, .woocommerce .track_order input.button, .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce .login .form-row input.button, .woocommerce input.button, input[type='submit'] {

    display: inline-block;

    position: relative;

    height: 48px;

    margin: 12px 12px 12px 0;

    padding: 0 14px;

    border: 1px solid transparent;

    border-radius: 4px;

    background-color: transparent;

    background-image: none;

    font-size: 18px;

    font-style: normal;

    font-weight: 600;

    line-height: 46px;

    white-space: nowrap;

    cursor: pointer;

    vertical-align: middle;

    text-transform: none;

    text-decoration: none;

    text-align: center;

    touch-action: manipulation;

    -webkit-transform: translateZ(0);

    -moz-transform: translateZ(0);

    -ms-transform: translateZ(0);

    -o-transform: translateZ(0);

    transform: translateZ(0);

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.btn:hover, .widget_price_filter .price_slider_amount button:hover, .widget_shopping_cart .buttons a:hover, .woocommerce .woocommerce-Pagination a.button:hover, .woocommerce .woocommerce-Pagination button.button:hover, .comment .reply-link .comment-reply-link:hover, .nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover, .vertical-navigation > ul .menu-item-has-children > a > .arrow:hover, .vertical-navigation > ul .has-mega-menu > a > .arrow:hover, .woocommerce table.shop_table .button:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce button.button.alt:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .return-to-shop .button.wc-backward:hover, .woocommerce-MyAccount-content .woocommerce-Address-title a:hover, .woocommerce .login .form-row input.button:hover, .woocommerce input.button:hover, .btn:focus .btn:active, .widget_price_filter .price_slider_amount button:focus .btn:active, .widget_shopping_cart .buttons a:focus .btn:active, .woocommerce .woocommerce-Pagination a.button:focus .btn:active, .woocommerce .woocommerce-Pagination button.button:focus .btn:active, .woocommerce .woocommerce-Pagination input.button:focus .btn:active, .comment .reply-link .comment-reply-link:focus .btn:active, .nav-links .page-numbers.prev:focus .btn:active, .nav-links .page-numbers.next:focus .btn:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .btn:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .btn:active, .woocommerce table.shop_table .button:focus .btn:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .btn:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .btn:active, .woocommerce button.button.alt:focus .btn:active, .woocommerce .woocommerce-info .button:focus .btn:active, .woocommerce .woocommerce-error .button:focus .btn:active, .woocommerce .woocommerce-message .button:focus .btn:active, .woocommerce #respond input#submit.alt:focus .btn:active, .woocommerce a.button.alt:focus .btn:active, .woocommerce input.button.alt:focus .btn:active, .woocommerce .checkout_coupon input.button:focus .btn:active, .return-to-shop .button.wc-backward:focus .btn:active, .woocommerce .track_order input.button:focus .btn:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .btn:active, .woocommerce .login .form-row input.button:focus .btn:active, .woocommerce input.button:focus .btn:active, .btn:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .btn:focus button:active, .widget_price_filter .price_slider_amount button:focus button:active, .widget_shopping_cart .buttons a:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .widget_shopping_cart .buttons a:focus button:active, .woocommerce .woocommerce-Pagination a.button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce .woocommerce-Pagination a.button:focus button:active, .woocommerce .woocommerce-Pagination button.button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce .woocommerce-Pagination button.button:focus button:active, .woocommerce .woocommerce-Pagination input.button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce .woocommerce-Pagination input.button:focus button:active, .comment .reply-link .comment-reply-link:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .comment .reply-link .comment-reply-link:focus button:active, .nav-links .page-numbers.prev:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .nav-links .page-numbers.prev:focus button:active, .nav-links .page-numbers.next:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .nav-links .page-numbers.next:focus button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .vertical-navigation > ul .has-mega-menu > a > .arrow:focus button:active, .woocommerce table.shop_table .button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce table.shop_table .button:focus button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce .cart-collaterals .cart_totals .checkout-button:focus button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus button:active, .woocommerce button.button.alt:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce button.button.alt:focus button:active, .woocommerce .woocommerce-info .button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce .woocommerce-info .button:focus button:active, .woocommerce .woocommerce-error .button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce .woocommerce-error .button:focus button:active, .woocommerce .woocommerce-message .button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce .woocommerce-message .button:focus button:active, .woocommerce #respond input#submit.alt:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce #respond input#submit.alt:focus button:active, .woocommerce a.button.alt:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce a.button.alt:focus button:active, .woocommerce input.button.alt:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce input.button.alt:focus button:active, .woocommerce .checkout_coupon input.button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce .checkout_coupon input.button:focus button:active, .return-to-shop .button.wc-backward:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .return-to-shop .button.wc-backward:focus button:active, .woocommerce .track_order input.button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce .track_order input.button:focus button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce-MyAccount-content .woocommerce-Address-title a:focus button:active, .woocommerce .login .form-row input.button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce .login .form-row input.button:focus button:active, .woocommerce input.button:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount .woocommerce input.button:focus button:active, .btn:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .btn:focus a:active, .widget_price_filter .price_slider_amount button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .widget_price_filter .price_slider_amount button:focus a:active, .widget_shopping_cart .buttons a:focus a:active, .woocommerce .woocommerce-Pagination a.button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce .woocommerce-Pagination a.button:focus a:active, .woocommerce .woocommerce-Pagination button.button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce .woocommerce-Pagination button.button:focus a:active, .woocommerce .woocommerce-Pagination input.button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce .woocommerce-Pagination input.button:focus a:active, .comment .reply-link .comment-reply-link:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .comment .reply-link .comment-reply-link:focus a:active, .nav-links .page-numbers.prev:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .nav-links .page-numbers.prev:focus a:active, .nav-links .page-numbers.next:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .nav-links .page-numbers.next:focus a:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus a:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .vertical-navigation > ul .has-mega-menu > a > .arrow:focus a:active, .woocommerce table.shop_table .button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce table.shop_table .button:focus a:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce .cart-collaterals .cart_totals .checkout-button:focus a:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus a:active, .woocommerce button.button.alt:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce button.button.alt:focus a:active, .woocommerce .woocommerce-info .button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce .woocommerce-info .button:focus a:active, .woocommerce .woocommerce-error .button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce .woocommerce-error .button:focus a:active, .woocommerce .woocommerce-message .button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce .woocommerce-message .button:focus a:active, .woocommerce #respond input#submit.alt:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce #respond input#submit.alt:focus a:active, .woocommerce a.button.alt:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce a.button.alt:focus a:active, .woocommerce input.button.alt:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce input.button.alt:focus a:active, .woocommerce .checkout_coupon input.button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce .checkout_coupon input.button:focus a:active, .return-to-shop .button.wc-backward:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .return-to-shop .button.wc-backward:focus a:active, .woocommerce .track_order input.button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce .track_order input.button:focus a:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce-MyAccount-content .woocommerce-Address-title a:focus a:active, .woocommerce .login .form-row input.button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce .login .form-row input.button:focus a:active, .woocommerce input.button:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons .woocommerce input.button:focus a:active, .btn:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .btn:focus a.button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .widget_price_filter .price_slider_amount button:focus a.button:active, .widget_shopping_cart .buttons a:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .widget_shopping_cart .buttons a:focus a.button:active, .woocommerce .woocommerce-Pagination a.button:focus a.button:active, .woocommerce .woocommerce-Pagination button.button:focus a.button:active, .woocommerce .woocommerce-Pagination input.button:focus a.button:active, .comment .reply-link .comment-reply-link:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .comment .reply-link .comment-reply-link:focus a.button:active, .nav-links .page-numbers.prev:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .nav-links .page-numbers.prev:focus a.button:active, .nav-links .page-numbers.next:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .nav-links .page-numbers.next:focus a.button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus a.button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .has-mega-menu > a > .arrow:focus a.button:active, .woocommerce table.shop_table .button:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination table.shop_table .button:focus a.button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .cart-collaterals .cart_totals .checkout-button:focus a.button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus a.button:active, .woocommerce button.button.alt:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination button.button.alt:focus a.button:active, .woocommerce .woocommerce-info .button:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .woocommerce-info .button:focus a.button:active, .woocommerce .woocommerce-error .button:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .woocommerce-error .button:focus a.button:active, .woocommerce .woocommerce-message .button:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .woocommerce-message .button:focus a.button:active, .woocommerce #respond input#submit.alt:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination #respond input#submit.alt:focus a.button:active, .woocommerce a.button.alt:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination a.button.alt:focus a.button:active, .woocommerce input.button.alt:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination input.button.alt:focus a.button:active, .woocommerce .checkout_coupon input.button:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .checkout_coupon input.button:focus a.button:active, .return-to-shop .button.wc-backward:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .return-to-shop .button.wc-backward:focus a.button:active, .woocommerce .track_order input.button:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .track_order input.button:focus a.button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .woocommerce-MyAccount-content .woocommerce-Address-title a:focus a.button:active, .woocommerce .login .form-row input.button:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination .login .form-row input.button:focus a.button:active, .woocommerce input.button:focus .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination input.button:focus a.button:active, .btn:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .btn:focus button.button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .widget_price_filter .price_slider_amount button:focus button.button:active, .widget_shopping_cart .buttons a:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .widget_shopping_cart .buttons a:focus button.button:active, .woocommerce .woocommerce-Pagination a.button:focus button.button:active, .woocommerce .woocommerce-Pagination button.button:focus button.button:active, .woocommerce .woocommerce-Pagination input.button:focus button.button:active, .comment .reply-link .comment-reply-link:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .comment .reply-link .comment-reply-link:focus button.button:active, .nav-links .page-numbers.prev:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .nav-links .page-numbers.prev:focus button.button:active, .nav-links .page-numbers.next:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .nav-links .page-numbers.next:focus button.button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus button.button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .has-mega-menu > a > .arrow:focus button.button:active, .woocommerce table.shop_table .button:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination table.shop_table .button:focus button.button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .cart-collaterals .cart_totals .checkout-button:focus button.button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus button.button:active, .woocommerce button.button.alt:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination button.button.alt:focus button.button:active, .woocommerce .woocommerce-info .button:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .woocommerce-info .button:focus button.button:active, .woocommerce .woocommerce-error .button:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .woocommerce-error .button:focus button.button:active, .woocommerce .woocommerce-message .button:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .woocommerce-message .button:focus button.button:active, .woocommerce #respond input#submit.alt:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination #respond input#submit.alt:focus button.button:active, .woocommerce a.button.alt:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination a.button.alt:focus button.button:active, .woocommerce input.button.alt:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination input.button.alt:focus button.button:active, .woocommerce .checkout_coupon input.button:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .checkout_coupon input.button:focus button.button:active, .return-to-shop .button.wc-backward:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .return-to-shop .button.wc-backward:focus button.button:active, .woocommerce .track_order input.button:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .track_order input.button:focus button.button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .woocommerce-MyAccount-content .woocommerce-Address-title a:focus button.button:active, .woocommerce .login .form-row input.button:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination .login .form-row input.button:focus button.button:active, .woocommerce input.button:focus .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination input.button:focus button.button:active, .btn:focus .woocommerce .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .btn:focus input.button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .widget_price_filter .price_slider_amount button:focus input.button:active, .widget_shopping_cart .buttons a:focus .woocommerce .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .widget_shopping_cart .buttons a:focus input.button:active, .woocommerce .woocommerce-Pagination a.button:focus input.button:active, .woocommerce .woocommerce-Pagination button.button:focus input.button:active, .woocommerce .woocommerce-Pagination input.button:focus input.button:active, .comment .reply-link .comment-reply-link:focus .woocommerce .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .comment .reply-link .comment-reply-link:focus input.button:active, .nav-links .page-numbers.prev:focus .woocommerce .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .nav-links .page-numbers.prev:focus input.button:active, .nav-links .page-numbers.next:focus .woocommerce .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .nav-links .page-numbers.next:focus input.button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus input.button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .has-mega-menu > a > .arrow:focus input.button:active, .woocommerce table.shop_table .button:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination table.shop_table .button:focus input.button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .cart-collaterals .cart_totals .checkout-button:focus input.button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus input.button:active, .woocommerce button.button.alt:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination button.button.alt:focus input.button:active, .woocommerce .woocommerce-info .button:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .woocommerce-info .button:focus input.button:active, .woocommerce .woocommerce-error .button:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .woocommerce-error .button:focus input.button:active, .woocommerce .woocommerce-message .button:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .woocommerce-message .button:focus input.button:active, .woocommerce #respond input#submit.alt:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination #respond input#submit.alt:focus input.button:active, .woocommerce a.button.alt:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination a.button.alt:focus input.button:active, .woocommerce input.button.alt:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination input.button.alt:focus input.button:active, .woocommerce .checkout_coupon input.button:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .checkout_coupon input.button:focus input.button:active, .return-to-shop .button.wc-backward:focus .woocommerce .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .return-to-shop .button.wc-backward:focus input.button:active, .woocommerce .track_order input.button:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .track_order input.button:focus input.button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .woocommerce-MyAccount-content .woocommerce-Address-title a:focus input.button:active, .woocommerce .login .form-row input.button:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination .login .form-row input.button:focus input.button:active, .woocommerce input.button:focus .woocommerce-Pagination input.button:active, .woocommerce .woocommerce-Pagination input.button:focus input.button:active, .btn:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .btn:focus .comment-reply-link:active, .widget_price_filter .price_slider_amount button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .widget_price_filter .price_slider_amount button:focus .comment-reply-link:active, .widget_shopping_cart .buttons a:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .widget_shopping_cart .buttons a:focus .comment-reply-link:active, .woocommerce .woocommerce-Pagination a.button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce .woocommerce-Pagination a.button:focus .comment-reply-link:active, .woocommerce .woocommerce-Pagination button.button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce .woocommerce-Pagination button.button:focus .comment-reply-link:active, .woocommerce .woocommerce-Pagination input.button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce .woocommerce-Pagination input.button:focus .comment-reply-link:active, .comment .reply-link .comment-reply-link:focus .comment-reply-link:active, .nav-links .page-numbers.prev:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .nav-links .page-numbers.prev:focus .comment-reply-link:active, .nav-links .page-numbers.next:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .nav-links .page-numbers.next:focus .comment-reply-link:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .comment-reply-link:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .comment-reply-link:active, .woocommerce table.shop_table .button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce table.shop_table .button:focus .comment-reply-link:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .comment-reply-link:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .comment-reply-link:active, .woocommerce button.button.alt:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce button.button.alt:focus .comment-reply-link:active, .woocommerce .woocommerce-info .button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce .woocommerce-info .button:focus .comment-reply-link:active, .woocommerce .woocommerce-error .button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce .woocommerce-error .button:focus .comment-reply-link:active, .woocommerce .woocommerce-message .button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce .woocommerce-message .button:focus .comment-reply-link:active, .woocommerce #respond input#submit.alt:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce #respond input#submit.alt:focus .comment-reply-link:active, .woocommerce a.button.alt:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce a.button.alt:focus .comment-reply-link:active, .woocommerce input.button.alt:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce input.button.alt:focus .comment-reply-link:active, .woocommerce .checkout_coupon input.button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce .checkout_coupon input.button:focus .comment-reply-link:active, .return-to-shop .button.wc-backward:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .return-to-shop .button.wc-backward:focus .comment-reply-link:active, .woocommerce .track_order input.button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce .track_order input.button:focus .comment-reply-link:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .comment-reply-link:active, .woocommerce .login .form-row input.button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce .login .form-row input.button:focus .comment-reply-link:active, .woocommerce input.button:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link .woocommerce input.button:focus .comment-reply-link:active, .btn:focus .nav-links .page-numbers.prev:active, .nav-links .btn:focus .page-numbers.prev:active, .widget_price_filter .price_slider_amount button:focus .nav-links .page-numbers.prev:active, .nav-links .widget_price_filter .price_slider_amount button:focus .page-numbers.prev:active, .widget_shopping_cart .buttons a:focus .nav-links .page-numbers.prev:active, .nav-links .widget_shopping_cart .buttons a:focus .page-numbers.prev:active, .woocommerce .woocommerce-Pagination a.button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce .woocommerce-Pagination a.button:focus .page-numbers.prev:active, .woocommerce .woocommerce-Pagination button.button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce .woocommerce-Pagination button.button:focus .page-numbers.prev:active, .woocommerce .woocommerce-Pagination input.button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce .woocommerce-Pagination input.button:focus .page-numbers.prev:active, .comment .reply-link .comment-reply-link:focus .nav-links .page-numbers.prev:active, .nav-links .comment .reply-link .comment-reply-link:focus .page-numbers.prev:active, .nav-links .page-numbers.prev:focus .page-numbers.prev:active, .nav-links .page-numbers.next:focus .page-numbers.prev:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .nav-links .page-numbers.prev:active, .nav-links .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .page-numbers.prev:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .nav-links .page-numbers.prev:active, .nav-links .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .page-numbers.prev:active, .woocommerce table.shop_table .button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce table.shop_table .button:focus .page-numbers.prev:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .page-numbers.prev:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .page-numbers.prev:active, .woocommerce button.button.alt:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce button.button.alt:focus .page-numbers.prev:active, .woocommerce .woocommerce-info .button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce .woocommerce-info .button:focus .page-numbers.prev:active, .woocommerce .woocommerce-error .button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce .woocommerce-error .button:focus .page-numbers.prev:active, .woocommerce .woocommerce-message .button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce .woocommerce-message .button:focus .page-numbers.prev:active, .woocommerce #respond input#submit.alt:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce #respond input#submit.alt:focus .page-numbers.prev:active, .woocommerce a.button.alt:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce a.button.alt:focus .page-numbers.prev:active, .woocommerce input.button.alt:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce input.button.alt:focus .page-numbers.prev:active, .woocommerce .checkout_coupon input.button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce .checkout_coupon input.button:focus .page-numbers.prev:active, .return-to-shop .button.wc-backward:focus .nav-links .page-numbers.prev:active, .nav-links .return-to-shop .button.wc-backward:focus .page-numbers.prev:active, .woocommerce .track_order input.button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce .track_order input.button:focus .page-numbers.prev:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .page-numbers.prev:active, .woocommerce .login .form-row input.button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce .login .form-row input.button:focus .page-numbers.prev:active, .woocommerce input.button:focus .nav-links .page-numbers.prev:active, .nav-links .woocommerce input.button:focus .page-numbers.prev:active, .btn:focus .nav-links .page-numbers.next:active, .nav-links .btn:focus .page-numbers.next:active, .widget_price_filter .price_slider_amount button:focus .nav-links .page-numbers.next:active, .nav-links .widget_price_filter .price_slider_amount button:focus .page-numbers.next:active, .widget_shopping_cart .buttons a:focus .nav-links .page-numbers.next:active, .nav-links .widget_shopping_cart .buttons a:focus .page-numbers.next:active, .woocommerce .woocommerce-Pagination a.button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce .woocommerce-Pagination a.button:focus .page-numbers.next:active, .woocommerce .woocommerce-Pagination button.button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce .woocommerce-Pagination button.button:focus .page-numbers.next:active, .woocommerce .woocommerce-Pagination input.button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce .woocommerce-Pagination input.button:focus .page-numbers.next:active, .comment .reply-link .comment-reply-link:focus .nav-links .page-numbers.next:active, .nav-links .comment .reply-link .comment-reply-link:focus .page-numbers.next:active, .nav-links .page-numbers.prev:focus .page-numbers.next:active, .nav-links .page-numbers.next:focus .page-numbers.next:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .nav-links .page-numbers.next:active, .nav-links .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .page-numbers.next:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .nav-links .page-numbers.next:active, .nav-links .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .page-numbers.next:active, .woocommerce table.shop_table .button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce table.shop_table .button:focus .page-numbers.next:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .page-numbers.next:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .page-numbers.next:active, .woocommerce button.button.alt:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce button.button.alt:focus .page-numbers.next:active, .woocommerce .woocommerce-info .button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce .woocommerce-info .button:focus .page-numbers.next:active, .woocommerce .woocommerce-error .button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce .woocommerce-error .button:focus .page-numbers.next:active, .woocommerce .woocommerce-message .button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce .woocommerce-message .button:focus .page-numbers.next:active, .woocommerce #respond input#submit.alt:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce #respond input#submit.alt:focus .page-numbers.next:active, .woocommerce a.button.alt:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce a.button.alt:focus .page-numbers.next:active, .woocommerce input.button.alt:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce input.button.alt:focus .page-numbers.next:active, .woocommerce .checkout_coupon input.button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce .checkout_coupon input.button:focus .page-numbers.next:active, .return-to-shop .button.wc-backward:focus .nav-links .page-numbers.next:active, .nav-links .return-to-shop .button.wc-backward:focus .page-numbers.next:active, .woocommerce .track_order input.button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce .track_order input.button:focus .page-numbers.next:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .page-numbers.next:active, .woocommerce .login .form-row input.button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce .login .form-row input.button:focus .page-numbers.next:active, .woocommerce input.button:focus .nav-links .page-numbers.next:active, .nav-links .woocommerce input.button:focus .page-numbers.next:active, .btn:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .btn:focus .menu-item-has-children > a > .arrow:active, .widget_price_filter .price_slider_amount button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .widget_price_filter .price_slider_amount button:focus .menu-item-has-children > a > .arrow:active, .widget_shopping_cart .buttons a:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .widget_shopping_cart .buttons a:focus .menu-item-has-children > a > .arrow:active, .woocommerce .woocommerce-Pagination a.button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-Pagination a.button:focus .menu-item-has-children > a > .arrow:active, .woocommerce .woocommerce-Pagination button.button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-Pagination button.button:focus .menu-item-has-children > a > .arrow:active, .woocommerce .woocommerce-Pagination input.button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-Pagination input.button:focus .menu-item-has-children > a > .arrow:active, .comment .reply-link .comment-reply-link:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .comment .reply-link .comment-reply-link:focus .menu-item-has-children > a > .arrow:active, .nav-links .page-numbers.prev:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .nav-links .page-numbers.prev:focus .menu-item-has-children > a > .arrow:active, .nav-links .page-numbers.next:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .nav-links .page-numbers.next:focus .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .menu-item-has-children > a > .arrow:active, .woocommerce table.shop_table .button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce table.shop_table .button:focus .menu-item-has-children > a > .arrow:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .menu-item-has-children > a > .arrow:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .menu-item-has-children > a > .arrow:active, .woocommerce button.button.alt:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce button.button.alt:focus .menu-item-has-children > a > .arrow:active, .woocommerce .woocommerce-info .button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-info .button:focus .menu-item-has-children > a > .arrow:active, .woocommerce .woocommerce-error .button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-error .button:focus .menu-item-has-children > a > .arrow:active, .woocommerce .woocommerce-message .button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-message .button:focus .menu-item-has-children > a > .arrow:active, .woocommerce #respond input#submit.alt:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce #respond input#submit.alt:focus .menu-item-has-children > a > .arrow:active, .woocommerce a.button.alt:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce a.button.alt:focus .menu-item-has-children > a > .arrow:active, .woocommerce input.button.alt:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce input.button.alt:focus .menu-item-has-children > a > .arrow:active, .woocommerce .checkout_coupon input.button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce .checkout_coupon input.button:focus .menu-item-has-children > a > .arrow:active, .return-to-shop .button.wc-backward:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .return-to-shop .button.wc-backward:focus .menu-item-has-children > a > .arrow:active, .woocommerce .track_order input.button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce .track_order input.button:focus .menu-item-has-children > a > .arrow:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .menu-item-has-children > a > .arrow:active, .woocommerce .login .form-row input.button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce .login .form-row input.button:focus .menu-item-has-children > a > .arrow:active, .woocommerce input.button:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul .woocommerce input.button:focus .menu-item-has-children > a > .arrow:active, .btn:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .btn:focus .has-mega-menu > a > .arrow:active, .widget_price_filter .price_slider_amount button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .widget_price_filter .price_slider_amount button:focus .has-mega-menu > a > .arrow:active, .widget_shopping_cart .buttons a:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .widget_shopping_cart .buttons a:focus .has-mega-menu > a > .arrow:active, .woocommerce .woocommerce-Pagination a.button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-Pagination a.button:focus .has-mega-menu > a > .arrow:active, .woocommerce .woocommerce-Pagination button.button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-Pagination button.button:focus .has-mega-menu > a > .arrow:active, .woocommerce .woocommerce-Pagination input.button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-Pagination input.button:focus .has-mega-menu > a > .arrow:active, .comment .reply-link .comment-reply-link:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .comment .reply-link .comment-reply-link:focus .has-mega-menu > a > .arrow:active, .nav-links .page-numbers.prev:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .nav-links .page-numbers.prev:focus .has-mega-menu > a > .arrow:active, .nav-links .page-numbers.next:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .nav-links .page-numbers.next:focus .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .has-mega-menu > a > .arrow:active, .woocommerce table.shop_table .button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce table.shop_table .button:focus .has-mega-menu > a > .arrow:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .has-mega-menu > a > .arrow:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .has-mega-menu > a > .arrow:active, .woocommerce button.button.alt:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce button.button.alt:focus .has-mega-menu > a > .arrow:active, .woocommerce .woocommerce-info .button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-info .button:focus .has-mega-menu > a > .arrow:active, .woocommerce .woocommerce-error .button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-error .button:focus .has-mega-menu > a > .arrow:active, .woocommerce .woocommerce-message .button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce .woocommerce-message .button:focus .has-mega-menu > a > .arrow:active, .woocommerce #respond input#submit.alt:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce #respond input#submit.alt:focus .has-mega-menu > a > .arrow:active, .woocommerce a.button.alt:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce a.button.alt:focus .has-mega-menu > a > .arrow:active, .woocommerce input.button.alt:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce input.button.alt:focus .has-mega-menu > a > .arrow:active, .woocommerce .checkout_coupon input.button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce .checkout_coupon input.button:focus .has-mega-menu > a > .arrow:active, .return-to-shop .button.wc-backward:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .return-to-shop .button.wc-backward:focus .has-mega-menu > a > .arrow:active, .woocommerce .track_order input.button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce .track_order input.button:focus .has-mega-menu > a > .arrow:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .has-mega-menu > a > .arrow:active, .woocommerce .login .form-row input.button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce .login .form-row input.button:focus .has-mega-menu > a > .arrow:active, .woocommerce input.button:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul .woocommerce input.button:focus .has-mega-menu > a > .arrow:active, .btn:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table .btn:focus .button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table .widget_price_filter .price_slider_amount button:focus .button:active, .widget_shopping_cart .buttons a:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table .widget_shopping_cart .buttons a:focus .button:active, .woocommerce .woocommerce-Pagination a.button:focus table.shop_table .button:active, .woocommerce table.shop_table .woocommerce-Pagination a.button:focus .button:active, .woocommerce .woocommerce-Pagination button.button:focus table.shop_table .button:active, .woocommerce table.shop_table .woocommerce-Pagination button.button:focus .button:active, .woocommerce .woocommerce-Pagination input.button:focus table.shop_table .button:active, .woocommerce table.shop_table .woocommerce-Pagination input.button:focus .button:active, .comment .reply-link .comment-reply-link:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table .comment .reply-link .comment-reply-link:focus .button:active, .nav-links .page-numbers.prev:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table .nav-links .page-numbers.prev:focus .button:active, .nav-links .page-numbers.next:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table .nav-links .page-numbers.next:focus .button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .button:active, .woocommerce table.shop_table .button:focus .button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus table.shop_table .button:active, .woocommerce table.shop_table .cart-collaterals .cart_totals .checkout-button:focus .button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .button:active, .woocommerce button.button.alt:focus table.shop_table .button:active, .woocommerce table.shop_table button.button.alt:focus .button:active, .woocommerce .woocommerce-info .button:focus table.shop_table .button:active, .woocommerce table.shop_table .woocommerce-info .button:focus .button:active, .woocommerce .woocommerce-error .button:focus table.shop_table .button:active, .woocommerce table.shop_table .woocommerce-error .button:focus .button:active, .woocommerce .woocommerce-message .button:focus table.shop_table .button:active, .woocommerce table.shop_table .woocommerce-message .button:focus .button:active, .woocommerce #respond input#submit.alt:focus table.shop_table .button:active, .woocommerce table.shop_table #respond input#submit.alt:focus .button:active, .woocommerce a.button.alt:focus table.shop_table .button:active, .woocommerce table.shop_table a.button.alt:focus .button:active, .woocommerce input.button.alt:focus table.shop_table .button:active, .woocommerce table.shop_table input.button.alt:focus .button:active, .woocommerce .checkout_coupon input.button:focus table.shop_table .button:active, .woocommerce table.shop_table .checkout_coupon input.button:focus .button:active, .return-to-shop .button.wc-backward:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table .return-to-shop .button.wc-backward:focus .button:active, .woocommerce .track_order input.button:focus table.shop_table .button:active, .woocommerce table.shop_table .track_order input.button:focus .button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .button:active, .woocommerce .login .form-row input.button:focus table.shop_table .button:active, .woocommerce table.shop_table .login .form-row input.button:focus .button:active, .woocommerce input.button:focus table.shop_table .button:active, .woocommerce table.shop_table input.button:focus .button:active, .btn:focus .woocommerce .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .btn:focus .checkout-button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .widget_price_filter .price_slider_amount button:focus .checkout-button:active, .widget_shopping_cart .buttons a:focus .woocommerce .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .widget_shopping_cart .buttons a:focus .checkout-button:active, .woocommerce .woocommerce-Pagination a.button:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .woocommerce-Pagination a.button:focus .checkout-button:active, .woocommerce .woocommerce-Pagination button.button:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .woocommerce-Pagination button.button:focus .checkout-button:active, .woocommerce .woocommerce-Pagination input.button:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .woocommerce-Pagination input.button:focus .checkout-button:active, .comment .reply-link .comment-reply-link:focus .woocommerce .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .comment .reply-link .comment-reply-link:focus .checkout-button:active, .nav-links .page-numbers.prev:focus .woocommerce .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .nav-links .page-numbers.prev:focus .checkout-button:active, .nav-links .page-numbers.next:focus .woocommerce .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .nav-links .page-numbers.next:focus .checkout-button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .checkout-button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .checkout-button:active, .woocommerce table.shop_table .button:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals table.shop_table .button:focus .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .checkout-button:active, .woocommerce-page .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .checkout-button:active, .woocommerce .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .checkout-button:active, .woocommerce button.button.alt:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals button.button.alt:focus .checkout-button:active, .woocommerce .woocommerce-info .button:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .woocommerce-info .button:focus .checkout-button:active, .woocommerce .woocommerce-error .button:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .woocommerce-error .button:focus .checkout-button:active, .woocommerce .woocommerce-message .button:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .woocommerce-message .button:focus .checkout-button:active, .woocommerce #respond input#submit.alt:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals #respond input#submit.alt:focus .checkout-button:active, .woocommerce a.button.alt:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals a.button.alt:focus .checkout-button:active, .woocommerce input.button.alt:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals input.button.alt:focus .checkout-button:active, .woocommerce .checkout_coupon input.button:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .checkout_coupon input.button:focus .checkout-button:active, .return-to-shop .button.wc-backward:focus .woocommerce .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .return-to-shop .button.wc-backward:focus .checkout-button:active, .woocommerce .track_order input.button:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .track_order input.button:focus .checkout-button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .checkout-button:active, .woocommerce .login .form-row input.button:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals .login .form-row input.button:focus .checkout-button:active, .woocommerce input.button:focus .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals input.button:focus .checkout-button:active, .btn:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .btn:focus .checkout-button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .widget_price_filter .price_slider_amount button:focus .checkout-button:active, .widget_shopping_cart .buttons a:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .widget_shopping_cart .buttons a:focus .checkout-button:active, .woocommerce .woocommerce-Pagination a.button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce .woocommerce-Pagination a.button:focus .checkout-button:active, .woocommerce .woocommerce-Pagination button.button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce .woocommerce-Pagination button.button:focus .checkout-button:active, .woocommerce .woocommerce-Pagination input.button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce .woocommerce-Pagination input.button:focus .checkout-button:active, .comment .reply-link .comment-reply-link:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .comment .reply-link .comment-reply-link:focus .checkout-button:active, .nav-links .page-numbers.prev:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .nav-links .page-numbers.prev:focus .checkout-button:active, .nav-links .page-numbers.next:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .nav-links .page-numbers.next:focus .checkout-button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .checkout-button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .checkout-button:active, .woocommerce table.shop_table .button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce table.shop_table .button:focus .checkout-button:active, .woocommerce .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .checkout-button:active, .woocommerce-page .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .checkout-button:active, .woocommerce button.button.alt:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce button.button.alt:focus .checkout-button:active, .woocommerce .woocommerce-info .button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce .woocommerce-info .button:focus .checkout-button:active, .woocommerce .woocommerce-error .button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce .woocommerce-error .button:focus .checkout-button:active, .woocommerce .woocommerce-message .button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce .woocommerce-message .button:focus .checkout-button:active, .woocommerce #respond input#submit.alt:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce #respond input#submit.alt:focus .checkout-button:active, .woocommerce a.button.alt:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce a.button.alt:focus .checkout-button:active, .woocommerce input.button.alt:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce input.button.alt:focus .checkout-button:active, .woocommerce .checkout_coupon input.button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce .checkout_coupon input.button:focus .checkout-button:active, .return-to-shop .button.wc-backward:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .return-to-shop .button.wc-backward:focus .checkout-button:active, .woocommerce .track_order input.button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce .track_order input.button:focus .checkout-button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .checkout-button:active, .woocommerce .login .form-row input.button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce .login .form-row input.button:focus .checkout-button:active, .woocommerce input.button:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .woocommerce input.button:focus .checkout-button:active, .btn:focus .woocommerce button.button.alt:active, .woocommerce .btn:focus button.button.alt:active, .widget_price_filter .price_slider_amount button:focus .woocommerce button.button.alt:active, .woocommerce .widget_price_filter .price_slider_amount button:focus button.button.alt:active, .widget_shopping_cart .buttons a:focus .woocommerce button.button.alt:active, .woocommerce .widget_shopping_cart .buttons a:focus button.button.alt:active, .woocommerce .woocommerce-Pagination a.button:focus button.button.alt:active, .woocommerce .woocommerce-Pagination button.button:focus button.button.alt:active, .woocommerce .woocommerce-Pagination input.button:focus button.button.alt:active, .comment .reply-link .comment-reply-link:focus .woocommerce button.button.alt:active, .woocommerce .comment .reply-link .comment-reply-link:focus button.button.alt:active, .nav-links .page-numbers.prev:focus .woocommerce button.button.alt:active, .woocommerce .nav-links .page-numbers.prev:focus button.button.alt:active, .nav-links .page-numbers.next:focus .woocommerce button.button.alt:active, .woocommerce .nav-links .page-numbers.next:focus button.button.alt:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce button.button.alt:active, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus button.button.alt:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce button.button.alt:active, .woocommerce .vertical-navigation > ul .has-mega-menu > a > .arrow:focus button.button.alt:active, .woocommerce table.shop_table .button:focus button.button.alt:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus button.button.alt:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce button.button.alt:active, .woocommerce .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus button.button.alt:active, .woocommerce button.button.alt:focus button.button.alt:active, .woocommerce .woocommerce-info .button:focus button.button.alt:active, .woocommerce .woocommerce-error .button:focus button.button.alt:active, .woocommerce .woocommerce-message .button:focus button.button.alt:active, .woocommerce #respond input#submit.alt:focus button.button.alt:active, .woocommerce a.button.alt:focus button.button.alt:active, .woocommerce input.button.alt:focus button.button.alt:active, .woocommerce .checkout_coupon input.button:focus button.button.alt:active, .return-to-shop .button.wc-backward:focus .woocommerce button.button.alt:active, .woocommerce .return-to-shop .button.wc-backward:focus button.button.alt:active, .woocommerce .track_order input.button:focus button.button.alt:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce button.button.alt:active, .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a:focus button.button.alt:active, .woocommerce .login .form-row input.button:focus button.button.alt:active, .woocommerce input.button:focus button.button.alt:active, .btn:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info .btn:focus .button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info .widget_price_filter .price_slider_amount button:focus .button:active, .widget_shopping_cart .buttons a:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info .widget_shopping_cart .buttons a:focus .button:active, .woocommerce .woocommerce-Pagination a.button:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info .woocommerce-Pagination a.button:focus .button:active, .woocommerce .woocommerce-Pagination button.button:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info .woocommerce-Pagination button.button:focus .button:active, .woocommerce .woocommerce-Pagination input.button:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info .woocommerce-Pagination input.button:focus .button:active, .comment .reply-link .comment-reply-link:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info .comment .reply-link .comment-reply-link:focus .button:active, .nav-links .page-numbers.prev:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info .nav-links .page-numbers.prev:focus .button:active, .nav-links .page-numbers.next:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info .nav-links .page-numbers.next:focus .button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .button:active, .woocommerce table.shop_table .button:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info table.shop_table .button:focus .button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info .cart-collaterals .cart_totals .checkout-button:focus .button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .button:active, .woocommerce button.button.alt:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info button.button.alt:focus .button:active, .woocommerce .woocommerce-info .button:focus .button:active, .woocommerce .woocommerce-error .button:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info .woocommerce-error .button:focus .button:active, .woocommerce .woocommerce-message .button:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info .woocommerce-message .button:focus .button:active, .woocommerce #respond input#submit.alt:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info #respond input#submit.alt:focus .button:active, .woocommerce a.button.alt:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info a.button.alt:focus .button:active, .woocommerce input.button.alt:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info input.button.alt:focus .button:active, .woocommerce .checkout_coupon input.button:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info .checkout_coupon input.button:focus .button:active, .return-to-shop .button.wc-backward:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info .return-to-shop .button.wc-backward:focus .button:active, .woocommerce .track_order input.button:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info .track_order input.button:focus .button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .button:active, .woocommerce .login .form-row input.button:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info .login .form-row input.button:focus .button:active, .woocommerce input.button:focus .woocommerce-info .button:active, .woocommerce .woocommerce-info input.button:focus .button:active, .btn:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .btn:focus .button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .widget_price_filter .price_slider_amount button:focus .button:active, .widget_shopping_cart .buttons a:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .widget_shopping_cart .buttons a:focus .button:active, .woocommerce .woocommerce-Pagination a.button:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error .woocommerce-Pagination a.button:focus .button:active, .woocommerce .woocommerce-Pagination button.button:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error .woocommerce-Pagination button.button:focus .button:active, .woocommerce .woocommerce-Pagination input.button:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error .woocommerce-Pagination input.button:focus .button:active, .comment .reply-link .comment-reply-link:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .comment .reply-link .comment-reply-link:focus .button:active, .nav-links .page-numbers.prev:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .nav-links .page-numbers.prev:focus .button:active, .nav-links .page-numbers.next:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .nav-links .page-numbers.next:focus .button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .button:active, .woocommerce table.shop_table .button:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error table.shop_table .button:focus .button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error .cart-collaterals .cart_totals .checkout-button:focus .button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .button:active, .woocommerce button.button.alt:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error button.button.alt:focus .button:active, .woocommerce .woocommerce-info .button:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error .woocommerce-info .button:focus .button:active, .woocommerce .woocommerce-error .button:focus .button:active, .woocommerce .woocommerce-message .button:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error .woocommerce-message .button:focus .button:active, .woocommerce #respond input#submit.alt:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error #respond input#submit.alt:focus .button:active, .woocommerce a.button.alt:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error a.button.alt:focus .button:active, .woocommerce input.button.alt:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error input.button.alt:focus .button:active, .woocommerce .checkout_coupon input.button:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error .checkout_coupon input.button:focus .button:active, .return-to-shop .button.wc-backward:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .return-to-shop .button.wc-backward:focus .button:active, .woocommerce .track_order input.button:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error .track_order input.button:focus .button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .button:active, .woocommerce .login .form-row input.button:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error .login .form-row input.button:focus .button:active, .woocommerce input.button:focus .woocommerce-error .button:active, .woocommerce .woocommerce-error input.button:focus .button:active, .btn:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message .btn:focus .button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message .widget_price_filter .price_slider_amount button:focus .button:active, .widget_shopping_cart .buttons a:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message .widget_shopping_cart .buttons a:focus .button:active, .woocommerce .woocommerce-Pagination a.button:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message .woocommerce-Pagination a.button:focus .button:active, .woocommerce .woocommerce-Pagination button.button:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message .woocommerce-Pagination button.button:focus .button:active, .woocommerce .woocommerce-Pagination input.button:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message .woocommerce-Pagination input.button:focus .button:active, .comment .reply-link .comment-reply-link:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message .comment .reply-link .comment-reply-link:focus .button:active, .nav-links .page-numbers.prev:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message .nav-links .page-numbers.prev:focus .button:active, .nav-links .page-numbers.next:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message .nav-links .page-numbers.next:focus .button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .button:active, .woocommerce table.shop_table .button:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message table.shop_table .button:focus .button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message .cart-collaterals .cart_totals .checkout-button:focus .button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .button:active, .woocommerce button.button.alt:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message button.button.alt:focus .button:active, .woocommerce .woocommerce-info .button:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message .woocommerce-info .button:focus .button:active, .woocommerce .woocommerce-error .button:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message .woocommerce-error .button:focus .button:active, .woocommerce .woocommerce-message .button:focus .button:active, .woocommerce #respond input#submit.alt:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message #respond input#submit.alt:focus .button:active, .woocommerce a.button.alt:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message a.button.alt:focus .button:active, .woocommerce input.button.alt:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message input.button.alt:focus .button:active, .woocommerce .checkout_coupon input.button:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message .checkout_coupon input.button:focus .button:active, .return-to-shop .button.wc-backward:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message .return-to-shop .button.wc-backward:focus .button:active, .woocommerce .track_order input.button:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message .track_order input.button:focus .button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .button:active, .woocommerce .login .form-row input.button:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message .login .form-row input.button:focus .button:active, .woocommerce input.button:focus .woocommerce-message .button:active, .woocommerce .woocommerce-message input.button:focus .button:active, .btn:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond .btn:focus input#submit.alt:active, .widget_price_filter .price_slider_amount button:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond .widget_price_filter .price_slider_amount button:focus input#submit.alt:active, .widget_shopping_cart .buttons a:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond .widget_shopping_cart .buttons a:focus input#submit.alt:active, .woocommerce .woocommerce-Pagination a.button:focus #respond input#submit.alt:active, .woocommerce #respond .woocommerce-Pagination a.button:focus input#submit.alt:active, .woocommerce .woocommerce-Pagination button.button:focus #respond input#submit.alt:active, .woocommerce #respond .woocommerce-Pagination button.button:focus input#submit.alt:active, .woocommerce .woocommerce-Pagination input.button:focus #respond input#submit.alt:active, .woocommerce #respond .woocommerce-Pagination input.button:focus input#submit.alt:active, .comment .reply-link .comment-reply-link:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond .comment .reply-link .comment-reply-link:focus input#submit.alt:active, .nav-links .page-numbers.prev:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond .nav-links .page-numbers.prev:focus input#submit.alt:active, .nav-links .page-numbers.next:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond .nav-links .page-numbers.next:focus input#submit.alt:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus input#submit.alt:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond .vertical-navigation > ul .has-mega-menu > a > .arrow:focus input#submit.alt:active, .woocommerce table.shop_table .button:focus #respond input#submit.alt:active, .woocommerce #respond table.shop_table .button:focus input#submit.alt:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus #respond input#submit.alt:active, .woocommerce #respond .cart-collaterals .cart_totals .checkout-button:focus input#submit.alt:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus input#submit.alt:active, .woocommerce button.button.alt:focus #respond input#submit.alt:active, .woocommerce #respond button.button.alt:focus input#submit.alt:active, .woocommerce .woocommerce-info .button:focus #respond input#submit.alt:active, .woocommerce #respond .woocommerce-info .button:focus input#submit.alt:active, .woocommerce .woocommerce-error .button:focus #respond input#submit.alt:active, .woocommerce #respond .woocommerce-error .button:focus input#submit.alt:active, .woocommerce .woocommerce-message .button:focus #respond input#submit.alt:active, .woocommerce #respond .woocommerce-message .button:focus input#submit.alt:active, .woocommerce #respond input#submit.alt:focus input#submit.alt:active, .woocommerce a.button.alt:focus #respond input#submit.alt:active, .woocommerce #respond a.button.alt:focus input#submit.alt:active, .woocommerce input.button.alt:focus #respond input#submit.alt:active, .woocommerce #respond input.button.alt:focus input#submit.alt:active, .woocommerce .checkout_coupon input.button:focus #respond input#submit.alt:active, .woocommerce #respond .checkout_coupon input.button:focus input#submit.alt:active, .return-to-shop .button.wc-backward:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond .return-to-shop .button.wc-backward:focus input#submit.alt:active, .woocommerce .track_order input.button:focus #respond input#submit.alt:active, .woocommerce #respond .track_order input.button:focus input#submit.alt:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond .woocommerce-MyAccount-content .woocommerce-Address-title a:focus input#submit.alt:active, .woocommerce .login .form-row input.button:focus #respond input#submit.alt:active, .woocommerce #respond .login .form-row input.button:focus input#submit.alt:active, .woocommerce input.button:focus #respond input#submit.alt:active, .woocommerce #respond input.button:focus input#submit.alt:active, .btn:focus .woocommerce a.button.alt:active, .woocommerce .btn:focus a.button.alt:active, .widget_price_filter .price_slider_amount button:focus .woocommerce a.button.alt:active, .woocommerce .widget_price_filter .price_slider_amount button:focus a.button.alt:active, .widget_shopping_cart .buttons a:focus .woocommerce a.button.alt:active, .woocommerce .widget_shopping_cart .buttons a:focus a.button.alt:active, .woocommerce .woocommerce-Pagination a.button:focus a.button.alt:active, .woocommerce .woocommerce-Pagination button.button:focus a.button.alt:active, .woocommerce .woocommerce-Pagination input.button:focus a.button.alt:active, .comment .reply-link .comment-reply-link:focus .woocommerce a.button.alt:active, .woocommerce .comment .reply-link .comment-reply-link:focus a.button.alt:active, .nav-links .page-numbers.prev:focus .woocommerce a.button.alt:active, .woocommerce .nav-links .page-numbers.prev:focus a.button.alt:active, .nav-links .page-numbers.next:focus .woocommerce a.button.alt:active, .woocommerce .nav-links .page-numbers.next:focus a.button.alt:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce a.button.alt:active, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus a.button.alt:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce a.button.alt:active, .woocommerce .vertical-navigation > ul .has-mega-menu > a > .arrow:focus a.button.alt:active, .woocommerce table.shop_table .button:focus a.button.alt:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus a.button.alt:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce a.button.alt:active, .woocommerce .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus a.button.alt:active, .woocommerce button.button.alt:focus a.button.alt:active, .woocommerce .woocommerce-info .button:focus a.button.alt:active, .woocommerce .woocommerce-error .button:focus a.button.alt:active, .woocommerce .woocommerce-message .button:focus a.button.alt:active, .woocommerce #respond input#submit.alt:focus a.button.alt:active, .woocommerce a.button.alt:focus a.button.alt:active, .woocommerce input.button.alt:focus a.button.alt:active, .woocommerce .checkout_coupon input.button:focus a.button.alt:active, .return-to-shop .button.wc-backward:focus .woocommerce a.button.alt:active, .woocommerce .return-to-shop .button.wc-backward:focus a.button.alt:active, .woocommerce .track_order input.button:focus a.button.alt:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce a.button.alt:active, .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a:focus a.button.alt:active, .woocommerce .login .form-row input.button:focus a.button.alt:active, .woocommerce input.button:focus a.button.alt:active, .btn:focus .woocommerce input.button.alt:active, .woocommerce .btn:focus input.button.alt:active, .widget_price_filter .price_slider_amount button:focus .woocommerce input.button.alt:active, .woocommerce .widget_price_filter .price_slider_amount button:focus input.button.alt:active, .widget_shopping_cart .buttons a:focus .woocommerce input.button.alt:active, .woocommerce .widget_shopping_cart .buttons a:focus input.button.alt:active, .woocommerce .woocommerce-Pagination a.button:focus input.button.alt:active, .woocommerce .woocommerce-Pagination button.button:focus input.button.alt:active, .woocommerce .woocommerce-Pagination input.button:focus input.button.alt:active, .comment .reply-link .comment-reply-link:focus .woocommerce input.button.alt:active, .woocommerce .comment .reply-link .comment-reply-link:focus input.button.alt:active, .nav-links .page-numbers.prev:focus .woocommerce input.button.alt:active, .woocommerce .nav-links .page-numbers.prev:focus input.button.alt:active, .nav-links .page-numbers.next:focus .woocommerce input.button.alt:active, .woocommerce .nav-links .page-numbers.next:focus input.button.alt:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce input.button.alt:active, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus input.button.alt:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce input.button.alt:active, .woocommerce .vertical-navigation > ul .has-mega-menu > a > .arrow:focus input.button.alt:active, .woocommerce table.shop_table .button:focus input.button.alt:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus input.button.alt:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce input.button.alt:active, .woocommerce .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus input.button.alt:active, .woocommerce button.button.alt:focus input.button.alt:active, .woocommerce .woocommerce-info .button:focus input.button.alt:active, .woocommerce .woocommerce-error .button:focus input.button.alt:active, .woocommerce .woocommerce-message .button:focus input.button.alt:active, .woocommerce #respond input#submit.alt:focus input.button.alt:active, .woocommerce a.button.alt:focus input.button.alt:active, .woocommerce input.button.alt:focus input.button.alt:active, .woocommerce .checkout_coupon input.button:focus input.button.alt:active, .return-to-shop .button.wc-backward:focus .woocommerce input.button.alt:active, .woocommerce .return-to-shop .button.wc-backward:focus input.button.alt:active, .woocommerce .track_order input.button:focus input.button.alt:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce input.button.alt:active, .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a:focus input.button.alt:active, .woocommerce .login .form-row input.button:focus input.button.alt:active, .woocommerce input.button:focus input.button.alt:active, .btn:focus .woocommerce .checkout_coupon input.button:active, .woocommerce .checkout_coupon .btn:focus input.button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce .checkout_coupon input.button:active, .woocommerce .checkout_coupon .widget_price_filter .price_slider_amount button:focus input.button:active, .widget_shopping_cart .buttons a:focus .woocommerce .checkout_coupon input.button:active, .woocommerce .checkout_coupon .widget_shopping_cart .buttons a:focus input.button:active, .woocommerce .woocommerce-Pagination a.button:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon .woocommerce-Pagination a.button:focus input.button:active, .woocommerce .woocommerce-Pagination button.button:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon .woocommerce-Pagination button.button:focus input.button:active, .woocommerce .woocommerce-Pagination input.button:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon .woocommerce-Pagination input.button:focus input.button:active, .comment .reply-link .comment-reply-link:focus .woocommerce .checkout_coupon input.button:active, .woocommerce .checkout_coupon .comment .reply-link .comment-reply-link:focus input.button:active, .nav-links .page-numbers.prev:focus .woocommerce .checkout_coupon input.button:active, .woocommerce .checkout_coupon .nav-links .page-numbers.prev:focus input.button:active, .nav-links .page-numbers.next:focus .woocommerce .checkout_coupon input.button:active, .woocommerce .checkout_coupon .nav-links .page-numbers.next:focus input.button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce .checkout_coupon input.button:active, .woocommerce .checkout_coupon .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus input.button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce .checkout_coupon input.button:active, .woocommerce .checkout_coupon .vertical-navigation > ul .has-mega-menu > a > .arrow:focus input.button:active, .woocommerce table.shop_table .button:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon table.shop_table .button:focus input.button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon .cart-collaterals .cart_totals .checkout-button:focus input.button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce .checkout_coupon input.button:active, .woocommerce .checkout_coupon .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus input.button:active, .woocommerce button.button.alt:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon button.button.alt:focus input.button:active, .woocommerce .woocommerce-info .button:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon .woocommerce-info .button:focus input.button:active, .woocommerce .woocommerce-error .button:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon .woocommerce-error .button:focus input.button:active, .woocommerce .woocommerce-message .button:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon .woocommerce-message .button:focus input.button:active, .woocommerce #respond input#submit.alt:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon #respond input#submit.alt:focus input.button:active, .woocommerce a.button.alt:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon a.button.alt:focus input.button:active, .woocommerce input.button.alt:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon input.button.alt:focus input.button:active, .woocommerce .checkout_coupon input.button:focus input.button:active, .return-to-shop .button.wc-backward:focus .woocommerce .checkout_coupon input.button:active, .woocommerce .checkout_coupon .return-to-shop .button.wc-backward:focus input.button:active, .woocommerce .track_order input.button:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon .track_order input.button:focus input.button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce .checkout_coupon input.button:active, .woocommerce .checkout_coupon .woocommerce-MyAccount-content .woocommerce-Address-title a:focus input.button:active, .woocommerce .login .form-row input.button:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon .login .form-row input.button:focus input.button:active, .woocommerce input.button:focus .checkout_coupon input.button:active, .woocommerce .checkout_coupon input.button:focus input.button:active, .btn:focus .return-to-shop .button.wc-backward:active, .return-to-shop .btn:focus .button.wc-backward:active, .widget_price_filter .price_slider_amount button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .widget_price_filter .price_slider_amount button:focus .button.wc-backward:active, .widget_shopping_cart .buttons a:focus .return-to-shop .button.wc-backward:active, .return-to-shop .widget_shopping_cart .buttons a:focus .button.wc-backward:active, .woocommerce .woocommerce-Pagination a.button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce .woocommerce-Pagination a.button:focus .button.wc-backward:active, .woocommerce .woocommerce-Pagination button.button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce .woocommerce-Pagination button.button:focus .button.wc-backward:active, .woocommerce .woocommerce-Pagination input.button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce .woocommerce-Pagination input.button:focus .button.wc-backward:active, .comment .reply-link .comment-reply-link:focus .return-to-shop .button.wc-backward:active, .return-to-shop .comment .reply-link .comment-reply-link:focus .button.wc-backward:active, .nav-links .page-numbers.prev:focus .return-to-shop .button.wc-backward:active, .return-to-shop .nav-links .page-numbers.prev:focus .button.wc-backward:active, .nav-links .page-numbers.next:focus .return-to-shop .button.wc-backward:active, .return-to-shop .nav-links .page-numbers.next:focus .button.wc-backward:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .return-to-shop .button.wc-backward:active, .return-to-shop .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .button.wc-backward:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .return-to-shop .button.wc-backward:active, .return-to-shop .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .button.wc-backward:active, .woocommerce table.shop_table .button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce table.shop_table .button:focus .button.wc-backward:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .button.wc-backward:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .button.wc-backward:active, .woocommerce button.button.alt:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce button.button.alt:focus .button.wc-backward:active, .woocommerce .woocommerce-info .button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce .woocommerce-info .button:focus .button.wc-backward:active, .woocommerce .woocommerce-error .button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce .woocommerce-error .button:focus .button.wc-backward:active, .woocommerce .woocommerce-message .button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce .woocommerce-message .button:focus .button.wc-backward:active, .woocommerce #respond input#submit.alt:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce #respond input#submit.alt:focus .button.wc-backward:active, .woocommerce a.button.alt:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce a.button.alt:focus .button.wc-backward:active, .woocommerce input.button.alt:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce input.button.alt:focus .button.wc-backward:active, .woocommerce .checkout_coupon input.button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce .checkout_coupon input.button:focus .button.wc-backward:active, .return-to-shop .button.wc-backward:focus .button.wc-backward:active, .woocommerce .track_order input.button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce .track_order input.button:focus .button.wc-backward:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .button.wc-backward:active, .woocommerce .login .form-row input.button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce .login .form-row input.button:focus .button.wc-backward:active, .woocommerce input.button:focus .return-to-shop .button.wc-backward:active, .return-to-shop .woocommerce input.button:focus .button.wc-backward:active, .btn:focus .woocommerce .track_order input.button:active, .woocommerce .track_order .btn:focus input.button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce .track_order input.button:active, .woocommerce .track_order .widget_price_filter .price_slider_amount button:focus input.button:active, .widget_shopping_cart .buttons a:focus .woocommerce .track_order input.button:active, .woocommerce .track_order .widget_shopping_cart .buttons a:focus input.button:active, .woocommerce .woocommerce-Pagination a.button:focus .track_order input.button:active, .woocommerce .track_order .woocommerce-Pagination a.button:focus input.button:active, .woocommerce .woocommerce-Pagination button.button:focus .track_order input.button:active, .woocommerce .track_order .woocommerce-Pagination button.button:focus input.button:active, .woocommerce .woocommerce-Pagination input.button:focus .track_order input.button:active, .woocommerce .track_order .woocommerce-Pagination input.button:focus input.button:active, .comment .reply-link .comment-reply-link:focus .woocommerce .track_order input.button:active, .woocommerce .track_order .comment .reply-link .comment-reply-link:focus input.button:active, .nav-links .page-numbers.prev:focus .woocommerce .track_order input.button:active, .woocommerce .track_order .nav-links .page-numbers.prev:focus input.button:active, .nav-links .page-numbers.next:focus .woocommerce .track_order input.button:active, .woocommerce .track_order .nav-links .page-numbers.next:focus input.button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce .track_order input.button:active, .woocommerce .track_order .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus input.button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce .track_order input.button:active, .woocommerce .track_order .vertical-navigation > ul .has-mega-menu > a > .arrow:focus input.button:active, .woocommerce table.shop_table .button:focus .track_order input.button:active, .woocommerce .track_order table.shop_table .button:focus input.button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .track_order input.button:active, .woocommerce .track_order .cart-collaterals .cart_totals .checkout-button:focus input.button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce .track_order input.button:active, .woocommerce .track_order .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus input.button:active, .woocommerce button.button.alt:focus .track_order input.button:active, .woocommerce .track_order button.button.alt:focus input.button:active, .woocommerce .woocommerce-info .button:focus .track_order input.button:active, .woocommerce .track_order .woocommerce-info .button:focus input.button:active, .woocommerce .woocommerce-error .button:focus .track_order input.button:active, .woocommerce .track_order .woocommerce-error .button:focus input.button:active, .woocommerce .woocommerce-message .button:focus .track_order input.button:active, .woocommerce .track_order .woocommerce-message .button:focus input.button:active, .woocommerce #respond input#submit.alt:focus .track_order input.button:active, .woocommerce .track_order #respond input#submit.alt:focus input.button:active, .woocommerce a.button.alt:focus .track_order input.button:active, .woocommerce .track_order a.button.alt:focus input.button:active, .woocommerce input.button.alt:focus .track_order input.button:active, .woocommerce .track_order input.button.alt:focus input.button:active, .woocommerce .checkout_coupon input.button:focus .track_order input.button:active, .woocommerce .track_order .checkout_coupon input.button:focus input.button:active, .return-to-shop .button.wc-backward:focus .woocommerce .track_order input.button:active, .woocommerce .track_order .return-to-shop .button.wc-backward:focus input.button:active, .woocommerce .track_order input.button:focus input.button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce .track_order input.button:active, .woocommerce .track_order .woocommerce-MyAccount-content .woocommerce-Address-title a:focus input.button:active, .woocommerce .login .form-row input.button:focus .track_order input.button:active, .woocommerce .track_order .login .form-row input.button:focus input.button:active, .woocommerce input.button:focus .track_order input.button:active, .woocommerce .track_order input.button:focus input.button:active, .btn:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .btn:focus a:active, .widget_price_filter .price_slider_amount button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .widget_price_filter .price_slider_amount button:focus a:active, .widget_shopping_cart .buttons a:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .widget_shopping_cart .buttons a:focus a:active, .woocommerce .woocommerce-Pagination a.button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce .woocommerce-Pagination a.button:focus a:active, .woocommerce .woocommerce-Pagination button.button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce .woocommerce-Pagination button.button:focus a:active, .woocommerce .woocommerce-Pagination input.button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce .woocommerce-Pagination input.button:focus a:active, .comment .reply-link .comment-reply-link:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .comment .reply-link .comment-reply-link:focus a:active, .nav-links .page-numbers.prev:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .nav-links .page-numbers.prev:focus a:active, .nav-links .page-numbers.next:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .nav-links .page-numbers.next:focus a:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus a:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .vertical-navigation > ul .has-mega-menu > a > .arrow:focus a:active, .woocommerce table.shop_table .button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce table.shop_table .button:focus a:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce .cart-collaterals .cart_totals .checkout-button:focus a:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus a:active, .woocommerce button.button.alt:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce button.button.alt:focus a:active, .woocommerce .woocommerce-info .button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce .woocommerce-info .button:focus a:active, .woocommerce .woocommerce-error .button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce .woocommerce-error .button:focus a:active, .woocommerce .woocommerce-message .button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce .woocommerce-message .button:focus a:active, .woocommerce #respond input#submit.alt:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce #respond input#submit.alt:focus a:active, .woocommerce a.button.alt:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce a.button.alt:focus a:active, .woocommerce input.button.alt:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce input.button.alt:focus a:active, .woocommerce .checkout_coupon input.button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce .checkout_coupon input.button:focus a:active, .return-to-shop .button.wc-backward:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .return-to-shop .button.wc-backward:focus a:active, .woocommerce .track_order input.button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce .track_order input.button:focus a:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus a:active, .woocommerce .login .form-row input.button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce .login .form-row input.button:focus a:active, .woocommerce input.button:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title .woocommerce input.button:focus a:active, .btn:focus .woocommerce .login .form-row input.button:active, .woocommerce .login .form-row .btn:focus input.button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce .login .form-row input.button:active, .woocommerce .login .form-row .widget_price_filter .price_slider_amount button:focus input.button:active, .widget_shopping_cart .buttons a:focus .woocommerce .login .form-row input.button:active, .woocommerce .login .form-row .widget_shopping_cart .buttons a:focus input.button:active, .woocommerce .woocommerce-Pagination a.button:focus .login .form-row input.button:active, .woocommerce .login .form-row .woocommerce-Pagination a.button:focus input.button:active, .woocommerce .woocommerce-Pagination button.button:focus .login .form-row input.button:active, .woocommerce .login .form-row .woocommerce-Pagination button.button:focus input.button:active, .woocommerce .woocommerce-Pagination input.button:focus .login .form-row input.button:active, .woocommerce .login .form-row .woocommerce-Pagination input.button:focus input.button:active, .comment .reply-link .comment-reply-link:focus .woocommerce .login .form-row input.button:active, .woocommerce .login .form-row .comment .reply-link .comment-reply-link:focus input.button:active, .nav-links .page-numbers.prev:focus .woocommerce .login .form-row input.button:active, .woocommerce .login .form-row .nav-links .page-numbers.prev:focus input.button:active, .nav-links .page-numbers.next:focus .woocommerce .login .form-row input.button:active, .woocommerce .login .form-row .nav-links .page-numbers.next:focus input.button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce .login .form-row input.button:active, .woocommerce .login .form-row .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus input.button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce .login .form-row input.button:active, .woocommerce .login .form-row .vertical-navigation > ul .has-mega-menu > a > .arrow:focus input.button:active, .woocommerce table.shop_table .button:focus .login .form-row input.button:active, .woocommerce .login .form-row table.shop_table .button:focus input.button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus .login .form-row input.button:active, .woocommerce .login .form-row .cart-collaterals .cart_totals .checkout-button:focus input.button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce .login .form-row input.button:active, .woocommerce .login .form-row .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus input.button:active, .woocommerce button.button.alt:focus .login .form-row input.button:active, .woocommerce .login .form-row button.button.alt:focus input.button:active, .woocommerce .woocommerce-info .button:focus .login .form-row input.button:active, .woocommerce .login .form-row .woocommerce-info .button:focus input.button:active, .woocommerce .woocommerce-error .button:focus .login .form-row input.button:active, .woocommerce .login .form-row .woocommerce-error .button:focus input.button:active, .woocommerce .woocommerce-message .button:focus .login .form-row input.button:active, .woocommerce .login .form-row .woocommerce-message .button:focus input.button:active, .woocommerce #respond input#submit.alt:focus .login .form-row input.button:active, .woocommerce .login .form-row #respond input#submit.alt:focus input.button:active, .woocommerce a.button.alt:focus .login .form-row input.button:active, .woocommerce .login .form-row a.button.alt:focus input.button:active, .woocommerce input.button.alt:focus .login .form-row input.button:active, .woocommerce .login .form-row input.button.alt:focus input.button:active, .woocommerce .checkout_coupon input.button:focus .login .form-row input.button:active, .woocommerce .login .form-row .checkout_coupon input.button:focus input.button:active, .return-to-shop .button.wc-backward:focus .woocommerce .login .form-row input.button:active, .woocommerce .login .form-row .return-to-shop .button.wc-backward:focus input.button:active, .woocommerce .track_order input.button:focus .login .form-row input.button:active, .woocommerce .login .form-row .track_order input.button:focus input.button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce .login .form-row input.button:active, .woocommerce .login .form-row .woocommerce-MyAccount-content .woocommerce-Address-title a:focus input.button:active, .woocommerce .login .form-row input.button:focus input.button:active, .woocommerce input.button:focus .login .form-row input.button:active, .woocommerce .login .form-row input.button:focus input.button:active, .btn:focus .woocommerce input.button:active, .woocommerce .btn:focus input.button:active, .widget_price_filter .price_slider_amount button:focus .woocommerce input.button:active, .woocommerce .widget_price_filter .price_slider_amount button:focus input.button:active, .widget_shopping_cart .buttons a:focus .woocommerce input.button:active, .woocommerce .widget_shopping_cart .buttons a:focus input.button:active, .woocommerce .woocommerce-Pagination a.button:focus input.button:active, .woocommerce .woocommerce-Pagination button.button:focus input.button:active, .woocommerce .woocommerce-Pagination input.button:focus input.button:active, .comment .reply-link .comment-reply-link:focus .woocommerce input.button:active, .woocommerce .comment .reply-link .comment-reply-link:focus input.button:active, .nav-links .page-numbers.prev:focus .woocommerce input.button:active, .woocommerce .nav-links .page-numbers.prev:focus input.button:active, .nav-links .page-numbers.next:focus .woocommerce input.button:active, .woocommerce .nav-links .page-numbers.next:focus input.button:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus .woocommerce input.button:active, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus input.button:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus .woocommerce input.button:active, .woocommerce .vertical-navigation > ul .has-mega-menu > a > .arrow:focus input.button:active, .woocommerce table.shop_table .button:focus input.button:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus input.button:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus .woocommerce input.button:active, .woocommerce .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus input.button:active, .woocommerce button.button.alt:focus input.button:active, .woocommerce .woocommerce-info .button:focus input.button:active, .woocommerce .woocommerce-error .button:focus input.button:active, .woocommerce .woocommerce-message .button:focus input.button:active, .woocommerce #respond input#submit.alt:focus input.button:active, .woocommerce a.button.alt:focus input.button:active, .woocommerce input.button.alt:focus input.button:active, .woocommerce .checkout_coupon input.button:focus input.button:active, .return-to-shop .button.wc-backward:focus .woocommerce input.button:active, .woocommerce .return-to-shop .button.wc-backward:focus input.button:active, .woocommerce .track_order input.button:focus input.button:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus .woocommerce input.button:active, .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a:focus input.button:active, .woocommerce .login .form-row input.button:focus input.button:active, .woocommerce input.button:focus input.button:active, .btn.active, .widget_price_filter .price_slider_amount button.active, .widget_shopping_cart .buttons a.active, .woocommerce .woocommerce-Pagination a.active.button, .woocommerce .woocommerce-Pagination button.active.button, .comment .reply-link .active.comment-reply-link, .nav-links .active.page-numbers.prev, .nav-links .active.page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > .active.arrow, .vertical-navigation > ul .has-mega-menu > a > .active.arrow, .woocommerce table.shop_table .active.button, .woocommerce .cart-collaterals .cart_totals .active.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .active.checkout-button, .woocommerce button.active.button.alt, .woocommerce .woocommerce-info .active.button, .woocommerce .woocommerce-error .active.button, .woocommerce .woocommerce-message .active.button, .woocommerce #respond input.active#submit.alt, .woocommerce a.active.button.alt, .return-to-shop .active.button.wc-backward, .woocommerce-MyAccount-content .woocommerce-Address-title a.active, .woocommerce .login .form-row input.active.button, .woocommerce input.active.button, input[type='submit']:hover, input[type='submit']:focus .btn:active, input[type='submit']:focus .widget_price_filter .price_slider_amount button:active, .widget_price_filter .price_slider_amount input[type='submit']:focus button:active, input[type='submit']:focus .widget_shopping_cart .buttons a:active, .widget_shopping_cart .buttons input[type='submit']:focus a:active, input[type='submit']:focus .woocommerce .woocommerce-Pagination a.button:active, .woocommerce .woocommerce-Pagination input[type='submit']:focus a.button:active, input[type='submit']:focus .woocommerce .woocommerce-Pagination button.button:active, .woocommerce .woocommerce-Pagination input[type='submit']:focus button.button:active, input[type='submit']:focus .comment .reply-link .comment-reply-link:active, .comment .reply-link input[type='submit']:focus .comment-reply-link:active, input[type='submit']:focus .nav-links .page-numbers.prev:active, .nav-links input[type='submit']:focus .page-numbers.prev:active, input[type='submit']:focus .nav-links .page-numbers.next:active, .nav-links input[type='submit']:focus .page-numbers.next:active, input[type='submit']:focus .vertical-navigation > ul .menu-item-has-children > a > .arrow:active, .vertical-navigation > ul input[type='submit']:focus .menu-item-has-children > a > .arrow:active, input[type='submit']:focus .vertical-navigation > ul .has-mega-menu > a > .arrow:active, .vertical-navigation > ul input[type='submit']:focus .has-mega-menu > a > .arrow:active, input[type='submit']:focus .woocommerce table.shop_table .button:active, .woocommerce table.shop_table input[type='submit']:focus .button:active, input[type='submit']:focus .woocommerce .cart-collaterals .cart_totals .checkout-button:active, .woocommerce .cart-collaterals .cart_totals input[type='submit']:focus .checkout-button:active, input[type='submit']:focus .woocommerce-page .cart-collaterals .cart_totals .checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals input[type='submit']:focus .checkout-button:active, input[type='submit']:focus .woocommerce button.button.alt:active, .woocommerce input[type='submit']:focus button.button.alt:active, input[type='submit']:focus .woocommerce .woocommerce-info .button:active, .woocommerce .woocommerce-info input[type='submit']:focus .button:active, input[type='submit']:focus .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error input[type='submit']:focus .button:active, input[type='submit']:focus .woocommerce .woocommerce-message .button:active, .woocommerce .woocommerce-message input[type='submit']:focus .button:active, input[type='submit']:focus .woocommerce #respond input#submit.alt:active, .woocommerce #respond input[type='submit']:focus input#submit.alt:active, input[type='submit']:focus .woocommerce a.button.alt:active, .woocommerce input[type='submit']:focus a.button.alt:active, input[type='submit']:focus .return-to-shop .button.wc-backward:active, .return-to-shop input[type='submit']:focus .button.wc-backward:active, input[type='submit']:focus .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .woocommerce-MyAccount-content .woocommerce-Address-title input[type='submit']:focus a:active, input[type='submit']:focus .woocommerce input.button:active, .woocommerce input[type='submit']:focus input.button:active, input[type='submit'].active, .btn:focus input[type='submit']:active, .widget_price_filter .price_slider_amount button:focus input[type='submit']:active, .widget_shopping_cart .buttons a:focus input[type='submit']:active, .woocommerce .woocommerce-Pagination a.button:focus input[type='submit']:active, .woocommerce .woocommerce-Pagination button.button:focus input[type='submit']:active, .comment .reply-link .comment-reply-link:focus input[type='submit']:active, .nav-links .page-numbers.prev:focus input[type='submit']:active, .nav-links .page-numbers.next:focus input[type='submit']:active, .vertical-navigation > ul .menu-item-has-children > a > .arrow:focus input[type='submit']:active, .vertical-navigation > ul .has-mega-menu > a > .arrow:focus input[type='submit']:active, .woocommerce table.shop_table .button:focus input[type='submit']:active, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus input[type='submit']:active, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus input[type='submit']:active, .woocommerce button.button.alt:focus input[type='submit']:active, .woocommerce .woocommerce-info .button:focus input[type='submit']:active, .woocommerce .woocommerce-error .button:focus input[type='submit']:active, .woocommerce .woocommerce-message .button:focus input[type='submit']:active, .woocommerce #respond input#submit.alt:focus input[type='submit']:active, .woocommerce a.button.alt:focus input[type='submit']:active, .return-to-shop .button.wc-backward:focus input[type='submit']:active, .woocommerce-MyAccount-content .woocommerce-Address-title a:focus input[type='submit']:active, .woocommerce input.button:focus input[type='submit']:active, input[type='submit']:focus input[type='submit']:active {

    outline: none;

    background-image: none;

    text-decoration: none

}

.btn > i, .widget_price_filter .price_slider_amount button > i, .widget_shopping_cart .buttons a > i, .woocommerce .woocommerce-Pagination a.button > i, .woocommerce .woocommerce-Pagination button.button > i, .woocommerce .woocommerce-Pagination input.button > i, .comment .reply-link .comment-reply-link > i, .nav-links .page-numbers.prev > i, .nav-links .page-numbers.next > i, .vertical-navigation > ul .menu-item-has-children > a > .arrow > i, .vertical-navigation > ul .has-mega-menu > a > .arrow > i, .woocommerce table.shop_table .button > i, .woocommerce .cart-collaterals .cart_totals .checkout-button > i, .woocommerce-page .cart-collaterals .cart_totals .checkout-button > i, .woocommerce button.button.alt > i, .woocommerce .woocommerce-info .button > i, .woocommerce .woocommerce-error .button > i, .woocommerce .woocommerce-message .button > i, .woocommerce #respond input#submit.alt > i, .woocommerce a.button.alt > i, .woocommerce input.button.alt > i, .woocommerce .checkout_coupon input.button > i, .return-to-shop .button.wc-backward > i, .woocommerce .track_order input.button > i, .woocommerce-MyAccount-content .woocommerce-Address-title a > i, .woocommerce .login .form-row input.button > i, .woocommerce input.button > i, .btn > i::before, .widget_price_filter .price_slider_amount button > i::before, .widget_shopping_cart .buttons a > i::before, .woocommerce .woocommerce-Pagination a.button > i::before, .woocommerce .woocommerce-Pagination button.button > i::before, .woocommerce .woocommerce-Pagination input.button > i::before, .comment .reply-link .comment-reply-link > i::before, .nav-links .page-numbers.prev > i::before, .nav-links .page-numbers.next > i::before, .vertical-navigation > ul .menu-item-has-children > a > .arrow > i::before, .vertical-navigation > ul .has-mega-menu > a > .arrow > i::before, .woocommerce table.shop_table .button > i::before, .woocommerce .cart-collaterals .cart_totals .checkout-button > i::before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button > i::before, .woocommerce button.button.alt > i::before, .woocommerce .woocommerce-info .button > i::before, .woocommerce .woocommerce-error .button > i::before, .woocommerce .woocommerce-message .button > i::before, .woocommerce #respond input#submit.alt > i::before, .woocommerce a.button.alt > i::before, .woocommerce input.button.alt > i::before, .woocommerce .checkout_coupon input.button > i::before, .return-to-shop .button.wc-backward > i::before, .woocommerce .track_order input.button > i::before, .woocommerce-MyAccount-content .woocommerce-Address-title a > i::before, .woocommerce .login .form-row input.button > i::before, .woocommerce input.button > i::before, input[type='submit'] > i, input[type='submit'] > i::before {

    display: inline-block;

    line-height: 48px;

    vertical-align: top

}

input[type='submit'] {

    margin: 5px 0

}

.btn-default, input[type='submit'] {

    background-color: #000;

    color: #fff

}

.btn-default:hover, input[type='submit']:hover {

    background-color: #1a1a1a;

    color: #fff

}

.btn-primary, .widget_price_filter .price_slider_amount button, .widget_shopping_cart .buttons a, .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination input.button, .comment .reply-link .comment-reply-link, .nav-links .page-numbers.prev, .nav-links .page-numbers.next, .woocommerce table.shop_table .button, .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce input.button.alt, .woocommerce .checkout_coupon input.button, .return-to-shop .button.wc-backward, .woocommerce .track_order input.button, .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce .login .form-row input.button, .woocommerce input.button, input[type='submit'].btn-primary, .comment .reply-link input[type='submit'].comment-reply-link, .nav-links input[type='submit'].page-numbers.prev, .nav-links input[type='submit'].page-numbers.next, .woocommerce .cart-collaterals .cart_totals input[type='submit'].checkout-button, .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].checkout-button, .woocommerce #respond input[type='submit']#submit.alt, .return-to-shop input[type='submit'].button.wc-backward, .woocommerce .login .form-row input[type='submit'].button, .woocommerce input[type='submit'].button {

    background-color: #018abe;

    color: #fff

}

.btn-primary:hover, .widget_price_filter .price_slider_amount button:hover, .widget_shopping_cart .buttons a:hover, .woocommerce .woocommerce-Pagination a.button:hover, .woocommerce .woocommerce-Pagination button.button:hover, .comment .reply-link .comment-reply-link:hover, .nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover, .woocommerce table.shop_table .button:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce button.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .return-to-shop .button.wc-backward:hover, .woocommerce-MyAccount-content .woocommerce-Address-title a:hover, .woocommerce .login .form-row input.button:hover, .woocommerce input.button:hover, input[type='submit'].btn-primary:hover, .comment .reply-link input[type='submit'].comment-reply-link:hover, .nav-links input[type='submit'].page-numbers.prev:hover, .nav-links input[type='submit'].page-numbers.next:hover, .woocommerce .cart-collaterals .cart_totals input[type='submit'].checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].checkout-button:hover, .woocommerce #respond input[type='submit']#submit.alt:hover, .return-to-shop input[type='submit'].button.wc-backward:hover, .woocommerce input[type='submit'].button:hover {

    background-color: #325598;

    color: #fff

}

.btn-info, .woocommerce .woocommerce-info .button, input[type='submit'].btn-info, .woocommerce .woocommerce-info input[type='submit'].button {

    background-color: #4eabff;

    color: #fff

}

.btn-info:hover, .woocommerce .woocommerce-info .button:hover, input[type='submit'].btn-info:hover, .woocommerce .woocommerce-info input[type='submit'].button:hover {

    background-color: #1b93ff;

    color: #fff

}

.btn-success, .widget_shopping_cart .buttons a:last-child, .woocommerce .woocommerce-message .button, input[type='submit'].btn-success, .woocommerce .woocommerce-message input[type='submit'].button {

    background-color: #5bc460;

    color: #fff

}

.btn-success:hover, .widget_shopping_cart .buttons a:hover:last-child, .woocommerce .woocommerce-message .button:hover, input[type='submit'].btn-success:hover, .woocommerce .woocommerce-message input[type='submit'].button:hover {

    background-color: #3eae44;

    color: #fff

}

.btn-warning, input[type='submit'].btn-warning {

    background-color: #a9db23;

    color: #fff

}

.btn-warning:hover, input[type='submit'].btn-warning:hover {

    background-color: #87af1c;

    color: #fff

}

.btn-danger, .woocommerce .woocommerce-error .button, input[type='submit'].btn-danger, .woocommerce .woocommerce-error input[type='submit'].button {

    background-color: #e63030;

    color: #fff

}

.btn-danger:hover, .woocommerce .woocommerce-error .button:hover, input[type='submit'].btn-danger:hover, .woocommerce .woocommerce-error input[type='submit'].button:hover {

    background-color: #cb1818;

    color: #fff

}

.btn-light, input[type='submit'].btn-light {

    background-color: #fff;

    color: #018abe

}

.btn-light:hover, input[type='submit'].btn-light:hover {

    background-color: #fff;

    color: #018abe

}

.btn-ghost, .comment .reply-link .comment-reply-link, .nav-links .page-numbers.prev, .nav-links .page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .has-mega-menu > a > .arrow, input[type='submit'].btn-ghost, .comment .reply-link input[type='submit'].comment-reply-link, .nav-links input[type='submit'].page-numbers.prev, .nav-links input[type='submit'].page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow {

    background-color: transparent

}

.btn-ghost.btn-default, .comment .reply-link .btn-default.comment-reply-link, .nav-links .btn-default.page-numbers.prev, .nav-links .btn-default.page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > .btn-default.arrow, .vertical-navigation > ul .has-mega-menu > a > .btn-default.arrow, input[type='submit'].btn-ghost.btn-default, .comment .reply-link input[type='submit'].btn-default.comment-reply-link, .nav-links input[type='submit'].btn-default.page-numbers.prev, .nav-links input[type='submit'].btn-default.page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-default.arrow, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-default.arrow {

    border-color: rgba(0, 0, 0, 0.15);

    color: #000

}

.btn-ghost.btn-default:hover, .comment .reply-link .btn-default.comment-reply-link:hover, .nav-links .btn-default.page-numbers.prev:hover, .nav-links .btn-default.page-numbers.next:hover, .vertical-navigation > ul .menu-item-has-children > a > .btn-default.arrow:hover, .vertical-navigation > ul .has-mega-menu > a > .btn-default.arrow:hover, input[type='submit'].btn-ghost.btn-default:hover, .comment .reply-link input[type='submit'].btn-default.comment-reply-link:hover, .nav-links input[type='submit'].btn-default.page-numbers.prev:hover, .nav-links input[type='submit'].btn-default.page-numbers.next:hover, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-default.arrow:hover, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-default.arrow:hover {

    border-color: #000;

    background-color: #000;

    color: #fff

}

.btn-ghost.btn-primary, .widget_price_filter .price_slider_amount button.btn-ghost, .widget_price_filter .price_slider_amount .comment .reply-link button.comment-reply-link, .comment .reply-link .widget_price_filter .price_slider_amount button.comment-reply-link, .widget_price_filter .price_slider_amount .nav-links button.page-numbers.prev, .nav-links .widget_price_filter .price_slider_amount button.page-numbers.prev, .widget_price_filter .price_slider_amount .nav-links button.page-numbers.next, .nav-links .widget_price_filter .price_slider_amount button.page-numbers.next, .widget_price_filter .price_slider_amount .vertical-navigation > ul .menu-item-has-children > a > button.arrow, .vertical-navigation > ul .widget_price_filter .price_slider_amount .menu-item-has-children > a > button.arrow, .widget_price_filter .price_slider_amount .vertical-navigation > ul .has-mega-menu > a > button.arrow, .vertical-navigation > ul .widget_price_filter .price_slider_amount .has-mega-menu > a > button.arrow, .widget_shopping_cart .buttons a.btn-ghost, .widget_shopping_cart .buttons .comment .reply-link a.comment-reply-link, .comment .reply-link .widget_shopping_cart .buttons a.comment-reply-link, .widget_shopping_cart .buttons .nav-links a.page-numbers.prev, .nav-links .widget_shopping_cart .buttons a.page-numbers.prev, .widget_shopping_cart .buttons .nav-links a.page-numbers.next, .nav-links .widget_shopping_cart .buttons a.page-numbers.next, .widget_shopping_cart .buttons .vertical-navigation > ul .menu-item-has-children > a > a.arrow, .vertical-navigation > ul .widget_shopping_cart .buttons .menu-item-has-children > a > a.arrow, .widget_shopping_cart .buttons .vertical-navigation > ul .has-mega-menu > a > a.arrow, .vertical-navigation > ul .widget_shopping_cart .buttons .has-mega-menu > a > a.arrow, .woocommerce .woocommerce-Pagination a.btn-ghost.button, .woocommerce .woocommerce-Pagination .comment .reply-link a.button.comment-reply-link, .comment .reply-link .woocommerce .woocommerce-Pagination a.button.comment-reply-link, .woocommerce .woocommerce-Pagination .nav-links a.button.page-numbers.prev, .nav-links .woocommerce .woocommerce-Pagination a.button.page-numbers.prev, .woocommerce .woocommerce-Pagination .nav-links a.button.page-numbers.next, .nav-links .woocommerce .woocommerce-Pagination a.button.page-numbers.next, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .menu-item-has-children > a > a.button.arrow, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .menu-item-has-children > a > a.button.arrow, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .has-mega-menu > a > a.button.arrow, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .has-mega-menu > a > a.button.arrow, .woocommerce .woocommerce-Pagination button.btn-ghost.button, .woocommerce .woocommerce-Pagination .comment .reply-link button.button.comment-reply-link, .comment .reply-link .woocommerce .woocommerce-Pagination button.button.comment-reply-link, .woocommerce .woocommerce-Pagination .nav-links button.button.page-numbers.prev, .nav-links .woocommerce .woocommerce-Pagination button.button.page-numbers.prev, .woocommerce .woocommerce-Pagination .nav-links button.button.page-numbers.next, .nav-links .woocommerce .woocommerce-Pagination button.button.page-numbers.next, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .menu-item-has-children > a > button.button.arrow, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .menu-item-has-children > a > button.button.arrow, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .has-mega-menu > a > button.button.arrow, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .has-mega-menu > a > button.button.arrow, .woocommerce .woocommerce-Pagination input.btn-ghost.button, .woocommerce .woocommerce-Pagination .comment .reply-link input.button.comment-reply-link, .comment .reply-link .woocommerce .woocommerce-Pagination input.button.comment-reply-link, .woocommerce .woocommerce-Pagination .nav-links input.button.page-numbers.prev, .nav-links .woocommerce .woocommerce-Pagination input.button.page-numbers.prev, .woocommerce .woocommerce-Pagination .nav-links input.button.page-numbers.next, .nav-links .woocommerce .woocommerce-Pagination input.button.page-numbers.next, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .menu-item-has-children > a > input.button.arrow, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .menu-item-has-children > a > input.button.arrow, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .has-mega-menu > a > input.button.arrow, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .has-mega-menu > a > input.button.arrow, .comment .reply-link .comment-reply-link, .nav-links .page-numbers.prev, .nav-links .page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > .btn-primary.arrow, .vertical-navigation > ul .comment .reply-link .menu-item-has-children > a > .arrow.comment-reply-link, .comment .reply-link .vertical-navigation > ul .menu-item-has-children > a > .arrow.comment-reply-link, .vertical-navigation > ul .nav-links .menu-item-has-children > a > .arrow.page-numbers.prev, .nav-links .vertical-navigation > ul .menu-item-has-children > a > .arrow.page-numbers.prev, .vertical-navigation > ul .nav-links .menu-item-has-children > a > .arrow.page-numbers.next, .nav-links .vertical-navigation > ul .menu-item-has-children > a > .arrow.page-numbers.next, .vertical-navigation > ul .woocommerce table.shop_table .menu-item-has-children > a > .arrow.button, .woocommerce table.shop_table .vertical-navigation > ul .menu-item-has-children > a > .arrow.button, .vertical-navigation > ul .woocommerce .cart-collaterals .cart_totals .menu-item-has-children > a > .arrow.checkout-button, .woocommerce .cart-collaterals .cart_totals .vertical-navigation > ul .menu-item-has-children > a > .arrow.checkout-button, .vertical-navigation > ul .woocommerce-page .cart-collaterals .cart_totals .menu-item-has-children > a > .arrow.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .vertical-navigation > ul .menu-item-has-children > a > .arrow.checkout-button, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > button.arrow.button.alt, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > button.arrow.button.alt, .vertical-navigation > ul .woocommerce #respond .menu-item-has-children > a > input.arrow#submit.alt, .woocommerce #respond .vertical-navigation > ul .menu-item-has-children > a > input.arrow#submit.alt, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > a.arrow.button.alt, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > a.arrow.button.alt, .vertical-navigation > ul .woocommerce .checkout_coupon .menu-item-has-children > a > input.arrow.button, .woocommerce .checkout_coupon .vertical-navigation > ul .menu-item-has-children > a > input.arrow.button, .vertical-navigation > ul .return-to-shop .menu-item-has-children > a > .arrow.button.wc-backward, .return-to-shop .vertical-navigation > ul .menu-item-has-children > a > .arrow.button.wc-backward, .vertical-navigation > ul .woocommerce .track_order .menu-item-has-children > a > input.arrow.button, .woocommerce .track_order .vertical-navigation > ul .menu-item-has-children > a > input.arrow.button, .vertical-navigation > ul .woocommerce-MyAccount-content .woocommerce-Address-title .menu-item-has-children > a > a.arrow, .woocommerce-MyAccount-content .woocommerce-Address-title .vertical-navigation > ul .menu-item-has-children > a > a.arrow, .vertical-navigation > ul .woocommerce .login .form-row .menu-item-has-children > a > input.arrow.button, .woocommerce .login .form-row .vertical-navigation > ul .menu-item-has-children > a > input.arrow.button, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > input.arrow.button, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > input.arrow.button, .vertical-navigation > ul .has-mega-menu > a > .btn-primary.arrow, .vertical-navigation > ul .comment .reply-link .has-mega-menu > a > .arrow.comment-reply-link, .comment .reply-link .vertical-navigation > ul .has-mega-menu > a > .arrow.comment-reply-link, .vertical-navigation > ul .nav-links .has-mega-menu > a > .arrow.page-numbers.prev, .nav-links .vertical-navigation > ul .has-mega-menu > a > .arrow.page-numbers.prev, .vertical-navigation > ul .nav-links .has-mega-menu > a > .arrow.page-numbers.next, .nav-links .vertical-navigation > ul .has-mega-menu > a > .arrow.page-numbers.next, .vertical-navigation > ul .woocommerce table.shop_table .has-mega-menu > a > .arrow.button, .woocommerce table.shop_table .vertical-navigation > ul .has-mega-menu > a > .arrow.button, .vertical-navigation > ul .woocommerce .cart-collaterals .cart_totals .has-mega-menu > a > .arrow.checkout-button, .woocommerce .cart-collaterals .cart_totals .vertical-navigation > ul .has-mega-menu > a > .arrow.checkout-button, .vertical-navigation > ul .woocommerce-page .cart-collaterals .cart_totals .has-mega-menu > a > .arrow.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .vertical-navigation > ul .has-mega-menu > a > .arrow.checkout-button, .vertical-navigation > ul .woocommerce .has-mega-menu > a > button.arrow.button.alt, .woocommerce .vertical-navigation > ul .has-mega-menu > a > button.arrow.button.alt, .vertical-navigation > ul .woocommerce #respond .has-mega-menu > a > input.arrow#submit.alt, .woocommerce #respond .vertical-navigation > ul .has-mega-menu > a > input.arrow#submit.alt, .vertical-navigation > ul .woocommerce .has-mega-menu > a > a.arrow.button.alt, .woocommerce .vertical-navigation > ul .has-mega-menu > a > a.arrow.button.alt, .vertical-navigation > ul .woocommerce .checkout_coupon .has-mega-menu > a > input.arrow.button, .woocommerce .checkout_coupon .vertical-navigation > ul .has-mega-menu > a > input.arrow.button, .vertical-navigation > ul .return-to-shop .has-mega-menu > a > .arrow.button.wc-backward, .return-to-shop .vertical-navigation > ul .has-mega-menu > a > .arrow.button.wc-backward, .vertical-navigation > ul .woocommerce .track_order .has-mega-menu > a > input.arrow.button, .woocommerce .track_order .vertical-navigation > ul .has-mega-menu > a > input.arrow.button, .vertical-navigation > ul .woocommerce-MyAccount-content .woocommerce-Address-title .has-mega-menu > a > a.arrow, .woocommerce-MyAccount-content .woocommerce-Address-title .vertical-navigation > ul .has-mega-menu > a > a.arrow, .vertical-navigation > ul .woocommerce .login .form-row .has-mega-menu > a > input.arrow.button, .woocommerce .login .form-row .vertical-navigation > ul .has-mega-menu > a > input.arrow.button, .vertical-navigation > ul .woocommerce .has-mega-menu > a > input.arrow.button, .woocommerce .vertical-navigation > ul .has-mega-menu > a > input.arrow.button, .woocommerce table.shop_table .btn-ghost.button, .woocommerce table.shop_table .comment .reply-link .button.comment-reply-link, .comment .reply-link .woocommerce table.shop_table .button.comment-reply-link, .woocommerce table.shop_table .nav-links .button.page-numbers.prev, .nav-links .woocommerce table.shop_table .button.page-numbers.prev, .woocommerce table.shop_table .nav-links .button.page-numbers.next, .nav-links .woocommerce table.shop_table .button.page-numbers.next, .woocommerce .cart-collaterals .cart_totals .btn-ghost.checkout-button, .woocommerce .cart-collaterals .cart_totals .comment .reply-link .checkout-button.comment-reply-link, .comment .reply-link .woocommerce .cart-collaterals .cart_totals .checkout-button.comment-reply-link, .woocommerce .cart-collaterals .cart_totals .nav-links .checkout-button.page-numbers.prev, .nav-links .woocommerce .cart-collaterals .cart_totals .checkout-button.page-numbers.prev, .woocommerce .cart-collaterals .cart_totals .nav-links .checkout-button.page-numbers.next, .nav-links .woocommerce .cart-collaterals .cart_totals .checkout-button.page-numbers.next, .woocommerce-page .cart-collaterals .cart_totals .btn-ghost.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .comment .reply-link .checkout-button.comment-reply-link, .comment .reply-link .woocommerce-page .cart-collaterals .cart_totals .checkout-button.comment-reply-link, .woocommerce-page .cart-collaterals .cart_totals .nav-links .checkout-button.page-numbers.prev, .nav-links .woocommerce-page .cart-collaterals .cart_totals .checkout-button.page-numbers.prev, .woocommerce-page .cart-collaterals .cart_totals .nav-links .checkout-button.page-numbers.next, .nav-links .woocommerce-page .cart-collaterals .cart_totals .checkout-button.page-numbers.next, .woocommerce button.btn-ghost.button.alt, .woocommerce .comment .reply-link button.button.alt.comment-reply-link, .comment .reply-link .woocommerce button.button.alt.comment-reply-link, .woocommerce .nav-links button.button.alt.page-numbers.prev, .nav-links .woocommerce button.button.alt.page-numbers.prev, .woocommerce .nav-links button.button.alt.page-numbers.next, .nav-links .woocommerce button.button.alt.page-numbers.next, .woocommerce #respond input.btn-ghost#submit.alt, .woocommerce #respond .comment .reply-link input#submit.alt.comment-reply-link, .comment .reply-link .woocommerce #respond input#submit.alt.comment-reply-link, .woocommerce #respond .nav-links input#submit.alt.page-numbers.prev, .nav-links .woocommerce #respond input#submit.alt.page-numbers.prev, .woocommerce #respond .nav-links input#submit.alt.page-numbers.next, .nav-links .woocommerce #respond input#submit.alt.page-numbers.next, .woocommerce a.btn-ghost.button.alt, .woocommerce .comment .reply-link a.button.alt.comment-reply-link, .comment .reply-link .woocommerce a.button.alt.comment-reply-link, .woocommerce .nav-links a.button.alt.page-numbers.prev, .nav-links .woocommerce a.button.alt.page-numbers.prev, .woocommerce .nav-links a.button.alt.page-numbers.next, .nav-links .woocommerce a.button.alt.page-numbers.next, .woocommerce input.btn-ghost.button.alt, .woocommerce .comment .reply-link input.button.alt.comment-reply-link, .comment .reply-link .woocommerce input.button.alt.comment-reply-link, .woocommerce .nav-links input.button.alt.page-numbers.prev, .nav-links .woocommerce input.button.alt.page-numbers.prev, .woocommerce .nav-links input.button.alt.page-numbers.next, .nav-links .woocommerce input.button.alt.page-numbers.next, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > input.button.alt.arrow, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > input.button.alt.arrow, .woocommerce .vertical-navigation > ul .has-mega-menu > a > input.button.alt.arrow, .vertical-navigation > ul .woocommerce .has-mega-menu > a > input.button.alt.arrow, .woocommerce .checkout_coupon input.btn-ghost.button, .woocommerce .checkout_coupon .comment .reply-link input.button.comment-reply-link, .comment .reply-link .woocommerce .checkout_coupon input.button.comment-reply-link, .woocommerce .checkout_coupon .nav-links input.button.page-numbers.prev, .nav-links .woocommerce .checkout_coupon input.button.page-numbers.prev, .woocommerce .checkout_coupon .nav-links input.button.page-numbers.next, .nav-links .woocommerce .checkout_coupon input.button.page-numbers.next, .return-to-shop .btn-ghost.button.wc-backward, .return-to-shop .comment .reply-link .button.wc-backward.comment-reply-link, .comment .reply-link .return-to-shop .button.wc-backward.comment-reply-link, .return-to-shop .nav-links .button.wc-backward.page-numbers.prev, .nav-links .return-to-shop .button.wc-backward.page-numbers.prev, .return-to-shop .nav-links .button.wc-backward.page-numbers.next, .nav-links .return-to-shop .button.wc-backward.page-numbers.next, .woocommerce .track_order input.btn-ghost.button, .woocommerce .track_order .comment .reply-link input.button.comment-reply-link, .comment .reply-link .woocommerce .track_order input.button.comment-reply-link, .woocommerce .track_order .nav-links input.button.page-numbers.prev, .nav-links .woocommerce .track_order input.button.page-numbers.prev, .woocommerce .track_order .nav-links input.button.page-numbers.next, .nav-links .woocommerce .track_order input.button.page-numbers.next, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-ghost, .woocommerce-MyAccount-content .woocommerce-Address-title .comment .reply-link a.comment-reply-link, .comment .reply-link .woocommerce-MyAccount-content .woocommerce-Address-title a.comment-reply-link, .woocommerce-MyAccount-content .woocommerce-Address-title .nav-links a.page-numbers.prev, .nav-links .woocommerce-MyAccount-content .woocommerce-Address-title a.page-numbers.prev, .woocommerce-MyAccount-content .woocommerce-Address-title .nav-links a.page-numbers.next, .nav-links .woocommerce-MyAccount-content .woocommerce-Address-title a.page-numbers.next, .woocommerce .login .form-row input.btn-ghost.button, .woocommerce .login .form-row .comment .reply-link input.button.comment-reply-link, .comment .reply-link .woocommerce .login .form-row input.button.comment-reply-link, .woocommerce .login .form-row .nav-links input.button.page-numbers.prev, .nav-links .woocommerce .login .form-row input.button.page-numbers.prev, .woocommerce .login .form-row .nav-links input.button.page-numbers.next, .nav-links .woocommerce .login .form-row input.button.page-numbers.next, .woocommerce input.btn-ghost.button, .woocommerce .comment .reply-link input.button.comment-reply-link, .comment .reply-link .woocommerce input.button.comment-reply-link, .woocommerce .nav-links input.button.page-numbers.prev, .nav-links .woocommerce input.button.page-numbers.prev, .woocommerce .nav-links input.button.page-numbers.next, .nav-links .woocommerce input.button.page-numbers.next, input[type='submit'].btn-ghost.btn-primary, .woocommerce .woocommerce-Pagination input[type='submit'].btn-ghost.button, .woocommerce .woocommerce-Pagination .comment .reply-link input[type='submit'].button.comment-reply-link, .comment .reply-link .woocommerce .woocommerce-Pagination input[type='submit'].button.comment-reply-link, .woocommerce .woocommerce-Pagination .nav-links input[type='submit'].button.page-numbers.prev, .nav-links .woocommerce .woocommerce-Pagination input[type='submit'].button.page-numbers.prev, .woocommerce .woocommerce-Pagination .nav-links input[type='submit'].button.page-numbers.next, .nav-links .woocommerce .woocommerce-Pagination input[type='submit'].button.page-numbers.next, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].button.arrow, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .menu-item-has-children > a > input[type='submit'].button.arrow, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].button.arrow, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .has-mega-menu > a > input[type='submit'].button.arrow, .comment .reply-link input[type='submit'].comment-reply-link, .nav-links input[type='submit'].page-numbers.prev, .nav-links input[type='submit'].page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-primary.arrow, .vertical-navigation > ul .comment .reply-link .menu-item-has-children > a > input[type='submit'].arrow.comment-reply-link, .comment .reply-link .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.comment-reply-link, .vertical-navigation > ul .nav-links .menu-item-has-children > a > input[type='submit'].arrow.page-numbers.prev, .nav-links .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.page-numbers.prev, .vertical-navigation > ul .nav-links .menu-item-has-children > a > input[type='submit'].arrow.page-numbers.next, .nav-links .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.page-numbers.next, .vertical-navigation > ul .woocommerce table.shop_table .menu-item-has-children > a > input[type='submit'].arrow.button, .woocommerce table.shop_table .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button, .vertical-navigation > ul .woocommerce .cart-collaterals .cart_totals .menu-item-has-children > a > input[type='submit'].arrow.checkout-button, .woocommerce .cart-collaterals .cart_totals .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.checkout-button, .vertical-navigation > ul .woocommerce-page .cart-collaterals .cart_totals .menu-item-has-children > a > input[type='submit'].arrow.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.checkout-button, .vertical-navigation > ul .woocommerce #respond .menu-item-has-children > a > input[type='submit'].arrow#submit.alt, .woocommerce #respond .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow#submit.alt, .vertical-navigation > ul .woocommerce .checkout_coupon .menu-item-has-children > a > input[type='submit'].arrow.button, .woocommerce .checkout_coupon .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button, .vertical-navigation > ul .return-to-shop .menu-item-has-children > a > input[type='submit'].arrow.button.wc-backward, .return-to-shop .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button.wc-backward, .vertical-navigation > ul .woocommerce .track_order .menu-item-has-children > a > input[type='submit'].arrow.button, .woocommerce .track_order .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button, .vertical-navigation > ul .woocommerce .login .form-row .menu-item-has-children > a > input[type='submit'].arrow.button, .woocommerce .login .form-row .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > input[type='submit'].arrow.button, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-primary.arrow, .vertical-navigation > ul .comment .reply-link .has-mega-menu > a > input[type='submit'].arrow.comment-reply-link, .comment .reply-link .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.comment-reply-link, .vertical-navigation > ul .nav-links .has-mega-menu > a > input[type='submit'].arrow.page-numbers.prev, .nav-links .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.page-numbers.prev, .vertical-navigation > ul .nav-links .has-mega-menu > a > input[type='submit'].arrow.page-numbers.next, .nav-links .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.page-numbers.next, .vertical-navigation > ul .woocommerce table.shop_table .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce table.shop_table .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button, .vertical-navigation > ul .woocommerce .cart-collaterals .cart_totals .has-mega-menu > a > input[type='submit'].arrow.checkout-button, .woocommerce .cart-collaterals .cart_totals .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.checkout-button, .vertical-navigation > ul .woocommerce-page .cart-collaterals .cart_totals .has-mega-menu > a > input[type='submit'].arrow.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.checkout-button, .vertical-navigation > ul .woocommerce #respond .has-mega-menu > a > input[type='submit'].arrow#submit.alt, .woocommerce #respond .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow#submit.alt, .vertical-navigation > ul .woocommerce .checkout_coupon .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce .checkout_coupon .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button, .vertical-navigation > ul .return-to-shop .has-mega-menu > a > input[type='submit'].arrow.button.wc-backward, .return-to-shop .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button.wc-backward, .vertical-navigation > ul .woocommerce .track_order .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce .track_order .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button, .vertical-navigation > ul .woocommerce .login .form-row .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce .login .form-row .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button, .vertical-navigation > ul .woocommerce .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce table.shop_table input[type='submit'].btn-ghost.button, .woocommerce table.shop_table .comment .reply-link input[type='submit'].button.comment-reply-link, .comment .reply-link .woocommerce table.shop_table input[type='submit'].button.comment-reply-link, .woocommerce table.shop_table .nav-links input[type='submit'].button.page-numbers.prev, .nav-links .woocommerce table.shop_table input[type='submit'].button.page-numbers.prev, .woocommerce table.shop_table .nav-links input[type='submit'].button.page-numbers.next, .nav-links .woocommerce table.shop_table input[type='submit'].button.page-numbers.next, .woocommerce .cart-collaterals .cart_totals input[type='submit'].btn-ghost.checkout-button, .woocommerce .cart-collaterals .cart_totals .comment .reply-link input[type='submit'].checkout-button.comment-reply-link, .comment .reply-link .woocommerce .cart-collaterals .cart_totals input[type='submit'].checkout-button.comment-reply-link, .woocommerce .cart-collaterals .cart_totals .nav-links input[type='submit'].checkout-button.page-numbers.prev, .nav-links .woocommerce .cart-collaterals .cart_totals input[type='submit'].checkout-button.page-numbers.prev, .woocommerce .cart-collaterals .cart_totals .nav-links input[type='submit'].checkout-button.page-numbers.next, .nav-links .woocommerce .cart-collaterals .cart_totals input[type='submit'].checkout-button.page-numbers.next, .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].btn-ghost.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .comment .reply-link input[type='submit'].checkout-button.comment-reply-link, .comment .reply-link .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].checkout-button.comment-reply-link, .woocommerce-page .cart-collaterals .cart_totals .nav-links input[type='submit'].checkout-button.page-numbers.prev, .nav-links .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].checkout-button.page-numbers.prev, .woocommerce-page .cart-collaterals .cart_totals .nav-links input[type='submit'].checkout-button.page-numbers.next, .nav-links .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].checkout-button.page-numbers.next, .woocommerce #respond input[type='submit'].btn-ghost#submit.alt, .woocommerce #respond .comment .reply-link input[type='submit']#submit.alt.comment-reply-link, .comment .reply-link .woocommerce #respond input[type='submit']#submit.alt.comment-reply-link, .woocommerce #respond .nav-links input[type='submit']#submit.alt.page-numbers.prev, .nav-links .woocommerce #respond input[type='submit']#submit.alt.page-numbers.prev, .woocommerce #respond .nav-links input[type='submit']#submit.alt.page-numbers.next, .nav-links .woocommerce #respond input[type='submit']#submit.alt.page-numbers.next, .woocommerce input[type='submit'].btn-ghost.button.alt, .woocommerce .comment .reply-link input[type='submit'].button.alt.comment-reply-link, .comment .reply-link .woocommerce input[type='submit'].button.alt.comment-reply-link, .woocommerce .nav-links input[type='submit'].button.alt.page-numbers.prev, .nav-links .woocommerce input[type='submit'].button.alt.page-numbers.prev, .woocommerce .nav-links input[type='submit'].button.alt.page-numbers.next, .nav-links .woocommerce input[type='submit'].button.alt.page-numbers.next, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].button.alt.arrow, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > input[type='submit'].button.alt.arrow, .woocommerce .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].button.alt.arrow, .vertical-navigation > ul .woocommerce .has-mega-menu > a > input[type='submit'].button.alt.arrow, .woocommerce .checkout_coupon input[type='submit'].btn-ghost.button, .woocommerce .checkout_coupon .comment .reply-link input[type='submit'].button.comment-reply-link, .comment .reply-link .woocommerce .checkout_coupon input[type='submit'].button.comment-reply-link, .woocommerce .checkout_coupon .nav-links input[type='submit'].button.page-numbers.prev, .nav-links .woocommerce .checkout_coupon input[type='submit'].button.page-numbers.prev, .woocommerce .checkout_coupon .nav-links input[type='submit'].button.page-numbers.next, .nav-links .woocommerce .checkout_coupon input[type='submit'].button.page-numbers.next, .return-to-shop input[type='submit'].btn-ghost.button.wc-backward, .return-to-shop .comment .reply-link input[type='submit'].button.wc-backward.comment-reply-link, .comment .reply-link .return-to-shop input[type='submit'].button.wc-backward.comment-reply-link, .return-to-shop .nav-links input[type='submit'].button.wc-backward.page-numbers.prev, .nav-links .return-to-shop input[type='submit'].button.wc-backward.page-numbers.prev, .return-to-shop .nav-links input[type='submit'].button.wc-backward.page-numbers.next, .nav-links .return-to-shop input[type='submit'].button.wc-backward.page-numbers.next, .woocommerce .track_order input[type='submit'].btn-ghost.button, .woocommerce .track_order .comment .reply-link input[type='submit'].button.comment-reply-link, .comment .reply-link .woocommerce .track_order input[type='submit'].button.comment-reply-link, .woocommerce .track_order .nav-links input[type='submit'].button.page-numbers.prev, .nav-links .woocommerce .track_order input[type='submit'].button.page-numbers.prev, .woocommerce .track_order .nav-links input[type='submit'].button.page-numbers.next, .nav-links .woocommerce .track_order input[type='submit'].button.page-numbers.next, .woocommerce .login .form-row input[type='submit'].btn-ghost.button, .woocommerce .login .form-row .comment .reply-link input[type='submit'].button.comment-reply-link, .comment .reply-link .woocommerce .login .form-row input[type='submit'].button.comment-reply-link, .woocommerce .login .form-row .nav-links input[type='submit'].button.page-numbers.prev, .nav-links .woocommerce .login .form-row input[type='submit'].button.page-numbers.prev, .woocommerce .login .form-row .nav-links input[type='submit'].button.page-numbers.next, .nav-links .woocommerce .login .form-row input[type='submit'].button.page-numbers.next, .woocommerce input[type='submit'].btn-ghost.button, .woocommerce .comment .reply-link input[type='submit'].button.comment-reply-link, .comment .reply-link .woocommerce input[type='submit'].button.comment-reply-link, .woocommerce .nav-links input[type='submit'].button.page-numbers.prev, .nav-links .woocommerce input[type='submit'].button.page-numbers.prev, .woocommerce .nav-links input[type='submit'].button.page-numbers.next, .nav-links .woocommerce input[type='submit'].button.page-numbers.next {

    border-color: rgba(63, 107, 190, 0.15);

    color: #018abe

}

.btn-ghost.btn-primary:hover, .widget_price_filter .price_slider_amount button.btn-ghost:hover, .widget_price_filter .price_slider_amount .comment .reply-link button.comment-reply-link:hover, .comment .reply-link .widget_price_filter .price_slider_amount button.comment-reply-link:hover, .widget_price_filter .price_slider_amount .nav-links button.page-numbers.prev:hover, .nav-links .widget_price_filter .price_slider_amount button.page-numbers.prev:hover, .widget_price_filter .price_slider_amount .nav-links button.page-numbers.next:hover, .nav-links .widget_price_filter .price_slider_amount button.page-numbers.next:hover, .widget_price_filter .price_slider_amount .vertical-navigation > ul .menu-item-has-children > a > button.arrow:hover, .vertical-navigation > ul .widget_price_filter .price_slider_amount .menu-item-has-children > a > button.arrow:hover, .widget_price_filter .price_slider_amount .vertical-navigation > ul .has-mega-menu > a > button.arrow:hover, .vertical-navigation > ul .widget_price_filter .price_slider_amount .has-mega-menu > a > button.arrow:hover, .widget_shopping_cart .buttons a.btn-ghost:hover, .widget_shopping_cart .buttons .comment .reply-link a.comment-reply-link:hover, .comment .reply-link .widget_shopping_cart .buttons a.comment-reply-link:hover, .widget_shopping_cart .buttons .nav-links a.page-numbers.prev:hover, .nav-links .widget_shopping_cart .buttons a.page-numbers.prev:hover, .widget_shopping_cart .buttons .nav-links a.page-numbers.next:hover, .nav-links .widget_shopping_cart .buttons a.page-numbers.next:hover, .widget_shopping_cart .buttons .vertical-navigation > ul .menu-item-has-children > a > a.arrow:hover, .vertical-navigation > ul .widget_shopping_cart .buttons .menu-item-has-children > a > a.arrow:hover, .widget_shopping_cart .buttons .vertical-navigation > ul .has-mega-menu > a > a.arrow:hover, .vertical-navigation > ul .widget_shopping_cart .buttons .has-mega-menu > a > a.arrow:hover, .woocommerce .woocommerce-Pagination a.btn-ghost.button:hover, .woocommerce .woocommerce-Pagination .comment .reply-link a.button.comment-reply-link:hover, .comment .reply-link .woocommerce .woocommerce-Pagination a.button.comment-reply-link:hover, .woocommerce .woocommerce-Pagination .nav-links a.button.page-numbers.prev:hover, .nav-links .woocommerce .woocommerce-Pagination a.button.page-numbers.prev:hover, .woocommerce .woocommerce-Pagination .nav-links a.button.page-numbers.next:hover, .nav-links .woocommerce .woocommerce-Pagination a.button.page-numbers.next:hover, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .menu-item-has-children > a > a.button.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .menu-item-has-children > a > a.button.arrow:hover, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .has-mega-menu > a > a.button.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .has-mega-menu > a > a.button.arrow:hover, .woocommerce .woocommerce-Pagination button.btn-ghost.button:hover, .woocommerce .woocommerce-Pagination .comment .reply-link button.button.comment-reply-link:hover, .comment .reply-link .woocommerce .woocommerce-Pagination button.button.comment-reply-link:hover, .woocommerce .woocommerce-Pagination .nav-links button.button.page-numbers.prev:hover, .nav-links .woocommerce .woocommerce-Pagination button.button.page-numbers.prev:hover, .woocommerce .woocommerce-Pagination .nav-links button.button.page-numbers.next:hover, .nav-links .woocommerce .woocommerce-Pagination button.button.page-numbers.next:hover, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .menu-item-has-children > a > button.button.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .menu-item-has-children > a > button.button.arrow:hover, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .has-mega-menu > a > button.button.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .has-mega-menu > a > button.button.arrow:hover, .woocommerce .woocommerce-Pagination input.btn-ghost.button:hover, .woocommerce .woocommerce-Pagination .comment .reply-link input.button.comment-reply-link:hover, .comment .reply-link .woocommerce .woocommerce-Pagination input.button.comment-reply-link:hover, .woocommerce .woocommerce-Pagination .nav-links input.button.page-numbers.prev:hover, .nav-links .woocommerce .woocommerce-Pagination input.button.page-numbers.prev:hover, .woocommerce .woocommerce-Pagination .nav-links input.button.page-numbers.next:hover, .nav-links .woocommerce .woocommerce-Pagination input.button.page-numbers.next:hover, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .menu-item-has-children > a > input.button.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .menu-item-has-children > a > input.button.arrow:hover, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .has-mega-menu > a > input.button.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .has-mega-menu > a > input.button.arrow:hover, .comment .reply-link .comment-reply-link:hover, .nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover, .vertical-navigation > ul .menu-item-has-children > a > .btn-primary.arrow:hover, .vertical-navigation > ul .comment .reply-link .menu-item-has-children > a > .arrow.comment-reply-link:hover, .comment .reply-link .vertical-navigation > ul .menu-item-has-children > a > .arrow.comment-reply-link:hover, .vertical-navigation > ul .nav-links .menu-item-has-children > a > .arrow.page-numbers.prev:hover, .nav-links .vertical-navigation > ul .menu-item-has-children > a > .arrow.page-numbers.prev:hover, .vertical-navigation > ul .nav-links .menu-item-has-children > a > .arrow.page-numbers.next:hover, .nav-links .vertical-navigation > ul .menu-item-has-children > a > .arrow.page-numbers.next:hover, .vertical-navigation > ul .woocommerce table.shop_table .menu-item-has-children > a > .arrow.button:hover, .woocommerce table.shop_table .vertical-navigation > ul .menu-item-has-children > a > .arrow.button:hover, .vertical-navigation > ul .woocommerce .cart-collaterals .cart_totals .menu-item-has-children > a > .arrow.checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .vertical-navigation > ul .menu-item-has-children > a > .arrow.checkout-button:hover, .vertical-navigation > ul .woocommerce-page .cart-collaterals .cart_totals .menu-item-has-children > a > .arrow.checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .vertical-navigation > ul .menu-item-has-children > a > .arrow.checkout-button:hover, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > button.arrow.button.alt:hover, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > button.arrow.button.alt:hover, .vertical-navigation > ul .woocommerce #respond .menu-item-has-children > a > input.arrow#submit.alt:hover, .woocommerce #respond .vertical-navigation > ul .menu-item-has-children > a > input.arrow#submit.alt:hover, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > a.arrow.button.alt:hover, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > a.arrow.button.alt:hover, .vertical-navigation > ul .woocommerce .checkout_coupon .menu-item-has-children > a > input.arrow.button:hover, .woocommerce .checkout_coupon .vertical-navigation > ul .menu-item-has-children > a > input.arrow.button:hover, .vertical-navigation > ul .return-to-shop .menu-item-has-children > a > .arrow.button.wc-backward:hover, .return-to-shop .vertical-navigation > ul .menu-item-has-children > a > .arrow.button.wc-backward:hover, .vertical-navigation > ul .woocommerce .track_order .menu-item-has-children > a > input.arrow.button:hover, .woocommerce .track_order .vertical-navigation > ul .menu-item-has-children > a > input.arrow.button:hover, .vertical-navigation > ul .woocommerce-MyAccount-content .woocommerce-Address-title .menu-item-has-children > a > a.arrow:hover, .woocommerce-MyAccount-content .woocommerce-Address-title .vertical-navigation > ul .menu-item-has-children > a > a.arrow:hover, .vertical-navigation > ul .woocommerce .login .form-row .menu-item-has-children > a > input.arrow.button:hover, .woocommerce .login .form-row .vertical-navigation > ul .menu-item-has-children > a > input.arrow.button:hover, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > input.arrow.button:hover, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > input.arrow.button:hover, .vertical-navigation > ul .has-mega-menu > a > .btn-primary.arrow:hover, .vertical-navigation > ul .comment .reply-link .has-mega-menu > a > .arrow.comment-reply-link:hover, .comment .reply-link .vertical-navigation > ul .has-mega-menu > a > .arrow.comment-reply-link:hover, .vertical-navigation > ul .nav-links .has-mega-menu > a > .arrow.page-numbers.prev:hover, .nav-links .vertical-navigation > ul .has-mega-menu > a > .arrow.page-numbers.prev:hover, .vertical-navigation > ul .nav-links .has-mega-menu > a > .arrow.page-numbers.next:hover, .nav-links .vertical-navigation > ul .has-mega-menu > a > .arrow.page-numbers.next:hover, .vertical-navigation > ul .woocommerce table.shop_table .has-mega-menu > a > .arrow.button:hover, .woocommerce table.shop_table .vertical-navigation > ul .has-mega-menu > a > .arrow.button:hover, .vertical-navigation > ul .woocommerce .cart-collaterals .cart_totals .has-mega-menu > a > .arrow.checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .vertical-navigation > ul .has-mega-menu > a > .arrow.checkout-button:hover, .vertical-navigation > ul .woocommerce-page .cart-collaterals .cart_totals .has-mega-menu > a > .arrow.checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .vertical-navigation > ul .has-mega-menu > a > .arrow.checkout-button:hover, .vertical-navigation > ul .woocommerce .has-mega-menu > a > button.arrow.button.alt:hover, .woocommerce .vertical-navigation > ul .has-mega-menu > a > button.arrow.button.alt:hover, .vertical-navigation > ul .woocommerce #respond .has-mega-menu > a > input.arrow#submit.alt:hover, .woocommerce #respond .vertical-navigation > ul .has-mega-menu > a > input.arrow#submit.alt:hover, .vertical-navigation > ul .woocommerce .has-mega-menu > a > a.arrow.button.alt:hover, .woocommerce .vertical-navigation > ul .has-mega-menu > a > a.arrow.button.alt:hover, .vertical-navigation > ul .woocommerce .checkout_coupon .has-mega-menu > a > input.arrow.button:hover, .woocommerce .checkout_coupon .vertical-navigation > ul .has-mega-menu > a > input.arrow.button:hover, .vertical-navigation > ul .return-to-shop .has-mega-menu > a > .arrow.button.wc-backward:hover, .return-to-shop .vertical-navigation > ul .has-mega-menu > a > .arrow.button.wc-backward:hover, .vertical-navigation > ul .woocommerce .track_order .has-mega-menu > a > input.arrow.button:hover, .woocommerce .track_order .vertical-navigation > ul .has-mega-menu > a > input.arrow.button:hover, .vertical-navigation > ul .woocommerce-MyAccount-content .woocommerce-Address-title .has-mega-menu > a > a.arrow:hover, .woocommerce-MyAccount-content .woocommerce-Address-title .vertical-navigation > ul .has-mega-menu > a > a.arrow:hover, .vertical-navigation > ul .woocommerce .login .form-row .has-mega-menu > a > input.arrow.button:hover, .woocommerce .login .form-row .vertical-navigation > ul .has-mega-menu > a > input.arrow.button:hover, .vertical-navigation > ul .woocommerce .has-mega-menu > a > input.arrow.button:hover, .woocommerce .vertical-navigation > ul .has-mega-menu > a > input.arrow.button:hover, .woocommerce table.shop_table .btn-ghost.button:hover, .woocommerce table.shop_table .comment .reply-link .button.comment-reply-link:hover, .comment .reply-link .woocommerce table.shop_table .button.comment-reply-link:hover, .woocommerce table.shop_table .nav-links .button.page-numbers.prev:hover, .nav-links .woocommerce table.shop_table .button.page-numbers.prev:hover, .woocommerce table.shop_table .nav-links .button.page-numbers.next:hover, .nav-links .woocommerce table.shop_table .button.page-numbers.next:hover, .woocommerce .cart-collaterals .cart_totals .btn-ghost.checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .comment .reply-link .checkout-button.comment-reply-link:hover, .comment .reply-link .woocommerce .cart-collaterals .cart_totals .checkout-button.comment-reply-link:hover, .woocommerce .cart-collaterals .cart_totals .nav-links .checkout-button.page-numbers.prev:hover, .nav-links .woocommerce .cart-collaterals .cart_totals .checkout-button.page-numbers.prev:hover, .woocommerce .cart-collaterals .cart_totals .nav-links .checkout-button.page-numbers.next:hover, .nav-links .woocommerce .cart-collaterals .cart_totals .checkout-button.page-numbers.next:hover, .woocommerce-page .cart-collaterals .cart_totals .btn-ghost.checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .comment .reply-link .checkout-button.comment-reply-link:hover, .comment .reply-link .woocommerce-page .cart-collaterals .cart_totals .checkout-button.comment-reply-link:hover, .woocommerce-page .cart-collaterals .cart_totals .nav-links .checkout-button.page-numbers.prev:hover, .nav-links .woocommerce-page .cart-collaterals .cart_totals .checkout-button.page-numbers.prev:hover, .woocommerce-page .cart-collaterals .cart_totals .nav-links .checkout-button.page-numbers.next:hover, .nav-links .woocommerce-page .cart-collaterals .cart_totals .checkout-button.page-numbers.next:hover, .woocommerce button.btn-ghost.button.alt:hover, .woocommerce .comment .reply-link button.button.alt.comment-reply-link:hover, .comment .reply-link .woocommerce button.button.alt.comment-reply-link:hover, .woocommerce .nav-links button.button.alt.page-numbers.prev:hover, .nav-links .woocommerce button.button.alt.page-numbers.prev:hover, .woocommerce .nav-links button.button.alt.page-numbers.next:hover, .nav-links .woocommerce button.button.alt.page-numbers.next:hover, .woocommerce #respond input.btn-ghost#submit.alt:hover, .woocommerce #respond .comment .reply-link input#submit.alt.comment-reply-link:hover, .comment .reply-link .woocommerce #respond input#submit.alt.comment-reply-link:hover, .woocommerce #respond .nav-links input#submit.alt.page-numbers.prev:hover, .nav-links .woocommerce #respond input#submit.alt.page-numbers.prev:hover, .woocommerce #respond .nav-links input#submit.alt.page-numbers.next:hover, .nav-links .woocommerce #respond input#submit.alt.page-numbers.next:hover, .woocommerce a.btn-ghost.button.alt:hover, .woocommerce .comment .reply-link a.button.alt.comment-reply-link:hover, .comment .reply-link .woocommerce a.button.alt.comment-reply-link:hover, .woocommerce .nav-links a.button.alt.page-numbers.prev:hover, .nav-links .woocommerce a.button.alt.page-numbers.prev:hover, .woocommerce .nav-links a.button.alt.page-numbers.next:hover, .nav-links .woocommerce a.button.alt.page-numbers.next:hover, .woocommerce input.btn-ghost.button.alt:hover, .woocommerce .comment .reply-link input.button.alt.comment-reply-link:hover, .comment .reply-link .woocommerce input.button.alt.comment-reply-link:hover, .woocommerce .nav-links input.button.alt.page-numbers.prev:hover, .nav-links .woocommerce input.button.alt.page-numbers.prev:hover, .woocommerce .nav-links input.button.alt.page-numbers.next:hover, .nav-links .woocommerce input.button.alt.page-numbers.next:hover, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > input.button.alt.arrow:hover, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > input.button.alt.arrow:hover, .woocommerce .vertical-navigation > ul .has-mega-menu > a > input.button.alt.arrow:hover, .vertical-navigation > ul .woocommerce .has-mega-menu > a > input.button.alt.arrow:hover, .woocommerce .checkout_coupon input.btn-ghost.button:hover, .woocommerce .checkout_coupon .comment .reply-link input.button.comment-reply-link:hover, .comment .reply-link .woocommerce .checkout_coupon input.button.comment-reply-link:hover, .woocommerce .checkout_coupon .nav-links input.button.page-numbers.prev:hover, .nav-links .woocommerce .checkout_coupon input.button.page-numbers.prev:hover, .woocommerce .checkout_coupon .nav-links input.button.page-numbers.next:hover, .nav-links .woocommerce .checkout_coupon input.button.page-numbers.next:hover, .return-to-shop .btn-ghost.button.wc-backward:hover, .return-to-shop .comment .reply-link .button.wc-backward.comment-reply-link:hover, .comment .reply-link .return-to-shop .button.wc-backward.comment-reply-link:hover, .return-to-shop .nav-links .button.wc-backward.page-numbers.prev:hover, .nav-links .return-to-shop .button.wc-backward.page-numbers.prev:hover, .return-to-shop .nav-links .button.wc-backward.page-numbers.next:hover, .nav-links .return-to-shop .button.wc-backward.page-numbers.next:hover, .woocommerce .track_order input.btn-ghost.button:hover, .woocommerce .track_order .comment .reply-link input.button.comment-reply-link:hover, .comment .reply-link .woocommerce .track_order input.button.comment-reply-link:hover, .woocommerce .track_order .nav-links input.button.page-numbers.prev:hover, .nav-links .woocommerce .track_order input.button.page-numbers.prev:hover, .woocommerce .track_order .nav-links input.button.page-numbers.next:hover, .nav-links .woocommerce .track_order input.button.page-numbers.next:hover, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-ghost:hover, .woocommerce-MyAccount-content .woocommerce-Address-title .comment .reply-link a.comment-reply-link:hover, .comment .reply-link .woocommerce-MyAccount-content .woocommerce-Address-title a.comment-reply-link:hover, .woocommerce-MyAccount-content .woocommerce-Address-title .nav-links a.page-numbers.prev:hover, .nav-links .woocommerce-MyAccount-content .woocommerce-Address-title a.page-numbers.prev:hover, .woocommerce-MyAccount-content .woocommerce-Address-title .nav-links a.page-numbers.next:hover, .nav-links .woocommerce-MyAccount-content .woocommerce-Address-title a.page-numbers.next:hover, .woocommerce .login .form-row input.btn-ghost.button:hover, .woocommerce .login .form-row .comment .reply-link input.button.comment-reply-link:hover, .comment .reply-link .woocommerce .login .form-row input.button.comment-reply-link:hover, .woocommerce .login .form-row .nav-links input.button.page-numbers.prev:hover, .nav-links .woocommerce .login .form-row input.button.page-numbers.prev:hover, .woocommerce .login .form-row .nav-links input.button.page-numbers.next:hover, .nav-links .woocommerce .login .form-row input.button.page-numbers.next:hover, .woocommerce input.btn-ghost.button:hover, .woocommerce .comment .reply-link input.button.comment-reply-link:hover, .comment .reply-link .woocommerce input.button.comment-reply-link:hover, .woocommerce .nav-links input.button.page-numbers.prev:hover, .nav-links .woocommerce input.button.page-numbers.prev:hover, .woocommerce .nav-links input.button.page-numbers.next:hover, .nav-links .woocommerce input.button.page-numbers.next:hover, input[type='submit'].btn-ghost.btn-primary:hover, .woocommerce .woocommerce-Pagination input[type='submit'].btn-ghost.button:hover, .woocommerce .woocommerce-Pagination .comment .reply-link input[type='submit'].button.comment-reply-link:hover, .comment .reply-link .woocommerce .woocommerce-Pagination input[type='submit'].button.comment-reply-link:hover, .woocommerce .woocommerce-Pagination .nav-links input[type='submit'].button.page-numbers.prev:hover, .nav-links .woocommerce .woocommerce-Pagination input[type='submit'].button.page-numbers.prev:hover, .woocommerce .woocommerce-Pagination .nav-links input[type='submit'].button.page-numbers.next:hover, .nav-links .woocommerce .woocommerce-Pagination input[type='submit'].button.page-numbers.next:hover, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].button.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .menu-item-has-children > a > input[type='submit'].button.arrow:hover, .woocommerce .woocommerce-Pagination .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].button.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-Pagination .has-mega-menu > a > input[type='submit'].button.arrow:hover, .comment .reply-link input[type='submit'].comment-reply-link:hover, .nav-links input[type='submit'].page-numbers.prev:hover, .nav-links input[type='submit'].page-numbers.next:hover, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-primary.arrow:hover, .vertical-navigation > ul .comment .reply-link .menu-item-has-children > a > input[type='submit'].arrow.comment-reply-link:hover, .comment .reply-link .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.comment-reply-link:hover, .vertical-navigation > ul .nav-links .menu-item-has-children > a > input[type='submit'].arrow.page-numbers.prev:hover, .nav-links .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.page-numbers.prev:hover, .vertical-navigation > ul .nav-links .menu-item-has-children > a > input[type='submit'].arrow.page-numbers.next:hover, .nav-links .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.page-numbers.next:hover, .vertical-navigation > ul .woocommerce table.shop_table .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .woocommerce table.shop_table .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .woocommerce .cart-collaterals .cart_totals .menu-item-has-children > a > input[type='submit'].arrow.checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.checkout-button:hover, .vertical-navigation > ul .woocommerce-page .cart-collaterals .cart_totals .menu-item-has-children > a > input[type='submit'].arrow.checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.checkout-button:hover, .vertical-navigation > ul .woocommerce #respond .menu-item-has-children > a > input[type='submit'].arrow#submit.alt:hover, .woocommerce #respond .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow#submit.alt:hover, .vertical-navigation > ul .woocommerce .checkout_coupon .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .woocommerce .checkout_coupon .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .return-to-shop .menu-item-has-children > a > input[type='submit'].arrow.button.wc-backward:hover, .return-to-shop .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button.wc-backward:hover, .vertical-navigation > ul .woocommerce .track_order .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .woocommerce .track_order .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .woocommerce .login .form-row .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .woocommerce .login .form-row .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-primary.arrow:hover, .vertical-navigation > ul .comment .reply-link .has-mega-menu > a > input[type='submit'].arrow.comment-reply-link:hover, .comment .reply-link .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.comment-reply-link:hover, .vertical-navigation > ul .nav-links .has-mega-menu > a > input[type='submit'].arrow.page-numbers.prev:hover, .nav-links .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.page-numbers.prev:hover, .vertical-navigation > ul .nav-links .has-mega-menu > a > input[type='submit'].arrow.page-numbers.next:hover, .nav-links .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.page-numbers.next:hover, .vertical-navigation > ul .woocommerce table.shop_table .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce table.shop_table .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .woocommerce .cart-collaterals .cart_totals .has-mega-menu > a > input[type='submit'].arrow.checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.checkout-button:hover, .vertical-navigation > ul .woocommerce-page .cart-collaterals .cart_totals .has-mega-menu > a > input[type='submit'].arrow.checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.checkout-button:hover, .vertical-navigation > ul .woocommerce #respond .has-mega-menu > a > input[type='submit'].arrow#submit.alt:hover, .woocommerce #respond .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow#submit.alt:hover, .vertical-navigation > ul .woocommerce .checkout_coupon .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce .checkout_coupon .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .return-to-shop .has-mega-menu > a > input[type='submit'].arrow.button.wc-backward:hover, .return-to-shop .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button.wc-backward:hover, .vertical-navigation > ul .woocommerce .track_order .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce .track_order .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .woocommerce .login .form-row .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce .login .form-row .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .woocommerce .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce table.shop_table input[type='submit'].btn-ghost.button:hover, .woocommerce table.shop_table .comment .reply-link input[type='submit'].button.comment-reply-link:hover, .comment .reply-link .woocommerce table.shop_table input[type='submit'].button.comment-reply-link:hover, .woocommerce table.shop_table .nav-links input[type='submit'].button.page-numbers.prev:hover, .nav-links .woocommerce table.shop_table input[type='submit'].button.page-numbers.prev:hover, .woocommerce table.shop_table .nav-links input[type='submit'].button.page-numbers.next:hover, .nav-links .woocommerce table.shop_table input[type='submit'].button.page-numbers.next:hover, .woocommerce .cart-collaterals .cart_totals input[type='submit'].btn-ghost.checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .comment .reply-link input[type='submit'].checkout-button.comment-reply-link:hover, .comment .reply-link .woocommerce .cart-collaterals .cart_totals input[type='submit'].checkout-button.comment-reply-link:hover, .woocommerce .cart-collaterals .cart_totals .nav-links input[type='submit'].checkout-button.page-numbers.prev:hover, .nav-links .woocommerce .cart-collaterals .cart_totals input[type='submit'].checkout-button.page-numbers.prev:hover, .woocommerce .cart-collaterals .cart_totals .nav-links input[type='submit'].checkout-button.page-numbers.next:hover, .nav-links .woocommerce .cart-collaterals .cart_totals input[type='submit'].checkout-button.page-numbers.next:hover, .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].btn-ghost.checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .comment .reply-link input[type='submit'].checkout-button.comment-reply-link:hover, .comment .reply-link .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].checkout-button.comment-reply-link:hover, .woocommerce-page .cart-collaterals .cart_totals .nav-links input[type='submit'].checkout-button.page-numbers.prev:hover, .nav-links .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].checkout-button.page-numbers.prev:hover, .woocommerce-page .cart-collaterals .cart_totals .nav-links input[type='submit'].checkout-button.page-numbers.next:hover, .nav-links .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].checkout-button.page-numbers.next:hover, .woocommerce #respond input[type='submit'].btn-ghost#submit.alt:hover, .woocommerce #respond .comment .reply-link input[type='submit']#submit.alt.comment-reply-link:hover, .comment .reply-link .woocommerce #respond input[type='submit']#submit.alt.comment-reply-link:hover, .woocommerce #respond .nav-links input[type='submit']#submit.alt.page-numbers.prev:hover, .nav-links .woocommerce #respond input[type='submit']#submit.alt.page-numbers.prev:hover, .woocommerce #respond .nav-links input[type='submit']#submit.alt.page-numbers.next:hover, .nav-links .woocommerce #respond input[type='submit']#submit.alt.page-numbers.next:hover, .woocommerce input[type='submit'].btn-ghost.button.alt:hover, .woocommerce .comment .reply-link input[type='submit'].button.alt.comment-reply-link:hover, .comment .reply-link .woocommerce input[type='submit'].button.alt.comment-reply-link:hover, .woocommerce .nav-links input[type='submit'].button.alt.page-numbers.prev:hover, .nav-links .woocommerce input[type='submit'].button.alt.page-numbers.prev:hover, .woocommerce .nav-links input[type='submit'].button.alt.page-numbers.next:hover, .nav-links .woocommerce input[type='submit'].button.alt.page-numbers.next:hover, .woocommerce .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].button.alt.arrow:hover, .vertical-navigation > ul .woocommerce .menu-item-has-children > a > input[type='submit'].button.alt.arrow:hover, .woocommerce .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].button.alt.arrow:hover, .vertical-navigation > ul .woocommerce .has-mega-menu > a > input[type='submit'].button.alt.arrow:hover, .woocommerce .checkout_coupon input[type='submit'].btn-ghost.button:hover, .woocommerce .checkout_coupon .comment .reply-link input[type='submit'].button.comment-reply-link:hover, .comment .reply-link .woocommerce .checkout_coupon input[type='submit'].button.comment-reply-link:hover, .woocommerce .checkout_coupon .nav-links input[type='submit'].button.page-numbers.prev:hover, .nav-links .woocommerce .checkout_coupon input[type='submit'].button.page-numbers.prev:hover, .woocommerce .checkout_coupon .nav-links input[type='submit'].button.page-numbers.next:hover, .nav-links .woocommerce .checkout_coupon input[type='submit'].button.page-numbers.next:hover, .return-to-shop input[type='submit'].btn-ghost.button.wc-backward:hover, .return-to-shop .comment .reply-link input[type='submit'].button.wc-backward.comment-reply-link:hover, .comment .reply-link .return-to-shop input[type='submit'].button.wc-backward.comment-reply-link:hover, .return-to-shop .nav-links input[type='submit'].button.wc-backward.page-numbers.prev:hover, .nav-links .return-to-shop input[type='submit'].button.wc-backward.page-numbers.prev:hover, .return-to-shop .nav-links input[type='submit'].button.wc-backward.page-numbers.next:hover, .nav-links .return-to-shop input[type='submit'].button.wc-backward.page-numbers.next:hover, .woocommerce .track_order input[type='submit'].btn-ghost.button:hover, .woocommerce .track_order .comment .reply-link input[type='submit'].button.comment-reply-link:hover, .comment .reply-link .woocommerce .track_order input[type='submit'].button.comment-reply-link:hover, .woocommerce .track_order .nav-links input[type='submit'].button.page-numbers.prev:hover, .nav-links .woocommerce .track_order input[type='submit'].button.page-numbers.prev:hover, .woocommerce .track_order .nav-links input[type='submit'].button.page-numbers.next:hover, .nav-links .woocommerce .track_order input[type='submit'].button.page-numbers.next:hover, .woocommerce .login .form-row input[type='submit'].btn-ghost.button:hover, .woocommerce .login .form-row .comment .reply-link input[type='submit'].button.comment-reply-link:hover, .comment .reply-link .woocommerce .login .form-row input[type='submit'].button.comment-reply-link:hover, .woocommerce .login .form-row .nav-links input[type='submit'].button.page-numbers.prev:hover, .nav-links .woocommerce .login .form-row input[type='submit'].button.page-numbers.prev:hover, .woocommerce .login .form-row .nav-links input[type='submit'].button.page-numbers.next:hover, .nav-links .woocommerce .login .form-row input[type='submit'].button.page-numbers.next:hover, .woocommerce input[type='submit'].btn-ghost.button:hover, .woocommerce .comment .reply-link input[type='submit'].button.comment-reply-link:hover, .comment .reply-link .woocommerce input[type='submit'].button.comment-reply-link:hover, .woocommerce .nav-links input[type='submit'].button.page-numbers.prev:hover, .nav-links .woocommerce input[type='submit'].button.page-numbers.prev:hover, .woocommerce .nav-links input[type='submit'].button.page-numbers.next:hover, .nav-links .woocommerce input[type='submit'].button.page-numbers.next:hover {

    border-color: #018abe;

    background-color: #018abe;

    color: #fff

}

.btn-ghost.btn-info, .comment .reply-link .btn-info.comment-reply-link, .comment .reply-link .woocommerce .woocommerce-info .comment-reply-link.button, .woocommerce .woocommerce-info .comment .reply-link .comment-reply-link.button, .nav-links .btn-info.page-numbers.prev, .nav-links .woocommerce .woocommerce-info .page-numbers.prev.button, .woocommerce .woocommerce-info .nav-links .page-numbers.prev.button, .nav-links .btn-info.page-numbers.next, .nav-links .woocommerce .woocommerce-info .page-numbers.next.button, .woocommerce .woocommerce-info .nav-links .page-numbers.next.button, .vertical-navigation > ul .menu-item-has-children > a > .btn-info.arrow, .vertical-navigation > ul .woocommerce .woocommerce-info .menu-item-has-children > a > .arrow.button, .woocommerce .woocommerce-info .vertical-navigation > ul .menu-item-has-children > a > .arrow.button, .vertical-navigation > ul .has-mega-menu > a > .btn-info.arrow, .vertical-navigation > ul .woocommerce .woocommerce-info .has-mega-menu > a > .arrow.button, .woocommerce .woocommerce-info .vertical-navigation > ul .has-mega-menu > a > .arrow.button, .woocommerce .woocommerce-info .btn-ghost.button, input[type='submit'].btn-ghost.btn-info, .comment .reply-link input[type='submit'].btn-info.comment-reply-link, .comment .reply-link .woocommerce .woocommerce-info input[type='submit'].comment-reply-link.button, .woocommerce .woocommerce-info .comment .reply-link input[type='submit'].comment-reply-link.button, .nav-links input[type='submit'].btn-info.page-numbers.prev, .nav-links .woocommerce .woocommerce-info input[type='submit'].page-numbers.prev.button, .woocommerce .woocommerce-info .nav-links input[type='submit'].page-numbers.prev.button, .nav-links input[type='submit'].btn-info.page-numbers.next, .nav-links .woocommerce .woocommerce-info input[type='submit'].page-numbers.next.button, .woocommerce .woocommerce-info .nav-links input[type='submit'].page-numbers.next.button, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-info.arrow, .vertical-navigation > ul .woocommerce .woocommerce-info .menu-item-has-children > a > input[type='submit'].arrow.button, .woocommerce .woocommerce-info .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-info.arrow, .vertical-navigation > ul .woocommerce .woocommerce-info .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce .woocommerce-info .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce .woocommerce-info input[type='submit'].btn-ghost.button {

    border-color: rgba(78, 171, 255, 0.2);

    color: #4eabff

}

.btn-ghost.btn-info:hover, .comment .reply-link .btn-info.comment-reply-link:hover, .comment .reply-link .woocommerce .woocommerce-info .comment-reply-link.button:hover, .woocommerce .woocommerce-info .comment .reply-link .comment-reply-link.button:hover, .nav-links .btn-info.page-numbers.prev:hover, .nav-links .woocommerce .woocommerce-info .page-numbers.prev.button:hover, .woocommerce .woocommerce-info .nav-links .page-numbers.prev.button:hover, .nav-links .btn-info.page-numbers.next:hover, .nav-links .woocommerce .woocommerce-info .page-numbers.next.button:hover, .woocommerce .woocommerce-info .nav-links .page-numbers.next.button:hover, .vertical-navigation > ul .menu-item-has-children > a > .btn-info.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-info .menu-item-has-children > a > .arrow.button:hover, .woocommerce .woocommerce-info .vertical-navigation > ul .menu-item-has-children > a > .arrow.button:hover, .vertical-navigation > ul .has-mega-menu > a > .btn-info.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-info .has-mega-menu > a > .arrow.button:hover, .woocommerce .woocommerce-info .vertical-navigation > ul .has-mega-menu > a > .arrow.button:hover, .woocommerce .woocommerce-info .btn-ghost.button:hover, input[type='submit'].btn-ghost.btn-info:hover, .comment .reply-link input[type='submit'].btn-info.comment-reply-link:hover, .comment .reply-link .woocommerce .woocommerce-info input[type='submit'].comment-reply-link.button:hover, .woocommerce .woocommerce-info .comment .reply-link input[type='submit'].comment-reply-link.button:hover, .nav-links input[type='submit'].btn-info.page-numbers.prev:hover, .nav-links .woocommerce .woocommerce-info input[type='submit'].page-numbers.prev.button:hover, .woocommerce .woocommerce-info .nav-links input[type='submit'].page-numbers.prev.button:hover, .nav-links input[type='submit'].btn-info.page-numbers.next:hover, .nav-links .woocommerce .woocommerce-info input[type='submit'].page-numbers.next.button:hover, .woocommerce .woocommerce-info .nav-links input[type='submit'].page-numbers.next.button:hover, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-info.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-info .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .woocommerce .woocommerce-info .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-info.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-info .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce .woocommerce-info .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce .woocommerce-info input[type='submit'].btn-ghost.button:hover {

    border-color: #4eabff;

    background-color: #4eabff;

    color: #fff

}

.btn-ghost.btn-success, .widget_shopping_cart .buttons a.btn-ghost:last-child, .widget_shopping_cart .buttons .comment .reply-link a.comment-reply-link:last-child, .comment .reply-link .widget_shopping_cart .buttons a.comment-reply-link:last-child, .widget_shopping_cart .buttons .nav-links a.page-numbers.prev:last-child, .nav-links .widget_shopping_cart .buttons a.page-numbers.prev:last-child, .widget_shopping_cart .buttons .nav-links a.page-numbers.next:last-child, .nav-links .widget_shopping_cart .buttons a.page-numbers.next:last-child, .widget_shopping_cart .buttons .vertical-navigation > ul .menu-item-has-children > a > a.arrow:last-child, .vertical-navigation > ul .widget_shopping_cart .buttons .menu-item-has-children > a > a.arrow:last-child, .widget_shopping_cart .buttons .vertical-navigation > ul .has-mega-menu > a > a.arrow:last-child, .vertical-navigation > ul .widget_shopping_cart .buttons .has-mega-menu > a > a.arrow:last-child, .comment .reply-link .btn-success.comment-reply-link, .comment .reply-link .woocommerce .woocommerce-message .comment-reply-link.button, .woocommerce .woocommerce-message .comment .reply-link .comment-reply-link.button, .nav-links .btn-success.page-numbers.prev, .nav-links .woocommerce .woocommerce-message .page-numbers.prev.button, .woocommerce .woocommerce-message .nav-links .page-numbers.prev.button, .nav-links .btn-success.page-numbers.next, .nav-links .woocommerce .woocommerce-message .page-numbers.next.button, .woocommerce .woocommerce-message .nav-links .page-numbers.next.button, .vertical-navigation > ul .menu-item-has-children > a > .btn-success.arrow, .vertical-navigation > ul .woocommerce .woocommerce-message .menu-item-has-children > a > .arrow.button, .woocommerce .woocommerce-message .vertical-navigation > ul .menu-item-has-children > a > .arrow.button, .vertical-navigation > ul .has-mega-menu > a > .btn-success.arrow, .vertical-navigation > ul .woocommerce .woocommerce-message .has-mega-menu > a > .arrow.button, .woocommerce .woocommerce-message .vertical-navigation > ul .has-mega-menu > a > .arrow.button, .woocommerce .woocommerce-message .btn-ghost.button, input[type='submit'].btn-ghost.btn-success, .comment .reply-link input[type='submit'].btn-success.comment-reply-link, .comment .reply-link .woocommerce .woocommerce-message input[type='submit'].comment-reply-link.button, .woocommerce .woocommerce-message .comment .reply-link input[type='submit'].comment-reply-link.button, .nav-links input[type='submit'].btn-success.page-numbers.prev, .nav-links .woocommerce .woocommerce-message input[type='submit'].page-numbers.prev.button, .woocommerce .woocommerce-message .nav-links input[type='submit'].page-numbers.prev.button, .nav-links input[type='submit'].btn-success.page-numbers.next, .nav-links .woocommerce .woocommerce-message input[type='submit'].page-numbers.next.button, .woocommerce .woocommerce-message .nav-links input[type='submit'].page-numbers.next.button, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-success.arrow, .vertical-navigation > ul .woocommerce .woocommerce-message .menu-item-has-children > a > input[type='submit'].arrow.button, .woocommerce .woocommerce-message .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-success.arrow, .vertical-navigation > ul .woocommerce .woocommerce-message .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce .woocommerce-message .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce .woocommerce-message input[type='submit'].btn-ghost.button {

    border-color: rgba(91, 196, 96, 0.2);

    color: #5bc460

}

.btn-ghost.btn-success:hover, .widget_shopping_cart .buttons a.btn-ghost:hover:last-child, .widget_shopping_cart .buttons .comment .reply-link a.comment-reply-link:hover:last-child, .comment .reply-link .widget_shopping_cart .buttons a.comment-reply-link:hover:last-child, .widget_shopping_cart .buttons .nav-links a.page-numbers.prev:hover:last-child, .nav-links .widget_shopping_cart .buttons a.page-numbers.prev:hover:last-child, .widget_shopping_cart .buttons .nav-links a.page-numbers.next:hover:last-child, .nav-links .widget_shopping_cart .buttons a.page-numbers.next:hover:last-child, .widget_shopping_cart .buttons .vertical-navigation > ul .menu-item-has-children > a > a.arrow:hover:last-child, .vertical-navigation > ul .widget_shopping_cart .buttons .menu-item-has-children > a > a.arrow:hover:last-child, .widget_shopping_cart .buttons .vertical-navigation > ul .has-mega-menu > a > a.arrow:hover:last-child, .vertical-navigation > ul .widget_shopping_cart .buttons .has-mega-menu > a > a.arrow:hover:last-child, .comment .reply-link .btn-success.comment-reply-link:hover, .comment .reply-link .woocommerce .woocommerce-message .comment-reply-link.button:hover, .woocommerce .woocommerce-message .comment .reply-link .comment-reply-link.button:hover, .nav-links .btn-success.page-numbers.prev:hover, .nav-links .woocommerce .woocommerce-message .page-numbers.prev.button:hover, .woocommerce .woocommerce-message .nav-links .page-numbers.prev.button:hover, .nav-links .btn-success.page-numbers.next:hover, .nav-links .woocommerce .woocommerce-message .page-numbers.next.button:hover, .woocommerce .woocommerce-message .nav-links .page-numbers.next.button:hover, .vertical-navigation > ul .menu-item-has-children > a > .btn-success.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-message .menu-item-has-children > a > .arrow.button:hover, .woocommerce .woocommerce-message .vertical-navigation > ul .menu-item-has-children > a > .arrow.button:hover, .vertical-navigation > ul .has-mega-menu > a > .btn-success.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-message .has-mega-menu > a > .arrow.button:hover, .woocommerce .woocommerce-message .vertical-navigation > ul .has-mega-menu > a > .arrow.button:hover, .woocommerce .woocommerce-message .btn-ghost.button:hover, input[type='submit'].btn-ghost.btn-success:hover, .comment .reply-link input[type='submit'].btn-success.comment-reply-link:hover, .comment .reply-link .woocommerce .woocommerce-message input[type='submit'].comment-reply-link.button:hover, .woocommerce .woocommerce-message .comment .reply-link input[type='submit'].comment-reply-link.button:hover, .nav-links input[type='submit'].btn-success.page-numbers.prev:hover, .nav-links .woocommerce .woocommerce-message input[type='submit'].page-numbers.prev.button:hover, .woocommerce .woocommerce-message .nav-links input[type='submit'].page-numbers.prev.button:hover, .nav-links input[type='submit'].btn-success.page-numbers.next:hover, .nav-links .woocommerce .woocommerce-message input[type='submit'].page-numbers.next.button:hover, .woocommerce .woocommerce-message .nav-links input[type='submit'].page-numbers.next.button:hover, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-success.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-message .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .woocommerce .woocommerce-message .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-success.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-message .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce .woocommerce-message .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce .woocommerce-message input[type='submit'].btn-ghost.button:hover {

    border-color: #5bc460;

    background-color: #5bc460;

    color: #fff

}

.btn-ghost.btn-warning, .comment .reply-link .btn-warning.comment-reply-link, .nav-links .btn-warning.page-numbers.prev, .nav-links .btn-warning.page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > .btn-warning.arrow, .vertical-navigation > ul .has-mega-menu > a > .btn-warning.arrow, input[type='submit'].btn-ghost.btn-warning, .comment .reply-link input[type='submit'].btn-warning.comment-reply-link, .nav-links input[type='submit'].btn-warning.page-numbers.prev, .nav-links input[type='submit'].btn-warning.page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-warning.arrow, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-warning.arrow {

    border-color: rgba(169, 219, 35, 0.25);

    color: #a9db23

}

.btn-ghost.btn-warning:hover, .comment .reply-link .btn-warning.comment-reply-link:hover, .nav-links .btn-warning.page-numbers.prev:hover, .nav-links .btn-warning.page-numbers.next:hover, .vertical-navigation > ul .menu-item-has-children > a > .btn-warning.arrow:hover, .vertical-navigation > ul .has-mega-menu > a > .btn-warning.arrow:hover, input[type='submit'].btn-ghost.btn-warning:hover, .comment .reply-link input[type='submit'].btn-warning.comment-reply-link:hover, .nav-links input[type='submit'].btn-warning.page-numbers.prev:hover, .nav-links input[type='submit'].btn-warning.page-numbers.next:hover, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-warning.arrow:hover, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-warning.arrow:hover {

    border-color: #a9db23;

    background-color: #a9db23;

    color: #fff

}

.btn-ghost.btn-danger, .comment .reply-link .btn-danger.comment-reply-link, .comment .reply-link .woocommerce .woocommerce-error .comment-reply-link.button, .woocommerce .woocommerce-error .comment .reply-link .comment-reply-link.button, .nav-links .btn-danger.page-numbers.prev, .nav-links .woocommerce .woocommerce-error .page-numbers.prev.button, .woocommerce .woocommerce-error .nav-links .page-numbers.prev.button, .nav-links .btn-danger.page-numbers.next, .nav-links .woocommerce .woocommerce-error .page-numbers.next.button, .woocommerce .woocommerce-error .nav-links .page-numbers.next.button, .vertical-navigation > ul .menu-item-has-children > a > .btn-danger.arrow, .vertical-navigation > ul .woocommerce .woocommerce-error .menu-item-has-children > a > .arrow.button, .woocommerce .woocommerce-error .vertical-navigation > ul .menu-item-has-children > a > .arrow.button, .vertical-navigation > ul .has-mega-menu > a > .btn-danger.arrow, .vertical-navigation > ul .woocommerce .woocommerce-error .has-mega-menu > a > .arrow.button, .woocommerce .woocommerce-error .vertical-navigation > ul .has-mega-menu > a > .arrow.button, .woocommerce .woocommerce-error .btn-ghost.button, input[type='submit'].btn-ghost.btn-danger, .comment .reply-link input[type='submit'].btn-danger.comment-reply-link, .comment .reply-link .woocommerce .woocommerce-error input[type='submit'].comment-reply-link.button, .woocommerce .woocommerce-error .comment .reply-link input[type='submit'].comment-reply-link.button, .nav-links input[type='submit'].btn-danger.page-numbers.prev, .nav-links .woocommerce .woocommerce-error input[type='submit'].page-numbers.prev.button, .woocommerce .woocommerce-error .nav-links input[type='submit'].page-numbers.prev.button, .nav-links input[type='submit'].btn-danger.page-numbers.next, .nav-links .woocommerce .woocommerce-error input[type='submit'].page-numbers.next.button, .woocommerce .woocommerce-error .nav-links input[type='submit'].page-numbers.next.button, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-danger.arrow, .vertical-navigation > ul .woocommerce .woocommerce-error .menu-item-has-children > a > input[type='submit'].arrow.button, .woocommerce .woocommerce-error .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-danger.arrow, .vertical-navigation > ul .woocommerce .woocommerce-error .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce .woocommerce-error .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button, .woocommerce .woocommerce-error input[type='submit'].btn-ghost.button {

    border-color: rgba(230, 48, 48, 0.15);

    color: #e63030

}

.btn-ghost.btn-danger:hover, .comment .reply-link .btn-danger.comment-reply-link:hover, .comment .reply-link .woocommerce .woocommerce-error .comment-reply-link.button:hover, .woocommerce .woocommerce-error .comment .reply-link .comment-reply-link.button:hover, .nav-links .btn-danger.page-numbers.prev:hover, .nav-links .woocommerce .woocommerce-error .page-numbers.prev.button:hover, .woocommerce .woocommerce-error .nav-links .page-numbers.prev.button:hover, .nav-links .btn-danger.page-numbers.next:hover, .nav-links .woocommerce .woocommerce-error .page-numbers.next.button:hover, .woocommerce .woocommerce-error .nav-links .page-numbers.next.button:hover, .vertical-navigation > ul .menu-item-has-children > a > .btn-danger.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-error .menu-item-has-children > a > .arrow.button:hover, .woocommerce .woocommerce-error .vertical-navigation > ul .menu-item-has-children > a > .arrow.button:hover, .vertical-navigation > ul .has-mega-menu > a > .btn-danger.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-error .has-mega-menu > a > .arrow.button:hover, .woocommerce .woocommerce-error .vertical-navigation > ul .has-mega-menu > a > .arrow.button:hover, .woocommerce .woocommerce-error .btn-ghost.button:hover, input[type='submit'].btn-ghost.btn-danger:hover, .comment .reply-link input[type='submit'].btn-danger.comment-reply-link:hover, .comment .reply-link .woocommerce .woocommerce-error input[type='submit'].comment-reply-link.button:hover, .woocommerce .woocommerce-error .comment .reply-link input[type='submit'].comment-reply-link.button:hover, .nav-links input[type='submit'].btn-danger.page-numbers.prev:hover, .nav-links .woocommerce .woocommerce-error input[type='submit'].page-numbers.prev.button:hover, .woocommerce .woocommerce-error .nav-links input[type='submit'].page-numbers.prev.button:hover, .nav-links input[type='submit'].btn-danger.page-numbers.next:hover, .nav-links .woocommerce .woocommerce-error input[type='submit'].page-numbers.next.button:hover, .woocommerce .woocommerce-error .nav-links input[type='submit'].page-numbers.next.button:hover, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-danger.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-error .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .woocommerce .woocommerce-error .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].arrow.button:hover, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-danger.arrow:hover, .vertical-navigation > ul .woocommerce .woocommerce-error .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce .woocommerce-error .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].arrow.button:hover, .woocommerce .woocommerce-error input[type='submit'].btn-ghost.button:hover {

    border-color: #e63030;

    background-color: #e63030;

    color: #fff

}

.btn-ghost.btn-light, .comment .reply-link .btn-light.comment-reply-link, .nav-links .btn-light.page-numbers.prev, .nav-links .btn-light.page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > .btn-light.arrow, .vertical-navigation > ul .has-mega-menu > a > .btn-light.arrow, input[type='submit'].btn-ghost.btn-light, .comment .reply-link input[type='submit'].btn-light.comment-reply-link, .nav-links input[type='submit'].btn-light.page-numbers.prev, .nav-links input[type='submit'].btn-light.page-numbers.next, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-light.arrow, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-light.arrow {

    border-color: rgba(255, 255, 255, 0.15);

    color: #fff

}

.btn-ghost.btn-light:hover, .comment .reply-link .btn-light.comment-reply-link:hover, .nav-links .btn-light.page-numbers.prev:hover, .nav-links .btn-light.page-numbers.next:hover, .vertical-navigation > ul .menu-item-has-children > a > .btn-light.arrow:hover, .vertical-navigation > ul .has-mega-menu > a > .btn-light.arrow:hover, input[type='submit'].btn-ghost.btn-light:hover, .comment .reply-link input[type='submit'].btn-light.comment-reply-link:hover, .nav-links input[type='submit'].btn-light.page-numbers.prev:hover, .nav-links input[type='submit'].btn-light.page-numbers.next:hover, .vertical-navigation > ul .menu-item-has-children > a > input[type='submit'].btn-light.arrow:hover, .vertical-navigation > ul .has-mega-menu > a > input[type='submit'].btn-light.arrow:hover {

    border-color: #fff;

    background-color: #fff;

    color: #018abe

}

.btn-transparent.btn-default, input[type='submit'].btn-transparent.btn-default {

    background-color: rgba(0, 0, 0, 0.15);

    color: #000

}

.btn-transparent.btn-default:hover, input[type='submit'].btn-transparent.btn-default:hover {

    background-color: #000;

    color: #fff

}

.btn-transparent.btn-primary, .widget_price_filter .price_slider_amount button.btn-transparent, .widget_shopping_cart .buttons a.btn-transparent, .woocommerce .woocommerce-Pagination a.btn-transparent.button, .woocommerce .woocommerce-Pagination button.btn-transparent.button, .comment .reply-link .btn-transparent.comment-reply-link, .nav-links .btn-transparent.page-numbers.prev, .nav-links .btn-transparent.page-numbers.next, .woocommerce table.shop_table .btn-transparent.button, .woocommerce .cart-collaterals .cart_totals .btn-transparent.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .btn-transparent.checkout-button, .woocommerce button.btn-transparent.button.alt, .woocommerce #respond input.btn-transparent#submit.alt, .woocommerce a.btn-transparent.button.alt, .return-to-shop .btn-transparent.button.wc-backward, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-transparent, .woocommerce .login .form-row input.btn-transparent.button, .woocommerce input.btn-transparent.button, input[type='submit'].btn-transparent.btn-primary, .comment .reply-link input[type='submit'].btn-transparent.comment-reply-link, .nav-links input[type='submit'].btn-transparent.page-numbers.prev, .nav-links input[type='submit'].btn-transparent.page-numbers.next, .woocommerce .cart-collaterals .cart_totals input[type='submit'].btn-transparent.checkout-button, .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].btn-transparent.checkout-button, .woocommerce #respond input[type='submit'].btn-transparent#submit.alt, .return-to-shop input[type='submit'].btn-transparent.button.wc-backward, .woocommerce input[type='submit'].btn-transparent.button {

    background-color: rgba(63, 107, 190, 0.15);

    color: #018abe

}

.btn-transparent.btn-primary:hover, .widget_price_filter .price_slider_amount button.btn-transparent:hover, .widget_shopping_cart .buttons a.btn-transparent:hover, .woocommerce .woocommerce-Pagination a.btn-transparent.button:hover, .woocommerce .woocommerce-Pagination button.btn-transparent.button:hover, .comment .reply-link .btn-transparent.comment-reply-link:hover, .nav-links .btn-transparent.page-numbers.prev:hover, .nav-links .btn-transparent.page-numbers.next:hover, .woocommerce table.shop_table .btn-transparent.button:hover, .woocommerce .cart-collaterals .cart_totals .btn-transparent.checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .btn-transparent.checkout-button:hover, .woocommerce button.btn-transparent.button.alt:hover, .woocommerce #respond input.btn-transparent#submit.alt:hover, .woocommerce a.btn-transparent.button.alt:hover, .return-to-shop .btn-transparent.button.wc-backward:hover, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-transparent:hover, .woocommerce input.btn-transparent.button:hover, input[type='submit'].btn-transparent.btn-primary:hover, .comment .reply-link input[type='submit'].btn-transparent.comment-reply-link:hover, .nav-links input[type='submit'].btn-transparent.page-numbers.prev:hover, .nav-links input[type='submit'].btn-transparent.page-numbers.next:hover, .woocommerce .cart-collaterals .cart_totals input[type='submit'].btn-transparent.checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].btn-transparent.checkout-button:hover, .woocommerce #respond input[type='submit'].btn-transparent#submit.alt:hover, .return-to-shop input[type='submit'].btn-transparent.button.wc-backward:hover, .woocommerce input[type='submit'].btn-transparent.button:hover {

    background-color: #018abe;

    color: #fff

}

.btn-transparent.btn-info, .woocommerce .woocommerce-info .btn-transparent.button, input[type='submit'].btn-transparent.btn-info, .woocommerce .woocommerce-info input[type='submit'].btn-transparent.button {

    background-color: rgba(78, 171, 255, 0.2);

    color: #4eabff

}

.btn-transparent.btn-info:hover, .woocommerce .woocommerce-info .btn-transparent.button:hover, input[type='submit'].btn-transparent.btn-info:hover, .woocommerce .woocommerce-info input[type='submit'].btn-transparent.button:hover {

    background-color: #4eabff;

    color: #fff

}

.btn-transparent.btn-success, .widget_shopping_cart .buttons a.btn-transparent:last-child, .woocommerce .woocommerce-message .btn-transparent.button, input[type='submit'].btn-transparent.btn-success, .woocommerce .woocommerce-message input[type='submit'].btn-transparent.button {

    background-color: rgba(91, 196, 96, 0.2);

    color: #5bc460

}

.btn-transparent.btn-success:hover, .widget_shopping_cart .buttons a.btn-transparent:hover:last-child, .woocommerce .woocommerce-message .btn-transparent.button:hover, input[type='submit'].btn-transparent.btn-success:hover, .woocommerce .woocommerce-message input[type='submit'].btn-transparent.button:hover {

    background-color: #5bc460;

    color: #fff

}

.btn-transparent.btn-warning, input[type='submit'].btn-transparent.btn-warning {

    background-color: rgba(169, 219, 35, 0.25);

    color: #a9db23

}

.btn-transparent.btn-warning:hover, input[type='submit'].btn-transparent.btn-warning:hover {

    background-color: #a9db23;

    color: #fff

}

.btn-transparent.btn-danger, .woocommerce .woocommerce-error .btn-transparent.button, input[type='submit'].btn-transparent.btn-danger, .woocommerce .woocommerce-error input[type='submit'].btn-transparent.button {

    background-color: rgba(230, 48, 48, 0.15);

    color: #e63030

}

.btn-transparent.btn-danger:hover, .woocommerce .woocommerce-error .btn-transparent.button:hover, input[type='submit'].btn-transparent.btn-danger:hover, .woocommerce .woocommerce-error input[type='submit'].btn-transparent.button:hover {

    background-color: #e63030;

    color: #fff

}

.btn-transparent.btn-light, input[type='submit'].btn-transparent.btn-light {

    background-color: rgba(255, 255, 255, 0.15);

    color: #fff

}

.btn-transparent.btn-light:hover, input[type='submit'].btn-transparent.btn-light:hover {

    background-color: #fff;

    color: #018abe

}

.btn-3d, input[type='submit'].btn-3d {

    height: 44px;

    line-height: 44px;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0);

    -webkit-transition: all 0.25s;

    -moz-transition: all 0.25s;

    transition: all 0.25s

}

.btn-3d:active, input[type='submit'].btn-3d:active {

    -webkit-transform: translateY(2px);

    -moz-transform: translateY(2px);

    -ms-transform: translateY(2px);

    -o-transform: translateY(2px);

    transform: translateY(2px)

}

.btn-3d > i, .btn-3d > i::before, input[type='submit'].btn-3d > i, input[type='submit'].btn-3d > i::before {

    line-height: 44px

}

.btn-3d.btn-default, input[type='submit'].btn-3d.btn-default {

    background-color: #000;

    color: #fff;

    box-shadow: 0 4px 0 #404040

}

.btn-3d.btn-default:hover, input[type='submit'].btn-3d.btn-default:hover {

    background-color: #1a1a1a;

    color: #fff

}

.btn-3d.btn-default:active, input[type='submit'].btn-3d.btn-default:active {

    box-shadow: 0 2px 0 #404040

}

.btn-3d.btn-primary, .widget_price_filter .price_slider_amount button.btn-3d, .widget_shopping_cart .buttons a.btn-3d, .woocommerce .woocommerce-Pagination a.btn-3d.button, .woocommerce .woocommerce-Pagination button.btn-3d.button, .comment .reply-link .btn-3d.comment-reply-link, .nav-links .btn-3d.page-numbers.prev, .nav-links .btn-3d.page-numbers.next, .woocommerce table.shop_table .btn-3d.button, .woocommerce .cart-collaterals .cart_totals .btn-3d.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .btn-3d.checkout-button, .woocommerce button.btn-3d.button.alt, .woocommerce #respond input.btn-3d#submit.alt, .woocommerce a.btn-3d.button.alt, .return-to-shop .btn-3d.button.wc-backward, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-3d, .woocommerce .login .form-row input.btn-3d.button, .woocommerce input.btn-3d.button, input[type='submit'].btn-3d.btn-primary, .comment .reply-link input[type='submit'].btn-3d.comment-reply-link, .nav-links input[type='submit'].btn-3d.page-numbers.prev, .nav-links input[type='submit'].btn-3d.page-numbers.next, .woocommerce .cart-collaterals .cart_totals input[type='submit'].btn-3d.checkout-button, .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].btn-3d.checkout-button, .woocommerce #respond input[type='submit'].btn-3d#submit.alt, .return-to-shop input[type='submit'].btn-3d.button.wc-backward, .woocommerce input[type='submit'].btn-3d.button {

    background-color: #018abe;

    color: #fff;

    box-shadow: 0 4px 0 #2c4b85

}

.btn-3d.btn-primary:hover, .widget_price_filter .price_slider_amount button.btn-3d:hover, .widget_shopping_cart .buttons a.btn-3d:hover, .woocommerce .woocommerce-Pagination a.btn-3d.button:hover, .woocommerce .woocommerce-Pagination button.btn-3d.button:hover, .comment .reply-link .btn-3d.comment-reply-link:hover, .nav-links .btn-3d.page-numbers.prev:hover, .nav-links .btn-3d.page-numbers.next:hover, .woocommerce table.shop_table .btn-3d.button:hover, .woocommerce .cart-collaterals .cart_totals .btn-3d.checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .btn-3d.checkout-button:hover, .woocommerce button.btn-3d.button.alt:hover, .woocommerce #respond input.btn-3d#submit.alt:hover, .woocommerce a.btn-3d.button.alt:hover, .return-to-shop .btn-3d.button.wc-backward:hover, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-3d:hover, .woocommerce input.btn-3d.button:hover, input[type='submit'].btn-3d.btn-primary:hover, .comment .reply-link input[type='submit'].btn-3d.comment-reply-link:hover, .nav-links input[type='submit'].btn-3d.page-numbers.prev:hover, .nav-links input[type='submit'].btn-3d.page-numbers.next:hover, .woocommerce .cart-collaterals .cart_totals input[type='submit'].btn-3d.checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].btn-3d.checkout-button:hover, .woocommerce #respond input[type='submit'].btn-3d#submit.alt:hover, .return-to-shop input[type='submit'].btn-3d.button.wc-backward:hover, .woocommerce input[type='submit'].btn-3d.button:hover {

    background-color: #325598;

    color: #fff

}

.btn-3d.btn-primary:active, .widget_price_filter .price_slider_amount button.btn-3d:active, .widget_shopping_cart .buttons a.btn-3d:active, .woocommerce .woocommerce-Pagination a.btn-3d.button:active, .woocommerce .woocommerce-Pagination button.btn-3d.button:active, .comment .reply-link .btn-3d.comment-reply-link:active, .nav-links .btn-3d.page-numbers.prev:active, .nav-links .btn-3d.page-numbers.next:active, .woocommerce table.shop_table .btn-3d.button:active, .woocommerce .cart-collaterals .cart_totals .btn-3d.checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals .btn-3d.checkout-button:active, .woocommerce button.btn-3d.button.alt:active, .woocommerce #respond input.btn-3d#submit.alt:active, .woocommerce a.btn-3d.button.alt:active, .return-to-shop .btn-3d.button.wc-backward:active, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-3d:active, .woocommerce input.btn-3d.button:active, input[type='submit'].btn-3d.btn-primary:active, .comment .reply-link input[type='submit'].btn-3d.comment-reply-link:active, .nav-links input[type='submit'].btn-3d.page-numbers.prev:active, .nav-links input[type='submit'].btn-3d.page-numbers.next:active, .woocommerce .cart-collaterals .cart_totals input[type='submit'].btn-3d.checkout-button:active, .woocommerce-page .cart-collaterals .cart_totals input[type='submit'].btn-3d.checkout-button:active, .woocommerce #respond input[type='submit'].btn-3d#submit.alt:active, .return-to-shop input[type='submit'].btn-3d.button.wc-backward:active, .woocommerce input[type='submit'].btn-3d.button:active {

    box-shadow: 0 2px 0 #2c4b85

}

.btn-3d.btn-info, .woocommerce .woocommerce-info .btn-3d.button, input[type='submit'].btn-3d.btn-info, .woocommerce .woocommerce-info input[type='submit'].btn-3d.button {

    background-color: #4eabff;

    color: #fff;

    box-shadow: 0 4px 0 #0287ff

}

.btn-3d.btn-info:hover, .woocommerce .woocommerce-info .btn-3d.button:hover, input[type='submit'].btn-3d.btn-info:hover, .woocommerce .woocommerce-info input[type='submit'].btn-3d.button:hover {

    background-color: #1b93ff;

    color: #fff

}

.btn-3d.btn-info:active, .woocommerce .woocommerce-info .btn-3d.button:active, input[type='submit'].btn-3d.btn-info:active, .woocommerce .woocommerce-info input[type='submit'].btn-3d.button:active {

    box-shadow: 0 2px 0 #0287ff

}

.btn-3d.btn-success, .widget_shopping_cart .buttons a.btn-3d:last-child, .woocommerce .woocommerce-message .btn-3d.button, input[type='submit'].btn-3d.btn-success, .woocommerce .woocommerce-message input[type='submit'].btn-3d.button {

    background-color: #5bc460;

    color: #fff;

    box-shadow: 0 4px 0 #389b3c

}

.btn-3d.btn-success:hover, .widget_shopping_cart .buttons a.btn-3d:hover:last-child, .woocommerce .woocommerce-message .btn-3d.button:hover, input[type='submit'].btn-3d.btn-success:hover, .woocommerce .woocommerce-message input[type='submit'].btn-3d.button:hover {

    background-color: #3eae44;

    color: #fff

}

.btn-3d.btn-success:active, .widget_shopping_cart .buttons a.btn-3d:active:last-child, .woocommerce .woocommerce-message .btn-3d.button:active, input[type='submit'].btn-3d.btn-success:active, .woocommerce .woocommerce-message input[type='submit'].btn-3d.button:active {

    box-shadow: 0 2px 0 #389b3c

}

.btn-3d.btn-warning, input[type='submit'].btn-3d.btn-warning {

    background-color: #a9db23;

    color: #fff;

    box-shadow: 0 4px 0 #769918

}

.btn-3d.btn-warning:hover, input[type='submit'].btn-3d.btn-warning:hover {

    background-color: #87af1c;

    color: #fff

}

.btn-3d.btn-warning:active, input[type='submit'].btn-3d.btn-warning:active {

    box-shadow: 0 2px 0 #769918

}

.btn-3d.btn-danger, .woocommerce .woocommerce-error .btn-3d.button, input[type='submit'].btn-3d.btn-danger, .woocommerce .woocommerce-error input[type='submit'].btn-3d.button {

    background-color: #e63030;

    color: #fff;

    box-shadow: 0 4px 0 #b41616

}

.btn-3d.btn-danger:hover, .woocommerce .woocommerce-error .btn-3d.button:hover, input[type='submit'].btn-3d.btn-danger:hover, .woocommerce .woocommerce-error input[type='submit'].btn-3d.button:hover {

    background-color: #cb1818;

    color: #fff

}

.btn-3d.btn-danger:active, .woocommerce .woocommerce-error .btn-3d.button:active, input[type='submit'].btn-3d.btn-danger:active, .woocommerce .woocommerce-error input[type='submit'].btn-3d.button:active {

    box-shadow: 0 2px 0 #b41616

}

.btn-3d.btn-light, input[type='submit'].btn-3d.btn-light {

    background-color: #fff;

    color: #018abe;

    box-shadow: 0 4px 0 #bfbfbf

}

.btn-3d.btn-light:hover, input[type='submit'].btn-3d.btn-light:hover {

    background-color: #fff;

    color: #018abe

}

.btn-3d.btn-light:active, input[type='submit'].btn-3d.btn-light:active {

    box-shadow: 0 2px 0 #bfbfbf

}

.btn-link {

    background-color: transparent

}

.btn-link:hover {

    background-color: transparent

}

.btn-link.btn-default {

    color: #000

}

.btn-link.btn-default:hover {

    color: #1a1a1a

}

.btn-link.btn-primary, .widget_price_filter .price_slider_amount button.btn-link, .widget_shopping_cart .buttons a.btn-link, .woocommerce .woocommerce-Pagination a.btn-link.button, .woocommerce .woocommerce-Pagination button.btn-link.button, .comment .reply-link .btn-link.comment-reply-link, .nav-links .btn-link.page-numbers.prev, .nav-links .btn-link.page-numbers.next, .woocommerce table.shop_table .btn-link.button, .woocommerce .cart-collaterals .cart_totals .btn-link.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .btn-link.checkout-button, .woocommerce button.btn-link.button.alt, .woocommerce #respond input.btn-link#submit.alt, .woocommerce a.btn-link.button.alt, .return-to-shop .btn-link.button.wc-backward, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-link, .woocommerce .login .form-row input.btn-link.button, .woocommerce input.btn-link.button {

    color: #018abe

}

.btn-link.btn-primary:hover, .widget_price_filter .price_slider_amount button.btn-link:hover, .widget_shopping_cart .buttons a.btn-link:hover, .woocommerce .woocommerce-Pagination a.btn-link.button:hover, .woocommerce .woocommerce-Pagination button.btn-link.button:hover, .comment .reply-link .btn-link.comment-reply-link:hover, .nav-links .btn-link.page-numbers.prev:hover, .nav-links .btn-link.page-numbers.next:hover, .woocommerce table.shop_table .btn-link.button:hover, .woocommerce .cart-collaterals .cart_totals .btn-link.checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .btn-link.checkout-button:hover, .woocommerce button.btn-link.button.alt:hover, .woocommerce #respond input.btn-link#submit.alt:hover, .woocommerce a.btn-link.button.alt:hover, .return-to-shop .btn-link.button.wc-backward:hover, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-link:hover, .woocommerce input.btn-link.button:hover {

    color: #325598

}

.btn-link.btn-info, .woocommerce .woocommerce-info .btn-link.button {

    color: #4eabff

}

.btn-link.btn-info:hover, .woocommerce .woocommerce-info .btn-link.button:hover {

    color: #1b93ff

}

.btn-link.btn-success, .widget_shopping_cart .buttons a.btn-link:last-child, .woocommerce .woocommerce-message .btn-link.button {

    color: #5bc460

}

.btn-link.btn-success:hover, .widget_shopping_cart .buttons a.btn-link:hover:last-child, .woocommerce .woocommerce-message .btn-link.button:hover {

    color: #3eae44

}

.btn-link.btn-warning {

    color: #a9db23

}

.btn-link.btn-warning:hover {

    color: #87af1c

}

.btn-link.btn-danger, .woocommerce .woocommerce-error .btn-link.button {

    color: #e63030

}

.btn-link.btn-danger:hover, .woocommerce .woocommerce-error .btn-link.button:hover {

    color: #cb1818

}

.btn-link.btn-light {

    color: #fff

}

.btn-link.btn-light:hover {

    color: #fff

}

.btn-lg {

    height: 60px;

    padding: 0 25px;

    font-size: 18px;

    line-height: 58px

}

.btn-lg > i, .btn-lg > i::before {

    line-height: 60px

}

.btn-lg.btn-3d, .btn-lg.btn-3d > i, .btn-lg.btn-3d > i::before {

    line-height: 56px

}

.btn-sm, .widget_shopping_cart .buttons a, .comment .reply-link .comment-reply-link, .nav-links .page-numbers.prev, .nav-links .page-numbers.next, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-message .button, .woocommerce table.my_account_orders .order-actions .button, .woocommerce table.woocommerce-MyAccount-downloads .button {

    height: 36px;

    padding: 0 14px;

    font-size: 16px;

    line-height: 34px

}

.btn-sm > i, .widget_shopping_cart .buttons a > i, .comment .reply-link .comment-reply-link > i, .nav-links .page-numbers.prev > i, .nav-links .page-numbers.next > i, .woocommerce .woocommerce-info .button > i, .woocommerce .woocommerce-error .button > i, .woocommerce .woocommerce-message .button > i, .woocommerce table.my_account_orders .order-actions .button > i, .woocommerce table.woocommerce-MyAccount-downloads .button > i, .btn-sm > i::before, .widget_shopping_cart .buttons a > i::before, .comment .reply-link .comment-reply-link > i::before, .nav-links .page-numbers.prev > i::before, .nav-links .page-numbers.next > i::before, .woocommerce .woocommerce-info .button > i::before, .woocommerce .woocommerce-error .button > i::before, .woocommerce .woocommerce-message .button > i::before, .woocommerce table.my_account_orders .order-actions .button > i::before, .woocommerce table.woocommerce-MyAccount-downloads .button > i::before {

    line-height: 36px

}

.btn-sm.btn-3d, .widget_shopping_cart .buttons a.btn-3d, .comment .reply-link .btn-3d.comment-reply-link, .nav-links .btn-3d.page-numbers.prev, .nav-links .btn-3d.page-numbers.next, .woocommerce .woocommerce-info .btn-3d.button, .woocommerce .woocommerce-error .btn-3d.button, .woocommerce .woocommerce-message .btn-3d.button, .woocommerce table.my_account_orders .order-actions .btn-3d.button, .woocommerce table.woocommerce-MyAccount-downloads .btn-3d.button, .btn-sm.btn-3d > i, .widget_shopping_cart .buttons a.btn-3d > i, .comment .reply-link .btn-3d.comment-reply-link > i, .nav-links .btn-3d.page-numbers.prev > i, .nav-links .btn-3d.page-numbers.next > i, .woocommerce .woocommerce-info .btn-3d.button > i, .woocommerce .woocommerce-error .btn-3d.button > i, .woocommerce .woocommerce-message .btn-3d.button > i, .woocommerce table.my_account_orders .order-actions .btn-3d.button > i, .woocommerce table.woocommerce-MyAccount-downloads .btn-3d.button > i, .btn-sm.btn-3d > i::before, .widget_shopping_cart .buttons a.btn-3d > i::before, .comment .reply-link .btn-3d.comment-reply-link > i::before, .nav-links .btn-3d.page-numbers.prev > i::before, .nav-links .btn-3d.page-numbers.next > i::before, .woocommerce .woocommerce-info .btn-3d.button > i::before, .woocommerce .woocommerce-error .btn-3d.button > i::before, .woocommerce .woocommerce-message .btn-3d.button > i::before, .woocommerce table.my_account_orders .order-actions .btn-3d.button > i::before, .woocommerce table.woocommerce-MyAccount-downloads .btn-3d.button > i::before {

    line-height: 32px

}

.btn-xs, .widget_price_filter .price_slider_amount button, .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination input.button, .woocommerce-MyAccount-content .woocommerce-Address-title a {

    height: 24px;

    padding: 0 14px;

    font-size: 14px;

    line-height: 22px

}

.btn-xs > i, .widget_price_filter .price_slider_amount button > i, .woocommerce .woocommerce-Pagination a.button > i, .woocommerce .woocommerce-Pagination button.button > i, .woocommerce .woocommerce-Pagination input.button > i, .woocommerce-MyAccount-content .woocommerce-Address-title a > i, .btn-xs > i::before, .widget_price_filter .price_slider_amount button > i::before, .woocommerce .woocommerce-Pagination a.button > i::before, .woocommerce .woocommerce-Pagination button.button > i::before, .woocommerce .woocommerce-Pagination input.button > i::before, .woocommerce-MyAccount-content .woocommerce-Address-title a > i::before {

    line-height: 24px

}

.btn-xs.btn-3d, .widget_price_filter .price_slider_amount button.btn-3d, .woocommerce .woocommerce-Pagination a.btn-3d.button, .woocommerce .woocommerce-Pagination button.btn-3d.button, .woocommerce .woocommerce-Pagination input.btn-3d.button, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-3d, .btn-xs.btn-3d > i, .widget_price_filter .price_slider_amount button.btn-3d > i, .woocommerce .woocommerce-Pagination a.btn-3d.button > i, .woocommerce .woocommerce-Pagination button.btn-3d.button > i, .woocommerce .woocommerce-Pagination input.btn-3d.button > i, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-3d > i, .btn-xs.btn-3d > i::before, .widget_price_filter .price_slider_amount button.btn-3d > i::before, .woocommerce .woocommerce-Pagination a.btn-3d.button > i::before, .woocommerce .woocommerce-Pagination button.btn-3d.button > i::before, .woocommerce .woocommerce-Pagination input.btn-3d.button > i::before, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-3d > i::before {

    line-height: 20px

}

.btn-square {

    border-radius: 0

}

.btn-pill {

    border-radius: 24px

}

.btn-pill.btn-lg {

    border-radius: 30px

}

.btn-pill.btn-sm, .widget_shopping_cart .buttons a.btn-pill, .comment .reply-link .btn-pill.comment-reply-link, .nav-links .btn-pill.page-numbers.prev, .nav-links .btn-pill.page-numbers.next, .woocommerce .woocommerce-info .btn-pill.button, .woocommerce .woocommerce-error .btn-pill.button, .woocommerce .woocommerce-message .btn-pill.button, .woocommerce table.my_account_orders .order-actions .btn-pill.button, .woocommerce table.woocommerce-MyAccount-downloads .btn-pill.button {

    border-radius: 18px

}

.btn-pill.btn-xs, .widget_price_filter .price_slider_amount button.btn-pill, .woocommerce .woocommerce-Pagination a.btn-pill.button, .woocommerce .woocommerce-Pagination button.btn-pill.button, .woocommerce .woocommerce-Pagination input.btn-pill.button, .woocommerce-MyAccount-content .woocommerce-Address-title a.btn-pill {

    border-radius: 12px

}

.btn-block, .widget_shopping_cart .buttons a, .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .checkout-button {

    width: 100%;

    margin: 0 !important;

    margin-bottom: 12px !important

}

.text-center .btn, .text-center .widget_price_filter .price_slider_amount button, .widget_price_filter .price_slider_amount .text-center button, .text-center .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons .text-center a, .text-center .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination .text-center a.button, .text-center .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination .text-center button.button, .text-center .comment .reply-link .comment-reply-link, .comment .reply-link .text-center .comment-reply-link, .text-center .nav-links .page-numbers.prev, .nav-links .text-center .page-numbers.prev, .text-center .nav-links .page-numbers.next, .nav-links .text-center .page-numbers.next, .text-center .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .text-center .menu-item-has-children > a > .arrow, .text-center .vertical-navigation > ul .has-mega-menu > a > .arrow, .vertical-navigation > ul .text-center .has-mega-menu > a > .arrow, .text-center .woocommerce table.shop_table .button, .woocommerce table.shop_table .text-center .button, .text-center .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .text-center .checkout-button, .text-center .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .text-center .checkout-button, .text-center .woocommerce button.button.alt, .woocommerce .text-center button.button.alt, .text-center .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .text-center .button, .text-center .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .text-center .button, .text-center .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .text-center .button, .text-center .woocommerce #respond input#submit.alt, .woocommerce #respond .text-center input#submit.alt, .text-center .woocommerce a.button.alt, .woocommerce .text-center a.button.alt, .text-center .return-to-shop .button.wc-backward, .return-to-shop .text-center .button.wc-backward, .text-center .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce-MyAccount-content .woocommerce-Address-title .text-center a, .text-center .woocommerce .login .form-row input.button, .woocommerce .login .form-row .text-center input.button, .text-center .woocommerce input.button, .woocommerce .text-center input.button {

    margin-right: 6px;

    margin-left: 6px

}

.text-right .btn, .text-right .widget_price_filter .price_slider_amount button, .widget_price_filter .price_slider_amount .text-right button, .text-right .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons .text-right a, .text-right .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination .text-right a.button, .text-right .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination .text-right button.button, .text-right .comment .reply-link .comment-reply-link, .comment .reply-link .text-right .comment-reply-link, .text-right .nav-links .page-numbers.prev, .nav-links .text-right .page-numbers.prev, .text-right .nav-links .page-numbers.next, .nav-links .text-right .page-numbers.next, .text-right .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .text-right .menu-item-has-children > a > .arrow, .text-right .vertical-navigation > ul .has-mega-menu > a > .arrow, .vertical-navigation > ul .text-right .has-mega-menu > a > .arrow, .text-right .woocommerce table.shop_table .button, .woocommerce table.shop_table .text-right .button, .text-right .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .text-right .checkout-button, .text-right .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .text-right .checkout-button, .text-right .woocommerce button.button.alt, .woocommerce .text-right button.button.alt, .text-right .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .text-right .button, .text-right .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .text-right .button, .text-right .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .text-right .button, .text-right .woocommerce #respond input#submit.alt, .woocommerce #respond .text-right input#submit.alt, .text-right .woocommerce a.button.alt, .woocommerce .text-right a.button.alt, .text-right .return-to-shop .button.wc-backward, .return-to-shop .text-right .button.wc-backward, .text-right .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce-MyAccount-content .woocommerce-Address-title .text-right a, .text-right .woocommerce .login .form-row input.button, .woocommerce .login .form-row .text-right input.button, .text-right .woocommerce input.button, .woocommerce .text-right input.button {

    margin-right: 0;

    margin-left: 12px

}

.btn-custom:not(.btn-transparent):not(.btn-ghost) {

    color: #fff !important

}

.close-btn {

    color: #018abe;

    font-size: 24px;

    font-weight: normal;

    text-decoration: none;

    cursor: pointer;

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.close-btn:hover {

    opacity: .6

}

.mfp-close {

    -webkit-transition: opacity 0.3s;

    -moz-transition: opacity 0.3s;

    transition: opacity 0.3s

}

.scroll-to-top-btn {

    display: block;

    position: fixed;

    right: 16px;

    bottom: -72px;

    width: 36px;

    height: 36px;

    border-radius: 4px;

    background-color: #018abe;

    color: #fff;

    font-size: 24px;

    line-height: 32px;

    opacity: 0;

    z-index: 1000;

    text-align: center;

    text-decoration: none;

    -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;

    -moz-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;

    transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s

}

.scroll-to-top-btn:hover {

    background-color: #325598;

    color: #fff

}

.scroll-to-top-btn.visible {

    bottom: 14px;

    opacity: 1

}

.social-btn {

    display: inline-block;

    position: relative;

    width: 36px;

    height: 36px;

    margin: 0 6px 6px 0;

    border: 1px solid rgba(63, 107, 190, 0.15);

    border-radius: 4px;

    background-color: transparent;

    color: #018abe;

    font-size: 14px;

    font-style: normal;

    font-weight: normal;

    line-height: 34px;

    vertical-align: middle;

    text-transform: none;

    text-decoration: none;

    text-align: center;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.social-btn-1 {

    display: inline-block;

    position: relative;

    width: 36px;

    height: 36px;

    margin: 0 6px 6px 0;

    border: 1px solid rgba(63, 107, 190, 0.15);

    border-radius: 4px;

    background-color: transparent;

    color: #018abe;

    font-size: 14px;

    font-style: normal;

    font-weight: normal;

    line-height: 34px;

    vertical-align: middle;

    text-transform: none;

    text-decoration: none;

    text-align: center;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.social-btn > i, .social-btn > i::before {

    line-height: 34px

}

.social-btn:hover {

    background-color: #018abe;

    color: #fff

}

.sb-solid-bg .social-btn {

    border-color: transparent;

    background-color: rgba(63, 107, 190, 0.15)

}

.sb-solid-bg .social-btn-1 {

    border-color: transparent;

    background-color: rgba(63, 107, 190, 0.15)

}

.sb-solid-bg .social-btn:hover {

    background-color: #018abe;

    color: #fff

}

.sb-solid-bg .social-btn-1:hover {

    background-color: #018abe;

    color: #fff

}

.sb-light-skin .social-btn, .navbar-ghost-light .navbar .social-bar .social-btn, .footer-dark .social-btn, .text-light .social-btn {

    border-color: rgba(255, 255, 255, 0.15);

    color: #fff

}

.text-light .social-btn-1 {

    border-color: rgba(255, 255, 255, 0.15);

    color: #fff

}

.sb-light-skin.sb-solid-bg .social-btn, .navbar-ghost-light .navbar .sb-solid-bg.social-bar .social-btn, .sb-light-skin .sb-solid-bg .social-btn, .navbar-ghost-light .navbar .social-bar .sb-solid-bg .social-btn, .footer-dark.sb-solid-bg .social-btn, .footer-dark .sb-solid-bg .social-btn, .text-light.sb-solid-bg .social-btn, .text-light .sb-solid-bg .social-btn {

    border-color: transparent;

    background-color: rgba(255, 255, 255, 0.15);

    color: #fff

}

.text-light .sb-solid-bg .social-btn-1 {

    border-color: transparent;

    background-color: rgba(255, 255, 255, 0.15);

    color: #fff

}

.sb-light-skin .social-btn:hover, .navbar-ghost-light .navbar .social-bar .social-btn:hover, .footer-dark .social-btn:hover, .text-light .social-btn:hover {

    background-color: #fff;

    color: #018abe

}

.text-light .social-btn-1:hover {

    background-color: #fff;

    color: #018abe

}

.sb-square .social-btn {

    border-radius: 0

}

.sb-circle .social-btn {

    border-radius: 50%

}

.text-center .social-btn {

    margin-right: 3px;

    margin-left: 3px

}

.text-right .social-btn {

    margin-right: 0;

    margin-left: 6px

}

.market-btn {

    display: inline-block;

    height: 60px;

    margin: 0 12px 12px 0;

    border-radius: 4px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    font-size: 18px;

    font-weight: normal;

    text-decoration: none;

    white-space: nowrap;

    vertical-align: middle

}

.market-btn:focus, .market-btn:active {

    text-decoration: none

}

.market-btn > span {

    display: block;

    font-size: 14px;

    line-height: 1.3

}

.market-btn.btn-amazon {

    width: 185px;

    padding: 8px 18px 0 24px;

    background-color: #f5f5f5;

    color: #000

}

.market-btn.btn-appstore {

    width: 200px;

    padding: 8px 18px 0 73px;

    background-color: #000;

    color: #fff

}

.market-btn.btn-playstore {

    width: 202px;

    padding: 8px 18px 0 76px;

    background-color: #f5f5f5;

    color: #000

}

.market-btn.btn-windows {

    width: 215px;

    padding: 8px 18px 0 75px;

    background-color: #00adef;

    color: #fff

}

.market-btn.btn-blackberry {

    width: 218px;

    padding: 8px 8px 0 73px;

    background-color: #000;

    color: #fff

}

.icon-box {

    margin-bottom: 48px;

    cursor: default

}

.icon-box .icon-box-icon, .icon-box .icon-box-title, .icon-box .icon-box-description {

    position: relative;

    z-index: 2

}

.icon-box .icon-box-icon {

    margin: 0;

    margin-bottom: 24px;

    font-size: 72px;

    font-style: normal;

    font-weight: normal;

    line-height: .7

}

.icon-box .icon-box-icon > i {

    margin-bottom: 8px

}

.icon-box .icon-box-icon > i, .icon-box .icon-box-icon > i::before {

    line-height: .7

}

.icon-box .icon-box-icon > img {

    display: inline-block;

    width: 72px

}

.icon-box .icon-box-title {

    margin: 0;

    font-size: 24px

}

.icon-box .icon-box-description {

    margin-top: 12px;

    margin-bottom: 0

}

.icon-box .icon-box-description .btn, .icon-box .icon-box-description .widget_price_filter .price_slider_amount button, .widget_price_filter .price_slider_amount .icon-box .icon-box-description button, .icon-box .icon-box-description .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons .icon-box .icon-box-description a, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description a.button, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description button.button, .icon-box .icon-box-description .comment .reply-link .comment-reply-link, .comment .reply-link .icon-box .icon-box-description .comment-reply-link, .icon-box .icon-box-description .nav-links .page-numbers.prev, .nav-links .icon-box .icon-box-description .page-numbers.prev, .icon-box .icon-box-description .nav-links .page-numbers.next, .nav-links .icon-box .icon-box-description .page-numbers.next, .icon-box .icon-box-description .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .icon-box .icon-box-description .menu-item-has-children > a > .arrow, .icon-box .icon-box-description .vertical-navigation > ul .has-mega-menu > a > .arrow, .vertical-navigation > ul .icon-box .icon-box-description .has-mega-menu > a > .arrow, .icon-box .icon-box-description .woocommerce table.shop_table .button, .woocommerce table.shop_table .icon-box .icon-box-description .button, .icon-box .icon-box-description .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .icon-box .icon-box-description .checkout-button, .icon-box .icon-box-description .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .icon-box .icon-box-description .checkout-button, .icon-box .icon-box-description .woocommerce button.button.alt, .woocommerce .icon-box .icon-box-description button.button.alt, .icon-box .icon-box-description .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .icon-box .icon-box-description .button, .icon-box .icon-box-description .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .icon-box .icon-box-description .button, .icon-box .icon-box-description .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .icon-box .icon-box-description .button, .icon-box .icon-box-description .woocommerce #respond input#submit.alt, .woocommerce #respond .icon-box .icon-box-description input#submit.alt, .icon-box .icon-box-description .woocommerce a.button.alt, .woocommerce .icon-box .icon-box-description a.button.alt, .icon-box .icon-box-description .return-to-shop .button.wc-backward, .return-to-shop .icon-box .icon-box-description .button.wc-backward, .icon-box .icon-box-description .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce-MyAccount-content .woocommerce-Address-title .icon-box .icon-box-description a, .icon-box .icon-box-description .woocommerce input.button, .woocommerce .icon-box .icon-box-description input.button {

    margin-top: 0

}

.icon-box .icon-box-description p:last-child, .icon-box .icon-box-description ol:last-child, .icon-box .icon-box-description ul:last-child, .icon-box .icon-box-description .btn:last-child, .icon-box .icon-box-description .widget_price_filter .price_slider_amount button:last-child, .widget_price_filter .price_slider_amount .icon-box .icon-box-description button:last-child, .icon-box .icon-box-description .widget_shopping_cart .buttons a:last-child, .widget_shopping_cart .buttons .icon-box .icon-box-description a:last-child, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination a.button:last-child, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description a.button:last-child, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination button.button:last-child, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description button.button:last-child, .icon-box .icon-box-description .comment .reply-link .comment-reply-link:last-child, .comment .reply-link .icon-box .icon-box-description .comment-reply-link:last-child, .icon-box .icon-box-description .nav-links .page-numbers.prev:last-child, .nav-links .icon-box .icon-box-description .page-numbers.prev:last-child, .icon-box .icon-box-description .nav-links .page-numbers.next:last-child, .nav-links .icon-box .icon-box-description .page-numbers.next:last-child, .icon-box .icon-box-description .vertical-navigation > ul .menu-item-has-children > a > .arrow:last-child, .vertical-navigation > ul .icon-box .icon-box-description .menu-item-has-children > a > .arrow:last-child, .icon-box .icon-box-description .vertical-navigation > ul .has-mega-menu > a > .arrow:last-child, .vertical-navigation > ul .icon-box .icon-box-description .has-mega-menu > a > .arrow:last-child, .icon-box .icon-box-description .woocommerce table.shop_table .button:last-child, .woocommerce table.shop_table .icon-box .icon-box-description .button:last-child, .icon-box .icon-box-description .woocommerce .cart-collaterals .cart_totals .checkout-button:last-child, .woocommerce .cart-collaterals .cart_totals .icon-box .icon-box-description .checkout-button:last-child, .icon-box .icon-box-description .woocommerce-page .cart-collaterals .cart_totals .checkout-button:last-child, .woocommerce-page .cart-collaterals .cart_totals .icon-box .icon-box-description .checkout-button:last-child, .icon-box .icon-box-description .woocommerce button.button.alt:last-child, .woocommerce .icon-box .icon-box-description button.button.alt:last-child, .icon-box .icon-box-description .woocommerce .woocommerce-info .button:last-child, .woocommerce .woocommerce-info .icon-box .icon-box-description .button:last-child, .icon-box .icon-box-description .woocommerce .woocommerce-error .button:last-child, .woocommerce .woocommerce-error .icon-box .icon-box-description .button:last-child, .icon-box .icon-box-description .woocommerce .woocommerce-message .button:last-child, .woocommerce .woocommerce-message .icon-box .icon-box-description .button:last-child, .icon-box .icon-box-description .woocommerce #respond input#submit.alt:last-child, .woocommerce #respond .icon-box .icon-box-description input#submit.alt:last-child, .icon-box .icon-box-description .woocommerce a.button.alt:last-child, .woocommerce .icon-box .icon-box-description a.button.alt:last-child, .icon-box .icon-box-description .return-to-shop .button.wc-backward:last-child, .return-to-shop .icon-box .icon-box-description .button.wc-backward:last-child, .icon-box .icon-box-description .woocommerce-MyAccount-content .woocommerce-Address-title a:last-child, .woocommerce-MyAccount-content .woocommerce-Address-title .icon-box .icon-box-description a:last-child, .icon-box .icon-box-description .woocommerce input.button:last-child, .woocommerce .icon-box .icon-box-description input.button:last-child {

    margin-bottom: 0

}

.icon-box .icon-box-description p li, .icon-box .icon-box-description ol li, .icon-box .icon-box-description ul li, .icon-box .icon-box-description .btn li, .icon-box .icon-box-description .widget_price_filter .price_slider_amount button li, .widget_price_filter .price_slider_amount .icon-box .icon-box-description button li, .icon-box .icon-box-description .widget_shopping_cart .buttons a li, .widget_shopping_cart .buttons .icon-box .icon-box-description a li, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination a.button li, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description a.button li, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination button.button li, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description button.button li, .icon-box .icon-box-description .comment .reply-link .comment-reply-link li, .comment .reply-link .icon-box .icon-box-description .comment-reply-link li, .icon-box .icon-box-description .nav-links .page-numbers.prev li, .nav-links .icon-box .icon-box-description .page-numbers.prev li, .icon-box .icon-box-description .nav-links .page-numbers.next li, .nav-links .icon-box .icon-box-description .page-numbers.next li, .icon-box .icon-box-description .vertical-navigation > ul .menu-item-has-children > a > .arrow li, .vertical-navigation > ul .icon-box .icon-box-description .menu-item-has-children > a > .arrow li, .icon-box .icon-box-description .vertical-navigation > ul .has-mega-menu > a > .arrow li, .vertical-navigation > ul .icon-box .icon-box-description .has-mega-menu > a > .arrow li, .icon-box .icon-box-description .woocommerce table.shop_table .button li, .woocommerce table.shop_table .icon-box .icon-box-description .button li, .icon-box .icon-box-description .woocommerce .cart-collaterals .cart_totals .checkout-button li, .woocommerce .cart-collaterals .cart_totals .icon-box .icon-box-description .checkout-button li, .icon-box .icon-box-description .woocommerce-page .cart-collaterals .cart_totals .checkout-button li, .woocommerce-page .cart-collaterals .cart_totals .icon-box .icon-box-description .checkout-button li, .icon-box .icon-box-description .woocommerce button.button.alt li, .woocommerce .icon-box .icon-box-description button.button.alt li, .icon-box .icon-box-description .woocommerce .woocommerce-info .button li, .woocommerce .woocommerce-info .icon-box .icon-box-description .button li, .icon-box .icon-box-description .woocommerce .woocommerce-error .button li, .woocommerce .woocommerce-error .icon-box .icon-box-description .button li, .icon-box .icon-box-description .woocommerce .woocommerce-message .button li, .woocommerce .woocommerce-message .icon-box .icon-box-description .button li, .icon-box .icon-box-description .woocommerce #respond input#submit.alt li, .woocommerce #respond .icon-box .icon-box-description input#submit.alt li, .icon-box .icon-box-description .woocommerce a.button.alt li, .woocommerce .icon-box .icon-box-description a.button.alt li, .icon-box .icon-box-description .return-to-shop .button.wc-backward li, .return-to-shop .icon-box .icon-box-description .button.wc-backward li, .icon-box .icon-box-description .woocommerce-MyAccount-content .woocommerce-Address-title a li, .woocommerce-MyAccount-content .woocommerce-Address-title .icon-box .icon-box-description a li, .icon-box .icon-box-description .woocommerce input.button li, .woocommerce .icon-box .icon-box-description input.button li {

    margin-bottom: 6px !important

}

.icon-box .icon-box-description p.list-bordered li, .icon-box .icon-box-description ol.list-bordered li, .icon-box .icon-box-description ul.list-bordered li, .icon-box .icon-box-description .btn.list-bordered li, .icon-box .icon-box-description .widget_price_filter .price_slider_amount button.list-bordered li, .widget_price_filter .price_slider_amount .icon-box .icon-box-description button.list-bordered li, .icon-box .icon-box-description .widget_shopping_cart .buttons a.list-bordered li, .widget_shopping_cart .buttons .icon-box .icon-box-description a.list-bordered li, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination a.list-bordered.button li, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description a.list-bordered.button li, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination button.list-bordered.button li, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description button.list-bordered.button li, .icon-box .icon-box-description .comment .reply-link .list-bordered.comment-reply-link li, .comment .reply-link .icon-box .icon-box-description .list-bordered.comment-reply-link li, .icon-box .icon-box-description .nav-links .list-bordered.page-numbers.prev li, .nav-links .icon-box .icon-box-description .list-bordered.page-numbers.prev li, .icon-box .icon-box-description .nav-links .list-bordered.page-numbers.next li, .nav-links .icon-box .icon-box-description .list-bordered.page-numbers.next li, .icon-box .icon-box-description .vertical-navigation > ul .menu-item-has-children > a > .list-bordered.arrow li, .vertical-navigation > ul .icon-box .icon-box-description .menu-item-has-children > a > .list-bordered.arrow li, .icon-box .icon-box-description .vertical-navigation > ul .has-mega-menu > a > .list-bordered.arrow li, .vertical-navigation > ul .icon-box .icon-box-description .has-mega-menu > a > .list-bordered.arrow li, .icon-box .icon-box-description .woocommerce table.shop_table .list-bordered.button li, .woocommerce table.shop_table .icon-box .icon-box-description .list-bordered.button li, .icon-box .icon-box-description .woocommerce .cart-collaterals .cart_totals .list-bordered.checkout-button li, .woocommerce .cart-collaterals .cart_totals .icon-box .icon-box-description .list-bordered.checkout-button li, .icon-box .icon-box-description .woocommerce-page .cart-collaterals .cart_totals .list-bordered.checkout-button li, .woocommerce-page .cart-collaterals .cart_totals .icon-box .icon-box-description .list-bordered.checkout-button li, .icon-box .icon-box-description .woocommerce button.list-bordered.button.alt li, .woocommerce .icon-box .icon-box-description button.list-bordered.button.alt li, .icon-box .icon-box-description .woocommerce .woocommerce-info .list-bordered.button li, .woocommerce .woocommerce-info .icon-box .icon-box-description .list-bordered.button li, .icon-box .icon-box-description .woocommerce .woocommerce-error .list-bordered.button li, .woocommerce .woocommerce-error .icon-box .icon-box-description .list-bordered.button li, .icon-box .icon-box-description .woocommerce .woocommerce-message .list-bordered.button li, .woocommerce .woocommerce-message .icon-box .icon-box-description .list-bordered.button li, .icon-box .icon-box-description .woocommerce #respond input.list-bordered#submit.alt li, .woocommerce #respond .icon-box .icon-box-description input.list-bordered#submit.alt li, .icon-box .icon-box-description .woocommerce a.list-bordered.button.alt li, .woocommerce .icon-box .icon-box-description a.list-bordered.button.alt li, .icon-box .icon-box-description .return-to-shop .list-bordered.button.wc-backward li, .return-to-shop .icon-box .icon-box-description .list-bordered.button.wc-backward li, .icon-box .icon-box-description .woocommerce-MyAccount-content .woocommerce-Address-title a.list-bordered li, .woocommerce-MyAccount-content .woocommerce-Address-title .icon-box .icon-box-description a.list-bordered li, .icon-box .icon-box-description .woocommerce input.list-bordered.button li, .woocommerce .icon-box .icon-box-description input.list-bordered.button li {

    margin-bottom: 12px;

    padding-bottom: 12px

}

.icon-box .icon-box-description p.list-bordered.text-sm li, .icon-box .icon-box-description ol.list-bordered.text-sm li, .icon-box .icon-box-description ul.list-bordered.text-sm li, .icon-box .icon-box-description .btn.list-bordered.text-sm li, .icon-box .icon-box-description .widget_price_filter .price_slider_amount button.list-bordered.text-sm li, .widget_price_filter .price_slider_amount .icon-box .icon-box-description button.list-bordered.text-sm li, .icon-box .icon-box-description .widget_shopping_cart .buttons a.list-bordered.text-sm li, .widget_shopping_cart .buttons .icon-box .icon-box-description a.list-bordered.text-sm li, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination a.list-bordered.text-sm.button li, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description a.list-bordered.text-sm.button li, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination button.list-bordered.text-sm.button li, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description button.list-bordered.text-sm.button li, .icon-box .icon-box-description .comment .reply-link .list-bordered.text-sm.comment-reply-link li, .comment .reply-link .icon-box .icon-box-description .list-bordered.text-sm.comment-reply-link li, .icon-box .icon-box-description .nav-links .list-bordered.text-sm.page-numbers.prev li, .nav-links .icon-box .icon-box-description .list-bordered.text-sm.page-numbers.prev li, .icon-box .icon-box-description .nav-links .list-bordered.text-sm.page-numbers.next li, .nav-links .icon-box .icon-box-description .list-bordered.text-sm.page-numbers.next li, .icon-box .icon-box-description .vertical-navigation > ul .menu-item-has-children > a > .list-bordered.text-sm.arrow li, .vertical-navigation > ul .icon-box .icon-box-description .menu-item-has-children > a > .list-bordered.text-sm.arrow li, .icon-box .icon-box-description .vertical-navigation > ul .has-mega-menu > a > .list-bordered.text-sm.arrow li, .vertical-navigation > ul .icon-box .icon-box-description .has-mega-menu > a > .list-bordered.text-sm.arrow li, .icon-box .icon-box-description .woocommerce table.shop_table .list-bordered.text-sm.button li, .woocommerce table.shop_table .icon-box .icon-box-description .list-bordered.text-sm.button li, .icon-box .icon-box-description .woocommerce .cart-collaterals .cart_totals .list-bordered.text-sm.checkout-button li, .woocommerce .cart-collaterals .cart_totals .icon-box .icon-box-description .list-bordered.text-sm.checkout-button li, .icon-box .icon-box-description .woocommerce-page .cart-collaterals .cart_totals .list-bordered.text-sm.checkout-button li, .woocommerce-page .cart-collaterals .cart_totals .icon-box .icon-box-description .list-bordered.text-sm.checkout-button li, .icon-box .icon-box-description .woocommerce button.list-bordered.text-sm.button.alt li, .woocommerce .icon-box .icon-box-description button.list-bordered.text-sm.button.alt li, .icon-box .icon-box-description .woocommerce .woocommerce-info .list-bordered.text-sm.button li, .woocommerce .woocommerce-info .icon-box .icon-box-description .list-bordered.text-sm.button li, .icon-box .icon-box-description .woocommerce .woocommerce-error .list-bordered.text-sm.button li, .woocommerce .woocommerce-error .icon-box .icon-box-description .list-bordered.text-sm.button li, .icon-box .icon-box-description .woocommerce .woocommerce-message .list-bordered.text-sm.button li, .woocommerce .woocommerce-message .icon-box .icon-box-description .list-bordered.text-sm.button li, .icon-box .icon-box-description .woocommerce #respond input.list-bordered.text-sm#submit.alt li, .woocommerce #respond .icon-box .icon-box-description input.list-bordered.text-sm#submit.alt li, .icon-box .icon-box-description .woocommerce a.list-bordered.text-sm.button.alt li, .woocommerce .icon-box .icon-box-description a.list-bordered.text-sm.button.alt li, .icon-box .icon-box-description .return-to-shop .list-bordered.text-sm.button.wc-backward li, .return-to-shop .icon-box .icon-box-description .list-bordered.text-sm.button.wc-backward li, .icon-box .icon-box-description .woocommerce-MyAccount-content .woocommerce-Address-title a.list-bordered.text-sm li, .woocommerce-MyAccount-content .woocommerce-Address-title .icon-box .icon-box-description a.list-bordered.text-sm li, .icon-box .icon-box-description .woocommerce input.list-bordered.text-sm.button li, .woocommerce .icon-box .icon-box-description input.list-bordered.text-sm.button li {

    margin-bottom: 8px;

    padding-bottom: 8px

}

.icon-box .icon-box-description p.list-bordered.text-xs li, .icon-box .icon-box-description ol.list-bordered.text-xs li, .icon-box .icon-box-description ul.list-bordered.text-xs li, .icon-box .icon-box-description .btn.list-bordered.text-xs li, .icon-box .icon-box-description .widget_price_filter .price_slider_amount button.list-bordered.text-xs li, .widget_price_filter .price_slider_amount .icon-box .icon-box-description button.list-bordered.text-xs li, .icon-box .icon-box-description .widget_shopping_cart .buttons a.list-bordered.text-xs li, .widget_shopping_cart .buttons .icon-box .icon-box-description a.list-bordered.text-xs li, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination a.list-bordered.text-xs.button li, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description a.list-bordered.text-xs.button li, .icon-box .icon-box-description .woocommerce .woocommerce-Pagination button.list-bordered.text-xs.button li, .woocommerce .woocommerce-Pagination .icon-box .icon-box-description button.list-bordered.text-xs.button li, .icon-box .icon-box-description .comment .reply-link .list-bordered.text-xs.comment-reply-link li, .comment .reply-link .icon-box .icon-box-description .list-bordered.text-xs.comment-reply-link li, .icon-box .icon-box-description .nav-links .list-bordered.text-xs.page-numbers.prev li, .nav-links .icon-box .icon-box-description .list-bordered.text-xs.page-numbers.prev li, .icon-box .icon-box-description .nav-links .list-bordered.text-xs.page-numbers.next li, .nav-links .icon-box .icon-box-description .list-bordered.text-xs.page-numbers.next li, .icon-box .icon-box-description .vertical-navigation > ul .menu-item-has-children > a > .list-bordered.text-xs.arrow li, .vertical-navigation > ul .icon-box .icon-box-description .menu-item-has-children > a > .list-bordered.text-xs.arrow li, .icon-box .icon-box-description .vertical-navigation > ul .has-mega-menu > a > .list-bordered.text-xs.arrow li, .vertical-navigation > ul .icon-box .icon-box-description .has-mega-menu > a > .list-bordered.text-xs.arrow li, .icon-box .icon-box-description .woocommerce table.shop_table .list-bordered.text-xs.button li, .woocommerce table.shop_table .icon-box .icon-box-description .list-bordered.text-xs.button li, .icon-box .icon-box-description .woocommerce .cart-collaterals .cart_totals .list-bordered.text-xs.checkout-button li, .woocommerce .cart-collaterals .cart_totals .icon-box .icon-box-description .list-bordered.text-xs.checkout-button li, .icon-box .icon-box-description .woocommerce-page .cart-collaterals .cart_totals .list-bordered.text-xs.checkout-button li, .woocommerce-page .cart-collaterals .cart_totals .icon-box .icon-box-description .list-bordered.text-xs.checkout-button li, .icon-box .icon-box-description .woocommerce button.list-bordered.text-xs.button.alt li, .woocommerce .icon-box .icon-box-description button.list-bordered.text-xs.button.alt li, .icon-box .icon-box-description .woocommerce .woocommerce-info .list-bordered.text-xs.button li, .woocommerce .woocommerce-info .icon-box .icon-box-description .list-bordered.text-xs.button li, .icon-box .icon-box-description .woocommerce .woocommerce-error .list-bordered.text-xs.button li, .woocommerce .woocommerce-error .icon-box .icon-box-description .list-bordered.text-xs.button li, .icon-box .icon-box-description .woocommerce .woocommerce-message .list-bordered.text-xs.button li, .woocommerce .woocommerce-message .icon-box .icon-box-description .list-bordered.text-xs.button li, .icon-box .icon-box-description .woocommerce #respond input.list-bordered.text-xs#submit.alt li, .woocommerce #respond .icon-box .icon-box-description input.list-bordered.text-xs#submit.alt li, .icon-box .icon-box-description .woocommerce a.list-bordered.text-xs.button.alt li, .woocommerce .icon-box .icon-box-description a.list-bordered.text-xs.button.alt li, .icon-box .icon-box-description .return-to-shop .list-bordered.text-xs.button.wc-backward li, .return-to-shop .icon-box .icon-box-description .list-bordered.text-xs.button.wc-backward li, .icon-box .icon-box-description .woocommerce-MyAccount-content .woocommerce-Address-title a.list-bordered.text-xs li, .woocommerce-MyAccount-content .woocommerce-Address-title .icon-box .icon-box-description a.list-bordered.text-xs li, .icon-box .icon-box-description .woocommerce input.list-bordered.text-xs.button li, .woocommerce .icon-box .icon-box-description input.list-bordered.text-xs.button li {

    margin-bottom: 6px;

    padding-bottom: 6px

}

.icon-box.icon-box-bg-enabled {

    position: relative;

    margin-bottom: 24px;

    padding: 48px 24px 36px;

    overflow: hidden

}

.icon-box.icon-box-bg-enabled > .icon-box-backdrop {

    border-radius: 4px;

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: transparent;

    content: '';

    opacity: 0;

    z-index: 0;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    transition: all 0.4s

}

.icon-box.icon-box-bg-enabled.hover-from-top > .icon-box-backdrop {

    -webkit-transform: translateY(-100%);

    -moz-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    -o-transform: translateY(-100%);

    transform: translateY(-100%)

}

.icon-box.icon-box-bg-enabled.hover-from-bottom > .icon-box-backdrop {

    -webkit-transform: translateY(100%);

    -moz-transform: translateY(100%);

    -ms-transform: translateY(100%);

    -o-transform: translateY(100%);

    transform: translateY(100%)

}

.icon-box.icon-box-bg-enabled.hover-from-left > .icon-box-backdrop {

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%)

}

.icon-box.icon-box-bg-enabled.hover-from-right > .icon-box-backdrop {

    -webkit-transform: translateX(100%);

    -moz-transform: translateX(100%);

    -ms-transform: translateX(100%);

    -o-transform: translateX(100%);

    transform: translateX(100%)

}

.icon-box.icon-box-bg-enabled.hover-scale-up > .icon-box-backdrop {

    -webkit-transform: scale(0.7);

    -moz-transform: scale(0.7);

    -ms-transform: scale(0.7);

    -o-transform: scale(0.7);

    transform: scale(0.7)

}

.icon-box.icon-box-bg-enabled.hover-scale-down {

    overflow: visible

}

.icon-box.icon-box-bg-enabled.hover-scale-down > .icon-box-backdrop {

    -webkit-transform: scale(1.25);

    -moz-transform: scale(1.25);

    -ms-transform: scale(1.25);

    -o-transform: scale(1.25);

    transform: scale(1.25)

}

.icon-box.icon-box-bg-enabled.hover-flip-vertical > .icon-box-backdrop, .icon-box.icon-box-bg-enabled.hover-flip-horizontal > .icon-box-backdrop {

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transform-origin: 50% 50%

}

.icon-box.icon-box-bg-enabled.hover-flip-vertical > .icon-box-backdrop {

    -webkit-transform: rotateY(90deg);

    -moz-transform: rotateY(90deg);

    -ms-transform: rotateY(90deg);

    -o-transform: rotateY(90deg);

    transform: rotateY(90deg)

}

.icon-box.icon-box-bg-enabled.hover-flip-horizontal > .icon-box-backdrop {

    -webkit-transform: rotateX(90deg);

    -moz-transform: rotateX(90deg);

    -ms-transform: rotateX(90deg);

    -o-transform: rotateX(90deg);

    transform: rotateX(90deg)

}

.icon-box.icon-box-bg-enabled:hover.hover-fade > .icon-box-backdrop, .icon-box.icon-box-bg-enabled:hover.hover-scale-up > .icon-box-backdrop, .icon-box.icon-box-bg-enabled:hover.hover-scale-down > .icon-box-backdrop, .icon-box.icon-box-bg-enabled:hover.hover-flip-vertical > .icon-box-backdrop, .icon-box.icon-box-bg-enabled:hover.hover-flip-horizontal > .icon-box-backdrop {

    opacity: 0.05

}

.icon-box.icon-box-bg-enabled:hover.hover-from-top > .icon-box-backdrop, .icon-box.icon-box-bg-enabled:hover.hover-from-bottom > .icon-box-backdrop, .icon-box.icon-box-bg-enabled:hover.hover-from-left > .icon-box-backdrop, .icon-box.icon-box-bg-enabled:hover.hover-from-right > .icon-box-backdrop {

    -webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    -o-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 0.05

}

.icon-box.icon-box-bg-enabled:hover.hover-scale-up > .icon-box-backdrop, .icon-box.icon-box-bg-enabled:hover.hover-scale-down > .icon-box-backdrop {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1)

}

.icon-box.icon-box-bg-enabled:hover.hover-flip-vertical > .icon-box-backdrop {

    -webkit-transform: rotateY(0deg);

    -moz-transform: rotateY(0deg);

    -ms-transform: rotateY(0deg);

    -o-transform: rotateY(0deg);

    transform: rotateY(0deg)

}

.icon-box.icon-box-bg-enabled:hover.hover-flip-horizontal > .icon-box-backdrop {

    -webkit-transform: rotateX(0deg);

    -moz-transform: rotateX(0deg);

    -ms-transform: rotateX(0deg);

    -o-transform: rotateX(0deg);

    transform: rotateX(0deg)

}

.icon-box.icon-box-bg-enabled.bg-static > .icon-box-backdrop {

    opacity: 0.05;

    -webkit-transform: none;

    -moz-transform: none;

    -ms-transform: none;

    -o-transform: none;

    transform: none;

    -webkit-transition: none;

    -moz-transition: none;

    transition: none

}

.icon-box-horizontal {

    display: table;

    width: 100%

}

.icon-box-horizontal .icon-box-icon, .icon-box-horizontal .icon-box-info-wrap {

    display: table-cell;

    vertical-align: top

}

.icon-box-horizontal .icon-box-icon {

    width: 48px;

    font-size: 48px

}

.icon-box-horizontal .icon-box-icon > img {

    width: 48px

}

.icon-box-horizontal .icon-box-info-wrap {

    padding-left: 22px

}

.icon-box-horizontal .icon-box-title {

    margin-top: 0;

    margin-bottom: 12px;

    font-size: 18px;

    font-weight: 600

}

.icon-box-horizontal .icon-box-description {

    margin: 0

}

.icon-box-horizontal.text-right .icon-box-info-wrap {

    padding-right: 22px;

    padding-left: 0

}

.icon-box-light .icon-box-title {

    color: #fff

}

.testimonial::before {

    display: inline-block;

    margin-left: -3px;

    color: #018abe;

    font-family: 'Material Icons';

    font-size: 24px;

    line-height: 1.17;

    content: '\e244'

}

.testimonial .testimonial-body h1:last-child, .testimonial .testimonial-body h2:last-child, .testimonial .testimonial-body h3:last-child, .testimonial .testimonial-body h4:last-child, .testimonial .testimonial-body h5:last-child, .testimonial .testimonial-body h6:last-child, .testimonial .testimonial-body p:last-child, .testimonial .testimonial-body ol:last-child, .testimonial .testimonial-body ul:last-child {

    margin-bottom: 0

}

.testimonial .testimonial-cite {

    display: inline-block;

    margin-top: 24px

}

.testimonial .testimonial-author-ava, .testimonial .testimonial-author-info {

    display: table-cell;

    vertical-align: middle

}

.testimonial .testimonial-author-ava {

    width: 60px;

    padding-right: 12px

}

.testimonial .testimonial-author-ava > img {

    display: block;

    width: 100%

}

.testimonial .testimonial-author-info {

    color: gray;

    font-size: 14px;

    font-weight: normal

}

.testimonial .testimonial-author-info > a {

    font-weight: normal;

    text-decoration: none

}

.testimonial.testimonial-ava-circle .testimonial-author-ava > img {

    border-radius: 50%

}

.testimonial.testimonial-ava-rounded .testimonial-author-ava > img {

    border-radius: 4px

}

.testimonial.testimonial-background {

    padding: 24px;

    border-radius: 4px

}

.testimonial.testimonial-background.bg-gray::before, .testimonial.testimonial-background.bg-primary::before, .testimonial.testimonial-background.bg-info::before, .testimonial.testimonial-background.bg-success::before, .testimonial.testimonial-background.bg-warning::before, .testimonial.testimonial-background.bg-danger::before {

    color: #fff

}

.text-light .testimonial::before, .text-light.testimonial::before {

    color: #fff

}

.text-light .testimonial .testimonial-author-info, .text-light.testimonial .testimonial-author-info {

    color: #fff;

    opacity: .5

}

.text-center .testimonial::before, .text-center.testimonial::before {

    margin-left: 0

}

.text-right .testimonial::before, .text-right.testimonial::before {

    margin-right: -3px;

    margin-left: 0

}

.testimonials-carousel {

    padding-bottom: 48px;

    overflow: hidden

}

.testimonials-carousel .slick-list {

    margin-left: -24px

}

.testimonials-carousel .slick-dots {

    margin-bottom: 0

}

.testimonials-carousel .carousel-item {

    padding: 0 15px 0 24px;

    border-left: 1px solid rgba(63, 107, 190, 0.25)

}

.testimonials-carousel.carousel-light .carousel-item {

    border-left-color: rgba(255, 255, 255, 0.25)

}

.teammate {

    display: block;

    position: relative;

    width: 100%;

    max-width: 380px;

    margin: 0 auto 48px

}

.teammate .teammate-thumb {

    display: block;

    margin-bottom: 12px;

    border-radius: 4px

}

.teammate .teammate-thumb > img {

    border-radius: 4px

}

.teammate .teammate-name, .teammate .teammate-name > a {

    color: #000;

    font-size: 18px;

    font-weight: 600;

    text-decoration: none

}

.teammate .teammate-name:hover, .teammate .teammate-name > a:hover {

    color: #000

}

.teammate .teammate-info, .teammate .teammate-position {

    display: block;

    margin-top: 4px;

    color: gray;

    font-size: 14px

}

.teammate .teammate-info > a, .teammate .teammate-position > a {

    font-weight: normal;

    text-decoration: none

}

.teammate .social-bar {

    margin-top: 12px

}

.teammate.teammate-light-skin .teammate-name, .teammate.teammate-light-skin .teammate-name > a, .teammate.teammate-light-skin .teammate-name:hover > a {

    color: #fff;

    font-weight: normal

}

.teammate.teammate-light-skin .teammate-position, .teammate.teammate-light-skin .teammate-info {

    color: rgba(255, 255, 255, 0.5)

}

.teammate.teammate-light-skin .teammate-position > a, .teammate.teammate-light-skin .teammate-info > a {

    color: #fff

}

.teammate.text-center .social-bar .social-btn {

    margin-right: 3px;

    margin-left: 3px

}

.teammate .text-right .social-bar .social-btn {

    margin-right: 0;

    margin-left: 6px

}

.teammate-horizontal {

    display: table;

    max-width: 400px;

    margin-bottom: 36px

}

.teammate-horizontal .teammate-thumb, .teammate-horizontal .teammate-info-wrap {

    display: table-cell;

    vertical-align: top

}

.teammate-horizontal .teammate-thumb {

    width: 100px

}

.teammate-horizontal .teammate-thumb > img {

    width: 100%

}

.teammate-horizontal .teammate-info-wrap {

    padding-left: 22px

}

.teammate-horizontal.right-aligned .teammate-info-wrap {

    padding-right: 22px;

    padding-left: 0;

    text-align: right

}

.teammate-horizontal.right-aligned .social-bar {

    text-align: right !important

}

.teammate-horizontal.right-aligned .social-bar > a {

    margin-right: 0;

    margin-left: 6px

}

@media screen and (max-width: 360px) {

    .teammate-horizontal .teammate-thumb {

        width: 85px

    }

}

.teammate-circle .teammate-thumb {

    border-radius: 50%

}

.teammate-circle .teammate-thumb > img {

    border-radius: 50%

}

.teammate-square .teammate-thumb {

    border-radius: 0

}

.teammate-square .teammate-thumb > img {

    border-radius: 0

}

.teammate-tile {

    margin-bottom: 30px

}

.teammate-tile .teammate-thumb {

    position: relative;

    margin-bottom: 0;

    overflow: hidden

}

.teammate-tile .teammate-thumb > img {

    display: block

}

.teammate-tile .teammate-thumb::before {

    border-radius: 4px;

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #fff;

    content: '';

    opacity: 0;

    z-index: 1;

    -webkit-transition: opacity 0.4s;

    -moz-transition: opacity 0.4s;

    transition: opacity 0.4s

}

.teammate-tile .teammate-name, .teammate-tile .teammate-name > a {

    font-size: 24px;

    font-weight: 300

}

.teammate-tile .teammate-position {

    margin-top: 0;

    margin-bottom: 6px;

    font-size: 16px

}

.teammate-tile .teammate-info-wrap {

    height: auto !important;

    padding: 24px;

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: transparent;

    content: '';

    opacity: 1;

    z-index: 2

}

.teammate-tile .teammate-info-wrap .hidden-info {

    opacity: 0;

    -webkit-transition: opacity 0.35s;

    -moz-transition: opacity 0.35s;

    transition: opacity 0.35s

}

.teammate-tile:hover .teammate-thumb::before {

    opacity: 0.8

}

.teammate-tile:hover .hidden-info {

    opacity: 1

}

.teammate-tile.teammate-light-skin .teammate-thumb::before {

    background-color: #000

}

.pricing-plan {

    position: relative;

    cursor: default;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    transition: all 0.4s

}

.pricing-plan > .inner {

    position: relative;

    padding: 24px;

    border: 1px solid #e5e5e5;

    border-radius: 4px;

    background-color: #fff;

    z-index: 1

}

.pricing-plan .pricing-plan-name {

    margin: 0;

    color: #000;

    font-size: 24px;

    font-weight: 300

}

.pricing-plan .pricing-plan-description {

    display: block;

    margin: 0;

    color: gray;

    font-size: 14px;

    font-weight: normal

}

.pricing-plan .pricing-plan-price {

    margin: 0;

    color: #000;

    font-size: 30px;

    font-weight: 300

}

.pricing-plan .pricing-plan-image {

    display: inline-block;

    width: 96px

}

.pricing-plan .pricing-plan-image > img {

    display: block;

    width: 100%

}

.pricing-plan .pricing-plan-image.image-lg {

    width: 180px

}

.pricing-plan .pricing-plan-features {

    padding-top: 4px

}

.pricing-plan .pricing-plan-features .pricing-plan-feature-title {

    margin-bottom: 12px;

    font-size: 16px;

    font-weight: 500

}

.pricing-plan .pricing-plan-features ul li {

    margin-bottom: 8px

}

.pricing-plan .pricing-plan-badge-wrap {

    position: relative;

    height: 24px;

    margin-top: 12px;

    margin-right: -24px;

    margin-bottom: 12px;

    margin-left: -24px;

    padding: 0 24px

}

.pricing-plan .pricing-plan-badge-wrap::before {

    display: block;

    position: absolute;

    top: 50%;

    left: 0;

    width: 100%;

    height: 1px;

    background-color: #e5e5e5;

    content: '';

    z-index: 1

}

.pricing-plan .pricing-plan-badge-wrap .pricing-plan-badge {

    display: inline-block;

    position: relative;

    height: 24px;

    padding: 0 15px;

    border-radius: 4px;

    color: #fff;

    font-size: 10px;

    line-height: 24px;

    z-index: 2

}

.pricing-plan .pricing-plan-badge-wrap .pricing-plan-badge.bg-muted {

    color: #4c4c4c

}

.pricing-plan hr {

    margin: 0;

    margin-right: -24px;

    margin-left: -24px;

    border-color: #e5e5e5

}

.pricing-plan::before {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: transparent;

    content: '';

    opacity: 1;

    z-index: 0;

    top: 90px;

    height: calc(100% - 95px);

    box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.23);

    opacity: 0;

    -webkit-transition: opacity 0.4s;

    -moz-transition: opacity 0.4s;

    transition: opacity 0.4s

}

.pricing-plan:hover {

    -webkit-transform: translate3d(0, -5px, 0);

    -moz-transform: translate3d(0, -5px, 0);

    -ms-transform: translate3d(0, -5px, 0);

    -o-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0)

}

.pricing-plan:hover::before {

    opacity: 1

}

.pricing-plan-v2 .pricing-plan-features ul li, .pricing-plan-v3 .pricing-plan-features ul li {

    padding-left: 0

}

.pricing-table {

    min-height: .01%;

    border: 1px solid #e5e5e5;

    border-radius: 4px;

    background-color: #fff;

    overflow-x: auto

}

.pricing-table > table {

    min-width: 940px;

    border: 0;

    table-layout: fixed

}

.pricing-table > table > tbody > tr:last-child > td {

    border-bottom: 0 !important

}

.pricing-table > table > tbody > tr > td {

    border-right: 1px solid #e5e5e5

}

.pricing-table > table > tbody > tr > td:last-child {

    border-right: 0

}

.pricing-table > table > thead > tr > th, .pricing-table > table > thead > tr > td, .pricing-table > table > tbody > tr > th, .pricing-table > table > tbody > tr > td, .pricing-table > table > tfoot > tr > th, .pricing-table > table > tfoot > tr > td {

    padding: 24px

}

.pricing-table .pricing-plan-name {

    margin: 0;

    margin-bottom: 16px;

    color: #000;

    font-size: 24px;

    font-weight: 300

}

.pricing-table .pricing-plan-features {

    margin-bottom: 0

}

.pricing-table .pricing-plan-features li {

    margin-bottom: 4px;

    padding-bottom: 6px;

    border-bottom: 1px solid rgba(229, 229, 229, 0.75)

}

.pricing-table .pricing-plan-features li:last-child {

    padding-bottom: 0;

    border: 0

}

.pricing-table .pricing-mark {

    display: inline-block;

    font-size: 18px

}

.pricing-table .pricing-mark.not-available {

    color: #e63030

}

.pricing-table .pricing-mark.available {

    color: #5bc460

}

.pricing-table .btn, .pricing-table .widget_price_filter .price_slider_amount button, .widget_price_filter .price_slider_amount .pricing-table button, .pricing-table .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons .pricing-table a, .pricing-table .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination .pricing-table a.button, .pricing-table .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination .pricing-table button.button, .pricing-table .comment .reply-link .comment-reply-link, .comment .reply-link .pricing-table .comment-reply-link, .pricing-table .nav-links .page-numbers.prev, .nav-links .pricing-table .page-numbers.prev, .pricing-table .nav-links .page-numbers.next, .nav-links .pricing-table .page-numbers.next, .pricing-table .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .pricing-table .menu-item-has-children > a > .arrow, .pricing-table .vertical-navigation > ul .has-mega-menu > a > .arrow, .vertical-navigation > ul .pricing-table .has-mega-menu > a > .arrow, .pricing-table .woocommerce table.shop_table .button, .woocommerce table.shop_table .pricing-table .button, .pricing-table .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .pricing-table .checkout-button, .pricing-table .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .pricing-table .checkout-button, .pricing-table .woocommerce button.button.alt, .woocommerce .pricing-table button.button.alt, .pricing-table .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .pricing-table .button, .pricing-table .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .pricing-table .button, .pricing-table .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .pricing-table .button, .pricing-table .woocommerce #respond input#submit.alt, .woocommerce #respond .pricing-table input#submit.alt, .pricing-table .woocommerce a.button.alt, .woocommerce .pricing-table a.button.alt, .pricing-table .return-to-shop .button.wc-backward, .return-to-shop .pricing-table .button.wc-backward, .pricing-table .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce-MyAccount-content .woocommerce-Address-title .pricing-table a, .pricing-table .woocommerce .login .form-row input.button, .woocommerce .login .form-row .pricing-table input.button, .pricing-table .woocommerce input.button, .woocommerce .pricing-table input.button {

    margin: 0

}

.timeline {

    overflow: hidden

}

.timeline .slick-list {

    margin-right: -30px

}

.timeline .milestone-label {

    display: block;

    position: relative;

    margin: 0;

    padding: 0 30px 60px 0;

    color: gray;

    font-size: 18px;

    font-weight: normal;

    -webkit-transition: color 0.3s;

    -moz-transition: color 0.3s;

    transition: color 0.3s

}

.timeline .milestone-label::before, .timeline .milestone-label::after {

    display: block;

    position: absolute;

    content: ''

}

.timeline .milestone-label::before {

    top: 54%;

    left: 0;

    width: 9px;

    height: 9px;

    margin-top: -4px;

    border-radius: 50%;

    background-color: #018abe;

    z-index: 2

}

.timeline .milestone-label::after {

    top: 54%;

    left: 0;

    width: 100%;

    height: 1px;

    background-color: rgba(63, 107, 190, 0.25);

    z-index: 1

}

.timeline .milestone-item {

    margin-bottom: 30px;

    padding-right: 30px

}

.timeline .milestone-body {

    padding: 24px;

    border-radius: 4px;

    background-color: #f5f5f5

}

.timeline .milestone-body h1:last-child, .timeline .milestone-body h2:last-child, .timeline .milestone-body h3:last-child, .timeline .milestone-body h4:last-child, .timeline .milestone-body h5:last-child, .timeline .milestone-body h6:last-child, .timeline .milestone-body p:last-child, .timeline .milestone-body ul:last-child, .timeline .milestone-body ol:last-child {

    margin-bottom: 6px

}

.timeline .milestone-date {

    margin-bottom: 12px;

    color: #000;

    font-size: 16px;

    font-weight: normal

}

.timeline .milestone:hover .milestone-label {

    color: #000

}

.timeline.timeline-light .milestone-label {

    color: rgba(255, 255, 255, 0.5)

}

.timeline.timeline-light .milestone-label::before {

    background-color: #fff

}

.timeline.timeline-light .milestone-label::after {

    background-color: rgba(255, 255, 255, 0.25)

}

.timeline.timeline-light .milestone:hover .milestone-label {

    color: #fff

}

.steps {

    min-height: .01%;

    overflow-x: auto

}

.steps .inner {

    display: table;

    width: 100%;

    min-width: 920px

}

.steps .step {

    display: table-cell;

    cursor: default;

    vertical-align: top

}

.steps .step-label {

    display: block;

    position: relative;

    margin: 0;

    padding: 0 10px 60px;

    color: gray;

    font-size: 18px;

    font-weight: normal;

    text-align: center;

    -webkit-transition: color 0.3s;

    -moz-transition: color 0.3s;

    transition: color 0.3s

}

.steps .step-label::before, .steps .step-label::after {

    display: block;

    position: absolute;

    content: ''

}

.steps .step-label::before {

    top: 54%;

    left: 50%;

    width: 9px;

    height: 9px;

    margin-top: -4px;

    margin-left: -4px;

    border-radius: 50%;

    background-color: #018abe;

    z-index: 2

}

.steps .step-label::after {

    top: 54%;

    left: 0;

    width: 100%;

    height: 1px;

    background-color: rgba(63, 107, 190, 0.25);

    z-index: 1

}

.steps .step:first-child .step-label::after {

    right: 0;

    left: auto;

    width: 50%

}

.steps .step:last-child .step-label::after {

    width: 50%

}

.steps .step:hover .step-label {

    color: #000

}

.steps .step-body {

    padding: 0 10px

}

.steps .icon-box.icon-box-bg-enabled {

    padding: 36px 24px

}

.steps.steps-light .step .step-label {

    color: rgba(255, 255, 255, 0.5)

}

.steps.steps-light .step .step-label::before {

    background-color: #fff

}

.steps.steps-light .step .step-label::after {

    background-color: rgba(255, 255, 255, 0.25)

}

.steps.steps-light .step:hover .step-label {

    color: #fff

}

.steps.steps-light .icon-box .icon-box-title {

    color: #fff

}

.steps.steps-light .icon-box .icon-box-description p {

    color: #fff;

    opacity: .5

}

.logo-carousel {

    padding-top: 60px;

    padding-bottom: 48px;

    overflow: hidden

}

.logo-carousel .slick-list {

    margin-left: -2px

}

.logo-carousel .slick-dots {

    margin-bottom: 0

}

.logo-carousel .logo-item {

    display: block;

    padding: 12px 24px;

    border-left: 1px solid rgba(63, 107, 190, 0.25);

    font-weight: normal;

    text-align: center;

    text-decoration: none

}

.logo-carousel .logo-item > img {

    display: block;

    margin: auto

}

.logo-carousel .logo-item .logo-item-title {

    margin-top: 24px;

    margin-bottom: 0;

    color: #000;

    font-size: 16px;

    font-weight: 600

}

.logo-carousel .logo-item .logo-item-description {

    margin-bottom: 0;

    color: gray;

    font-size: 12px

}

.carousel-light.logo-carousel .logo-item {

    border-left-color: rgba(255, 255, 255, 0.25)

}

.carousel-light.logo-carousel .logo-item .logo-item-title, .carousel-light.logo-carousel .logo-item .logo-item-description {

    color: #fff

}

.carousel-light.logo-carousel .logo-item .logo-item-description {

    opacity: .5

}

.progress {

    margin-bottom: 16px

}

.progress .progress-bar {

    position: relative;

    text-align: right

}

.progress .progress-bar .bar, .progress .progress-bar .rails, .progress .progress-bar .value {

    display: block

}

.progress .progress-bar .bar {

    position: relative;

    width: 0;

    height: 12px;

    z-index: 2

}

.progress .progress-bar .rails {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 12px;

    background-color: #f5f5f5;

    z-index: 1

}

.progress .progress-bar .value {

    width: 0;

    margin-bottom: 8px;

    font-size: 30px;

    font-weight: 300;

    white-space: nowrap

}

.progress .progress-bar .value > i {

    font-style: normal

}

.progress .progress-bar-label {

    display: block;

    margin-top: 12px;

    margin-bottom: 0;

    color: gray;

    font-size: 14px;

    font-weight: normal

}

.progress.progress-animated .progress-bar .bar {

    -webkit-transition: width 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    -moz-transition: width 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    transition: width 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)

}

.progress.progress-animated .progress-bar .value {

    opacity: 0;

    -webkit-transition: opacity 0.3s, width 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    -moz-transition: opacity 0.3s, width 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    transition: opacity 0.3s, width 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)

}

.progress.progress-animated .progress-bar .value.is-visible {

    opacity: 1

}

.progress.progress-light .progress-bar .rails {

    background-color: rgba(255, 255, 255, 0.07)

}

.progress.progress-light .progress-bar-label {

    color: rgba(255, 255, 255, 0.5)

}

.nav-tabs, .nav-filters > ul, .wc-tabs {

    margin-bottom: 0;

    padding-left: 0;

    border: 0;

    list-style: none

}

.nav-tabs > li, .nav-filters > ul > li, .wc-tabs > li {

    display: inline-block;

    position: relative;

    margin: 0 32px 14px 0;

    padding: 0

}

.nav-tabs > li:last-child, .nav-filters > ul > li:last-child, .wc-tabs > li:last-child {

    margin-right: 0

}

.nav-tabs > li::before, .nav-filters > ul > li::before, .wc-tabs > li::before {

    display: none

}

.nav-tabs > li > a, .nav-filters > ul > li > a, .wc-tabs > li > a {

    border-bottom: 1px solid transparent;

    border-radius: 0;

    color: #4c4c4c;

    font-size: 18px;

    font-weight: normal;

    line-height: 1.5;

    text-decoration: none;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.nav-tabs > li > a > i, .nav-filters > ul > li > a > i, .wc-tabs > li > a > i {

    margin-top: -3px;

    font-size: 16px

}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-filters > ul > li > a:hover, .nav-filters > ul > li > a:focus, .wc-tabs > li > a:hover, .wc-tabs > li > a:focus {

    outline: none;

    text-decoration: none

}

.nav-tabs > li > a:hover, .nav-filters > ul > li > a:hover, .wc-tabs > li > a:hover {

    color: #018abe

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-filters > ul > li.active > a, .nav-filters > ul > li.active > a:hover, .nav-filters > ul > li.active > a:focus, .wc-tabs > li.active > a, .wc-tabs > li.active > a:hover, .wc-tabs > li.active > a:focus {

    border-bottom-color: #018abe;

    color: #018abe;

    cursor: default

}

.nav-filters {

    margin-top: 24px;

    margin-bottom: 36px

}

.text-center .nav-tabs > li, .text-center.nav-tabs > li {

    margin: 0 16px 14px

}

.text-right .nav-tabs > li, .text-right.nav-tabs > li {

    margin: 0 0 14px 32px

}

.text-right .nav-tabs > li:first-child, .text-right.nav-tabs > li:first-child {

    margin-left: 0

}

.tab-content {

    padding-top: 12px

}

.tab-content > .tab-pane {

    display: none

}

.tab-content > .active {

    display: block

}

.tabs-vertical {

    display: table;

    width: 100%

}

.tabs-vertical .nav-tabs, .tabs-vertical .tab-content {

    display: table-cell;

    vertical-align: top

}

.tabs-vertical .nav-tabs > li {

    display: block

}

.tabs-vertical .nav-tabs > li > a {

    white-space: nowrap

}

.tabs-vertical.tabs-vertical-left .tab-content {

    padding: 5px 0 0 15px

}

.tabs-vertical.tabs-vertical-right .tab-content {

    padding: 5px 15px 0 0

}

@media screen and (max-width: 480px) {

    .tabs-vertical .nav-tabs, .tabs-vertical .tab-content {

        display: block

    }

    .tabs-vertical .nav-tabs > li, .tabs-vertical .tab-content > li {

        display: inline-block

    }

    .tabs-vertical.tabs-vertical-left .tab-content {

        padding: 12px 0 0

    }

    .tabs-vertical.tabs-vertical-right .tab-content {

        padding: 0 0 24px

    }

}

.nav-tabs-light > li > a {

    color: rgba(255, 255, 255, 0.5)

}

.nav-tabs-light > li > a:hover {

    color: #fff

}

.nav-tabs-light > li.active > a, .nav-tabs-light > li.active > a:hover, .nav-tabs-light > li.active > a:focus {

    border-bottom-color: #fff;

    color: #fff

}

.transition.fade {

    opacity: 0;

    -webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden

}

.transition.fade.in {

    opacity: 1

}

.transition.scale.fade {

    -webkit-transform: scale(0.9);

    -moz-transform: scale(0.9);

    -ms-transform: scale(0.9);

    -o-transform: scale(0.9);

    transform: scale(0.9)

}

.transition.scaledown.fade {

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1)

}

.transition.scale.fade.in, .transition.scaledown.fade.in {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1)

}

.transition.left.fade {

    -webkit-transform: translateX(40px);

    -moz-transform: translateX(40px);

    -ms-transform: translateX(40px);

    -o-transform: translateX(40px);

    transform: translateX(40px)

}

.transition.right.fade {

    -webkit-transform: translateX(-40px);

    -moz-transform: translateX(-40px);

    -ms-transform: translateX(-40px);

    -o-transform: translateX(-40px);

    transform: translateX(-40px)

}

.transition.left.fade.in, .transition.right.fade.in {

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0)

}

.transition.top.fade {

    -webkit-transform: translateY(-40px);

    -moz-transform: translateY(-40px);

    -ms-transform: translateY(-40px);

    -o-transform: translateY(-40px);

    transform: translateY(-40px)

}

.transition.bottom.fade {

    -webkit-transform: translateY(40px);

    -moz-transform: translateY(40px);

    -ms-transform: translateY(40px);

    -o-transform: translateY(40px);

    transform: translateY(40px)

}

.transition.top.fade.in, .transition.bottom.fade.in {

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0)

}

.transition.flip.fade {

    -webkit-transform: rotateY(-90deg) scale(1.1);

    -moz-transform: rotateY(-90deg) scale(1.1);

    -ms-transform: rotateY(-90deg) scale(1.1);

    -o-transform: rotateY(-90deg) scale(1.1);

    transform: rotateY(-90deg) scale(1.1);

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transform-origin: 50% 50%

}

.transition.flip.fade.in {

    -webkit-transform: rotateY(0deg) scale(1);

    -moz-transform: rotateY(0deg) scale(1);

    -ms-transform: rotateY(0deg) scale(1);

    -o-transform: rotateY(0deg) scale(1);

    transform: rotateY(0deg) scale(1);

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transform-origin: 50% 50%

}

.panel {

    margin-bottom: 12px;

    border: 1px solid rgba(63, 107, 190, 0.25);

    border-radius: 4px

}

.panel-title {

    margin: 0;

    font-size: 18px;

    font-weight: normal

}

.panel-title > a {

    display: block;

    position: relative;

    padding: 12px 50px 12px 24px;

    color: #000;

    font-weight: normal;

    text-decoration: none

}

.panel-title > a::before, .panel-title > a::after {

    display: block;

    position: absolute;

    top: 0;

    right: 0;

    width: 50px;

    height: 100%;

    border-left: 1px solid rgba(63, 107, 190, 0.25);

    content: '';

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.panel-title > a::after {

    border-left: 0;

    color: #018abe;

    font-family: 'Material Icons';

    font-size: 18px;

    line-height: 50px;

    text-align: center;

    content: '\e316';

    -webkit-transform: rotate(0);

    -moz-transform: rotate(0);

    -ms-transform: rotate(0);

    -o-transform: rotate(0);

    transform: rotate(0);

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s

}

.panel-title > a.collapsed::after {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg)

}

.panel-title > a:hover {

    color: #000;

    text-decoration: none

}

.panel-title > a > i {

    margin-top: -3px

}

.panel-collapse > .panel-collapse-inner {

    padding: 14px 24px 12px;

    border-top: 1px solid rgba(63, 107, 190, 0.25)

}

.panel-group-light .panel {

    border-color: rgba(255, 255, 255, 0.25)

}

.panel-group-light .panel-title > a, .panel-group-light .panel-title > a::after {

    color: #fff

}

.panel-group-light .panel-title > a::before {

    border-left-color: rgba(255, 255, 255, 0.25)

}

.panel-group-light .panel-collapse > .panel-collapse-inner {

    border-top-color: rgba(255, 255, 255, 0.25)

}

.collapse {

    display: none

}

.collapse.in {

    display: block

}

.collapsing {

    position: relative;

    height: 0;

    overflow: hidden;

    -webkit-transition: height 0.35s ease, visibility 0.35s ease;

    -moz-transition: height 0.35s ease, visibility 0.35s ease;

    transition: height 0.35s ease, visibility 0.35s ease

}

.teaser {

    padding: 24px;

    border-radius: 4px;

    background-color: #f5f5f5

}

.teaser > img {

    display: inline-block;

    margin-bottom: 20px;

    border-radius: 4px

}

.teaser .btn, .teaser .widget_price_filter .price_slider_amount button, .widget_price_filter .price_slider_amount .teaser button, .teaser .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons .teaser a, .teaser .woocommerce .woocommerce-Pagination a.button, .woocommerce .woocommerce-Pagination .teaser a.button, .teaser .woocommerce .woocommerce-Pagination button.button, .woocommerce .woocommerce-Pagination .teaser button.button, .teaser .comment .reply-link .comment-reply-link, .comment .reply-link .teaser .comment-reply-link, .teaser .nav-links .page-numbers.prev, .nav-links .teaser .page-numbers.prev, .teaser .nav-links .page-numbers.next, .nav-links .teaser .page-numbers.next, .teaser .vertical-navigation > ul .menu-item-has-children > a > .arrow, .vertical-navigation > ul .teaser .menu-item-has-children > a > .arrow, .teaser .vertical-navigation > ul .has-mega-menu > a > .arrow, .vertical-navigation > ul .teaser .has-mega-menu > a > .arrow, .teaser .woocommerce table.shop_table .button, .woocommerce table.shop_table .teaser .button, .teaser .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .teaser .checkout-button, .teaser .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .teaser .checkout-button, .teaser .woocommerce button.button.alt, .woocommerce .teaser button.button.alt, .teaser .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .teaser .button, .teaser .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .teaser .button, .teaser .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .teaser .button, .teaser .woocommerce #respond input#submit.alt, .woocommerce #respond .teaser input#submit.alt, .teaser .woocommerce a.button.alt, .woocommerce .teaser a.button.alt, .teaser .return-to-shop .button.wc-backward, .return-to-shop .teaser .button.wc-backward, .teaser .woocommerce-MyAccount-content .woocommerce-Address-title a, .woocommerce-MyAccount-content .woocommerce-Address-title .teaser a, .teaser .woocommerce .login .form-row input.button, .woocommerce .login .form-row .teaser input.button, .teaser .woocommerce input.button, .woocommerce .teaser input.button {

    margin: 0

}

.contacts-tile {

    border-radius: 4px;

    background-color: #f5f5f5;

    overflow: hidden

}

.contacts-tile .contacts-tile-body {

    padding: 0px;

    padding-bottom: 0

}

.contacts-tile .contacts-tile-country .country-flag, .contacts-tile .contacts-tile-country .country-name {

    display: inline-block;

    vertical-align: middle

}

.contacts-tile .contacts-tile-country .country-flag {

    width: 24px;

    margin-right: 4px

}

.contacts-tile .contacts-tile-country .country-flag > img {

    display: block;

    width: 100%

}

.contacts-tile .contacts-tile-title {

    margin-top: 6px;

    margin-bottom: 0;

    color: #000;

    font-size: 24px;

    font-weight: normal

}

.contacts-tile .contacts-tile-content {

    margin-top: 8px

}

@media screen and (max-width: 480px) {

    .google-map {

        height: 300px !important

    }

}

.category-tile {

    display: block;

    position: relative;

    width: 100%;

    margin: auto;

    border-radius: 4px;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    text-decoration: none;

    overflow: hidden

}

.category-tile::before {

    border-radius: 4px;

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #000;

    content: '';

    opacity: 0.35;

    z-index: 2;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-transition: opacity 0.4s;

    -moz-transition: opacity 0.4s;

    transition: opacity 0.4s

}

.category-tile > .bg-image {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    z-index: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 0.6s;

    -moz-transition: all 0.6s;

    transition: all 0.6s

}

.category-tile > .category-tile-info {

    position: relative;

    padding: 24px;

    padding-top: 28px;

    z-index: 5

}

.category-tile .category-tile-title {

    color: #fff;

    font-size: 36px

}

.category-tile .category-tile-text {

    color: #fff;

    font-size: 12px;

    font-weight: normal;

    opacity: 0;

    -webkit-transform: translate3d(0, 12px, 0);

    -moz-transform: translate3d(0, 12px, 0);

    -ms-transform: translate3d(0, 12px, 0);

    -o-transform: translate3d(0, 12px, 0);

    transform: translate3d(0, 12px, 0);

    -webkit-transition: all 0.35s;

    -moz-transition: all 0.35s;

    transition: all 0.35s

}

.category-tile:hover::before {

    opacity: 0.75

}

.category-tile:hover > .bg-image {

    -webkit-transform: scale(1.07);

    -moz-transform: scale(1.07);

    -ms-transform: scale(1.07);

    -o-transform: scale(1.07);

    transform: scale(1.07)

}

.category-tile:hover .category-tile-text {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0)

}

.testimonials-slider .testimonial-slide {

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover

}

.testimonials-slider .testimonial-slide .inner {

    max-width: 870px

}

.testimonials-slider .testimonial-logo {

    display: inline-block

}

.testimonials-slider .testimonial-logo > img {

    width: 100%

}

.testimonials-slider blockquote {

    margin-top: 48px

}

.testimonials-slider .slick-dots {

    bottom: 72px;

    left: 50%;

    width: 1140px;

    margin-left: -570px

}

@media screen and (max-width: 1200px) {

    .testimonials-slider .slick-dots {

        width: 940px;

        margin-left: -470px

    }

}

@media screen and (max-width: 991px) {

    .testimonials-slider .slick-dots {

        width: 720px;

        margin-left: -360px

    }

}

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

    .testimonials-slider .slick-dots {

        bottom: 36px;

        left: 0;

        width: 100%;

        margin-left: 0;

        padding: 0 15px

    }

}

.testimonials-slider.text-center .testimonial-slide .inner {

    margin: auto

}

.testimonials-slider.text-center .slick-dots > li {

    text-align: center

}

.testimonials-slider.text-center .slick-dots > li::before {

    display: none

}

.testimonials-slider.text-right .testimonial-slide .container::before, .testimonials-slider.text-right .testimonial-slide .container::after {

    display: table;

    content: ' '

}

.testimonials-slider.text-right .testimonial-slide .container::after {

    clear: both

}

.testimonials-slider.text-right .testimonial-slide .inner {

    float: right

}

.text-light .testimonial-slide h3 {

    color: #fff

}

.image-carousel .wp-caption, .gallery-tile .wp-caption {

    margin: 0

}

.image-carousel .wp-caption::before, .gallery-tile .wp-caption::before {

    display: block;

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 80%;

    content: '';

    z-index: 1;

    background: transparent;

    background: -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.6) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(30%, transparent), color-stop(70%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)));

    background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.6) 100%);

    background: -o-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.6) 100%);

    background: -ms-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.6) 100%);

    background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.6) 100%);

    -webkit-transition: all 0.45s;

    -moz-transition: all 0.45s;

    transition: all 0.45s

}

.image-carousel .wp-caption .wp-caption-text, .gallery-tile .wp-caption .wp-caption-text {

    display: block;

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    padding: 60px 15px 24px;

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    text-align: center;

    z-index: 5;

    -ms-word-wrap: break-word;

    word-wrap: break-word

}

.image-carousel .wp-caption .wp-caption-text span, .gallery-tile .wp-caption .wp-caption-text span {

    display: block;

    color: rgba(255, 255, 255, 0.6);

    font-size: 12px;

    font-weight: normal

}

.gallery-tile {

    display: block;

    position: relative;

    overflow: hidden

}

.gallery-tile img, .gallery-tile .image {

    display: block;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 0.65s;

    -moz-transition: all 0.65s;

    transition: all 0.65s

}

.gallery-tile .image {

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover

}

.gallery-tile::before {

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    width: 72px;

    margin-top: -36px;

    margin-left: -36px;

    border-radius: 50%;

    background-color: #fff;

    color: #018abe;

    font-family: 'Material Icons';

    font-size: 24px;

    font-weight: normal;

    line-height: 72px;

    text-align: center;

    content: '\e145';

    opacity: 0;

    z-index: 6;

    -webkit-transform: translateY(-10px);

    -moz-transform: translateY(-10px);

    -ms-transform: translateY(-10px);

    -o-transform: translateY(-10px);

    transform: translateY(-10px);

    -webkit-transition: all 0.45s;

    -moz-transition: all 0.45s;

    transition: all 0.45s

}

.gallery-tile::after {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #000;

    content: '';

    opacity: 0;

    z-index: 1;

    background-color: #000;

    -webkit-transition: all 0.45s;

    -moz-transition: all 0.45s;

    transition: all 0.45s

}

.gallery-tile:hover img, .gallery-tile:hover .image {

    -webkit-transform: scale(1.06);

    -moz-transform: scale(1.06);

    -ms-transform: scale(1.06);

    -o-transform: scale(1.06);

    transform: scale(1.06)

}

.gallery-tile:hover::before {

    opacity: 1;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0)

}

.gallery-tile:hover::after {

    opacity: 0.5

}

.gallery-tile:hover .wp-caption::before {

    background-color: transparent

}

.grid-justified .gallery-tile, .grid-justified .gallery-tile .wp-caption, .grid-justified .gallery-tile .image {

    position: absolute;

    width: 100%;

    height: 100%

}

.pswp {

    z-index: 9900 !important

}

.pswp__caption__center {

    text-align: center !important

}

.pswp__caption {

    font-weight: bold

}

.admin-bar .pswp__scroll-wrap {

    top: 32px;

    height: calc(100% - 32px)

}

.video-popup {

    width: 100%

}

.video-popup .video-popup-btn {

    display: inline-block;

    position: relative;

    color: #018abe;

    font-size: 68px;

    line-height: 1;

    text-decoration: none

}

.video-popup .video-popup-btn::before {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border-width: 10px;

    border-color: #018abe;

    border-style: solid;

    border-radius: 50%;

    content: '';

    opacity: 0;

    -webkit-transform: scale(0.5);

    -moz-transform: scale(0.5);

    -ms-transform: scale(0.5);

    -o-transform: scale(0.5);

    transform: scale(0.5);

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    transition: all 0.4s

}

.video-popup .video-popup-btn > i {

    display: block;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);

    -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);

    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55)

}

.video-popup .video-popup-btn:focus {

    outline: none

}

.video-popup .video-popup-btn:hover::before {

    opacity: .15;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1)

}

.video-popup .video-popup-btn:hover > i {

    -webkit-transform: scale(0.92);

    -moz-transform: scale(0.92);

    -ms-transform: scale(0.92);

    -o-transform: scale(0.92);

    transform: scale(0.92)

}

.video-popup.text-light .video-popup-btn {

    color: #fff

}

.video-popup.text-light .video-popup-btn::before {

    border-color: #fff

}

.animated-digit-box {

    margin-bottom: 30px;

    padding-top: 72px;

    padding-right: 24px;

    padding-bottom: 72px;

    padding-left: 24px;

    border-radius: 4px;

    text-align: center;

    -ms-word-wrap: break-word;

    word-wrap: break-word

}

.animated-digit-box .animated-digit {

    font-size: 72px;

    font-weight: 300;

    line-height: 1

}

.animated-digit-box .description {

    margin: 24px 0 0;

    color: gray;

    font-size: 14px

}

.animated-digit-box.skin-default {

    background-color: rgba(0, 0, 0, 0.05)

}

.animated-digit-box.skin-default .animated-digit {

    color: #000

}

.animated-digit-box.skin-primary {

    background-color: rgba(63, 107, 190, 0.05)

}

.animated-digit-box.skin-primary .animated-digit {

    color: #018abe

}

.animated-digit-box.skin-info {

    background-color: rgba(78, 171, 255, 0.05)

}

.animated-digit-box.skin-info .animated-digit {

    color: #4eabff

}

.animated-digit-box.skin-success {

    background-color: rgba(91, 196, 96, 0.05)

}

.animated-digit-box.skin-success .animated-digit {

    color: #5bc460

}

.animated-digit-box.skin-warning {

    background-color: rgba(169, 219, 35, 0.05)

}

.animated-digit-box.skin-warning .animated-digit {

    color: #a9db23

}

.animated-digit-box.skin-danger {

    background-color: rgba(230, 48, 48, 0.05)

}

.animated-digit-box.skin-danger .animated-digit {

    color: #e63030

}

.animated-digit-box.skin-light {

    background-color: rgba(255, 255, 255, 0.05)

}

.animated-digit-box.skin-light .animated-digit {

    color: #018abe

}

.animated-digit-box.skin-light .description {

    color: rgba(255, 255, 255, 0.5)

}

.countdown .box {

    margin-bottom: 30px;

    padding-top: 72px;

    padding-right: 24px;

    padding-bottom: 60px;

    padding-left: 24px;

    border-radius: 4px;

    text-align: center;

    -ms-word-wrap: break-word;

    word-wrap: break-word

}

.countdown .digit {

    font-size: 72px;

    font-weight: 300;

    line-height: 1

}

.countdown .description {

    margin: 24px 0 0;

    color: gray;

    font-size: 14px

}

.countdown.skin-default .box {

    background-color: rgba(0, 0, 0, 0.05)

}

.countdown.skin-default .box .digit {

    color: #000

}

.countdown.skin-primary .box {

    background-color: rgba(63, 107, 190, 0.05)

}

.countdown.skin-primary .box .digit {

    color: #018abe

}

.countdown.skin-info .box {

    background-color: rgba(78, 171, 255, 0.05)

}

.countdown.skin-info .box .digit {

    color: #4eabff

}

.countdown.skin-success .box {

    background-color: rgba(91, 196, 96, 0.05)

}

.countdown.skin-success .box .digit {

    color: #5bc460

}

.countdown.skin-warning .box {

    background-color: rgba(169, 219, 35, 0.05)

}

.countdown.skin-warning .box .digit {

    color: #a9db23

}

.countdown.skin-danger .box {

    background-color: rgba(230, 48, 48, 0.05)

}

.countdown.skin-danger .box .digit {

    color: #e63030

}

.countdown.skin-light .box {

    background-color: rgba(255, 255, 255, 0.05)

}

.countdown.skin-light .box .digit {

    color: #018abe

}

.countdown.skin-light .box .description {

    color: rgba(255, 255, 255, 0.5)

}

.custom-links > ul {

    list-style: none

}

.custom-links > ul > li {

    margin-bottom: 30px;

    padding: 0 0 24px;

    border-bottom: 1px solid #f5f5f5

}

.custom-links > ul > li::before {

    display: none

}

.custom-links > ul > li:last-child {

    margin-bottom: 0

}

.custom-links > ul > li > span {

    display: block;

    margin-bottom: 6px;

    color: gray;

    font-size: 14px

}

.custom-links > ul > li > a {

    color: #000;

    font-size: 24px;

    font-weight: normal;

    text-decoration: none

}

.custom-links > ul > li > a:hover {

    color: #018abe

}

.classes-wrap .img-box {

    position: relative

}

.classes-wrap .img-box img {

    display: block

}

.classes-wrap .img-box .overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #000;

    opacity: 0.5;

    z-index: 5

}

.classes-wrap .img-box .hero-content {

    position: absolute;

    top: 50%;

    left: 50%;

    margin: 0;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    z-index: 10

}

.classes-wrap .classes-tile-header {

    display: flex;

    justify-content: space-between;

    color: #000

}

@media screen and (max-width: 480px) {

    .classes-wrap .classes-tile-header {

        display: block

    }

    .classes-wrap .classes-tile-header .date-time {

        text-align: center

    }

    .classes-wrap .classes-tile-header .author {

        justify-content: center;

        margin-top: 12px

    }

    .classes-wrap .classes-tile-header .badge-cont {

        justify-content: center;

        margin-top: 12px

    }

}

.classes-wrap .date-time i {

    top: -2px

}

.classes-wrap .author {

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #000;

    font-weight: normal;

    text-decoration: none

}

.classes-wrap .author .name span {

    display: block;

    line-height: 1.1;

    text-align: right

}

.classes-wrap .author .ava {

    width: 40px;

    height: 40px;

    margin-left: 12px;

    border-radius: 50%;

    overflow: hidden

}

.classes-wrap a.author:hover {

    color: #018abe

}

.classes-wrap .classes-tile-content {

    color: gray

}

.classes-wrap .title {

    margin-top: 24px;

    margin-bottom: 0

}

.classes-wrap .title a {

    display: block;

    color: #4c4c4c;

    text-decoration: none;

    color: #000;

    font-size: 24px;

    font-weight: 400

}

.classes-wrap .title a:hover {

    color: #018abe

}

.classes-wrap .subtitle {

    font-size: 12px;

    font-weight: 600

}

.classes-wrap .text {

    margin-top: 12px

}

.classes-wrap .tickets-left {

    color: #000

}

.classes-wrap .tickets-left i {

    top: -1px

}

.classes-wrap .badge-cont {

    display: flex;

    align-items: center;

    justify-content: center

}

.classes-wrap .badge {

    display: block;

    padding: 6px 12px;

    border-radius: 4px;

    background-color: #000;

    color: #fff;

    font-size: 12px

}

.classes-wrap .badge.badge-default {

    background-color: #000

}

.classes-wrap .badge.badge-primary {

    background-color: #018abe

}

.classes-wrap .badge.badge-info {

    background-color: #4eabff

}

.classes-wrap .badge.badge-success {

    background-color: #5bc460

}

.classes-wrap .badge.badge-warning {

    background-color: #a9db23

}

.classes-wrap .badge.badge-danger {

    background-color: #e63030

}

.classes-wrap .badge.badge-gray {

    background-color: #f5f5f5;

    color: #4c4c4c

}

.classes-wrap i {

    position: relative

}

.classes-tile {

    border: 1px solid #e5e5e5;

    border-radius: 4px;

    background-color: #fff;

    overflow: hidden

}

.classes-tile .img-box {

    margin: -1px

}

.classes-tile .classes-tile-header {

    padding: 16px 24px 0

}

.classes-tile .classes-tile-content {

    padding: 0 24px

}

.classes-tile .classes-tile-footer {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 24px 24px

}

.class-single-meta > .container {

    width: 100% !important

}

.class-single-meta .author {

    margin-top: 0 !important;

    padding-right: 30px

}

.class-single-meta .author .ava {

    width: 100px;

    height: 100px;

    margin-right: 13px;

    margin-left: 0

}

.class-single-meta .author .name {

    font-size: 18px

}

.class-single-meta .author .name span {

    text-align: left

}

.class-single-meta .class-subtitle {

    margin-bottom: 48px;

    color: gray;

    font-size: 24px;

    text-align: center

}

.class-single-meta .classes-tile-header {

    display: table;

    margin: 0 auto 48px

}

.class-single-meta .classes-tile-header .date-time, .class-single-meta .classes-tile-header .badge-cont {

    display: table-cell;

    vertical-align: middle

}

.class-single-meta .classes-tile-header .date-time {

    padding-right: 40px;

    line-height: 1.8

}

.page-title[style^='background-image'] + .startapp_classes {

    padding-top: 72px

}

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

    .class-single-meta .class-subtitle {

        margin-bottom: 36px

    }

    .page-title[style^='background-image'] + .startapp_classes {

        padding-top: 48px

    }

}

@media screen and (max-width: 480px) {

    .class-single-meta .author {

        display: block;

        margin-bottom: 15px;

        padding-right: 0

    }

    .class-single-meta .author .ava {

        margin: 0 auto

    }

    .class-single-meta .author .name {

        padding-top: 10px

    }

    .class-single-meta .author .name span {

        display: inline-block;

        margin: 0 4px

    }

    .class-single-meta .classes-tile-header {

        display: block;

        margin: 0 auto 48px;

        text-align: center

    }

    .class-single-meta .classes-tile-header .date-time, .class-single-meta .classes-tile-header .badge-cont {

        display: block;

        width: 100%

    }

    .class-single-meta .classes-tile-header .badge {

        display: inline-block

    }

    .class-single-meta .classes-tile-header .date-time {

        padding-right: 0;

        padding-bottom: 10px

    }

}

.wcs-timetable__wrapper .wcs-timetable__container {

    padding-top: 0 !important

}

.wcs-timetable__wrapper ol li {

    padding-left: 0

}

.wcs-timetable__wrapper ol li::before {

    display: none !important

}

.wcs-timetable__wrapper .wcs-timetable__tabs-nav-item.active a {

    color: #fff

}

.wcs-timetable__wrapper .wcs-timetable__tabs-nav::before {

    border-color: #e5e5e5

}

.wcs-timetable__wrapper .wcs-timetable__tabs-data .wcs-btn {

    color: #fff;

    text-decoration: none

}

.wcs-timetable__wrapper .wcs-timetable__tabs-data .wcs-btn:hover {

    color: #fff;

    opacity: .8

}

.wcs-timetable__wrapper .wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class:last-child td {

    border-bottom: 1px solid #e5e5e5 !important

}

/*# sourceMappingURL=theme.min.css.map */



