/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
#site-top-bar {
    background: #314381;
    font-size: 13px;
    color: #fff;
    overflow: hidden;
    max-height: 100px;
    transition: max-height .5s ease;
    display: none;
}
#site-top-bar:hover {
    overflow: visible;
}
#site-top-bar.hidden {
    max-height: 0;
}
#site-top-bar ul, 
#site-top-bar ol, 
#site-top-bar
dl {
    font-size: 1em;
    line-height: 1.8em;
}
.site-top-bar-inner {
    margin: 0
auto;
}
.site-top-bar-inner:after {
    content: "";
    display: block;
    clear: both;
}
.site-language-switcher {
    display: inline-block;
    float: left;
    margin-left: -15px;
}
.product_meta
.wcml_currency_switcher {
    display: none;
}
.language-and-currency {
    float: left;
}
.language-and-currency:after {
    content: "";
    display: block;
    clear: both;
}
.language-and-currency
img {
    display: none;
}
#site-top-bar select.topbar-language-switcher, 
#site-top-bar
select.wcml_currency_switcher {
    opacity: 0;
}
.site-top-message {
    padding:  .75em 0;
    line-height: 1.8em;
    float: left;
    margin-right: 15px;
}
#site-navigation-top-bar {
    float: right;
    font-weight: bold;
    margin-right: -15px;
}
#site-navigation-top-bar>ul {
    float: left;
}
.site-social-icons-wrapper {
    float: right;
    display: block;
    padding: 8px
0;
}
.site-social-icons {
}
.site-social-icons
ul {
    list-style: none;
    margin: 0;
    padding: 0
0 0 20px;
    line-height: 1.8em;
    overflow: auto;
    font-size: 16px !important;
}
.site-social-icons ul
li {
    padding: 0
8px;
    float: left;
}
.site-social-icons ul li:last-child {
    padding: 0
0 0 10px;
}
.site-social-icons ul li a
i {
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.site-social-icons ul li a:hover
i {
    opacity: .5;
}
.site-social-icons ul li
span {
    display: none;
}
body.admin-bar #page_wrapper.sticky_header .top-headers-wrapper, 
body.admin-bar #page_wrapper.transparent_header .top-headers-wrapper {
}
.site-header {
    position: relative;
    transition: all .3s linear;
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-header-wrapper {
    position: relative;
    margin: 0
-10px;
    width: 100%}
.site-header ul, 
.site-header ol, 
.site-header
dl {
    font-size: 1em;
    line-height: 1em;
}
.site-header .widget_product_search label, 
.site-header .widget_search label, 
.site-header .widget_product_search h3, 
.site-header .widget_search
h3 {
    display: none;
}
.site-branding {
    padding: 0;
    text-align: left;
    height: 33px;
    width: 100%;
    max-width: 50%;
    position: relative;
}
.site-branding
a {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%,  -50%);
    -webkit-transform: translate(0%,  -50%);
    -ms-transform: translate(0%,  -50%);
}
.site-branding
img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.site-branding
a {
    display: inline-block;
}
.site-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.site-title
a {
    color: #000;
}
.site-description {
    font-size: 14px;
    font-style: italic;
    margin-top: 0px;
    line-height: 1.8em;
}
.sticky-logo {
    display: none;
    max-height: 33px;
    max-width: auto;
}
.site-search
.widget {
    margin: 0;
}
#site-menu {
    margin: 0;
    padding-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.site-tools {
    text-align: center;
    float: right;
    vertical-align: middle;
    height: 33px;
    line-height: 33px;
}
.site-tools.offset {
    margin-right: -8px;
}
.site-tools
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.site-tools ul
li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.site-tools ul .wishlist-button, 
.site-tools ul .search-button {
    display: none;
}
.site-tools ul li:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.tools_button {
    display: block;
    margin-top: -3px;
}
.tools_button_icon {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
}
.tools_button_icon
img {
    max-width: 32px;
    max-height: 32px;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%,  -50%);
    -webkit-transform: translate(0%,  -50%);
    -ms-transform: translate(0%,  -50%);
}
.tools_button_icon
i {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}
.shopping_bag_items_number, .wishlist_items_number {
    font-size: 13px;
    height: 32px;
    line-height: 34px;
    display: block;
    margin: 0
0 0 32px;
    text-align: left;
}
.menu-button-text {
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 10px
0px 0 2px;
    padding: 1px
0 2px 11px;
    border-left: 1px solid #ddd;
    text-transform: uppercase;
}
@media only screen and (min-width: 40.063em) {
    .site-header-wrapper {
    position: relative;
    margin: 0
auto;
}
.site-header {
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-branding {
    width: auto;
    max-width: none;
    position: relative;
}
.site-branding
a {
    max-width: none;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
}
.tools_button_icon
i {
    margin-top: 8px;
    display: inline-block;
    font-size: 18px;
}
.menu-button-text {
    float: left;
    font-size: 0.875rem;
    margin: 9px
0px 0 7px;
    padding: 2px
0 2px 12px;
}
.shopping_bag_items_number, .wishlist_items_number {
    margin: 0
0 0 35px;
    line-height: 34px;
}
}@media only screen and (min-width: 40.063em) {
    .site-title {
    font-size: 24px;
}
}@media only screen and (min-width: 63.9375em) {
    #page_wrapper.transparent_header .site-header {
    background: none;
}
#page_wrapper.transparent_header .top-headers-wrapper {
    position: absolute;
    width: 100%;
    z-index: 8888;
    -webkit-transform: translateZ(0);
    top: 0;
}
#page_wrapper.sticky_header .top-headers-wrapper {
    position: absolute;
    width: 100%;
    z-index: 8888;
    -webkit-transform: translateZ(0);
    top: 0;
}
#page_wrapper.sticky_header .top-headers-wrapper.on_page_scroll {
    position: fixed;
    top: 0;
}
.logged-in.admin-bar #page_wrapper.sticky_header .top-headers-wrapper.on_page_scroll {
    position: fixed;
    top: 32px;
}
.site-header.sticky {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.site-branding {
    height: auto;
}
.site-branding
img {
    text-align: center;
    height: auto;
}
.site-tools {
    margin-left: 35px;
}
.site-tools ul .wishlist-button, 
.site-tools ul .search-button {
    display: inline-block;
}
.menu-button-text {
    display: none;
}
}@media all and (-ms-high-contrast: none),  (-ms-high-contrast: active) {
    .offcanvas_open .top-headers-wrapper {
    position: absolute !important;
}
}.ie9 .offcanvas_open .top-headers-wrapper {
    position: absolute !important;
}
.main-navigation {
    text-align: left;
    height: auto;
    line-height: normal;
}
.main-navigation.align_left {
    text-align: left;
}
.main-navigation.align_center {
    text-align: center;
}
.main-navigation.align_right {
    text-align: right;
}
.main-navigation>ul {
    vertical-align: middle;
    display: inline;
}
.main-navigation.align_right>ul {
    margin-right: -15px;
}
.main-navigation ul
ul {
    display: none;
}
.main-navigation ul li:hover>ul {
    display: block;
}
.main-navigation>ul>li.call-to-action {
    margin: -1px 4px 0;
}
.main-navigation>ul>li.call-to-action>a {
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.main-navigation>ul>li.menu-item-has-children {
    padding-right: 2px;
    margin-right: 10px;
}
.main-navigation ul ul li.menu-item-has-children
a {
    margin-right: 40px;
}
.main-navigation ul li.menu-item-has-children>a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f105";
    display: block;
    width: 10px;
    height: 30px;
    position: absolute;
    right: 20px;
    top:  .9em;
    line-height: 12px;
    text-align: left;
}
.main-navigation>ul>li.menu-item-has-children>a:after {
    top: 50%;
    right: 3px;
    content: "\f107";
    margin-top: -7px;
    line-height: 13px;
    height: auto;
}
.main-navigation
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.main-navigation ul:after {
    content: "";
    clear: both;
    display: block;
}
.main-navigation ul
li {
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
.main-navigation ul li:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-navigation>ul>li>a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.main-navigation>ul>li:hover>a {
    opacity: 0.6;
}
.main-navigation ul li
a {
    display: inline-block;
    padding: 10px
15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}
@-webkit-keyframes
main_nav_anim {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-moz-keyframes
main_nav_anim {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-o-keyframes
main_nav_anim {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes
main_nav_anim {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}.main-navigation ul
ul {
    background: #fff;
    padding: 15px
0;
    position: absolute;
    top: 100%;
    left: -15px;
    min-width: 250px;
    z-index: 99999;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    line-height: 23px;
    -webkit-animation-duration:  .3s;
    -moz-animation-duration:  .3s;
    -o-animation-duration:  .3s;
    animation-duration:  .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: main_nav_anim;
    -moz-animation-name: main_nav_anim;
    -o-animation-name: main_nav_anim;
    animation-name: main_nav_anim;
}
.main-navigation ul ul
li {
    float: none;
    text-align: left;
    display: block;
    border-top: 0px solid #ccc;
    position: relative;
    z-index: 99999;
}
.main-navigation ul ul li:last-child {
    border-bottom: 0px solid #ccc;
}
.main-navigation ul ul li
a {
    font-size: 0.875rem;
    margin: 3px
30px;
    padding: 0;
    border-bottom: 2px solid transparent;
    text-transform: none;
    font-weight: 500;
    color: #000 !important;
}
.main-navigation ul ul li a:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.main-navigation ul ul
ul {
    position: absolute;
    left: 100%;
    top: -15px;
}
.main-navigation ul ul ul li
a {
    display: inline-block;
}
.main-navigation .mega-menu ul .sub-menu {
    position: static;
    display: block;
}
.main-navigation .mega-menu li.menu-item-has-children a:after {
    display: none;
}
.main-navigation .mega-menu ul
li {
    white-space: normal;
}
.main-navigation .mega-menu ul
ul {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    font-weight: normal;
    background: none;
}
.main-navigation .mega-menu>ul {
    position: absolute;
    margin: 0;
    padding: 20px
0 0 0;
}
.main-navigation .mega-menu>ul.with_bg_image {
    padding: 20px
150px 0 0;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-navigation .mega-menu > ul
ul {
    margin: 0;
    padding: 5px
0 20px 0;
}
.main-navigation .mega-menu > ul ul
ul {
    margin: 0;
    padding: 5px
0 0 0;
}
.main-navigation .mega-menu>ul>li {
    display: table-cell;
    width: 250px;
    min-width: 250px;
}
.main-navigation .mega-menu>ul>li>a {
    text-transform: uppercase;
    font-weight: bold;
}
.main-navigation
sup {
    font-weight: 900;
    font-size: 9px;
}
.main-navigation
.fa {
    font-size: 14px;
    margin-right: 3px;
}
.main-navigation sup
.fa {
    font-size: 9px;
    margin-left: 3px;
}
.st-menu.slide-from-right {
    background: #fff;
}
.mobile-navigation {
    padding: 23px
0;
    border-bottom: 1px solid #e5e5e5;
}
.mobile-navigation ul, 
.mobile-navigation
li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    font-size: 1em;
}
.mobile-navigation ul
li {
    text-transform: none;
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mobile-navigation>ul>li {
    text-transform: uppercase;
}
.mobile-navigation .sub-menu {
    display: none;
    position: relative;
    padding: 5px
0 13px 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.mobile-navigation .sub-menu.open {
    display: block;
    -webkit-animation-duration:  .3s;
    -moz-animation-duration:  .3s;
    -o-animation-duration:  .3s;
    animation-duration:  .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: main_nav_anim;
    -moz-animation-name: main_nav_anim;
    -o-animation-name: main_nav_anim;
    animation-name: main_nav_anim;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.mobile-navigation  .sub-menu.open li:last-child  .sub-menu.open {
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.mobile-navigation  li:last-child>.sub-menu.open {
    margin-bottom: -20px;
}
.mobile-navigation .sub-menu .sub-menu {
    padding: 7px
0 13px 10px;
}
.mobile-navigation .sub-menu .sub-menu .sub-menu {
    padding: 0;
    margin: 0;
}
.mobile-navigation .menu-item-has-children .more, 
.mobile-navigation .menu-item-language
.more {
    display: block;
    position: absolute;
    top: 3px;
    right: 14px;
    width: 36px;
    height: 36px;
    margin-top: 0px;
    color: #a3a3a3;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "";
    font-size: 0.875rem;
    vertical-align: middle;
    line-height: 32px;
    cursor: pointer;
}
.mobile-navigation .menu-item-language .sub-menu
.more {
    display: none;
}
.mobile-navigation .menu-item-has-children.current a, 
.mobile-navigation .menu-item-has-children.current
.more {
    color: #585858;
}
.mobile-navigation .sub-menu .sub-menu .menu-item-has-children
.more {
}
.mobile-navigation
a {
    font-size: .8125em;
    color: #a3a3a3;
    padding: 8px
24px;
    display: inline-block;
}
.mobile-navigation.primary-navigation
a {
    font-weight: bold;
}
.mobile-navigation .sub-menu
a {
    font-size: 0.875rem;
    font-weight: normal;
    padding: 6px
24px;
}
.mobile-navigation a:hover {
    color: #999;
}
#menu-hamburger-menu
a {
    font-weight: normal;
}
.mobile-search {
    position: relative;
}
.mobile-search
.widget {
    margin-bottom: 0;
}
.mobile-search .widget form>div {
    padding-top: 0;
}
.mobile-search .widget_search .search-form:after, 
.mobile-search .woocommerce-product-search:after {
    display: none;
}
.mobile-search .widget_product_search input[type="submit"], 
.mobile-search .widget_search #searchsubmit, 
.mobile-search .widget_product_search .search-submit, 
.mobile-search
.mobile_search_submit {
    color: #a3a3a3;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 6px;
    right: 12px;
}
.mobile-search .widget_product_search #searchsubmit, 
.mobile-search .widget_search #searchsubmit, 
.mobile-search .widget_product_search .search-submit,  {
    font-size: 0;
}
.mobile-search
.mobile_search_submit {
    font-size: 0.875rem;
}
.mobile-search input[type="search"] {
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px
60px 14px 24px;
    height: auto;
}
.mobile-search input[type="search"]::-webkit-input-placeholder {
    font-weight: 900;
    color: #a3a3a3;
    text-transform: lowercase;
    opacity: 1;
}
.mobile-search input[type="search"]::-moz-placeholder {
    font-weight: 900;
    color: #a3a3a3;
    text-transform: lowercase;
    opacity: 1;
}
.mobile-search input[type="search"]:-ms-input-placeholder {
    font-weight: 900;
    color: #a3a3a3;
    text-transform: lowercase;
    opacity: 1;
}
.mobile-search input[type="search"]:-moz-placeholder {
    font-weight: 900;
    color: #a3a3a3;
    text-transform: lowercase;
    opacity: 1;
}
.language-and-currency-offcanvas {
    padding: 36px
24px 21px;
    border-bottom: 1px solid #e5e5e5;
}
.language-and-currency-offcanvas
img {
    display: none;
}
select.topbar-language-switcher, select.wcml_currency_switcher {
    font-size: 0.8125rem;
    color: #a3a3a3;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    text-transform: uppercase;
    height: 2.5rem;
    margin: 0
0 15px;
    outline: medium none;
}
.language-and-currency-offcanvas .select2-container.topbar-language-switcher, 
.language-and-currency-offcanvas .select2-container.wcml_currency_switcher {
    display: block;
    height: auto;
    line-height: normal;
    padding-top: 0px;
    margin: 0
0 12px 0;
}
.language-and-currency-offcanvas .select2-container .select2-choice {
    display: inline-block;
    padding-bottom: 7px;
    color: #a3a3a3;
    font-weight: normal;
}
.language-and-currency-offcanvas .select2-container:last-of-type {
    margin-bottom: 8px;
}
.site-branding {
    display: inline-block;
    float: left;
}
@media only screen and (min-width: 63.9375em) {
    .site-branding {
    margin-right: 25px;
}
}#wpadminbar {
    display: none;
}
#wpadminbar .dashicons-portfolio:before {
    content: "\f108";
    top: 2px;
}
.row {
    padding: 0
20px;
    max-width: 112.5rem;
}
.row
.row {
    padding: 0;
}
.st-container {
    overflow-x: hidden;
}
a:active, a:focus {
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}
h1 {
    font-size: 1.875rem;
    line-height: 1.33333em;
}
h2 {
    font-size: 1.6875rem;
    line-height: 1.259259em;
}
h3 {
    font-size: 1.4375rem;
    line-height: 1.391304em;
}
h4 {
    font-size: 1.125rem;
    line-height: 1.55555em;
}
h5 {
    font-size: 1rem;
    line-height: 1.625em;
}
h6 {
    font-size: 0.875rem;
    line-height: 1.71428em;
}
.single .entry-title {
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 1.13em;
}
.entry-title {
    text-align: center;
}
.page-title {
    font-size: 1.875em;
    margin: -0.13em 0 15px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 900;
}
.page-title:after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    margin: 23px
auto 21px;
}
.page-title.on-shop:after, .page-title.blog-listing:after, .page-title.portfolio:after {
    display: none;
}
p {
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 10px;
}
ul li ul, 
ul li ol, ul, ol, dl {
    font-family: inherit;
    font-size: 1.125rem;
    line-height: 1.5;
    list-style-position: outside;
}
table {
    table-layout: auto;
}
table tr.even, 
table tr.alt, 
table tr:nth-of-type(even) {
    background: none;
}
table thead tr th, 
table tfoot tr th, 
table tbody tr td, 
table tr td, 
table tfoot tr
td {
    line-height: 1.8rem;
}
table tr
td {
    font-size: 1.125rem;
}
.bypostauthor {
}
.clear {
    clear: both;
}
.owl-carousel {
    width: auto;
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.owl-theme .owl-controls {
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page
span {
    width: 6px;
    height: 6px;
    margin: 5px
3px;
}
.fr-thumbnail-loading-background, .fr-loading-background {
    opacity: 1;
    background: #fff;
}
.fr-thumbnail-loading-background, .fr-loading-background, .yith-wcwl-add-button:after, .owl-item.loading {
    background-image: url('/wp-content/themes/shopkeeper/images/preloader-white-bg-32.gif') !important;
    background-position: center;
    background-repeat: no-repeat;
}
.dropcap {
    float: left;
    font-size: 75px;
    font-weight: 900;
    line-height: 60px;
    padding: 8px
18px 5px 0px;
}
.blog
.dropcap {
    float: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: inherit;
}
input {
    background: none;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    font-size: 1rem;
    color: #444;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    height: 2.5rem;
    outline: none;
    font-weight: 900;
    margin: 0;
}
#coupon_code {
    color: #444;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.chosen-container .chosen-results
li {
    font-size: 1rem;
    color: #444;
    background-color: #fff;
    padding: 11px
12px;
    outline: none;
    font-weight: 900;
    margin: 0;
}
input[type="text"]:focus,  input[type="password"]:focus, 
input[type="date"]:focus,  input[type="datetime"]:focus, 
input[type="datetime-local"]:focus,  input[type="month"]:focus, 
input[type="week"]:focus,  input[type="email"]:focus, 
input[type="number"]:focus,  input[type="search"]:focus, 
input[type="tel"]:focus,  input[type="time"]:focus, 
input[type="url"]:focus,  textarea:focus, 
select:focus, 
#coupon_code:focus, 
.chosen-container-single .chosen-single:focus {
    color: #444;
    background-color: #fafafa;
}
.comments_section textarea, 
.comments_section input[type="text"], 
.comments_section input[type="password"], 
.comments_section input[type="date"], 
.comments_section input[type="datetime"], 
.comments_section input[type="datetime-local"], 
.comments_section input[type="month"], 
.comments_section input[type="week"], 
.comments_section input[type="email"], 
.comments_section input[type="number"], 
.comments_section input[type="search"], 
.comments_section input[type="tel"], 
.comments_section input[type="time"], 
.comments_section input[type="url"] {
    background-color: #fff;
    border-color: #ddd;
}
::-webkit-input-placeholder {
    font-weight: normal;
    color: #a1a1a1;
}
::-moz-placeholder {
    font-weight: normal;
    color: #a1a1a1;
    opacity: 1;
}
:-ms-input-placeholder {
    font-weight: normal;
    color: #a1a1a1;
}
input:-moz-placeholder {
    font-weight: normal;
    color: #a1a1a1;
}
button, .button {
    text-transform: uppercase;
    font-size: 13px !important;
}
.button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #fff;
    background: none !important;
    font-size: 0.875rem;
    font-weight: 700;
    border: none;
    border-radius: 0 !important;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    min-width: 220px;
    padding: 1rem 1rem 1rem !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.mejs-container button, 
.mejs-container .button, 
.mejs-container input[type="button"], 
.mejs-container input[type="reset"], 
.mejs-container input[type="submit"] {
    background-color: transparent !important;
    padding: 0
!important;
    min-width: 15px !important;
    width: auto !important;
}
button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: #fff;
}
label {
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 1px;
    line-height: 2em;
}
input[type="checkbox"]+label, input[type="radio"]+label {
    margin-left: 0;
    margin-right: 0;
}
.check_box_radio, .check_box {
    left: -9999px;
    position: absolute;
}
.woocommerce form .form-row label.check_label_radio, 
.woocommerce-page form .form-row label.check_label, .check_label_radio, .check_label {
    display: inline-block;
    line-height: 1.1em;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 32px;
    position: relative;
    text-indent: 0;
}
.check_label_radio {
    font-size: 1rem;
    line-height: 1.3em;
    padding-top: 1px;
    text-transform: uppercase;
}
.check_label_radio:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
    background-image: url("/wp-content/themes/shopkeeper/images/radio.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 16px 40px;
    background-position: 0 0;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
}
.check_label {
    font-weight: normal;
    font-size: 0.875em;
    padding-top: 0px;
    text-transform: none;
    margin: 0
0 15px;
    line-height: 20px !important;
}
.check_label:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0px;
    background-image: url("/wp-content/themes/shopkeeper/images/checkbox.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20px 40px;
    background-position: 0 0;
}
.check_box_radio:checked+.check_label_radio:before {
    background-position: 0px -24px;
}
.check_box:checked+.check_label:before {
    background-position: 0px -20px;
}
.big-select:hover {
    background-color: transparent;
}
.big-select:focus {
    outline: none;
}
.select2-container, .big-select, .select.big-select {
    font-size: 1.5rem !important;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    margin: 0;
    width: auto !important;
    font-weight: normal;
    opacity: 1;
    width: auto;
    line-height: 1;
    height: 40px;
}
select.big-select {
    font-size: 13px !important;
    font-weight: bold;
    padding: 9px
11px 11px;
    text-transform: uppercase;
    width: 100% !important;
    max-width: 320px;
}
.variations select.big-select {
    font-size: 1.5rem !important;
    text-transform: none;
    padding: 0
20px 0 0;
    width: auto !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice, 
.select2-dropdown-open.select2-drop-above .select2-choices, 
.select2-container .select2-choice {
    background: none;
    border: none;
    filter: none;
    font-weight: 900;
    padding: 0;
    padding-right: 26px;
    box-shadow: none;
    height: auto;
    line-height: 1;
}
.select2-container .select2-choice>.select2-chosen {
    margin: 0;
}
.select2-container .select2-choice .select2-arrow {
    background: none;
    background-image: none;
    filter: none;
    border: none;
    border-radius: 0;
    font-size: 0.692em;
    line-height: 1em;
    box-shadow: none;
}
.select2-container .select2-choice .select2-arrow:before {
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-search {
    padding-top: 5px;
}
.select2-search
input {
    padding: 6px
8px 7px !important;
}
.select2-results {
    font-size: 14px;
    margin: 0;
    padding: 5px
0;
}
.select2-drop {
    min-width: 250px !important;
    border: none;
    margin-top: 9px;
    margin-left: -15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}
.select2-drop.select2-drop-above {
    margin-bottom: 6px;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border: 0;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0,  0,  0,  0.2);
}
.select2-results .select2-result-label {
    padding: 3px
16px 4px;
}
.select2-offscreen, .select2-offscreen:focus {
    border: 0
none !important;
    clip: rect(0px,  0px,  0px,  0px) !important;
    height: 26px !important;
    left: 0 !important;
    margin: 0
!important;
    outline: 0
none !important;
    overflow: hidden !important;
    padding: 0
!important;
    position: absolute !important;
    top: 0 !important;
    width: 1px !important;
}
.woocommerce-ordering select.big-select {
    max-width: none;
    padding: 12px
0px 12px 0;
    height: 40px;
}
.catalog-ordering .big-select, .select2-container.topbar-language-switcher, .select2-container.wcml_currency_switcher {
    font-size: 0.8125rem !important;
    font-weight: bold;
    text-transform: uppercase;
}
.select2-container.topbar-language-switcher, .select2-container.wcml_currency_switcher {
    margin-right: 23px;
}
.catalog-ordering .select2-container {
    padding-top: 12px;
    line-height: 40px;
    height: 40px;
}
.select2-container.topbar-language-switcher, .select2-container.wcml_currency_switcher {
    height: 43px;
    line-height: 43px;
    padding-top: 15px;
}
.catalog-ordering .select2-container .select2-choice {
    font-weight: bold;
}
.catalog-ordering .select2-container .select2-choice .select2-arrow {
    font-size: 18px;
    line-height: 24px;
}
.select2-container.topbar-language-switcher .select2-choice .select2-arrow, 
.select2-container.wcml_currency_switcher .select2-choice .select2-arrow {
    font-size: 13px;
    line-height: 1em;
}
.catalog-ordering .select2-container .select2-choice .select2-arrow:before {
    display: block;
    line-height: 13px;
}
.woocommerce.archive .select2-drop, 
.woocommerce-page.archive .select2-drop {
    margin-top: 1px;
}
.variations .select2-container {
    padding-top: 9px;
}
.variations .select2-container .select2-choice>.select2-chosen {
    line-height: 20px;
}
.variations .select2-container .select2-choice .select2-arrow:before {
    line-height: 23px;
}
.cart-collaterals
select {
    color: rgba(0,  0,  0,  0.75);
    font-weight: bold;
}
.select2-search input.select2-active {
    background: none;
}
.select2-container.select2-container-disabled, 
.select2-container.select2-container-disabled .select2-choice, 
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background: none;
    border: none;
}
.country_select.select2-container, .state_select.select2-container {
    display: block;
    border-style: solid;
    border-width: 1px;
    background: none repeat scroll 0 0 #fff;
    width: 100% !important;
    height: auto;
}
.country_select.select2-container .select2-choice > .select2-chosen, 
.state_select.select2-container .select2-choice>.select2-chosen {
    font-size: 1rem;
    font-weight: bold;
    line-height: 20px;
    color: #444;
    padding: 0.5rem;
    height: 38px;
}
.woocommerce-account .select2-drop, 
.woocommerce-checkout .select2-drop {
    margin: 0px;
}
.woocommerce-account .select2-drop.select2-drop-above, 
.woocommerce-checkout .select2-drop.select2-drop-above {
    margin-top: -36px;
}
.country_select.select2-container .select2-choice .select2-arrow, 
.state_select.select2-container .select2-choice .select2-arrow {
    color: #444;
    top: 11px;
}
.site-footer-widget-area {
    display: none;
    margin-top: -2px;
    margin-bottom: 40px;
}
.site-footer-widget-area>.row {
    border-bottom: 1px solid #ddd;
}
.trigger-footer-widget-area {
    text-align: center;
    margin: -55px 30px 40px;
    border-bottom: 1px solid #ddd;
}
#site-footer
.copyright_text {
    margin-top: -5px;
    margin-bottom: 26px;
}
#site-footer .copyright_text
a {
    display: inline-block;
    line-height: 1.1;
    border-bottom: 1px solid;
}
.trigger-footer-widget-icon {
    display: inline-block !important;
    padding: 9px
20px;
    margin-bottom: 1px;
}
.trigger-footer-widget-icon:before {
    content: "\f141";
    display: inline-block;
    font-size: 24px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.trigger-footer-widget-icon:hover {
    cursor: pointer;
}
.trigger-footer-widget-icon.active:hover {
    cursor: default;
}
#site-footer .widget li:last-child {
    padding-bottom: 0;
}
#site-footer .button.checkout.wc-forward {
    margin-bottom: 0;
}
.footer_socials_wrapper {
    text-align: center;
    margin-bottom: 21px;
    margin-left: 0;
}
.footer_socials_wrapper
li {
    display: inline-block;
    font-size: 24px;
    margin: 0
15px 15px;
}
.footer-navigation-wrapper {
    text-align: center;
}
.footer-navigation-wrapper
ul {
    list-style: none;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    margin-bottom: 19px;
    margin-top: -2px;
    margin-left: 0;
}
.footer-navigation-wrapper ul:after {
    content: "";
    display: block;
    clear: both;
}
.footer-navigation-wrapper ul
li {
    display: block;
    margin: 0px
0px 15px 0;
}
.footer-navigation-wrapper ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.footer-navigation-wrapper ul li
a {
    font-size: 15px;
    line-height: 1;
}
.search-results {
    padding-bottom: 90px;
}
.search-results .page-header {
    margin-bottom: 96px;
}
.search-results-title .page-title {
    display: block;
    text-align: center;
    margin-top: 2px;
}
.search-results-title.page-title:after, 
.search-results-title .page-title:after {
    display: none;
}
.search_result_item {
    padding-bottom: 21px;
    margin-bottom: 33px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.search_result_item:last-of-type {
    border-bottom: none;
}
.search_result_item .entry-title-archive {
    margin-bottom: 13px;
}
.search-results #nav-below.paging-navigation {
    padding-left: 0;
    padding-right: 0;
}
.top-page-excerpt, 
.top-page-excerpt
p {
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.content-area {
    position: relative;
}
#page_wrapper.transparent_header .page-title-hidden .content-area, 
#page_wrapper.transparent_header .content-area.blog-single, 
#page_wrapper.transparent_header .content-area.shop-page {
    margin: 0
!important;
}
.entry-content:after {
    content: '';
    display: block;
    clear: both;
}
.entry-header-page {
    margin-bottom: 45px;
}
.edit-link {
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 900;
}
.post_meta_archive, .post_meta {
    font-size: 0.825rem;
    line-height: 1.5em;
}
.post_meta {
    text-align: center;
    margin: 0;
    margin-bottom: 80px;
}
.post_meta_archive a, 
.post_meta
a {
    margin-right: 16px;
    margin-left: 4px;
    text-transform: uppercase;
    font-weight: 900;
}
.post_meta
a {
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    transition: color 0.3s,  border-color 0.3s;
    -webkit-transition: color 0.3s,  border-color 0.3s;
}
.post_meta a:hover {
    border-bottom: 1px solid transparent;
}
.post_meta_archive a:last-child, 
.post_meta a:last-child {
    margin-right: 0;
}
.post_meta_archive
a {
    font-weight: bold;
}
.post_meta_archive a[rel^="category"], 
.post_meta a[rel^="category"] {
    margin-right: 0;
}
.post_meta:before {
    content: "";
    display: block;
    background: none repeat scroll 0 0 #000;
    height: 3px;
    margin: 24px
auto 28px;
    width: 100px;
}
.entry-meta
.post_meta {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 54px;
}
.entry-meta .post_meta:before {
    display: none;
    margin-bottom: 31px;
}
.post_tags {
    text-align: center;
}
.post_tags
a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 6px
13px 4px;
    border-width: 1px;
    border-style: solid;
    border-radius: 13px;
    text-transform: uppercase;
    word-wrap: break-word;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.post_tags a:first-child {
    margin-left: 0;
}
.post_tags a:hover {
    border: 1px
solid;
    color: #fff;
}
.blog-isotop-container
#filters {
    display: none;
}
.blog-isotope {
    position: relative;
}
.blog-isotope .wpb_row, 
.blog-isotope .wpb_content_element, 
.blog-isotope ul.wpb_thumbnails-fluid > li, 
.blog-isotope .last_toggle_el_margin, 
.blog-isotope
.wpb_button {
    margin-bottom: 0;
}
.blog-isotope:after {
    content: "";
    display: block;
    clear: both;
}
.blog-post, .grid-sizer {
    width: 100%;
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.blog-post.hidden {
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.blog-post-inner {
    position: relative;
}
.page-title-desc, .page-type {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.entry-title-archive {
    font-size: 1.875rem;
    line-height: 1.1333em;
    margin-bottom: 17px;
    font-weight: 900;
}
h1.entry-title-archive {
    margin-top: 0;
}
.thumbnail_archive {
    display: block;
    margin-top: 8px;
    transition: color 0.35s;
    -webkit-transition: color 0.35s;
}
div.blog-post:first-of-type {
    margin-top: -100px;
}
.entry-title-archive
a {
    color: #000;
}
.taxonomy-description {
    text-align: center;
}
.blog-isotop-container {
    padding: 0;
    margin-left: -30px;
    margin-right: -30px;
}
.blog-post {
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}
.blog-post .blog-post-inner {
    padding-bottom: 37px;
}
.post_meta_archive, 
.entry-title-archive span, .gallery-title, .entry-content-archive {
    margin-left: 30px;
    margin-right: 30px;
}
.entry-title-archive
span {
    display: block;
}
.thumbnail_archive_container {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 24px;
}
.thumbnail_archive_container:before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
}
.entry-title-archive
.thumbnail_archive_container {
    margin-left: 0;
    margin-right: 0;
}
.thumbnail_archive
img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width: none;
    -webkit-transition: opacity 0.35s,  -webkit-transform 0.35s;
    transition: opacity 0.35s,  transform 0.35s;
    -webkit-transform: translate3d(-40px, 0,  0);
    transform: translate3d(-40px, 0, 0);
}
.thumbnail_archive:hover .thumbnail_archive_container:before {
    opacity: 0.6;
}
.thumbnail_archive:hover
img {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.post_meta_archive {
    text-align: left;
    margin-bottom: 13px;
}
.more-link {
    font-weight: bold;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin-top: 13px;
    display: block;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.more-link:hover {
    opacity: 0.8;
}
.blog-isotope .entry-content-archive h1, 
.blog-isotope .entry-content-archive h2, 
.blog-isotope .entry-content-archive h3, 
.blog-isotope .entry-content-archive h4, 
.blog-isotope .entry-content-archive
h5 {
    font-size: 1rem;
    line-height: 1.625em;
    margin-bottom: 10px;
}
.blog-isotope .entry-content-archive
h6 {
    display: none;
}
.blog-isotope .entry-content-archive, 
.blog-isotope .entry-content-archive p, 
.blog-isotope .entry-content-archive ul, 
.blog-isotope .entry-content-archive ol, 
.blog-isotope .entry-content-archive
dl {
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.blog-isotope
.larger {
    text-align: left !important;
}
.blog-isotope .gallery-caption {
    display: none;
}
.entry-content-archive
.gallery {
    display: none;
}
.blog-post .video-container {
    padding-bottom: 32px;
    margin-top: 23px;
}
.blog-post.audio
iframe {
    margin-top: 15px;
}
.blog-post .wp-caption {
    display: inline-block;
    height: auto !important;
}
.single-post-header.with-thumb {
    margin-top: -85px;
    margin-bottom: 50px;
    position: relative;
}
.single-post-header.with-thumb
.title {
    padding: 125px
0 55px 0;
}
.single-post-header-bkg {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center 0px;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.single-post-header-bkg.loaded {
    opacity: 1;
}
.single-post-header-overlay {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.single-post-header.with-thumb .entry-title, 
.single-post-header.with-thumb .post_meta, 
.single-post-header.with-thumb .post_meta
a {
    color: #fff;
}
.single-post-header.with-thumb .post_meta a:hover {
    color: #fff !important;
}
.single-post-header.with-thumb .post_meta:before {
    background: #fff;
}
.entry-title
a {
    color: #000;
}
.entry-title a:hover {
    color: #777;
}
.entry-content h6
img {
    margin: 15px
0 20px;
}
.entry-thumbnail {
    margin: 0
-30px 22px;
}
.blog-single .drop-cap:first-letter  {
    float: left;
    font-size: 6.25em;
    margin-right: 0.17em;
    line-height: 80%;
    font-weight: bold;
}
.wp-caption {
    position: relative;
}
.wp-caption-text, 
.blog-isotope .entry-content-archive p.wp-caption-text {
    padding: 15px
0 0;
    margin: 0;
}
.wp-caption.alignnone {
    margin-bottom: 20px;
}
.wp-caption.alignright, img.alignright, .wp-caption.alignleft, img.alignleft {
    margin-bottom: 10px;
}
.wp-caption.alignleft {
    margin-right: 0.9375em;
}
.wp-caption.aligncenter {
    margin-bottom: 16px;
}
blockquote {
    position: relative;
}
blockquote:before {
    content: "\f10d";
    left: -2px;
    top: 4px;
}
blockquote
p {
    font-size: 1.875rem;
    line-height: 1.333em;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0;
}
.nav-next-title:after, .nav-previous-title:before, blockquote:before {
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.entry-content
ins {
    font-size: 1em;
    background-color: #777;
    padding: 2px
6px 3px;
}
code {
    font-size: 1rem;
}
.keystroke, kbd {
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 2px
6px 3px;
}
.post_footer_date {
    margin: 80px
0 50px 0;
}
.content_hr {
    margin: 50px
0 100px 0;
    border-color: #eee;
}
.video-container {
    padding-bottom: 65px;
    margin-top: 25px;
    text-align: center;
}
.video-container
iframe {
    margin: 0
auto !important;
}
.mejs-container {
    margin: 20px
0;
}
.mejs-container .mejs-controls>div:last-of-type {
    position: relative;
    clear: both;
    float: right;
    top: -26px;
}
.parallax-container {
    color: #FFF;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-size: cover !important;
    position: relative;
    margin: -120px 0 73px;
    text-align: left;
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.parallax-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2) repeat scroll;
}
.parallax-content {
    padding-bottom: 130px;
}
.parallax-container .entry-title {
    font-size: 3.125em;
    color: #fff;
    margin: 0;
    padding: 130px
0 39px;
}
.parallax-container
p {
    font-size: 1.125em;
    line-height: 1.666em;
}
.error-404, .no-results {
    text-align: center;
    margin-top: -30px;
}
.error-404 h1.page-title, 
.no-results h1.page-title {
    line-height: 1;
    font-weight: 900;
}
.error-404 h1.page-title {
    margin-bottom: 23px;
}
.no-results h1.page-title {
    margin-top: 100px;
    margin-bottom: 30px;
}
.error-404 h1.page-title:after, 
.no-results h1.page-title:after {
    display: none;
}
.error-banner {
    padding: 5px
0 30px;
}
.error-banner
img {
    max-width: 120px;
}
.error-404 .page-header, 
.no-results .page-header {
    margin-bottom: 0;
}
.error-404-text {
    margin-bottom: 35px;
}
.no-results-text {
    margin-bottom: 42px;
}
.no-results-text:before {
    content: "\f071";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.error-404 .search-form, 
.no-results .search-form {
    display: block;
    padding-bottom: 47px;
}
.error-404 .search-form:after, 
.no-results .search-form:after {
    content: "";
    display: block;
    clear: both;
}
.error-404 .search-form label, 
.no-results .search-form
label {
    display: none;
}
.error-404 input[type="text"], 
.error-404 input[type="search"], 
.error-404 input[type="submit"], 
.no-results input[type="text"], 
.no-results input[type="search"], 
.no-results input[type="submit"] {
    float: left;
    height: 50px;
}
.error-404 input[type="text"], 
.error-404 input[type="search"], 
.no-results input[type="text"], 
.no-results input[type="search"] {
    margin-bottom: 20px;
}
.site-content .list-centered, .list-centered {
    margin-left: 0;
    margin-bottom: 5px;
    text-align: center;
    list-style: none;
}
.list-centered
li {
    display: inline-block;
}
.list-centered li
a {
    font-size: 13px;
    font-weight: bold;
    margin-left: 2px;
    margin-bottom: 10px;
    margin: 0
12px 5px;
    padding: 5px
0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background: none;
    text-transform: uppercase;
    display: inline-block;
    transition: color 0.3s,  border-color 0.2s;
    -webkit-transition: color 0.3s,  border-color 0.3s;
}
.list-centered li a:hover {
    border-bottom: 1px solid transparent;
}
.post-password-form
input {
    margin-bottom: 10px;
}
.paging-navigation, .post-navigation {
    background: #fafafa;
    position: relative;
    height: 70px;
    margin-top: 50px;
}
.portfolio_content_nav .post-navigation {
    margin-top: 0;
}
.nav-previous {
    margin-left: -30px;
    margin-right: -10px;
    font-size: 0;
}
.nav-next {
    margin-left: -9px;
    margin-right: -30px;
    font-size: 0;
}
.nav-next a, 
.nav-previous
a {
    font-size: 0.875em;
    font-weight: 900;
    display: block;
    background: #f5f5f5;
    height: 70px;
    text-align: center;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.nav-next .nav-next-title, 
.nav-previous .nav-previous-title, 
.nav-next a span, 
.nav-previous a
span {
    display: none;
}
.nav-previous.disabled {
    background: #d7d7d7;
}
.paging-navigation:before, 
.paging-navigation:after, 
.post-navigation:before, 
.post-navigation:after, 
.nav-next a:before, 
.nav-previous a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
}
.paging-navigation:before, 
.post-navigation:before, 
.nav-previous a:before {
    content: "\f104"}
.paging-navigation:after, 
.post-navigation:after, 
.nav-next a:before {
    content: "\f105"}
.paging-navigation:before, .paging-navigation:after, .post-navigation:before, .post-navigation:after {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: #ccc;
}
.paging-navigation:before, .post-navigation:before {
    left: 25%;
    margin-left: -5px;
}
.paging-navigation:after, .post-navigation:after {
    left: 75%;
    margin-left: -5px;
}
.nav-next-title, .nav-previous-title {
    position: relative;
}
.nav-previous-title {
    padding-left: 15px;
}
.nav-next-title {
    padding-right: 15px;
}
.nav-previous .meta-nav {
    display: inline-block;
    margin-right: 5px;
}
.nav-next .meta-nav {
    display: inline-block;
    margin-left: 5px;
}
.nav-previous-title:before, .nav-next-title:after {
    font-size: 8px;
}
.nav-previous-title:before {
    content: "\f053";
    left: 0;
    top: 10px;
}
.nav-next-title:after {
    content: "\f054";
    right: 0;
    top: 10px;
}
#nav-below.paging-navigation {
    text-transform: capitalize;
    margin-bottom: 0px;
}
.paging-navigation
.fa {
    font-size: 0.380em;
    display: none;
    vertical-align: middle;
    padding-bottom: 3px;
}
.paging-navigation .nav-previous, 
.paging-navigation .nav-next {
    display: block;
}
.comments_section {
    border-top-width: 1px;
    border-top-style: solid;
}
.with-sidebar
.comments_section {
    background: none;
}
.comment-author {
    margin-bottom: 0px;
    font-weight: 900;
}
.comment-metadata {
    margin-top: -5px;
    margin-bottom: 17px;
}
.comment-reply {
    display: inline-block;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.comment-reply i, 
.comment-edit-link
i {
    margin-right: 5px;
}
.comment-reply-link {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
#respond {
    margin-top: 20px;
}
#commentform
p {
    margin: 0;
    padding: 5px
0;
}
#commentform .comment-notes {
    padding: 0
0 16px;
}
#commentform .form-submit {
    text-align: left;
    margin-top: 10px;
}
.comment-edit-link {
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 900;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.comment-edit-link:hover, .comment-reply:hover {
    opacity: 0.8;
}
.comment-list
.pingback {
    padding-bottom: 29px;
    margin-bottom: 29px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.comment-list .pingback:last-of-type {
    border-bottom: none;
}
.comment-list .pingback
.url {
    display: block;
    font-weight: 900;
    line-height: 1.5;
    margin: 5px
0;
}
.filters_button {
    font-size: 1.15em;
    padding: 0
1em 1px 1.3em;
    vertical-align: text-bottom;
    position: relative;
    display: inline-block;
}
.filters_button:before {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f0c9";
    font-size: .75em;
}
.product_after_shop_loop {
    height: 33px;
    overflow: hidden;
    margin-top: -0.3em;
}
.product_after_shop_loop_switcher {
    height: 66px;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
    -moz-transform: rotate(0);
    -webkit-transform: translateZ(0);
}
.products li:not(.catalog_mode):hover
.product_after_shop_loop_switcher {
    transform: translateY(-33px);
    -ms-transform: translateY(-33px);
    -webkit-transform: translateY(-33px);
}
.products li.product_added_to_cart
.product_after_shop_loop_switcher {
    transform: translateY(-33px);
    -ms-transform: translateY(-33px);
    -webkit-transform: translateY(-33px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.product_after_shop_loop .price, 
.product_after_shop_loop .price
ins {
    font-size: 0.875rem;
    line-height: 16px;
}
.product_after_shop_loop .price
ins {
    background: none;
    padding: 0;
    padding-left: 4px;
}
.product_after_shop_loop_price {
    height: 33px;
    overflow: hidden;
}
.product_after_shop_loop_buttons {
    height: 33px;
    overflow: hidden;
}
.product_thumbnail_wrapper {
    position: relative;
}
.product_thumbnail.with_second_image {
    position: relative;
}
.product_thumbnail_background {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0ms ease 0.3s !important;
    -moz-transition: opacity 0ms ease 0.3s !important;
    transition: opacity 0ms ease 0.3s !important;
}
.product_thumbnail.with_second_image:hover
.product_thumbnail_background {
    opacity: 1;
    -webkit-transition: opacity 0ms ease 0s !important;
    -moz-transition: opacity 0ms ease 0s !important;
    transition: opacity 0ms ease 0s !important;
}
.product_thumbnail.with_second_image.second_image_loaded
img {
    opacity: 1 !important;
    transform: translateZ(0) rotate(0);
    -webkit-transform: translateZ(0) rotate(0);
    -webkit-transition: opacity 300ms ease 0s !important;
    -moz-transition: opacity 300ms ease 0s !important;
    transition: opacity 300ms ease 0s !important;
}
.product_thumbnail.with_second_image.second_image_loaded:hover
img {
    opacity: 0 !important;
    -webkit-transition: opacity 300ms ease 0.05s !important;
    -moz-transition: opacity 300ms ease 0.05s !important;
    transition: opacity 300ms ease 0.05s !important;
}
.active_filters {
    margin: 0
0 15px 0;
}
.active_filters
.widget {
    margin: 0;
    padding: 0;
}
.categories_grid {
}
article
.categories_grid {
    margin-bottom: 0px;
}
.categories_grid:before, .categories_grid:after {
    content: " ";
    display: table;
}
.categories_grid .category_grid_box, 
.category_list
.category_grid_box {
    overflow: hidden;
    position: relative;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.categories_grid .category_item, 
.category_list
.category_item {
    display: table !important;
    width: 100%;
    color: #fff;
    position: relative;
    border-spacing: 0;
}
.category_item_bkg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width: none;
    min-height: 100.6%;
    position: absolute;
    -webkit-transition: opacity 0.35s,  -webkit-transform 0.35s;
    transition: opacity 0.35s,  transform 0.35s;
    -webkit-transform: translate3d(-40px, 0,  0);
    transform: translate3d(-40px, 0, 0);
}
.categories_grid .category_grid_box:hover .category_item_bkg, 
.category_list .category_grid_box:hover
.category_item_bkg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.categories_grid .category_name, 
.category_list
.category_name {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.333em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0
20px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    z-index: 2;
}
.categories_grid .category_name, 
.category_list
.category_name {
    font-size: 1.3125rem;
}
.categories_grid .category_name:hover, 
.category_list .category_name:hover {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, .6);
}
.product_image_zoom_button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    overflow: hidden;
    bottom: 0;
    right: 0;
    padding: 17px
0 0 19px;
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product_image_zoom_button:hover {
    color: #fff;
    background: #000;
}
.product_summary_thumbnails_wrapper {
    display: none;
}
.product_infos {
    z-index: 1;
    transition: margin-top .6s;
    -webkit-transition: margin-top .6s;
}
.product-image-link {
    display: block;
}
.product-image-link:hover {
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.product_thumbnails
.product_thumbnails_swiper_container {
    width: 100%;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    max-height: 635px;
}
.product_thumbnails .swiper-slide {
    padding-bottom: 20px;
    opacity: .2;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    cursor: pointer;
}
.product_thumbnails .swiper-slide:last-child {
    padding-bottom: 0;
}
.product_thumbnails .swiper-slide-active {
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    cursor: default;
}
.product_thumbnails
img {
    width: 100%;
    height: auto;
}
.product_images
.product_thumbnails_swiper_container {
    width: 100%}
.product_images ul, 
.product_images
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product_images .flex-control-nav {
    bottom: 0px;
    position: relative;
    margin-top: 50px;
    z-index: 100;
}
.product_images
.flexslider {
    margin: 0
!important;
    overflow: hidden;
}
.product_images .flexslider
.slides {
    padding: 0
!important;
    -webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    transition: height 300ms ease;
}
.recently_viewed_in_single
h2 {
    font-size: .8em;
    margin: 0
0 15px 0;
    -ms-word-wrap: normal;
    word-wrap: normal;
}
.recently_viewed_in_single
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.recently_viewed_in_single
li {
    padding: 0;
    margin: 0
0 20px 0;
}
.qty {
    display: none;
    float: left;
    text-transform: uppercase;
    font-size: .8em;
}
.woocommerce #content div.product
p.cart {
    margin-bottom: 19px;
}
.wpb_widgetised_column {
    margin-bottom: 150px;
    padding-right: 30px;
}
#secondary.wpb_widgetised_column {
    padding-right: 0;
}
.wpb_widgetised_column
.widget {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 43px;
}
.widget:first-child {
    padding-top: 0;
}
.widget:last-child {
    border-bottom: none;
}
.wpb_widgetised_column table tr td, 
.wpb_widgetised_column .widget_layered_nav ul li a, 
.wpb_widgetised_column .widget_layered_nav ul li span, 
.wpb_widgetised_column .widget_layered_nav_filters ul li a, 
.wpb_widgetised_column .widget_layered_nav_filters ul li span, 
.wpb_widgetised_column .widget_calendar, 
.wpb_widgetised_column .widget_calendar
caption {
    color: inherit !important;
}
.widget h3, 
.wpb_wrapper .widget
h3 {
    font-size: 14px !important;
    font-weight: bold;
    margin: 0px
0 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.widget form>div {
    padding-top: 18px;
}
.widget button, 
.widget .button, 
.widget input[type="button"], 
.widget input[type="reset"], 
.widget input[type="submit"] {
    width: 100%;
    min-width: inherit;
}
.widget > ul, 
.woocommerce .widget_layered_nav>ul, .widget>form {
    margin: 0;
}
.widget:first-child ul, 
.widget:first-child
form {
    display: block;
}
.woocommerce .widget_layered_nav ul li, 
.widget ul
li {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.widget ul li:last-child, 
.woocommerce-page .widget_layered_nav ul li:last-child {
    margin-bottom: 0px;
}
.widget > ul > li:first-child, 
.woocommerce .widget_layered_nav>ul>li:first-child {
    padding-top: 7px;
}
.widget ul .children, 
.widget ul .sub-menu, 
.widget ol .children, 
.widget ol .sub-menu {
    border: none;
}
.widget.widget_layered_nav, .widget.widget_layered_nav_filters {
    padding-bottom: 38px;
}
.woocommerce .widget_layered_nav ul li.chosen, 
.woocommerce-page .widget_layered_nav ul li.chosen, 
.woocommerce .widget_layered_nav_filters ul li, 
.woocommerce-page .widget_layered_nav_filters ul
li {
    color: #fff;
}
.woocommerce .widget_layered_nav_filters ul li, 
.woocommerce-page .widget_layered_nav_filters ul
li {
    float: none;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0
5px 5px 0;
}
.widget ul li a, 
.woocommerce .widget_layered_nav ul li a, 
.woocommerce .widget_layered_nav ul li span, 
.woocommerce-page .widget_layered_nav ul li a, 
.woocommerce-page .widget_layered_nav ul li
span {
    text-transform: capitalize;
    line-height: 1.5em;
}
.woocommerce .widget_layered_nav ul li a, 
.woocommerce .widget_layered_nav ul li span, 
.woocommerce-page .widget_layered_nav ul li a, 
.woocommerce-page .widget_layered_nav ul li
span {
    float: none;
    padding: 0;
}
.woocommerce .widget_layered_nav ul li.chosen a, 
.woocommerce-page .widget_layered_nav ul li.chosen a, 
.woocommerce .widget_layered_nav_filters ul li a, 
.woocommerce-page .widget_layered_nav_filters ul li
a {
    padding: 7px
13px 8px 13px;
    border: none;
    line-height: 1;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-weight: bold !important;
}
.woocommerce .widget_layered_nav ul li.chosen a:before, 
.woocommerce-page .widget_layered_nav ul li.chosen a:before, 
.woocommerce .widget_layered_nav_filters ul li a:before, 
.woocommerce-page .widget_layered_nav_filters ul li a:before {
    content: "\f00d";
    display: inline-block;
    color: inherit;
    float: left;
    font: normal normal normal 13px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0
5px 0 0;
    opacity: 0.5;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.woocommerce .widget_layered_nav ul li.chosen a:hover, 
.woocommerce-page .widget_layered_nav ul li.chosen a:hover, 
.woocommerce .widget_layered_nav_filters ul li a:hover, 
.woocommerce-page .widget_layered_nav_filters ul li a:hover {
    opacity: 1;
}
.woocommerce .widget_layered_nav ul li.chosen a:hover:before, 
.woocommerce-page .widget_layered_nav ul li.chosen a:hover:before, 
.woocommerce .widget_layered_nav_filters ul li a:hover:before, 
.woocommerce-page .widget_layered_nav_filters ul li a:hover:before {
    color: #fff;
    opacity: 0.9;
}
.widget_layered_nav_filters
.amount {
    color: #fff;
    margin-top: 0;
    margin-left: 3px;
}
.woocommerce .widget_layered_nav ul small.count, 
.woocommerce-page .widget_layered_nav ul
small.count {
    display: none;
}
.textwidget p:last-child {
    margin-bottom: 0;
}
.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s ease 0.25s,  z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s,  z-index 0s ease 0.75s;
}
.site-search.open {
    z-index: 9999;
    opacity: 1;
    transition: opacity .5s,  z-index 0s;
    -webkit-transition: opacity .5s,  z-index 0s;
}
.site-search .woocommerce-product-search, 
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    margin-top: 300px;
    left: 50%}
.site-search .woocommerce-product-search, 
.site-search .widget_search .search-form, .submit_icon {
    opacity: 0;
    transition: margin-top .5s,  opacity .5s;
    -webkit-transition: margin-top .5s,  opacity .5s;
}
.site-search.open .woocommerce-product-search, 
.site-search.open .widget_search .search-form {
    margin-top: -25px;
}
.site-search.open .woocommerce-product-search, 
.site-search.open .widget_search .search-form, 
.site-search.open
.submit_icon {
    opacity: 1;
    transition: margin-top .5s,  opacity .5s;
    -webkit-transition: margin-top .5s,  opacity .5s;
}
.site-search .woocommerce-product-search, 
.site-search .search-form
div {
    padding-top: 0;
}
.site-search .widget_search .search-form:after, 
.site-search .woocommerce-product-search:after {
    display: none;
}
.site-search .widget_product_search .search-field, 
.site-search .widget_search .search-field {
    color: #000;
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 30px;
    font-weight: 900;
    padding: 6px
15px;
    height: auto;
}
.search-form .search-field::-webkit-input-placeholder {
    opacity: 0;
}
.search-form .search-field::-moz-placeholder {
    opacity: 0;
}
.search-form .search-field:-ms-input-placeholder {
    opacity: 0;
}
.search-form .search-field:-moz-placeholder {
    opacity: 0;
}
.widget_product_search .search-field::-webkit-input-placeholder {
    opacity: 0;
}
.widget_product_search .search-field::-moz-placeholder {
    opacity: 0;
}
.widget_product_search .search-field:-ms-input-placeholder {
    opacity: 0;
}
.widget_product_search .search-field:-moz-placeholder {
    opacity: 0;
}
.site-search .search-form .search-field::-webkit-input-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1;
}
.site-search .search-form .search-field::-moz-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1;
}
.site-search .search-form .search-field:-ms-input-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1;
}
.site-search .search-form .search-field:-moz-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1;
}
.site-search .widget_product_search .search-field::-webkit-input-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1;
}
.site-search .widget_product_search .search-field::-moz-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1;
}
.site-search .widget_product_search .search-field:-ms-input-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1;
}
.site-search .widget_product_search .search-field:-moz-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1;
}
.widget_product_search .search-field:focus, 
.site-search .search-field:focus {
    background: none !important;
}
.woocommerce-product-search {
    position: relative;
}
.widget_search .search-form {
    border-width: 1px;
    border-style: solid;
    position: relative;
}
.widget_search .search-form:after, .woocommerce-product-search:after {
    content: "\f002";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget_search .search-form:after, 
.woocommerce-product-search:after, 
.submit_icon, 
.widget_product_search input[type="submit"], 
.widget_search #searchsubmit, 
.widget_product_search .search-submit, 
.widget_search .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 2;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
    color: #000;
}
.widget_search .search-field {
    background: #fff;
    border: none;
}
.widget_search .search-field:focus {
    background: #fff;
}
.site-search .widget_product_search input[type="submit"], 
.site-search .widget_product_search .search-submit, 
.site-search .widget_search .search-submit, .submit_icon {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
}
.widget_search input[type="submit"].search-submit {
    width: 40px;
}
.submit_icon {
    font-size: 24px;
}
.widget_product_search input[type="submit"], 
.widget_product_search input[type="submit"]:hover, 
.widget_search #searchsubmit, 
.widget_search .search-submit, 
.widget_search #searchsubmit:hover, 
.widget_search .search-submit:hover {
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0
!important;
    z-index: 4;
}
#site-footer .widget_search .search-field {
    border: none;
}
#site-footer a, 
.widget a, 
.woocommerce .widget_layered_nav ul li a, .social_media {
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
#site-footer a:hover, 
.widget a:hover, .social_media:hover {
    opacity: 0.7;
}
.widget a.ui-slider-handle:hover, 
.widget .tagcloud a:hover, 
#site-footer .widget a.ui-slider-handle:hover, 
#site-footer .widget .tagcloud a:hover {
    opacity: 1;
}
.widget_shopping_cart .buttons a:hover {
    opacity: 1;
}
.offcanvas_content_left {
    background: #fff;
    padding: 30px;
    min-height: 100%}
.offcanvas_content_left.wpb_widgetised_column {
    margin-bottom: 0;
}
#button_offcanvas_sidebar_left {
    width: 5px;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}
@media all and (-ms-high-contrast: none),  (-ms-high-contrast: active) {
    #button_offcanvas_sidebar_left {
    z-index: 0;
    width: 0;
}
#button_offcanvas_sidebar_left
i {
    left: 0px !important;
}
}.ie9
#button_offcanvas_sidebar_left {
    z-index: 0;
    width: 0;
}
.ie9 #button_offcanvas_sidebar_left
i {
    left: 0px !important;
}
#button_offcanvas_sidebar_left
i {
    display: block;
    max-width: 17px;
    position: fixed;
    top: 250px;
    left: 5px;
    padding: 10px
8px 10px 5px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.st-menu-open
#button_offcanvas_sidebar_left {
    display: none;
}
.offcanvas_content_right li.open-offcanvas {
    display: none;
}
.portfolio-container .content-area {
    min-height: 0;
}
.portfolio-isotope {
    position: relative;
}
.portfolio-isotope:after {
    content: "";
    display: block;
    clear: both;
}
.portfolio-box, .portfolio_related_item {
    width: 100%;
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    padding-bottom: 100%}
.portfolio-grid-sizer, .portfolio-box.width2 {
    width: 100%}
.portfolio-box.width2.height2 {
    width: 100%}
.portfolio-box.hidden {
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.portfolio-box-inner {
    position: relative;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%}
.portfolio-filters .filters-group.list-centered {
    margin-bottom: 90px;
}
.filters-group
li {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-left: 2px;
    margin-bottom: 10px;
    margin: 0
12px 5px;
    padding: 5px
0px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s,  border-color 0.2s;
    -webkit-transition: color 0.3s,  border-color 0.3s;
}
.filters-group li:hover {
    border-bottom: 1px solid transparent;
}
.hover-effect-link {
    display: block;
    overflow: hidden;
    margin: 0;
    background: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.hover-effect-link .hover-effect-thumb {
    display: block;
    opacity: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    max-width: none;
    min-height: 100.6%;
    position: absolute;
    -webkit-transition: opacity 0.35s,  -webkit-transform 0.35s;
    transition: opacity 0.35s,  transform 0.35s;
    -webkit-transform: translate3d(-30px, 0,  0);
    transform: translate3d(-30px, 0, 0);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,  .hover-effect-link .hover-effect-thumb,  .thumbnail_archive
img {
    width: 110%;
    -webkit-transform: translate3d(-5%, 0,  0);
    transform: translate3d(-5%, 0, 0);
}
::i-block-chrome,  .hover-effect-content:hover .hover-effect-thumb,  .thumbnail_archive:hover
img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
::i-block-chrome,  .main-navigation ul
ul {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}
}.hover-effect-content .hover-effect-title, 
.hover-effect-content .hover-effect-text {
    margin: 0;
}
.hover-effect-content .hover-effect-title, 
.wpb_wrapper h2.hover-effect-title {
    color: #fff !important;
    font-size: 1.375rem;
    line-height: 1.2em;
    font-weight: 900;
    position: absolute;
    bottom: 28px;
    left: 0px;
    padding: 40px
40px 5px;
    transform: none !important;
    text-align: left;
    transition: all .3s !important;
    -webkit-transition: all .3s !important;
}
.hover-effect-content .hover-effect-text, 
.wpb_wrapper .hover-effect-text {
    color: #fff !important;
    opacity: 0;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding: 0px
40px 33px;
    text-align: left;
    transition: all .45s !important;
    -webkit-transition: all .45s !important;
}
.hover-effect-content:hover .hover-effect-thumb {
    opacity: 0.15;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hover-effect-content:hover .hover-effect-text {
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.boxed-page .hover-effect-content .hover-effect-title, 
.boxed-page .wpb_wrapper h2.hover-effect-title {
    font-size: 1.375rem;
}
.boxed-page .wpb_wrapper .portfolio-isotope-container {
    margin: 0;
}
.portfolio-single-featured-img {
    height: 760px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.portfolio_single_list_cat {
    display: block;
    text-align: center;
}
.portfolio_single_list_cat
a {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 900;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.portfolio_content_nav .nav-next .nav-next-title, 
.portfolio_content_nav .nav-previous .nav-previous-title {
    display: none;
}
.portfolio-related-container {
    background: #f5f5f5;
    overflow: hidden;
}
.portfolio-related-container:after {
    content: "";
    display: block;
    clear: both;
}
.portfolio_related_item {
    position: relative;
}
.portfolio_related_item.empty {
    display: none;
}
.portfolio_related_item.empty .hover-effect-link {
    background: none;
    cursor: default;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.site-social-icons-shortcode {
    vertical-align: middle;
    clear: both;
    margin: 5px
-15px 15px -15px;
    display: block;
}
.site-social-icons-shortcode
ul {
    list-style: none;
    margin: 0
!important;
    padding: 0
!important;
    line-height: 1em;
    font-size: 24px !important;
}
.site-social-icons-shortcode
ul.left {
    text-align: left;
}
.site-social-icons-shortcode
ul.center {
    text-align: center;
}
.site-social-icons-shortcode
ul.right {
    text-align: right;
}
.site-social-icons-shortcode:before, 
.site-social-icons-shortcode:after, 
.site-social-icons-shortcode ul:before, 
.site-social-icons-shortcode ul:after {
    content: " ";
    display: table;
    clear: both;
}
.site-social-icons-shortcode ul
li {
    padding: 5px
15px;
    display: inline-block;
}
.site-social-icons-shortcode ul li
a {
    color: #222;
}
.site-social-icons-shortcode ul li a
i {
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.site-social-icons-shortcode ul li a:hover
i {
    opacity: .7;
}
.site-social-icons-shortcode ul li
span {
    display: none;
}
.from-the-blog-wrapper {
    margin: 30px
0px 0px 0px;
}
.from_the_blog_item {
    padding: 0
15px;
}
.from_the_blog_link, 
.from-the-blog-wrapper .post_meta_archive, 
.from-the-blog-wrapper .post_meta_archive a, .from_the_blog_title {
    color: inherit;
}
.from_the_blog_title {
    display: block;
    font-weight: 900;
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.1333em;
    margin: 0
0 15px;
    transition: color 0.35s;
    -webkit-transition: color 0.35s;
}
.from-the-blog-wrapper
.post_meta_archive {
    text-align: center;
}
.from-the-blog-wrapper .post_meta_archive, 
.from-the-blog-wrapper .post_meta_archive
a {
    color: inherit;
    transition: color 0.35s;
    -webkit-transition: color 0.35s;
}
.from-the-blog-wrapper .post_meta_archive
span {
    opacity: 0.55;
}
.from_the_blog_item.gallery {
    margin: 0
!important;
}
.from_the_blog_overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .35s ease;
}
.from_the_blog_link:hover
.from_the_blog_overlay {
    opacity: 0.6;
}
.from_the_blog_img_container {
    display: block;
    overflow: hidden;
    position: relative;
    height: 245px;
    width: 100%;
    margin-bottom: 22px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.from_the_blog_img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width: none;
    -webkit-transition: opacity 0.35s,  -webkit-transform 0.35s;
    transition: opacity 0.35s,  transform 0.35s;
    -webkit-transform: translate3d(-40px, 0,  0);
    transform: translate3d(-40px, 0, 0);
}
.from_the_blog_link:hover
.from_the_blog_img {
    -webkit-transform: translate3d(0px, 0,  0);
    transform: translate3d(0px, 0, 0);
    -ms-transform: none;
}
.grabbing .from_the_blog_item:hover
.from_the_blog_img {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}
.with_thumb_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    line-height: 50px;
    z-index: 3;
}
.no_thumb_icon {
    line-height: 245px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 3;
}
.no_thumb_icon:before, .with_thumb_icon:before {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 3;
}
.with_thumb_icon:before {
    font-size: 18px;
}
.no_thumb_icon:before {
    font-size: 78px;
}
.from_the_blog_item.standard
.with_thumb_icon {
    display: none;
}
.no-thumb.standard .no_thumb_icon:before {
    content: "\f15c"}
.no_thumb.status .no_thumb_icon:before, 
.from_the_blog_item.status .with_thumb_icon:before {
    content: "\f075"}
.no_thumb.link .no_thumb_icon:before, 
.from_the_blog_item.link .with_thumb_icon:before {
    content: "\f0c1"}
.no_thumb.video .no_thumb_icon:before, 
.from_the_blog_item.video .with_thumb_icon:before {
    content: "\f16a"}
.no_thumb.audio .no_thumb_icon:before, 
.from_the_blog_item.audio .with_thumb_icon:before {
    content: "\f001"}
.no_thumb.aside .no_thumb_icon:before, 
.from_the_blog_item.aside .with_thumb_icon:before {
    content: "\f15b"}
.no_thumb.quote .no_thumb_icon:before, 
.from_the_blog_item.quote .with_thumb_icon:before {
    content: "\f10d"}
.no_thumb.image .no_thumb_icon:before, 
.from_the_blog_item.image .with_thumb_icon:before {
    content: "\f03e"}
.no_thumb.gallery .no_thumb_icon:before, 
.from_the_blog_item.gallery .with_thumb_icon:before {
    content: "\f00a"}
.no_thumb
.from_the_blog_img {
    line-height: 245px;
}
.from_the_blog_noimg {
    background: #f5f5f5;
    height: 245px;
    width: 100%;
    display: block;
}
.gallery {
    margin: 0
0 30px 0 !important;
    overflow: hidden;
}
.gallery
br {
    display: none;
}
.gallery br:last-of-type {
    display: block;
}
.gallery dl, 
.gallery
dt {
    margin: 0
!important;
}
.gallery .gallery-item {
    width: 50% !important;
    padding-bottom: 50%;
    overflow: hidden;
}
.gallery-columns-1 .gallery-item {
    width: 100% !important;
}
.gallery-item {
    margin: 0
!important;
    opacity: 1;
    position: relative;
}
.gallery-item:before {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.gallery-item:hover {
    cursor: pointer;
}
.gallery-item:hover
img {
}
.gallery-icon {
    width: 100.6%;
    min-height: 100.6%;
    padding: 0
!important;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 2;
}
.gallery-item:last-of-type .gallery-icon {
    width: 100%}
.gallery-icon
a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.gallery-icon
img {
    border: 0
!important;
    width: 100%;
    max-width: none;
    min-height: 100.6%;
    position: absolute;
    left: 0;
    top: 0;
}
.gallery-item .gallery-caption, .gallery-caption-trigger {
    display: none;
}
.shortcode_banner_simple_height {
    cursor: pointer;
    margin-bottom: 30px;
    clear: both;
    position: relative;
}
.shortcode_banner_simple_height_inner {
    padding: 15px;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.shortcode_banner_simple_height_inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    z-index: 3;
}
.shortcode_banner_simple_height_inner:hover:before {
    background: rgba(0, 0, 0, .3);
}
.shortcode_banner_simple_height_bkg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 2;
}
.shortcode_banner_simple_height:hover
.shortcode_banner_simple_height_bkg {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.shortcode_banner_simple_height:hover {
    background-size: 115%}
.shortcode_banner_simple_height_inside {
    padding: 20px;
    text-align: center;
    border: 2px
solid #fff;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    display: table;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}
.shortcode_banner_simple_height_content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 999;
}
.shortcode_banner_simple_height_inside
h3 {
    padding: 0;
    margin: 0;
    font-weight: 900;
    font-size: 1.4375rem;
    line-height: 1.391em;
}
.shortcode_banner_simple_height_inside h3
strong {
    font-size: 28px;
}
.shortcode_banner_simple_height_inside h3
a {
    text-decoration: underline;
}
.shortcode_banner_simple_height_inside
h4 {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5em;
}
.shortcode_banner_simple_height_inside h4
a {
    text-decoration: underline;
}
.shortcode_banner_simple_height_sep {
    width: 20%;
    height: 2px;
    background: #fff;
    margin: 5px
auto;
}
.shortcode_banner_simple_height_bullet {
    width: 180px;
    height: 180px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    display: none;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3em;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    right: 30px;
    z-index: 999;
}
.shortcode_banner_simple_height_bullet
strong {
    font-size: 18px;
    line-height: 1.5em;
}
.shortcode_banner_simple_height_bullet
span {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}
.shortcode_icon_box {
    position: relative;
    padding-bottom: 35px;
    cursor: default;
}
.shortcode_icon_box.icon_position_top {
    text-align: center;
}
.shortcode_icon_box.icon_position_left {
    padding-left: 50px;
}
.shortcode_icon_box.icon_position_right {
    padding-right: 73px;
}
.icon_box_title {
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 11px;
}
.icon_box_content {
    margin-top: 3px;
    margin-bottom: -7px;
}
.icon_position_top.icon_style_normal
.icon_wrapper {
    margin-bottom: 20px;
}
.with_separator .icon_box_title:after {
    content: "";
    display: block;
    width: 50px;
    height: 0px;
    border-bottom: 2px solid;
    margin: 22px
0 19px;
}
.with_separator.icon_position_top .icon_box_title:after {
    margin: 22px
auto 19px;
}
.shortcode_icon_box
.icon_wrapper {
    overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.icon_position_top.icon_style_outlined .icon_wrapper, 
.icon_position_top.icon_style_bg_color
.icon_wrapper {
    width: 140px;
    height: 140px;
    margin: 0
auto;
    padding-top: 33px;
}
.shortcode_icon_box.icon_position_left
.icon_wrapper {
    width: 50px;
    height: 50px;
    padding-top: 14px;
    position: absolute;
    top: 0px;
    left: 0;
}
.shortcode_icon_box.icon_position_right
.icon_wrapper {
    width: 50px;
    height: 50px;
    padding-top: 14px;
    position: absolute;
    top: 6px;
    right: 0px;
}
.icon_position_right.icon_style_normal
.icon_wrapper {
    padding-top: 0;
}
.shortcode_icon_box.icon_position_top
.icon {
    font-size: 72px;
    line-height: 72px;
}
.shortcode_icon_box.icon_position_left
.icon {
    font-size: 22px;
    line-height: 22px;
}
.shortcode_icon_box.icon_position_left .icon_box_content, 
.shortcode_icon_box.icon_position_left
.icon_box_title {
    padding-left: 20px;
}
.shortcode_icon_box.icon_position_left
.icon_box_read_more {
    margin-left: 20px;
}
.shortcode_icon_box.icon_position_right
.icon {
    font-size: 22px;
    line-height: 22px;
}
.shortcode_icon_box.icon_style_normal .icon_wrapper, 
.shortcode_icon_box.icon_style_outlined
.icon_wrapper {
    background: none !important;
}
.shortcode_icon_box.icon_style_outlined
.icon_wrapper {
    border-width: 2px;
    border-style: solid;
}
.shortcode_icon_box.icon_position_top.icon_style_bg_color .icon_wrapper, 
.shortcode_icon_box.icon_position_top.icon_style_outlined
.icon_wrapper {
    margin: 0
auto 32px auto;
}
.shortcode_icon_box
.icon_box_read_more {
    display: inline-block;
    color: inherit;
    padding: 5px
0px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.shortcode_icon_box .icon_box_read_more:hover {
    border-bottom: 2px solid;
    border-color: inherit;
}
.wpb_wrapper
.add_to_cart_inline {
    border: none !important;
    padding: 0
0 35px !important;
    margin: 0;
}
.wpb_wrapper .add_to_cart_inline:after {
    content: "";
    display: block;
    clear: both;
}
.wpb_wrapper .add_to_cart_inline
.amount {
    display: inline-block;
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 23px;
    position: relative;
}
.wpb_wrapper .add_to_cart_inline del
.amount {
    color: inherit;
    font-size: 1.3125rem;
    display: inline;
}
.wpb_wrapper .add_to_cart_inline
ins {
    background-color: transparent;
}
.wpb_wrapper .add_to_cart_inline
.add_to_cart_separator {
    content: "";
    display: block;
    clear: both;
}
.wpb_wrapper .product.woocommerce .add_to_cart_button:before, 
.wpb_wrapper .product.woocommerce .added_to_cart_button:before {
    display: inline-block;
    margin-right: 6px;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 0px;
}
.wpb_wrapper .product.woocommerce .add_to_cart_button:before {
    content: "\f067"}
.wpb_wrapper .product.woocommerce .added_to_cart_button:before {
    content: "\f00c"}
.add_to_cart_inline .add_to_cart_button.vc_btn_rounded.loading, 
.add_to_cart_inline
.add_to_cart_button.vc_btn_square.loading {
    opacity: 0.8;
}
.add_to_cart_inline .add_to_cart_button.loading span, 
.add_to_cart_inline .add_to_cart_button.loading:before {
    opacity: 0;
}
.add_to_cart_inline .add_to_cart_button:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    border-radius: 7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url('/wp-content/themes/shopkeeper/images/preloader-white-bg-32.gif') center no-repeat rgba(255, 255, 255, 1);
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.add_to_cart_inline .add_to_cart_button.loading:after {
    opacity: 1;
}
.wpb_wrapper .product.woocommerce  .add_to_cart_button.added:first-of-type {
    display: none;
}
.wpb_wrapper .product.woocommerce  .add_to_cart_button.added:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative !important;
    right: auto !important;
    left: auto !important;
}
.shortcode_single_product
li {
    width: 100% !important;
}
.wpb_wrapper h1, 
.wpb_wrapper h2, 
.wpb_wrapper h3, 
.wpb_wrapper h4, 
.wpb_wrapper h5, 
.wpb_wrapper h5, 
.wpb_wrapper h6, 
.wpb_wrapper h1 a, 
.wpb_wrapper
p {
    color: inherit !important;
    text-transform: none;
}
.wpb_wrapper #products-grid {
    margin-top: 5px;
}
.full-width-page .wpb_wrapper .gallery, 
.full-width-page .wpb_alert.wpb_content_element, 
.full-width-page .wpb_wrapper .wpb_gmaps_widget, 
.full-width-page .wpb_wrapper #map_container, 
.full-width-page .wpb_wrapper .wpb_revslider_element, 
.full-width-page .wpb_wrapper .portfolio-isotope-container {
    margin-left: -30px !important;
    margin-right: -30px !important;
}
.full-width-page .boxed-row .wpb_wrapper .gallery, 
.full-width-page .boxed-row .wpb_alert.wpb_content_element, 
.full-width-page .boxed-row .wpb_wrapper .wpb_gmaps_widget, 
.full-width-page .boxed-row .wpb_wrapper #map_container, 
.full-width-page .boxed-row .wpb_wrapper .wpb_revslider_element, 
.full-width-page .boxed-row .wpb_wrapper .portfolio-isotope-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.wpb_wrapper .owl-wrapper-outer
.gallery {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.wpb_tabs.wpb_content_element .wpb_alert.wpb_content_element, 
.wpb_tour.wpb_content_element .wpb_alert.wpb_content_element, 
.wpb_accordion.wpb_content_element
.wpb_alert.wpb_content_element {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.wpb_wrapper .wpb_content_element
.gallery {
    margin-bottom: -35px !important;
}
.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0;
}
.wpb_gmaps_widget.wpb_content_element {
    margin-bottom: 0;
}
.wpb_wrapper .site-social-icons-shortcode ul li
a {
    color: inherit;
}
.vc_row-fluid.parallax {
    background-position: center center;
    background-repeat: no-repeat;
}
.full-width-page .row-fluid {
    margin: 0
-15px;
}
.full-width-page
.row {
    max-width: none;
    background-repeat: no-repeat;
    background-position: center top;
}
.full-width-page .boxed-row {
    max-width: 1300px;
    margin: 0
auto;
}
.full-width-page
.row {
    padding: 0;
}
.full-width-page .row .boxed-row .row, 
#tab-description .boxed-row
.row {
    margin-left: 0;
    margin-right: 0;
}
.boxed-row .vc_row-fluid .vc_row-fluid, 
#tab-description .boxed-row .vc_row-fluid .vc_row-fluid {
    margin-left: -10px;
    margin-right: -10px;
}
.page-title-hidden .content-area {
    padding: 0;
}
.adjust_cols_height>div>.column_container {
    background-size: 0 !important;
    min-height: 200px;
}
.adjust_cols_height.height_adjusted
.column_container {
    background-size: cover !important;
}
.wpb_wrapper .vc_separator h2, 
.wpb_wrapper .vc_separator
div {
    padding: 0;
    white-space: normal;
    font-weight: 900;
}
.wpb_wrapper .vc_separator
.vc_sep_holder {
    display: none;
}
.vc_separator_align_center {
    text-align: center;
}
.vc_separator_align_right {
    text-align: right;
}
.vc_separator_align_left {
    text-align: left;
}
.vc_sep_subtitle {
    display: block;
    text-align: center;
    margin-top: -35px;
    margin-bottom: 35px;
}
.vc_sep_no_border .vc_sep_holder
.vc_sep_line {
    border-top-style: none !important;
}
.wpb_tabs.wpb_content_element #products-grid {
    margin-top: 0;
}
.wpb_tabs.wpb_content_element
.wpb_tabs_nav {
    list-style: none;
    padding: 0;
    margin: 0
auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: none;
}
.wpb_tour.wpb_content_element
.wpb_tabs_nav {
    width: 100%}
.wpb_tour.wpb_content_element .wpb_tabs_nav  li, 
.wpb_tabs.wpb_content_element .wpb_tabs_nav
li {
    display: block;
    float: none;
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav  li:after, 
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:after {
    content: "";
    display: block !important;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:first-child {
    margin-left: 0;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav  li:hover, 
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:hover {
    background: none;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav  li.ui-tabs-active, 
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
    background: none;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav  li a, 
.wpb_tabs.wpb_content_element .wpb_tabs_nav li
a {
    display: inline-block;
    font-size: 0.9375rem;
    padding: 14px
0 11px;
    font-weight: 900;
    color: #a1a1a1;
    text-shadow: none;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav li
a {
    white-space: normal;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav  li
a {
    font-size: 0.8125rem;
    font-weight: bold;
    text-transform: uppercase;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav  li a:hover, 
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a:hover {
    color: #777;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav  li.ui-tabs-active a, 
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active
a {
    color: #000;
    background: none;
    border-bottom: 3px solid;
}
.vc_tta-tab
a {
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 14px
30px 12px 30px !important;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper
.wpb_tab {
    width: 100%;
    padding: 21px
0 30px 0;
}
.wpb_tour.wpb_content_element
.wpb_tour_next_prev_nav {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav
span {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    width: 50%}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span
a {
    font-size: 0.875rem;
    border-bottom: none;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:before, 
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:after {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_prev_slide a:before {
    content: "\2190";
    margin-right: 8px;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_next_slide a:after {
    content: "\2192";
    margin-left: 8px;
}
.wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, 
.wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper
.wpb_tab {
    background: none;
    border: 0;
    padding: 20px
0;
    margin: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration:  .7s;
    -moz-animation-duration:  .7s;
    -ms-animation-duration:  .7s;
    -o-animation-duration:  .7s;
    animation-duration:  .7s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.wpb_tabs .ui-widget-content, 
.wpb_accordion .ui-widget-content, 
.wpb_tour .ui-widget-content {
    border: none;
}
.wpb_tabs .ui-widget-header, 
.wpb_accordion .ui-widget-header, 
.wpb_tour .ui-widget-header {
    border: none;
    background: none;
}
.wpb_tabs .ui-state-default, 
.wpb_tabs .ui-widget-content .ui-state-default, 
.wpb_tabs .ui-widget-header .ui-state-default, 
.wpb_accordion .ui-state-default, 
.wpb_accordion .ui-widget-content .ui-state-default, 
.wpb_accordion .ui-widget-header .ui-state-default {
    border: none;
}
.wpb_accordion .ui-accordion .ui-accordion-header .ui-icon {
    font-size: 1rem;
    line-height: 1;
    left: auto;
    margin-top: 0;
    text-indent: 0;
    overflow: visible;
}
.wpb_tabs .ui-corner-all, 
.wpb_accordion .ui-corner-all {
    border-radius: 0;
}
.wpb_tabs .wpb_tabs_nav:after {
    visibility: visible;
}
.wpb_tabs .ui-tabs .ui-tabs-nav
li {
    top: 0;
}
.wpb_tabs .ui-tabs .ui-tabs-nav li
a {
    float: none;
}
.wpb_tour .ui-helper-reset, 
.wpb_tabs .ui-helper-reset, 
.wpb_accordion .ui-helper-reset {
    line-height: 1.714em;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li, 
.wpb_tabs.wpb_content_element .wpb_tabs_nav
li {
    border: none;
}
.wpb_alert.wpb_content_element {
    border-radius: 0;
}
.wpb_alert.wpb_content_element.wpb_alert-info, .wpb_alert.wpb_content_element.wpb_alert-warning, .wpb_alert.wpb_content_element.wpb_alert-success, .wpb_alert.wpb_content_element.wpb_alert-danger {
    border: none;
    padding: 22px
30px;
    text-shadow: none;
}
.wpb_alert.wpb_content_element.wpb_alert-info {
    color: #1e85be;
    border-top: 2px solid #1e85be;
    background: #f4f9fc;
}
.wpb_alert.wpb_content_element.wpb_alert-warning {
    color: #fca103;
    border-top: 2px solid #fca103;
    background: #fffaf2;
}
.wpb_alert.wpb_content_element.wpb_alert-success {
    color: #8fae1b;
    border-top: 2px solid #8fae1b;
    background: #f9fbf3;
}
.wpb_alert.wpb_content_element.wpb_alert-danger {
    color: #b81c23;
    border-top: 2px solid #b81c23;
    background: #fdf8f8;
}
.wpb_alert.wpb_content_element
.messagebox_text {
    padding-left: 27px;
    position: relative;
    background: none;
}
.wpb_alert.wpb_content_element .messagebox_text:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 4px;
    top: 2px;
}
.wpb_alert.wpb_content_element.wpb_alert-info .messagebox_text:before {
    content: "\f129"}
.wpb_alert.wpb_content_element.wpb_alert-warning .messagebox_text:before {
    content: "\f12a"}
.wpb_alert.wpb_content_element.wpb_alert-success .messagebox_text:before {
    content: "\f00c";
    left: 0px;
}
.wpb_alert.wpb_content_element.wpb_alert-danger .messagebox_text:before {
    content: "\f00d";
    left: 1px;
}
.vc_btn.vc_btn_xs, .vc_btn.vc_btn_sm, .vc_btn.vc_btn_md, .vc_btn.vc_btn_lg {
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border: none;
    min-width: 170px;
    width: auto;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: padding 0.3s,  min-width 0.3s,  opacity 0.3s;
    -webkit-transition: padding 0.3s,  min-width 0.3s,  opacity 0.3s;
}
.vc_btn.vc_btn_xs {
    min-width: 100px;
}
.vc_btn.vc_btn_xs:hover {
    min-width: 120px;
}
.vc_btn.vc_btn_sm:hover, .vc_btn.vc_btn_md:hover, .vc_btn.vc_btn_lg:hover {
    min-width: 190px;
}
.button_text {
    position: relative;
    z-index: 5;
}
.vc_btn.vc_btn_rounded:before, 
.vc_btn.vc_btn_rounded_outlined:before, 
.vc_btn.vc_btn_rounded_outlined .outlined_background, .vc_btn.vc_btn_xs.vc_btn_rounded, .vc_btn.vc_btn_sm.vc_btn_rounded, .vc_btn.vc_btn_md.vc_btn_rounded, .vc_btn.vc_btn_lg.vc_btn_rounded, .vc_btn.vc_btn_xs.vc_btn_rounded_outlined, .vc_btn.vc_btn_sm.vc_btn_rounded_outlined, .vc_btn.vc_btn_md.vc_btn_rounded_outlined, .vc_btn.vc_btn_lg.vc_btn_rounded_outlined {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    border: 0;
}
.vc_btn.vc_btn_xs {
    padding: 7px
16px 5px 16px;
}
.vc_btn.vc_btn_xs:hover {
    padding: 7px
26px 5px 26px;
}
.vc_btn.vc_btn_sm {
    padding: 11px
24px 9px 24px;
}
.vc_btn.vc_btn_sm:hover {
    padding: 11px
34px 9px 34px;
}
.vc_btn.vc_btn_md {
    padding: 17px
36px 15px 36px;
}
.vc_btn.vc_btn_md:hover {
    padding: 17px
46px 15px 46px;
}
.vc_btn.vc_btn_lg {
    padding: 22px
64px 20px 64px;
}
.vc_btn.vc_btn_lg:hover {
    padding: 22px
74px 20px 74px;
}
.vc_btn.vc_btn_xs.vc_btn_square_outlined, .vc_btn.vc_btn_xs.vc_btn_rounded_outlined {
    padding: 8px
15px 7px;
}
.vc_btn.vc_btn_xs.vc_btn_square_outlined:hover, .vc_btn.vc_btn_xs.vc_btn_rounded_outlined:hover {
    padding: 8px
25px 7px;
}
.vc_btn.vc_btn_sm.vc_btn_square_outlined, .vc_btn.vc_btn_sm.vc_btn_rounded_outlined {
    padding: 13px
22px 11px;
}
.vc_btn.vc_btn_sm.vc_btn_square_outlined:hover, .vc_btn.vc_btn_sm.vc_btn_rounded_outlined:hover {
    padding: 13px
32px 11px;
}
.vc_btn.vc_btn_md.vc_btn_square_outlined, .vc_btn.vc_btn_md.vc_btn_rounded_outlined {
    padding: 20px
34px 17px;
}
.vc_btn.vc_btn_md.vc_btn_square_outlined:hover, .vc_btn.vc_btn_md.vc_btn_rounded_outlined:hover {
    padding: 20px
44px 17px;
}
.vc_btn.vc_btn_lg.vc_btn_square_outlined, .vc_btn.vc_btn_lg.vc_btn_rounded_outlined {
    padding: 27px
45px 24px;
}
.vc_btn.vc_btn_lg.vc_btn_square_outlined:hover, .vc_btn.vc_btn_lg.vc_btn_rounded_outlined:hover {
    padding: 27px
55px 24px;
}
.vc_btn.vc_btn_xs.vc_btn_square:hover, .vc_btn.vc_btn_sm.vc_btn_square:hover, .vc_btn.vc_btn_md.vc_btn_square:hover, .vc_btn.vc_btn_lg.vc_btn_square:hover {
    border: none;
}
.vc_btn.vc_btn_xs.vc_btn_square_outlined, .vc_btn.vc_btn_sm.vc_btn_square_outlined, .vc_btn.vc_btn_md.vc_btn_square_outlined, .vc_btn.vc_btn_lg.vc_btn_square_outlined, .vc_btn.vc_btn_xs.vc_btn_rounded_outlined, .vc_btn.vc_btn_sm.vc_btn_rounded_outlined, .vc_btn.vc_btn_md.vc_btn_rounded_outlined, .vc_btn.vc_btn_lg.vc_btn_rounded_outlined {
    position: relative;
    background: none !important;
}
.vc_btn.vc_btn_xs.vc_btn_square_outlined, .vc_btn.vc_btn_xs.vc_btn_rounded_outlined {
    border: 1px
solid;
}
.vc_btn.vc_btn_sm.vc_btn_square_outlined, .vc_btn.vc_btn_md.vc_btn_square_outlined, .vc_btn.vc_btn_sm.vc_btn_rounded_outlined, .vc_btn.vc_btn_md.vc_btn_rounded_outlined {
    border: 2px
solid;
}
.vc_btn.vc_btn_lg.vc_btn_square_outlined, .vc_btn.vc_btn_lg.vc_btn_rounded_outlined {
    border: 3px
solid;
}
.outlined_background {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.vc_btn.vc_btn_xs.vc_btn_link, .vc_btn.vc_btn_sm.vc_btn_link, .vc_btn.vc_btn_md.vc_btn_link, .vc_btn.vc_btn_lg.vc_btn_link {
    background: none !important;
    padding: 0;
    margin: 5px
0;
    padding-bottom: 1px;
    min-width: 0;
    border: 0;
    border-bottom: 2px solid;
    width: auto;
    transition: border 0.3s;
    -webkit-transition: border 0.3s;
}
.vc_btn.vc_btn_link:hover {
    border-bottom: 2px solid transparent;
}
.vc_btn:hover {
    border: 0
!important;
}
.vc_btn3.vc_btn3-size-xs {
    font-size: 13px;
    padding: 10px
20px;
    text-transform: uppercase;
}
.vc_btn3.vc_btn3-size-sm {
    font-size: 13px;
    padding: 15px
30px;
    text-transform: uppercase;
}
.vc_btn3.vc_btn3-size-md {
    font-size: 13px;
    padding: 20px
40px;
    text-transform: uppercase;
}
.vc_btn3.vc_btn3-size-lg {
    font-size: 13px;
    padding: 26px
52px;
    text-transform: uppercase;
}
.wpcf7-form
p {
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: bold;
    margin-bottom: 1px;
    line-height: 2em;
    margin-top: 16px;
}
.wpcf7-form p:first-of-type {
    margin-top: 1px;
}
.wpcf7-form p
label {
    margin-top: 0px;
}
.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 10px;
}
.wpb_wrapper .wpb_toggle, 
#content .wpb_wrapper
h4.wpb_toggle {
    font-weight: 900;
    background: none;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.5265rem;
    padding-left: 30px;
    margin-bottom: 18px;
}
.wpb_wrapper .wpb_toggle:last-of-type, 
#content .wpb_wrapper  h4.wpb_toggle:last-of-type {
    margin-bottom: 0;
}
.wpb_wrapper .wpb_toggle:last-of-type + .wpb_toggle_content, 
#content .wpb_wrapper  h4.wpb_toggle:last-of-type+.wpb_toggle_content {
    margin-top: 8px;
}
.wpb_wrapper .wpb_toggle:before, 
#content .wpb_wrapper h4.wpb_toggle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 19px;
    height: 18px;
    color: #fff;
}
.wpb_wrapper .wpb_toggle:after, 
#content .wpb_wrapper h4.wpb_toggle:after {
    content: "\f067";
    font: normal normal normal 13px/1 FontAwesome;
    color: #fff;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 4px;
    top: 10px;
}
.wpb_wrapper .wpb_toggle_title_active:after, 
#content .wpb_wrapper h4.wpb_toggle_title_active:after {
    content: "\f068";
    font: normal normal normal 13px/1 FontAwesome;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 4px;
    top: 10px;
}
.wpb_wrapper
.wpb_toggle_content {
    margin-top: -5px;
    margin-bottom: 28px;
    padding-left: 30px;
}
.wpb_wrapper
.last_toggle_el_margin {
    margin: 0;
}
.vc_toggle_title
h4 {
    font-size: 21px;
    font-weight: bold;
}
.wpb_heading.wpb_accordion_heading {
    margin: 0px;
}
.wpb_accordion_section.group {
    border-bottom: 1px solid #ddd;
    padding: 6px
0;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper
.wpb_accordion_header {
    margin: 0;
    background: none;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
    border-bottom: none;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:focus {
    outline: 0;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    top: 20px;
    right: 0px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    cursor: pointer;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    cursor: default;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before, 
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
    font-size: 12px;
    width: 100%;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
    content: "\f063"}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
    content: "\f062";
    top: -1px;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_header
.accordion_title {
    display: block;
    font-weight: 500;
    cursor: pointer;
    background: none;
    font-size: 1.125rem;
    line-height: 1.4rem;
    padding: 20px
30px 20px 20px;
}
.vc_tta-accordion .vc_tta-title-text {
    font-size: 21px;
    font-weight: bold;
    padding: 14px
30px 12px 30px;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active
.accordion_title {
    border-bottom: none;
    cursor: default;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .accordion_title, 
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper
.wpb_accordion_content {
    padding-left: 0;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active .accordion_title:hover {
    cursor: default;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper
.wpb_accordion_content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 34px;
}
.vc_tta-panel-body {
    padding: 19px
30px 17px 30px;
}
.wpb_gmaps_widget.wpb_content_element
.wpb_wrapper {
    padding: 0;
}
#map_container {
    position: relative;
}
#map_container
img {
    max-width: none;
}
.map_button_wrapper {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
}
#map_button {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    min-width: 150px;
    background-color: #fff;
    padding: 1rem 1rem 1rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#map_button:hover {
    background-color: #000;
    color: #fff;
}
.wpb_heading.wpb_progress_bar_heading {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 21px;
}
.wpb_wrapper .vc_progress_bar
.vc_single_bar {
    margin-bottom: 13px;
    box-shadow: none;
    border-radius: 0;
    background: none;
}
.wpb_wrapper .vc_progress_bar .vc_single_bar
.vc_label {
    font-size: 0.875rem;
    text-transform: capitalize;
    padding: 14px
0px;
    text-shadow: none !important;
    display: block;
    color: inherit !important;
}
.wpb_wrapper .vc_progress_bar .vc_single_bar:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label
.vc_label_units {
    font-weight: 900;
    opacity: 1;
    margin-left: 10px;
}
.wpb_wrapper .vc_progress_bar .vc_single_bar
.vc_bar {
    height: 5px;
    border-bottom: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.wpb_wrapper .vc_pie_chart[data-pie-color] .vc_pie_chart_back {
    border-color: inherit;
    border-width: 5px;
    opacity: 0.15;
}
.wpb_wrapper .vc_pie_chart
.vc_pie_chart_value {
    font-size: 2.3125rem;
}
.vc_pie_wrapper.with_title
.vc_pie_chart_value {
    margin-top: -11px;
}
.wpb_heading.wpb_pie_chart_heading {
    font-size: 0.9375rem;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: 6px;
    text-align: center;
    width: 100%;
    max-width: 80%;
    left: 10%}
.vc_pie_chart.without_pie {
    font-weight: bold;
}
.vc_pie_chart.without_pie
.vc_pie_chart_back {
    display: none;
}
.vc_pie_chart.without_pie
canvas {
    visibility: hidden;
    display: none;
}
.vc_pie_chart.without_pie
.vc_pie_chart_value {
    font-size: 37px;
    position: relative;
    line-height: 1 !important;
    height: auto !important;
    margin-bottom: 18px;
}
.vc_pie_chart.without_pie .vc_pie_wrapper.with_title
.vc_pie_chart_value {
    margin-top: 0;
}
.vc_pie_chart.without_pie
.wpb_heading.wpb_pie_chart_heading {
    font-size: 15px;
    position: relative;
}
.vc_content_hr {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ddd;
    margin: 0
0 35px;
}
.wpb_single_image .vc_single_image-wrapper {
    max-width: 100%}
.wpb_wrapper .from-the-blog-wrapper {
    margin-top: 0;
}
.boxed-row .wpb_wrapper .from-the-blog-wrapper {
    margin: 0px
-30px 0px;
}
.off-canvas-wrap, 
.inner-wrap,  nav.tab-bar, 
.left-off-canvas-menu, 
.left-off-canvas-menu *, 
.right-off-canvas-menu, 
.move-right a.exit-off-canvas, 
.move-left a.exit-off-canvas {
    -webkit-backface-visibility: visible;
}
@media only screen and (min-width: 30.063em) {
    .portfolio-grid-sizer {
    width: 50%}
.portfolio-box, .portfolio_related_item {
    width: 50%;
    padding-bottom: 50%}
.portfolio-box.width2 {
    width: 100%;
    padding-bottom: 50%}
.portfolio-box.width2.height2 {
    width: 100%;
    padding-bottom: 100%}
.portfolio_related_item.item_2.empty {
    display: block;
}
.portfolio_related_item.item_1.empty .hover-effect-link {
    border-right: 1px solid #ddd;
}
}@media only screen and (max-width: 40.063em) {
    .order-info
mark {
    background: none!important;
}
.full-width-page
.columns {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.wpb_wrapper .vc_separator
h2 {
    font-size: 1.875em !important;
    line-height: 1.33333em !important;
}
}@media only screen and (min-width: 40.063em) {
    .row {
    padding: 0
50px;
}
.row
.row {
    padding: 0;
}
h1, h2 {
    line-height: 1.13;
}
h1 {
    font-size: 3.125rem;
}
h2 {
    font-size: 2.3125rem;
}
h3 {
    font-size: 1.875rem;
    line-height: 1.2em;
}
h4 {
    font-size: 1.4375rem;
    line-height: 1.391304em;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.55555em;
}
h6 {
    font-size: 1rem;
    line-height: 1.625em;
}
.single .entry-title {
    font-size: 4.6875rem;
}
.page-title {
    font-size: 3.125rem;
    margin-bottom: 28px;
    line-height: 1;
}
.page-title:after {
    width: 100px;
    height: 3px;
    margin: 32px
auto;
}
p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}
.woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-last {
    width: 48%}
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    width: auto;
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
    margin-left: 0px;
    margin-right: 0px;
}
.woocommerce-ordering select.big-select {
    width: auto !important;
}
#site-footer {
    padding: 80px
0 30px;
}
.trigger-footer-widget-area {
    display: none;
}
.site-footer-widget-area {
    display: block;
    margin-bottom: 60px;
}
#site-footer .button.checkout.wc-forward {
    margin-bottom: 30px;
}
.site-footer-widget-area .columns:nth-child(2n+1) {
    clear: left;
}
.footer_socials_wrapper {
    margin-bottom: 34px;
}
.footer-navigation-wrapper
ul {
    margin-bottom: 34px;
}
.footer-navigation-wrapper ul
li {
    display: inline-block;
    padding-right: 14px;
    margin: 0px
10px 15px 0;
    position: relative;
}
.footer-navigation-wrapper ul li:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    border-right: 1px solid;
    opacity: 0.5;
    position: absolute;
    top: -1px;
    right: 0;
}
.footer-navigation-wrapper ul li:last-child:after {
    display: none;
}
.payment_methods {
    text-align: left;
}
.payment_methods
img {
    margin-bottom: 0;
}
#site-footer
.copyright_text {
    margin-bottom: 46px;
}
.blog-post, .grid-sizer {
    width: 50%;
    padding-left: 1.5%;
    padding-right: 1.5%}
.page-header {
    margin-bottom: 104px;
}
.content-area {
}
.entry-header-page {
    margin-bottom: 80px;
}
.blog-isotop-container {
    padding: 0
0px 90px;
    margin-left: 0;
    margin-right: 0;
}
.post_meta_archive, 
.entry-title-archive span, 
.gallery-title, 
.entry-content-archive, 
.blog #nav-below.paging-navigation, 
.archive #nav-below.paging-navigation {
    margin-left: 0px;
    margin-right: 0px;
}
.thumbnail_archive {
    margin-top: 0px;
}
.page-title-desc, .page-type {
    margin-bottom: 20px;
}
.blog-isotope .entry-content-archive h1, 
.blog-isotope .entry-content-archive h2, 
.blog-isotope .entry-content-archive h3, 
.blog-isotope .entry-content-archive h4, 
.blog-isotope .entry-content-archive
h5 {
    font-size: 1.125rem;
    line-height: 1.55555em;
    margin-bottom: 1.25rem;
}
.blog-isotope .entry-content-archive, 
.blog-isotope .entry-content-archive p, 
.blog-isotope .entry-content-archive ul, 
.blog-isotope .entry-content-archive ol, 
.blog-isotope .entry-content-archive
dl {
    font-size: 1.125rem;
    line-height: 1.5em;
    margin-bottom: 1.25rem;
}
.more-link {
    margin-top: 1rem;
}
.blog-post .blog-post-inner {
    padding-bottom: 60px;
}
.entry-thumbnail {
    margin: 0
0px  58px;
}
.single-post-header.with-thumb
.title {
    padding: 225px
0 220px 0;
}
.post_meta:before {
    margin: 39px
auto 43px;
}
.blog-single .wp-caption-text, 
.blog-page .wp-caption-text {
    position: absolute;
    bottom: 25px;
    width: 180px;
    padding: 15px
20px;
    background: #333;
    margin: 0;
}
.blog-single .wp-caption.alignnone .wp-caption-text, 
.blog-page .wp-caption.alignnone .wp-caption-text {
    right: -25px;
}
.blog-single .wp-caption.aligncenter .wp-caption-text, 
.blog-page .wp-caption.aligncenter .wp-caption-text {
    right: -15px;
}
.blog-single .wp-caption.alignleft .wp-caption-text, 
.blog-page .wp-caption.alignleft .wp-caption-text {
    left: -25px;
}
.blog-single .wp-caption.alignright .wp-caption-text, 
.blog-page .wp-caption.alignright .wp-caption-text {
    right: -15px;
}
blockquote
p {
    padding-left: 43px;
}
.gallery
br {
    height: 0;
    display: block;
}
.gallery-columns-1 dl.gallery-item {
    width: 100% !important;
    padding-bottom: 100% !important;
}
.gallery-columns-2 dl.gallery-item {
    width: 50% !important;
    padding-bottom: 50% !important;
}
.gallery-columns-3 dl.gallery-item {
    width: 33.3333333333% !important;
    padding-bottom: 33.3333333333% !important;
}
.gallery-columns-4 dl.gallery-item {
    width: 25% !important;
    padding-bottom: 25% !important;
}
.gallery-columns-5 dl.gallery-item {
    width: 20% !important;
    padding-bottom: 20% !important;
}
.gallery-columns-6 dl.gallery-item {
    width: 16.6666666666% !important;
    padding-bottom: 16.6666666666% !important;
}
.gallery-columns-7 dl.gallery-item {
    width: 14.285714% !important;
    padding-bottom: 14.285714% !important;
}
.gallery-columns-8 dl.gallery-item {
    width: 12.5% !important;
    padding-bottom: 12.5% !important;
}
.gallery-columns-9 dl.gallery-item {
    width: 11.1111111111% !important;
    padding-bottom: 11.1111111111% !important;
}
.gallery-item .gallery-caption {
    display: block;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5em;
    color: #999;
    background: #000;
    padding: 9px
20px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    right: 20px;
    bottom: 40px;
    left: 20px;
    transition: opacity 0.3s,  bottom 0.3s,  z-index 0s ease 0.3s;
    -webkit-transition: opacity 0.3s,  bottom 0.3s,  z-index 0s ease 0.3s;
}
.gallery-item .gallery-caption:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    right: 10px;
}
.gallery-item .gallery-caption.show {
    opacity: 1;
    z-index: 9;
    bottom: 60px;
    transition: opacity 0.3s,  bottom 0.3s,  z-index 0.3s;
    -webkit-transition: opacity 0.3s,  bottom 0.3s,  z-index 0.3s;
}
.gallery-caption-trigger {
    display: block;
    width: 24px;
    line-height: 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Georgia', sans-serif;
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 10;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gallery-caption-trigger:hover {
    background: #fff;
}
.paging-navigation, .post-navigation {
    background: none;
    height: auto;
}
.paging-navigation:after, .paging-navigation:before, .post-navigation:after, .post-navigation:before {
    display: none;
}
#nav-below {
    margin: 50px
0 57px;
}
.nav-previous, .nav-next {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3125rem;
}
.nav-next a, 
.nav-previous
a {
    font-size: 1.3125rem;
    background: none;
    display: inline-block;
    padding-top: 0;
    height: auto;
}
.nav-next
a {
    text-align: right;
}
.nav-previous
a {
    text-align: left;
}
.nav-next a:hover, 
.nav-previous a:hover {
    background: none;
}
.nav-next a:before, 
.nav-previous a:before {
    display: none;
}
.nav-next .nav-next-title, 
.nav-previous .nav-previous-title {
    display: block;
}
.nav-next a span, 
.nav-previous a
span {
    display: inline-block;
}
#nav-below.paging-navigation {
    margin-bottom: 3px;
    padding: 0
1.5%}
.paging-navigation .nav-next {
    float: right;
}
.paging-navigation
.fa {
    display: inline-block;
}
.error-404, .no-results {
    margin-top: 0px;
}
.error-404 .search-form, 
.no-results .search-form {
    display: inline-block;
    padding-bottom: 80px;
}
.error-404 input[type="text"], 
.error-404 input[type="search"], 
.no-results input[type="text"], 
.no-results input[type="search"] {
    width: 300px;
    margin-right: 10px;
}
.error-404 h1.page-title {
    font-size: 3.75rem;
    margin-bottom: 23px;
}
.no-results h1.page-title {
    font-size: 6.25rem;
    margin-top: 100px;
    margin-bottom: 30px;
}
.error-404-text, .no-results-text {
    font-size: 1.5rem;
}
.error-banner
img {
    max-width: none;
}
.comments-area {
    margin: 86px
0 65px;
}
.comments-title {
    font-size: 30px;
    font-weight: normal;
    text-align: left;
}
.comment-list {
    margin: 64px
0 0 !important;
}
.comments-area
article {
    padding: 0;
}
.comment-content {
    padding: 0
0 0 100px;
}
.comment-author-avatar {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
.comment-author-avatar
img {
    width: 80px;
    height: 80px;
}
.comment-content .comment-author, 
.comment-content .comment-metadata {
    padding: 0;
}
.comment-metadata {
    margin-top: -2px;
    margin-bottom: 25px;
}
.comment-text
p {
    margin: 15px
0 23px;
}
.logged-in-as, .comment-notes, #reply-title {
    text-align: left;
}
.comment-respond {
    margin: 30px
0 30px 0;
}
.logged-in-as, .comment-notes {
    margin-bottom: 1.25rem;
}
.comment-list > li:last-child .comment-separator {
    opacity: 0;
}
#respond {
    margin-top: -6px;
}
#commentform .comment-notes {
    padding: 5px
0 31px;
}
#commentform .form-submit {
    margin-top: 20px;
}
.comment-separator {
    width: 100%;
    height: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 32px
0;
}
.widget {
    margin-bottom: 80px;
}
.login-register-container {
    margin-top: 55px;
}
.login-register-container .page-title {
    margin-bottom: 28px;
}
.login_footer_separator {
    padding: 35px
0;
}
.register-form
.login_footer_separator {
    margin-top: -7px;
}
.login-form
.login_footer_separator {
    margin-top: -20px;
}
.woocommerce form .form-row-first.first-name-row, 
.woocommerce-page form .form-row-last.last-name-row, 
.woocommerce form .form-row-first.password-row, 
.woocommerce-page form .form-row-last.repeat-password-row {
    width: 48%}
.shipping_billing_wrapper {
    float: left;
    width: 66.66666%}
.shipping_billing_wrapper
h3 {
    margin-top: 0.5rem;
}
.my_address_description {
    width: 33.33333%;
    margin-bottom: 30px;
    padding-right: 52px;
    padding-bottom: 23px;
    float: left;
}
.billing_shipping_address_title {
    margin-top: 4px;
    margin-bottom: 13px;
}
.order-info {
    margin: 16px
-60px 8px;
    padding-left: 60px;
    padding-right: 60px;
}
.order-info
mark {
    font-size: 1.125rem;
    font-weight: 700;
    padding: 3px
10px;
    margin: 0
5px 5px;
    display: inline-block;
}
.shop_table.order_details_footer .product-total, 
.shop_table.order_details .product-total {
    width: 250px;
}
.woocommerce .shop_table.order_details tfoot th, 
.woocommerce-page .shop_table.order_details tfoot
th {
    padding-left: 28%}
.woocommerce
.shop_table.customer_details {
}
.thank_you_header
p {
    font-size: 1.125rem;
}
.thank_you_header_text {
    margin: 13px
-500px 0;
    padding: 31px
500px 15px;
}
.thank_you_header
.order_details {
    display: inline-block;
}
.thank_you_header
.order_details {
    padding-top: 40px;
}
.thank_you_bank_details {
    margin-top: 90px;
}
.woocommerce-checkout .content-area
.billing_shipping_address_title {
    margin-top: 4px;
}
.woocommerce-checkout .shipping_billing_wrapper .columns:last-of-type {
    margin-top: 0px;
}
.track_order_form {
    width: 460px;
    max-width: 100%;
    margin: 0
auto 10px;
    padding: 43px
60px 60px;
}
.track_order_form.custom_border:after {
    display: block;
}
.woocommerce  ul.products-grid, 
.woocommerce-page  ul.products-grid {
    margin: 0px
-10px 36px;
}
.woocommerce-pagination {
    margin: 0px
0 67px;
}
.shop_header {
    margin-bottom: 60px;
}
.products .out_of_stock_badge_loop, .out_of_stock_badge_single {
    font-size:  .75rem;
    padding: 1px
8px;
}
.woocommerce .products span.onsale, 
.woocommerce-page .products span.onsale, 
.woocommerce span.onsale, 
.woocommerce-page
span.onsale {
    font-size:  .75rem;
    padding: 1px
8px;
}
div.product
.tob_bar_shop {
    display: block;
}
.product_content_wrapper {
    padding-top: 60px;
    padding-bottom: 65px;
    margin-top: 0;
}
.product-images-wrapper {
    margin: 0;
}
.woocommerce #content div.product .product_title, 
.woocommerce div.product .product_title, 
.woocommerce-page #content div.product .product_title, 
.woocommerce-page div.product
.product_title {
    font-size: 3rem;
    line-height: 1.13em;
}
.woocommerce-tabs {
    padding-top: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel, 
.woocommerce #content div.product .woocommerce-tabs .panel, 
.woocommerce-page div.product .woocommerce-tabs .panel, 
.woocommerce-page #content div.product .woocommerce-tabs
.panel {
    padding: 22px
0 55px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs
li {
    display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs
li {
    border-top: 3px solid transparent;
    margin: -1px 21px 18px 21px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs
li.active {
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li
a {
    line-height: 1.5;
    padding: 23px
0 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active
a {
    border-bottom: none;
}
.single_product_summary_related h2, 
.single_product_summary_upsell
h2 {
    font-size: 1.5em;
    margin: 72px
0 26px 0;
}
.woocommerce table.shop_attributes, 
.woocommerce-page
table.shop_attributes {
    margin-top: 0px;
    margin-bottom: 0px;
}
.woocommerce table.shop_attributes th, 
.woocommerce-page table.shop_attributes
th {
    width: 150px;
}
.woocommerce table.shop_attributes th, 
.woocommerce-page table.shop_attributes th, 
.woocommerce table.shop_attributes td, 
.woocommerce-page table.shop_attributes
td {
    font-size: 1.125rem;
    padding: 13px
0px 13px;
}
.product_infos .group_table
td.label {
    padding-right: 40px !important;
}
.product_infos .group_table td.label
label {
    margin-top: 0px;
}
.woocommerce .product_infos .group_table td.label .price, 
.woocommerce-page .product_infos .group_table td.label
.price {
    display: none;
}
.woocommerce .product_infos .group_table td.price, 
.woocommerce-page .product_infos .group_table
td.price {
    display: table-cell;
}
.woocommerce #reviews #comments ol.commentlist li, 
.woocommerce-page #reviews #comments ol.commentlist
li {
    margin: 50px
0 55px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, 
.woocommerce-page #reviews #comments ol.commentlist li
img.avatar {
    width: 70px;
    height: 70px;
}
.woocommerce #reviews h3, 
.woocommerce-page #reviews
h3 {
    font-size: 1.3125rem;
    text-transform: capitalize;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0
100px 0 107px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text
.description {
    margin: 11px
-100px 0 0;
}
.woocommerce #reviews h3.comment-reply-title, 
.woocommerce-page #reviews h3.comment-reply-title {
    font-size: 1.75rem;
    line-height: 1.3;
}
.woocommerce #reviews .star-rating, 
.woocommerce-page #reviews .star-rating {
    margin-right: -100px;
}
.woocommerce .comment-form-rating p.stars, 
.woocommerce-page .comment-form-rating
p.stars {
    font-size: 0.875rem;
}
.woocommerce form .form-row-first.comment-form-author, 
.woocommerce-page form .form-row-first.comment-form-author, 
.woocommerce form .form-row-last.comment-form-email, 
.woocommerce-page form .form-row-last.comment-form-email {
    width: 48%}
.cart_form {
    margin-bottom: 80px;
}
.cart_form .custom_border:after {
    display: block;
}
.woocommerce .cart_form .cart-collaterals, 
.woocommerce-page .cart_form .cart-collaterals {
    padding-bottom: 40px;
}
.cart_right_wrapper {
    margin: 0;
}
.woocommerce table.cart .product-thumbnail, 
.woocommerce #content table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail, 
.woocommerce-page #content table.cart .product-thumbnail {
    display: table-cell;
}
.woocommerce table.cart .product-name .amount-wrapper, 
.woocommerce #content table.cart .product-name .amount-wrapper {
    display: none;
}
.woocommerce table.cart .product-name, 
.woocommerce #content table.cart .product-name {
    padding-right: 40px;
}
.woocommerce td.product-quantity, 
.woocommerce-page td.product-quantity {
    min-width: 80px;
}
.woocommerce .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page .quantity, 
.woocommerce-page #content
.quantity {
    width: 74px;
}
.woocommerce table.cart .product-price, 
.woocommerce #content table.cart .product-price, .product-price-thead, .product-name-thead {
    display: table-cell;
}
.woocommerce table.cart td.product-remove {
    text-align: center;
    width: 40px;
    max-width: 40px;
}
.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals {
    padding: 30px
40px 40px;
}
.cart_left_wrapper {
    margin-top: 27px;
    margin-bottom: 70px;
}
.woocommerce-cart.woocommerce-page #content .quantity
input.qty {
    font-size: 1.5rem;
    width: 60px !important;
    height: 50px;
}
.shipping-calculator-wrapper, .update_and_checkout {
    width: 50%;
    float: right;
}
.shipping-calculator-button-wrapper:after, .shipping-calculator-form:after, .cart-buttons:after, .cart-totals-wrapper:after, .cart-collaterals:after, .cart_right_wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.coupon_code_wrapper {
    border-width: 3px;
    border-style: dashed;
    margin: 0;
    padding: 36px
0px 42px;
}
.coupon_code_wrapper
#coupon_code {
    width: 250px;
    margin: 0
10px 0 0;
}
.coupon_code_text {
    margin-bottom: 22px;
}
.cart-wishlist-empty-banner {
    margin-top: 67px;
}
.cart-wishlist-empty-banner
img {
    max-width: none;
}
.cart-wishlist-empty {
    font-size: 3.125rem;
    line-height: 1.2em;
    margin-bottom: 100px;
}
.cart-empty {
    margin: 22px
0 18px;
}
.return-to-shop {
    margin-bottom: 185px;
}
.woocommerce-checkout .content-area
h3 {
    margin: 0px
20px 20px 0;
}
.thank_you_header .order_details li.order, 
.thank_you_header .order_details li.total, 
.thank_you_header .order_details li.date, 
.thank_you_header .order_details
li.method {
    width: auto;
}
.thank_you_header .order_details li.order, 
.thank_you_header .order_details li.total, 
.thank_you_header .order_details
li.date {
    margin-right: 77px;
}
.thank_you_header .order_details
li.total {
    clear: none;
}
.thank_you_header .order_details
li.date {
}
.thank_you_header .order_details li.date, 
.thank_you_header .order_details
li.order {
    padding-bottom: 0px;
}
.thank_you_header_img_top {
    margin: 14px
0 40px 0;
}
.thank_you_header_img_bottom {
    margin: 11px
0 30px 0;
}
.order_details.bacs_details
li {
    clear: none;
}
.checkout_left_wrapper {
    margin-top: 50px;
    margin-bottom: 105px;
}
.checkout_right_wrapper {
    margin: 0px
0 13px;
}
.checkout_right_wrapper .custom_border:after {
    display: block;
}
.order_review_wrapper {
    padding: 25px
40px 32px;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child, 
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child, 
.woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child, 
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
    width: 50%}
#shipping_method li
.amount {
    display: inline-block;
}
.order_review_wrapper .order_details_footer_container, 
.woocommerce-page .order_review_wrapper  .my_account_container
table.shop_table.order_details_footer {
    float: right;
    width: 370px;
    margin-bottom: 18px;
}
.woocommerce .checkout .col-2 h3, 
.woocommerce-page .checkout .col-2
h3 {
    float: left;
    margin-bottom: 20px;
}
#ship-to-different-address {
    text-align: center;
    float: left;
    padding-top: 1px;
    margin-bottom: 0;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment
#place_order {
    width: auto;
}
.woocommerce table.cart.wishlist_table td.product-remove {
    width: 30px;
    min-width: 30px;
}
.woocommerce-page table.cart.wishlist_table .product-name, 
.woocommerce-page #content table.cart.wishlist_table .product-name {
    padding-right: 40px;
}
.woocommerce table.cart.wishlist_table .product-price, 
.woocommerce #content table.cart.wishlist_table .product-price {
    padding-right: 30px;
}
.product-add-to-cart .button, 
.woocommerce .product-add-to-cart
a.alt.button {
    font-size: 13px !important;
    width: auto;
    height: auto;
    padding-right: 32px !important;
    padding-left: 32px !important;
    position: relative;
    top: 0;
}
.woocommerce-page table.cart.wishlist_table .product-add-to-cart, 
.woocommerce-page #content table.cart.wishlist_table .product-add-to-cart {
    width: 143px;
}
.product-add-to-cart .button:before, 
.woocommerce .product-add-to-cart a.alt.button:before {
    display: none;
}
.hover-effect-content .hover-effect-title, 
.wpb_wrapper h2.hover-effect-title {
    font-size: 1.875rem;
}
.filters-group.list-centered {
    margin-bottom: 5px;
}
.portfolio_content_nav #nav-below {
    padding: 40px
50px 38px;
    margin: 0;
    border-top-width: 1px;
    border-top-style: solid;
}
.portfolio_content_nav #nav-below .nav-previous span:before, 
.portfolio_content_nav #nav-below .nav-next span:after {
    font-size: 20px;
    color: #888;
    display: inline-block;
    font: normal normal normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.portfolio_content_nav #nav-below .nav-previous span:before {
    content: "\2190";
    margin-right: 3px;
}
.portfolio_content_nav #nav-below .nav-next span:after {
    content: "\2192";
    margin-left: 3px;
}
.woocommerce-error, 
.woocommerce-message, 
.woocommerce-info, 
.woocommerce .woocommerce-error, 
.woocommerce-page .woocommerce-error, 
.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-message, 
.woocommerce-page .woocommerce-info {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 18px
33px 18px 33px !important;
}
.woocommerce-wishlist.woocommerce  .woocommerce-message, 
.woocommerce-wishlist.woocommerce-page .woocommerce-message, 
.single-product.woocommerce  .woocommerce-message, 
.single-product.woocommerce-page .woocommerce-message {
    padding: 18px
33px 18px 33px !important;
    margin: -14px 0 35px !important;
}
.single-product.woocommerce  .woocommerce-error, 
.single-product.woocommerce-page .woocommerce-error {
    padding: 18px
33px !important;
    margin: -14px 0 35px !important;
}
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message
.button {
    font-size: 1.125rem !important;
}
.woocommerce .woocommerce-message
a {
    font-size: 1.125rem !important;
}
.woocommerce form.checkout_coupon, 
.woocommerce-page
form.checkout_coupon {
    border-width: 3px;
    border-style: dashed;
    padding: 58px
0;
    width: 695px;
    max-width: 100%;
    margin: 18px
auto 30px;
}
.checkout_coupon_inner {
    display: inline-block;
}
form.checkout_coupon
#coupon_code {
    width: 320px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    float: left;
}
.woocommerce-checkout .woocommerce-info {
    font-size: 1.1875rem;
    line-height: 1.2631em;
}
.checkout_login
form.login {
    width: 510px;
    margin: 0
auto;
    padding: 24px
20px 14px;
    border: none;
}
.woocommerce-checkout .checkout_coupon_box .woocommerce-message {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
}
.woocommerce form.login p:first-child, 
.woocommerce-page form.login p:first-child {
    margin: 0px
-20px 14px;
}
.woocommerce form.login
.inline {
    font-size: 1.125rem;
}
.woocommerce form.login
.lost_password {
    margin-top: -66px;
    font-size: 1.125rem;
}
.woocommerce-checkout.woocommerce .checkout_coupon_box .woocommerce-error, 
.woocommerce-checkout.woocommerce-page .checkout_coupon_box .woocommerce-error, 
.woocommerce-checkout.woocommerce form.checkout .woocommerce-error, 
.woocommerce-checkout.woocommerce-page form.checkout .woocommerce-error {
    padding: 18px
33px 18px 33px !important;
}
.woocommerce-checkout .woocommerce>.woocommerce-message {
    margin-bottom: 10px !important;
}
.wpb_wrapper
.categories_grid {
    margin-bottom: 0;
}
.full-width-page .wpb_wrapper .gallery, 
.full-width-page .wpb_alert.wpb_content_element, 
.full-width-page .wpb_wrapper .wpb_gmaps_widget, 
.full-width-page .wpb_wrapper #map_container, 
.full-width-page .wpb_wrapper .wpb_revslider_element, 
.full-width-page .wpb_wrapper .portfolio-isotope-container {
    margin-left: -60px !important;
    margin-right: -60px !important;
}
.wpb_wrapper .vc_separator h2, 
.wpb_wrapper .vc_separator
div {
    padding: 0
50px;
    white-space: pre;
}
.wpb_wrapper .vc_separator.without-separator
h2 {
    white-space: normal;
}
.wpb_wrapper .vc_separator
.vc_sep_holder {
    display: table-cell;
}
.vc_separator_align_left.vc_separator h2, 
.vc_separator_align_left.vc_separator
div {
    padding: 0
50px 0 0;
}
.vc_separator_align_right.vc_separator h2, 
.vc_separator_align_right.vc_separator
div {
    padding: 0
0px 0 50px;
}
.wpb_wrapper .without-separator
.vc_sep_holder {
    display: none;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav:after {
    background: none repeat scroll 0 0 #ddd;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav
li {
    display: inline-block;
    margin: 0
0px 0px 60px;
    position: relative;
    z-index: 1;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav  li:after, 
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:after {
    display: none !important;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav  li a, 
.wpb_tabs.wpb_content_element .wpb_tabs_nav  li
a {
    display: inline-block;
    padding: 21px
0;
    border-bottom-color: transparent;
    border-bottom-width: 3px;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav  li
a {
}
.wpb_tour.wpb_content_element .wpb_tabs_nav  li
a {
    font-size: 0.8125rem;
    margin-bottom: 10px;
}
.wpb_tour.wpb_content_element
.wpb_tabs_nav {
    width: 25%;
    padding-right: 15px;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper
.wpb_tab {
    width: 75%;
    padding: 0;
    padding-left: 15px;
    padding-bottom: 30px;
}
.wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, 
.wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper
.wpb_tab {
    padding: 30px
0;
}
.wpb_tour.wpb_content_element
.wpb_tour_next_prev_nav {
    width: 75%;
    padding-left: 15px;
    margin-left: 25%}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span
a {
    font-size: 1rem;
}
.wpb_tour .ui-helper-reset, 
.wpb_tabs .ui-helper-reset, 
.wpb_accordion .ui-helper-reset {
    line-height: 1.8;
}
.wpb_alert.wpb_content_element .messagebox_text:before {
    top: 5px;
}
.wpb_wrapper .wpb_toggle, 
#content .wpb_wrapper
h4.wpb_toggle {
    font-size: 1.3125rem;
    line-height: 2rem;
    padding-left: 40px;
    margin-bottom: 28px;
}
.wpb_wrapper .wpb_toggle:last-of-type + .wpb_toggle_content, 
#content .wpb_wrapper  h4.wpb_toggle:last-of-type+.wpb_toggle_content {
    margin-top: 16px;
}
.wpb_wrapper
.wpb_toggle_content {
    margin-top: -16px;
    margin-bottom: 31px;
    padding-left: 40px;
}
.wpb_heading.wpb_accordion_heading {
    margin: 0
0 11px;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_header
.accordion_title {
    font-size: 1.3125rem;
    line-height: 2.3rem;
    padding: 13px
40px 13px 20px;
    font-weight: 700;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    top: 22px;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper
.wpb_accordion_content {
    padding-bottom: 27px;
}
.wpb_heading.wpb_progress_bar_heading {
    font-size: 1.4375rem;
}
.shortcode_icon_box.icon_position_left {
    padding-left: 85px;
}
.shortcode_icon_box.icon_position_right {
    padding-right: 190px;
}
.shortcode_icon_box.icon_position_left
.icon_wrapper {
    width: 70px;
    height: 70px;
    padding-top: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.shortcode_icon_box.icon_position_right
.icon_wrapper {
    width: 100px;
    height: 100px;
    padding-top: 23px;
    position: absolute;
    top: 8px;
    right: 60px;
}
.shortcode_icon_box.icon_position_left
.icon {
    font-size: 36px;
    line-height: 36px;
}
.shortcode_icon_box.icon_position_right
.icon {
    font-size: 52px;
    line-height: 52px;
}
}@media only screen and (min-width: 56.3125em) {
    .woocommerce-account
h2 {
    margin-top: 68px;
    margin-bottom: 15px;
}
.my_address_title {
    margin-top: 68px;
}
.myaccount_user_inner {
    font-size: 1.125rem;
}
.account_button {
    margin-top: 35px !important;
}
.woocommerce ul.digital-downloads li .count, 
.woocommerce-page ul.digital-downloads li .count
.woocommerce ul.digital-downloads li a, 
.woocommerce-page ul.digital-downloads li
a {
    display: inline-block;
}
.woocommerce ul.digital-downloads li a, 
.woocommerce-page ul.digital-downloads li
a {
    width: 65%;
    float: left;
}
.woocommerce ul.digital-downloads li .count, 
.woocommerce-page ul.digital-downloads li
.count {
    float: right;
    padding-left: 0;
}
.woocommerce ul.digital-downloads li:after, 
.woocommerce-page ul.digital-downloads li:after {
    margin: 0
0 19px 0;
    padding: 19px
0 0;
    clear: both;
}
.woocommerce table.my_account_orders, 
.woocommerce-page
table.my_account_orders {
    margin-top: 0px;
    font-size: 0.9375rem;
}
.woocommerce .my_account_container table.shop_table .order-date, 
.woocommerce .my_account_container table.shop_table .order-actions {
    display: table-cell;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .my_account_container table.shop_table .order-actions
.account_view_link {
}
.woocommerce .my_account_container table.shop_table .order-actions
a {
    padding-left: 10px;
}
.woocommerce .my_account_container table.shop_table .order-status, 
.woocommerce .my_account_container table.shop_table .order-date {
    padding-left: 25px;
    padding-right: 25px;
}
.woocommerce .my_account_container table.shop_table .order-total {
    padding-left: 25px;
    padding-right: 25px;
    width: 239px;
}
.woocommerce .my_account_container table.shop_table td.order-number, 
.woocommerce-page .my_account_container table.shop_table td.order-number {
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .my_account_container table.shop_table td .amount, 
.woocommerce-page .my_account_container table.shop_table td
.amount {
    display: inline-block;
}
.portfolio-grid-sizer {
    width: 33.3333333333%}
.portfolio-box, .portfolio_related_item {
    width: 33.3333333333%;
    padding-bottom: 33.3333333333%}
.portfolio-box.width2 {
    width: 66.6666666666%;
    padding-bottom: 33.3333333333%}
.portfolio-box.width2.height2 {
    width: 66.6666666666%;
    padding-bottom: 66.6666666666%}
.portfolio_related_item.item_3.empty {
    display: block;
}
.portfolio_related_item.item_2.empty .hover-effect-link {
    border-right: 1px solid #ddd;
}
}@media only screen and (min-width: 40.063em) and (max-width: 63.9375em) {
    .full-width-page
.columns {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
}@media only screen and (max-width: 63.9375em) {
    .full-width-page
.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.full-width-page .columns
.row {
    margin-left: 0;
    margin-right: 0;
}
.full-width-page .columns
.columns {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.full-width-page .columns
.wpb_content_element {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}@media only screen and (min-width: 63.9375em) {
    .page-title {
    font-size: 6.25rem;
    margin-bottom: 28px;
    line-height: 1;
}
.owl-theme .owl-controls {
    margin-top: 0px;
}
.owl-theme .owl-controls .owl-page
span {
    height: 8px;
    margin: 5px
3px;
    width: 8px;
}
select.big-select, select.topbar-language-switcher, select.wcml_currency_switcher {
    opacity: 0;
}
.woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-last {
    width: 48.8%}
.blog-post, .grid-sizer {
    width: 33.3333333333%}
.content-area {
}
.without-sidebar .video-container {
}
.entry-thumbnail {
    padding: 0
25px;
}
.blog-single
.larger {
    width: 915px;
    margin-left: -124px;
    margin-bottom: 1.23em;
    max-width: 915px;
}
.parallax-container {
    background-attachment: fixed;
}
.error-404 input[type="text"], 
.error-404 input[type="search"], 
.no-results input[type="text"], 
.no-results input[type="search"] {
    width: 470px;
    margin-right: 10px;
}
.comment-list
ul.children {
    margin: 0
0 0em 120px;
}
.previous-image, .next-image {
    margin-top: -56px;
}
.login-register-container {
    margin-top: 60px;
}
.login-register-container .page-title {
    margin-bottom: 58px;
}
.lost-pass-link {
    border-bottom: 1px solid;
}
.login_footer {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    text-align: left;
    padding: 54px
130px 58px 110px;
}
.login_footer_separator, .account-tab-link-mobile {
    display: none;
}
.site-content .account-tab-list, .account-tab-list {
    float: right;
    padding: 0
0 20px;
}
.account-tab-link {
    font-size: 0.8125rem;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 15px
30px 16px 35px;
    min-width: 122px;
    width: auto;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    line-height: 1;
    white-space: nowrap;
    opacity: 1;
    position: absolute;
    top: -7px;
    right: 0;
    z-index: 100;
    transition: opacity .3s ease .3s;
    -webkit-transition: opacity .3s ease .3s;
}
.account-tab-link:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 48px;
    background: url('/wp-content/themes/shopkeeper/images/arrow-button.png');
    position: absolute;
    right: -19px;
    top: -2px;
}
.go_home {
    display: inline-block;
}
.woocommerce-account
h2 {
    margin-top: 78px;
    margin-bottom: 17px;
}
.my_address_title {
    margin-top: 78px;
}
.order-info {
    margin: 16px
-1000px 8px;
    padding-left: 1000px;
    padding-right: 1000px;
}
.thank_you_header
p {
    font-size: 1.5rem;
}
.cart_form {
    margin-bottom: 100px;
}
.cart_left_wrapper {
    padding-right: 30px;
    margin-bottom: 0px;
    margin-top: 60px;
}
.cart_right_wrapper {
    margin-left: 30px;
    margin-top: 60px;
}
.shipping-calculator-wrapper, .update_and_checkout {
    width: auto;
    float: none;
}
.cart-wishlist-empty {
    font-size: 3.75rem;
    line-height: 1.2em;
}
.cart-empty {
    margin: 13px
0 18px;
}
.checkout_left_wrapper {
    margin-right: 30px;
    margin-top: 90px;
}
.checkout_right_wrapper {
    margin-left: 30px;
    margin-top: 90px;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child, 
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child, 
.woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child, 
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
    width: 154px;
}
#shipping_method li
.amount {
    display: block;
}
.woocommerce .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:first-child, 
.woocommerce-page .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:first-child {
    max-width: 40%}
.woocommerce .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:last-child, 
.woocommerce-page .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:last-child {
    width: auto;
    padding-left: 40px;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment
#place_order {
    width: 100%}
.woocommerce #payment ul.payment_methods li img, 
.woocommerce-page #payment ul.payment_methods li
img {
    margin: -2px 0px 0 6px;
}
.woocommerce #payment .payment_method_paypal .about_paypal, 
.woocommerce-page #payment .payment_method_paypal
.about_paypal {
    display: block;
}
.woocommerce-page table.cart.wishlist_table .product-name, 
.woocommerce-page #content table.cart.wishlist_table .product-name {
    padding-right: 70px;
}
.woocommerce-page table.cart.wishlist_table .product-stock-status, 
.woocommerce-page #content table.cart.wishlist_table .product-stock-status {
    display: table-cell;
    padding-left: 0;
    padding-right: 30px;
}
.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count {
    display: inline-block;
}
.woocommerce  ul.products-grid, 
.woocommerce-page  ul.products-grid {
    margin: 0px
-10px 57px;
}
.shop_header.with_featured_img.with_parallax
.shop_header_overlay {
    background: rgba(0, 0, 0, 0.3);
}
.shop_header_bkg.parallax {
    background-size: cover !important;
    background-position: center top;
    opacity: 0;
    transition: opacity 0s;
    -webkit-transition: opacity 0s;
}
.shop_header_bkg.parallax.loaded {
    opacity: 1;
}
.woocommerce-pagination {
    margin: 0px
0 84px;
}
.categories_grid .category_name, 
.category_list
.category_name {
    font-size: 1.875rem;
}
.product_content_wrapper {
    padding-top: 80px;
}
.product_summary_thumbnails_wrapper {
    display: block;
}
.product_navigation {
    margin: 8px
0;
}
.product_images .owl-theme .owl-controls {
    margin-top: 30px;
    margin-bottom: 0;
}
.product_infos {
    padding: 0
0 0 40px;
}
.woocommerce .woocommerce-product-rating, 
.woocommerce-page .woocommerce-product-rating, 
.woocommerce #content div.product .product_title, 
.woocommerce div.product .product_title, 
.woocommerce-page #content div.product .product_title, 
.woocommerce-page div.product .product_title, 
.woocommerce div.product span.price, 
.woocommerce-page div.product span.price, 
.woocommerce #content div.product span.price, 
.woocommerce-page #content div.product span.price, 
.woocommerce div.product p.price, 
.woocommerce-page div.product p.price, 
.woocommerce #content div.product p.price, 
.woocommerce-page #content div.product
p.price {
    text-align: left;
}
.woocommerce div.product .woocommerce-tabs .panel, 
.woocommerce #content div.product .woocommerce-tabs .panel, 
.woocommerce-page div.product .woocommerce-tabs .panel, 
.woocommerce-page #content div.product .woocommerce-tabs
.panel {
    padding: 42px
0 55px;
}
.product_images .flex-control-nav {
    display: none;
}
.product_images .owl-controls {
    display: none !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text
.description {
    margin: 15px
0 0 0;
}
.product_socials_wrapper.show-share-text-on-mobiles
.product_socials_wrapper_inner {
    margin-top: -20px;
    transition: margin-top 0.3s ease 0.5s;
    -webkit-transition: margin-top 0.3s ease 0.5s;
}
.product_socials_wrapper.show-share-text-on-mobiles .share-product-text {
    opacity: 0;
    transition: opacity 0.3s ease .3s;
    -webkit-transition: opacity 0.3s ease .3s;
}
.product_socials_wrapper.show-share-text-on-mobiles.hovered
.product_socials_wrapper_inner {
    margin-top: 15px;
    transition: margin-top 0.3s ease .3s;
    -webkit-transition: margin-top 0.3s ease .3s;
}
.product_socials_wrapper.show-share-text-on-mobiles.hovered .share-product-text {
    opacity: 1;
    transition: opacity 0.3s ease 0.5s;
    -webkit-transition: opacity 0.3s ease 0.5s;
}
.shop-has-sidebar
#button_offcanvas_sidebar_left {
    display: none;
}
.site-footer-widget-area .columns:nth-child(2n+1) {
    clear: none;
}
.site-footer-widget-area .footer-5-columns {
    width: 20%}
.site-footer-widget-area .columns:nth-child(4n+1) {
    clear: left;
}
.woocommerce-wishlist.woocommerce  .woocommerce-message, 
.woocommerce-wishlist.woocommerce-page .woocommerce-message, 
.single-product.woocommerce  .woocommerce-message, 
.single-product.woocommerce-page .woocommerce-message {
    padding: 18px
33px 18px 33px !important;
}
.single-product.woocommerce  .woocommerce-message, 
.single-product.woocommerce-page .woocommerce-message {
    margin: -24px 0 50px !important;
}
.single-product.woocommerce  .woocommerce-error, 
.single-product.woocommerce-page .woocommerce-error {
    margin: -24px 0 50px !important;
}
.woocommerce-wishlist.woocommerce  .woocommerce-message, 
.woocommerce-wishlist.woocommerce-page .woocommerce-message {
    margin: 10px
0 18px !important;
}
.woocommerce-error:before, 
.woocommerce-message:before, 
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-message:before, 
.woocommerce-page .woocommerce-error:before, 
.woocommerce-page .woocommerce-message:before {
    top: 27px;
}
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message
.button {
}
.woocommerce-checkout .showcoupon, 
.woocommerce-checkout
.showlogin {
    display: inline-block;
    margin-top: 0px;
}
.woocommerce-checkout .woocommerce>.woocommerce-error {
    margin-bottom: 40px !important;
}
.woocommerce-checkout .woocommerce>.woocommerce-message {
    margin-bottom: 15px !important;
}
.woocommerce-checkout.woocommerce .checkout_coupon_box .woocommerce-error, 
.woocommerce-checkout.woocommerce-page .checkout_coupon_box .woocommerce-error, 
.woocommerce-checkout.woocommerce form.checkout .woocommerce-error, 
.woocommerce-checkout.woocommerce-page form.checkout .woocommerce-error {
    padding: 18px
33px 18px 33px !important;
}
.woocommerce-checkout.woocommerce .checkout_coupon_box .woocommerce-error:before, 
.woocommerce-checkout.woocommerce-page .checkout_coupon_box .woocommerce-error:before, 
.woocommerce-checkout.woocommerce form.checkout .woocommerce-error:before, 
.woocommerce-checkout.woocommerce-page form.checkout .woocommerce-error:before {
    top: 33px;
    left: 0;
}
.full-width-page .wpb_wrapper .gallery, 
.full-width-page .wpb_alert.wpb_content_element, 
.full-width-page .wpb_wrapper .wpb_gmaps_widget, 
.full-width-page .wpb_wrapper #map_container, 
.full-width-page .wpb_wrapper .wpb_revslider_element, 
.full-width-page .wpb_wrapper .portfolio-isotope-container {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.full-width-page
.column_container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.vc_row-fluid.parallax {
    background-size: 0 !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.vc_row-fluid.parallax.loaded {
    background-size: cover !important;
}
.full-width-page .boxed-row {
    padding-left: 50px;
    padding-right: 50px;
}
.boxed-row .wpb_wrapper .from-the-blog-wrapper {
    margin: 0px
-15px 0px;
}
.wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, 
.wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper
.wpb_tab {
    padding: 50px
0;
}
.shortcode_banner_simple_height_bullet {
    display: table;
}
}@media only screen and (min-width: 63.9375em) {
    #site-top-bar {
    display: block;
}
#wpadminbar {
    display: block;
    -webkit-transform: translateZ(0);
}
.logged-in.admin-bar .mobile-search {
    padding-top: 32px;
}
.gallery-icon a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
}
.gallery-item:hover a:before {
    opacity: 0.6;
}
.gallery-icon
img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width: none;
    min-height: 100.6%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.35s,  -webkit-transform 0.35s;
    transition: opacity 0.35s,  transform 0.35s;
    -webkit-transform: translate3d(-40px, 0,  0);
    transform: translate3d(-40px, 0, 0);
}
.gallery-item:hover
img {
    -webkit-transform: translate3d(0px, 0,  0);
    transform: translate3d(0px, 0, 0);
    opacity:  .3;
}
}@media only screen and (min-width: 80em) {
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th: last-child, 
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child, 
.woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child, 
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
    width: 170px;
}
.woocommerce-page table.cart.wishlist_table .product-name, 
.woocommerce-page #content table.cart.wishlist_table .product-name {
    width: 37%}
.portfolio-grid-sizer {
    width: 25%}
.portfolio-box, .portfolio_related_item {
    width: 25%;
    padding-bottom: 25%}
.portfolio-box.width2 {
    width: 50%;
    padding-bottom: 25%}
.portfolio-box.width2.height2 {
    width: 50%;
    padding-bottom: 50%}
.default_grid.items_per_row_3 .portfolio-grid-sizer {
    width: 33.3333333333%}
.default_grid.items_per_row_3 .portfolio-box {
    padding-bottom: 33.33333333333%;
    width: 33.3333333333%}
.portfolio_related_item.item_4.empty {
    display: block;
}
.portfolio_related_item.item_3.empty .hover-effect-link {
    border-right: 1px solid #ddd;
}
.woocommerce #payment ul.payment_methods li img, 
.woocommerce-page #payment ul.payment_methods li
img {
    margin: -2px 10px 0 6px;
}
.woocommerce #payment .payment_method_paypal .about_paypal, 
.woocommerce-page #payment .payment_method_paypal
.about_paypal {
    display: inline-block;
}
.myaccount_user {
    margin: 0
-100px;
}
}@media only screen and (min-width: 100em) {
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th: last-child, 
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child, 
.woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child, 
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
    width: 190px;
}
.product_infos {
    padding: 0
20px 0 20px;
}
}@media only screen and (min-width: 100.063em) {
    .woocommerce .shop_table.order_details tfoot th, 
.woocommerce-page .shop_table.order_details tfoot
th {
    padding-left: 44%}
.portfolio-grid-sizer {
    width: 20%}
.portfolio-box, .portfolio_related_item {
    width: 20%;
    padding-bottom: 20%}
.portfolio-box.width2 {
    width: 40%;
    padding-bottom: 20%}
.portfolio-box.width2.height2 {
    width: 40%;
    padding-bottom: 40%}
.default_grid.items_per_row_4 .portfolio-grid-sizer {
    width: 25%}
.default_grid.items_per_row_4 .portfolio-box {
    padding-bottom: 25%;
    width: 25%}
.portfolio_related_item.item_5.empty {
    display: block;
}
.portfolio_related_item.item_4.empty .hover-effect-link {
    border-right: 1px solid #ddd;
}
}@import url("/wp-content/themes/shopkeeper/style.css");
    
/*
 *  Font Awesome 4.2.0 by @davegandy - http: //fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1,  CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot#iefix&v=4.2.0') format('embedded-opentype'), url('/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,  mirror=1);
    -webkit-transform: scale(1,  -1);
    -ms-transform: scale(1,  -1);
    transform: scale(1,  -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000"}
.fa-music:before {
    content: "\f001"}
.fa-search:before {
    content: "\f002"}
.fa-envelope-o:before {
    content: "\f003"}
.fa-heart:before {
    content: "\f004"}
.fa-star:before {
    content: "\f005"}
.fa-star-o:before {
    content: "\f006"}
.fa-user:before {
    content: "\f007"}
.fa-film:before {
    content: "\f008"}
.fa-th-large:before {
    content: "\f009"}
.fa-th:before {
    content: "\f00a"}
.fa-th-list:before {
    content: "\f00b"}
.fa-check:before {
    content: "\f00c"}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"}
.fa-search-plus:before {
    content: "\f00e"}
.fa-search-minus:before {
    content: "\f010"}
.fa-power-off:before {
    content: "\f011"}
.fa-signal:before {
    content: "\f012"}
.fa-gear:before, .fa-cog:before {
    content: "\f013"}
.fa-trash-o:before {
    content: "\f014"}
.fa-home:before {
    content: "\f015"}
.fa-file-o:before {
    content: "\f016"}
.fa-clock-o:before {
    content: "\f017"}
.fa-road:before {
    content: "\f018"}
.fa-download:before {
    content: "\f019"}
.fa-arrow-circle-o-down:before {
    content: "\f01a"}
.fa-arrow-circle-o-up:before {
    content: "\f01b"}
.fa-inbox:before {
    content: "\f01c"}
.fa-play-circle-o:before {
    content: "\f01d"}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"}
.fa-refresh:before {
    content: "\f021"}
.fa-list-alt:before {
    content: "\f022"}
.fa-lock:before {
    content: "\f023"}
.fa-flag:before {
    content: "\f024"}
.fa-headphones:before {
    content: "\f025"}
.fa-volume-off:before {
    content: "\f026"}
.fa-volume-down:before {
    content: "\f027"}
.fa-volume-up:before {
    content: "\f028"}
.fa-qrcode:before {
    content: "\f029"}
.fa-barcode:before {
    content: "\f02a"}
.fa-tag:before {
    content: "\f02b"}
.fa-tags:before {
    content: "\f02c"}
.fa-book:before {
    content: "\f02d"}
.fa-bookmark:before {
    content: "\f02e"}
.fa-print:before {
    content: "\f02f"}
.fa-camera:before {
    content: "\f030"}
.fa-font:before {
    content: "\f031"}
.fa-bold:before {
    content: "\f032"}
.fa-italic:before {
    content: "\f033"}
.fa-text-height:before {
    content: "\f034"}
.fa-text-width:before {
    content: "\f035"}
.fa-align-left:before {
    content: "\f036"}
.fa-align-center:before {
    content: "\f037"}
.fa-align-right:before {
    content: "\f038"}
.fa-align-justify:before {
    content: "\f039"}
.fa-list:before {
    content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"}
.fa-indent:before {
    content: "\f03c"}
.fa-video-camera:before {
    content: "\f03d"}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"}
.fa-pencil:before {
    content: "\f040"}
.fa-map-marker:before {
    content: "\f041"}
.fa-adjust:before {
    content: "\f042"}
.fa-tint:before {
    content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"}
.fa-share-square-o:before {
    content: "\f045"}
.fa-check-square-o:before {
    content: "\f046"}
.fa-arrows:before {
    content: "\f047"}
.fa-step-backward:before {
    content: "\f048"}
.fa-fast-backward:before {
    content: "\f049"}
.fa-backward:before {
    content: "\f04a"}
.fa-play:before {
    content: "\f04b"}
.fa-pause:before {
    content: "\f04c"}
.fa-stop:before {
    content: "\f04d"}
.fa-forward:before {
    content: "\f04e"}
.fa-fast-forward:before {
    content: "\f050"}
.fa-step-forward:before {
    content: "\f051"}
.fa-eject:before {
    content: "\f052"}
.fa-chevron-left:before {
    content: "\f053"}
.fa-chevron-right:before {
    content: "\f054"}
.fa-plus-circle:before {
    content: "\f055"}
.fa-minus-circle:before {
    content: "\f056"}
.fa-times-circle:before {
    content: "\f057"}
.fa-check-circle:before {
    content: "\f058"}
.fa-question-circle:before {
    content: "\f059"}
.fa-info-circle:before {
    content: "\f05a"}
.fa-crosshairs:before {
    content: "\f05b"}
.fa-times-circle-o:before {
    content: "\f05c"}
.fa-check-circle-o:before {
    content: "\f05d"}
.fa-ban:before {
    content: "\f05e"}
.fa-arrow-left:before {
    content: "\f060"}
.fa-arrow-right:before {
    content: "\f061"}
.fa-arrow-up:before {
    content: "\f062"}
.fa-arrow-down:before {
    content: "\f063"}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"}
.fa-expand:before {
    content: "\f065"}
.fa-compress:before {
    content: "\f066"}
.fa-plus:before {
    content: "\f067"}
.fa-minus:before {
    content: "\f068"}
.fa-asterisk:before {
    content: "\f069"}
.fa-exclamation-circle:before {
    content: "\f06a"}
.fa-gift:before {
    content: "\f06b"}
.fa-leaf:before {
    content: "\f06c"}
.fa-fire:before {
    content: "\f06d"}
.fa-eye:before {
    content: "\f06e"}
.fa-eye-slash:before {
    content: "\f070"}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"}
.fa-plane:before {
    content: "\f072"}
.fa-calendar:before {
    content: "\f073"}
.fa-random:before {
    content: "\f074"}
.fa-comment:before {
    content: "\f075"}
.fa-magnet:before {
    content: "\f076"}
.fa-chevron-up:before {
    content: "\f077"}
.fa-chevron-down:before {
    content: "\f078"}
.fa-retweet:before {
    content: "\f079"}
.fa-shopping-cart:before {
    content: "\f07a"}
.fa-folder:before {
    content: "\f07b"}
.fa-folder-open:before {
    content: "\f07c"}
.fa-arrows-v:before {
    content: "\f07d"}
.fa-arrows-h:before {
    content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"}
.fa-twitter-square:before {
    content: "\f081"}
.fa-facebook-square:before {
    content: "\f082"}
.fa-camera-retro:before {
    content: "\f083"}
.fa-key:before {
    content: "\f084"}
.fa-gears:before, .fa-cogs:before {
    content: "\f085"}
.fa-comments:before {
    content: "\f086"}
.fa-thumbs-o-up:before {
    content: "\f087"}
.fa-thumbs-o-down:before {
    content: "\f088"}
.fa-star-half:before {
    content: "\f089"}
.fa-heart-o:before {
    content: "\f08a"}
.fa-sign-out:before {
    content: "\f08b"}
.fa-linkedin-square:before {
    content: "\f08c"}
.fa-thumb-tack:before {
    content: "\f08d"}
.fa-external-link:before {
    content: "\f08e"}
.fa-sign-in:before {
    content: "\f090"}
.fa-trophy:before {
    content: "\f091"}
.fa-github-square:before {
    content: "\f092"}
.fa-upload:before {
    content: "\f093"}
.fa-lemon-o:before {
    content: "\f094"}
.fa-phone:before {
    content: "\f095"}
.fa-square-o:before {
    content: "\f096"}
.fa-bookmark-o:before {
    content: "\f097"}
.fa-phone-square:before {
    content: "\f098"}
.fa-twitter:before {
    content: "\f099"}
.fa-facebook:before {
    content: "\f09a"}
.fa-github:before {
    content: "\f09b"}
.fa-unlock:before {
    content: "\f09c"}
.fa-credit-card:before {
    content: "\f09d"}
.fa-rss:before {
    content: "\f09e"}
.fa-hdd-o:before {
    content: "\f0a0"}
.fa-bullhorn:before {
    content: "\f0a1"}
.fa-bell:before {
    content: "\f0f3"}
.fa-certificate:before {
    content: "\f0a3"}
.fa-hand-o-right:before {
    content: "\f0a4"}
.fa-hand-o-left:before {
    content: "\f0a5"}
.fa-hand-o-up:before {
    content: "\f0a6"}
.fa-hand-o-down:before {
    content: "\f0a7"}
.fa-arrow-circle-left:before {
    content: "\f0a8"}
.fa-arrow-circle-right:before {
    content: "\f0a9"}
.fa-arrow-circle-up:before {
    content: "\f0aa"}
.fa-arrow-circle-down:before {
    content: "\f0ab"}
.fa-globe:before {
    content: "\f0ac"}
.fa-wrench:before {
    content: "\f0ad"}
.fa-tasks:before {
    content: "\f0ae"}
.fa-filter:before {
    content: "\f0b0"}
.fa-briefcase:before {
    content: "\f0b1"}
.fa-arrows-alt:before {
    content: "\f0b2"}
.fa-group:before, .fa-users:before {
    content: "\f0c0"}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"}
.fa-cloud:before {
    content: "\f0c2"}
.fa-flask:before {
    content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"}
.fa-paperclip:before {
    content: "\f0c6"}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"}
.fa-square:before {
    content: "\f0c8"}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"}
.fa-list-ul:before {
    content: "\f0ca"}
.fa-list-ol:before {
    content: "\f0cb"}
.fa-strikethrough:before {
    content: "\f0cc"}
.fa-underline:before {
    content: "\f0cd"}
.fa-table:before {
    content: "\f0ce"}
.fa-magic:before {
    content: "\f0d0"}
.fa-truck:before {
    content: "\f0d1"}
.fa-pinterest:before {
    content: "\f0d2"}
.fa-pinterest-square:before {
    content: "\f0d3"}
.fa-google-plus-square:before {
    content: "\f0d4"}
.fa-google-plus:before {
    content: "\f0d5"}
.fa-money:before {
    content: "\f0d6"}
.fa-caret-down:before {
    content: "\f0d7"}
.fa-caret-up:before {
    content: "\f0d8"}
.fa-caret-left:before {
    content: "\f0d9"}
.fa-caret-right:before {
    content: "\f0da"}
.fa-columns:before {
    content: "\f0db"}
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"}
.fa-envelope:before {
    content: "\f0e0"}
.fa-linkedin:before {
    content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"}
.fa-comment-o:before {
    content: "\f0e5"}
.fa-comments-o:before {
    content: "\f0e6"}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"}
.fa-sitemap:before {
    content: "\f0e8"}
.fa-umbrella:before {
    content: "\f0e9"}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"}
.fa-lightbulb-o:before {
    content: "\f0eb"}
.fa-exchange:before {
    content: "\f0ec"}
.fa-cloud-download:before {
    content: "\f0ed"}
.fa-cloud-upload:before {
    content: "\f0ee"}
.fa-user-md:before {
    content: "\f0f0"}
.fa-stethoscope:before {
    content: "\f0f1"}
.fa-suitcase:before {
    content: "\f0f2"}
.fa-bell-o:before {
    content: "\f0a2"}
.fa-coffee:before {
    content: "\f0f4"}
.fa-cutlery:before {
    content: "\f0f5"}
.fa-file-text-o:before {
    content: "\f0f6"}
.fa-building-o:before {
    content: "\f0f7"}
.fa-hospital-o:before {
    content: "\f0f8"}
.fa-ambulance:before {
    content: "\f0f9"}
.fa-medkit:before {
    content: "\f0fa"}
.fa-fighter-jet:before {
    content: "\f0fb"}
.fa-beer:before {
    content: "\f0fc"}
.fa-h-square:before {
    content: "\f0fd"}
.fa-plus-square:before {
    content: "\f0fe"}
.fa-angle-double-left:before {
    content: "\f100"}
.fa-angle-double-right:before {
    content: "\f101"}
.fa-angle-double-up:before {
    content: "\f102"}
.fa-angle-double-down:before {
    content: "\f103"}
.fa-angle-left:before {
    content: "\f104"}
.fa-angle-right:before {
    content: "\f105"}
.fa-angle-up:before {
    content: "\f106"}
.fa-angle-down:before {
    content: "\f107"}
.fa-desktop:before {
    content: "\f108"}
.fa-laptop:before {
    content: "\f109"}
.fa-tablet:before {
    content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"}
.fa-circle-o:before {
    content: "\f10c"}
.fa-quote-left:before {
    content: "\f10d"}
.fa-quote-right:before {
    content: "\f10e"}
.fa-spinner:before {
    content: "\f110"}
.fa-circle:before {
    content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"}
.fa-github-alt:before {
    content: "\f113"}
.fa-folder-o:before {
    content: "\f114"}
.fa-folder-open-o:before {
    content: "\f115"}
.fa-smile-o:before {
    content: "\f118"}
.fa-frown-o:before {
    content: "\f119"}
.fa-meh-o:before {
    content: "\f11a"}
.fa-gamepad:before {
    content: "\f11b"}
.fa-keyboard-o:before {
    content: "\f11c"}
.fa-flag-o:before {
    content: "\f11d"}
.fa-flag-checkered:before {
    content: "\f11e"}
.fa-terminal:before {
    content: "\f120"}
.fa-code:before {
    content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"}
.fa-location-arrow:before {
    content: "\f124"}
.fa-crop:before {
    content: "\f125"}
.fa-code-fork:before {
    content: "\f126"}
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"}
.fa-question:before {
    content: "\f128"}
.fa-info:before {
    content: "\f129"}
.fa-exclamation:before {
    content: "\f12a"}
.fa-superscript:before {
    content: "\f12b"}
.fa-subscript:before {
    content: "\f12c"}
.fa-eraser:before {
    content: "\f12d"}
.fa-puzzle-piece:before {
    content: "\f12e"}
.fa-microphone:before {
    content: "\f130"}
.fa-microphone-slash:before {
    content: "\f131"}
.fa-shield:before {
    content: "\f132"}
.fa-calendar-o:before {
    content: "\f133"}
.fa-fire-extinguisher:before {
    content: "\f134"}
.fa-rocket:before {
    content: "\f135"}
.fa-maxcdn:before {
    content: "\f136"}
.fa-chevron-circle-left:before {
    content: "\f137"}
.fa-chevron-circle-right:before {
    content: "\f138"}
.fa-chevron-circle-up:before {
    content: "\f139"}
.fa-chevron-circle-down:before {
    content: "\f13a"}
.fa-html5:before {
    content: "\f13b"}
.fa-css3:before {
    content: "\f13c"}
.fa-anchor:before {
    content: "\f13d"}
.fa-unlock-alt:before {
    content: "\f13e"}
.fa-bullseye:before {
    content: "\f140"}
.fa-ellipsis-h:before {
    content: "\f141"}
.fa-ellipsis-v:before {
    content: "\f142"}
.fa-rss-square:before {
    content: "\f143"}
.fa-play-circle:before {
    content: "\f144"}
.fa-ticket:before {
    content: "\f145"}
.fa-minus-square:before {
    content: "\f146"}
.fa-minus-square-o:before {
    content: "\f147"}
.fa-level-up:before {
    content: "\f148"}
.fa-level-down:before {
    content: "\f149"}
.fa-check-square:before {
    content: "\f14a"}
.fa-pencil-square:before {
    content: "\f14b"}
.fa-external-link-square:before {
    content: "\f14c"}
.fa-share-square:before {
    content: "\f14d"}
.fa-compass:before {
    content: "\f14e"}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"}
.fa-euro:before, .fa-eur:before {
    content: "\f153"}
.fa-gbp:before {
    content: "\f154"}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"}
.fa-rupee:before, .fa-inr:before {
    content: "\f156"}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"}
.fa-won:before, .fa-krw:before {
    content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"}
.fa-file:before {
    content: "\f15b"}
.fa-file-text:before {
    content: "\f15c"}
.fa-sort-alpha-asc:before {
    content: "\f15d"}
.fa-sort-alpha-desc:before {
    content: "\f15e"}
.fa-sort-amount-asc:before {
    content: "\f160"}
.fa-sort-amount-desc:before {
    content: "\f161"}
.fa-sort-numeric-asc:before {
    content: "\f162"}
.fa-sort-numeric-desc:before {
    content: "\f163"}
.fa-thumbs-up:before {
    content: "\f164"}
.fa-thumbs-down:before {
    content: "\f165"}
.fa-youtube-square:before {
    content: "\f166"}
.fa-youtube:before {
    content: "\f167"}
.fa-xing:before {
    content: "\f168"}
.fa-xing-square:before {
    content: "\f169"}
.fa-youtube-play:before {
    content: "\f16a"}
.fa-dropbox:before {
    content: "\f16b"}
.fa-stack-overflow:before {
    content: "\f16c"}
.fa-instagram:before {
    content: "\f16d"}
.fa-flickr:before {
    content: "\f16e"}
.fa-adn:before {
    content: "\f170"}
.fa-bitbucket:before {
    content: "\f171"}
.fa-bitbucket-square:before {
    content: "\f172"}
.fa-tumblr:before {
    content: "\f173"}
.fa-tumblr-square:before {
    content: "\f174"}
.fa-long-arrow-down:before {
    content: "\f175"}
.fa-long-arrow-up:before {
    content: "\f176"}
.fa-long-arrow-left:before {
    content: "\f177"}
.fa-long-arrow-right:before {
    content: "\f178"}
.fa-apple:before {
    content: "\f179"}
.fa-windows:before {
    content: "\f17a"}
.fa-android:before {
    content: "\f17b"}
.fa-linux:before {
    content: "\f17c"}
.fa-dribbble:before {
    content: "\f17d"}
.fa-skype:before {
    content: "\f17e"}
.fa-foursquare:before {
    content: "\f180"}
.fa-trello:before {
    content: "\f181"}
.fa-female:before {
    content: "\f182"}
.fa-male:before {
    content: "\f183"}
.fa-gittip:before {
    content: "\f184"}
.fa-sun-o:before {
    content: "\f185"}
.fa-moon-o:before {
    content: "\f186"}
.fa-archive:before {
    content: "\f187"}
.fa-bug:before {
    content: "\f188"}
.fa-vk:before {
    content: "\f189"}
.fa-weibo:before {
    content: "\f18a"}
.fa-renren:before {
    content: "\f18b"}
.fa-pagelines:before {
    content: "\f18c"}
.fa-stack-exchange:before {
    content: "\f18d"}
.fa-arrow-circle-o-right:before {
    content: "\f18e"}
.fa-arrow-circle-o-left:before {
    content: "\f190"}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"}
.fa-dot-circle-o:before {
    content: "\f192"}
.fa-wheelchair:before {
    content: "\f193"}
.fa-vimeo-square:before {
    content: "\f194"}
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"}
.fa-plus-square-o:before {
    content: "\f196"}
.fa-space-shuttle:before {
    content: "\f197"}
.fa-slack:before {
    content: "\f198"}
.fa-envelope-square:before {
    content: "\f199"}
.fa-wordpress:before {
    content: "\f19a"}
.fa-openid:before {
    content: "\f19b"}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"}
.fa-yahoo:before {
    content: "\f19e"}
.fa-google:before {
    content: "\f1a0"}
.fa-reddit:before {
    content: "\f1a1"}
.fa-reddit-square:before {
    content: "\f1a2"}
.fa-stumbleupon-circle:before {
    content: "\f1a3"}
.fa-stumbleupon:before {
    content: "\f1a4"}
.fa-delicious:before {
    content: "\f1a5"}
.fa-digg:before {
    content: "\f1a6"}
.fa-pied-piper:before {
    content: "\f1a7"}
.fa-pied-piper-alt:before {
    content: "\f1a8"}
.fa-drupal:before {
    content: "\f1a9"}
.fa-joomla:before {
    content: "\f1aa"}
.fa-language:before {
    content: "\f1ab"}
.fa-fax:before {
    content: "\f1ac"}
.fa-building:before {
    content: "\f1ad"}
.fa-child:before {
    content: "\f1ae"}
.fa-paw:before {
    content: "\f1b0"}
.fa-spoon:before {
    content: "\f1b1"}
.fa-cube:before {
    content: "\f1b2"}
.fa-cubes:before {
    content: "\f1b3"}
.fa-behance:before {
    content: "\f1b4"}
.fa-behance-square:before {
    content: "\f1b5"}
.fa-steam:before {
    content: "\f1b6"}
.fa-steam-square:before {
    content: "\f1b7"}
.fa-recycle:before {
    content: "\f1b8"}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"}
.fa-tree:before {
    content: "\f1bb"}
.fa-spotify:before {
    content: "\f1bc"}
.fa-deviantart:before {
    content: "\f1bd"}
.fa-soundcloud:before {
    content: "\f1be"}
.fa-database:before {
    content: "\f1c0"}
.fa-file-pdf-o:before {
    content: "\f1c1"}
.fa-file-word-o:before {
    content: "\f1c2"}
.fa-file-excel-o:before {
    content: "\f1c3"}
.fa-file-powerpoint-o:before {
    content: "\f1c4"}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"}
.fa-file-code-o:before {
    content: "\f1c9"}
.fa-vine:before {
    content: "\f1ca"}
.fa-codepen:before {
    content: "\f1cb"}
.fa-jsfiddle:before {
    content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"}
.fa-circle-o-notch:before {
    content: "\f1ce"}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"}
.fa-ge:before, .fa-empire:before {
    content: "\f1d1"}
.fa-git-square:before {
    content: "\f1d2"}
.fa-git:before {
    content: "\f1d3"}
.fa-hacker-news:before {
    content: "\f1d4"}
.fa-tencent-weibo:before {
    content: "\f1d5"}
.fa-qq:before {
    content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"}
.fa-history:before {
    content: "\f1da"}
.fa-circle-thin:before {
    content: "\f1db"}
.fa-header:before {
    content: "\f1dc"}
.fa-paragraph:before {
    content: "\f1dd"}
.fa-sliders:before {
    content: "\f1de"}
.fa-share-alt:before {
    content: "\f1e0"}
.fa-share-alt-square:before {
    content: "\f1e1"}
.fa-bomb:before {
    content: "\f1e2"}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"}
.fa-tty:before {
    content: "\f1e4"}
.fa-binoculars:before {
    content: "\f1e5"}
.fa-plug:before {
    content: "\f1e6"}
.fa-slideshare:before {
    content: "\f1e7"}
.fa-twitch:before {
    content: "\f1e8"}
.fa-yelp:before {
    content: "\f1e9"}
.fa-newspaper-o:before {
    content: "\f1ea"}
.fa-wifi:before {
    content: "\f1eb"}
.fa-calculator:before {
    content: "\f1ec"}
.fa-paypal:before {
    content: "\f1ed"}
.fa-google-wallet:before {
    content: "\f1ee"}
.fa-cc-visa:before {
    content: "\f1f0"}
.fa-cc-mastercard:before {
    content: "\f1f1"}
.fa-cc-discover:before {
    content: "\f1f2"}
.fa-cc-amex:before {
    content: "\f1f3"}
.fa-cc-paypal:before {
    content: "\f1f4"}
.fa-cc-stripe:before {
    content: "\f1f5"}
.fa-bell-slash:before {
    content: "\f1f6"}
.fa-bell-slash-o:before {
    content: "\f1f7"}
.fa-trash:before {
    content: "\f1f8"}
.fa-copyright:before {
    content: "\f1f9"}
.fa-at:before {
    content: "\f1fa"}
.fa-eyedropper:before {
    content: "\f1fb"}
.fa-paint-brush:before {
    content: "\f1fc"}
.fa-birthday-cake:before {
    content: "\f1fd"}
.fa-area-chart:before {
    content: "\f1fe"}
.fa-pie-chart:before {
    content: "\f200"}
.fa-line-chart:before {
    content: "\f201"}
.fa-lastfm:before {
    content: "\f202"}
.fa-lastfm-square:before {
    content: "\f203"}
.fa-toggle-off:before {
    content: "\f204"}
.fa-toggle-on:before {
    content: "\f205"}
.fa-bicycle:before {
    content: "\f206"}
.fa-bus:before {
    content: "\f207"}
.fa-ioxhost:before {
    content: "\f208"}
.fa-angellist:before {
    content: "\f209"}
.fa-cc:before {
    content: "\f20a"}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"}
.fa-meanpath:before {
    content: "\f20c"}
/*
     FILE ARCHIVED ON 16: 15:22 Apr 30,  2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11: 25:15 Sep 15,  2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE,  COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms): 
  load_resource: 115.21
  LoadShardBlock: 66.436 (3)
  esindex: 0.021
  exclusion.robots.policy: 0.267
  RedisCDXSource: 3.792
  PetaboxLoader3.datanode: 100.376 (4)
  CDXLines.iter: 33.508 (3)
  exclusion.robots: 0.287
  PetaboxLoader3.resolve: 54.901
  captures_list: 111.16
*/