/**handles:chld_thm_cfg_parent**/
/*!
Theme Name: Kable
Theme URI: http://themepiko.com/demo/kable/
Author: themepiko
Author URI: http://www.themepiko.com/
Description: Kable - Woocommerce WordPress Theme.
Version: 1.6.7
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: two-columns, three-columns, four-columns, left-sidebar, right-sidebar,  custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: kable

==========
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
==========
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Preloader
# Bootstrap Grid
# Typography
# Slick Slider
# Forms
# Navigation
	## Links
	## Menus
# Breadcrumb
# Helper Class
# Elements
# Accessibility
# Content
	## Posts and pages
	## Comments
# Alignments
# Media
	## Captions
	## Galleries
# Clearings
# Home Box
# Blog
# Widget
# Comment
# Footer
# Font icon
    ## font Awesome
    ## font piko
# Magnific Popup
# Woocommerce
# Shortcode
# Utility
--------------------------------------------------------------*/
/*fixed variable*/
/*helper color*/
/** Font Face **/
/*animate function*/
/*--------------------------------------------------------------
## normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.widget form select {
  width: 100%;
}

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

html {
  font-family: sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "limerick-regular", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #7f7f82;
  overflow-x: hidden;
}

a {
  color: #22222b;
  transition: all .3s;
}

a:hover, a:active {
  color: #fdbf70;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "limerick-regular", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.625;
  color: #22222b;
  font-weight: 400;
}

h1 {
  margin: 0;
  font-size: 2.8125rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5625rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1.2em;
}

button[type="submit"],
input[type="submit"] {
  font-family: "limerick-regular", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

[tabindex="-1"]:focus {
  outline: none !important;
}

strong {
  color: #22222b;
  font-weight: 600;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside decimal;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote, q {
  quotes: none;
  font-size: 1rem;
  padding: 1.3125rem 1.875rem !important;
  margin-bottom: 1.25rem;
  position: relative;
  display: block;
  color: #22222b;
  border-left: 2px solid #fdbf70 !important;
}

blockquote cite,
blockquote small {
  color: #22222b;
  display: block;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014 \00A0";
}

blockquote strong,
blockquote b {
  font-weight: 600;
}

blockquote > :last-child {
  margin-bottom: 0;
}

blockquote p, q p {
  margin: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 1.75em;
}

table,
th,
td {
  border: 1px solid #ebebeb;
  vertical-align: middle;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 1.5em 0 1.75em;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
  border-width: 0 1px 1px 0;
  font-weight: 500;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.9375rem;
}

th p,
td p {
  margin: 0;
}

small {
  font-size: 75%;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

b {
  font-weight: bold;
}

code, kbd, tt, var, samp, pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 1.5em;
  -ms-overflow-style: scrollbar;
  border: 1px solid #d2d2d2;
}

code {
  padding: 0.125rem 0.25rem;
  font-size: 90%;
  color: #c62850;
  background-color: #f9f2f4;
  border-radius: 0.25rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #d2d2d2;
  cursor: help;
}

mark {
  background: #fdbf70;
  padding: 0.125em 0.25em;
  text-decoration: none;
  color: #fff;
}

big {
  font-size: 125%;
}

figure {
  margin: 0 0 1rem;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
  width: 100%;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.clear:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

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

/*--------------------------------------------------------------
## pre loader
--------------------------------------------------------------*/
#site-loading-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 0.125rem;
  overflow: hidden;
}

.site-mask {
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .7s;
  background-color: rgba(255, 255, 255, 0.1);
}
.site-mask.fade_in {
  visibility: hidden;
  opacity: 0;
  z-index: inherit;
}

@media (max-width: 1024px) {
  #site-loading-slide,
  .site-mask {
    display: none;
  }
}
#site-loading-slide .proggress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #ddd;
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

#site-loading-slide .proggress.hidden {
  opacity: 0;
}

#site-loading-slide .bar {
  position: absolute;
  width: 100%;
  height: 0.3125rem;
  z-index: 10;
  background-color: #fdbf70;
}

#site-loading {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
## round 01
--------------------------------------------------------------*/
.round-1 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 9.375rem;
  width: 9.375rem;
  margin-top: -4.6875rem;
  margin-left: -4.6875rem;
}
.round-1 .spinner {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fdbf70;
  float: left;
  margin-right: 0.0625rem;
  margin-top: 4.0625rem;
  border-radius: 50%;
}
.round-1 #spinner_one {
  -webkit-animation: round-1-one 1.5s infinite;
  animation: round-1-one 1.5s infinite;
}
.round-1 #spinner_two {
  -webkit-animation: round-1-two 1.5s infinite;
  animation: round-1-two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.round-1 #spinner_three {
  -webkit-animation: round-1-three 1.5s infinite;
  animation: round-1-three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes round-1-one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes round-1-two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes round-1-three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*--------------------------------------------------------------
## others 02
--------------------------------------------------------------*/
.various-7 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 12.5rem;
  width: 12.5rem;
  margin-top: -6.25rem;
  margin-left: -6.25rem;
}
.various-7 .spinner {
  border-radius: 50%;
  position: absolute;
  border-left: 0.25rem solid #fdbf70;
  border-right: 0.25rem solid #fdbf70;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  -webkit-animation: various-7 2s infinite;
  animation: various-7 2s infinite;
}
.various-7 #spinner_one {
  left: 4.6875rem;
  top: 4.6875rem;
  width: 3.125rem;
  height: 3.125rem;
}
.various-7 #spinner_two {
  left: 4.0625rem;
  top: 4.0625rem;
  width: 4.375rem;
  height: 4.375rem;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.various-7 #spinner_three {
  left: 3.4375rem;
  top: 3.4375rem;
  width: 5.625rem;
  height: 5.625rem;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.various-7 #spinner_four {
  left: 2.8125rem;
  top: 2.8125rem;
  width: 6.875rem;
  height: 6.875rem;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes various-7 {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes various-7 {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*--------------------------------------------------------------
## others 03
--------------------------------------------------------------*/
.various-8 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 12.5rem;
  width: 12.5rem;
  margin-top: -6.25rem;
  margin-left: -6.25rem;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.various-8 .spinner {
  border-radius: 50%;
  position: absolute;
  border-top: 0.25rem solid #fdbf70;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid #fdbf70;
  border-right: 0.25rem solid transparent;
  -webkit-animation: various-8 2s infinite;
  animation: various-8 2s infinite;
}
.various-8 #spinner_one {
  left: 4.6875rem;
  top: 4.6875rem;
  width: 3.125rem;
  height: 3.125rem;
}
.various-8 #spinner_two {
  left: 4.0625rem;
  top: 4.0625rem;
  width: 4.375rem;
  height: 4.375rem;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.various-8 #spinner_three {
  left: 3.4375rem;
  top: 3.4375rem;
  width: 5.625rem;
  height: 5.625rem;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.various-8 #spinner_four {
  left: 2.8125rem;
  top: 2.8125rem;
  width: 6.875rem;
  height: 6.875rem;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes various-8 {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes various-8 {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
.processing {
  margin: 0 auto;
}
.processing .piko-thumb,
.processing .piko-nav {
  opacity: 0.2;
  transition: opacity 0.3s ease-out;
}

.processing:before {
  content: '';
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 20%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}

.processing:before,
.piko-spin4 {
  width: 2.5rem;
  height: 2.5rem;
  margin: 6.25rem auto;
  background-color: #fdbf70;
  border-radius: 100%;
  -webkit-animation: piko-scaleout 1.0s infinite ease-in-out;
  animation: piko-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes piko-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes piko-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.piko-spin5 {
  width: 2.5rem;
  height: 2.5rem;
}

.piko-spin5 .bounce1, .piko-spin5 .bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fdbf70;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.piko-spin5 .bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.piko-spin6 {
  width: 9.375rem;
  height: 9.375rem;
  margin: -4.6875rem 0 0 -4.6875rem;
  border-radius: 50%;
  border: 0.25rem solid transparent;
  border-top-color: #fdbf70;
  -webkit-animation: piko-spin6 2s linear infinite;
  animation: piko-spin6 2s linear infinite;
}

.piko-spin6:before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  border-radius: 50%;
  border: 0.25rem solid transparent;
  border-top-color: #fdbf70;
  -webkit-animation: piko-spin6 3s linear infinite;
  animation: piko-spin6 3s linear infinite;
}

.piko-spin6:after {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  border-radius: 50%;
  border: 0.25rem solid transparent;
  border-top-color: #fdbf70;
  -webkit-animation: piko-spin6 1.5s linear infinite;
  animation: piko-spin6 1.5s linear infinite;
}

@-webkit-keyframes piko-spin6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes piko-spin6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
## bootstrap flex grid
--------------------------------------------------------------*/
/*
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 */
.container {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 33.75rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 45rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 60rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 73.125rem;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1440px) {
  body:not(.w1720):not([class*="width_"]) .container-fluid {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*custom*/
.gutters5 {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

.gutters5 .slick-slide,
.gutters5 > .col,
.gutters5 > [class*="col-"] {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

.gutters7 {
  margin-right: -0.46875rem;
  margin-left: -0.46875rem;
}

.gutters7 .slick-slide,
.gutters7 > .col,
.gutters7 > [class*="col-"] {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}

@media (min-width: 1140px) {
  .gutters130 .slick-list {
    margin-right: -4.0625rem;
  }

  .gutters130 {
    margin-right: -4.0625rem;
    margin-left: -4.0625rem;
    margin-top: 3.75rem;
  }

  .gutters130 .slick-slide,
  .gutters130 > .col,
  .gutters130 > [class*="col-"] {
    padding-right: 4.0625rem;
    padding-left: 4.0625rem;
  }

  .gutters56 {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
  }

  .gutters56 .slick-slide,
  .gutters56 > [class*="col-"] {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }

  .row.gutters56 [class*="col-"] {
    margin-bottom: 3.5rem;
  }

  .row.gutters130 [class*="col-"] {
    margin-bottom: 8.125rem;
  }
}
.row.default [class*="col-"] {
  margin-bottom: 1.875rem;
}

.row.no-gutters [class*="col-"] {
  margin-bottom: 0;
}

.row.gutters5 [class*="col-"] {
  margin-bottom: 0.625rem;
}

.row.gutters7 [class*="col-"] {
  margin-bottom: 0.9375rem;
}

.row.gutters8 [class*="col-"] {
  margin-bottom: 3.125rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-20, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

/*--------------------------------------------------------------
## slick slider
--------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*---------------------------------------------
       slick custom build
-----------------------------------------------*/
.sip .piko-carousel {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.sip .slick-slide {
  padding: 0 0.9375rem;
}

/* Arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 26;
  color: #22222b;
  background-color: transparent;
  line-height: 1;
}
.slick-arrow:hover {
  background-color: transparent !important;
  color: #22222b !important;
}

.slick-arrow.slick-disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.slick-arrow:before {
  font-family: 'kable';
  font-size: 2.5rem;
  display: block;
  line-height: 1;
}

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

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

/*arrow two*/
.piko-nav .slick-prev:before {
  content: '\e800';
}

.piko-nav .slick-next:before {
  content: '\e801';
}

.slick-prev {
  left: -1.875rem;
}

.slick-next {
  right: -1.875rem;
}

.piko-nav .slick-prev {
  left: -3rem;
}

.piko-nav .slick-next {
  right: -1.625rem;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 0.9375rem;
  }

  .slick-next {
    right: 0.9375rem;
  }
}
/*top center*/
.stcr.slick-initialized:not(.product_list_widget),
.tc.slick-initialized {
  padding-top: 3.125rem;
}

/*fix for widgets product*/
.product_list_widget.stcr .slick-arrow {
  top: -2.1875rem;
  border: none;
  opacity: 1;
}
.product_list_widget.stcr .slick-arrow::before {
  font-family: LineAwesome;
  font-size: 1.125rem;
}

.product_list_widget.stcr .slick-next {
  right: 0;
}
.product_list_widget.stcr .slick-next::before {
  content: '\f121';
}

.product_list_widget.stcr .slick-prev {
  right: 1.875rem;
}
.product_list_widget.stcr .slick-prev::before {
  content: '\f120';
}

.product_list_widget.stcr .slick-dots li {
  width: auto;
  margin: 0 0.1875rem;
}

.stcr .slick-arrow,
.tc .slick-arrow {
  top: 0;
}

.tc .slick-prev {
  left: 50%;
  margin-left: -2.625rem;
}

.tc .slick-next {
  right: 50%;
  margin-right: -2.625rem;
}

.stcr .slick-prev {
  left: inherit;
  right: 2.5rem;
}

.stcr .slick-next {
  right: 0.625rem;
}

/*center center small*/
.br .slick-arrow {
  border-radius: 50%;
}

.stcr .slick-arrow,
.sc .slick-arrow {
  width: 1.5625rem;
  height: 1.5625rem;
}

.stcr .slick-arrow:before,
.sc .slick-arrow:before {
  font-size: 0.75rem;
}

.stcr .slick-arrow {
  border: 1px solid;
}

.sc .slick-prev {
  left: -0.625rem;
}

.sc .slick-next {
  right: -0.625rem;
}

.product-wrap:hover .sc .slick-prev {
  left: 0.3125rem;
}

.product-wrap:hover .sc .slick-next {
  right: 0.3125rem;
}

.psh .slick-arrow,
.sh .slick-arrow {
  opacity: 0;
  visibility: hidden;
}

.hsc:hover .sh .slick-arrow,
.product-wrap:hover .psh .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/*btn light*/
.al .slick-arrow {
  opacity: 0.25;
}

.al .slick-arrow:hover {
  opacity: 1;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1.875rem;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.3125rem;
}

.slick-dots li button {
  font-size: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  background-color: transparent !important;
  border: none;
}
.slick-dots li button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 1.625rem;
  background-color: rgba(34, 34, 43, 0.5);
}

.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button {
  background-color: transparent;
}
.slick-dots li.slick-active button:hover:after,
.slick-dots li.slick-active button:after {
  background-color: #fdbf70;
}

/*dot-inside image*/
.dot-in .slick-dots {
  bottom: 0.9375rem;
}

.dot-in.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.piko-carousel-grid [class*="col-"] {
  margin-bottom: 1.875rem;
}

.piko-carousel.no-gap [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.piko-tab-slide .piko-carousel {
  display: block !important;
  height: 0;
  visibility: hidden;
}
.piko-tab-slide .piko-carousel .slick-list {
  margin-bottom: 3.125rem;
}

.piko-tab-slide .piko-carousel.active {
  height: auto;
  visibility: visible;
}

.widget .piko-carousel .testimonial {
  margin-top: 0;
  padding: 0;
}

.widget .piko-carousel .testimonial blockquote {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #999;
}

.widget .piko-carousel .testimonial blockquote p {
  margin-top: 0;
}

.widget .piko-carousel .testimonial blockquote .mb15 {
  margin-bottom: 0 !important;
}

/*quick view & deals*/
.slick-thumb .slick-list img {
  border: 1px solid #f0eded;
  cursor: pointer;
}

.slick-thumb.bttom .slick-list {
  max-width: 18.75rem;
  margin: 0.9375rem auto;
  padding: 0;
}
.slick-thumb.bttom .slick-list img + img {
  margin-left: -1px;
}
.slick-thumb.bttom .slick-list .slick-current {
  border-bottom: 1px solid #fdbf70;
  transition: border 0.2s linear;
}

.slick-thumb.left img {
  margin-bottom: 0.625rem;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
input,
button,
textarea {
  transition: all .3s;
}

input,
optgroup,
select,
textarea {
  font-size: 100%;
  font-size: 1rem;
  font-family: "limerick-regular", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

input:focus,
button:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input[type="search"] {
  background-color: transparent;
}

input[type="checkbox"] {
  vertical-align: middle;
}

input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #ebebeb;
  outline: 0;
  color: #22222b;
  max-width: 100%;
  padding: 0.4375rem 0 0.5625rem;
  height: 2.5rem;
}

select {
  border-radius: 0;
  background-color: transparent;
}

input[type="radio"] {
  height: auto !important;
}

input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus {
  border-color: #22222b;
}

input:not([type="submit"]):not([type="checkbox"]),
textarea {
  font-size: 0.875rem;
}

textarea {
  height: 6.25rem;
  resize: both;
}

input[type="submit"],
button,
a.button,
.pikobtn a {
  cursor: pointer;
  padding: 0 1.875rem;
  background-color: #22222b;
  color: #fff;
  font-size: 1rem;
  border: none;
  height: 3.125rem;
  line-height: 3.125rem;
}

@media (min-width: 992px) {
  input[type="submit"],
  a.button:not(.btn-ac),
  .pikobtn a {
    min-width: 10.9375rem;
  }
}
.border-no {
  border: none !important;
}

a.button,
.pikobtn a {
  display: inline-block;
}

.pikobtn a {
  background-color: #fdbf70;
}

input[type="submit"]:hover,
button:not(.h_no):not([class*="pswp_"]):not([class*="mfp-"]):hover,
.pikobtn a:not(.h_no):hover, .pikobtn a:not(.h_no):focus,
a.button.hover,
.pikobtn a.hover {
  border-color: #fdbf70;
  background: #fdbf70;
  color: #ffffff;
}

a.button.hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.pikobtn a.disable {
  pointer-events: none;
  opacity: .5;
}

button,
input[type="submit"] {
  -webkit-appearance: button;
}

[disabled="disabled"],
input[disabled="disabled"],
button[disabled="disabled"] {
  cursor: not-allowed;
  opacity: .5;
}

::placeholder {
  color: #999;
  opacity: 1;
}

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

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@-moz-document url-prefix() {
  select:-moz-focusring,
  select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #999 !important;
    background-image: none !important;
    border: 0;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.site-header .header-actions > ul > li {
  position: relative;
}
.site-header .header-actions > ul > li > a {
  font-size: 1.25rem;
  padding: 1.8125rem 0;
  margin: 0 0.5rem;
  display: block;
  color: #22222b;
}
.site-header .header-actions > ul > li > a .la {
  font-size: 1.3125rem;
}
.site-header .header-actions > ul > li:first-child > a {
  margin-right: 0;
}
.site-header .site-logo {
  text-align: center;
}
.site-header .site-logo .site-logo-image {
  display: inline-block;
  margin: 0 auto;
}
.site-header .site-logo a span {
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: 0.05rem;
  color: #22222b;
}
.site-header .site-logo .site-branding-text p {
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 0;
}
.site-header h1.site-logo {
  line-height: 1;
}
.site-header .site-logo a:hover {
  color: currentColor;
}
.site-header .sticky-logo {
  display: none;
}

.header-actions .badges,
.header-actions .cart-items {
  font-size: 0.625rem;
  position: absolute;
  min-width: 0.875rem;
  min-height: 0.875rem;
  padding: 0.1875rem 0.125rem 0.125rem 0.1875rem;
  line-height: 0.59375rem;
  text-align: center;
  background: #fdbf70;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  top: -0.1875rem;
  margin-left: -0.5625rem;
  font-weight: 500;
}

.header-actions .layout-two .badges {
  margin-left: 0;
}

.header-actions .layout-two .icon-piko-cart {
  font-size: 1.6875rem;
}

.header-actions .layout-two .cart-items {
  margin-top: -0.3125rem;
}

@media (min-width: 992px) {
  .site-header .header-actions > ul > .login-button a {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .site-header .header-actions > ul > li > a {
    padding: 1.0625rem 0;
  }
}
/*--------------------------------------------------------------
        3.1 Header topmenu
---------------------------------------------------------------*/
.header-top {
  background-color: #f7f7f9;
  padding: 0.625rem 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 0.875rem;
}
.header-top ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.header-top ul + ul {
  padding-left: 0.9375rem;
}
.header-top ul + ul li {
  position: relative;
}
.header-top li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.header-top li + li {
  padding-left: 0.9375rem;
}
.header-top li:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-top li:hover ul ul {
  display: none;
}
.header-top li a {
  display: inline-block;
}
.header-top li li {
  display: block;
  padding: 0;
}
.header-top li li a {
  display: block;
  padding: 0.3125rem 1.5625rem 0.3125rem 0.625rem;
  font-size: 0.8125rem;
  white-space: nowrap;
}
.header-top li li a img {
  margin-right: 0.3125rem;
}
.header-top ul.menu > .menu-item-has-children > a:after {
  content: "+";
  padding-left: 0.1875rem;
  font-size: 0.6875rem;
  font-weight: bold;
  vertical-align: middle;
  top: -0.0625rem;
  position: relative;
}
.header-top ul ul {
  position: absolute;
  top: 100%;
  left: calc(0% - 15px);
  z-index: 101;
  padding: 0.3125rem;
  border: 1px solid #e5e5e5;
  text-align: left;
  background-color: #f6f6f6;
  min-width: 9.375rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, margin-top 0.25s ease-in;
  margin-top: 0.1875rem;
  border-radius: 0.25rem;
}
.header-top ul ul a {
  color: #7f7f82;
}
.header-top ul ul li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.header-top .fa {
  padding-right: 0.625rem;
}
.header-top a {
  color: #7f7f82;
}
.header-top a:hover {
  color: #fdbf70;
}
.header-top .align-items-lg-center a {
  text-decoration: underline;
  padding-left: 0.3125rem;
}

.header-top .align-items-lg-end > div {
  display: inline-block;
}

.header-top .align-items-lg-end ul .fa {
  padding-right: 0;
}
.header-top .align-items-lg-end > div + ul {
  margin-left: 1.75rem;
}

.header-top .piko-currency {
  margin-left: 1.875rem;
}
.header-top .piko-currency .current {
  color: #22222b;
}

.header-top [class*="currency"] ul ul {
  right: 0;
  left: auto;
  text-align: right;
}

.header-top .piko-currency ul ul {
  min-width: 5.625rem;
}

.top-bar-inner img,
.top-bar-inner p {
  margin: 0;
}

.header-top ul.lang ul {
  left: calc(0% - 35px);
}

.header-top .wpml-ls-legacy-list-horizontal {
  padding: 0;
}

/*top bar tools button*/
.topbar-tools span {
  font-size: 1.0625rem;
  color: #22222b;
}
.topbar-tools + div,
.topbar-tools + div + div {
  display: none;
  -webkit-animation: slide-top .3s ease-out;
  animation: slide-top .3s ease-out;
}

@media (max-width: 576px) {
  .header-top .piko-currency,
  .header-top .align-items-lg-end > div + ul {
    margin-left: 0.9375rem;
  }

  .header-top .align-items-lg-center {
    text-align: left;
  }

  .header-top .align-items-lg-end {
    text-align: right;
  }

  .open-topbar .header-top .row div:not(:last-child) {
    padding-bottom: 0.5rem;
  }
}
.open-topbar .topbar-tools + div,
.open-topbar .topbar-tools + div + div {
  display: block;
}
.open-topbar .topbar-tools span:before {
  content: '\f191';
}

.open-topbar .header-top .align-items-lg-end {
  text-align: left;
}

@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 360px) {
  .top-bar-navigation {
    display: none !important;
  }

  .open-topbar .top-bar-navigation {
    display: inline-block !important;
  }

  .header-top .row {
    padding: 0 0.9375rem;
  }

  .header-top [class*="col-"] {
    padding: 0;
  }
}
/*--------------------------------------------------------------
        3.1 Header Layout 1
---------------------------------------------------------------*/
.header-layout-1.header-layout-2 .site-header .main-menu {
  text-align: left;
}
.header-layout-1.header-layout-2 .site-header .header-actions {
  margin-left: auto;
}
.header-layout-1.header-layout-2 .site-header .site-logo {
  padding-right: 2.5rem;
}

/*--------------------------------------------------------------
        3.2 Header Layout 2
---------------------------------------------------------------*/
.header-layout-2 .site-header .main-menu {
  text-align: center;
}
.header-layout-2 .site-header .main-menu > .menu-item {
  float: none;
  display: inline-block;
  margin: 0;
}
.header-layout-2 .header-actions > ul {
  -ms-flex-align: center !important;
  align-items: center !important;
  transition: all 0.15s linear;
}
.header-layout-2 .site-header .site-logo {
  margin: inherit;
}

@media (max-width: 991px) {
  .header-layout-2 .site-header .header-main .header-left {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-layout-2 .site-header .header-main .header-right .header-actions {
    float: right;
    width: 100%;
  }
}
/*fix cols override bootstrap*/
.menu-item.col-2, .menu-item.col-3, .menu-item.col-4, .menu-item.col-5, .menu-item.col-6 {
  padding-right: 0;
  padding-left: 0;
  max-width: inherit;
  width: auto;
}

.header-main .info,
.header-bottom {
  display: none;
}

@media (min-width: 991px) {
  .header-actions > .layout-two > li > a {
    padding: 1.15rem 0 !important;
    max-width: 3.875rem;
  }

  .header-layout-24 .header-main .header-right .search-button,
  .header-layout-23 .header-main .header-right .search-button {
    display: none;
  }

  .header-layout-23.category-menu .header-main.middle .header-right {
    width: 75%;
  }

  .header-main .info {
    display: flex;
    margin-top: 0.625rem;
  }
  .header-main .info .info-media {
    font-size: 1.6875rem;
    padding-right: 1.0625rem;
    color: #fdbf70;
  }
  .header-main .info .info-text {
    font-size: 0.8125rem;
    white-space: nowrap;
  }
  .header-main .info .info-text abbr {
    color: #22222b;
  }
}
.header-bottom {
  background-color: #fdbf70;
}

/*fix phone for header 1*/
.header-layout-1 .header-left .pr.site-logo {
  margin: 0;
}
.header-layout-1 .header-left .info {
  position: absolute;
  right: 1.875rem;
  margin-top: 0;
}

.header-layout-24.category-menu .secondary-menu-wrapper .secondary-title {
  font-size: 1rem;
  white-space: nowrap;
}
.header-layout-24.category-menu .secondary-menu-wrapper .secondary-title:before {
  font-family: 'kable';
  content: '\e810';
  padding-right: 0.4375rem;
}

.header-actions > .layout-two > li > a {
  line-height: 1.1;
}

@media (min-width: 1900px) {
  .header-layout-2.header-layout-24 .site-header .header-main .container-fluid .header-search-form {
    width: 59.375rem;
  }
}
.header-layout-24.category-menu .container .secondary-menu-wrapper .secondary-title {
  font-size: 0;
}

.header-layout-24.category-menu .container .secondary-menu-wrapper .secondary-title:before {
  font-size: 1rem;
}

@media (max-width: 1440px) {
  .header-layout-24 .header-main:not(.middle) .secondary-title {
    font-size: 0;
  }

  .header-layout-24.category-menu .secondary-menu-wrapper .secondary-title:before {
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
        .category-menu
---------------------------------------------------------------*/
.category-menu .secondary-menu-wrapper {
  display: none;
}

@media (min-width: 992px) {
  .category-menu .secondary-menu-wrapper {
    display: block;
  }
}
.secondary-menu-wrapper {
  position: relative;
}

.category-menu .secondary-menu-wrapper .secondary-title {
  text-transform: none;
  cursor: pointer;
}

.category-menu .secondary-menu-wrapper .secondary-title:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 0.3125rem;
}

.category-menu .secondary-menu .mega-menu .wide .popup > .inner > ul.sub-menu {
  width: 100% !important;
}

.category-menu .secondary-menu .mega-menu > li.menu-item > a,
.category-menu .secondary-menu .mega-menu > li.menu-item > h5 {
  display: block;
  padding: 0.625rem 1.5625rem 0.625rem;
  border-bottom: 1px solid #ebebeb;
  color: #22222b;
}

.category-menu .secondary-menu .mega-menu > li.menu-item > a:hover {
  color: #22222b;
}

.category-menu .secondary-menu-wrapper .mega-menu > li.menu-item.has-sub:hover > a,
.category-menu .secondary-menu-wrapper .mega-menu > li.menu-item.has-sub:hover > h5 {
  margin-bottom: 0;
}

.category-menu .secondary-menu-wrapper .secondary-menu {
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: -2000px;
  -webkit-transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out,  -webkit-transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.category-menu .container-fluid .secondary-menu-wrapper .secondary-menu {
  margin-left: -0.0625rem;
}

.mega-shortcode .secondary-menu-wrapper .secondary-menu,
.category-menu.category-menu-open .sticky-menu-header:not(.active-sticky) .secondary-menu-wrapper .secondary-menu,
.category-menu .secondary-menu-wrapper:hover .secondary-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.category-menu .secondary-menu-wrapper .secondary-menu .main-menu {
  width: 16.9625rem;
  background-color: #fff;
  margin: 0;
  border: 1px solid rgba(235, 235, 235, 0.5);
  -webkit-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.05);
}

.header-layout-1 .secondary-menu-wrapper .secondary-menu .main-menu {
  border-top: none;
}

.category-menu .secondary-menu .mega-menu > li.menu-item:last-child > a, .category-menu .secondary-menu .mega-menu > li.menu-item:last-child > h5 {
  border-bottom: none;
}

.category-menu:not(.header-layout-1) .secondary-menu-wrapper .secondary-menu .main-menu {
  margin-top: 2.3125rem;
  border-top: 0;
}

.category-menu .site-header .secondary-menu .main-menu > .menu-item {
  left: inherit;
  display: block;
}

.category-menu .secondary-menu-wrapper .mega-menu > li + li {
  margin-left: 0;
}

.category-menu .secondary-menu-wrapper .mega-menu > li.wide .popup {
  margin-left: 16.8125rem;
}

.category-menu .secondary-menu-wrapper .mega-menu > li:not(.wide) .popup {
  margin-left: 16.78125rem;
}

.category-menu .menu-category-menu.main-menu.mega-menu > li.menu-item > .popup {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}

.category-menu .menu-category-menu.main-menu.mega-menu > li.menu-item.wide > .popup {
  top: 2.25rem;
  position: fixed;
}

.category-menu .menu-category-menu.main-menu.mega-menu > li.menu-item.narrow > .popup {
  margin-top: -2.5625rem;
}

.category-menu .secondary-menu-wrapper .mega-menu .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  top: -0.0625rem;
}

.category-menu .menu-category-menu.main-menu.mega-menu > li.menu-item:hover > .popup {
  opacity: 1;
  visibility: visible;
}

.category-menu .secondary-menu-wrapper .mega-menu > li.menu-item-has-children > a:after,
.category-menu .secondary-menu-wrapper .mega-menu > li.menu-item-has-children > h5:after {
  content: "\f105";
  float: right;
  opacity: 0.7;
}

@media (min-width: 992px) {
  .category-menu .secondary-menu-wrapper .mega-menu .wide .popup > .inner {
    border-left-color: #fff;
  }

  /*    [class*="header-layout-"].category-menu .secondary-menu-wrapper .mega-menu .wide .popup > .inner{
          border-left-color: #fff !important;
      }*/
  .category-menu:not(.header-layout-1):not(.header-layout-24):not(.header-layout-23) .secondary-menu-wrapper .mega-menu .wide .popup > .inner {
    border-top: 0;
  }

  .category-menu .secondary-menu-wrapper .mega-menu .narrow .popup > .inner ul.sub-menu {
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.03);
  }

  /*shortcode mega menu*/
  .mega-shortcode .mega-menu > li.menu-item {
    float: inherit;
  }
  .mega-shortcode .secondary-menu-wrapper .secondary-menu {
    position: relative;
    z-index: 1;
  }
  .mega-shortcode .secondary-menu-wrapper .secondary-menu .main-menu {
    width: 17.28125rem;
    border: 1px solid #f2f2f2;
  }
  .mega-shortcode .secondary-menu-wrapper .mega-menu .wide .popup > .inner {
    border: 1px solid #ededed;
    border-top: 1px solid #ededed !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
  .mega-shortcode .secondary-menu-wrapper .secondary-title {
    background-color: #f2f2f2;
    padding: 0.8125rem 0.9375rem 0.8125rem 1.75rem;
  }
  .mega-shortcode .secondary-menu-wrapper .secondary-title:after {
    content: inherit;
  }
  .mega-shortcode .secondary-menu-wrapper .mega-menu > li.wide .popup {
    margin-top: -3.175rem !important;
    margin-left: 17.1875rem;
  }
  .mega-shortcode .secondary-menu-wrapper .mega-menu > li:not(.wide) .popup {
    margin-left: 17.15625rem;
  }
  .mega-shortcode .secondary-menu-wrapper .secondary-menu .main-menu {
    width: 17.28125rem;
    border: 1px solid #f2f2f2;
  }

  .mega-menu.effect-fadein-right > li.menu-item .popup {
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
    -o-animation: menuFadeInLeft 0.2s ease-out;
    animation: menuFadeInLeft 0.2s ease-out;
  }

  .mega-menu.effect-fadein-left > li.menu-item .popup {
    -webkit-animation: menuFadeInRight 0.2s ease-out;
    -o-animation: menuFadeInRight 0.2s ease-out;
    animation: menuFadeInRight 0.2s ease-out;
  }

  /*for cols 3/9 vc*/
  .sidebar-1 .secondary-menu-wrapper .secondary-menu .main-menu {
    width: 16.5625rem;
  }
  .sidebar-1 .secondary-menu-wrapper .mega-menu > li.wide .popup {
    margin-left: 16.5rem;
  }
  .sidebar-1 .secondary-menu-wrapper .mega-menu > li:not(.wide) .popup {
    margin-left: 16.46875rem;
  }

  .category-menu.mega-shortcode .secondary-menu-wrapper .mega-menu .wide .popup > .inner,
  .category-menu.mega-shortcode .secondary-menu-wrapper .secondary-menu .main-menu {
    border: 1px solid #f2f2f2 !important;
  }
}
@media (min-width: 992px) {
  .secondary-menu-wrapper + .site-logo {
    padding-left: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .secondary-menu-wrapper + .site-logo {
    padding-left: 5.3125rem;
  }
}
.category-menu.mega-shortcode .mega-menu {
  width: 100% !important;
}

.category-menu.mega-shortcode .secondary-menu .mega-menu > li.menu-item:first-child > a,
.category-menu.mega-shortcode .secondary-menu .mega-menu > li.menu-item:first-child > h5 {
  padding-top: 1.25rem;
}

.category-menu.mega-shortcode .secondary-menu .mega-menu > li.menu-item:last-child > a,
.category-menu.mega-shortcode .secondary-menu .mega-menu > li.menu-item:last-child > h5 {
  padding-bottom: 1.5rem;
}

.category-menu.mega-shortcode .secondary-menu .mega-menu > li.menu-item > a,
.category-menu.mega-shortcode .secondary-menu .mega-menu > li.menu-item > h5 {
  padding: 0.375rem 1.875rem 0.3125rem;
}

.category-menu .mega-shortcode .secondary-menu-wrapper .secondary-menu .main-menu {
  margin-top: 0 !important;
}

/*--------------------------------------------------------------
        3.3 Header Layout 3
---------------------------------------------------------------*/
.header-layout-3 #page .header-side-nav + .container {
  padding-top: 0;
}
.header-layout-3 .header-wrapper.header-side-nav {
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1001;
}
.header-layout-3 .header-wrapper.header-side-nav #header {
  left: 0;
  min-height: 100vh;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.625rem;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #333;
  width: 23.125rem;
}
.header-layout-3 .header-wrapper.header-side-nav #header.active-sticky {
  padding-right: 0.1875rem;
}
.header-layout-3 .site-header .site-logo {
  padding: 3.125rem 0 1.875rem 4.6875rem;
}
.header-layout-3 .site-header .header-actions:before, .header-layout-3 .site-header .header-actions:after {
  content: " ";
  display: table;
}
.header-layout-3 .site-header .header-actions:after {
  clear: both;
}
.header-layout-3 .site-header .header-actions a.tools_button {
  color: #8c8989;
}
.header-layout-3 .site-header .header-actions a.tools_button[aria-expanded="true"], .header-layout-3 .site-header .header-actions a.tools_button:hover {
  color: #fff;
}
.header-layout-3 .site-header .header-3-bottom {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 3.125rem;
  font-size: 0.6875rem;
  letter-spacing: 1px;
}
.header-layout-3 .site-header .header-3-bottom:before, .header-layout-3 .site-header .header-3-bottom:after {
  content: " ";
  display: table;
}
.header-layout-3 .site-header .header-3-bottom:after {
  clear: both;
}
.header-layout-3 .site-header .header-3-bottom .widget {
  padding: 0 0.9375rem;
  margin-bottom: 1.25rem;
  color: #8c8989;
}
.header-layout-3 .site-header .header-3-bottom .widget:before, .header-layout-3 .site-header .header-3-bottom .widget:after {
  content: " ";
  display: table;
}
.header-layout-3 .site-header .header-3-bottom .widget:after {
  clear: both;
}
.header-layout-3 .site-header .header-3-bottom .widget.widget_text {
  text-align: center;
  line-height: 2;
}
.header-layout-3 .site-header .header-3-bottom .widget.widget_piko_flickr_widget, .header-layout-3 .site-header .header-3-bottom .widget.widget_piko-socials-icon, .header-layout-3 .site-header .header-3-bottom .widget.null-instagram-feed {
  text-align: center;
}
.header-layout-3 .site-header .header-3-bottom .widget a,
.header-layout-3 .site-header .header-3-bottom .widget .widget-title {
  color: #8c8989;
}
.header-layout-3 .site-header .header-3-bottom .widget a:hover {
  color: #fff;
}
.header-layout-3 .site-header .header-3-bottom .social-page-icon a {
  border: 1px solid #8c8989;
  background-color: transparent;
}
.header-layout-3 .site-header .header-3-bottom .social-page-icon a:hover {
  border-color: #fdbf70;
  background-color: #fdbf70;
}
.header-layout-3 .site-header .header-3-bottom .tagcloud a {
  border-color: #8c8989;
}
.header-layout-3 .site-header .header-3-bottom .tagcloud a:hover {
  border-color: #fdbf70;
}
.header-layout-3 .site-header .header-3-bottom .wpb_content_element {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .header-layout-3 .site-header .header-actions {
    padding: 0 0 0.9375rem 4.6875rem;
  }

  .header-layout-3 .site-header [id^=header-search-form] {
    min-width: 15rem;
    left: inherit !important;
    right: inherit;
    margin-left: -0.625rem;
  }

  .header-layout-3 .site-header .header-dropdown.cart-dropdown .dropdown-menu {
    left: inherit;
    right: inherit;
  }
}
@media (min-width: 992px) {
  .header-layout-3 .site-header .header-actions {
    padding: 0 0 0.9375rem 4.6875rem;
  }

  .header-layout-3 .site-header [id^=header-search-form] {
    min-width: 15rem;
    left: inherit !important;
    right: inherit;
    margin-left: -0.625rem;
  }

  .header-layout-3 .site-header .header-dropdown.cart-dropdown .dropdown-menu {
    left: inherit;
    right: inherit;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .header-layout-3 .site-header .sticky-logo {
    float: left;
  }

  .header-layout-3 .site-header.active-sticky .header-actions,
  .header-layout-3 .site-header .header-actions {
    position: inherit;
    float: right;
  }
}
/*--------------------------------------------------------------
        3.4 Header Layout 4
---------------------------------------------------------------*/
.header-layout-4 .active-sticky .header-top {
  display: none;
}
.header-layout-4 .site-header .header-main .header-left {
  float: left;
  width: 25%;
}
.header-layout-4 .site-header .header-main .header-right {
  float: right;
  width: 75%;
}
.header-layout-4 .site-header .header-main .header-right .header-toogle-menu-button {
  display: none;
}
.header-layout-4 .site-header .header-main .header-right .header-actions {
  float: right;
  width: 22.2222222222%;
}
.header-layout-4 .site-header .header-main .header-right .header-actions > ul {
  float: right;
}
.header-layout-4 .site-header .header-main .header-right .header-boxes-container > ul {
  float: right;
  margin-top: 1.25rem;
}
.header-layout-4 .site-header .site-logo {
  display: inline-block;
}
.header-layout-4 .site-header .site-logo a {
  display: block;
}
.header-layout-4 .site-header .header-toogle-menu-button {
  display: inline-block;
  padding: 0.3125rem 0.625rem 0 1.25rem;
  cursor: pointer;
}
.header-layout-4 .site-header .header-toogle-menu-button .header-toogle-menu-icon {
  top: 0.3125rem;
  position: relative;
}
.header-layout-4 .site-header .header-toogle-menu-button .header-toogle-menu-icon:before {
  display: block;
  content: "\e871";
  font-family: "Linearicons-Free";
  font-size: 1.875rem;
}
.header-layout-4 .site-header .header-toogle-menu-button.active .header-toogle-menu-icon:before {
  content: "\e870";
}
.header-layout-4 .header-wrapper .mega-menu-sidebar {
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 110;
  min-height: 100vh;
  background: #333;
  width: 23.125rem;
  left: -23.125rem;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-layout-4 .header-wrapper .mega-menu-sidebar .main-menu-wrap {
  margin-top: 20%;
}
.header-layout-4 .header-wrapper .mega-menu-sidebar.open-menu {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout-4 .site-header .header-main .header-left {
    width: 35%;
  }
  .header-layout-4 .site-header .header-main .header-right {
    width: 65%;
  }
}
/*--------------------------------------------------------------
        3.6 Header Layout 6
---------------------------------------------------------------*/
/*.header-layout-6{
    .site-header{
        .header-left{

        }
                .site-logo{
                    text-align: center;                       
                    display: none;
                }
        .header-actions{			
            > ul a{
                color:$secondary-color;
                &:hover{
                    color: $primary-color; 
                }
            }

        }
        .header-main{
            border-bottom: 1px solid $border-color;
            .header-right{
                position: relative;
            }
        }
        .main-menu{
            > .menu-item{
                float: none;
                display: inline-block;
                margin: 0;
            }
        }
    }
}*/
@media (min-width: 992px) {
  .header-layout-6:not(.header-layout-8) #menu-primary-menu.mega-menu > li.menu-item {
    float: right;
  }

  .header-layout-6 .columns .header-actions:first-child .piko-dropdown {
    left: 0;
    text-align: left;
  }
  .header-layout-6 .columns .header-actions:first-child .la-search {
    transform: rotateY(180deg);
  }
  .header-layout-6 .header-search-form {
    margin-top: 0;
    padding: 0.75rem 0;
  }
  .header-layout-6 .header-actions > ul {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .header-layout-6 .site-header .mega-menu > .menu-item:nth-child(n+4) {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .header-layout-6 .site-header .mega-menu > .menu-item:nth-child(n+5) {
    display: none !important;
  }
}
/*menu layout 08*/
.header-layout-7 .push-fixed.dn_lg {
  display: block;
}

@media (max-width: 991px) {
  .header-layout-8 .site-header .site-logo {
    text-align: left;
  }
}
/*--------------------------------------------------------------
        3.5 Header Layout Transparency
---------------------------------------------------------------*/
@media (min-width: 992px) {
  .header-transparency .site-header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .header-transparency .site-header .site-header:not(.active-sticky) {
    background-color: transparent;
  }
  .header-transparency .header-search-form input[type="text"],
  .header-transparency .site-header:not(.active-sticky) .header-top {
    background-color: transparent;
  }
  .header-transparency .just-wraper {
    margin-bottom: 0;
  }
  .header-transparency.menu_white .site-header .header-actions > ul > li > a,
  .header-transparency.menu_white .mega-menu > li.menu-item > a, .header-transparency.menu_white .mega-menu > li.menu-item > h5 {
    color: #fff;
  }

  body:not(.header-transparency) .site-header.headroom + section,
  body:not(.header-transparency) .site-header.headroom + .just-wraper {
    margin-bottom: 10.3125rem;
  }
  body:not(.header-transparency) .site-header.headroom + section,
  body:not(.header-transparency) .site-header.headroom + .page-header {
    margin-top: 7.5rem;
  }
}
/*--------------------------------------------------------------
        3.6 Header Sticky
---------------------------------------------------------------*/
.site-header.active-sticky {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.01);
}

.active-sticky .mega-menu > li.menu-item > a,
.active-sticky .mega-menu > li.menu-item > h5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.active-sticky.site-header .header-actions > ul > li > a {
  padding: 1.0625rem 0;
}

.site-header.headroom {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 112;
}

.site-header.headroom--not-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 112;
  background-color: #fff;
}

.headroom {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.headroom--not-top.headroom--pinned .header-top {
  display: none;
}

/*for fix*/
@media (max-width: 991px) {
  body:not(.header-transparency) .headroom + div + #piko-content {
    padding-top: 4.0625rem;
  }

  .header-transparency .site-header.headroom + .just-wraper {
    margin-bottom: 6.875rem;
  }

  body:not(.header-transparency) .site-header.headroom + section,
  body:not(.header-transparency) .site-header.headroom + .just-wraper {
    margin-bottom: 2.8125rem;
  }

  .site-header.headroom + section,
  .site-header.headroom + .page-header {
    margin-top: 4.0625rem;
  }
}
/*--------------------------------------------------------------
## menu effect
--------------------------------------------------------------*/
@-webkit-keyframes menuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes menuFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menuFadeInUp {
  -webkit-animation-name: menuFadeInUp;
  animation-name: menuFadeInUp;
}

@-webkit-keyframes menuFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes menuFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menuFadeInDown {
  -webkit-animation-name: menuFadeInDown;
  animation-name: menuFadeInDown;
}

@-webkit-keyframes menuFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes menuFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.menuFadeInLeft {
  -webkit-animation-name: menuFadeInLeft;
  animation-name: menuFadeInLeft;
}

@-webkit-keyframes menuFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes menuFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.menuFadeInRight {
  -webkit-animation-name: menuFadeInRight;
  animation-name: menuFadeInRight;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
/* Mega Menu */
.mega-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu:before, .mega-menu:after {
  content: " ";
  display: table;
}
.mega-menu:after {
  clear: both;
}
.mega-menu li.menu-item {
  display: block;
  position: relative;
}
.mega-menu li.menu-item > a,
.mega-menu li.menu-item > h5 {
  display: block;
  text-decoration: none;
  text-align: left;
  position: relative;
  outline: medium none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.mega-menu li.menu-item > a > .fa,
.mega-menu li.menu-item > h5 > .fa {
  width: 1.125rem;
  text-align: center;
}
.mega-menu li.menu-item > a > .fa,
.mega-menu li.menu-item > a > .avatar,
.mega-menu li.menu-item > h5 > .fa,
.mega-menu li.menu-item > h5 > .avatar {
  margin-right: 0.3125rem;
}
.mega-menu li.menu-item > a > .avatar img,
.mega-menu li.menu-item > h5 > .avatar img {
  margin-top: -0.3125rem;
  margin-bottom: -0.25rem;
}
.mega-menu li.menu-item > h5 {
  cursor: default;
}
.mega-menu ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu > li.menu-item {
  float: left;
}
.mega-menu > li.menu-item.narrow {
  position: relative;
}
.mega-menu > li.menu-item > a,
.mega-menu > li.menu-item > h5 {
  color: #22222b;
  display: inline-block;
  font-size: 1rem;
  padding: 2rem 1.1875rem;
  transition: padding 0.15s linear;
}
.mega-menu > li.menu-item > a > .fa,
.mega-menu > li.menu-item > h5 > .fa {
  width: auto;
}
.mega-menu > li.menu-item > a .tip,
.mega-menu > li.menu-item > h5 .tip {
  position: absolute;
  top: 0.3125rem;
  font-size: 0.75rem;
}
.mega-menu > li.menu-item > a .tip .tip-arrow:before,
.mega-menu > li.menu-item > h5 .tip .tip-arrow:before {
  content: '\f107';
  left: 2px;
  bottom: -3px;
  top: auto;
  width: auto;
  height: auto;
}
.mega-menu > li.menu-item.has-sub:hover {
  z-index: 111;
}
.mega-menu > li.menu-item.has-sub:hover > a,
.mega-menu > li.menu-item.has-sub:hover > h5 {
  margin-bottom: -2px;
}
.menu-arrow .mega-menu > li.has-sub > a:after,
.menu-arrow .mega-menu > li.has-sub > h5:after {
  content: '\f107';
  font-family: "FontAwesome";
}
.mega-menu .popup {
  background: #fff;
  position: absolute;
  left: 0;
  text-align: left;
  top: 100%;
  display: none;
  margin: 0.125rem 0 0;
  z-index: 111;
}
.mega-menu .popup > .inner:before, .mega-menu .popup > .inner:after {
  content: " ";
  display: table;
}
.mega-menu .popup > .inner:after {
  clear: both;
}
.mega-menu .popup ul.sub-menu {
  position: relative;
  z-index: 10;
  background: #fff;
}
.mega-menu .popup li.menu-item {
  padding: 0;
  float: none;
}
.mega-menu .wide .popup {
  right: auto;
  left: 0;
}
.mega-menu .wide .popup > .inner {
  padding: 1.75rem 1.25rem 1.25rem;
  border: 1px solid #eef2f7;
  margin-top: 1px;
}
.mega-menu .wide .popup > .inner > ul.sub-menu {
  max-width: 100%;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item {
  float: left;
  padding: 0 0.9375rem;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.3125rem;
  color: #444;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a:hover,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5:hover {
  color: #22222b;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > ul.sub-menu {
  padding-bottom: 0.9375rem;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
  margin-left: -0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: normal;
  color: #878787;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
  color: #22222b;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > ul.sub-menu {
  padding-left: 0.625rem;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {
  margin-bottom: -0.625rem;
}
.mega-menu .narrow .popup > .inner ul.sub-menu {
  border: 1px solid #eef2f7;
  margin-top: 1px;
}
.mega-menu .narrow .popup ul.sub-menu {
  min-width: 11.25rem;
}
.mega-menu .narrow .popup ul.sub-menu ul.sub-menu {
  position: absolute;
  left: 100%;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mega-menu .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  top: -0.125rem;
}
.mega-menu .narrow .popup li.menu-item > a,
.mega-menu .narrow .popup li.menu-item > h5 {
  font-weight: normal;
  padding: 0.625rem 1.0625rem;
  font-size: 0.8125rem;
  border-bottom: 1px solid #eef2f7;
  white-space: nowrap;
  color: #7f7f82;
}
.mega-menu .narrow .popup li.menu-item > a:hover,
.mega-menu .narrow .popup li.menu-item > h5:hover {
  color: #22222b;
}
.mega-menu .narrow .popup li.menu-item:last-child > a,
.mega-menu .narrow .popup li.menu-item:last-child > h5 {
  border-bottom-width: 0;
}
.mega-menu .narrow .popup li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.mega-menu .narrow .popup li.menu-item-has-children > a,
.mega-menu .narrow .popup li.menu-item-has-children > h5 {
  padding-right: 1.25rem;
}
.mega-menu .narrow .popup li.menu-item-has-children > a:before,
.mega-menu .narrow .popup li.menu-item-has-children > h5:before {
  content: "";
  float: right;
  margin-right: -0.25rem;
  font-family: "FontAwesome";
  font-weight: normal;
  line-height: 1.375rem;
}
.mega-menu .narrow.pos-left .popup {
  left: 0px;
  right: auto;
}
.mega-menu .narrow.pos-left .popup ul.sub-menu ul.sub-menu {
  left: 100%;
  right: auto;
}
.mega-menu .narrow.pos-left .popup li.menu-item-has-children > a:before,
.mega-menu .narrow.pos-left .popup li.menu-item-has-children > h5:before {
  content: '\f0da';
}
.mega-menu .narrow.pos-right .popup {
  right: 0px;
  left: auto;
}
.mega-menu .narrow.pos-right .popup ul.sub-menu ul.sub-menu {
  right: 100%;
  left: auto;
}
.mega-menu .narrow.pos-right .popup li.menu-item-has-children > a:before,
.mega-menu .narrow.pos-right .popup li.menu-item-has-children > h5:before {
  content: '\f0d9';
}
.mega-menu .tip {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.1875rem 0.4375rem;
  position: absolute;
  margin-left: 0.625rem;
  vertical-align: middle;
}
.mega-menu .tip.hot {
  background-color: #fdbf70;
}
.mega-menu .tip.hot .tip-arrow:before {
  color: #fdbf70;
}
.mega-menu .tip .tip-arrow {
  display: none;
}
.mega-menu .tip .tip-arrow:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 5px;
  position: absolute;
  width: 4px;
  height: 6px;
  margin: auto;
  content: "";
  left: -4px;
  text-align: right;
  top: 0;
  bottom: 0;
}
.mega-menu .inline-menu-item {
  display: inline-block;
}
.mega-menu.effect-down .popup {
  top: -2000px;
}
.mega-menu.effect-down .popup li.menu-item > a,
.mega-menu.effect-down .popup li.menu-item > h5 {
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.effect-down > li.menu-item .popup {
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.effect-down > li.menu-item:hover .popup {
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.effect-down > li.menu-item:hover li.menu-item > a,
.mega-menu.effect-down > li.menu-item:hover li.menu-item > h5 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.effect-fadein-up > li.menu-item .popup {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
}
.mega-menu.effect-fadein-down > li.menu-item .popup {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
}
.mega-menu.effect-fadein > li.menu-item .popup {
  -webkit-animation: fadeIn 0.2s ease-out;
  -o-animation: fadeIn 0.2s ease-out;
  animation: fadeIn 0.2s ease-out;
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu {
  display: block !important;
  top: -2000px;
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a,
.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5 {
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a,
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease-out;
  -o-animation: menuFadeInLeft 0.2s ease-out;
  animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-left .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease-out;
  -o-animation: menuFadeInLeft 0.2s ease-out;
  animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-left .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease-out;
  -o-animation: menuFadeInLeft 0.2s ease-out;
  animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
}
.mega-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
}
.mega-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: fadeIn 0.2s ease-out;
  -o-animation: fadeIn 0.2s ease-out;
  animation: fadeIn 0.2s ease-out;
}

.mega-menu.show-arrow > li.has-sub > a:after,
.mega-menu.show-arrow > li.has-sub > h5:after {
  display: inline-block;
  content: "\f107";
  font-weight: normal;
  margin: 0.125rem 0 0 0.5rem;
  line-height: 1;
  font-family: FontAwesome;
}

.mega-menu-item-icon {
  padding-right: 0.3125rem;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item:hover {
  z-index: 2;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > ul.sub-menu {
  background-color: transparent;
  z-index: inherit;
}

li.menu-item.sub-menu-color-white li.menu-item > h5,
li.menu-item.sub-menu-color-white li.menu-item > a {
  color: #fff;
}
li.menu-item.sub-menu-color-white li.menu-item > h5:hover,
li.menu-item.sub-menu-color-white li.menu-item > a:hover {
  color: #fdbf70;
}
li.menu-item.sub-menu-color-white .inner > ul > li > ul > li ul {
  background: #22222b;
}

.mega-menu .wide .popup li.menu-item.current-menu-item > a,
.mega-menu .wide .popup li.menu-item.current-menu-item > h5,
.mega-menu .narrow .popup li.menu-item.current-menu-item > a,
.mega-menu .narrow .popup li.menu-item.current-menu-item > h5,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.current-menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.current-menu-item > h5 {
  color: #fdbf70;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a {
  padding: 0.625rem 0.4375rem;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  display: inline-block;
  font-size: 0.875rem;
  padding-bottom: 0.625rem;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  font-size: 1.125rem;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
  margin-top: 1.5625rem;
  font-weight: 500;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right > ul.sub-menu,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item ul.sub-menu {
  position: absolute;
  display: none;
  left: 100%;
  right: auto;
  min-width: 9.375rem;
  top: 0;
  padding: 0.3125rem;
  border: 1px solid #eef2f7;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right > ul.sub-menu li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right > ul.sub-menu li.menu-item > h5,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item ul.sub-menu li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item ul.sub-menu li.menu-item > h5 {
  margin-left: 0;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right:hover > ul.sub-menu, .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item:hover > ul.sub-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: fadeInLeft 0.2s ease;
  -o-animation: fadeInLeft 0.2s ease;
  animation: fadeInLeft 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-left > ul.sub-menu {
  left: auto;
  right: 100%;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-left:hover > ul.sub-menu {
  -webkit-animation: fadeInRight 0.2s ease;
  -o-animation: fadeInRight 0.2s ease;
  animation: fadeInRight 0.2s ease;
}

/* Side Menu */
.header-side-nav .main-menu-wrap {
  margin-left: -1.875rem;
  margin-right: -0.9375rem;
}

.mega-menu-sidebar .main-menu.mega-menu > li.menu-item {
  display: block;
  float: none;
}
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item > h5 {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  padding: 0.625rem 1.875rem 0.625rem 6.5625rem;
  color: #8c8989;
  letter-spacing: 2px;
}
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item.active > a,
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item.active > h5, .mega-menu-sidebar .main-menu.mega-menu > li.menu-item:hover > a,
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item:hover > h5 {
  color: #fff;
  background: #2c2c2c;
  margin-bottom: 0;
}
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item > .popup {
  top: 0;
  margin-top: 0;
}
.mega-menu-sidebar .main-menu.mega-menu .narrow > .popup {
  left: 100%;
}
.mega-menu-sidebar .main-menu.mega-menu .wide .popup > .inner {
  padding: 1.875rem 2.5rem;
}
.mega-menu-sidebar .main-menu.mega-menu.show-arrow > li.has-sub > a:after,
.mega-menu-sidebar .main-menu.mega-menu.show-arrow > li.has-sub > h5:after {
  content: "\f105";
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .popup {
  top: -200vh;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .popup li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .popup li.menu-item > h5 {
  margin-top: -10px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down > li.menu-item:hover .popup {
  top: 0;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down > li.menu-item:hover li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down > li.menu-item:hover li.menu-item > h5 {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu {
  display: block !important;
  top: -200vh;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5 {
  margin-top: -10px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  top: -5px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-left > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInLeft 0.2s ease;
  -o-animation: menuFadeInLeft 0.2s ease;
  animation: menuFadeInLeft 0.2s ease;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease;
  -o-animation: menuFadeInLeft 0.2s ease;
  animation: menuFadeInLeft 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-right > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-up > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-down > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein > li.menu-item:hover .popup {
  -webkit-animation: fadeIn 0.2s ease;
  -o-animation: fadeIn 0.2s ease;
  animation: fadeIn 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: fadeIn 0.2s ease;
  -o-animation: fadeIn 0.2s ease;
  animation: fadeIn 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}

.mega-menu-sidebar [id^=main-menu] .main-menu.mega-menu.show-arrow > li.has-sub > a:after,
.mega-menu-sidebar [id^=main-menu] .main-menu.mega-menu.show-arrow > li.has-sub > h5:after {
  content: "\f105";
  line-height: inherit;
  position: absolute;
  right: 0.9375rem;
  top: auto;
}

/* Mobile */
.mobile-main-menu {
  margin: 0;
  padding: 0;
}
.mobile-main-menu .menu-item {
  position: relative;
  display: block;
}
.mobile-main-menu .menu-item a {
  display: block;
}
.mobile-main-menu .menu-item .tip {
  display: inline-block;
  font-size: 0.75rem;
  line-height: normal;
  padding: 0.1875rem 0.4375rem;
  position: absolute;
  top: 4px;
  margin-left: 0.625rem;
}
.mobile-main-menu li:not(.open) span.arrow:before {
  top: 1.125rem;
  height: 1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
.mobile-main-menu span.arrow {
  position: absolute;
  color: #999;
  padding: 1rem 0.9375rem;
  right: 0.3125rem;
  z-index: 5;
  top: 0;
  cursor: pointer;
}
.mobile-main-menu span.arrow:after, .mobile-main-menu span.arrow:before {
  position: absolute;
  display: block;
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  right: 0.625rem;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mobile-main-menu span.arrow:after {
  top: 0.75rem;
  right: 1rem;
  border-top: 1px solid;
  border-left: 1px solid;
  width: 1px;
}
.mobile-main-menu span.arrow:hover, .mobile-main-menu span.arrow:focus {
  color: #fff;
}
.mobile-main-menu li.menu-item h5 {
  color: #ddd;
  padding: 0.4375rem 0.9375rem;
  font-size: 0.875rem;
  margin: 0;
}
.mobile-main-menu li.menu-item a {
  color: #ddd;
  padding: 0.75rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1;
}
.mobile-main-menu li.menu-item a > .fa {
  margin-right: 5px;
}
.mobile-main-menu li.menu-item li a {
  padding-left: 1.875rem;
  line-height: normal;
}
.mobile-main-menu li.menu-item li li a {
  padding-left: 2.8125rem;
}
.mobile-main-menu li.menu-item li li li a {
  padding-left: 3.75rem;
}
.mobile-main-menu li.menu-item.active > a, .mobile-main-menu li.menu-item:hover > a {
  background-color: #22222b;
  color: #ffffff;
}
.mobile-main-menu li.menu-item ul {
  display: none;
  padding-left: 0;
  margin-left: 0;
}
.mobile-main-menu li.menu-item.current-menu-item > a {
  color: #fdbf70;
  font-weight: 500;
}
.mobile-main-menu li.open > ul {
  display: block;
}

@media (max-width: 991px) {
  .site-header .header-actions > ul > li > a.remove span span:before {
    content: '\f191';
  }
}
#mobile_menu_wrapper {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 10000;
  overflow: scroll;
  width: 15.625rem;
  background-color: #333;
  transform: translate(-12.5rem, 0);
  -webkit-transform: translate(-12.5rem, 0);
  -moz-transform: translate(-12.5rem, 0);
  -ms-transform: translate(-12.5rem, 0);
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

#mobile_menu_wrapper_overlay {
  display: none;
  position: fixed;
  background: #000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1000;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.open-mobile-menu #mobile_menu_wrapper {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.open-mobile-menu .toggle-menu-mobile-button .lnr:before {
  content: "\e870";
}
.open-mobile-menu #mobile_menu_wrapper_overlay {
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*--------------------------------------------------------------
        Min Width 992px - Max Width 1350px	=>	Fix on medium desktop devices
---------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .header-layout-3 .site-header .header-actions,
  .header-layout-3 .site-header .site-logo {
    padding-left: 0;
  }

  .header-layout-3 .header-wrapper.header-side-nav #header {
    width: 20rem;
  }

  .header-layout-3 #page > * {
    padding-left: 20rem;
  }

  .header-layout-4 .header-wrapper .mega-menu-sidebar {
    width: 20rem;
  }

  .mega-menu-sidebar .main-menu.mega-menu > li.menu-item > h5,
  .mega-menu-sidebar .main-menu.mega-menu > li.menu-item > a {
    padding-left: 2.30769rem;
  }
}
/*--------------------------------------------------------------
        Max Width 1199px  					=>	Fix on small desktop devices
---------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .header-top li + li {
    padding-left: 10px;
  }

  .page-header-layout-1 .page-header-wrapper {
    padding: 7.69231rem 0;
  }

  .page-header-layout-1 .page_header_title h1 {
    padding: 1.53846rem 2.30769rem;
  }

  .page-header-layout-1 .page_header_breadcrumbs .breadcrumb .delimiter:before {
    padding-left: 0.76923rem;
    padding-right: 0.76923rem;
  }

  #page_wrapper > .main {
    padding-top: 3.84615rem;
  }

  .wrapper-product-category.wrapper-product-category-list,
  .arexworks-woocommerce-toolbar,
  .sidebar-inner .widget {
    margin-bottom: 2.30769rem;
  }

  .products.products-list > li:not(.product-category) .product-inner {
    padding-bottom: 2.30769rem;
  }

  .products.products-list > li:not(.product-category) + li .product-inner {
    padding-top: 2.30769rem;
  }
}
/*--------------------------------------------------------------
        Min Width 992 - Max Width 1199px	=>	Fix on tablet devices
---------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top {
    font-size: 0.75rem;
  }
}
.site-header .sticky-logo a svg,
.site-header .sticky-logo a img {
  max-height: 3.5625rem;
  max-width: 9.375rem;
  margin-top: 0.3125rem;
}

@media (min-width: 992px) {
  .site-header.active-sticky .site-logo .white-logo,
  .site-header:not(.active-sticky) .site-logo .white-logo + .site-logo-image {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .site-logo .white-logo {
    display: none;
  }
}
/*--------------------------------------------------------------
        Max Width 991px						=>	Fix on tablet devices
---------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  /*
                Header
  */
  .header-layout-4 .site-header .header-main,
  .header-layout-2 .site-header .header-main {
    padding: 0;
  }

  .site-header .header-main .header-3-bottom,
  .site-header .header-main .main-menu,
  .site-header .header-main .header-left {
    display: none;
  }

  .site-header .header-main .header-right {
    width: 100% !important;
  }

  .site-header .sticky-logo {
    display: table;
    position: relative;
    z-index: 99;
  }

  .site-header .sticky-logo a {
    display: table-cell;
    vertical-align: middle;
    height: 3.5625rem;
  }

  .site-header .header-top {
    padding: 0.625rem 0;
  }

  .site-header .header-top ul li {
    padding: 0.125rem 0.625rem 0.125rem 0;
  }

  .header-search-form {
    padding-bottom: 0.3125rem;
  }

  .site-header .header-actions > ul > li:last-child {
    padding-right: 0;
  }

  .site-header .header-actions .tools_button {
    padding-top: 1.53846rem;
    padding-bottom: 1.53846rem;
  }

  .site-header .header-actions .cart-dropdown .tools_button {
    padding-bottom: 1.0625rem;
  }

  .site-header .header-actions .tools_button.toggle-menu-mobile-button {
    font-size: 1.875rem;
  }

  .site-header .header-actions .tools_button.toggle-menu-mobile-button .tools_button_icon {
    display: inline-block;
    padding-top: 2px;
  }

  .header-layout-4 .site-header.active-sticky .sticky-logo,
  .header-layout-3 .site-header.active-sticky .sticky-logo,
  .header-layout-2 .site-header.active-sticky .sticky-logo {
    display: block;
    padding: 0.76923rem 0;
    max-width: calc(100% - 120px);
    max-width: -moz-calc(100% - 120px);
    position: static;
    float: left;
  }

  .header-layout-4 .site-header.active-sticky .sticky-logo .site-logo-image,
  .header-layout-3 .site-header.active-sticky .sticky-logo .site-logo-image,
  .header-layout-2 .site-header.active-sticky .sticky-logo .site-logo-image {
    max-height: 3.84615rem !important;
    padding-top: 0 !important;
  }

  .header-layout-4 .site-header.active-sticky .header-main .header-right .header-toogle-menu-button {
    display: none;
  }

  .header-layout-4 .site-header.active-sticky .header-actions,
  .header-layout-3 .site-header.active-sticky .header-actions,
  .header-layout-2 .site-header.active-sticky .header-actions {
    position: static;
    float: right;
  }

  .header-layout-3 .header-wrapper.header-side-nav {
    position: static;
  }

  .header-layout-3 .header-wrapper.header-side-nav #header {
    position: static;
    width: 100%;
    padding: 0;
    min-height: 0;
    bottom: auto;
    top: 0;
    z-index: 111;
  }

  .header-layout-4 .header-wrapper .mega-menu-sidebar.open-menu {
    display: none;
  }

  .header-layout-3 #page_wrapper > * {
    padding-left: 0;
  }

  .hide-footer-layout .footer-wrapper {
    display: block;
  }

  #site-footer .copyright_text,
  #site-footer .payment_methods {
    text-align: center !important;
  }

  #site-footer .payment_methods {
    margin-top: 1.15385rem;
  }

  /*
                Shortcode
  */
  .custom-style-widget-nav-menu.vc_wp_custommenu {
    top: 1.53846rem;
  }

  .custom-style-widget-nav-menu.widget,
  .custom-style-widget-nav-menu .widget {
    padding-left: 0.76923rem;
    padding-right: 0.76923rem;
  }

  .custom-style-widget-nav-menu.widget .widgettitle,
  .custom-style-widget-nav-menu .widget .widgettitle {
    margin-left: -0.76923rem;
    margin-right: -0.76923rem;
  }

  .custom-style-widget-nav-menu.widget > ul > li,
  .custom-style-widget-nav-menu .widget > ul > li {
    padding: 0.76923rem 0;
  }

  .custom-style-widget-nav-menu.widget > ul > li ul,
  .custom-style-widget-nav-menu .widget > ul > li ul {
    padding: 0.76923rem;
  }

  /*
                Woo-ecommerce
  */
  .woocommerce .onsale-badge,
  .woocommerce .new-badge {
    right: 0;
    top: 0;
    padding: 10px 0;
  }

  .woocommerce .badge ~ .badge {
    left: 0;
  }

  .arexworks-woocommerce-toolbar .toolbar-left {
    padding: 0;
  }

  .products li.product-category {
    margin-bottom: 0;
  }

  #woocommerce-tabs .resp-tab-content {
    padding: 1.53846rem;
  }

  .section-before-cart .pikoworks-icon-box .box-icon {
    width: 5.38462rem;
    height: 5.38462rem;
    line-height: 5.38462rem;
    border-width: 1px;
    font-size: 1.53846rem;
  }

  .section-before-cart .pikoworks-icon-box .box-heading {
    font-size: 2.30769rem;
  }

  .section-before-cart .pikoworks-icon-box .box-sub-heading {
    font-size: 1.38462rem;
  }

  /*
                - Single Product
  */
  .related-heading {
    margin: 2.30769rem 0;
  }

  .related-heading h2 {
    font-size: 2rem;
  }
}
.wrap_menu-left-static .menu-left-static {
  width: 25%;
}

.wrap_menu-left-static .menu-left-body-content {
  width: 75%;
}

/*admin font weight class f-w5, f_w6*/
.mega-menu > li.menu-item.f_w5 > a,
.mega-menu > li.menu-item.f_w5 > h5 {
  font-weight: 500 !important;
}

.mega-menu > li.menu-item.f_w6 > a,
.mega-menu > li.menu-item.f_w6 > h5 {
  font-weight: 600 !important;
}

/*header mobile responsive*/
@media (max-width: 767px) {
  .site-header .site-logo {
    text-align: left;
  }
  .site-header .site-logo .site-logo-image {
    max-width: 65%;
  }
}
@media (min-width: 992px) {
  .header-layout-2 .mega-menu > li.menu-item.narrow:last-child ul.sub-menu li.menu-item-has-children > a::before {
    display: none;
  }
  .header-layout-2 .mega-menu > li.menu-item.narrow:last-child ul.sub-menu ul.sub-menu {
    left: auto;
    right: 100%;
  }
  .header-layout-2 .mega-menu > li.menu-item.narrow:last-child .popup {
    left: auto;
    right: 0;
  }
}
/*--------------------------------------------------------------
	3.5 Header Layout 5
---------------------------------------------------------------*/
.header-layout-5 .site-header .header-top {
  background-color: transparent;
  color: #747474;
  border-bottom: 1px solid #e5e5e5;
}
.header-layout-5 .site-header .header-top a {
  color: #747474;
}
.header-layout-5 .site-header .header-top a:hover, .header-layout-5 .site-header .header-top a:focus {
  color: #fdbf70;
}
.header-layout-5 .site-header .header-top li .sub-menu li {
  padding-top: 0;
  padding-bottom: 0;
}
.header-layout-5 .site-header .header-left {
  display: block;
}
.header-layout-5 .site-header .site-logo {
  display: none;
  float: left;
  padding-bottom: 0.3125rem;
  padding-top: 1.25rem;
}
.header-layout-5 .site-header .header-main .header-right {
  position: relative;
  display: none;
  background-color: #fdbf70;
}
.header-layout-5 .site-header .main-menu {
  text-align: center;
}
.header-layout-5 .site-header .main-menu > .menu-item {
  float: none;
  display: inline-block;
  margin: 0;
}
.header-layout-5 .site-header .main-menu > .menu-item > a, .header-layout-5 .site-header .main-menu > .menu-item h5 {
  padding: 0.4375rem 0.8125rem;
  color: #fff;
}

@media (min-width: 992px) {
  .header-layout-5 .site-header .site-logo {
    display: block;
  }
  .header-layout-5 .site-header .header-main .header-left {
    border-bottom: 1px solid #fdbf70;
  }
  .header-layout-5 .site-header .header-main .header-left .header-actions {
    right: 0.9375rem;
  }
  .header-layout-5 .site-header .header-main .header-left .header-actions > ul {
    margin-top: 0.625rem;
  }
  .header-layout-5 .site-header .header-main .header-right {
    display: block;
  }
  .header-layout-5 .header-actions,
  .header-layout-5 .header-boxes-container {
    float: right;
  }
}
@media (max-width: 991px) {
  .header-layout-5 .site-header .site-header .header-actions .tools_button {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-boxes-container {
  display: none;
  font-size: 0;
}

@media (min-width: 1280px) {
  .header-boxes-container {
    display: block;
    margin-right: 10px;
  }
}
.header-boxes-container ul {
  margin-top: 32px;
}

.header-boxes-container li {
  position: relative;
  display: inline-block;
  padding-left: 48px;
  margin-right: 40px;
  font-size: 14px;
  line-height: 1;
  color: #999999;
}

.header-boxes-container i {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #fdbf70;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.header-boxes-container li:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 26px;
  left: 38px;
  top: 50%;
  margin-top: -13px;
  background-color: #e3e3e3;
}

.header-boxes-container li span {
  font: 600 13px/1;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

.header-boxes-container li p {
  margin-top: 3px;
  margin-bottom: 0;
}

/*---------------------------------------------
        ajax search
-----------------------------------------------*/
.header-search-form .button {
  font-size: 1.3125rem;
}
.header-search-form button,
.header-search-form .button {
  background-color: transparent;
  color: #22222b;
  padding-top: 0.1875rem;
  height: 2.5rem;
  line-height: 1.875rem;
}

.piko-ajax-results-wrapper {
  transform: translate(0, 50px);
  position: absolute;
  z-index: 101;
  left: 0;
}

@media (min-width: 992px) {
  .piko-ajax-results-wrapper {
    width: 60.625rem;
  }
}
@media (min-width: 1200px) {
  .piko-ajax-results-wrapper {
    width: 71.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .search-form .header-search-form {
    max-width: 16.25rem;
  }
}
@media (max-width: 1024px) {
  .search-form .container .header-search-form {
    max-width: 16.25rem;
  }

  .container .piko-ajax-results-wrapper {
    margin-left: -1.25rem;
  }
}
.piko-ajax-results {
  text-align: left;
  overflow: hidden;
  background: #ffffff;
  display: none;
  border-top: 1px solid #ebebeb;
}
.piko-ajax-results > li {
  display: none;
}

.piko-ajax-results .empty-result-block {
  padding: 1.875rem;
  border: 1px solid #ebebeb;
  border-top: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.piko-ajax-results .empty-result-block:before {
  display: none;
}

.product-piko-ajax-list {
  float: left;
  display: block;
  overflow: hidden;
  width: 50%;
  margin-bottom: 0;
}

.product-piko-ajax-list ul {
  border-left: 1px solid #ebebeb;
}

.product-piko-ajax-list li {
  padding: 1.43em;
  list-style-type: none;
  float: left;
  display: block;
  width: 50%;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.product-piko-ajax-list li img {
  float: left;
  display: block;
}

.product-piko-ajax-list img {
  max-width: 5.0rem;
  margin-right: 1.25rem;
}

.posts-piko-ajax-list .post-title a,
.product-piko-ajax-list .product-title {
  font-size: 0.875rem;
  color: #7f7f82;
  max-height: 3.45rem;
  margin-bottom: 0.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-piko-ajax-list .woocommerce-Price-amount {
  color: #22222b;
}

.product-piko-ajax-list ins {
  text-decoration: none;
}

.product-piko-ajax-list del .woocommerce-Price-amount {
  color: #7f7f82;
  font-weight: normal;
  font-size: 80%;
}

.product-piko-ajax-list ul,
.posts-piko-ajax-list ul {
  display: inline-block;
  width: 100%;
  float: left;
}

.product-piko-ajax-list li {
  height: 134px;
}

.product-piko-ajax-list li:nth-child(2n+1) {
  clear: both;
}

.posts-piko-ajax-list {
  float: left;
  display: block;
  overflow: hidden;
  width: 50%;
  margin-bottom: 0;
}
.posts-piko-ajax-list .post-date {
  font-size: 0.75rem;
}

.posts-piko-ajax-list li {
  padding: 1.43em;
  list-style-type: none;
  float: left;
  display: block;
  width: 50%;
  height: 8.375rem;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.posts-piko-ajax-list .post-list-image {
  float: left;
  display: block;
}

.posts-piko-ajax-list img {
  max-width: 5.0rem;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
}

.posts-piko-ajax-list h4 {
  display: block;
  font-size: 1rem;
}

.posts-piko-ajax-list h4 a {
  text-transform: uppercase;
}

.product-results-on .product-piko-ajax-list {
  width: 100%;
}

.product-results-on [class*="-piko-ajax-list"] li {
  width: 33.33%;
}

.product-results-on .product-piko-ajax-list ul li:nth-child(3n+1) {
  clear: both;
}

.product-results-on .product-piko-ajax-list ul li:nth-child(2n+1) {
  clear: none;
}

.post-results-on .posts-piko-ajax-list {
  width: 100%;
}

.post-results-on [class*="-piko-ajax-list"] li {
  width: 33.33%;
  min-height: 6.5625rem;
}

.post-results-on .posts-piko-ajax-list ul li:nth-child(3n+1) {
  clear: both;
}

.post-results-on .posts-piko-ajax-list ul li:nth-child(2n+1) {
  clear: none;
}

.search-results-title {
  padding: 1.43em;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  font-size: 1rem;
  margin: 0;
}

.product-piko-ajax-list .search-results-title {
  border-left: 1px solid #ebebeb;
}

.search-results-title a {
  float: right;
}

@media (max-width: 991px) {
  .piko-ajax-results-wrapper {
    transform: translate(0, 50px);
    height: 31.25rem;
    overflow-y: auto !important;
  }

  .piko-ajax-results-wrapper .search-results-title {
    display: none;
  }

  .piko-ajax-results-wrapper [class*="-piko-ajax-list"],
  .piko-ajax-results-wrapper [class*="-piko-ajax-list"] li {
    width: 100%;
  }
}
.header-search-form .loading {
  transition: opacity .5s;
  display: none;
}

.header-search-form .loading.open + button {
  display: none;
}

.header-search-form input[type="text"]:focus,
.header-search-form input[type="text"]:focus::-moz-placeholder {
  color: #22222b;
}

/*iconfix*/
@media (min-width: 992px) {
  .header-layout-23 .icon-fix .icon-cross1:before {
    content: '\f002';
    font-family: FontAwesome;
  }
}
/*for mobile device*/
@media (min-width: 321px) {
  .mobile-panel {
    display: none;
  }
}
@media (max-width: 320px) {
  .mobile-panel {
    display: block;
  }

  .header-actions li:not(.toggle-menu-mobile):not(.mobile-panel) {
    display: none;
  }

  .open-m .sticky-logo {
    opacity: 0;
    visibility: hidden;
  }
  .open-m .header-actions .mobile-panel a span:before {
    content: '\f191';
    font-family: "LineAwesome";
  }
  .open-m .header-actions li {
    display: block !important;
  }

  .header-layout-6 .header-main .row .col-3:first-child li:not(.toggle-menu-mobile):not(.mobile-panel) {
    display: block;
  }

  .header-layout-6.open-m .site-logo {
    display: none;
  }

  .header-layout-7.open-m .header-actions {
    margin-left: auto;
  }
}
.search-form form:not(.cat-dropdown):not(.login-form):not(.register-form) input[type="text"] {
  padding-left: 2.1875rem;
}
.search-form .header-search-form a.button, .search-form .header-search-form select, .search-form .header-search-form button {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1rem;
  padding: 0 1.4375rem;
}
.search-form .header-search-form input[type="text"] {
  height: 3.125rem;
  padding-left: 1.4375rem;
  padding-right: 0.9375rem;
  border: 1px solid #fdbf70;
  border-right-width: 0;
}
.search-form .header-search-form a.button, .search-form .header-search-form button {
  color: #fff;
  min-width: 6.5625rem;
  background-color: #fdbf70;
}
.search-form .header-search-form select {
  padding-right: 2.6875rem;
  color: #22222b;
  background-color: transparent;
}
.search-form .header-search-form input.w100 {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .search-form .header-search-form a.button,
  .search-form .header-search-form button {
    padding: 0;
    min-width: 10.625rem;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .search-form .header-search-form input[type="text"] {
    width: 13.75rem;
  }
}
@media (max-width: 576px) {
  .search-form .header-search-form {
    display: block;
  }
  .search-form .header-search-form .search-dropdown {
    float: left;
    margin-top: -0.0625rem;
    width: calc(100% - 105px);
  }
  .search-form .header-search-form select {
    width: 100%;
  }
  .search-form .header-search-form button,
  .search-form .header-search-form a.button {
    margin-top: -0.0625rem;
  }
  .search-form .header-search-form input[type="text"] {
    border: 1px solid #fdbf70;
  }

  .container .piko-ajax-results-wrapper {
    margin-left: 0;
  }

  .piko-ajax-results-wrapper {
    transform: translate(0, 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-layout-24 .search-form .header-search-form input[type="text"] {
    width: 13.75rem;
  }

  .header-layout-24 .search-form .header-search-form a.button, .search-form .header-search-form button {
    width: 3.125rem;
    min-width: inherit;
    padding: 0;
  }

  .header-layout-24 .search-form .header-search-form a.button {
    font-size: 0;
  }
  .header-layout-24 .search-form .header-search-form a.button:before {
    font-family: fontAwesome;
    content: '\f002';
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
## login form
--------------------------------------------------------------*/
.piko-my-account .inner-my-acount {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.piko-my-account .text-danger {
  color: red;
  margin-top: 2.5rem;
}

.piko-my-account-form.loading button[type="submit"] {
  position: relative;
  font-size: 0;
}
.piko-my-account-form.loading button[type="submit"]:before {
  content: "\f110";
  font-family: fontAwesome;
  display: inline-block;
  position: absolute;
  left: 50%;
  font-size: 1rem;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

.piko-my-account .inner-my-acount #piko-login-form,
.piko-my-account .inner-my-acount #piko-register-form {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0s;
}

.piko-my-account .inner-my-acount #piko-login-form {
  position: relative;
  top: 0.625rem;
}

.piko-my-account .inner-my-acount #piko-register-form {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 10px;
  margin-bottom: 7.5rem;
}

.piko-my-account .inner-my-acount #piko-login-form.slide, .piko-my-account .inner-my-acount #piko-register-form.slide {
  top: 0;
}

.piko-my-account .inner-my-acount #piko-login-form.show, .piko-my-account .inner-my-acount #piko-register-form.show {
  opacity: 1;
  z-index: 5;
}

.piko-my-account span.title {
  color: #22222b;
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.piko-my-account .form-group {
  margin-bottom: 0.9375rem;
}

.piko-my-account .remember {
  margin-top: 0.9375rem;
}

.piko-my-account [class*="piko-"]:not(.piko-woo) .lost-pass-link,
.piko-my-account [class*="piko-"]:not(.piko-woo) label {
  font-size: 0.875rem;
}

.piko-my-account form button[type="submit"] {
  width: 100%;
  margin: 0.8125rem 0 0.9375rem;
}

.piko-my-account .hr {
  display: block;
  margin: 1.25rem 0;
}

.piko-login-form .bottom-login > a {
  border-bottom: 1px solid;
  float: right;
}

.piko-login-form .checkbox-remember {
  float: left;
  margin-right: 1.25rem;
}

.piko-login-form .checkbox-remember input[type="checkbox"] {
  margin: -0.125rem 0.4375rem 0 0;
  vertical-align: middle;
}

.piko-login-form .bottom-login {
  overflow: hidden;
  padding-bottom: 0.9375rem;
}

.piko-show-account.logged-in .user-info span {
  background-color: #fdbf70;
  padding: 0 0.8125rem;
  border-radius: 0.25rem;
  top: 111%;
}

/** Login/Register form **/
.piko-my-account .inner-my-acount .piko-login-form,
.piko-my-account .inner-my-acount .piko-register-form {
  display: none;
  opacity: 0;
  transition: all 0.2s ease 0s;
}

.piko-my-account .inner-my-acount .piko-login-form {
  position: relative;
  top: 10px;
}

.piko-my-account .inner-my-acount .piko-register-form {
  left: 0;
  position: relative;
  width: 100%;
  z-index: -1;
  top: 10px;
}

.piko-my-account .inner-my-acount .piko-login-form.slide, .piko-my-account .inner-my-acount .piko-register-form.slide {
  top: 0;
}

.piko-my-account .inner-my-acount .piko-login-form.show, .piko-my-account .inner-my-acount .piko-register-form.show {
  display: block;
  opacity: 1;
  z-index: 5;
  -webkit-animation: slide-top .3s ease-out;
  animation: slide-top .3s ease-out;
}

.piko-my-account .inner-my-acount {
  overflow: visible;
}

@media (min-width: 992px) {
  .piko-my-account .inner-my-acount {
    margin-bottom: 1.875rem;
  }
}
/*login in*/
.link-external {
  margin-top: 1rem !important;
  display: inline-block;
}
.link-external li a {
  margin-bottom: 0.625rem;
  display: block;
}
.link-external li a span {
  font-size: 0.8125rem;
}

.woocommerce-account .piko-my-account {
  max-width: 31.25rem;
  margin: 0 auto;
}

.woocommerce .piko-my-account .hr {
  display: inline-block;
}

/*for vendor long height*/
.entry-content > .woocommerce > .piko-my-account .inner-my-acount .piko-my-account-form {
  padding: 1.875rem;
  background-color: #ffffff;
  border-radius: 0.3125rem;
}

/*for login menu*/
.piko-dropdown.user-menu {
  width: 12.5rem;
  padding: 0.3125rem 0;
}
.piko-dropdown.user-menu li {
  padding: 0.375rem 0.9375rem;
}
.piko-dropdown.user-menu li a {
  display: block;
}
.piko-dropdown.user-menu li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.piko-dropdown.user-menu a {
  color: #7f7f82;
}
.piko-dropdown.user-menu a:hover {
  color: #fdbf70;
}

/*------------------------------------------------------------
        breadcrumb
--------------------------------------------------------------*/
/*for blog page*/
.archive .page-header h1,
.category .page-header h1,
.tag .page-header h1,
.page-header.has-big-img h1,
.blog .page-header h1 {
  font-size: 1.875rem;
}

@media (min-width: 576px) {
  .archive .page-header h1,
  .category .page-header h1,
  .tag .page-header h1,
  .page-header.has-big-img h1,
  .blog .page-header h1 {
    font-size: 3rem;
  }
}
.page-header ul li {
  display: inline-block;
  font-size: 1rem;
}
.page-header ul li a {
  margin: 0 0.625rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px dotted #e5e5e5;
}
.page-header ul li a:hover {
  border: none;
}

body .page-header {
  background-color: #f5f5f5;
  background-size: cover !important;
}

.page-header h1 {
  font-size: 1.875rem;
}

.page-header .cat-dsc {
  max-width: 40.625rem;
}

.page-header {
  padding: 3.125rem 0 3.75rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .page-header.has-big-img {
    padding: 8.125rem;
  }

  .header-transparency .page-header.has-big-img {
    padding-top: 16.25rem 0 13.3125rem;
  }
}
.fixdefault .page-header.has-big-img,
body .page-header:not(.has-big-img) {
  padding: 3.5625rem 0 3.4375rem;
}

.just-wraper {
  margin-bottom: 3.0625rem;
}

@media (max-width: 767px) {
  .header-transparency .remove-header-padding {
    margin-top: 1.875rem;
  }

  .header-transparency.open-top-menu .remove-header-padding {
    margin-top: 4.375rem;
  }
}
.remove-header-padding {
  margin-top: -2.1875rem;
}

@media (min-width: 1200px) {
  .page-header {
    margin-bottom: 6.5rem;
  }

  .remove-header-padding {
    margin-top: -3.125rem;
  }
}
.error404 .just-wraper,
.error404 .page-header {
  margin-bottom: 0;
}

.page-header h1 + .breadcrumb {
  padding-top: 0.28125rem;
  padding-left: 0.125rem;
}

.page-header .breadcrumb {
  text-transform: capitalize;
}

/* Breadcrumb */
.breadcrumb i {
  margin: 0 0.375rem;
}

.breadcrumb .prefix {
  margin-right: 0.375rem;
}

.site-main .page-header {
  padding: 0 !important;
  background-color: transparent;
  margin-bottom: 0.625rem !important;
}

/*--------------------------------------------------------------
# Helper
--------------------------------------------------------------*/
.f_s12 {
  font-size: 0.75rem;
}

.f_s13 {
  font-size: 0.8125rem;
}

.f_s14 {
  font-size: 0.875rem;
}

.f_s15 {
  font-size: 0.9375rem;
}

.f_s16 {
  font-size: 1rem;
}

.f_s17 {
  font-size: 1.0625rem;
}

.f_s18 {
  font-size: 1.125rem;
}

.f_s19 {
  font-size: 1.1875rem;
}

.f_s20 {
  font-size: 1.25rem;
}

.f_s22 {
  font-size: 1.375rem;
}

.f_s25 {
  font-size: 1.5625rem;
}

/*responsive font*/
.fs15 {
  font-size: 0.9375rem;
}

.fs20, .fs25, .fs30 {
  font-size: 1.25rem;
}

.fs36, .fs48, .fs60 {
  font-size: 1.5625rem;
}

.fs100,
.fs150 {
  font-size: 3.125rem;
}

.fs70 {
  font-size: 2.25rem;
}

@media (max-width: 480px) {
  .fs150 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs20, .fs25, .fs30 {
    font-size: 0.9375rem;
  }

  .fs150 {
    font-size: 3.125rem;
  }

  .fs36, .fs48, .fs60 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .fs20 {
    font-size: 1.25rem;
  }

  .fs25, .fs30 {
    font-size: 1.5625rem;
  }

  .fs150 {
    font-size: 3.75rem;
  }

  .fs36, .fs48, .fs60 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .fs48, .fs60, .fs70 {
    font-size: 3rem;
  }

  .fs30 {
    font-size: 1.875rem;
  }

  .fs100,
  .fs150 {
    font-size: 5rem;
  }
}
@media (min-width: 1440px) {
  .fs60 {
    font-size: 3rem;
  }

  .fs70 {
    font-size: 4.375rem;
  }

  .fs100,
  .fs150 {
    font-size: 100px;
  }
}
@media (min-width: 1600px) {
  .fs150 {
    font-size: 7.5rem;
  }
}
/* =============================================
   1.2 PADDING RESPONSIVE
   =============================================*/
.pd0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pl5 {
  padding-left: 0.3125rem;
}

.pl10 {
  padding-left: 0.625rem;
}

.pr5 {
  padding-right: 0.3125rem;
}

.pr10 {
  padding-right: 0.625rem;
}

.pt5 {
  padding-top: 0.3125rem;
}

.pt10 {
  padding-top: 0.625rem;
}

.pt15 {
  padding-top: 0.9375rem;
}

.pt20 {
  padding-top: 1.25rem;
}

.pt25 {
  padding-top: 1.5625rem;
}

.pt30 {
  padding-top: 1.875rem;
}

.pt35 {
  padding-top: 2.1875rem;
}

.pt40 {
  padding-top: 2.5rem;
}

.pt45 {
  padding-top: 2.8125rem;
}

.pt50 {
  padding-top: 3.125rem;
}

.pt55 {
  padding-top: 3.4375rem;
}

.pt60 {
  padding-top: 3.75rem;
}

.pt65 {
  padding-top: 4.0625rem;
}

.pt70 {
  padding-top: 4.375rem;
}

.pt75 {
  padding-top: 4.6875rem;
}

.pt80 {
  padding-top: 5rem;
}

.pt85 {
  padding-top: 5.3125rem;
}

.pt90 {
  padding-top: 5.625rem;
}

.pt95 {
  padding-top: 5.9375rem;
}

.pt100 {
  padding-top: 6.25rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 0.3125rem;
}

.pb10 {
  padding-bottom: 0.625rem;
}

.pb15 {
  padding-bottom: 0.9375rem;
}

.pb20 {
  padding-bottom: 1.25rem;
}

.pb25 {
  padding-bottom: 1.5625rem;
}

.pb30 {
  padding-bottom: 1.875rem;
}

.pb35 {
  padding-bottom: 2.1875rem;
}

.pb40 {
  padding-bottom: 2.5rem;
}

.pb45 {
  padding-bottom: 2.8125rem;
}

.pb50 {
  padding-bottom: 3.125rem;
}

.pb55 {
  padding-bottom: 3.4375rem;
}

.pb60 {
  padding-bottom: 3.75rem;
}

.pb65 {
  padding-bottom: 4.0625rem;
}

.pb70 {
  padding-bottom: 4.375rem;
}

.pb75 {
  padding-bottom: 4.6875rem;
}

.pb80 {
  padding-bottom: 5rem;
}

.pb85 {
  padding-bottom: 5.3125rem;
}

.pb90 {
  padding-bottom: 5.625rem;
}

.pb95 {
  padding-bottom: 5.9375rem;
}

.pb100 {
  padding-bottom: 6.25rem;
}

div[class^=mb], div[class^=mt] {
  min-height: 1px;
}

.mg0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.m0a {
  margin: 0 auto;
}

/*margin left*/
.ml10 {
  margin-left: 0.625rem;
}

.ml15 {
  margin-left: 0.9375rem;
}

.ml20 {
  margin-left: 1.25rem;
}

.ml25 {
  margin-left: 1.5625rem !important;
}

.mlr15 {
  margin: 0 0.9375rem;
}

.mlr10 {
  margin: 0 0.625rem;
}

.mlr5 {
  margin: 0 0.3125rem;
}

@media (max-width: 991px) {
  .mlr15-md {
    margin: 0 0.9375rem;
  }

  .mlr10-md {
    margin: 0 0.625rem;
  }

  .mlr5-md {
    margin: 0 0.3125rem;
  }
}
.mt5 {
  margin-top: 0.3125rem !important;
}

.mt10 {
  margin-top: 0.625rem !important;
}

.mt10-r {
  margin-top: -0.625rem !important;
}

.mt15 {
  margin-top: 0.9375rem !important;
}

.mt15-r {
  margin-top: -0.9375rem !important;
}

.mt20 {
  margin-top: 1.25rem !important;
}

.mt25 {
  margin-top: 1.5625rem !important;
}

.mt30 {
  margin-top: 1.875rem !important;
}

.mt35 {
  margin-top: 2.1875rem !important;
}

.mt40 {
  margin-top: 2.5rem !important;
}

.mt45 {
  margin-top: 2.8125rem !important;
}

.mt50 {
  margin-top: 3.125rem !important;
}

.mt55 {
  margin-top: 3.4375rem !important;
}

.mt60 {
  margin-top: 3.75rem !important;
}

.mt65 {
  margin-top: 4.0625rem !important;
}

.mt70 {
  margin-top: 4.375rem !important;
}

.mt75 {
  margin-top: 4.6875rem !important;
}

.mt80 {
  margin-top: 5rem !important;
}

.mt85 {
  margin-top: 5.3125rem !important;
}

.mt90 {
  margin-top: 5.625rem !important;
}

.mt95 {
  margin-top: 5.9375rem !important;
}

.mt100 {
  margin-top: 6.25rem !important;
}

.mt105 {
  margin-top: 6.5625rem !important;
}

.mt110 {
  margin-top: 6.875rem !important;
}

.mt115 {
  margin-top: 7.1875rem !important;
}

.mt120 {
  margin-top: 7.5rem !important;
}

.mt130 {
  margin-top: 8.125rem !important;
}

.mt140 {
  margin-top: 8.75rem !important;
}

.mt150 {
  margin-top: 9.375rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 0.3125rem !important;
}

.mb10 {
  margin-bottom: 0.625rem !important;
}

.mb15 {
  margin-bottom: 0.9375rem !important;
}

.mb20 {
  margin-bottom: 1.25rem !important;
}

.mb25 {
  margin-bottom: 1.5625rem !important;
}

.mb30 {
  margin-bottom: 1.875rem !important;
}

.mb35 {
  margin-bottom: 2.1875rem !important;
}

.mb40 {
  margin-bottom: 2.5rem !important;
}

.mb45 {
  margin-bottom: 2.8125rem !important;
}

.mb50 {
  margin-bottom: 3.125rem !important;
}

.mb55 {
  margin-bottom: 3.4375rem !important;
}

.mb60 {
  margin-bottom: 3.75rem !important;
}

.mb65 {
  margin-bottom: 4.0625rem !important;
}

.mb70 {
  margin-bottom: 4.375rem !important;
}

.mb75 {
  margin-bottom: 4.6875rem !important;
}

.mb80 {
  margin-bottom: 5rem !important;
}

.mb85 {
  margin-bottom: 5.3125rem !important;
}

.mb90 {
  margin-bottom: 5.625rem !important;
}

.mb95 {
  margin-bottom: 5.9375rem !important;
}

.mb100 {
  margin-bottom: 6.25rem !important;
}

.mb150 {
  margin-bottom: 6.25rem !important;
}

@media (max-width: 1199px) {
  .pt0-md {
    padding-top: 0;
  }

  .pt5-md {
    padding-top: 0.3125rem;
  }

  .pt10-md {
    padding-top: 0.625rem;
  }

  .pt15-md {
    padding-top: 0.9375rem;
  }

  .pt20-md {
    padding-top: 1.25rem;
  }

  .pt25-md {
    padding-top: 1.5625rem;
  }

  .pt30-md {
    padding-top: 1.875rem;
  }

  .pt35-md {
    padding-top: 2.1875rem;
  }

  .pt40-md {
    padding-top: 2.5rem;
  }

  .pt45-md {
    padding-top: 2.8125rem;
  }

  .pt50-md {
    padding-top: 3.125rem;
  }

  .pt55-md {
    padding-top: 3.4375rem;
  }

  .pt60-md {
    padding-top: 3.75rem;
  }

  .pt65-md {
    padding-top: 4.0625rem;
  }

  .pt70-md {
    padding-top: 4.375rem;
  }

  .pt75-md {
    padding-top: 4.6875rem;
  }

  .pt80-md {
    padding-top: 5rem;
  }

  .pt85-md {
    padding-top: 5.3125rem;
  }

  .pt90-md {
    padding-top: 5.625rem;
  }

  .pt95-md {
    padding-top: 5.9375rem;
  }

  .pt100-md {
    padding-top: 6.25rem;
  }

  .pb0-md {
    padding-bottom: 0;
  }

  .pb5-md {
    padding-bottom: 0.3125rem;
  }

  .pb10-md {
    padding-bottom: 0.625rem;
  }

  .pb15-md {
    padding-bottom: 0.9375rem;
  }

  .pb20-md {
    padding-bottom: 1.25rem;
  }

  .pb25-md {
    padding-bottom: 1.5625rem;
  }

  .pb30-md {
    padding-bottom: 1.875rem;
  }

  .pb35-md {
    padding-bottom: 2.1875rem;
  }

  .pb40-md {
    padding-bottom: 2.5rem;
  }

  .pb45-md {
    padding-bottom: 2.8125rem;
  }

  .pb50-md {
    padding-bottom: 3.125rem;
  }

  .pb55-md {
    padding-bottom: 3.4375rem;
  }

  .pb60-md {
    padding-bottom: 3.75rem;
  }

  .pb65-md {
    padding-bottom: 4.0625rem;
  }

  .pb70-md {
    padding-bottom: 4.375rem;
  }

  .pb75-md {
    padding-bottom: 4.6875rem;
  }

  .pb80-md {
    padding-bottom: 5rem;
  }

  .pb85-md {
    padding-bottom: 5.3125rem;
  }

  .pb90-md {
    padding-bottom: 5.625rem;
  }

  .pb95-md {
    padding-bottom: 5.9375rem;
  }

  .pb100-md {
    padding-bottom: 6.25rem;
  }

  .mt0-md {
    margin-top: 0 !important;
  }

  .mt5-md {
    margin-top: 0.3125rem !important;
  }

  .mt10-md {
    margin-top: 0.625rem !important;
  }

  .mt15-md {
    margin-top: 0.9375rem !important;
  }

  .mt20-md {
    margin-top: 1.25rem !important;
  }

  .mt25-md {
    margin-top: 1.5625rem !important;
  }

  .mt30-md {
    margin-top: 1.875rem !important;
  }

  .mt35-md {
    margin-top: 2.1875rem !important;
  }

  .mt40-md {
    margin-top: 2.5rem !important;
  }

  .mt45-md {
    margin-top: 2.8125rem !important;
  }

  .mt50-md {
    margin-top: 3.125rem !important;
  }

  .mt55-md {
    margin-top: 3.4375rem !important;
  }

  .mt60-md {
    margin-top: 3.75rem !important;
  }

  .mt65-md {
    margin-top: 4.0625rem !important;
  }

  .mt70-md {
    margin-top: 4.375rem !important;
  }

  .mt75-md {
    margin-top: 4.6875rem !important;
  }

  .mt80-md {
    margin-top: 5rem !important;
  }

  .mt85-md {
    margin-top: 5.3125rem !important;
  }

  .mt90-md {
    margin-top: 5.625rem !important;
  }

  .mt95-md {
    margin-top: 5.9375rem !important;
  }

  .mt100-md {
    margin-top: 6.25rem !important;
  }

  .mb0-md {
    margin-bottom: 0 !important;
  }

  .mb5-md {
    margin-bottom: 0.3125rem !important;
  }

  .mb10-md {
    margin-bottom: 0.625rem !important;
  }

  .mb15-md {
    margin-bottom: 0.9375rem !important;
  }

  .mb20-md {
    margin-bottom: 1.25rem !important;
  }

  .mb25-md {
    margin-bottom: 1.5625rem !important;
  }

  .mb30-md {
    margin-bottom: 1.875rem !important;
  }

  .mb35-md {
    margin-bottom: 2.1875rem !important;
  }

  .mb40-md {
    margin-bottom: 2.5rem !important;
  }

  .mb45-md {
    margin-bottom: 2.8125rem !important;
  }

  .mb50-md {
    margin-bottom: 3.125rem !important;
  }

  .mb55-md {
    margin-bottom: 3.4375rem !important;
  }

  .mb60-md {
    margin-bottom: 3.75rem !important;
  }

  .mb65-md {
    margin-bottom: 4.0625rem !important;
  }

  .mb70-md {
    margin-bottom: 4.375rem !important;
  }

  .mb75-md {
    margin-bottom: 4.6875rem !important;
  }

  .mb80-md {
    margin-bottom: 5rem !important;
  }

  .mb85-md {
    margin-bottom: 5.3125rem !important;
  }

  .mb90-md {
    margin-bottom: 5.625rem !important;
  }

  .mb95-md {
    margin-bottom: 5.9375rem !important;
  }

  .mb100-md {
    margin-bottom: 6.25rem !important;
  }
}
@media (max-width: 767px) {
  .pt0-sm {
    padding-top: 0;
  }

  .pt5-sm {
    padding-top: 0.3125rem;
  }

  .pt10-sm {
    padding-top: 0.625rem;
  }

  .pt15-sm {
    padding-top: 0.9375rem;
  }

  .pt20-sm {
    padding-top: 1.25rem;
  }

  .pt25-sm {
    padding-top: 1.5625rem;
  }

  .pt30-sm {
    padding-top: 1.875rem;
  }

  .pt35-sm {
    padding-top: 2.1875rem;
  }

  .pt40-sm {
    padding-top: 2.5rem;
  }

  .pt45-sm {
    padding-top: 2.8125rem;
  }

  .pt50-sm {
    padding-top: 3.125rem;
  }

  .pt55-sm {
    padding-top: 3.4375rem;
  }

  .pt60-sm {
    padding-top: 3.75rem;
  }

  .pt65-sm {
    padding-top: 4.0625rem;
  }

  .pt70-sm {
    padding-top: 4.375rem;
  }

  .pt75-sm {
    padding-top: 4.6875rem;
  }

  .pt80-sm {
    padding-top: 5rem;
  }

  .pt85-sm {
    padding-top: 5.3125rem;
  }

  .pt90-sm {
    padding-top: 5.625rem;
  }

  .pt95-sm {
    padding-top: 5.9375rem;
  }

  .pt100-sm {
    padding-top: 6.25rem;
  }

  .pb0-sm {
    padding-bottom: 0;
  }

  .pb5-sm {
    padding-bottom: 0.3125rem;
  }

  .pb10-sm {
    padding-bottom: 0.625rem;
  }

  .pb15-sm {
    padding-bottom: 0.9375rem;
  }

  .pb20-sm {
    padding-bottom: 1.25rem;
  }

  .pb25-sm {
    padding-bottom: 1.5625rem;
  }

  .pb30-sm {
    padding-bottom: 1.875rem;
  }

  .pb35-sm {
    padding-bottom: 2.1875rem;
  }

  .pb40-sm {
    padding-bottom: 2.5rem;
  }

  .pb45-sm {
    padding-bottom: 2.8125rem;
  }

  .pb50-sm {
    padding-bottom: 3.125rem;
  }

  .pb55-sm {
    padding-bottom: 3.4375rem;
  }

  .pb60-sm {
    padding-bottom: 3.75rem;
  }

  .pb65-sm {
    padding-bottom: 4.0625rem;
  }

  .pb70-sm {
    padding-bottom: 4.375rem;
  }

  .pb75-sm {
    padding-bottom: 4.6875rem;
  }

  .pb80-sm {
    padding-bottom: 5rem;
  }

  .pb85-sm {
    padding-bottom: 5.3125rem;
  }

  .pb90-sm {
    padding-bottom: 5.625rem;
  }

  .pb95-sm {
    padding-bottom: 5.9375rem;
  }

  .pb100-sm {
    padding-bottom: 6.25rem;
  }

  .mt0-sm {
    margin-top: 0 !important;
  }

  .mt5-sm {
    margin-top: 0.3125rem !important;
  }

  .mt10-sm {
    margin-top: 0.625rem !important;
  }

  .mt15-sm {
    margin-top: 0.9375rem !important;
  }

  .mt20-sm {
    margin-top: 1.25rem !important;
  }

  .mt25-sm {
    margin-top: 1.5625rem !important;
  }

  .mt30-sm {
    margin-top: 1.875rem !important;
  }

  .mt35-sm {
    margin-top: 2.1875rem !important;
  }

  .mt40-sm {
    margin-top: 2.5rem !important;
  }

  .mt45-sm {
    margin-top: 2.8125rem !important;
  }

  .mt50-sm {
    margin-top: 3.125rem !important;
  }

  .mt55-sm {
    margin-top: 3.4375rem !important;
  }

  .mt60-sm {
    margin-top: 3.75rem !important;
  }

  .mt65-sm {
    margin-top: 4.0625rem !important;
  }

  .mt70-sm {
    margin-top: 4.375rem !important;
  }

  .mt75-sm {
    margin-top: 4.6875rem !important;
  }

  .mt80-sm {
    margin-top: 5rem !important;
  }

  .mt85-sm {
    margin-top: 5.3125rem !important;
  }

  .mt90-sm {
    margin-top: 5.625rem !important;
  }

  .mt95-sm {
    margin-top: 5.9375rem !important;
  }

  .mt100-sm {
    margin-top: 6.25rem !important;
  }

  .mb0-sm {
    margin-bottom: 0 !important;
  }

  .mb5-sm {
    margin-bottom: 0.3125rem !important;
  }

  .mb10-sm {
    margin-bottom: 0.625rem !important;
  }

  .mb15-sm {
    margin-bottom: 0.9375rem !important;
  }

  .mb20-sm {
    margin-bottom: 1.25rem !important;
  }

  .mb25-sm {
    margin-bottom: 1.5625rem !important;
  }

  .mb30-sm {
    margin-bottom: 1.875rem !important;
  }

  .mb35-sm {
    margin-bottom: 2.1875rem !important;
  }

  .mb40-sm {
    margin-bottom: 2.5rem !important;
  }

  .mb45-sm {
    margin-bottom: 2.8125rem !important;
  }

  .mb50-sm {
    margin-bottom: 3.125rem !important;
  }

  .mb55-sm {
    margin-bottom: 3.4375rem !important;
  }

  .mb60-sm {
    margin-bottom: 3.75rem !important;
  }

  .mb65-sm {
    margin-bottom: 4.0625rem !important;
  }

  .mb70-sm {
    margin-bottom: 4.375rem !important;
  }

  .mb75-sm {
    margin-bottom: 4.6875rem !important;
  }

  .mb80-sm {
    margin-bottom: 5rem !important;
  }

  .mb85-sm {
    margin-bottom: 5.3125rem !important;
  }

  .mb90-sm {
    margin-bottom: 5.625rem !important;
  }

  .mb95-sm {
    margin-bottom: 5.9375rem !important;
  }

  .mb100-sm {
    margin-bottom: 6.25rem !important;
  }
}
@media (min-width: 992px) {
  .mtm100 {
    margin-top: -6.5625rem !important;
  }

  .mtm80 {
    margin-top: -5rem !important;
  }

  .mtm30 {
    margin-top: -1.875rem !important;
  }

  .mtm20 {
    margin-top: -1.25rem !important;
  }

  .mbm20 {
    margin-bottom: -1.25rem !important;
  }
}
@media (max-width: 767px) {
  .mtm100-sm {
    margin-top: -6.5625rem !important;
  }

  .mtm80-sm {
    margin-top: -5rem !important;
  }

  .mtm40-sm {
    margin-top: -2.5rem !important;
  }

  .mtm30-sm {
    margin-top: -1.875rem !important;
  }

  .mtm20-sm {
    margin-top: -1.25rem !important;
  }

  .mbm20-sm {
    margin-bottom: -1.25rem !important;
  }
}
/* =============================================
   1.3 DISPLAY BLOCK, TEXT, POSIITON
   =============================================*/
.db {
  display: block;
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.d_t {
  display: table;
}

.d_tr {
  display: table-row;
}

.d_tc {
  display: table-cell;
}

.d_flex {
  display: -ms-flexbox;
  display: flex;
}

.d_iflex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (max-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .db_sm {
    display: block;
  }

  .dn_sm {
    display: none;
  }

  .d_t_sm {
    display: table;
  }

  .d_tr_sm {
    display: table-row;
  }

  .d_tc_sm {
    display: table-cell;
  }

  .d_flex_sm {
    display: -ms-flexbox;
    display: flex;
  }

  .d_iflex_sm {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .ml-auto-sm,
  .mx-auto-sm {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .db_md {
    display: block;
  }

  .dn_md {
    display: none;
  }

  .dib_md {
    display: inline-block;
  }

  .d_t_md {
    display: table;
  }

  .d_tr_md {
    display: table-row;
  }

  .d_tc_md {
    display: table-cell;
  }

  .d_flex_md {
    display: -ms-flexbox;
    display: flex;
  }

  .d_iflex_md {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .db_lg {
    display: block;
  }

  .dn_lg {
    display: none;
  }

  .d_t_lg {
    display: table;
  }

  .d_tr_lg {
    display: table-row;
  }

  .d_tc_lg {
    display: table-cell;
  }

  .d_flex_lg {
    display: -ms-flexbox;
    display: flex;
  }

  .d_iflex_lg {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .dn_xl {
    display: none;
  }

  .d_t_xl {
    display: table;
  }

  .d_tr_xl {
    display: table-row;
  }

  .d_tc_xl {
    display: table-cell;
  }

  .d_flex_xl {
    display: -ms-flexbox;
    display: flex;
  }

  .d_iflex_xl {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.t_l {
  text-align: left;
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

@media (min-width: 992px) {
  .t_l_lg {
    text-align: left;
  }

  .t_c_lg {
    text-align: center;
  }

  .t_r_lg {
    text-align: right;
  }
}
.t_hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.t_u {
  text-transform: uppercase;
}

.t_ca {
  text-transform: capitalize;
}

.t_du {
  text-decoration: underline;
}

.f_w4 {
  font-weight: 400 !important;
}

.f_w5 {
  font-weight: 500;
}

.f_w6 {
  font-weight: 600;
}

.f_w7 {
  font-weight: 700;
}

.f_i {
  font-style: italic !important;
}

.t_nowrap {
  white-space: nowrap !important;
}

.t_cate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.vb {
  visibility: visible;
}

.ivb {
  visibility: hidden;
}

.f_n {
  float: none;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

@media (min-width: 576px) {
  .f_l_sm {
    float: left;
  }

  .f_r_sm {
    float: right;
  }
}
@media (min-width: 768px) {
  .f_l_md {
    float: left;
  }

  .f_r_md {
    float: right;
  }
}
@media (min-width: 992px) {
  .f_l_lg {
    float: left;
  }

  .f_r_lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .f_l_xl {
    float: left;
  }

  .f_r_xl {
    float: right;
  }

  .w80p {
    width: 80%;
  }
}
.p_a {
  position: absolute;
}

.p_r {
  position: relative;
}

.p_f {
  position: fixed;
}

.pa_center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}

@media (min-width: 992px) {
  .pa_center-lg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
  }
}
/* -------------------------------------------
   letter space, transition, font familiy
  -----------------------------------------*/
.l_s0 {
  letter-spacing: 0;
}

.l_s1 {
  letter-spacing: 0.0625rem;
}

.l_s2 {
  letter-spacing: 0.125rem;
}

.l_s3 {
  letter-spacing: 0.1875rem;
}

.l_s4 {
  letter-spacing: 0.25rem;
}

.t03_s {
  transition: all .3s;
}

.t04_s {
  transition: all .4s;
}

.t05_s {
  transition: all .5s;
}

.lh_1 {
  line-height: 1;
}

.lh_2 {
  line-height: 1.2;
}

.lh_3 {
  line-height: 1.3;
}

.lh_4 {
  line-height: 1.4;
}

.font_1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.o_h {
  overflow: hidden;
}

.c_p {
  color: #fdbf70;
}

a.c_p:hover {
  opacity: 0.8;
}

*
.c_s {
  color: #22222b !important;
}

.c_s1 {
  color: #333 !important;
}

.c_s2 {
  color: #444;
}

.c_s3 {
  color: #555;
}

.c_w {
  color: #fff !important;
}

.c_g {
  color: #888888;
}

.c_g:hover {
  color: #22222b;
}

.c_g.h_l:hover {
  color: #444;
}

.bgc_p {
  background-color: #fdbf70;
}

.primary_color {
  color: #fdbf70;
}

.secondary_color {
  color: #22222b;
}

/* ---------------------------------------------
   1.5 Width
   ---------------------------------------------*/
.w100 {
  width: 100%;
}

.w1340 {
  max-width: 83.75rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .width_1520 .vc_column-inner {
    max-width: 95rem;
    margin-left: auto;
    margin-right: auto;
  }

  .width_1520 .site-header .container,
  .width_1520 .container-fluid,
  .width_1520 .container {
    max-width: 95rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }

  .width_1520 .site-header,
  .width_1520 .site-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .width_1400 .vc_column-inner {
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .width_1400 .site-header .container,
  .width_1400 .container-fluid,
  .width_1400 .container {
    max-width: 87.5rem;
  }

  .width_1400 .site-header,
  .width_1400 .site-footer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .width_1550 .vc_column-inner {
    max-width: 96.875rem;
    margin-left: auto;
    margin-right: auto;
  }

  .w1545 .container {
    max-width: 96.5625rem;
  }
}
@media (min-width: 1600px) {
  .w1720 .site-header .container,
  .w1720 .container-fluid,
  .w1720 .container {
    max-width: 107.5rem;
  }

  .w1720 .site-header,
  .w1720 .site-footer {
    margin-left: auto;
    margin-right: auto;
  }
}
/* =============================================
   1.5 embed
   =============================================*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

@media (min-width: 992px) {
  body:not(.woocommerce) .has-sidebar-left {
    -ms-flex-order: 2;
    order: 2;
  }

  body:not(.woocommerce) .sidebar-left {
    -ms-flex-order: 1;
    order: 1;
  }

  body:not(.woocommerce) .sidebar-left,
  body:not(.woocommerce) .has-sidebar-right {
    padding-right: 1.875rem;
  }

  body:not(.woocommerce) .has-sidebar-left,
  body:not(.woocommerce) .sidebar-right {
    padding-left: 1.875rem;
  }

  body:not(.woocommerce) .col-xl-8.sidebar-left,
  body:not(.woocommerce) .col-xl-8.has-sidebar-right {
    padding-right: 2.5rem;
  }

  body:not(.woocommerce) .col-xl-8.has-sidebar-left,
  body:not(.woocommerce) .col-xl-8.sidebar-right {
    padding-left: 2.5rem;
  }
}
@media (max-width: 992px) {
  .woocommerce .sidebar-left {
    -ms-flex-order: 2;
    order: 2;
  }

  .woocommerce .has-sidebar-left {
    -ms-flex-order: 1;
    order: 1;
  }
}
.ul-no ul,
.ul-no {
  list-style: none;
  padding: 0;
  margin: 0;
}

.br50 {
  border-radius: 50%;
  overflow: hidden;
}

.no-padding [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .no-padding-md [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.button.arrow:after {
  content: '\f121';
  font-family: LineAwesome;
  padding-left: 0.8125rem;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.button.arrow:hover:after {
  -webkit-animation-name: woble-h-effect;
  animation-name: woble-h-effect;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-effect {
  min-width: 10.9375rem;
  cursor: pointer;
  padding: 0.8125rem 1.875rem;
  color: #fff;
  font-size: 1rem;
  border-left: 0.1875rem solid #22222b;
  background: linear-gradient(to right, #22222b 50%, #fdbf70 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}
.button-effect:hover {
  color: #fff;
  background-position: left bottom;
}

.button-effect-white {
  min-width: 10.9375rem;
  cursor: pointer;
  padding: 0.8125rem 1.875rem;
  color: #22222b;
  font-size: 1rem;
  background: linear-gradient(to right, #fdbf70 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .6s ease-out;
}
.button-effect-white:hover {
  color: #fff !important;
  background-position: left bottom;
}

.button-effect-black {
  min-width: 10.9375rem;
  cursor: pointer;
  padding: 0.8125rem 1.875rem;
  color: #fff;
  font-size: 1rem;
  background: linear-gradient(to right, #fdbf70 50%, #22222b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .6s ease-out;
}
.button-effect-black:hover {
  color: #22222b !important;
  background-position: left bottom;
}

.be_border {
  border-left: 0.1875rem solid #fdbf70;
}

.separator {
  border-top: 1px solid #ebebeb;
}

.text_du .text-wrap {
  border-bottom: 3px solid currentColor;
}

.bg_img_center.vc_row[data-vc-full-width] {
  background-position: center !important;
}

.bg_gray #page,
.body_gray #page {
  background-color: #f5f5f5;
}

.body_gray #page footer,
.body_gray #page .site-header {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.not-found .page-header {
  padding: 1.25rem;
}
.not-found .search-form {
  margin-bottom: 1.25rem;
}
.not-found .search-form .search-field {
  width: 100%;
  background-color: transparent;
}

/*.bypostauthor {display: inline-block}*/
.page-links:before {
  display: block;
  clear: both;
  content: "";
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.wp-caption {
  padding: 0.5rem 0.5rem 0.25rem;
  margin-bottom: 2rem;
  max-width: 100%;
  box-sizing: border-box;
}

img.alignright {
  margin-left: 10%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
  display: inline-block;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.7;
  margin: 0;
  padding: 0.5rem;
  font-style: italic;
  border-bottom: 2px solid #dedede;
}

.wp-caption.alignnone {
  padding: 0;
}

body:not(.wpb-js-composer) .content-area:not([class*="has-sidebar-"]) .type-page .wp-caption.alignnone,
.content-area:not([class*="has-sidebar-"]) .type-post > .entry-content .wp-caption.alignnone {
  max-width: calc(100% + 40px);
  margin-left: -20px;
}

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.tag-edge-case h2,
.tag-edge-case h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget ol,
.widget ul,
.widget li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*widget*/
.widget_rss .widget-title .rsswidget {
  padding-right: 0.625rem;
}
.widget_rss li .rsswidget {
  color: #22222b;
  display: block;
}
.widget_rss .rss-date {
  font-size: 0.75rem;
}
.widget_rss .rssSummary {
  margin-top: 0.3125rem;
}
.widget_rss ul li:not(:last-child) {
  padding-bottom: 0.3125rem;
}
.widget_rss cite {
  text-align: right;
  display: block;
  margin-top: 7px;
}

.trackback .comment-edit-link,
.pingback .comment-edit-link {
  padding-left: 0.75rem;
}

.comment-list li.pingback p,
.comment-list li.trackback p {
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem;
}

.comment-list li.trackback:first-child {
  margin-top: 1rem;
}

/*Gutenberg*/
@media (min-width: 750px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }

  .wp-block-cover.aligncenter,
  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }

  [class*="has-sidebar"] .wp-block-cover,
  .single-product .wp-block-cover.aligncenter,
  .single-product .alignfull:not(.separator),
  .single-product .alignwide,
  .col-lg-6 .alignfull,
  .col-lg-6 .alignwide,
  [class*="has-sidebar"] .alignfull,
  [class*="has-sidebar"] .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-media-text + p {
  margin-top: 1.25rem;
}

.wp-block-cover {
  margin-bottom: 1.875rem;
}

ul.wp-block-archives {
  padding-left: 0;
}

ul.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  list-style-type: none;
}

ul.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
  padding-bottom: 0.75rem;
}

.wp-block-button__link,
.wp-block-latest-comments .wp-block-latest-comments__comment {
  font-size: 1rem !important;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote q {
  margin-bottom: 0;
}

.wp-block-gallery.alignleft,
.wp-block-cover.alignleft {
  margin-right: 1.25rem;
}

.has-large-font-size,
p[style*="font-size:"] {
  line-height: 1.3;
}

@media (min-width: 768px) {
  .default .sub-post.has-post-thumbnail .entry-media {
    margin-bottom: 0;
    padding-right: 15px;
    width: 50%;
    float: left;
  }

  .default .sub-post.has-post-thumbnail .entry-summary {
    width: 50%;
    float: right;
    padding-left: 25px;
    padding-top: 30px;
    text-align: left;
  }

  .default .sub-post.has-post-thumbnail .entry-summary {
    padding-top: 0;
  }
  .default .sub-post.has-post-thumbnail .entry-summary .entry-title {
    margin-top: -0.8125rem !important;
  }

  .default .sub-post.has-post-thumbnail .justify-content-center {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .default .sub-post.has-post-thumbnail .entry-excerpt {
    text-align: left;
  }
}
/* for admin themepikologo: */
.ab-icon #themepiko-icon {
  width: 15px;
}

#themepiko-icon .st0 {
  fill: #a0a5aa;
}

.ab-top-menu > li:hover > .ab-item #themepiko-icon .st0 {
  fill: #00b9eb;
}

#themepiko-icon .st1 {
  fill: #444;
}

.ab-top-menu > li:hover > .ab-item #themepiko-icon .st1 {
  fill: #fff;
}

.wp-block-button:not(.alignleft):not(.alignright),
.aligncenter, .alignwide {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

@media (min-width: 992px) {
  .aligncenter, .alignwide {
    margin-bottom: 3.125rem;
    margin-top: 3.125rem;
  }
}
.wp-block-button__link {
  padding: 0.75rem 2.1875rem;
}

.blocks-gallery-grid, .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/2);
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (min-width: 1200px) {
  .content-area:not([class*="has-sidebar-"]) .entry-content > .alignfull {
    margin-bottom: 6.25rem;
    margin-top: 6.25rem;
  }

  .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    margin-top: 0.5625rem;
  }
}
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

/*--------------------------------------------------------------
# Page box
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  body.theme_float {
    border: 1.875rem solid transparent;
  }
  body.theme_float:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 1.875rem;
    background-color: #ffffff;
    top: 0;
    z-index: 1002;
    left: 0;
  }
  body.theme_float:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 1.875rem;
    background-color: #ffffff;
    bottom: 0;
    z-index: 1002;
    display: block;
    left: 0;
  }

  body:not(.custom-background-image).theme_float:before,
  body:not(.custom-background-image).theme_float:after {
    background: inherit;
    content: "";
    display: block;
    height: 1.3125rem;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
  }

  body:not(.custom-background-image).theme_float:before {
    top: 0;
  }

  body:not(.custom-background-image).theme_float.admin-bar:before {
    top: 2.875rem;
  }

  body:not(.custom-background-image).theme_float:after {
    bottom: 0;
  }

  /*boxed 1200px*/
  #page {
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }

  body.home-box-wapper #page {
    margin: 0px auto;
    max-width: 75rem;
    box-shadow: 0px 1px 15px -7px rgba(0, 0, 0, 0.64);
  }
}
/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
/* ----------------------------------------------------------------
   404, page search
   ---------------------------------------------------------------- */
.search-no-results .no-results .page-header {
  margin-bottom: 1.875rem;
}

.search-no-results .woocommerce-info {
  position: static;
  margin: 3.125rem 0;
}

.search-results .entry-title {
  font-size: 1.25rem;
  margin-bottom: 1.125rem;
}

.search-results:not(.post-type-archive-product) .product {
  max-width: 100%;
  margin-top: 1.875rem;
}

.search-results .sidebar .latest-post .row:nth-child(n+5) {
  display: none !important;
}

@media (min-width: 992px) {
  .search-no-results #piko-content {
    min-height: 65vh;
  }

  .error404 #piko-content {
    min-height: 79vh;
  }

  .error404:not(.fixdefault) .pa_center-lg {
    top: 34%;
  }
}
@media (max-width: 991px) {
  .error404 .content-area {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.9375rem;
  }

  .meta-wrap + .social-icons {
    margin-top: 1.25rem;
  }
}
.error404 #piko-content {
  margin-bottom: -3.125rem;
}
.error404 #piko-content .widget .search-form {
  border-color: #e6e6e6;
  padding: 0;
}

.search-form .search-submit {
  background-color: transparent;
}

.error404 .error-page h1 {
  font-size: 5rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
}

.error404 .error-page h2 {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}

.error404 .error-page p {
  margin: 0.9375rem auto 1.25rem;
}

/* ----------------------------------------------------------------
   Blog
   ---------------------------------------------------------------- */
.post.sticky .post-thumbnail {
  margin-bottom: 0;
}

.post.sticky {
  background-color: transparent;
}

.post-thumbnail div:first-child {
  position: relative;
  left: 0;
  bottom: 0;
}

.post-thumbnail img {
  max-width: 100%;
}

.single .meta-wrap {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.single .has-post-thumbnail .meta-wrap.d_flex {
  padding-top: 0.5625rem;
}

.single .entry-content {
  margin-top: 1.4375rem;
}

.search-results .site-main article:not(.product):not(:first-child) {
  margin-top: 1.6875rem;
}

.search-results .site-inner article:first-child .entry-title {
  margin-top: 0;
}

.default .entry .entry-thumbnail,
.default .entry .entry-excerpt,
.search-results .site-inner article {
  text-align: center;
}

.default .entry .entry-excerpt p {
  line-height: 1.875rem;
}

.search-results .site-inner article,
.default .entry {
  padding-bottom: 2.125rem;
  border-bottom: 1px solid #ebebeb;
}

.default .entry:not(:first-child):not(.slick-slide) {
  margin-top: 2.1875rem;
}

.default .entry:not(.has-post-thumbnail):not(:first-child):not(.slick-slide) {
  margin-top: 1.5625rem;
}

.default figure {
  margin-bottom: 1.375rem;
  text-align: center;
}

.default .meta-wrap {
  margin-bottom: 0.9375rem;
}

.read_more {
  font-size: 1rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  position: relative;
  border-bottom: 1px solid #22222b;
}
.read_more:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 0.0625rem;
  background-color: #22222b;
  transition: all .48s;
  -webkit-transition: all .48s;
}
.read_more:hover {
  border-bottom-style: dashed;
}
.read_more:hover:after {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-animation: slide-bottom .3s ease-out;
  animation: slide-bottom .3s ease-out;
}

.read_more.white {
  color: #fff;
  border-color: #fff;
}

.read_more.hover {
  border-bottom-color: #fdbf70;
}

.list .entry-title {
  margin-top: 0;
}

.list .entry:not(:first-child) {
  margin-top: 2.75rem;
}

/*fix for list style*/
.list .entry + .embed-responsive {
  margin-top: 2.5rem;
}
.list .entry + .embed-responsive + .entry {
  margin-top: 0;
}

.post-meta span:not(:last-child) {
  margin-right: 0.3125rem;
}

.post-action i {
  line-height: 1;
}

.more-link {
  margin: 1.25rem auto;
  line-height: 2.5rem;
  border: 2px solid #222;
  padding: 0 1.875rem;
  font-weight: 600;
  display: table;
  border-radius: 2.5rem;
}

.more-link span {
  font-size: 1.125rem;
}

.more-link:hover {
  background: #22222b;
  color: #ffffff;
}

.post-action {
  border: 1px solid #ffffff;
  padding: 0.5rem 1.25rem;
}

.comments-link i {
  font-size: 1.25rem;
  top: 0.25rem;
}

.piko-pagination,
.woocommerce-pagination {
  margin-top: 2.5rem;
}
.piko-pagination .page-numbers li:not(:first-child):not(:last-child):not(:nth-last-child(2)) span:not(.current),
.piko-pagination .page-numbers li:not(:first-child):not(:last-child):not(:nth-last-child(2)) a,
.woocommerce-pagination .page-numbers li:not(:first-child):not(:last-child):not(:nth-last-child(2)) span:not(.current),
.woocommerce-pagination .page-numbers li:not(:first-child):not(:last-child):not(:nth-last-child(2)) a {
  display: none;
}
.piko-pagination .page-numbers li .current::after,
.woocommerce-pagination .page-numbers li .current::after {
  content: "/";
  padding: 0 0.1875rem;
  color: #7f7f82;
}
.piko-pagination .page-numbers li:last-child .current::before,
.woocommerce-pagination .page-numbers li:last-child .current::before {
  content: "/";
  padding: 0 0.1875rem;
  color: #7f7f82;
}
.piko-pagination .page-numbers li:first-child .current::before,
.woocommerce-pagination .page-numbers li:first-child .current::before {
  content: "";
  background-color: #7f7f82;
  width: 1.5625rem;
  margin: 0.6875rem 1.5625rem 0 0;
  height: 1px;
}
.piko-pagination .page-numbers li:last-child .current::after,
.woocommerce-pagination .page-numbers li:last-child .current::after {
  content: "";
  background-color: #7f7f82;
  width: 1.5625rem;
  margin: 0.6875rem 0 0 1.5625rem;
  height: 1px;
}

.page-numbers.next {
  padding-left: 1.4375rem;
  font-size: 1.5625rem;
  line-height: 1;
}

.page-numbers.prev {
  padding-right: 1.4375rem;
  font-size: 1.5625rem;
  line-height: 1;
}

.page-numbers:not(.next):not(.prev) {
  list-style: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.page-links a {
  margin: 0 0.3125rem;
  display: inline-block;
  text-align: center;
}

.blog .post-content .wpb_content_element {
  margin-bottom: 0;
}

.post-content p:last-child {
  margin-bottom: 0;
}

.post-password-form label {
  display: block;
  font-weight: 500;
  color: #22222b;
}

.post-password-form label input {
  width: 100%;
  margin-bottom: 0.625rem;
}

.post-password-form input[type="submit"] {
  background: #222;
  border-radius: 0.125rem;
  color: #ffffff;
  border-color: #22222b;
}

/*.meta-wrap*/
.meta-wrap.t_cate {
  margin-bottom: 0.4375rem;
}

.meta-wrap .sticky-post {
  background-color: #fdbf70;
  color: #fff;
  padding: 0 0.9375rem;
  height: 1.3125rem;
  line-height: 1.3125rem;
}
.meta-wrap a,
.meta-wrap span {
  color: #7f7f82;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.meta-wrap span + span {
  padding-left: 1.4375rem;
}
.meta-wrap a:hover {
  color: #fdbf70;
}

.entry-cat a + a {
  padding-left: 0.375rem;
}

.entry-footer {
  margin-top: 3.75rem;
}
.entry-footer .entry-cat {
  max-width: 34.375rem;
}
.entry-footer .entry-cat a {
  color: #7f7f82;
}
.entry-footer .entry-cat a:hover {
  color: #fdbf70;
}
.entry-footer .meta-title {
  color: #22222b;
  padding-right: 0.3125rem;
}
.entry-footer .next {
  margin-top: 1.5rem;
}
.entry-footer .next a[rel=prev]:before {
  content: '\e806';
  font-family: kable;
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.9375rem;
}
.entry-footer .next a[rel=next]:after {
  content: '\e807';
  font-family: kable;
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.9375rem;
}

.entry-author {
  margin-top: 2.5rem;
  background-color: rgba(34, 34, 43, 0.03);
  padding: 0.8125rem 1rem 0.875rem;
}
.entry-author figure {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}
.entry-author h6 {
  margin-bottom: 0.9375rem;
}
.entry-author .author-content {
  padding-left: 1.875rem;
}

.avatar {
  border-radius: 50%;
}

@media (min-width: 768px) {
  .entry-author {
    margin-top: 3.75rem;
    padding: 1.625rem 2rem 1.75rem;
  }
  .entry-author figure {
    -ms-flex: 0 0 87px;
    flex: 0 0 87px;
    max-width: 87px;
  }
}
/*grid*/
.single .hsc:not(.related-column-1) .entry-title,
.container-fluid .blog-wrap .post:not(.columns-1):not(.columns-2) .entry-title,
.container .blog-wrap .post:not(.columns-1) .entry-title {
  font-size: 1.125rem;
  margin: 0;
}

.masonry .entry-title {
  margin-bottom: 0.125rem !important;
}

[class*="container"] .blog-wrap.default .post:not(.columns-1) .entry-title {
  font-size: 1.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-wrap.list .entry div.justify-content-center,
.blog-wrap.grid .entry div.justify-content-center {
  -ms-flex-pack: start !important;
  justify-content: start !important;
  margin-bottom: 0.5rem;
}

.blog-wrap.grid .entry {
  margin-bottom: 0.625rem;
}
.blog-wrap.grid .entry div.justify-content-center {
  margin: 1.6875rem 0 0.5rem;
}

/* ----------------------------------------------------------------
   pull quote
   ---------------------------------------------------------------- */
.wp-block-pullquote {
  padding: 0;
  margin: 1.875rem 0 1.75rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #22222b;
}
.wp-block-pullquote blockquote {
  border-left: 0 !important;
}
.wp-block-pullquote p {
  margin: 0 1.5625rem;
  font-size: 1rem;
}

/* ----------------------------------------------------------------
   gallery
   ---------------------------------------------------------------- */
.wp-block-gallery {
  margin: 1.9375rem 0 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 30px)/ 2);
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 30px 30px 0;
}

/* ----------------------------------------------------------------
   Blog single related
   ---------------------------------------------------------------- */
[class*="related-column-"] .piko-carousel {
  margin: 0 -0.9375rem;
}
[class*="related-column-"] .piko-carousel .entry-grid {
  padding: 0 0.9375rem;
}
[class*="related-column-"] .piko-carousel .entry-title {
  font-size: 1.125rem;
}

.piko-video .pa_center {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 0.1875rem;
  transition: all 0.3s;
}
.piko-video .pa_center:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.piko-video.light .pa_center {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.625rem;
  background-color: #fff;
  color: #fdbf70;
}

.single-post .type-post > h3 {
  margin-top: 0;
}

.single-post .type-post figure + h3 {
  margin-top: 0.65em;
}

.comments-area {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .comments-area {
    margin-top: 3.9375rem;
  }
}
.blog .max-col-2 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.blog .max-col-2 > [class*="col-"] {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

/*wp default*/
.entry-excerpt .page-links {
  margin: 0.75rem 0;
}

.entry-excerpt blockquote,
.entry-excerpt iframe,
.entry-excerpt > figure {
  margin-top: 1.25rem;
}

.product type-product ol li,
.product type-product ul li {
  margin-bottom: 0.4375rem;
}

.entry-media .piko-carousel-dot .slick-dots {
  bottom: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.sidebar .widget:not(:first-child) {
  margin-top: 3.75rem;
}

.site-footer .widget ul ul,
.sidebar .widget ul ul {
  padding-left: 1.25rem;
}

.site-footer .widget ul li,
.sidebar .widget ul li {
  position: relative;
}

.site-footer .widget ul > ul li,
.sidebar .widget ul > ul li {
  padding-left: 0.9375rem;
}

.widget div > ul li,
.widget > ul li {
  margin: 0.78125rem 0;
}

.wp-block-group__inner-container h2,
.widget h4.widget-title {
  font-size: 1.125rem;
  color: #22222b;
  font-weight: 400;
  margin-bottom: 1.125rem;
}

.widget ul li a {
  color: #7f7f82;
  display: inline-block;
}
.widget ul li a:hover {
  color: #fdbf70;
}

.widget.widget_archive ul li:not(.opened),
.widget.widget_categories ul li:not(.opened) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.widget ul.product_list_widget li {
  display: inline-block;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
  padding-left: 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}

.widget ul.product_list_widget li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget ul.product_list_widget li a {
  display: block;
}

.widget ul.product_list_widget li img {
  float: left;
  margin-right: 0.625rem;
  width: 5rem;
}

.widget ul.product_list_widget li a span.product-title {
  color: #7f7f82;
  display: block;
  margin-bottom: 0.75rem;
}

.widget ul.product_list_widget li a:hover span.product-title {
  color: #fdbf70;
}

.widget ul.product_list_widget li ins {
  color: #ec0101;
  text-decoration: none;
}

.widget .tagcloud a {
  display: inline-block;
  margin: 0 0.375rem 0.625rem 0;
  padding: 0.25rem 0.9375rem 0.375rem;
  color: #7f7f82;
  background-color: rgba(34, 34, 43, 0.1);
}

.widget .tagcloud a:hover {
  background-color: #22222b;
  color: #fff;
}

/*.widget .woocommerce-product-search,
*/
.search-form:after {
  display: block;
  clear: both;
  content: "";
}

.widget .woocommerce-product-search {
  position: relative;
}

.widget .woocommerce-product-search .search-field {
  width: calc(100% - 50px);
}

.widget .woocommerce-product-search button {
  float: right;
  top: -2.5rem;
  position: relative;
  border: 0;
  padding: 0 0.5rem;
  background: #333;
  color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.search-form {
  position: relative;
}

.widget .woocommerce-product-search input[type="submit"],
.search-no-results .search-form .search-submit,
.widget .search-form .search-submit {
  position: absolute;
  top: -0.3rem;
  border: none;
  color: #a1a1a1;
  right: 0;
  padding: 0;
  height: auto;
  transform: rotate(-90deg);
  min-width: auto;
}

@media only screen and (max-width: 576px) {
  .widget .woocommerce-product-search, .widget .search-form {
    max-width: 90%;
    margin: 0.9375rem;
  }
}
/*wp calender*/
#wp-calendar {
  margin-top: 0.625rem;
}
#wp-calendar caption {
  padding-bottom: 0.625rem;
}
#wp-calendar th, #wp-calendar td {
  padding: 0.3125rem;
  text-align: center;
}

.site-footer .widget-title + label + select,
.sidebar .widget-title + label + select {
  margin-top: 0.375rem !important;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
}

.site-footer .widget-title + .tagcloud,
.site-footer .widget-title + form,
.sidebar .widget-title + .tagcloud,
.sidebar .widget-title + form {
  padding-top: 0.5625rem !important;
}

/*wp recent comment*/
.wp-block-latest-comments > li {
  position: relative;
  margin: 0.78125rem 0;
}

.widget_block .wp-block-latest-comments__comment {
  line-height: inherit;
}

.wp-block-latest-comments__comment footer a {
  color: #7f7f82;
}

.wp-block-latest-comments__comment footer a:hover {
  color: #fdbf70;
}

.wp-block-latest-comments:not(.has-avatars) > li,
.widget_recent_entries ul > li,
.widget_recent_comments li.recentcomments {
  padding-left: 1.875rem;
}

.wp-block-latest-comments:not(.has-avatars) > li::before,
.widget_recent_entries ul > li:before,
.widget_recent_comments li.recentcomments:before {
  content: "\f0e6";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: #7f7f82;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget_recent_entries ul > li:before {
  content: "\f044";
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 0.75rem;
}

.latest-post .row:not(:last-child) {
  padding-bottom: 1.25rem;
}
.latest-post .row:not(:first-child) {
  padding-top: 1.25rem;
}
.latest-post .row:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.latest-post .latest-text {
  margin-left: 1.5625rem;
}
.latest-post .latest-text a {
  color: #7f7f82;
}
.latest-post .latest-text a:hover {
  color: #fdbf70;
}
.latest-post .latest-text span {
  display: block;
  font-size: 0.6875rem;
  margin-top: 0.5625rem;
}

/* widget contact info */
.widget_piko_company_info .c_wrap > img {
  max-width: rem-clac(150px);
}

/*fix for custom widget*/
.widget_piko-socials-icon.widget h4.widget-title,
.null-instagram-feed.widget h4.widget-title,
.widget_recent_postimage.widget h4.widget-title {
  margin-bottom: 1.6875rem;
}

.wp-block-search__button {
  height: auto;
  line-height: 1;
  white-space: nowrap;
}

.wp-block-search input.wp-block-search__input {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ccc;
}

.wp-block-search .wp-block-search__label {
  margin-bottom: 5px;
  display: block;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: #ccc;
}

.widget_block ul.wp-block-archives li, .widget_block .wp-block-categories li, .widget_block .wp-block-latest-posts li {
  padding-bottom: 0;
}

.submenu-container,
.widget_block .wp-block-page-list__submenu-icon {
  display: none;
}

.wp-block-calendar table th {
  background: transparent;
}

.wp-block-calendar td {
  color: #7f7f82;
}

.wp-block-search .wp-block-search__label {
  font-weight: 400 !important;
}

/*--------------------------------------------------------------
# Comment
--------------------------------------------------------------*/
.comments-area .comments-title {
  font-size: 1.5625rem;
}

.comment-list {
  margin-top: 0;
  padding-left: 0;
}
.comment-list > li {
  border-bottom: 1px solid #ebebeb;
}
.comment-list .children {
  border-top: 1px solid #ebebeb;
}
.comment-list .children > li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.comment-list .comment_container {
  margin-bottom: 1.6875rem;
}

.comment-list,
.comment-list .children {
  list-style: none;
}

.commentlist li.comment {
  margin-top: 3.125rem;
}

.comment-list .comment-text li {
  margin-top: 0.625rem;
}

.comment_container .avatar {
  float: left;
  width: 3.125rem;
}

.comment-text {
  padding-left: 1.25rem;
  overflow: hidden;
}

.comment-text .comment-author {
  font-size: 1rem;
  text-transform: capitalize;
  color: #22222b;
}

.comment-text .comment-date {
  font-size: 0.75rem;
}

.comment-text p {
  margin: 0.875rem 0 1.25rem;
}

.comment-text .comment-meta a + a {
  padding-left: 1rem;
}

.comment-text .comment-meta a:before {
  font-family: FontAwesome;
  padding-right: 0.5rem;
  font-size: 0.8125rem;
}

/*.comment-text .comment-reply-link:before{
    content: "\f064";    
}*/
.comment-text .comment-edit-link:before {
  content: "\f040";
}

.comment-text .star-rating {
  float: right;
}

.comment-text .meta strong {
  font-size: 0.875rem;
}

.comment-text .row {
  font-size: 0.875rem;
}

.comment-text .f_w5.f_s14 {
  line-height: 1;
}

.comment-text time {
  color: #999;
  font-size: 0.875rem;
}

.commentlist .children {
  padding-left: 1.875rem;
}

.comment-list li > ol,
.comment-list .children .children {
  padding-left: 2.5rem;
}

.comment-respond {
  margin-top: 3.75rem;
}

li .comment-respond {
  margin-bottom: 2.5rem;
}

/*.comment.bypostauthor {
    display: inherit;
}*/
.comment-reply-title {
  font-size: 1.25rem;
  margin: 0 0 0.3125rem;
}
.comment-reply-title small {
  font-size: 80%;
  line-height: 0;
}
.comment-reply-title small a {
  color: #fdbf70;
  padding-left: 1.25rem;
}

.comment-respond label {
  font-size: 1rem;
  color: #22222b;
}

.comment-respond label .required {
  opacity: .5;
}

.comment-respond input:not([type="submit"]):not([type="checkbox"]),
.comment-respond textarea {
  background: transparent;
  width: 100%;
}

.comment-form-cookies-consent input {
  margin-top: 0.125rem;
  margin-right: 0.625rem;
}

.comment-respond .form-submit {
  padding-top: 0.75rem;
}

.no-comments {
  display: inline-block;
  width: 100%;
  margin-top: 1.875rem;
}

.comment-notes {
  font-style: italic;
  margin-bottom: 1.25rem;
}

.logged-in-as a {
  color: #7f7f82;
}
.logged-in-as a:hover {
  color: #fdbf70;
}

@media (min-width: 992px) {
  .comments-area .comment-form-author,
  .comments-area .comment-form-email {
    width: calc(50% - 15px);
    float: left;
  }

  .comments-area .comment-form-email {
    margin-left: 1.875rem;
    margin-bottom: 1.3125rem;
  }

  .comments-area .comment-form-comment {
    margin-bottom: 1.0625rem;
  }
}
@media (max-width: 576px) {
  .comment_container img {
    width: 2.5rem;
  }

  .comment-text {
    padding: 0.9375rem 1.25rem 1.25rem;
  }

  .comment-list li > ol,
  .comment-list .children .children {
    padding-left: 0.9375rem;
  }
}
.page.type-page + #reviews {
  display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  margin-top: 3.125rem;
}

.remove-footer-space .site-footer {
  margin-top: 0;
}

.sub-footer {
  padding: 2.5rem 0 2rem;
  position: relative;
}

@media (min-width: 992px) {
  .site-footer {
    margin-top: 5.625rem;
  }

  .single-product .site-footer {
    margin-top: 5.875rem;
  }

  .sub-footer {
    padding: 5.625rem 0 5.125rem;
    position: relative;
  }
}
.sub-footer section {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.sub-footer .widget {
  border: none;
}

.site-footer ol,
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-two .sub-footer .widget p,
.sidebar-two .sub-footer .widget address {
  color: #8c8989;
}

.sidebar-two .sub-footer .widget .tagcloud a,
.sidebar-two .sub-footer .widget ul li a,
.sidebar-two .sub-footer .widget a,
.sidebar-two .sub-footer .widget abbr {
  color: #bfbfbf;
}

.sub-footer .widget:nth-child(n+5) {
  padding-top: 2.5rem;
}

.sidebar-two .sub-footer .widget a:hover,
.sub-footer .widget ul li a:hover,
.sub-footer .widget .comment-author-link a {
  color: #f8981d;
}

.sub-footer.cols_1 section {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.sub-footer.cols_2 section {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.sub-footer.cols_23 section:nth-child(-n+2) {
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}

.sub-footer.cols_23 section:nth-child(3) {
  -ms-flex: 0 0 44;
  flex: 0 0 44%;
  max-width: 44%;
}

.sub-footer.cols_3 section {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.sub-footer.cols_4 section {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.sub-footer.cols_5 section {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.one .sub-footer.cols_4 section:first-child {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.one .sub-footer.cols_4 section:nth-child(n+2):nth-child(-n+3) {
  -ms-flex: 0 0 20.833333%;
  flex: 0 0 20.833333%;
  max-width: 20.833333%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sub-footer.cols_5 section,
  .sub-footer.cols_3 section,
  .sub-footer.cols_4 section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sub-footer .widget {
    padding-top: 2.5rem;
  }

  .sub-footer.cols_23 section:first-child,
  .sub-footer.cols_2 .widget:first-child,
  .sub-footer .widget:nth-of-type(2),
  .sub-footer .widget:last-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .sub-footer.cols_23 section,
  .sub-footer.cols_2 section,
  .sub-footer.cols_3 section,
  .sub-footer.cols_5 section,
  .sub-footer.cols_4 section {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .sub-footer .widget {
    padding-bottom: 2.5rem;
  }
  .sub-footer .widget:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sub-footer.cols_23 section:nth-of-type(2),
  .cols_2 section:first-child,
  .cols_3 section:nth-of-type(2),
  .cols_5 section:nth-of-type(2) {
    -ms-flex-order: 2;
    order: 2;
  }

  .sub-footer.cols_23 section:nth-of-type(1),
  .cols_3 section:first-child,
  .cols_5 section:nth-of-type(3) {
    -ms-flex-order: 3;
    order: 3;
  }

  .cols_5 section:nth-of-type(4) {
    -ms-flex-order: 4;
    order: 4;
  }

  .cols_5 section:first-child {
    -ms-flex-order: 5;
    order: 5;
  }

  .sub-footer.cols_23 section:nth-of-type(3) {
    -ms-flex-order: 1;
    order: 1;
  }
}
.main-footer {
  padding: 1.125rem 0;
}

.main-footer .site-info {
  padding-top: 0.9375rem;
}

@media (min-width: 768px) {
  .payments-icon ul,
  .social-icon,
  .footer-links-menu {
    list-style: none;
    text-align: right;
  }

  .style3 .order-md-1 .payments-icon ul,
  .style3 .order-md-1 .social-icon,
  .style3 .order-md-1 .footer-links-menu {
    text-align: left;
  }
}
.footer-links-menu {
  padding-top: 8px;
}

.payments-icon ul li,
.footer-links-menu li {
  list-style: none;
  display: inline-block;
  text-transform: capitalize;
}

.payments-icon ul li {
  padding: 0 0.625rem;
}

.f-bottom a {
  color: #7f7f82;
}
.f-bottom a:hover {
  color: #fdbf70;
}

/*social icon*/
.social-icon a {
  padding: 0 0.4375rem;
}

.f-bottom .site-info {
  padding: 1.5625rem 0.9375rem;
  position: relative;
}
.f-bottom .site-info.t_c {
  padding: 1.25rem 0.9375rem;
}

.footer-links-menu li a,
.site-footer .site-title {
  padding: 0 0.5rem;
}

.footer-links-menu li:last-child a {
  padding-left: 0;
}

/*flickr, instagram widgets*/
.site-footer .flickr-widget ul li {
  display: initial;
  border: 0;
}

.site-footer .flickr-widget ul li img {
  margin: 0.1875rem;
}

.site-footer .flickr-widget ul li img:hover {
  opacity: .5;
  -webkit-transition: opacity .5s ease-out .3s;
  transition: opacity .5s ease-out .3s;
}

.site-footer .flickr-widget ul li:hover {
  padding: 0;
}

/*footer layout 1*/
.site-footer .main-footer {
  padding: 0;
}
.site-footer .main-footer .site-info {
  padding: 2.375rem 0 2.5rem;
}
.site-footer .main-footer .info-right-wrap {
  padding: 0.625rem 0;
}

@media (max-width: 767px) {
  .site-footer .main-footer div:first-child .info-right-wrap {
    padding-top: 1.5625rem;
  }

  .site-footer .main-footer .site-info {
    padding: 1.25rem 0;
  }
}
/*footer o2*/
.site-footer.layout2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.site-footer.layout2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.site-footer.layout2 .f-bottom {
  border-top: 1px solid currentColor;
}

.site-footer.layout2 .main-footer {
  background: transparent;
  border-top: 0.0625rem solid currentColor;
  position: relative;
}

/*footer o3*/
.site-footer .style3 .site-info {
  text-align: center;
}
.site-footer .style3 .footer-links-menu li:first-child a {
  padding-left: 0;
}

/*footer parallux*/
.has-footer-parallax #piko-content {
  position: relative;
  z-index: 1;
  margin-bottom: 28.125rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 6.5625rem 5.625rem -5.625rem;
}

.footer-parallax .footer-perallx-wrap {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.has-footer-parallax .footer-perallx-wrap .sub-footer,
.has-footer-parallax .footer-perallx-wrap .main-footer,
.has-footer-parallax .footer-perallx-wrap .site-info {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.7s ease-in;
}

.has-footer-parallax.fp_show .footer-perallx-wrap .sub-footer,
.has-footer-parallax.fp_show .footer-perallx-wrap .main-footer {
  display: flex;
  opacity: 1;
  filter: alpha(opacity=100);
}

.has-footer-parallax.fp_show .footer-perallx-wrap .site-info {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 991px) {
  .footer-parallax .footer-perallx-wrap {
    position: inherit;
  }

  .has-footer-parallax .site-inner {
    margin-bottom: 0 !important;
    box-shadow: inherit;
  }
}
.site-footer.layout2 .footer-perallx-wrap .f-bottom,
.site-footer.layout2 .footer-perallx-wrap .main-footer {
  border-top: 1px solid #e5e5e5;
  position: relative;
}

/*fix page boxed float*/
.theme_float .site-footer.layout2 .footer-perallx-wrap .f-bottom {
  bottom: 1.875rem;
}

/*footer inner*/
.site-footer:not(.layout2) .f-inner .f-sidebar.middle {
  border-top: 1px solid #eef2f7;
}
.site-footer:not(.layout2) .f-inner .f-sidebar:last-child {
  border-top: 1px solid #eef2f7;
}

.f-bottom {
  border-top: 1px solid #eef2f7;
}

.layout2 .f-bottom {
  background-color: rgba(230, 230, 230, 0.8);
}

/* -------- Scroll Top Button  -------*/
.scroll-top {
  display: inline-block;
  z-index: 9999;
  margin-top: 1.5625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scroll-top span {
  font-size: 1.375rem;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  text-align: center;
  line-height: 2.5rem;
  background-color: #fdbf70;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.scroll-top {
  position: fixed;
  bottom: 2.90625rem;
  right: 2.5rem;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
}

.scroll-top.fixed {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.scroll-top span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 576px) {
  .scroll-top {
    bottom: 5.5rem;
    right: 0.9375rem;
  }
}
/*extra no neeed theme*/
.home6 .f-sidebar.has-bg-color {
  background-color: transparent;
}

.widget_piko_company_info .c_wrap > img {
  max-width: 9.375rem;
}

/*--------------------------------------------------------------
# Hover effect
--------------------------------------------------------------*/
.img_zoom img,
.h_e1 img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.img_zoom:hover img,
.h_e1:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*--------------------------------------------------------------
# plugin- font awesome
--------------------------------------------------------------*/
/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/fontawesome-webfont.svg?v=4.7.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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.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;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-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 {
  -ms-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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*--------------------------------------------------------------
# plugin- line awesome
--------------------------------------------------------------*/
/*
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
@font-face {
  font-family: "LineAwesome";
  src: url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/line-awesome.eot?v=1.1.");
  src: url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/line-awesome.woff2?v=1.1.") format("woff2"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/line-awesome.woff?v=1.1.") format("woff"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/line-awesome.ttf?v=1.1.") format("truetype"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "LineAwesome";
    src: url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  }
}
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
.la {
  display: inline-block;
  font: normal normal normal 14px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* makes the font 33% larger relative to the icon container */
.la-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.la-2x {
  font-size: 2em;
}

.la-3x {
  font-size: 3em;
}

.la-4x {
  font-size: 4em;
}

.la-5x {
  font-size: 5em;
}

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
.la-500px:before {
  content: "\f100";
}

.la-adjust:before {
  content: "\f101";
}

.la-adn:before {
  content: "\f102";
}

.la-align-center:before {
  content: "\f103";
}

.la-align-justify:before {
  content: "\f104";
}

.la-align-left:before {
  content: "\f105";
}

.la-align-right:before {
  content: "\f106";
}

.la-amazon:before {
  content: "\f107";
}

.la-ambulance:before {
  content: "\f108";
}

.la-anchor:before {
  content: "\f109";
}

.la-android:before {
  content: "\f10a";
}

.la-angellist:before {
  content: "\f10b";
}

.la-angle-double-down:before {
  content: "\f10c";
}

.la-angle-double-left:before {
  content: "\f10d";
}

.la-angle-double-right:before {
  content: "\f10e";
}

.la-angle-double-up:before {
  content: "\f10f";
}

.la-angle-down:before {
  content: "\f110";
}

.la-angle-left:before {
  content: "\f111";
}

.la-angle-right:before {
  content: "\f112";
}

.la-angle-up:before {
  content: "\f113";
}

.la-apple:before {
  content: "\f114";
}

.la-archive:before {
  content: "\f115";
}

.la-area-chart:before {
  content: "\f116";
}

.la-arrow-circle-down:before {
  content: "\f117";
}

.la-arrow-circle-left:before {
  content: "\f118";
}

.la-arrow-circle-o-down:before {
  content: "\f119";
}

.la-arrow-circle-o-left:before {
  content: "\f11a";
}

.la-arrow-circle-o-right:before {
  content: "\f11b";
}

.la-arrow-circle-o-up:before {
  content: "\f11c";
}

.la-arrow-circle-right:before {
  content: "\f11d";
}

.la-arrow-circle-up:before {
  content: "\f11e";
}

.la-arrow-down:before {
  content: "\f11f";
}

.la-arrow-left:before {
  content: "\f120";
}

.la-arrow-right:before {
  content: "\f121";
}

.la-arrow-up:before {
  content: "\f122";
}

.la-arrows:before {
  content: "\f123";
}

.la-arrows-alt:before {
  content: "\f124";
}

.la-arrows-h:before {
  content: "\f125";
}

.la-arrows-v:before {
  content: "\f126";
}

.la-asterisk:before {
  content: "\f127";
}

.la-at:before {
  content: "\f128";
}

.la-automobile:before {
  content: "\f129";
}

.la-backward:before {
  content: "\f12a";
}

.la-balance-scale:before {
  content: "\f12b";
}

.la-ban:before {
  content: "\f12c";
}

.la-bank:before {
  content: "\f12d";
}

.la-bar-chart:before {
  content: "\f12e";
}

.la-bar-chart-o:before {
  content: "\f12f";
}

.la-barcode:before {
  content: "\f130";
}

.la-bars:before {
  content: "\f131";
}

.la-battery-0:before {
  content: "\f132";
}

.la-battery-1:before {
  content: "\f133";
}

.la-battery-2:before {
  content: "\f134";
}

.la-battery-3:before {
  content: "\f135";
}

.la-battery-4:before {
  content: "\f136";
}

.la-battery-empty:before {
  content: "\f137";
}

.la-battery-full:before {
  content: "\f138";
}

.la-battery-half:before {
  content: "\f139";
}

.la-battery-quarter:before {
  content: "\f13a";
}

.la-battery-three-quarters:before {
  content: "\f13b";
}

.la-bed:before {
  content: "\f13c";
}

.la-beer:before {
  content: "\f13d";
}

.la-behance:before {
  content: "\f13e";
}

.la-behance-square:before {
  content: "\f13f";
}

.la-bell:before {
  content: "\f140";
}

.la-bell-o:before {
  content: "\f141";
}

.la-bell-slash:before {
  content: "\f142";
}

.la-bell-slash-o:before {
  content: "\f143";
}

.la-bicycle:before {
  content: "\f144";
}

.la-binoculars:before {
  content: "\f145";
}

.la-birthday-cake:before {
  content: "\f146";
}

.la-bitbucket:before {
  content: "\f147";
}

.la-bitbucket-square:before {
  content: "\f148";
}

.la-bitcoin:before {
  content: "\f149";
}

.la-black-tie:before {
  content: "\f14a";
}

.la-bold:before {
  content: "\f14b";
}

.la-bolt:before {
  content: "\f14c";
}

.la-bomb:before {
  content: "\f14d";
}

.la-book:before {
  content: "\f14e";
}

.la-bookmark:before {
  content: "\f14f";
}

.la-bookmark-o:before {
  content: "\f150";
}

.la-briefcase:before {
  content: "\f151";
}

.la-btc:before {
  content: "\f152";
}

.la-bug:before {
  content: "\f153";
}

.la-building:before {
  content: "\f154";
}

.la-building-o:before {
  content: "\f155";
}

.la-bullhorn:before {
  content: "\f156";
}

.la-bullseye:before {
  content: "\f157";
}

.la-bus:before {
  content: "\f158";
}

.la-buysellads:before {
  content: "\f159";
}

.la-cab:before {
  content: "\f15a";
}

.la-calculator:before {
  content: "\f15b";
}

.la-calendar:before {
  content: "\f15c";
}

.la-calendar-check-o:before {
  content: "\f15d";
}

.la-calendar-minus-o:before {
  content: "\f15e";
}

.la-calendar-o:before {
  content: "\f15f";
}

.la-calendar-plus-o:before {
  content: "\f160";
}

.la-calendar-times-o:before {
  content: "\f161";
}

.la-camera:before {
  content: "\f162";
}

.la-camera-retro:before {
  content: "\f163";
}

.la-car:before {
  content: "\f164";
}

.la-caret-down:before {
  content: "\f165";
}

.la-caret-left:before {
  content: "\f166";
}

.la-caret-right:before {
  content: "\f167";
}

.la-caret-square-o-down:before, .la-toggle-down:before {
  content: "\f168";
}

.la-caret-square-o-left:before, .la-toggle-left:before {
  content: "\f169";
}

.la-caret-square-o-right:before, .la-toggle-right:before {
  content: "\f16a";
}

.la-caret-square-o-up:before, .la-toggle-up:before {
  content: "\f16b";
}

.la-caret-up:before {
  content: "\f16c";
}

.la-cart-arrow-down:before {
  content: "\f16d";
}

.la-cart-plus:before {
  content: "\f16e";
}

.la-cc:before {
  content: "\f16f";
}

.la-cc-amex:before {
  content: "\f170";
}

.la-cc-diners-club:before {
  content: "\f171";
}

.la-cc-discover:before {
  content: "\f172";
}

.la-cc-jcb:before {
  content: "\f173";
}

.la-cc-mastercard:before {
  content: "\f174";
}

.la-cc-paypal:before {
  content: "\f175";
}

.la-cc-stripe:before {
  content: "\f176";
}

.la-cc-visa:before {
  content: "\f177";
}

.la-certificate:before {
  content: "\f178";
}

.la-chain:before {
  content: "\f179";
}

.la-chain-broken:before {
  content: "\f17a";
}

.la-check:before {
  content: "\f17b";
}

.la-check-circle:before {
  content: "\f17c";
}

.la-check-circle-o:before {
  content: "\f17d";
}

.la-check-square:before {
  content: "\f17e";
}

.la-check-square-o:before {
  content: "\f17f";
}

.la-chevron-circle-down:before {
  content: "\f180";
}

.la-chevron-circle-left:before {
  content: "\f181";
}

.la-chevron-circle-right:before {
  content: "\f182";
}

.la-chevron-circle-up:before {
  content: "\f183";
}

.la-chevron-down:before {
  content: "\f184";
}

.la-chevron-left:before {
  content: "\f185";
}

.la-chevron-right:before {
  content: "\f186";
}

.la-chevron-up:before {
  content: "\f187";
}

.la-child:before {
  content: "\f188";
}

.la-chrome:before {
  content: "\f189";
}

.la-circle:before {
  content: "\f18a";
}

.la-circle-o:before {
  content: "\f18b";
}

.la-circle-o-notch:before {
  content: "\f18c";
}

.la-circle-thin:before {
  content: "\f18d";
}

.la-clipboard:before {
  content: "\f18e";
}

.la-clock-o:before {
  content: "\f18f";
}

.la-clone:before {
  content: "\f190";
}

.la-close:before {
  content: "\f191";
}

.la-cloud:before {
  content: "\f192";
}

.la-cloud-download:before {
  content: "\f193";
}

.la-cloud-upload:before {
  content: "\f194";
}

.la-cny:before {
  content: "\f195";
}

.la-code:before {
  content: "\f196";
}

.la-code-fork:before {
  content: "\f197";
}

.la-codepen:before {
  content: "\f198";
}

.la-coffee:before {
  content: "\f199";
}

.la-cog:before {
  content: "\f19a";
}

.la-cogs:before {
  content: "\f19b";
}

.la-columns:before {
  content: "\f19c";
}

.la-comment:before {
  content: "\f19d";
}

.la-comment-o:before {
  content: "\f19e";
}

.la-commenting:before {
  content: "\f19f";
}

.la-commenting-o:before {
  content: "\f1a0";
}

.la-comments:before {
  content: "\f1a1";
}

.la-comments-o:before {
  content: "\f1a2";
}

.la-compass:before {
  content: "\f1a3";
}

.la-compress:before {
  content: "\f1a4";
}

.la-connectdevelop:before {
  content: "\f1a5";
}

.la-contao:before {
  content: "\f1a6";
}

.la-copy:before {
  content: "\f1a7";
}

.la-copyright:before {
  content: "\f1a8";
}

.la-creative-commons:before {
  content: "\f1a9";
}

.la-credit-card:before {
  content: "\f1aa";
}

.la-crop:before {
  content: "\f1ab";
}

.la-crosshairs:before {
  content: "\f1ac";
}

.la-css3:before {
  content: "\f1ad";
}

.la-cube:before {
  content: "\f1ae";
}

.la-cubes:before {
  content: "\f1af";
}

.la-cut:before {
  content: "\f1b0";
}

.la-cutlery:before {
  content: "\f1b1";
}

.la-dashboard:before {
  content: "\f1b2";
}

.la-dashcube:before {
  content: "\f1b3";
}

.la-database:before {
  content: "\f1b4";
}

.la-dedent:before {
  content: "\f1b5";
}

.la-delicious:before {
  content: "\f1b6";
}

.la-desktop:before {
  content: "\f1b7";
}

.la-deviantart:before {
  content: "\f1b8";
}

.la-diamond:before {
  content: "\f1b9";
}

.la-digg:before {
  content: "\f1ba";
}

.la-dollar:before {
  content: "\f1bb";
}

.la-dot-circle-o:before {
  content: "\f1bc";
}

.la-download:before {
  content: "\f1bd";
}

.la-dribbble:before {
  content: "\f1be";
}

.la-dropbox:before {
  content: "\f1bf";
}

.la-drupal:before {
  content: "\f1c0";
}

.la-edit:before {
  content: "\f1c1";
}

.la-eject:before {
  content: "\f1c2";
}

.la-ellipsis-h:before {
  content: "\f1c3";
}

.la-ellipsis-v:before {
  content: "\f1c4";
}

.la-empire:before, .la-ge:before {
  content: "\f1c5";
}

.la-envelope:before {
  content: "\f1c6";
}

.la-envelope-o:before {
  content: "\f1c7";
}

.la-envelope-square:before {
  content: "\f1c8";
}

.la-eraser:before {
  content: "\f1c9";
}

.la-eur:before {
  content: "\f1ca";
}

.la-euro:before {
  content: "\f1cb";
}

.la-exchange:before {
  content: "\f1cc";
}

.la-exclamation:before {
  content: "\f1cd";
}

.la-exclamation-circle:before {
  content: "\f1ce";
}

.la-exclamation-triangle:before {
  content: "\f1cf";
}

.la-expand:before {
  content: "\f1d0";
}

.la-expeditedssl:before {
  content: "\f1d1";
}

.la-external-link:before {
  content: "\f1d2";
}

.la-external-link-square:before {
  content: "\f1d3";
}

.la-eye:before {
  content: "\f1d4";
}

.la-eye-slash:before {
  content: "\f1d5";
}

.la-eyedropper:before {
  content: "\f1d6";
}

.la-facebook:before, .la-facebook-f:before {
  content: "\f1d7";
}

.la-facebook-official:before {
  content: "\f1d8";
}

.la-facebook-square:before {
  content: "\f1d9";
}

.la-fast-backward:before {
  content: "\f1da";
}

.la-fast-forward:before {
  content: "\f1db";
}

.la-fax:before {
  content: "\f1dc";
}

.la-female:before {
  content: "\f1dd";
}

.la-fighter-jet:before {
  content: "\f1de";
}

.la-file:before {
  content: "\f1df";
}

.la-file-archive-o:before {
  content: "\f1e0";
}

.la-file-audio-o:before {
  content: "\f1e1";
}

.la-file-code-o:before {
  content: "\f1e2";
}

.la-file-excel-o:before {
  content: "\f1e3";
}

.la-file-image-o:before {
  content: "\f1e4";
}

.la-file-movie-o:before {
  content: "\f1e5";
}

.la-file-o:before {
  content: "\f1e6";
}

.la-file-pdf-o:before {
  content: "\f1e7";
}

.la-file-photo-o:before {
  content: "\f1e8";
}

.la-file-picture-o:before {
  content: "\f1e9";
}

.la-file-powerpoint-o:before {
  content: "\f1ea";
}

.la-file-sound-o:before {
  content: "\f1eb";
}

.la-file-text:before {
  content: "\f1ec";
}

.la-file-text-o:before {
  content: "\f1ed";
}

.la-file-video-o:before {
  content: "\f1ee";
}

.la-file-word-o:before {
  content: "\f1ef";
}

.la-file-zip-o:before {
  content: "\f1f0";
}

.la-files-o:before {
  content: "\f1f1";
}

.la-film:before {
  content: "\f1f2";
}

.la-filter:before {
  content: "\f1f3";
}

.la-fire:before {
  content: "\f1f4";
}

.la-fire-extinguisher:before {
  content: "\f1f5";
}

.la-firefox:before {
  content: "\f1f6";
}

.la-flag:before {
  content: "\f1f7";
}

.la-flag-checkered:before {
  content: "\f1f8";
}

.la-flag-o:before {
  content: "\f1f9";
}

.la-flash:before {
  content: "\f1fa";
}

.la-flask:before {
  content: "\f1fb";
}

.la-flickr:before {
  content: "\f1fc";
}

.la-floppy-o:before {
  content: "\f1fd";
}

.la-folder:before {
  content: "\f1fe";
}

.la-folder-o:before {
  content: "\f1ff";
}

.la-folder-open:before {
  content: "\f200";
}

.la-folder-open-o:before {
  content: "\f201";
}

.la-font:before {
  content: "\f202";
}

.la-fonticons:before {
  content: "\f203";
}

.la-forumbee:before {
  content: "\f204";
}

.la-forward:before {
  content: "\f205";
}

.la-foursquare:before {
  content: "\f206";
}

.la-frown-o:before {
  content: "\f207";
}

.la-futbol-o:before, .la-soccer-ball-o:before {
  content: "\f208";
}

.la-gamepad:before {
  content: "\f209";
}

.la-gavel:before {
  content: "\f20a";
}

.la-gbp:before {
  content: "\f20b";
}

.la-gear:before {
  content: "\f20c";
}

.la-gears:before {
  content: "\f20d";
}

.la-genderless:before {
  content: "\f20e";
}

.la-get-pocket:before {
  content: "\f20f";
}

.la-gg:before {
  content: "\f210";
}

.la-gg-circle:before {
  content: "\f211";
}

.la-gift:before {
  content: "\f212";
}

.la-git:before {
  content: "\f213";
}

.la-git-square:before {
  content: "\f214";
}

.la-github:before {
  content: "\f215";
}

.la-github-alt:before {
  content: "\f216";
}

.la-github-square:before {
  content: "\f217";
}

.la-glass:before {
  content: "\f218";
}

.la-globe:before {
  content: "\f219";
}

.la-google:before {
  content: "\f21a";
}

.la-google-plus:before {
  content: "\f21b";
}

.la-google-plus-square:before {
  content: "\f21c";
}

.la-google-wallet:before {
  content: "\f21d";
}

.la-graduation-cap:before {
  content: "\f21e";
}

.la-gratipay:before, .la-gittip:before {
  content: "\f21f";
}

.la-group:before {
  content: "\f220";
}

.la-h-square:before {
  content: "\f221";
}

.la-hacker-news:before {
  content: "\f222";
}

.la-hand-grab-o:before {
  content: "\f223";
}

.la-hand-lizard-o:before {
  content: "\f224";
}

.la-hand-o-down:before {
  content: "\f225";
}

.la-hand-o-left:before {
  content: "\f226";
}

.la-hand-o-right:before {
  content: "\f227";
}

.la-hand-o-up:before {
  content: "\f228";
}

.la-hand-paper-o:before {
  content: "\f229";
}

.la-hand-peace-o:before {
  content: "\f22a";
}

.la-hand-pointer-o:before {
  content: "\f22b";
}

.la-hand-rock-o:before {
  content: "\f22c";
}

.la-hand-scissors-o:before {
  content: "\f22d";
}

.la-hand-spock-o:before {
  content: "\f22e";
}

.la-hand-stop-o:before {
  content: "\f22f";
}

.la-hdd-o:before {
  content: "\f230";
}

.la-header:before {
  content: "\f231";
}

.la-headphones:before {
  content: "\f232";
}

.la-heart:before {
  content: "\f233";
}

.la-heart-o:before {
  content: "\f234";
}

.la-heartbeat:before {
  content: "\f235";
}

.la-history:before {
  content: "\f236";
}

.la-home:before {
  content: "\f237";
}

.la-hospital-o:before {
  content: "\f238";
}

.la-hotel:before {
  content: "\f239";
}

.la-hourglass:before {
  content: "\f23a";
}

.la-hourglass-1:before {
  content: "\f23b";
}

.la-hourglass-2:before {
  content: "\f23c";
}

.la-hourglass-3:before {
  content: "\f23d";
}

.la-hourglass-end:before {
  content: "\f23e";
}

.la-hourglass-half:before {
  content: "\f23f";
}

.la-hourglass-o:before {
  content: "\f240";
}

.la-hourglass-start:before {
  content: "\f241";
}

.la-houzz:before {
  content: "\f242";
}

.la-html5:before {
  content: "\f243";
}

.la-i-cursor:before {
  content: "\f244";
}

.la-ils:before {
  content: "\f245";
}

.la-image:before {
  content: "\f246";
}

.la-inbox:before {
  content: "\f247";
}

.la-indent:before {
  content: "\f248";
}

.la-industry:before {
  content: "\f249";
}

.la-info:before {
  content: "\f24a";
}

.la-info-circle:before {
  content: "\f24b";
}

.la-inr:before {
  content: "\f24c";
}

.la-instagram:before {
  content: "\f24d";
}

.la-institution:before {
  content: "\f24e";
}

.la-internet-explorer:before {
  content: "\f24f";
}

.la-ioxhost:before {
  content: "\f250";
}

.la-italic:before {
  content: "\f251";
}

.la-joomla:before {
  content: "\f252";
}

.la-jpy:before {
  content: "\f253";
}

.la-jsfiddle:before {
  content: "\f254";
}

.la-key:before {
  content: "\f255";
}

.la-keyboard-o:before {
  content: "\f256";
}

.la-krw:before {
  content: "\f257";
}

.la-language:before {
  content: "\f258";
}

.la-laptop:before {
  content: "\f259";
}

.la-lastfm:before {
  content: "\f25a";
}

.la-lastfm-square:before {
  content: "\f25b";
}

.la-leaf:before {
  content: "\f25c";
}

.la-leanpub:before {
  content: "\f25d";
}

.la-legal:before {
  content: "\f25e";
}

.la-lemon-o:before {
  content: "\f25f";
}

.la-level-down:before {
  content: "\f260";
}

.la-level-up:before {
  content: "\f261";
}

.la-life-bouy:before {
  content: "\f262";
}

.la-life-buoy:before {
  content: "\f263";
}

.la-life-ring:before, .la-support:before {
  content: "\f264";
}

.la-life-saver:before {
  content: "\f265";
}

.la-lightbulb-o:before {
  content: "\f266";
}

.la-line-chart:before {
  content: "\f267";
}

.la-link:before {
  content: "\f268";
}

.la-linkedin:before {
  content: "\f269";
}

.la-linkedin-square:before {
  content: "\f26a";
}

.la-linux:before {
  content: "\f26b";
}

.la-list:before {
  content: "\f26c";
}

.la-list-alt:before {
  content: "\f26d";
}

.la-list-ol:before {
  content: "\f26e";
}

.la-list-ul:before {
  content: "\f26f";
}

.la-location-arrow:before {
  content: "\f270";
}

.la-lock:before {
  content: "\f271";
}

.la-long-arrow-down:before {
  content: "\f272";
}

.la-long-arrow-left:before {
  content: "\f273";
}

.la-long-arrow-right:before {
  content: "\f274";
}

.la-long-arrow-up:before {
  content: "\f275";
}

.la-magic:before {
  content: "\f276";
}

.la-magnet:before {
  content: "\f277";
}

.la-mail-forward:before {
  content: "\f278";
}

.la-mail-reply:before {
  content: "\f279";
}

.la-mail-reply-all:before {
  content: "\f27a";
}

.la-male:before {
  content: "\f27b";
}

.la-map:before {
  content: "\f27c";
}

.la-map-marker:before {
  content: "\f27d";
}

.la-map-o:before {
  content: "\f27e";
}

.la-map-pin:before {
  content: "\f27f";
}

.la-map-signs:before {
  content: "\f280";
}

.la-mars:before {
  content: "\f281";
}

.la-mars-double:before {
  content: "\f282";
}

.la-mars-stroke:before {
  content: "\f283";
}

.la-mars-stroke-h:before {
  content: "\f284";
}

.la-mars-stroke-v:before {
  content: "\f285";
}

.la-maxcdn:before {
  content: "\f286";
}

.la-meanpath:before {
  content: "\f287";
}

.la-medium:before {
  content: "\f288";
}

.la-medkit:before {
  content: "\f289";
}

.la-meh-o:before {
  content: "\f28a";
}

.la-mercury:before {
  content: "\f28b";
}

.la-microphone:before {
  content: "\f28c";
}

.la-microphone-slash:before {
  content: "\f28d";
}

.la-minus:before {
  content: "\f28e";
}

.la-minus-circle:before {
  content: "\f28f";
}

.la-minus-square:before {
  content: "\f290";
}

.la-minus-square-o:before {
  content: "\f291";
}

.la-mobile:before {
  content: "\f292";
}

.la-mobile-phone:before {
  content: "\f293";
}

.la-money:before {
  content: "\f294";
}

.la-moon-o:before {
  content: "\f295";
}

.la-mortar-board:before {
  content: "\f296";
}

.la-motorcycle:before {
  content: "\f297";
}

.la-mouse-pointer:before {
  content: "\f298";
}

.la-music:before {
  content: "\f299";
}

.la-navicon:before {
  content: "\f29a";
}

.la-neuter:before {
  content: "\f29b";
}

.la-newspaper-o:before {
  content: "\f29c";
}

.la-object-group:before {
  content: "\f29d";
}

.la-object-ungroup:before {
  content: "\f29e";
}

.la-odnoklassniki:before {
  content: "\f29f";
}

.la-odnoklassniki-square:before {
  content: "\f2a0";
}

.la-opencart:before {
  content: "\f2a1";
}

.la-openid:before {
  content: "\f2a2";
}

.la-opera:before {
  content: "\f2a3";
}

.la-optin-monster:before {
  content: "\f2a4";
}

.la-outdent:before {
  content: "\f2a5";
}

.la-pagelines:before {
  content: "\f2a6";
}

.la-paint-brush:before {
  content: "\f2a7";
}

.la-paper-plane:before, .la-send:before {
  content: "\f2a8";
}

.la-paper-plane-o:before, .la-send-o:before {
  content: "\f2a9";
}

.la-paperclip:before {
  content: "\f2aa";
}

.la-paragraph:before {
  content: "\f2ab";
}

.la-paste:before {
  content: "\f2ac";
}

.la-pause:before {
  content: "\f2ad";
}

.la-paw:before {
  content: "\f2ae";
}

.la-paypal:before {
  content: "\f2af";
}

.la-pencil:before {
  content: "\f2b0";
}

.la-pencil-square:before {
  content: "\f2b1";
}

.la-pencil-square-o:before {
  content: "\f2b2";
}

.la-phone:before {
  content: "\f2b3";
}

.la-phone-square:before {
  content: "\f2b4";
}

.la-photo:before {
  content: "\f2b5";
}

.la-picture-o:before {
  content: "\f2b6";
}

.la-pie-chart:before {
  content: "\f2b7";
}

.la-pied-piper:before {
  content: "\f2b8";
}

.la-pied-piper-alt:before {
  content: "\f2b9";
}

.la-pinterest:before {
  content: "\f2ba";
}

.la-pinterest-p:before {
  content: "\f2bb";
}

.la-pinterest-square:before {
  content: "\f2bc";
}

.la-plane:before {
  content: "\f2bd";
}

.la-play:before {
  content: "\f2be";
}

.la-play-circle:before {
  content: "\f2bf";
}

.la-play-circle-o:before {
  content: "\f2c0";
}

.la-plug:before {
  content: "\f2c1";
}

.la-plus:before {
  content: "\f2c2";
}

.la-plus-circle:before {
  content: "\f2c3";
}

.la-plus-square:before {
  content: "\f2c4";
}

.la-plus-square-o:before {
  content: "\f2c5";
}

.la-power-off:before {
  content: "\f2c6";
}

.la-print:before {
  content: "\f2c7";
}

.la-puzzle-piece:before {
  content: "\f2c8";
}

.la-qq:before {
  content: "\f2c9";
}

.la-qrcode:before {
  content: "\f2ca";
}

.la-question:before {
  content: "\f2cb";
}

.la-question-circle:before {
  content: "\f2cc";
}

.la-quote-left:before {
  content: "\f2cd";
}

.la-quote-right:before {
  content: "\f2ce";
}

.la-ra:before {
  content: "\f2cf";
}

.la-random:before {
  content: "\f2d0";
}

.la-rebel:before {
  content: "\f2d1";
}

.la-recycle:before {
  content: "\f2d2";
}

.la-reddit:before {
  content: "\f2d3";
}

.la-reddit-square:before {
  content: "\f2d4";
}

.la-refresh:before {
  content: "\f2d5";
}

.la-registered:before {
  content: "\f2d6";
}

.la-renren:before {
  content: "\f2d7";
}

.la-reorder:before {
  content: "\f2d8";
}

.la-repeat:before {
  content: "\f2d9";
}

.la-reply:before {
  content: "\f2da";
}

.la-reply-all:before {
  content: "\f2db";
}

.la-retweet:before {
  content: "\f2dc";
}

.la-rmb:before {
  content: "\f2dd";
}

.la-road:before {
  content: "\f2de";
}

.la-rocket:before {
  content: "\f2df";
}

.la-rotate-left:before {
  content: "\f2e0";
}

.la-rotate-right:before {
  content: "\f2e1";
}

.la-rouble:before {
  content: "\f2e2";
}

.la-rss:before, .la-feed:before {
  content: "\f2e3";
}

.la-rss-square:before {
  content: "\f2e4";
}

.la-rub:before {
  content: "\f2e5";
}

.la-ruble:before {
  content: "\f2e6";
}

.la-rupee:before {
  content: "\f2e7";
}

.la-safari:before {
  content: "\f2e8";
}

.la-save:before {
  content: "\f2e9";
}

.la-scissors:before {
  content: "\f2ea";
}

.la-search:before {
  content: "\f2eb";
}

.la-search-minus:before {
  content: "\f2ec";
}

.la-search-plus:before {
  content: "\f2ed";
}

.la-sellsy:before {
  content: "\f2ee";
}

.la-server:before {
  content: "\f2ef";
}

.la-share:before {
  content: "\f2f0";
}

.la-share-alt:before {
  content: "\f2f1";
}

.la-share-alt-square:before {
  content: "\f2f2";
}

.la-share-square:before {
  content: "\f2f3";
}

.la-share-square-o:before {
  content: "\f2f4";
}

.la-shekel:before {
  content: "\f2f5";
}

.la-sheqel:before {
  content: "\f2f6";
}

.la-shield:before {
  content: "\f2f7";
}

.la-ship:before {
  content: "\f2f8";
}

.la-shirtsinbulk:before {
  content: "\f2f9";
}

.la-shopping-cart:before {
  content: "\f2fa";
}

.la-sign-in:before {
  content: "\f2fb";
}

.la-sign-out:before {
  content: "\f2fc";
}

.la-signal:before {
  content: "\f2fd";
}

.la-simplybuilt:before {
  content: "\f2fe";
}

.la-sitemap:before {
  content: "\f2ff";
}

.la-skyatlas:before {
  content: "\f300";
}

.la-skype:before {
  content: "\f301";
}

.la-slack:before {
  content: "\f302";
}

.la-sliders:before {
  content: "\f303";
}

.la-slideshare:before {
  content: "\f304";
}

.la-smile-o:before {
  content: "\f305";
}

.la-sort:before, .la-unsorted:before {
  content: "\f306";
}

.la-sort-alpha-asc:before {
  content: "\f307";
}

.la-sort-alpha-desc:before {
  content: "\f308";
}

.la-sort-amount-asc:before {
  content: "\f309";
}

.la-sort-amount-desc:before {
  content: "\f30a";
}

.la-sort-asc:before, .la-sort-up:before {
  content: "\f30b";
}

.la-sort-desc:before, .la-sort-down:before {
  content: "\f30c";
}

.la-sort-numeric-asc:before {
  content: "\f30d";
}

.la-sort-numeric-desc:before {
  content: "\f30e";
}

.la-soundcloud:before {
  content: "\f30f";
}

.la-space-shuttle:before {
  content: "\f310";
}

.la-spinner:before {
  content: "\f311";
}

.la-spoon:before {
  content: "\f312";
}

.la-spotify:before {
  content: "\f313";
}

.la-square:before {
  content: "\f314";
}

.la-square-o:before {
  content: "\f315";
}

.la-stack-exchange:before {
  content: "\f316";
}

.la-stack-overflow:before {
  content: "\f317";
}

.la-star:before {
  content: "\f318";
}

.la-star-half:before {
  content: "\f319";
}

.la-star-half-o:before, .la-star-half-full:before, .la-star-half-empty:before {
  content: "\f31a";
}

.la-star-o:before {
  content: "\f31b";
}

.la-steam:before {
  content: "\f31c";
}

.la-steam-square:before {
  content: "\f31d";
}

.la-step-backward:before {
  content: "\f31e";
}

.la-step-forward:before {
  content: "\f31f";
}

.la-stethoscope:before {
  content: "\f320";
}

.la-sticky-note:before {
  content: "\f321";
}

.la-sticky-note-o:before {
  content: "\f322";
}

.la-stop:before {
  content: "\f323";
}

.la-street-view:before {
  content: "\f324";
}

.la-strikethrough:before {
  content: "\f325";
}

.la-stumbleupon:before {
  content: "\f326";
}

.la-stumbleupon-circle:before {
  content: "\f327";
}

.la-subscript:before {
  content: "\f328";
}

.la-subway:before {
  content: "\f329";
}

.la-suitcase:before {
  content: "\f32a";
}

.la-sun-o:before {
  content: "\f32b";
}

.la-superscript:before {
  content: "\f32c";
}

.la-table:before {
  content: "\f32d";
}

.la-tablet:before {
  content: "\f32e";
}

.la-tachometer:before {
  content: "\f32f";
}

.la-tag:before {
  content: "\f330";
}

.la-tags:before {
  content: "\f331";
}

.la-tasks:before {
  content: "\f332";
}

.la-taxi:before {
  content: "\f333";
}

.la-television:before, .la-tv:before {
  content: "\f334";
}

.la-tencent-weibo:before {
  content: "\f335";
}

.la-terminal:before {
  content: "\f336";
}

.la-text-height:before {
  content: "\f337";
}

.la-text-width:before {
  content: "\f338";
}

.la-th:before {
  content: "\f339";
}

.la-th-large:before {
  content: "\f33a";
}

.la-th-list:before {
  content: "\f33b";
}

.la-thumb-tack:before {
  content: "\f33c";
}

.la-thumbs-down:before {
  content: "\f33d";
}

.la-thumbs-o-down:before {
  content: "\f33e";
}

.la-thumbs-o-up:before {
  content: "\f33f";
}

.la-thumbs-up:before {
  content: "\f340";
}

.la-ticket:before {
  content: "\f341";
}

.la-times:before, .la-remove:before {
  content: "\f342";
}

.la-times-circle:before {
  content: "\f343";
}

.la-times-circle-o:before {
  content: "\f344";
}

.la-tint:before {
  content: "\f345";
}

.la-toggle-off:before {
  content: "\f346";
}

.la-toggle-on:before {
  content: "\f347";
}

.la-trademark:before {
  content: "\f348";
}

.la-train:before {
  content: "\f349";
}

.la-transgender:before, .la-intersex:before {
  content: "\f34a";
}

.la-transgender-alt:before {
  content: "\f34b";
}

.la-trash:before {
  content: "\f34c";
}

.la-trash-o:before {
  content: "\f34d";
}

.la-tree:before {
  content: "\f34e";
}

.la-trello:before {
  content: "\f34f";
}

.la-tripadvisor:before {
  content: "\f350";
}

.la-trophy:before {
  content: "\f351";
}

.la-truck:before {
  content: "\f352";
}

.la-try:before {
  content: "\f353";
}

.la-tty:before {
  content: "\f354";
}

.la-tumblr:before {
  content: "\f355";
}

.la-tumblr-square:before {
  content: "\f356";
}

.la-turkish-lira:before {
  content: "\f357";
}

.la-twitch:before {
  content: "\f358";
}

.la-twitter:before {
  content: "\f359";
}

.la-twitter-square:before {
  content: "\f35a";
}

.la-umbrella:before {
  content: "\f35b";
}

.la-underline:before {
  content: "\f35c";
}

.la-undo:before {
  content: "\f35d";
}

.la-university:before {
  content: "\f35e";
}

.la-unlink:before {
  content: "\f35f";
}

.la-unlock:before {
  content: "\f360";
}

.la-unlock-alt:before {
  content: "\f361";
}

.la-upload:before {
  content: "\f362";
}

.la-usd:before {
  content: "\f363";
}

.la-user:before {
  content: "\f364";
}

.la-user-md:before {
  content: "\f365";
}

.la-user-plus:before {
  content: "\f366";
}

.la-user-secret:before {
  content: "\f367";
}

.la-user-times:before {
  content: "\f368";
}

.la-users:before {
  content: "\f369";
}

.la-venus:before {
  content: "\f36a";
}

.la-venus-double:before {
  content: "\f36b";
}

.la-venus-mars:before {
  content: "\f36c";
}

.la-viacoin:before {
  content: "\f36d";
}

.la-video-camera:before {
  content: "\f36e";
}

.la-vimeo:before {
  content: "\f36f";
}

.la-vimeo-square:before {
  content: "\f370";
}

.la-vine:before {
  content: "\f371";
}

.la-vk:before {
  content: "\f372";
}

.la-volume-down:before {
  content: "\f373";
}

.la-volume-off:before {
  content: "\f374";
}

.la-volume-up:before {
  content: "\f375";
}

.la-warning:before {
  content: "\f376";
}

.la-wechat:before {
  content: "\f377";
}

.la-weibo:before {
  content: "\f378";
}

.la-weixin:before {
  content: "\f379";
}

.la-whatsapp:before {
  content: "\f37a";
}

.la-wheelchair:before {
  content: "\f37b";
}

.la-wifi:before {
  content: "\f37c";
}

.la-wikipedia-w:before {
  content: "\f37d";
}

.la-windows:before {
  content: "\f37e";
}

.la-won:before {
  content: "\f37f";
}

.la-wordpress:before {
  content: "\f380";
}

.la-wrench:before {
  content: "\f381";
}

.la-xing:before {
  content: "\f382";
}

.la-xing-square:before {
  content: "\f383";
}

.la-y-combinator:before {
  content: "\f384";
}

.la-y-combinator-square:before {
  content: "\f385";
}

.la-yahoo:before {
  content: "\f386";
}

.la-yc:before {
  content: "\f387";
}

.la-yc-square:before {
  content: "\f388";
}

.la-yelp:before {
  content: "\f389";
}

.la-yen:before {
  content: "\f38a";
}

.la-youtube:before {
  content: "\f38b";
}

.la-youtube-play:before {
  content: "\f38c";
}

.la-youtube-square:before {
  content: "\f38d";
}

/*--------------------------------------------------------------
# plugin- kable
--------------------------------------------------------------*/
@font-face {
  font-family: 'kable';
  src: url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/kable.eot?27958105");
  src: url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/kable.eot?27958105#iefix") format("embedded-opentype"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/kable.woff2?27958105") format("woff2"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/kable.woff?27958105") format("woff"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/kable.ttf?27958105") format("truetype"), url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/fonts/kable.svg?27958105#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 kable;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-2-left:before {
  content: '\e800';
}

.icon-angle-2-right:before {
  content: '\e801';
}

.icon-angle-left:before {
  content: '\e802';
}

.icon-angle-right:before {
  content: '\e803';
}

.icon-arrow-2-left:before {
  content: '\e804';
}

.icon-arrow-2-right:before {
  content: '\e805';
}

.icon-arrow-left:before {
  content: '\e806';
}

.icon-arrow-right:before {
  content: '\e807';
}

.icon-car:before {
  content: '\e808';
}

.icon-compare:before {
  content: '\e809';
}

.icon-compare-2:before {
  content: '\e80a';
}

.icon-design:before {
  content: '\e80b';
}

.icon-ecommerce:before {
  content: '\e80c';
}

.icon-grid:before {
  content: '\e80d';
}

.icon-headset:before {
  content: '\e80e';
}

.icon-line:before {
  content: '\e80f';
}

.icon-list:before {
  content: '\e810';
}

.icon-marketing:before {
  content: '\e811';
}

.icon-payment:before {
  content: '\e812';
}

.icon-plain:before {
  content: '\e813';
}

.icon-quote:before {
  content: '\e814';
}

.icon-returns:before {
  content: '\e815';
}

.icon-shipping:before {
  content: '\e816';
}

.icon-user:before {
  content: '\e817';
}

.icon-video-play:before {
  content: '\e818';
}

/*--------------------------------------------------------------
# magnific-popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1040;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #22222b;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/* ---------------------------------------------------
 breadcrumb
------------------------------------------------------*/
.woocommerce-breadcrumb {
  padding: 2.0625rem 0.9375rem 2.0625rem;
  margin-bottom: 1.875rem;
}
.woocommerce-breadcrumb i {
  margin: 0 0.75rem;
}

@media (min-width: 767px) {
  .woocommerce-breadcrumb {
    margin-bottom: 4.375rem;
  }
}
.woocommerce-products-header .woocommerce-result-count {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  transform: translateY(-50%);
}
.woocommerce-products-header + .term-description {
  position: relative;
  margin-top: 0.4375rem;
}

.pikowc_header_image {
  width: 100%;
  height: 100%;
  background-position: 50% 0px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5rem 1.875rem;
  min-height: 13.75rem;
  color: #fff;
  margin-bottom: 0.9375rem;
  text-align: center;
}
.pikowc_header_image .page-title {
  color: #fff;
}
.pikowc_header_image .term-description {
  margin-top: 1.3125rem;
  margin-bottom: 0;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
}
.pikowc_header_image .term-description p:last-child {
  margin-bottom: 0;
}
.pikowc_header_image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

[class*="has-sidebar-"] .pikowc_header_image .term-description {
  max-width: 25rem;
}

.pikowc_header_image .term-description {
  max-width: 40.625rem;
}

/*full width no bg*/
.header-wrapper + .woocommerce-products-header {
  text-align: center;
  padding: 5rem 0.9375rem 1.25rem;
  margin-bottom: 0;
}
.header-wrapper + .woocommerce-products-header .woocommerce-result-count {
  display: none;
}
.header-wrapper + .woocommerce-products-header .page-title {
  font-size: 3.4375rem;
}
.header-wrapper + .woocommerce-products-header + .term-description {
  max-width: 40.625rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -1.875rem;
  padding: 0 0.9375rem 0.9375rem 0.9375rem;
}

.content-area:not([class*="has-sidebar-"]) .info {
  text-align: center;
}

/*full width with bg*/
.header-wrapper + .pikowc_header_image {
  text-align: center;
  padding-top: 6.25rem;
  padding-bottom: 6.5625rem;
}
.header-wrapper + .pikowc_header_image .woocommerce-result-count {
  display: none;
}
.header-wrapper + .pikowc_header_image .page-title {
  font-size: 3.4375rem;
}
.header-wrapper + .pikowc_header_image .term-description {
  margin-left: auto;
  margin-right: auto;
}

.pikowc_header_image + .row .sidebar {
  margin-top: 1.25rem;
}

.post-type-archive-product .has-big-img {
  background-size: cover !important;
}

/* ---------------------------------------------------
 Grid list
------------------------------------------------------*/
.products-list .list-content,
.products-grid .list-content {
  display: none;
}

/* Product List */
@media (min-width: 767px) {
  .products-list.row {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-right: -1.5625rem;
  }
  .products-list.row .product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 96.7%;
    margin: 0.9375rem;
    border-radius: 0.25rem;
    box-shadow: 0 0 1.3125rem #eee;
    overflow: hidden;
  }
  .products-list.row .product figure {
    min-height: 20rem;
    margin: 0;
  }
  .products-list.row .product .product-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .products-list.row .product .product-wrap .action_bottom {
    max-width: 15.625rem;
    border-top: inherit;
  }
  .products-list.row .product .product-wrap .action_bottom .btn-ac {
    text-align: left;
  }
  .products-list.row .product .product-wrap .action_bottom .btn-ac + .btn-ac {
    border: inherit;
  }
  .products-list.row .product .product-wrap .product-top {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0.9375rem;
    overflow: inherit;
  }
  .products-list.row .product .product-wrap .product-top > a {
    opacity: 1;
    visibility: visible;
    position: absolute;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, -50%);
    left: calc(50% + 30px);
    bottom: 1.875rem;
    text-align: center;
    border-radius: 2.5rem;
    border: 2px solid;
    background-color: transparent;
    color: #22222b;
  }
  .products-list.row .product .product-wrap .product-top > a:hover {
    background-color: #fdbf70;
    border-color: #fdbf70;
    color: #ffffff;
  }
  .products-list.row .product .product-wrap .product-top > a.wc-forward {
    font-weight: 500;
  }
  .products-list.row .product .product-wrap .product-middle {
    padding: 0.9375rem;
    -ms-flex: 0 0 71%;
    flex: 0 0 71%;
    max-width: 71%;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .products-list.row .product .product-wrap .product-title {
    font-size: 1.125rem;
    max-width: 95%;
  }
  .products-list.row .product .product-wrap .list-content {
    margin-bottom: 1.25rem;
    display: block;
  }
  .products-list.row .product:first-child {
    margin-top: 0;
  }
  .products-list.row .product .btn-action .price:not(td) {
    text-align: left;
  }
  .products-list.row .product-wrap::after,
  .products-list.row .product:after {
    content: inherit;
  }
}
/* ---------------------------------------------------
 shop
------------------------------------------------------*/
.product-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.9375rem;
  height: 1.1875rem;
  line-height: 1.1875rem;
  overflow: hidden;
  z-index: 10;
  background-color: #fdbf70;
  font-size: 0.625rem;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  opacity: 1;
  transform: translateY(10px);
  transition: .2s;
}
.product-label + .product-label {
  transform: translateY(37px);
  transition: .4s;
}
.product-label + .product-label + .product-label {
  transform: translateY(64px);
  transition: .5s;
}

/*.product-label {
  transform: translateY(20px);
  transition-delay: 100ms;
}*/
.product-label.pre-order {
  width: 4.6875rem;
}

.product-label.outofstock {
  background-color: red;
  width: 4.6875rem;
}

.product-label.new {
  background-color: #83c7f2;
}

.product-label.hot {
  background-color: #f29383;
}

/*for multi vendor*/
.product-label.vendor {
  right: 0;
  padding-left: 0.625rem;
  padding-right: 0.21875rem;
  border-radius: 2.5rem 0 0 2.5rem;
  width: auto;
  max-width: 6.875rem;
  color: #727272;
  background-color: #eee;
  left: auto;
}
.product-label.vendor:hover {
  color: #ffffff;
  background-color: #fdbf70;
}

.product > .product-wrap:hover .product-label.vendor {
  display: block;
}

.product-middle .product-brand {
  font-size: 0.875rem;
  font-weight: 500;
}
.product-middle .product-brand .product_meta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-middle .product-brand a {
  color: #878787;
}
.product-middle .product-brand a:hover {
  color: #fdbf70;
}

.price:not(td) {
  font-size: 0.875rem;
  color: #22222b;
}

.price del {
  text-decoration: line-through;
  color: #878787;
  font-size: 80%;
}

.price del + ins {
  margin-left: 0.3125rem;
  text-decoration: inherit;
}

.product-bottom .btn-action:not(.other) a {
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  font-size: 0;
  text-align: center;
  font-weight: 600;
  padding: 0;
  border: 0;
  color: #777777;
  background-color: #eee;
  -webkit-transition: background 0.4s, border-radius 0.4s;
  transition: background 0.4s, border-radius 0.4s;
  padding-left: 0.125rem;
}
.product-bottom .btn-action:not(.other) a i {
  line-height: 2.5rem;
}

.add_to_cart_button.added {
  display: none !important;
}

.product-bottom .btn-action a.wc-forward {
  color: #ffffff;
  background-color: #fdbf70;
}

/*.summary .single_add_to_cart_button:before,*/
.btn-action a:before {
  font: normal normal normal 16px/1 "LineAwesome";
  vertical-align: middle;
}

.btn-action.other .compare-btn.loading span {
  margin-left: 1.40625rem;
}

.btn-action.other .compare-btn i {
  top: 0.09375rem;
  left: 0.5625rem;
  margin: 0.09375rem -1.4375rem 0 0;
}

/*.summary .single_add_to_cart_button:before {
  content: '\e804';  
}*/
.product-title {
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-wrap {
  overflow: hidden;
  background-color: #ffffff;
}
.product-wrap .product-title {
  margin: 0.5625rem 0 0.4375rem;
  font-size: 1rem;
  max-width: 13.125rem;
  white-space: nowrap;
}
.product-wrap .star-rating {
  margin-bottom: 0.5625rem;
}

@media (min-width: 992px) {
  [class*="has-sidebar-"] .columns-4 .product-wrap .product-title {
    max-width: 11.5625rem;
  }
}
.product-top .countdown-lastest {
  position: absolute;
  left: 0.6875rem;
  right: 0.6875rem;
  bottom: 1rem;
  z-index: 20;
}

.products-list .product-top .countdown-lastest {
  right: -5px;
}

.countdown-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.countdown-row .countdown-section {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #fdbf70;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  margin: 0 0.3125rem;
}

.product-details .countdown-row .countdown-section:first-child {
  margin-left: 0;
}

.countdown-amount {
  font: 500 18px/1;
  color: #22222b;
}

.countdown-period {
  display: block;
  width: 100%;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 1px;
  text-transform: uppercase;
  color: #22222b;
}

.countdown-section:not(:last-child):after {
  content: ':';
  font-size: 1.875rem;
  line-height: 1.875rem;
  position: absolute;
  left: calc(100% + 1.5px);
  left: 100%;
  top: 0.8125rem;
  color: #22222b;
  font-family: sans-serif;
}

.single-product .product-details .piko-stock,
.single-product .product-details .countdown-lastest {
  max-width: 24.125rem;
}

.star-rating {
  height: 0.875rem;
  line-height: 0.875rem;
  overflow: hidden;
  position: relative;
  width: 5.625rem;
  font-size: 0.875rem;
  color: #C5C6C8;
}

.star-rating::before {
  content: "\f006\f006\f006\f006\f006";
  display: inline-block;
  float: left;
  font-family: "FontAwesome";
  left: 0;
  letter-spacing: 0.3125rem;
  position: absolute;
  top: 0;
}

.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 0.8125rem;
  position: absolute;
  top: 0;
  color: #FFC000;
}

.star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "FontAwesome";
  left: 0;
  letter-spacing: 0.3125rem;
  position: absolute;
  top: 0;
}

.btn-action.other {
  margin-top: 0.9375rem;
  padding: 0.625rem 0;
  border-top: 1px solid #eee;
  font-size: 0.8125rem;
  color: #555;
}
.btn-action.other .yith-wcwl-add-to-wishlist {
  padding-right: 0.625rem;
}
.btn-action.other .compare-btn {
  padding-left: 0.625rem;
}
.btn-action.other .compare-btn.added:before {
  font-size: 0.8125rem;
}
.btn-action.other .yith-wcwl-add-to-wishlist .ajax-loading {
  margin: 0.1875rem 0.4375rem 0 0;
  background-color: #ffffff;
}
.btn-action.other .yith-wcwl-add-to-wishlist i {
  margin-right: 0.4375rem;
}
.btn-action.other .compare-btn:before {
  padding-right: 0.4375rem;
}
.btn-action.other a {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.products {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.products > .product {
  margin-bottom: 2.6875rem;
}

.product > .product-wrap {
  /*.quickview,*/
}
.product > .product-wrap:hover .product-label {
  opacity: 0;
  transform: translateY(0);
}

/*sale stock*/
.piko-stock.mt25 .progress {
  height: 0.625rem;
  width: auto;
  border: inherit;
}
.piko-stock.mt25 .progress-bar {
  bottom: 0;
}

.piko-stock .progress {
  background-color: #eee;
  height: 0.625rem;
  overflow: hidden;
}

.piko-stock .progress-bar {
  display: block;
  background-color: #fdbf70;
  text-indent: -99999px;
  height: 100%;
}

.product .btn-action.other {
  display: none;
}

li.product:hover .product-wrap .btn-action.other {
  display: -ms-flexbox;
  display: flex;
}

/*product rollover*/
.product-label.outofstock + figure .product-image img {
  opacity: 1;
}

.product-wrap:hover figure .product-image + .product-image {
  right: 0;
  left: 0;
  opacity: 0;
}

.product-wrap figure > .product-image img {
  width: 100%;
}

.product-wrap figure > .product-image {
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.product-wrap figure .product-image + .product-image {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.175, 1);
}

.product-wrap figure > .product-image + .product-image img {
  max-width: none;
}

/*for wpbakery/gutenbarg*/
.woocommerce[class*="columns-"] .products-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.woocommerce[class*="columns-"] .product {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .woocommerce[class*="columns-"] .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .woocommerce.columns-1 .product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce.columns-2 .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .woocommerce[class*="columns-"] .product {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .woocommerce.columns-1 .product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce.columns-2 .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .woocommerce.columns-3 .product {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .woocommerce.columns-4 .product {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .woocommerce.columns-5 .product {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .woocommerce.columns-6 .product {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
/*mobile 2 cloumn*/
@media (max-width: 576px) {
  .sip.mobile .product:not(.slick-slide),
  .mobile[class*="columns-"] .product:not(.slick-slide) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sip.mobile .product-wrap .product-top a,
  .mobile[class*="columns-"] .product-wrap .product-top a {
    padding: 0;
  }
  .sip.mobile .product-wrap .thumb_action,
  .mobile[class*="columns-"] .product-wrap .thumb_action {
    width: 2.1875rem;
  }
  .sip.mobile .product-wrap .product-top > a,
  .mobile[class*="columns-"] .product-wrap .product-top > a {
    height: 1.875rem;
    line-height: 1.875rem;
  }
  .sip.mobile .product-wrap .btn-ac,
  .mobile[class*="columns-"] .product-wrap .btn-ac {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }
  .sip.mobile .product-wrap .star-rating,
  .mobile[class*="columns-"] .product-wrap .star-rating {
    display: none;
  }

  .sip.mobile .slick-slider,
  .sip.mobile .row,
  .mobile[class*="columns-"] .slick-slider,
  .mobile[class*="columns-"] .row {
    margin-right: -0.46875rem;
    margin-left: -0.46875rem;
  }
  .sip.mobile .product,
  .mobile[class*="columns-"] .product {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
    margin-bottom: 1.875rem;
  }
  .sip.mobile .product-wrap .product-top > a,
  .mobile[class*="columns-"] .product-wrap .product-top > a {
    height: 1.875rem;
    line-height: 1.875rem;
  }

  .mobile .countdown-period {
    font-size: 0.625rem;
  }

  .mobile .product-top .countdown-lastest {
    left: 0.4375rem;
    bottom: 1.0625rem;
  }

  .mobile .countdown-row .countdown-section {
    margin: 0 0.0625rem;
  }

  .mobile .countdown-section:not(:last-child):after {
    content: none;
  }
}
/*product category*/
.products-grid > .product-category h2 {
  font-size: 1.125rem;
  text-align: right;
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
  -webkit-transition: 0.5s;
  transition: .5s;
}
.products-grid > .product-category h2 mark {
  background-color: transparent;
  color: #22222b;
  font-size: 1rem;
}
.products-grid > .product-category a {
  position: relative;
  display: block;
  overflow: hidden;
}
.products-grid > .product-category a:hover h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #22222b;
}
.products-grid > .product-category img {
  -webkit-transition: 0.9s;
  transition: .9s;
}
.products-grid > .product-category img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------
    default woocommerce css class 
----------------------------------*/
.woocommerce-customer-details {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .woocommerce-customer-details {
    margin-top: 5.3125rem;
  }
}
.woocommerce-customer-details .col2-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-customer-details .col-2,
.woocommerce-customer-details .col-1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-customer-details .col-2,
  .woocommerce-customer-details .col-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.woocommerce-MyAccount-orders a.woocommerce-button {
  min-width: auto;
  height: auto;
  line-height: 1;
  border-radius: 0.25rem;
  padding: 0.625rem 1.5625rem;
}
.woocommerce-MyAccount-orders a.woocommerce-button:hover {
  background-color: #fdbf70;
  color: #fff;
}

.woocommerce-MyAccount-content mark {
  padding: 0.1875rem 0.625rem;
  border-radius: 0.25rem;
}

.page.woocommerce:not(.single-product) .woocommerce-Reviews {
  display: none !important;
}

/* ---------------------------------------------------
 product single
------------------------------------------------------*/
.woocommerce-product-gallery .piko-nav .slick-slide img,
.product-single .col-md-7 .slick-slide {
  cursor: pointer;
}

@media (min-width: 576px) {
  .piko-nav .slick-slide:not(:last-child) {
    margin-bottom: 0.6875rem;
  }

  .p_list .piko-slick-viewport,
  .left .piko-thumb {
    margin-left: 7.8125rem;
  }

  .left .row .product-label {
    margin-left: 8.75rem;
  }

  .bottom .row .product-label,
  .right .row .product-label {
    left: 0.9375rem;
  }

  .type-tab-3.p_list:not(.thumb-right) .product-wrap {
    position: relative;
  }

  .type-tab-3.p_list:not(.thumb-right) .product-label {
    right: 7.375rem;
  }

  .thumb-right .piko-slick-viewport,
  .right .piko-thumb {
    margin-left: 0;
    margin-right: 7.8125rem;
  }

  .right .piko-nav.slick-vertical img,
  .left .piko-nav.slick-vertical img {
    width: 7.0625rem;
  }

  .slick-thumb.left,
  .right .piko-nav.slick-vertical,
  .left .piko-nav.slick-vertical {
    position: absolute;
    max-width: 7.0625rem;
    top: 0;
  }

  [class*="has-sidebar-"] .piko-nav.slick-vertical {
    top: 0;
    -webkit-transform: inherit;
    transform: inherit;
  }

  .thumb-right .slick-thumb.left {
    right: 0.625rem;
  }

  .right .piko-nav.slick-vertical {
    right: 0.9375rem;
  }

  .sticky .woocommerce-product-gallery__image {
    margin-bottom: 1.1875rem;
  }

  .bottom .piko-nav.slick-slider {
    max-width: 30.3125rem;
    margin: 0.9375rem auto;
    left: 0.6875rem;
  }

  .bottom .piko-nav .slick-slide:not(:last-child) {
    margin-right: 0.875rem;
  }

  .woocommerce-product-gallery {
    padding-right: 0.9375rem;
  }
}
.gallery-less .thumb-right .piko-slick-viewport,
.right .gallery-less .piko-thumb {
  margin-right: 0;
}

.left .gallery-less .piko-thumb {
  margin-left: 0;
}

@media (max-width: 576px) {
  .right .piko-nav,
  .left .piko-nav {
    margin-top: 0.625rem;
  }

  .piko-nav .slick-slide:not(:last-child) {
    margin-right: 0.9375rem;
  }

  .piko-nav {
    margin-bottom: 1.25rem;
  }

  .sticky .woocommerce-product-gallery__image {
    margin-bottom: 0.9375rem;
  }
}
.product-single .gallery-less .product-label,
.product-single .woocommerce-product-gallery__image .product-label {
  margin-left: 0.9375rem;
}

.product-single .woocommerce-product-gallery__image .zoomImg {
  cursor: crosshair;
}

/*super zoom*/
.product-single:not(.right) .woocommerce-product-gallery {
  position: relative;
}

.product-single.right .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: 6.5625rem;
}

.woocommerce-product-gallery.piko-lightbox-img a:not(.piko-embed):before {
  position: absolute;
  z-index: 4;
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  color: #fdbf70;
  right: 0;
}

.product-single .piko-embed {
  font-size: 1.375rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.woocommerce-product-gallery.piko-lightbox-img a:not(.piko-embed):before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 0.9375rem;
}

.woocommerce-product-gallery .piko-nav .slick-slide img,
.woocommerce-product-gallery:not(.quick-view-thumb) .piko-thumb {
  border: 1px solid #f9f9f9;
  overflow: hidden;
}

.slick-thumb img.slick-current,
.woocommerce-product-gallery .piko-nav .slick-current img {
  transition: all 0.2s ease;
  border-bottom-color: #fdbf70;
}

/*summary*/
.type-product ol,
.type-product ul {
  margin: 0;
  padding: 0;
}
.type-product ul ul,
.type-product ol ul,
.type-product ul ol,
.type-product ol ol {
  padding-left: 1.25rem;
}

.carousel .product-details .woocommerce-product-rating + .price {
  margin-bottom: 2.1875rem;
}
.carousel .product-details .woocommerce-product-rating {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.product-details {
  max-width: 40.625rem;
}
.product-details .product_title {
  font-size: 2.25rem;
}
.product-details .woocommerce-product-details__short-description {
  margin-top: 0.6875rem;
}
.product-details .woocommerce-product-details__short-description ul,
.product-details .woocommerce-product-details__short-description ol {
  margin-bottom: 1.0625rem;
}
.product-details .brand-img {
  max-width: 3.75rem;
  padding-top: 0.625rem;
  margin-bottom: -0.5625rem;
}
.product-details .price {
  margin: 2.9375rem 0 0.9375rem;
  font-size: 2.25rem;
}
.product-details .woocommerce-product-rating + .price {
  margin-top: 1.875rem;
}
.product-details .btn-details-action {
  max-width: 34.375rem;
  margin-top: 2.1875rem;
}
.product-details .btn-details-action table {
  margin: 0 0 1.5625rem;
}
.product-details .btn-details-action table td {
  border: 0;
  padding: 0 0 0.9375rem 0;
}
.product-details .btn-details-action table tr:last-child td {
  padding-bottom: 0;
}
.product-details .btn-details-action .quantity:not(.hidden) + .button {
  margin-left: 0.625rem;
}
.product-details .btn-details-action .compare,
.product-details .btn-details-action .yith-wcwl-add-to-wishlist {
  font-size: 0;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  padding: 0;
  letter-spacing: 0;
  margin-left: 0.625rem;
  border: 1px solid #22222b;
}
.product-details .btn-details-action .compare:before {
  content: "\f074";
  font-family: "FontAwesome";
  font-size: 1.3125rem;
}
.product-details .btn-details-action .yith-wcwl-add-to-wishlist i {
  text-align: center;
  line-height: 3.125rem;
  margin: 0;
  padding: 0;
  font-size: 1.3125rem;
}
.product-details .btn-details-action .yith-wcwl-add-to-wishlist .ajax-loading {
  width: auto !important;
  height: auto !important;
  border-radius: 0.625rem;
  color: #22222b;
  top: 0;
  left: 0.625rem;
}
.product-details .product_meta {
  margin-top: 1.75rem;
}
.product-details .product_meta a {
  color: #7f7f82;
}
.product-details .product_meta a:hover {
  color: #fdbf70;
}
.product-details .product_meta .posted_in,
.product-details .product_meta .tagged_as,
.product-details .product_meta .sku_wrapper {
  display: block;
}
.product-details .product_meta > span {
  padding: 0.875rem 0;
  border-top: 1px solid #ebebeb;
}
.product-details .product_meta > span:last-child {
  border-bottom: 1px solid #ebebeb;
}
.product-details .countdown-lastest {
  margin-top: 1.875rem;
}
.product-details .button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}
.product-details .single_add_to_cart_button:before {
  vertical-align: initial;
  padding-right: 0.625rem;
}
.product-details .added_to_cart.wc-forward {
  display: inline-block;
  line-height: 2.25rem;
  border: 2px solid #fdbf70;
  padding: 0 1.375rem;
  margin-left: 0.625rem;
  background: #fdbf70;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.product-details .guide-wrap a + a {
  padding-left: 1.25rem;
}

a.added_to_cart.wc-forward:before {
  font-family: "LineAwesome";
  font-size: 1rem;
  content: "\f17b";
}

.product-details .btn-details-action .cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/*product veriasiton*/
.product-details .btn-details-action .stock {
  text-transform: capitalize;
  margin-top: -1.25rem;
  margin-bottom: 1.375rem;
}

.product-details .btn-details-action .out-of-stock {
  text-transform: uppercase;
  background-color: rgba(34, 34, 43, 0.051);
  text-align: center;
  padding: 0.8125rem;
  margin-top: 1rem;
}

.quantity.hidden {
  display: none;
}

.product-type-variable .product-details .cart {
  ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.product-type-variable .product-details .cart .variations_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
.product-type-variable .product-details .cart .woocommerce-variation-price .price {
  display: block;
  margin: 0 0 1.875rem;
}
.product-type-variable .product-details .cart table {
  border: none;
}
.product-type-variable .product-details .cart table td {
  border-width: 0;
  padding-left: 0;
}
.product-type-variable .product-details .cart table td label {
  text-transform: capitalize;
  color: #22222b;
}
.product-type-variable .product-details .cart table td:last-child {
  padding-left: 0;
}
.product-type-variable .product-details .cart .variations:not(table) .reset_variations {
  margin-left: 0.9375rem;
}
.product-type-variable .product-details .cart select {
  width: 10.625rem;
  border: none;
  font-size: 0.875rem;
  height: 1.25rem;
  line-height: 1;
  padding: 0;
}

/*group product*/
.product-type-grouped .product-details .cart {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.product-type-grouped .product-details .cart .group_table {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
}
.product-type-grouped .product-details .cart .group_table .button {
  line-height: 3.125rem;
  max-width: 8.75rem;
  min-width: auto;
}
.product-type-grouped .product-details .cart .group_table tr td:not(:last-child) {
  padding-right: 0.5rem;
  text-align: center;
}
.product-type-grouped .group_table .quantity .qty-wrap a {
  top: 0.8125rem;
}
.product-type-grouped .group_table a:not(.button) {
  font-size: 1rem;
  color: #7f7f82;
}
.product-type-grouped .group_table a:not(.button):hover {
  color: #fdbf70;
}
.product-type-grouped .group_table .amount {
  font-size: 1rem;
}

div:not([class*="has-sidebar-"]) .product-type-grouped .product-details .cart td.label {
  min-width: 12.5rem;
}

.product-single .piko-carousel .product-ratings-desc {
  display: none;
}
.product-single > .row {
  margin-bottom: 3.375rem;
}

.woocommerce-tabs + .related {
  margin-top: 3.125rem !important;
}

.woocommerce-tabs {
  border-top: 1px solid #ebebeb;
}

/*tabs*/
.tabs li a {
  position: relative;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  margin: 0 0.875rem;
  padding-bottom: 0.25rem;
  color: #7f7f82;
}
.tabs li a.active {
  color: #22222b;
  border-color: #22222b;
}
.tabs li a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -0.0625rem;
  width: 0;
  height: 0.0625rem;
  background-color: #22222b;
  transition: all .48s;
  -webkit-transition: all .48s;
}
.tabs li a:hover:after {
  left: 0;
  width: 100%;
}
.tabs li.active a {
  color: #22222b;
  border-color: #22222b;
}

@media (max-width: 767px) {
  .tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabs li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
  }

  .tabs li a {
    font-size: 0.9375rem;
  }

  .tabs li:nth-child(n+3) a {
    margin-top: 0.9375rem;
  }
}
[class*="-start"] li:first-child a {
  margin-left: 0;
}

#tab-custom_tab strong {
  min-width: 9.375rem;
  display: inline-block;
  font-weight: normal;
}

/*accordion*/
.tabs-accordion .wc-tabs li a {
  padding: 0.9375rem 0;
  border-bottom: 1px solid #ebebeb;
}
.tabs-accordion .wc-tabs .active a {
  border-color: #22222b;
}
.tabs-accordion .shop_attributes {
  margin-top: 0.3125rem;
}
.tabs-accordion .woocommerce-Reviews .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-Reviews .commentlist p {
  margin: 0;
}
.woocommerce-Reviews .commentlist .comment-text {
  padding: 0.9375rem 0 2.8125rem;
}

/*comment form*/
.woocommerce-tabs .entry-content > h2:first-child {
  display: none;
}

.woocommerce-tabs .wc-tabs {
  bottom: -0.0625rem;
  z-index: 2;
}

.wc-tabs li a {
  border-color: transparent;
}

.wc-tab table {
  border-width: 1px 0 0;
  margin-top: 0.25rem;
}
.wc-tab th {
  border-width: 0 0 1px 0;
  color: #22222b;
  text-align: right;
}
.wc-tab td {
  border-width: 0 0 1px 0;
}
.wc-tab th,
.wc-tab td {
  padding: 0.625rem 0.9375rem 0.6875rem;
}

@media (min-width: 992px) {
  .woocommerce-tabs .wc-tab {
    padding-top: 2.4375rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  #tab-description.wc-tab {
    padding-left: 0;
    padding-right: 0;
  }
  #tab-description.wc-tab table,
  #tab-description.wc-tab ul,
  #tab-description.wc-tab p {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .sticky .product-details {
    margin-top: 6.25rem;
  }

  .product-details .button {
    min-width: 10.9375rem;
  }
}
#tab-additional_information tr:first-child td {
  width: 50%;
}

.wc-tab:not(#tab-additional_information) tr:first-child td {
  width: 60%;
}

@media (max-width: 576px) {
  .wc-tab table {
    overflow: scroll;
    display: block;
  }

  .product-details .btn-details-action .cart {
    display: -ms-block;
    display: block;
  }

  .product-details .btn-details-action .quantity:not(.hidden) + .button {
    margin-left: 0;
  }

  .product-details .btn-details-action .quantity:not(.hidden) + .button,
  .product-details .btn-details-action .compare,
  .product-details .btn-details-action .yith-wcwl-add-to-wishlist {
    margin-top: 1.25rem;
    display: inline-block;
  }
}
#reviews .woocommerce-Reviews-title {
  font-size: 1.25rem;
  margin-bottom: 0.1875rem;
}
#reviews .woocommerce-Reviews-title + p {
  margin-bottom: 2.6875rem;
}

#reviews .comment_container .avatar {
  float: none;
}

#reviews .woocommerce-review__author {
  font-size: 1rem;
  font-weight: normal;
}
#reviews .meta {
  margin-left: 1.25rem;
}
#reviews .meta time {
  display: block;
  font-size: 0.75rem;
}
#reviews .meta .woocommerce-review__dash {
  display: none;
}

#reviews .comment-reply-title {
  color: #22222b;
  display: block;
}

#reviews .comment-respond {
  margin-top: 0;
  padding-top: 2.5rem;
  border-top: 1px solid #ebebeb;
}

#reviews .commentlist li {
  padding-top: 2.9375rem;
}

#reviews .commentlist li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

#tab-reviews .comment-form-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}

#tab-reviews .comment-form-rating label {
  margin-right: 1.25rem;
  white-space: nowrap;
}

.comment-form-rating .stars {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

#reviews .comment-text .star-rating {
  top: 0.375rem;
}

#review_form .stars span {
  float: left;
  font-size: 0.8125rem;
  height: 0.75rem;
  letter-spacing: 0.3125rem;
  line-height: normal;
  position: relative;
  width: 5.0625rem;
  color: #c2c2c2;
}

#review_form .stars > span::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
}

#review_form #commentform .stars > span a {
  float: left;
  height: 0;
  left: 0;
  line-height: normal;
  overflow: hidden;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  top: 0;
}

#review_form #commentform .stars > span a:hover::before,
#review_form #commentform .stars > span a.active::before {
  color: #ffc000;
  content: "\f005\f005\f005\f005\f005";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
  top: 0;
}

#review_form #commentform .stars span a.star-1 {
  width: 1rem;
  z-index: 10;
}

#review_form #commentform .stars span a.star-2 {
  width: 2rem;
  z-index: 9;
}

#review_form #commentform .stars span a.star-3 {
  width: 3rem;
  z-index: 8;
}

#review_form #commentform .stars span a.star-4 {
  width: 4rem;
  z-index: 7;
}

#review_form #commentform .stars span a.star-5 {
  width: 5rem;
  z-index: 6;
}

@media (max-width: 991px) {
  #review_form {
    margin-top: 1.875rem;
  }
}
.single-product .product-ratings-desc {
  display: none;
}

/*related product*/
/*.related{
    border-top: 1px solid $light_gray_color;
    
}*/
/*light box*/
.pswp__bg {
  opacity: 0.8 !important;
}

/*layout 4*/
.carousel .woocommerce-product-gallery .slick-slider .slick-slide {
  margin: 0 0.9375rem;
}

.sticky .woocommerce-product-gallery.piko-lightbox-img a:not(.piko-embed):before,
.carousel .woocommerce-product-gallery.piko-lightbox-img a:not(.piko-embed):before {
  display: none;
}

.sticky .woocommerce-product-gallery.piko-lightbox-img .piko-image-zoom:hover a:not(.piko-embed):before,
.carousel .woocommerce-product-gallery.piko-lightbox-img .slick-slide:hover a:not(.piko-embed):before {
  display: block;
}

.carousel .col-12:not(.col-md-6) .product-details {
  margin: 0 auto;
}
.carousel .col-12:not(.col-md-6) .product-details .btn-details-action .cart,
.carousel .col-12:not(.col-md-6) .product-details .shear-brand {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.carousel .col-12:not(.col-md-6) .product-details .btn-details-action {
  margin: 1rem auto 2.1875rem;
}

.carousel .woocommerce-product-gallery:not(.quick-view-thumb) .piko-thumb {
  border: 0;
}

.carousel .woocommerce-product-gallery .slick-track {
  margin: 0 auto;
}

.carousel .product-details .variations .product-attribute:last-child {
  padding-left: 3.125rem;
}

@media (min-width: 992px) {
  .carousel .col-12:not(.col-md-6) .product-details {
    text-align: center;
  }
}
/* ---------------------------------------------------
 product layout
------------------------------------------------------*/
.product:hover > .product-wrap .btn-action:not(.other) a {
  color: #ffffff;
  background-color: #fdbf70;
}

@media (min-width: 768px) {
  .products-list .product:hover > .pl-1 {
    margin-left: -0.9375rem;
    padding-left: 0;
    padding-right: 0;
    box-shadow: inherit;
  }
}
@media (max-width: 576px) {
  .product-wrap figure {
    text-align: center;
  }

  .product-wrap:after {
    content: inherit !important;
  }
}
/*plugins button*/
.btn-ac .fa-spinner {
  top: 0.5625rem;
  left: 0.5rem;
  color: #22222b;
}

.product-wrap .countdown-lastest {
  opacity: 1;
  transform: translateY(0);
  transition: all .2s;
}

.product-wrap:hover .countdown-lastest {
  opacity: 0;
  transform: translateY(-30px);
  visibility: hidden;
}

.yith-wcwl-add-button.loading .add_to_wishlist,
.btn-ac.compare-btn.loading i + i,
.btn-ac.compare-btn.dn,
.btn-ac.compare-btn .fa {
  display: none;
}

.btn-ac.compare-btn.loading .fa {
  display: block;
}

.thumb_action .wc-forward,
.thumb_action .btn-ac {
  position: relative;
  width: 1.875rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  display: inline-block;
  margin-top: 0.375rem;
  padding: 0;
  vertical-align: middle;
  color: #fdbf70;
  background-color: #fff;
  transition: opacity 250ms, transform 250ms ease-out;
}
.thumb_action .wc-forward i,
.thumb_action .btn-ac i {
  color: #fdbf70;
}
.thumb_action .wc-forward:hover,
.thumb_action .btn-ac:hover {
  background-color: #22222b;
  color: #fff;
}
.thumb_action .wc-forward:hover a,
.thumb_action .wc-forward:hover i,
.thumb_action .btn-ac:hover a,
.thumb_action .btn-ac:hover i {
  color: #fff;
}
.thumb_action .wc-forward .la-check,
.thumb_action .btn-ac .la-check {
  font-size: 1rem;
}

.thumb_action {
  width: 1.9375rem;
  bottom: 1.625rem;
  right: 1px;
  overflow: hidden;
}

.piko-carousel .thumb_action {
  right: 1px;
}

.product-top > a + .thumb_action {
  bottom: 3.125rem;
}

.thumb_action .btn-ac {
  opacity: 0;
  transform: translateY(45px);
  transition-delay: 50ms;
}

.thumb_action .btn-ac {
  transform: translateY(45px);
  transition-delay: 100ms;
}

.thumb_action .btn-ac + .btn-ac {
  transform: translateY(40px);
  transition-delay: 150ms;
}

.thumb_action .btn-ac + .btn-ac + .btn-ac {
  transform: translateY(35px);
  transition-delay: 200ms;
}

.thumb_action .btn-ac + .btn-ac + .btn-ac + .btn-ac {
  transform: translateY(45px);
  transition-delay: 250ms;
}

.thumb_action .wc-forward,
.thumb_action .btn-ac.button {
  font-size: 0;
}
.thumb_action .wc-forward i,
.thumb_action .btn-ac.button i {
  line-height: 2.0625rem;
}
.thumb_action .wc-forward:before,
.thumb_action .btn-ac.button:before {
  font-size: 0.875rem;
}

.thumb_action .btn-ac.button:before {
  content: '\f291';
  font-family: fontAwesome;
}

.product-wrap:hover .thumb_action .btn-ac {
  opacity: 1;
  transform: translateY(0) !important;
}

/*cart button*/
/*.product-top figure{
    margin-bottom: 0;
}
.product-top > a.wc-forward,
.product-top > a.button{
    position: absolute;    
    bottom: 0;
    z-index: 3;
    opacity: 0;
    width: 100%;
    border: 0;
    background-color: $secondary-color;
    border-radius: 0;
    text-align: center;
    font-size: rem-calc(15px);
    font-weight: 500;
    color: $c_white;    
    visibility: hidden;
    transition: all 250ms ease-out;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);    
}
.product-top > a.wc-forward{
    height: 2.5rem;
    line-height: 2.25rem;
    font-size: 0.875rem;
}
.product-wrap:hover .product-top > a{
    opacity: 1;
     visibility: visible;
     transform: translate(0, 0);
     -webkit-transform: translate(0, 0);
}
.product-top > a.button i{
    position: relative;
    right: rem-calc(10px);
    vertical-align: middle;
}
*/
/*masonry item*/
.masonry .product-top figure {
  position: relative;
}
.masonry .product-top figure:before {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.902);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 1.25rem;
  left: 1.25rem;
  z-index: 22;
  opacity: 0;
  transform: translateY(20px);
  transition: all 250ms ease-out;
  transition-delay: 80ms;
}
.masonry .product-top .thumb_action {
  width: auto;
  left: 50%;
  top: calc(50% - 15px);
  right: auto;
  bottom: auto;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  z-index: 23;
}
.masonry .product-top .thumb_action .btn-ac {
  background-color: transparent;
}
.masonry .product-top .thumb_action .btn-ac:hover {
  background-color: #22222b;
}
.masonry .product-wrap .star-rating {
  display: none;
}
.masonry .product-wrap:hover figure:before, .masonry .product-wrap:hover .btn-action {
  opacity: 1;
  transform: translateY(0);
}
.masonry .product-wrap:hover .vs_product_list {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 50ms;
}
.masonry .product-wrap.pl-2 .thumb_action {
  top: calc(50% - 15px);
}
.masonry .product-wrap.pl-2 .product-title {
  margin-bottom: 1.5625rem;
}
.masonry .product-wrap.pl-2 .action_bottom {
  display: none;
}
.masonry .btn-action {
  position: absolute;
  bottom: 6.25rem;
  z-index: 23;
  opacity: 0;
  transform: translateY(45px);
  transition: all 250ms ease-out;
  transition-delay: 300ms;
}
.masonry .product-wrap .product-title {
  margin-top: 0.3125rem;
}
.masonry.products > .product {
  margin-bottom: 2.25rem;
}
.masonry.products {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
.masonry .product {
  padding-left: 25px;
  padding-right: 25px;
}

/* ---------------------------
    prdouct layout two
----------------------------- */
.btn-action {
  min-width: 100%;
}
.btn-action .price:not(td) {
  display: block;
  text-align: center;
}

.action_bottom {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(34, 34, 43, 0.102);
  min-height: 3.125rem;
}
.action_bottom .btn-ac {
  background-color: transparent;
  color: #7f7f82;
  padding: 0;
  text-align: center;
}
.action_bottom .icon-compare {
  display: none;
}
.action_bottom .icon-compare + .dn {
  display: block;
}
.action_bottom .btn-ac {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.action_bottom .btn-ac + .btn-ac {
  border-left: 1px solid rgba(34, 34, 43, 0.102);
}
.action_bottom .btn-ac.compare-btn.added {
  border-left: 0;
}
.action_bottom .added_to_cart i:before {
  margin-right: 6px;
}
.action_bottom a.added_to_cart.wc-forward::before {
  margin-right: 0.375rem;
}
.action_bottom .btn-ac .fa-spinner {
  top: 0.375rem;
}
.action_bottom .quickview .fa-eye {
  display: none;
}

.product-wrap.pl-2 {
  transition: box-shadow .25s;
}
.product-wrap.pl-2 .thumb_action {
  top: 0.3125rem;
  right: 0.625rem;
}

.product .product-wrap.pl-2:hover {
  box-shadow: 0px 10px 20px 0px rgba(31, 51, 46, 0.05);
}

.product:hover .product-wrap .btn-action .action_bottom .btn-ac {
  background-color: transparent;
  color: #7f7f82;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .columns-4 .product-wrap .product-title {
    max-width: 11.25rem;
  }
}
@media (max-width: 576px) {
  .mobile[class*="columns-"] .product-wrap .product-title,
  .mobile .product-wrap .product-title {
    max-width: 7.5rem;
    font-size: 0.875rem;
  }

  .mobile .product-wrap .action_bottom .btn-ac,
  .mobile[class*="columns-"] .product-wrap .action_bottom .btn-ac {
    font-size: 0.8125rem;
  }
}
/* ---------------------------------------------------
 mini cart
------------------------------------------------------*/
@media (min-width: 768px) {
  .cart-button + .login-button .piko-dropdown {
    right: -1.625rem;
  }
}
@media (max-width: 991px) {
  .piko-dropdown {
    right: -1.625rem;
  }
}
.piko-dropdown {
  position: absolute;
  top: -2000px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  z-index: 999;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.header-actions li.open > .piko-dropdown, .header-actions li:hover > .piko-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-actions button,
.header-actions .button {
  font-size: 0.875rem;
}

.piko-dropdown {
  left: 0;
  right: 0;
  padding: 1.0625rem 1.1875rem 1.8125rem;
  width: auto;
}

@media (min-width: 768px) {
  .piko-dropdown {
    left: auto;
    width: 21.875rem;
  }
}
/*paypel mini cart*/
.wcppec-cart-widget-button {
  display: block;
  text-align: center;
}

.cart-button .piko-dropdown {
  padding-right: 0;
}

.cart-button .cart_list.product_list_widget {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 25.625rem;
  margin-bottom: 1.25rem !important;
}

.cart-button .product_list_widget li:first-child a:not(.remove),
.cart-button p.buttons,
.cart-button .product_list_widget li {
  padding-right: 0.9375rem;
}

@media (max-width: 767px) {
  .site-header .header-actions > ul > li {
    position: static;
  }

  .piko-dropdown {
    top: inherit;
    right: 0;
  }

  .cart-button .cart_list.product_list_widget {
    max-height: 12.5rem;
  }
}
/*need help*/
.piko-dropdown.need-help {
  font-size: 0.78125rem;
  width: auto;
  min-width: 11.875rem;
  max-width: 20rem;
}

.need-help .link a {
  display: block;
}

@media (min-width: 992px) {
  .piko-dropdown.need-help {
    left: 0;
  }
}
/* --------------------- */
/* widgets               */
/* --------------------- */
/* Shopping cart */
.product_list_widget li a.remove {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 5.625rem;
  color: #fff;
  opacity: 0;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2;
  font-size: 2.1875rem;
  font-weight: 200;
  text-shadow: 0 2px 1px black;
}

.product_list_widget li:hover a.remove {
  opacity: 1;
}

.widget_shopping_cart .product_list_widget li:hover a img {
  opacity: 0.8;
}

.widget.woocommerce .product_list_widget li:after {
  content: '';
  display: table;
  clear: both;
}

.widget.woocommerce .product_list_widget li img {
  position: relative;
  float: left;
  max-width: 5rem;
  margin-right: 1.25rem;
}

@media (min-width: 1200px) {
  .widget.woocommerce .product_list_widget li img {
    max-width: 5.625rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .container-fluid .widget.woocommerce .product_list_widget li img {
    max-width: 7.5rem;
    margin-right: 1.4375rem;
  }
}
.product_list_widget {
  margin: 0 !important;
  padding: 0;
}

.widget_shopping_cart .product_list_widget li img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 5.625rem;
  height: auto;
  border: 1px solid #eae9e9;
}

.product_list_widget li {
  white-space: normal;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 5.625rem;
  margin-bottom: 0.625rem;
  list-style: none;
}

.widget-title + .product_list_widget li:first-child {
  margin-top: 0.5rem;
}

.widget_shopping_cart .product_list_widget li a {
  border: none;
  padding: 0;
}

.product_list_widget span.quantity {
  color: #22222b;
}

.product_list_widget li.empty {
  padding: 1.25rem 0 0;
  text-align: center;
  min-height: 0.0625rem;
}

.product_list_widget li:last-child {
  border: 0;
}

.product_list_widget li a .product-title {
  max-height: 2.8rem;
  margin-bottom: 0.4375rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #7f7f82;
}

.widget_shopping_cart .product_list_widget li a:not(.remove) {
  padding-left: 6.5625rem;
  line-height: 1.23;
  max-height: 2.46rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.widget_shopping_cart .product_list_widget .product-sku {
  color: #888;
  padding-left: 0.625rem;
}

.widget_shopping_cart .product_list_widget .quantity {
  padding-left: 6.5625rem;
  top: 0.625rem;
}

.widget_shopping_cart .product_list_widget .variation {
  line-height: 1;
}

.widget_shopping_cart .product_list_widget .variation + .quantity {
  top: 0;
}

.product_list_widget span.amount {
  display: inline-block;
  color: #22222b;
}

.product_list_widget del span.amount {
  color: #777777;
  font-weight: normal;
  text-decoration: line-through;
}

.product_list_widget .variation {
  font-size: 80%;
  padding-left: 6.6875rem;
  margin: 0;
}

.product_list_widget .variation p {
  margin: 0.3125rem 0 0;
}

.product_list_widget .variation + .quantity {
  padding-top: 0.3125rem;
}

.product_list_widget .variation dt, .product_list_widget .variation dd {
  display: inline-block;
}

.product_list_widget .variation dt {
  font-weight: 500;
}

.product_list_widget .variation dd {
  margin: 0 0 0 0.3125rem;
}

.product_list_widget .star-rating {
  font-size: 80%;
  margin-top: 0.3125rem;
  margin-bottom: 0.5rem;
}

.product_list_widget .reviewer {
  font-size: 70%;
  text-transform: uppercase;
}

/*widgets shopping cart*/
.widget_shopping_cart_content p.total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 0.9375rem 0 0;
  text-transform: uppercase;
}

.widget_shopping_cart_content p.total strong {
  letter-spacing: 0.04em;
}

.widget_shopping_cart_content p.total .amount {
  font-size: 1.125rem;
  color: #22222b;
}

.widget_shopping_cart_content p.buttons {
  margin: 0;
}

.widget_shopping_cart_content a.button,
.widget_shopping_cart_content button.button,
.widget_shopping_cart_content input.button {
  text-align: center;
}

.widget_shopping_cart_content .buttons > a.button, .widget_shopping_cart_content .buttons > button.button, .widget_shopping_cart_content .buttons > input.button {
  background-color: #22222b;
}

.widget_shopping_cart_content .buttons > a.button + a.button, .widget_shopping_cart_content .buttons > button.button + a.button, .widget_shopping_cart_content .buttons > input.button + a.button {
  background-color: #fdbf70;
}

.widget_shopping_cart_content .buttons > a:hover {
  opacity: 0.8;
}

.widget_shopping_cart_content .buttons a {
  margin-top: 0.625rem;
}

.cart-empty,
.return-to-shop {
  text-align: center;
}

.wc-backward {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #fdbf70;
}

.cart-empty {
  font-size: 1.25rem;
  color: #22222b;
  margin: 2.5rem 0 0.3125rem;
  line-height: 1.625;
}

.return-to-shop {
  margin-top: 0.625rem;
  margin-bottom: 6.25rem;
}

.cart-empty:before,
.woocommerce-mini-cart__empty-message:before {
  font-family: 'lineawesome';
  content: '\f2fa';
  position: relative;
  font-size: 3.75rem;
  display: block;
  top: -1.25rem;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
}
.woocommerce-mini-cart__empty-message:before {
  font-size: 3.125rem;
  margin-top: 0.625rem;
}

.woocommerce-mini-cart__empty-message.wishlist:before,
.wishlist-empty .cart-empty:before {
  font-family: 'lineawesome';
  content: '\f234';
}

.compare-empty .cart-empty:before {
  font-family: 'kable';
  content: '\e80a';
}

/* ---------------------------------------------------
 tools bar
------------------------------------------------------*/
.woocommerce-toolbar {
  font-size: 0.875rem;
  margin-bottom: 1.75rem;
}

.woocommerce-toolbar:after {
  content: " ";
  display: table;
  clear: both;
}

.woocommerce-toolbar-inner select {
  padding: 0 0.5rem !important;
}

.woocommerce-toolbar .gridlist-toggle-wrapper,
.woocommerce-toolbar .sort-by-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-toolbar .gridlist-toggle-wrapper + .woocommerce-result-count {
  margin-right: 1.625rem;
}

.woocommerce-toolbar .filter-trigger,
.woocommerce-toolbar .woocommerce-result-count,
.woocommerce-toolbar .gridlist-toggle-wrapper a i {
  font-size: 1rem;
}

.woocommerce-toolbar .filter-trigger {
  padding-right: 1.25rem;
  color: #7f7f82;
}

.woocommerce-toolbar .gridlist-toggle-wrapper + ul.orderby {
  display: none;
}

.woocommerce-toolbar .woocommerce-result-count {
  margin: 0 15px 0 0;
}

.woocommerce-toolbar .filter-trigger span {
  width: 1rem;
  text-align: right;
  display: inline-block;
  font-size: 1.125rem;
}

.woocommerce-toolbar .sort-by-wrapper {
  width: 6.5625rem;
  text-align: center;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-label {
  cursor: pointer;
  font-size: 1rem;
  text-align: left;
  color: #22222b;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-label:after {
  font-family: sans-serif;
  content: "+";
  padding-left: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

.woocommerce-toolbar .sort-by-wrapper:hover .sort-by-label:after {
  content: "-";
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-content {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  background: #fff;
  z-index: 99;
  top: 100%;
  min-width: 5.625rem;
  border: 1px solid #e9e9e9;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul li {
  padding: 0;
  margin: 0;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul a {
  padding: 0.23077rem 0;
  display: block;
  white-space: pre;
  color: #676767;
}

.woocommerce-toolbar .gridlist-toggle-wrapper a.active {
  display: none;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul li a:hover {
  color: #fdbf70;
}

.woocommerce-toolbar .sort-by-wrapper:hover .sort-by-content {
  display: block \9;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content li {
  padding: 0.23077rem 0;
}

.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content a {
  display: inline;
  padding: 0;
  white-space: normal;
}

.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content a:after {
  font-size: 0.84615rem;
  padding-top: 0;
}

.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content .count {
  font-size: 0.76923rem;
}

.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content {
  min-width: 15.38462rem;
}

.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper {
  padding-top: 0.76923rem;
}

.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper .price_label {
  margin-bottom: 1.15385rem;
  font-size: 0.92308rem;
}

.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper .button {
  margin-bottom: 0;
}

@media (max-width: 1140px) {
  div[class*="has-sidebar-"] .woocommerce-result-count {
    display: none;
  }
}
@media (max-width: 768px) {
  .woocommerce-toolbar .gridlist_toggle a:not(.filter-trigger) {
    display: none;
  }

  .post-type-archive-product .woocommerce-toolbar .sort-by-wrapper,
  .post-type-archive-product .woocommerce-toolbar .gridlist-toggle-wrapper {
    width: 12.5rem;
  }

  .woocommerce-toolbar .gridlist-toggle-wrapper {
    text-align: center;
  }
}
.woocommerce-toolbar .filter-trigger.opened {
  color: #22222b;
}

/*fiter widgets*/
.filter-sidebar {
  margin-top: 0.9375rem;
  padding: 1.5625rem 2.5rem 0.3125rem;
  background-color: #f7f7f7;
}
.filter-sidebar .yith-wcan-filters {
  background-color: transparent;
  margin: 0;
}
.filter-sidebar .yith-wcan-filters ul.filter-items {
  display: block;
}
.filter-sidebar .filters-container form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter-sidebar .filter-item input {
  margin-right: 7px;
}
.filter-sidebar .yith-wcan-filter,
.filter-sidebar section {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 1.25rem;
}
.filter-sidebar .yith-wcan-filter .filter-title,
.filter-sidebar .yith-wcan-filter .widget-title,
.filter-sidebar section .filter-title,
.filter-sidebar section .widget-title {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.filter-sidebar .yith-wcan-filter .filter-title:before,
.filter-sidebar .yith-wcan-filter .widget-title:before,
.filter-sidebar section .filter-title:before,
.filter-sidebar section .widget-title:before {
  background-color: #dadada;
  width: 80%;
}
.filter-sidebar .yith-wcan-filter ul,
.filter-sidebar section ul {
  display: inline-block;
}

@media (min-width: 991px) {
  .filter-sidebar .yith-wcan-filter,
  .filter-sidebar section {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 576px) {
  .filter-sidebar .yith-wcan-filter,
  .filter-sidebar section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.filter-sidebar section.yith-wcan-stock-on-sale {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.filter-sidebar section.yith-wcan-stock-on-sale ul li {
  display: inline-block;
  margin-right: 0.625rem;
}

.filter-sidebar section:not(.yith-woo-ajax-reset-navigation):last-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.widget.yith-wcan-sort-by li {
  margin: 0.375rem 0;
}

.widget .yith-wcan-list-price-filter li {
  margin: 0.0625rem 0;
}

.widget .yith-wcan-list-price-filter li a {
  display: block;
}

/*yith plugins*/
.yith-wcan-loading {
  background: url("https://www.ancientmoderne.com/wp-content/themes/kable/assets/images/loader.gif") center no-repeat;
  background-position-y: top;
  margin-top: 7.5rem;
}

/*onsle*/
.filter-sidebar ul.yith-wcan-stock-on-sale a {
  padding: 0.3125rem 0.625rem;
  border: 1px solid #d5d5d5;
}

.filter-sidebar a.yith-wcan-reset-navigation {
  padding: 0.3125rem 0.625rem;
  height: auto;
  line-height: inherit;
  float: right;
  border-radius: 0;
  margin-top: 2.5rem;
  border: 0;
  text-align: center;
}

/*category*/
.widget .yith-wcan-show-all-categories a:before,
.widget .yith-wcan-show-all-tags a:before {
  content: "<";
  margin-right: 0.3125rem;
  font-weight: bold;
  font-size: 0.75rem;
}

/*multicolor*/
.woocommerce .widget_layered_nav ul.yith-wcan-color li a.multicolor {
  position: relative;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  cursor: pointer;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-1 {
  border-width: 1.25rem 1.25rem 0 0;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-2 {
  border-width: 0 0 1.25rem 1.25rem;
}

.yith-wcan-list.categories a,
.yith-wcan-list.categories a + small {
  display: inline-block;
}

.yith-wcan-price-filter-list-link {
  font-size: 0;
}
.yith-wcan-price-filter-list-link:after {
  font-size: 0.875rem;
  padding-left: 0.375rem;
}
.yith-wcan-price-filter-list-link span {
  font-size: 0.875rem;
}
.yith-wcan-price-filter-list-link > span + span:before {
  content: '-';
  padding: 0 0.3125rem;
}

[class*="tax-product"] .woocommerce-toolbar .sort-by-wrapper,
[class*="tax-product"] .woocommerce-toolbar .gridlist-toggle-wrapper a:not(.filter-trigger),
.search-results .woocommerce-toolbar .sort-by-wrapper,
.search-results .woocommerce-toolbar .gridlist-toggle-wrapper {
  display: none;
}

@media (min-width: 992px) {
  [class*="tax-product"] .woocommerce-products-header .woocommerce-result-count {
    top: 2.75rem;
    right: 6.25rem;
  }
}
.woocommerce-toolbar .piko-filter > li {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* ---------------------------------------------------
 shopping cart
------------------------------------------------------*/
.shop_table {
  border-width: 0;
}

.cart_totals .shop_table {
  border-bottom: none;
}

.shop_table td,
.shop_table tr:last-child th,
.shop_table.woocommerce-checkout-review-order-table tr:last-child td {
  border-width: 0 0 0 0;
}

.shop_table th,
.shop_table tr.cart_item td,
.cart_totals .shop_table td,
.shop_table tr:first-child:last-child th,
.shop_table tr.order-total th,
.shop_table.wishlist_table tr td,
.shop_table.woocommerce-checkout-review-order-table tr td,
.shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-child td,
.shop_table tr.bundle-products td {
  border-width: 0 0 0.0625rem 0;
  padding: 1.1875rem;
}

.shop_table.woocommerce-checkout-review-order-table tr .product-thumb,
.shop_table tr th:last-child,
.shop_table tr td:last-child {
  border-right-width: 0 !important;
}

.shop_table.woocommerce-checkout-review-order-table tr.order-total th {
  border-bottom-width: 0;
}

.shop_table .product-price {
  color: #22222b;
}

.shop_table th {
  color: #22222b;
  font-weight: normal;
  font-size: 1rem;
}

.shop_table .product-price,
.shop_table .product-quantity,
.shop_table .product-remove {
  text-align: center;
}

.shop_table .product-quantity .quantity {
  display: inline-block;
  float: none;
  margin-right: 0;
}

.shop_table .product-subtotal {
  text-align: center;
  color: #22222b;
}

.shop_table .product-remove:not(th) {
  padding: 0 !important;
  width: 1.25rem;
}

.shop_table th.product-sku {
  cursor: help;
}
.shop_table .product-sku a {
  display: none;
}
.shop_table .product-name .product-sku {
  display: none;
}
.shop_table .actions {
  padding: 1.875rem 0 0;
}

.actions .coupon {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.actions .coupon .button {
  background-color: #fdbf70;
}

.actions > .button {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #7f7f82;
}

@media (min-width: 768px) {
  .actions > .button {
    float: right;
  }
}
.actions .coupon label {
  display: none;
}

.actions .coupon input {
  width: 12.1875rem;
  height: 3.125rem;
  margin-right: 1.9375rem;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #ebebeb;
}

.actions .button.update-cart {
  float: right;
}

.cart-collaterals .cross-sells {
  float: left;
  width: 50%;
  margin-right: 5.5555555556%;
}

.cart-collaterals .cart_totals {
  float: right;
  width: 44.4444444444%;
}

.cart-collaterals h2 {
  font-size: 1.25rem;
}

#shipping_method li {
  list-style-type: none;
  margin-bottom: 5px;
}

#shipping_method li input {
  margin: 0;
  padding: 0;
}

.shop_table:not(.woocommerce-checkout-review-order-table) .cart-subtotal th,
.shop_table:not(.woocommerce-checkout-review-order-table) .cart-subtotal td {
  padding-top: 0;
}

.cart-collaterals .cart_totals h2 {
  margin: 2.1875rem 0 1.25rem;
}

.wc-proceed-to-checkout a:not(.wcppec-checkout-buttons__button) {
  width: 100%;
  text-align: center;
  margin-top: 1.375rem;
  background-color: #22222b;
}

/*for paypol*/
.wcppec-checkout-buttons__button {
  padding-top: 0;
}

.shipping-calculator-form input,
.shipping-calculator-form button {
  width: 100%;
}

.woocommerce-shipping-calculator section {
  margin-top: 0.9375rem;
}

.shipping-calculator-form p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.cart_totals th {
  width: 30%;
  padding-left: 0;
}

.cart_totals .shop_table tr.order-total th {
  padding-left: 0;
}

.cart_totals td {
  width: 70%;
}

.order-total,
.order-total td {
  color: #22222b;
  font-size: 1rem;
  font-weight: bold;
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input.disabled[type="button"],
input[type="button"]:disabled,
input.disabled[type="reset"],
input[type="reset"]:disabled,
input.disabled[type="submit"],
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/*addrss input field*/
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default .select2-selection--single {
  padding: 0.3125rem 0 0.3125rem;
  border-width: 0 0 1px 0;
  border-color: #ebebeb;
  height: 2.5rem;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.5rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fdbf70;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ebebeb;
  padding-left: 0.625rem;
}

.select2-container .select2-choice {
  padding: 0.75rem 0.625rem 0.8125rem;
  border-color: #ebebeb;
}

.select2-dropdown,
.select2-drop-active {
  border-color: #ebebeb;
}

.select2-container .select2-choice .select2-arrow {
  right: 0.625rem;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #ccc;
}

/*plugin bundle*/
.shop_table tr.bundle-products td {
  padding-top: 0;
}

.product-bundle-title td {
  border-bottom: none;
  padding-bottom: 0;
}

table.shop_table_responsive tr.product-bundle-title td:not(.product-quantity) {
  text-align: left;
}

table.shop_table_responsive tr.product-bundle-title td:before {
  content: '';
}

.product-bundle-title h4 {
  margin: 0;
}

.product-bundle li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 12px;
}

.woocommerce-checkout-review-order-table .product-bundle li {
  margin-bottom: 5px;
  padding-left: 10px;
}

.woocommerce-checkout-review-order-table .product-bundle li:after {
  background: #878787;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 4px;
}

.woocommerce-checkout-review-order-table .product-bundle li a {
  color: #878787;
  cursor: none;
  pointer-events: none;
  font-size: 12px;
}

.mini_cart_item .product-bundle li a {
  font-size: 12px;
  margin-bottom: 5px;
}

.product-bundle li a {
  font-size: 14px;
  margin-bottom: 5px;
}

.product-bundle li:last-child {
  margin-bottom: 0;
}

.product-bundle li img {
  max-width: 50px;
  width: 100%;
  margin-right: 15px;
}

.product-bundle-title + tr td.product-quantity .qty.tc {
  display: none;
}

.product-bundle-title + tr td.product-quantity input {
  cursor: not-allowed;
}

.product-remove a.remove,
.compare-list a.remove {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0;
  top: -0.9375rem;
  left: 0;
  margin: 0 auto;
  color: #7f7f82;
  font-size: 0;
}
.product-remove a.remove:before,
.compare-list a.remove:before {
  position: relative;
  font-size: 1.3125rem;
  content: '\f191';
  font-family: "LineAwesome";
  display: inline-block;
  transition: all 0.3s;
}
.product-remove a.remove:hover:before,
.compare-list a.remove:hover:before {
  left: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.woocommerce-cart-form a.remove {
  top: calc(50% - 15px);
}

/* ---------------------------------------------------
checkout
------------------------------------------------------*/
[class*="piko_checkout_"] {
  padding: 1rem;
  text-align: center;
  background-color: rgba(34, 34, 43, 0.051);
}
[class*="piko_checkout_"] + form p:first-child {
  margin: 1.5625rem 0 0.9375rem;
  text-align: center;
}

@media (min-width: 778px) {
  .woocommerce-checkout .helf-1 {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }
  .woocommerce-checkout .helf-2 {
    float: right;
    width: 47.5%;
  }
  .woocommerce-checkout .helf-2 + p:before {
    display: block;
    clear: both;
    content: "";
  }
  .woocommerce-checkout p {
    margin-bottom: 1.4375rem;
  }
}
.woocommerce-checkout-review-order-table {
  border-width: 0 0 1px 0;
  margin-bottom: 0.8125rem;
  color: #22222b;
}

.woocommerce-checkout-review-order-table thead tr th {
  padding-top: 0 !important;
}

.woocommerce-checkout-review-order-table tr td:first-child,
.woocommerce-checkout-review-order-table tr th:first-child {
  padding-left: 0 !important;
}

.woocommerce-checkout-review-order-table .product-thumbnail img {
  max-width: 5rem;
}

.woocommerce-checkout .checkout_coupon .button {
  color: #22222b;
  background-color: transparent;
  border-bottom: 1px solid #22222b;
  padding: 0 0.4375rem;
  height: 2.5rem;
}

.shop_table ul {
  margin: 0;
  padding: 0;
}

.shop_table strong {
  font-weight: normal;
  color: #7f7f82;
}
.shop_table strong .amount {
  color: #22222b;
}

.woocommerce-checkout .woocommerce-form-login .button,
.checkout.woocommerce-checkout #place_order {
  width: 100%;
}

.woocommerce-checkout .woocommerce-form-login .button {
  color: #fff;
  background-color: #fdbf70;
  border-color: #fdbf70;
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
}

.wc-proceed-to-checkout a:hover,
.woocommerce-checkout .woocommerce-form-login .button:hover,
.checkout.woocommerce-checkout #place_order:hover {
  opacity: 0.8;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  display: inherit;
}

.checkout.woocommerce-checkout h3 {
  font-size: 1.25rem;
  margin: 4.6875rem 0 1.25rem;
}

.checkout .billing-2 h3 {
  margin: 0 0 0.9375rem;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  margin: 0;
}

.woocommerce-account .piko-login-form .checkbox-remember label,
.woocommerce form .form-row label {
  color: #22222b;
  font-size: 1rem;
}

.woocommerce form .form-row label .required {
  color: #fc655e;
}

p.create-account {
  margin-bottom: 1em;
}

.product-name > div {
  display: table-cell;
}

.product-thumb img {
  max-width: 5rem;
}

.product-name {
  vertical-align: middle;
}
.product-name .product-quantity {
  font-weight: normal;
}

.woocommerce-checkout-payment img {
  padding: 0 0.9375rem;
  max-width: 13.75rem;
}
.woocommerce-checkout-payment ul p {
  margin-bottom: 0;
}

.woocommerce-checkout-payment ol,
.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
}

.woocommerce-checkout-payment ul li {
  list-style-type: none;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.8125rem;
  padding-bottom: 0.8125rem;
}
.woocommerce-checkout-payment ul li label {
  font-size: 1rem;
  color: #22222b;
}

.woocommerce-checkout .woocommerce-account-fields {
  width: 100%;
  display: inline-block;
}

.woocommerce-account .piko-login-form .lost_password,
.woocommerce-checkout .lost_password {
  float: right;
  top: -3rem;
  position: relative;
  color: #22222b;
  font-size: 1rem;
}

.woocommerce-account .piko-login-form .lost_password {
  top: 0;
}

.woocommerce-form__label:not(.inline) {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.5rem;
}
.woocommerce-form__label:not(.inline) span {
  padding-left: 0.375rem;
  text-transform: initial;
  color: #878787;
  font-weight: initial;
  font-size: 1rem;
}

/*thanks you page*/
.order_details.shop_table tr:last-child th,
.order_details.shop_table td {
  border-width: 0 0 1px 0;
}

.woocommerce-thankyou-order-received,
.order_details.shop_table .product-name {
  font-size: 1rem;
}

@media (min-width: 991px) {
  .shop_table .product-thumbnail {
    width: 7.1875rem;
  }

  .shop_table .product-name {
    width: 18.75rem;
  }

  /*order taking*/
  .woocommerce .track_order {
    max-width: 31.25rem;
    margin: 0 auto;
  }
}
.woocommerce .track_order .form-row .button {
  margin-top: 0.625rem;
}

/* ---------------------------------------------------
my account
------------------------------------------------------*/
.woocommerce-account .woocommerce {
  display: inline-block;
  width: 100%;
}

.woocommerce-MyAccount-navigation {
  width: 20%;
  float: left;
  background: #f6f6f8;
  padding: 1.5625rem;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  line-height: 1.5625rem;
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.3125rem;
}

.woocommerce-MyAccount-navigation ul li:before {
  content: "+";
  left: 0;
  position: absolute;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #222;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fdbf70;
}

.woocommerce-MyAccount-content {
  width: calc(80% - 30px);
  padding: 1.5625rem;
  float: right;
  min-height: 14.375rem;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 1em;
}

.woocommerce-MyAccount-content .woocommerce-info {
  margin: 0;
  background: none;
  color: #999;
  border: none;
  padding: 0;
  position: static;
}

.woocommerce-MyAccount-content .woocommerce-info a {
  margin-right: 0.9375rem;
}

.login-form h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 1.25rem;
}

.woocommerce .login-form form .form-row label {
  margin-bottom: 0.625rem;
}

.lost_password {
  margin-bottom: 0;
}

.form-login {
  background: #f8f8f8;
  padding: 3.125rem;
  max-width: 31.25rem;
  text-align: center;
  width: 100%;
  margin: auto;
}

.form-login span.inline {
  display: block;
}

.myaccount_user + h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0.3125rem;
  font-weight: 500;
}

.myaccount_address {
  text-align: center;
}

.addresses .title {
  display: inline-block;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.addresses .title a {
  float: right;
}

.addresses h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  float: left;
  margin: 0;
}

.woocommerce-MyAccount-content + P + .woocommerce-Address {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-MyAccount-content .addresses {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-top: 1.875rem;
}

.addresses .woocommerce-Address {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 767px) {
  .addresses .woocommerce-Address {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.edit-account fieldset {
  margin-top: 3.75rem;
}

.edit-account legend {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 0 0.9375rem;
  color: #22222b;
}

.woocommerce-MyAccount-content input.button {
  margin-top: 0.9375rem;
}

/* show password  */
.woocommerce-form-row.form-row {
  position: relative;
}

.woocommerce-form-row .show-password-input {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 44px;
  text-align: right;
  line-height: 40px;
  z-index: 2;
  cursor: pointer;
}

.woocommerce-form-row .show-password-input:after {
  content: '\f06e';
  font-family: fontAwesome;
}

.woocommerce-form-row .show-password-input.display-password:after {
  content: '\f070';
}

.woocommerce-form-row .password-input .woocommerce-password-hint {
  font-size: 12px;
}

/* ---------------------------------------------------
/* ---------------------------------------------------
quentity
------------------------------------------------------*/
.product-quickview .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
  font-size: 1.125rem;
  text-align: center;
  padding: 0.6875rem 0.625rem;
  color: #22222b;
  width: 8.75rem;
  border: 1px solid #ebebeb;
  height: 3.125rem;
}
.product-quickview .quantity input.qty:focus,
.woocommerce .quantity input.qty:focus,
.woocommerce-page .quantity input.qty:focus {
  border-color: #22222b;
}

.quantity {
  width: 8.75rem;
  position: relative;
  font-family: Arial, sans-serif;
}

.quantity .qty-wrap a {
  top: 0.75rem;
  position: absolute;
  font-size: 1.125rem;
}

.quantity .qty-wrap a.minus {
  left: 1rem;
}

.quantity .qty-wrap a.plus {
  right: 1rem;
}

/* Hide buttons for Firefox 29 and later */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* ---------------------------------------------------
notice
------------------------------------------------------*/
.woocommerce-error, .woocommerce-info:not(.cart-empty), .woocommerce-message {
  padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
  margin: 0 auto 1.25rem;
  border-radius: 0.125rem;
  background-color: #f1f1f1;
  list-style: none;
  word-wrap: break-word;
}

.woocommerce-error, .woocommerce-message {
  max-width: 40.625rem;
}

.woocommerce-error:before,
.woocommerce-info:not(.cart-empty):before,
.woocommerce-message:before {
  font-family: fontAwesome;
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  margin-right: 0.9375rem;
}

.woocommerce-error .button, .woocommerce-info:not(.cart-empty) .button, .woocommerce-message .button {
  float: right;
}

.woocommerce-error li, .woocommerce-info:not(.cart-empty) li, .woocommerce-message li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-message {
  border-bottom-color: #ffc000;
}

.woocommerce-message:before {
  content: "\f05a";
  color: #ffc000;
}

.woocommerce-info:not(.cart-empty):before {
  content: "\f129";
  color: #fdbf70;
}

.piko-coupon-checkout .woocommerce-info:not(.cart-empty):before {
  content: "\f0a3";
}

.piko-checkout-login .woocommerce-info:not(.cart-empty):before {
  font-family: fontpiko;
  content: "\e858";
}

.woocommerce-error {
  border-bottom-color: #b81c23;
}

.woocommerce-error:before {
  content: "\f071";
  color: #b81c23;
}

.single_variation_wrap .woocommerce-info:not(.cart-empty) {
  border-bottom: 0;
  border-radius: 5px;
}

/* ---------------------------------------------------
quickview
------------------------------------------------------*/
.product-quickview .piko-product-imges {
  opacity: 1 !important;
}

.product-quickview .woocommerce-product-gallery .piko-thumb .slick-slide {
  border: none;
}

.product-quickview .piko-nav.slick-vertical img {
  cursor: pointer;
}

.product-quickview .woocommerce-product-gallery__image {
  cursor: e-resize;
}

/*stick mode variable product*/
.product-quickview .piko-image-zoom:not(.slick-slide) {
  width: 33.333333%;
  float: left;
}

.product-quickview .slick-dots {
  bottom: 1.25rem;
}

.product-quickview .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.product-quickview,
.return-content {
  background: #fff;
  max-width: 59.375rem;
  margin: auto;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
}

.return-content {
  padding: 1.5625rem 2.1875rem;
}

.content-quickview {
  padding: 1.25rem 1.25rem 1.25rem 0;
}

.content-quickview h1 {
  margin: 0 0 0.3125rem;
  text-transform: none;
  padding-right: 0.375rem;
}

.content-quickview .price-stock {
  margin-top: 0.3125rem;
}

.product-quickview .slick-slide a {
  pointer-events: none;
  display: block;
}

.product-quickview .col-xl-7 {
  overflow: hidden;
  padding-left: 0;
}

.product-quickview .col-xl-5 {
  overflow-x: auto;
}

.product-quickview .p-nav {
  display: none;
}

.content-quickview .woocommerce-product-rating {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: space-between;
  justify-content: space-between;
}

.content-quickview .extra-link,
.content-quickview .woocommerce-review-link {
  display: none;
}

.product-quickview .flex.column.price-review {
  flex-direction: row;
  -moz-box-orient: row;
}

.product-quickview .price-review .price {
  font-size: 1.25rem;
}

.content-quickview .wpa-wcpb-list {
  overflow: hidden;
}

.product-quickview .piko-video {
  display: none;
}

/*close button*/
.mfp-close {
  font-weight: 500;
  opacity: 1;
  font-size: 0 !important;
}
.mfp-close:before {
  font-size: 1.5625rem;
  content: '\f191';
  font-family: "LineAwesome";
  display: inline-block;
  transition: all 0.3s;
}

.popup-news .pop-close:hover,
.mfp-close:hover:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-quickview .piko-nav .slick-arrow {
  display: none !important;
}

/* ---------------------------------------------------
wishlist
------------------------------------------------------*/
body.woocommerce {
  max-width: inherit;
  margin: 0;
}

.woocommerce-wishlist .entry-content em {
  font-style: normal;
}

.wishlist-title {
  text-align: center;
  width: 100%;
  display: none;
}

.wishlist-title h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
  margin: 0 auto 1.875rem;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  border-top: none;
  line-height: 1.2;
}

.woocommerce table.wishlist_table tfoot td {
  border-bottom-width: 0;
}

.product-stock-stauts {
  text-align: center;
}

.woocommerce .wishlist_table td.product-add-to-cart a.button {
  width: auto;
  border-radius: 0;
}

.wishlist_table .add_to_cart.button {
  font-size: 0.875rem;
  background-color: #22222b;
}

.yith-wcwl-share h4 {
  text-transform: uppercase;
  font-size: 1rem;
}

.wishlist_table tr td.product-thumbnail {
  max-width: 12.5rem;
  margin: 0 auto;
}

.wishlist_table tr td.product-name {
  max-width: 18.75rem;
}

@media (max-width: 991px) {
  .wishlist_table tr td.product-name,
  .wishlist_table tr td.product-thumbnail {
    max-width: 100%;
  }

  .woocommerce table.wishlist_table tr td {
    border-right-width: 0;
  }
}
.wishlist_table .product-add-to-cart,
.wishlist_table .product-stock-status {
  text-align: center;
}

.wishlist_table .product-stock-status {
  color: #22222b;
}

/*buttn*/
.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.btn-ac.exists > .hide:last-child {
  display: block !important;
}

.product-wrap > .button.yith-wcqv-button {
  display: none !important;
}

/* ---------------------------------------------------
pre order
------------------------------------------------------*/
.product-single .entry-summary .pre-order {
  margin: 0 !important;
  position: inherit;
  display: inline-block;
  padding: 5px 10px;
  height: auto;
  width: auto;
  font-size: 12px;
}

.pre_order_loop {
  display: none !important;
}

body .pre_order_single, body .pre_order_single-no-auto-format {
  font-style: normal;
}

@media (min-width: 576px) {
  .product-quickview.left .row .product-label {
    margin-left: 15px;
  }
}
/* ---------------------------------------------------
compare
------------------------------------------------------*/
.compare-list {
  margin-top: 0;
}
.compare-list ul, .compare-list ol {
  padding: 0;
}
.compare-list th {
  color: #22222b;
  font-weight: normal;
}
.compare-list tr td:nth-child(2n) {
  background-color: #fefefd;
}
.compare-list tr:first-child td {
  width: 25%;
}
.compare-list tr:last-child th:before {
  content: '\f014';
  font-family: fontAwesome;
}
.compare-list a.button {
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #22222b;
  font-size: 0.875rem;
  line-height: 3.125rem;
}
.compare-list a.button i {
  margin-right: 0.4375rem;
}

@media (max-width: 991px) {
  .piko-compare-table {
    display: block;
    min-height: .01%;
    width: 100%;
    overflow-x: auto;
  }
  .piko-compare-table td {
    min-width: 12.125rem;
  }
}
.yith-woocompare-widget ul {
  margin-bottom: 1.5625rem;
}
.yith-woocompare-widget li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.yith-woocompare-widget li + li {
  margin-top: 0.9375rem;
}
.yith-woocompare-widget a {
  line-height: 1.2;
}
.yith-woocompare-widget a + a {
  margin-left: 0.9375rem;
}
.yith-woocompare-widget .button {
  height: auto;
  line-height: 2;
  float: right;
  border: 1px solid;
}

/* ---------------------------------------------------
widgets
------------------------------------------------------*/
/* ------------------------ */
/*  SHOP WIDGET 	   */
/* ------------------------ */
/* product -category */
.widget:not(.widget_layered_nav) .open-this,
.product-categories.category-list .open-this,
.widget_product_categories ul .open-this,
.wpb_widgetised_column .widget_product_categories ul .open-this {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 1.25rem;
  text-align: center;
  z-index: 1;
  display: block;
  font-size: 1.125rem;
  color: #22222b;
}

.widget:not(.widget_layered_nav) .open-this {
  background-color: #fff;
}

ul.product-categories li.cat-item,
ul.list-item-product li {
  list-style: none;
  margin-bottom: 0.625rem;
}

.wc-block-product-categories-list .wc-block-product-categories-list,
.widget .children,
.widget .sub-menu,
ul.product-categories:not(.single-cat) li.cat-item ul.children {
  display: none;
}

.tax-product_cat ul.product-categories li.cat-item.cat-parent ul.children,
.single-product ul.product-categories li.cat-item.current-cat ul.children {
  display: block;
}

.tax-product_cat ul.product-categories li.cat-item.cat-parent > a,
.single-product ul.product-categories li.cat-item.current-cat > a {
  font-weight: 500;
}

.sidebar .widget .product_cat ul {
  padding-left: 0;
}

.product-categories.single-cat > .product_cat > .all-category + ul .open-this,
.product-categories.single-cat > .product_cat > .all-category .view-all-cats + ul,
.product-categories > .product_cat > .open-this {
  display: none;
}

ul.product-categories li.cat-item.cat-parent.opened {
  padding-bottom: 0;
}

ul.product-categories ul.children li {
  margin-left: -1.1875rem;
}

ul.product-categories ul.children li {
  padding-left: 0;
  padding-right: 0;
}

ul.product-categories ul.children {
  padding-left: 0;
}

ul.product-categories ul.children > li > a {
  padding-left: 1.875rem;
}

ul.product-categories ul.children ul.children li a {
  margin-left: 2.1875rem;
}

ul.product-categories ul.children > li:first-child {
  padding-top: 0.625rem;
}

ul.product-categories ul.children > li > a:before {
  content: "+";
  display: inline-block;
  padding-right: 0.625rem;
}

ul.product-categories ul.children > li.current-cat > a {
  font-weight: 500;
}

.page-widgets.widget,
.cats-menu.widget {
  padding-top: 0;
}

/*shortcode widget*/
.widget_product_categories .product-categories li.product_cat {
  margin-top: 0;
}

/*product brand single page*/
.shear-brand .brand-img {
  width: 7.5rem;
  height: auto;
}

@media (min-width: 768px) {
  .shear-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  div[class*="has-sidebar"] .shear-brand {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shear-brand .brand-img {
    margin-left: 1.875rem;
  }

  div[class*="has-sidebar"] .shear-brand .brand-img {
    margin-left: 0;
  }

  .shear-brand .brand-img {
    width: 5rem;
    margin-top: -0.75rem;
  }
}
/*brand single page widgets*/
.pb-widgets {
  padding: 0.4375rem 0.9375rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.125rem;
}
.pb-widgets img {
  max-width: 7.5rem;
  margin: 1.25rem 0;
}
.pb-widgets .brand-desc {
  padding: 0.9375rem;
}

.pb-widgets .brand-name {
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #e5e5e5;
}

.pb-widgets .brand-prduct {
  padding-top: 0.4375rem;
  border-top: 1px solid #e5e5e5;
}

/*filter*/
.widget_layered_nav .open-this {
  cursor: pointer;
}

.widget_layered_nav li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding-bottom: 0.3125rem;
}
.widget_layered_nav li .clear {
  display: none;
}

.widget_layered_nav li > span,
.widget_layered_nav ul li > a {
  font-size: 0.875rem;
  line-height: 1.1;
}

.widget_layered_nav ul li > a {
  padding-left: 1.75rem;
  background-color: transparent !important;
}

.widget_layered_nav li > span {
  font-size: 0.75rem;
}

.widget_layered_nav li > a:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: -1.75rem;
  position: absolute;
  border-radius: 0.1875rem;
  background-color: #d4d4d4;
}

.widget_layered_nav li.chosen > a:before,
.widget_layered_nav li > a:hover:before {
  background-color: #fdbf70;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
  border: 1px solid #fdbf70;
}

.widget_layered_nav_filters ul li {
  display: inline-block;
}
.widget_layered_nav_filters ul li + li {
  margin-left: 0.9375rem;
}

.widget [class*="yith-wcan-"] a.active:after,
.widget_layered_nav_filters li.chosen a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f057";
  margin-right: 0.625rem;
}

.yith-wcan-price-filter-list-link:hover:after,
.widget_layered_nav_filters li.chosen a:hover:before {
  color: #ee0000;
}

.widget_layered_nav:not(.yith-woocommerce-ajax-product-filter) h4.widget-title:before {
  content: inherit;
  width: auto;
}

.widget_layered_nav:not(.yith-woocommerce-ajax-product-filter) h4.widget-title:after {
  display: block;
  height: 1px;
  background-color: #e5e5e5;
  position: inherit;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0.75rem 0 0 1.5625rem;
}

.sidebar .widget_layered_nav .widget-title {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

/*price slider*/
.price_slider_wrapper {
  padding-right: 1.25rem;
}

.price_slider_wrapper .ui-slider {
  position: relative;
}

.price_slider_wrapper .ui-widget-content {
  background: transparent;
}

.widget_price_filter .ui-slider-horizontal,
.widget .woof .widget_price_filter .ui-slider-horizontal {
  top: -0.3125rem;
  height: 0.25rem;
  border-radius: 0;
  border: none;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget .woof .widget_price_filter .ui-slider .ui-slider-range {
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: none;
  border-radius: 0;
  background-color: #22222b;
}

.widget_price_filter .ui-slider .ui-slider-handle,
.widget .woof .widget_price_filter .ui-slider .ui-slider-handle {
  width: 0.625rem;
  height: 1.125rem;
  top: -0.5rem;
  border: none;
  margin: 0;
  position: absolute;
  z-index: 2;
  background: #22222b;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child,
.widget .woof .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}

.widget_price_filter .price_slider {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.widget_price_filter .price_slider_amount {
  margin-top: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget_price_filter .price_slider_amount .clear {
  display: none;
}

.widget_price_filter .price_slider_amount button {
  font-weight: 500;
  height: 1.875rem;
  line-height: 1;
  padding: 0 1.25rem;
}

.widget_price_filter .ui-slider-horizontal {
  border: medium none;
  border-radius: 0;
  height: 0.25rem;
  background: #e0e0e0;
}

/*woocommerce archive widgets*/
.woo-archive-widget .list-content {
  display: none;
}

/*layer nav*/
.widget_layered_nav ul li:nth-child(n+6) {
  display: none;
}

.filter-sidebar .yith-wcan-color li {
  margin-bottom: 0.5rem;
}

.product_list_widget.piko-carousel ul > li:first-child {
  border-top: 1px solid #ebebeb;
  padding-top: 1.5625rem;
  margin-top: 0;
}
.product_list_widget.piko-carousel h4.widget-title {
  margin-bottom: 0.3125rem;
}

/* ---------------------------------------------------
pluings
------------------------------------------------------*/
/*------------------------------------
        plugin: variation swatches
--------------------------------------*/
ul.vs_warp li.selected {
  cursor: auto;
  border-color: #222;
  color: #222;
}

ul.vs_warp li.disable {
  opacity: 0.4;
}

.vs_warp li {
  border: 1px solid  #e2e2e2;
  margin-right: 0.625rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #fff;
  overflow: hidden;
}

.vs_warp li span {
  font-size: 0.9375rem;
  display: block;
  min-width: 2.625rem;
  line-height: 2.625rem;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2px #fbfaf4;
}

.variations_form .variations {
  margin-bottom: 0.625rem;
}

.variations .product-attribute {
  margin-bottom: 0.9375rem;
}
.variations .product-attribute .label {
  font-size: 0.9375rem;
  margin-top: 0;
  display: inline-block;
  min-width: 6.25rem;
  text-transform: capitalize;
}
.variations .product-attribute .atttribute-value {
  display: inline-block;
  vertical-align: middle;
}

.vs_product_list {
  position: relative;
  top: -2.25rem;
  transition: all .3s;
  z-index: 99;
}
.vs_product_list ul {
  min-width: 12.9375rem;
  text-align: center;
}

.vs_product_list li.open:before,
.vs_product_list ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0 auto;
}

/*.product-wrap:hover .vs_product_list{
  top: rem-calc(-60px);  
}*/
.product-wrap.pl-2 .vs_product_list ul {
  top: -1.25rem;
}

.vs_product_list li.open:before {
  content: "\f17b";
  color: #f3f3f3;
  font-size: 0.75rem;
  text-indent: inherit;
  font-family: lineawesome;
}

.vs_product_list li {
  position: relative;
  display: inline-block;
  margin: 0 0.125rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.vs_product_list li a {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  text-indent: -99em;
  border: 2px solid  #fbfaf4;
}

/*-------------------------------
        product bundle
--------------------------------*/
.flx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.flxwr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fl10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}

.wpa-wcpb-list .wpa-title {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

#wpa_wcpb_product_data img {
  vertical-align: middle;
}

/* List product */
.wpa-wcpb-list {
  padding: 0 0 1.25rem;
  overflow: hidden;
}

.wpa-wcpb-list .total {
  margin: 1.25rem 0;
}

.wpa-wcpb-list .list-image {
  margin-bottom: 0.625rem;
}

.wpa-wcpb-list .item img {
  width: 15.375rem;
  border: 1px solid #f9f9f9;
}

div[class*="has-sidebar"] .wpa-wcpb-list .item img {
  width: 10.9375rem;
}

.wpa-wcpb-list .item a:hover img {
  box-shadow: 0 0 5px rgba(31, 28, 22, 0.1);
}

.wpa-wcpb-list .list-image .item:last-child .plus {
  opacity: 0;
}

.wpa-wcpb-list .list-image .plus {
  padding: 0 0.3125rem;
}

.wpa-wcpb-list .list-select .variable span {
  text-transform: capitalize;
}

.wpa-wcpb-list .list-image .item,
.wpa-wcpb-list .list-select .item {
  margin-bottom: 0.625rem;
}

/* Loading and Success */
.wpa-wcpb-list .wpa_wcpb_add_to_cart,
.wpa-wcpb-list div.showbox {
  float: left;
  margin-right: 0.625rem;
}

.wpa-wcpb-list div.loader {
  position: relative;
  display: none;
  width: 2.5rem;
  height: 2.5rem;
}

.wpa-wcpb-list div.loader.done {
  display: none;
}

.wpa-wcpb-list div.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.wpa-wcpb-list svg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wpa-wcpb-list svg .loader_rotation, .wpa-wcpb-list svg .loader_path {
  stroke-linecap: square;
  stroke-width: 2;
}

.wpa-wcpb-list .loader_path {
  opacity: 0;
  stroke: #555;
  transition: opacity 0.5s, stroke-dashoffset 0.5s;
}

.wpa-wcpb-list .loader_background {
  opacity: 0;
  stroke: #555;
  fill: none;
  stroke-width: 2;
  transition: opacity 0.1s, stroke-dashoffset 0.5s;
}

.wpa-wcpb-list .loader_rotation {
  stroke: #555;
  fill: none;
  stroke-dashoffset: 0;
  stroke-dasharray: 1,200;
  transform-origin: center center;
  transition-delay: 1s;
  transition: opacity 0.1s, stroke-dasharray 0.5s, transform 0.5s;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 99,200;
    stroke-dashoffset: -124px;
  }
}
.wpa-wcpb-list .loader.done .loader_path,
.wpa-wcpb-list .loader.done .loader_background {
  opacity: 1;
  stroke-dashoffset: 0;
}

.wpa-wcpb-list .loader.done .loader_rotation {
  opacity: 0;
  stroke-dasharray: 200,0;
  animation: none;
}

.wpa-wcpb-list .variation {
  overflow: hidden;
}

.wpa-wcpb-list .variation,
.wpa-wcpb-list .variation dd,
.wpa-wcpb-list .variation p {
  margin: 0;
}

.wpa-wcpb-list .variation dt,
.wpa-wcpb-list .variation dd {
  float: left;
}

.wpa-wcpb-list .variation dt {
  clear: left;
}

/* Cart */
.shop_table tr.bundle-products ul li {
  list-style-type: none;
  margin-bottom: 0.625rem;
}

.shop_table tr.bundle-products ul li img {
  margin-right: 0.625rem;
}

.wpa-message {
  clear: both;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/*sticky content*/
.is_stuck {
  padding-top: 3.125rem;
  transition: all .55s;
}

.sticky-open + #piko-content .is_stuck {
  padding-top: 6.25rem;
}

/*-------------------------------
   stripe mepay methode
-------------------------------*/
.woocommerce-checkout-payment .payment_method_stripe ul li .form-row {
  margin-top: 0.9375rem;
  padding-top: 0;
}

.payment_method_stripe .wc-stripe-elements-field, .payment_method_stripe .wc-stripe-iban-element-field {
  border-width: 0 0 1px 0 !important;
}

.woocommerce-checkout-payment .payment_method_stripe .form-row {
  margin-top: 0.9375rem;
}

/* ---------------------------------------------------
responsive
------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .shop_table th,
  .shop_table tr.cart_item td,
  .cart_totals .shop_table td,
  .shop_table tr:first-child:last-child th,
  .shop_table tr.order-total th,
  .shop_table.woocommerce-checkout-review-order-table tr td,
  .shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-child td,
  .shop_table tr.bundle-products td {
    border-width: 0 0 0.0625rem 0;
  }

  .shop_table.woocommerce-checkout-review-order-table tr.order-total td:last-child,
  .woocommerce-cart-form .shop_table.shop_table_responsive tr:last-child td:last-child {
    border-bottom-width: 0;
  }

  .cart-collaterals .cross-sells {
    width: 36.6666666667%;
    margin-right: 4.4444444444%;
  }

  .cart-collaterals .cart_totals {
    width: 58.8888888889%;
  }

  table.shop_table_responsive tbody th,
  table.shop_table_responsive thead,
  table.shop_table_responsive tr td.product-thumbnail:before,
  table.wishlist_table tbody th,
  table.wishlist_table thead,
  table.wishlist_table tr td.product-thumbnail:before {
    display: none;
  }

  table.shop_table_responsive tr td,
  table.wishlist_table tr td {
    display: block;
    clear: both;
    overflow: hidden;
  }

  table.shop_table_responsive tr td:not(.product-quantity) {
    text-align: right;
  }

  table.shop_table_responsive tr.bundle-products td:not(.product-quantity),
  table.wishlist_table tr td:not(.product-quantity) {
    text-align: left;
  }

  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
    color: #222;
  }

  table.shop_table_responsive tr.bundle-products td:before {
    display: none;
  }

  table.shop_table_responsive tr td.product-remove:before,
  table.shop_table_responsive tr td.actions:before,
  table.wishlist_table tr td.product-remove:before,
  table.wishlist_table tr td.actions:before {
    content: '';
  }

  table.shop_table_responsive tr td.product-thumbnail,
  table.wishlist_table tr td.product-thumbnail {
    text-align: center;
  }

  table.shop_table_responsive .product-quantity .quantity {
    float: right;
  }

  .shop_table td, .shop_table.woocommerce-checkout-review-order-table tr:last-child td {
    border-width: 0 0 1px 0;
  }

  .cart_totals td {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .shop_table tr.bundle-products td {
    padding-top: 15px;
  }

  .cart-collaterals .cross-sells,
  .cart-collaterals .cross-sells + .cart_totals,
  .cart-collaterals .cart_totals {
    width: 100%;
  }

  .actions .coupon {
    float: none;
    width: 100%;
    display: block;
  }

  .actions .coupon label {
    text-align: center;
    width: 100%;
    display: inline-block;
  }

  .actions .coupon input {
    width: 100%;
    display: block;
    margin: 0.625rem 0;
  }

  .actions button[name="update_cart"] {
    width: 100%;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 30px;
  }

  .login-form .col-2 {
    margin-top: 60px;
  }

  .content-quickview {
    padding: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last {
    width: 100%;
    float: none;
  }

  /*check out page*/
  .woocommerce-checkout-review-order th {
    display: none;
  }

  .woocommerce-checkout-review-order .product-thumbnail {
    text-align: center;
  }

  .woocommerce-checkout-review-order .order-total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .woocommerce-checkout-review-order .order-total th {
    padding-top: 0;
  }

  .shop_table tr.cart_item td, .shop_table:not(.shop_table_responsive) tr.order-total th, .shop_table.woocommerce-checkout-review-order-table tr td, .shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-child td, .shop_table tr.bundle-products td {
    display: block;
    clear: both;
    overflow: hidden;
  }

  .shop_table.woocommerce-checkout-review-order-table tr.order-total th {
    overflow: initial;
  }
}
/* ---------------------------------------------------
notification
------------------------------------------------------*/
.piko-notify .woocommerce-message:before,
.piko-notify .woocommerce-info:not(.cart-empty):before,
.piko-notify .woocommerce-message .button,
.piko-notify .woocommerce-error .button,
.piko-notify .woocommerce-info:not(.cart-empty) .button {
  display: none !important;
}

#yith-wcwl-popup-message,
.piko-notify .woocommerce-message,
.piko-notify .woocommerce-error,
.piko-notify .woocommerce-info:not(.cart-empty) {
  background-color: #fdbf70;
  position: fixed;
  top: 9.6875rem;
  left: 100%;
  width: 5rem;
  min-height: 5rem;
  max-height: 5rem;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500;
  overflow: hidden;
  -webkit-animation: notify-in, notify-out;
  animation: notify-in, notify-out;
  -webkit-animation-duration: 1.55s, 1.55s;
  animation-duration: 1.55s, 1.55s;
  -webkit-animation-delay: .5s, 5s;
  animation-delay: .5s, 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  width: 20rem;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  cursor: pointer;
  border: none;
  z-index: 999;
  box-shadow: 0 0 1.875rem -0.5rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
  #yith-wcwl-popup-message,
  .piko-notify .woocommerce-message,
  .piko-notify .woocommerce-error,
  .piko-notify .woocommerce-info:not(.cart-empty) {
    left: calc(100% + 100px);
  }
}
#yith-wcwl-popup-message,
.piko-notify #content > .woocommerce-message {
  z-index: 1002;
}

.notfy_img {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

#yith-wcwl-popup-message,
.piko-notify .woocommerce-error > li,
.piko-notify .notify-text {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
#yith-wcwl-popup-message a,
.piko-notify .woocommerce-error > li a,
.piko-notify .notify-text a {
  white-space: nowrap;
  color: #fff;
}
#yith-wcwl-popup-message span,
.piko-notify .woocommerce-error > li span,
.piko-notify .notify-text span {
  margin-top: 0.4375rem;
  display: inherit;
}
#yith-wcwl-popup-message strong,
.piko-notify .woocommerce-error > li strong,
.piko-notify .notify-text strong {
  color: #fff;
  border-bottom: 1px solid currentColor;
}

#yith-wcwl-popup-message,
.piko-notify .notify-text {
  padding: 0.9375rem 0.625rem 0.9375rem 1.875rem;
}

.piko-notify .woocommerce-error > li {
  font-size: 0.875rem;
  margin-left: 5rem !important;
  position: relative;
  line-height: 1.2;
}
.piko-notify .woocommerce-error > li:first-child {
  position: relative;
  margin-top: -3.75rem;
}
.piko-notify .woocommerce-error > li:last-child {
  padding-bottom: 1.875rem;
}

.piko-notify .woocommerce-error > li > ul {
  margin: 0;
}

.piko-notify .restore-item {
  padding-left: 0.4375rem;
}

.piko-notify .woocommerce-error {
  background: #e74c3c;
}

#yith-wcwl-popup-message #yith-wcwl-message:before,
.piko-notify .woocommerce-error:before {
  font-size: 1.875rem;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3rem;
  position: relative;
  margin: 0.9375rem;
}

.piko-notify .woocommerce-info:not(.cart-empty) {
  background: #3498db;
}

.piko-notify .d_t .notfy_img {
  padding-left: 1.5625rem;
}

.notify_w.d_t .notify-text {
  margin-left: 0;
}

@-webkit-keyframes notify-in {
  0% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    max-height: 5rem;
  }
  50% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  75% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  100% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 20rem;
    box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.4);
  }
}
@keyframes notify-in {
  0% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    max-height: 5rem;
  }
  50% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  75% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  100% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 20rem;
    box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.4);
  }
}
@-webkit-keyframes notify-out {
  0% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 20rem;
    box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.4);
  }
  50% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  75% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  100% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    max-height: 5rem;
  }
}
@keyframes notify-out {
  0% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 20rem;
    box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.4);
  }
  50% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  75% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  100% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    max-height: 5rem;
  }
}
.piko-notify p.woocommerce-error {
  padding: 0.9375rem 1.875rem 1.875rem 1.25rem;
}

#yith-wcwl-popup-message #yith-wcwl-message:before,
.piko-notify .no-product p.info:before {
  content: "\f0f3";
  font-family: fontAwesome;
  display: inline-block;
  padding-right: 1.25rem;
  text-align: center;
}

#yith-wcwl-popup-message #yith-wcwl-message:before {
  content: "\f058";
  padding: 0;
  vertical-align: middle;
}

.piko-notify .woocommerce-Message.woocommerce-Message--info.woocommerce-info:not(.cart-empty) {
  -webkit-animation: none;
  animation: none;
  background: inherit;
  position: inherit;
  color: inherit;
  box-shadow: none;
  min-height: inherit;
  max-height: inherit;
  width: auto;
}

.piko-notify .woocommerce-Message.woocommerce-Message--info.woocommerce-info:not(.cart-empty) a:after {
  display: none;
}

.piko-notify .woocommerce-Message.woocommerce-Message--info.woocommerce-info:not(.cart-empty) .woocommerce-Button.button {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5625rem;
}

@media only screen and (max-width: 768px) {
  .piko-notify .woocommerce-Message.woocommerce-Message--info.woocommerce-info:not(.cart-empty) .woocommerce-Button.button {
    margin-bottom: 0.9375rem;
  }

  .piko-notify .woocommerce-Message.woocommerce-Message--info.woocommerce-info:not(.cart-empty) {
    text-align: center;
  }
}
.piko-notify .woocommerce-info.woocommerce-notice--info:not(.cart-empty) {
  font-size: 0.8125rem;
  padding: 0.9375rem !important;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
}

.notify_w.d_t {
  min-height: 5rem;
}
.notify_w.d_t .notfy_img {
  width: auto;
}

.woocommerce-notices-wrapper + .cart-empty.woocommerce-info:not(.cart-empty) {
  display: none !important;
}

/* ---------------------------------------------------
store directory
------------------------------------------------------*/
.store-directory > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
}
.store-directory > ul > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 1.5625rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.store-directory > ul > li > a {
  font-size: 1.0625rem;
  font-weight: 500;
}
.store-directory > ul > li:before,
.store-directory > ul ul:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 1px solid #dedede;
}
.store-directory > ul a {
  display: block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.store-directory .children,
.store-directory li {
  position: relative;
  padding: 0;
}
.store-directory li:after {
  position: absolute;
  left: 0;
  height: 0;
  display: block;
}

@media (min-width: 576px) {
  .store-directory > ul > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .store-directory > ul > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.store-directory .children .children {
  margin-left: 1.5625rem;
}

.store-directory ul ul a {
  padding-left: 1.5625rem;
}

.store-directory.layout-1 li:after {
  content: '';
  width: 0.75rem;
  top: 1.25rem;
  border-top: 1px solid #dedede;
}

.store-directory.layout-2 li:after {
  content: '\e863';
  font-family: fontpiko;
  top: 0.6875rem;
  font-size: 0.6875rem;
  color: #dedede;
}

.store-directory li:hover:after {
  color: #fdbf70;
}

/*--------------------------------------------------------------
# Shortcode
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
/*---------------------------------------------
        banner & custom heading
-----------------------------------------------*/
.pa_ba:before,
.pa_ba:after {
  content: "";
  position: absolute;
}

.pa_b:before {
  content: "";
  position: absolute;
}

.pa_a:after {
  content: "";
  position: absolute;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.oh {
  overflow: hidden;
}

.pact {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.h-line:before,
.h-line:after {
  background-color: #22222b;
  width: 3.75rem;
  height: 0.125rem;
  top: 50%;
}

.h-line:before {
  left: -4.6875rem;
}

.h-line:after {
  right: -4.6875rem;
}

.h-line {
  display: table;
  margin: auto;
  position: relative;
}

.h-line_after:before {
  background-color: #22222b;
  width: 3.75rem;
  height: 0.125rem;
  top: 57.5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.h-line-inside {
  overflow: hidden;
}
.h-line-inside:after {
  background-color: #eee;
  width: 100%;
  height: 0.125rem;
  top: 50%;
  margin-left: 1.25rem;
  border-radius: 50px;
}

.h_line_f .sub-title,
.h-line-inside .sub-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.3125rem;
  padding-left: 1.25rem;
}

[class*="h-line"].onepx:after {
  height: 0.0625rem;
}
[class*="h-line"].fourpx:after {
  height: 0.25rem;
}
[class*="h-line"].sixpx:after {
  height: 0.375rem;
}

@media (max-width: 576px) {
  .pa_ba.h-line:after,
  .pa_ba.h-line:before {
    content: inherit;
  }
}
.sub-title {
  color: #22222b;
  font-weight: initial;
  margin-top: 0;
  display: block;
}

.sub-title.f_s16 + a,
.sub-title.f_s16 {
  font-size: 1rem !important;
}

.h-line_after .sub-title {
  margin-top: 7px;
}

/*banner*/
.block-wrap {
  margin-bottom: 20px;
  position: relative;
}

.block-box {
  position: relative;
  overflow: hidden;
  line-height: 1.625;
}

.vc_custom_heading {
  line-height: 1.625;
}

@media (max-width: 767px) {
  .block-box {
    min-height: 150px;
  }
}
@media (max-width: 991px) {
  .block-box div + a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
  }

  .text-wrap br {
    display: none;
  }
}
.block-header {
  min-height: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  width: 100;
  top: 50%;
  z-index: 2;
  color: #22222b;
}
.block-header strong {
  color: #22222b;
}
.block-header .fs36 {
  line-height: 1.35;
}

@media (min-width: 1200px) {
  .block-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .block-wrap a img {
    min-height: 18.75rem;
    object-fit: cover;
    object-position: center center;
  }
}
.block-header.center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-header.center-top {
  top: 2.1875rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}

.block-header.center-bottom {
  top: inherit;
  bottom: 2.1875rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}

.block-header.left-center {
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
}

/*for big banner adjusted*/
@media (min-width: 576px) {
  .vc_row-fluid .vc_column_container.vc_col-sm-6 .block-header.left-center {
    left: 3.75rem;
  }

  .vc_row-fluid .vc_column_container.vc_col-sm-6 .block-header.right-center {
    right: 1.875rem;
  }
}
.block-header.left-top {
  top: 20px;
  left: 0;
}

.block-header.left-bottom {
  top: inherit;
  left: 0;
  bottom: 20px;
}

.block-header.right-center {
  right: 0;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.block-header.right-top {
  top: 20px;
  right: 0;
}

@media (max-width: 480px) {
  .block-header.left-center.block-header h2,
  .block-header.left-center.block-header h3,
  .block-header.right-center.block-header h2,
  .block-header.right-center.block-header h3 {
    top: -30px;
    position: relative;
  }
}
.block-header.right-bottom {
  bottom: 20px;
  right: 0;
  top: inherit;
}

.block-header h2,
.block-header h3 {
  margin: 0;
  cursor: pointer;
}

@media (max-width: 576px) {
  .block-header h2,
  .block-header h3 {
    white-space: inherit;
  }

  .vc_custom_heading:not(.block-wrap) .sub-title {
    display: none;
  }
}
.vc_custom_heading.block-wrap br + .read_more.dib {
  margin-top: 0.625rem;
}

@media (max-width: 320px) {
  .vc_custom_heading .btn_right {
    display: none;
  }
}
.container-fluid .block-header.right-center,
.container-fluid .block-header.left-center {
  padding-left: 2.8125rem;
}

.block-header .sub-title {
  padding: 0.3125rem 0 0.625rem;
}

.block-header .sub-title.fs36 {
  line-height: 1;
  padding: 0;
  margin-top: -0.25rem;
}

.vc_custom_heading .block-header .banner-btn {
  text-align: center;
  white-space: nowrap;
  min-width: 10.9375rem;
  height: 3.125rem;
  padding-left: 0;
  padding-right: 0;
}

.vc_custom_heading .block-box a:hover {
  opacity: 1;
}

.title-below {
  z-index: -1;
  position: relative;
  line-height: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: -1.25rem;
}

.block-box > .title-below {
  position: absolute;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  top: 6.25rem;
  z-index: 1;
}

.vc_custom_heading:not(.block-wrap) .sub-title {
  font-size: 1.125rem;
  margin-top: 0.25rem;
}

.vc_custom_heading .btn_right {
  padding: 0.3125rem 5rem 0 0;
}
.vc_custom_heading .h-sec-btn:not(.btn_right) {
  padding-top: 0.3125rem;
}

@media (max-width: 767px) {
  .mobile-col-2 .vc_column_container {
    width: 50%;
    float: left;
  }

  .vc_custom_heading .h-sec-btn:not(.btn_right) {
    float: right;
  }
}
/*effect*/
.h_e2 .block-box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.h_e2 .block-box:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.h_e3 .block-box .read_more {
  opacity: 0;
  visibility: hidden;
  margin-top: 1.5625rem;
}
.h_e3 .block-box:hover .read_more {
  opacity: 1;
  visibility: visible;
  -webkit-animation: slide-bottom .3s ease-out;
  animation: slide-bottom .3s ease-out;
}
.h_e3 .block-box .text-wrap {
  position: relative;
  top: 1.5625rem;
  -webkit-transition: top .3s ease-out;
  transition: top .3s ease-out;
}
.h_e3 .block-box:hover .text-wrap {
  top: 0.625rem;
}

@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.vc_custom_heading a.read_more {
  top: -0.625rem;
  position: relative;
  border-bottom: 1px solid #22222b;
}
.vc_custom_heading a.read_more:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -0.0625rem;
  width: 0;
  height: 0.0625rem;
  background-color: #22222b;
  transition: all .48s;
  -webkit-transition: all .48s;
}
.vc_custom_heading a.read_more:hover:after {
  left: 0;
  width: 100%;
}

.block-wrap a.read_more:hover {
  border-bottom-style: dashed;
}

/*-----------------------------------------
        product brand image 
------------------------------------------*/
.sc-brand .brand-cat {
  margin-bottom: 3.5px;
  display: inline-block;
}

.sc-brand .slick-dots {
  margin-top: 1.25rem;
}

.sc-brand .brand-cat span.count {
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.sc-brand .brand-cat:hover span.count {
  opacity: 1;
}

.brand-cat.slick-slide img {
  display: initial;
}

.brand-cat-meta {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.brand-cat-meta h4 span {
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}

/*sub category*/
.sub-category-img {
  position: relative;
  padding: 0.9375rem;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.sc-brand:not(.image2):not(.full) figure img {
  opacity: 0.5;
  max-width: 9.375rem;
  margin: 0 auto;
  transition: all 0.3s;
}
.sc-brand:not(.image2):not(.full) figure img:hover {
  opacity: 0.8;
}

.sc-brand .piko-carousel-grid [class*="col-"] {
  margin-bottom: 4.125rem;
}

.sc-brand.image2 .brand-cat-meta {
  background-color: transparent;
  bottom: -5.5rem;
}
.sc-brand.image2 h4 {
  font-size: 1.125rem;
  transition: color 0.2s;
}
.sc-brand.image2 a:hover h4 {
  color: #fdbf70;
}

/*-----------------------------------------
        product tabs
------------------------------------------*/
/*tabs title*/
.tabs .tabs-title {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.tabs .tabs-title a {
  line-height: 1;
  pointer-events: none;
}
.tabs .tabs-title a:after {
  width: 100%;
  height: 0.15625rem;
  background-color: #fdbf70;
}
.tabs .tabs-title .panel-img {
  position: absolute;
  font-size: 1.5rem;
  margin-top: -0.125rem;
  margin-left: 0.125rem;
}
.tabs .tabs-title .panel-img + span {
  padding-left: 2.5rem;
}
.tabs .tabs-title [class*="icon-"] {
  font-size: 1.375rem;
}
.tabs li:not(.tabs-title) .panel-img + span {
  padding-left: 0.625rem;
}

@media (max-width: 767px) {
  .tabs .tabs-title {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
  }
  .tabs .tabs-title a:after {
    height: 0.125rem;
  }

  .piko-tab-slide.mobile .piko-carousel .slick-dots {
    bottom: -1.5625rem;
  }

  .piko-tab-slide.mobile .piko-carousel .slick-list {
    margin-bottom: 0;
  }
}
/*panel layout*/
@media (min-width: 768px) {
  .panel-2:after {
    content: '';
    position: absolute;
    bottom: 0.03125rem;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
  }
  .panel-2 li a {
    position: relative;
    z-index: 3;
  }
  .panel-2 li a:not(.active) {
    border-bottom-color: transparent;
  }
}
/*gap less product*/
.no-gutters .product:hover .product-wrap {
  background-color: #ffffff;
}
.no-gutters .product-bottom,
.no-gutters .product-middle {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.no-gutters .piko-carousel {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.no-gutters .slick-list {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

/*product loop list*/
.p_list .slick-list {
  padding-bottom: 2rem;
}
.p_list .media-list {
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
}
.p_list .media-list + div {
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
}
.p_list .media-list .product-label.vendor {
  display: none;
}
.p_list figure {
  margin-bottom: 0;
}
.p_list .star-rating {
  display: none;
}
.p_list .btn-action.other {
  font-size: 11px;
}
.p_list .product-bottom,
.p_list .product-middle {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.p_list article:not(.grid-size-two) .quickview {
  font-size: 0;
}
.p_list article:not(.grid-size-two) .quickview:before {
  font-size: 0.875rem;
  content: '\f002';
  font-family: fontAwesome;
}
.p_list .no-gutters.products > .product {
  margin-bottom: 0;
}
.p_list .product-wrap > .d_flex {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.p_list .action_bottom {
  display: none;
}

.type-tab-3.s-item-0 .product-wrap:hover .countdown-lastest {
  display: block;
}

.type-tab-3.s-item-0 .product-wrap .product-title {
  white-space: normal;
  line-height: 1.7;
  max-height: initial;
}

.p_list:not(.type-tab-3) .price:not(td) {
  color: #fdbf70;
}

.p_list:not(.type-tab-3) .product-title {
  white-space: normal;
  font-size: 0.90625rem;
  line-height: 1.4;
  max-height: 2.5375rem;
}

.tab-vertical.p_list:not(.type-tab-3) .product-brand {
  line-height: 1;
}

/*show double*/
.p_list article.product:hover .product-wrap .product-bottom .btn-action.other {
  display: none;
}

.p_list .grid-size-two .price:not(td) {
  font-size: 1.375rem;
}

.type-tab-2 .grid-size-two .product-middle {
  margin-top: 1.5rem;
}

@media (min-width: 576px) {
  .tab-vertical.p_list:not(.type-tab-3) .price {
    max-width: 5.625rem;
  }

  .columns-6 .price:not(td):not(.pt5) {
    max-width: 6.875rem;
    margin: 0 auto;
  }
}
/*.p_list .product-wrap,*/
.p_list.fix-p-hover .product:hover .product-wrap {
  padding-top: 0.9375rem;
}

.fix-p-hover.p_list .piko-filter {
  margin-bottom: 0 !important;
}

.piko-tab-slide .piko-carousel:not(.active) {
  overflow: hidden;
}
.piko-tab-slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.piko-tab-slide .stcr.slick-initialized {
  padding-top: 0;
}
.piko-tab-slide .stcr .slick-arrow {
  top: -2.375rem;
}
.piko-tab-slide .stcr .slick-next {
  right: 0.9375rem;
}
.piko-tab-slide .stcr .slick-prev {
  right: 3.125rem;
}

@media (min-width: 768px) {
  .piko-tab-slide .stcr .slick-arrow {
    top: -6rem;
    width: 3.125rem;
    height: 2.8125rem;
  }
  .piko-tab-slide .stcr .slick-arrow::before {
    font-size: 1.5rem;
  }
  .piko-tab-slide .stcr .slick-prev {
    right: 4.6875rem;
  }
}
/*grid masonry size*/
[class*="row1"] {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

[class*="grid-size"] {
  width: 100%;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
[class*="grid-size"] .product-wrap {
  padding: 0.9375rem;
}
[class*="grid-size"]:hover .pl-1 {
  margin: 0;
}
[class*="grid-size"]:after {
  content: none;
}

.type-tab-2:not(.p_list) .grid-size .product-brand {
  display: none;
}

.grid-size,
.grid-size-two {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .grid-size,
  .grid-size-two {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .grid-size {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-size-two {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-size-two .btn-action.other {
    display: flex;
  }
  .grid-size-two .product-wrap .product-title {
    font-size: 1.1875rem;
    min-height: 2.84375rem;
    max-height: 2.84375rem;
    margin-bottom: 0.0625rem;
  }
  .grid-size-two .btn-action.other {
    padding-top: 0.6875rem;
    border: 0;
  }
}
[class*="type-tab-2"] .no-gutters {
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
}
[class*="type-tab-2"] .no-gutters .product-middle,
[class*="type-tab-2"] .no-gutters .product-bottom {
  padding-right: 0;
  padding-left: 0;
}
[class*="type-tab-2"] [class*="grid-size"] {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}
[class*="type-tab-2"] .product {
  margin-bottom: 0.875rem;
}
[class*="type-tab-2"] .product .product-wrap:after {
  content: none;
}

/*when bg gray*/
.bg-gray .product-wrap {
  padding: 0.9375rem 0.9375rem 1.25rem;
}
.bg-gray .no-gutters .product .product-wrap .product-middle,
.bg-gray .no-gutters .product .product-wrap .product-bottom {
  padding: 0;
}

@media (min-width: 768px) {
  .tab-vertical {
    background: #fff;
    border: 1px solid #e5e5e5;
  }
  .tab-vertical:before, .tab-vertical:after {
    content: " ";
    display: table;
  }
  .tab-vertical:after {
    clear: both;
  }
  .tab-vertical .tabs {
    display: inline-block;
    width: 25%;
    z-index: 2;
  }
  .tab-vertical .tabs li a {
    margin: 0;
    padding: 1.25rem 0.9375rem;
    border-bottom: 0;
    border-left: 3px solid #fff;
    border-right-color: #fff;
    background-color: #fff;
    border-bottom: 2px solid #e5e5e5;
  }
  .tab-vertical .tabs li a:after {
    content: none;
  }
  .tab-vertical .tabs li a:hover,
  .tab-vertical .tabs li a.active {
    border-left-color: #fdbf70;
  }
  .tab-vertical .tabs li a:not(.active) {
    border-right: 1px solid #e5e5e5;
  }
  .tab-vertical .cols-wrap {
    width: 75%;
    padding: 1.03125rem 0.9375rem 0 0.9375rem;
    z-index: 1;
  }
  .tab-vertical .cols-wrap:before {
    position: absolute;
    content: '';
    background-color: transparent;
    border-left: 1px solid #e5e5e5;
    display: block;
    top: 0;
    left: -1px;
    height: 100%;
  }
  .tab-vertical .tabs,
  .tab-vertical .cols-wrap {
    float: left;
    position: relative;
    min-height: 1px;
  }
  .tab-vertical .piko-tab-slide .stcr .slick-arrow {
    top: 0.75rem;
  }
}
.p_list .products > .product,
.tab-vertical .piko-tab-slide .piko-carousel .slick-list {
  margin-bottom: 1.25rem;
}

.p_list:not(.bg-gray) div.product:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 100%;
  border-right: 1px solid #f2f2f2;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p_list:not(.bg-gray) div.product:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*coundown product variable*/
.small .countdown-amount,
[class*="has-sidebar-"] .woo-archive-widget .countdown-amount,
.products-list .countdown-amount,
.vc_col-sm-9 .columns-4 .countdown-amount,
.columns-6 .countdown-amount {
  font-size: 0.875rem;
}

.small .countdown-section,
[class*="has-sidebar-"] .woo-archive-widget .countdown-section,
.products-list .countdown-section,
.vc_col-sm-9 .columns-4 .countdown-section,
.columns-6 .countdown-section {
  padding-top: 0;
  padding-bottom: 0.3125rem;
}

.small .countdown-section:not(:last-child):after,
[class*="has-sidebar-"] .woo-archive-widget .countdown-section:not(:last-child):after,
.products-list .countdown-section:not(:last-child):after,
.vc_col-sm-9 .columns-4 .countdown-section:not(:last-child):after,
.columns-6 .countdown-section:not(:last-child):after {
  top: 0.3125rem;
}

.p_list:not(.type-tab-3) .countdown-lastest {
  display: none;
}

/*tabs layout 3*/
.type-tab-3 .deals {
  max-width: 20.625rem;
  margin: 1.5625rem auto 0.9375rem;
}
.type-tab-3 .product-bottom {
  margin-bottom: 1.5625rem;
}
.type-tab-3 .piko-stock {
  padding: 0 0.375rem 0 0.4375rem;
  margin-top: 0.625rem !important;
}
.type-tab-3 .piko-stock .d_flex {
  font-size: 0.75rem;
}
.type-tab-3 .piko-stock .progress {
  height: 0.625rem;
}

/*tabs 3 grid*/
.type-tab-3.s-item-0 {
  border: 2px solid #fdbf70;
  padding: 0.125rem 0.375rem 0;
  border-radius: 0.3125rem;
}
.type-tab-3.s-item-0 .slick-list {
  padding: 0;
  margin-bottom: 0;
}
.type-tab-3.s-item-0 .piko-tab-slide .stcr .slick-arrow {
  top: 1.25rem;
}
.type-tab-3.s-item-0 .product-wrap .product-title {
  text-align: center;
  font-size: 1.125rem !important;
  line-height: 1.4;
  max-height: 3.15rem;
  margin: 1.25rem 0 0.625rem;
}
.type-tab-3.s-item-0 .product .pl-1,
.type-tab-3.s-item-0 .product:hover .pl-1 {
  padding: 0.9375rem;
  box-shadow: none;
}
.type-tab-3.s-item-0 .discount {
  border-radius: 2.1875rem;
}
.type-tab-3.s-item-0 .discount:before {
  padding-right: 0.375rem;
  font-weight: 600;
}
.type-tab-3.s-item-0 .product > .product-wrap:hover .product-label {
  display: block;
}
.type-tab-3.s-item-0 .price:not(td) {
  margin: 0 auto;
}

/*tabs3 list*/
.type-tab-3.p_list .discount {
  margin-top: 0.625rem;
}

.type-tab-3.p_list .piko-tab-slide .stcr .slick-arrow {
  top: 1.5625rem;
}

.type-tab-3.p_list article .row {
  margin: 2.8125rem 0;
}

.type-tab-3.p_list .dot-in .slick-dots {
  bottom: -0.5rem;
}

.type-tab-3 .btn-action.other,
.type-tab-3.p_list article.product:hover .product-wrap .product-bottom .btn-action.other {
  display: flex;
  font-size: 0.8125rem;
}

@media (max-width: 991px) {
  .vc_column_container .type-tab-3 {
    margin-bottom: 1.875rem;
  }
}
/*product bg_gray*/
.bg-gray .gutters5 > .product {
  margin-bottom: 0.875rem;
}
.bg-gray .gutters7 > .product {
  margin-bottom: 0.9375rem;
}
.bg-gray .product:hover > .pl-1 {
  margin: 0;
}
.bg-gray .products:not(.no-gutters) article.product:after {
  border-bottom: none;
}

.p_list.bg-gray .gutters5 > .product {
  margin-bottom: 0.625rem;
}

/*fix slick slider*/
.piko-carousel .slick-slide:not(.slick-active) .product-label {
  opacity: 0;
}

/*override tabs*/
.tabs.piko-filter li a:not(.active) {
  border-bottom-color: #fff;
}

/*override slick arrow*/
@media (min-width: 1440px) {
  .piko-tab-slide .piko-carousel:not(.stcr):not(.tc) .slick-next:before,
  .piko-tab-slide .piko-carousel:not(.stcr):not(.tc) .slick-prev:before {
    font-size: 5.3125rem;
  }
  .piko-tab-slide .piko-carousel:not(.stcr):not(.tc) .slick-arrow {
    width: 5.3125rem;
    height: 5.3125rem;
    top: calc(50% - 50px);
  }
  .piko-tab-slide .piko-carousel:not(.stcr):not(.tc) .slick-prev {
    left: -5.125rem;
  }
  .piko-tab-slide .piko-carousel:not(.stcr):not(.tc) .slick-next {
    right: -5.125rem;
  }
}
.width_1550 .product-wrap {
  background-color: transparent;
}

/*animation when load*/
.piko-tab-slide.processing .piko-carousel {
  opacity: 0;
}

.piko-filter + .cols-wrap .piko-tab-slide .piko-carousel .slick-list {
  margin-bottom: 0;
}

.p-cats-tab-2.p_list .product-middle.align-items-center {
  -ms-flex-align: start !important;
  align-items: start !important;
}

.p-cats-tab-2.p_list .btn-action .price:not(td) {
  text-align: left;
}

@media (min-width: 768px) {
  .piko-vendor .stcr .slick-arrow,
  .sc-brand .stcr .slick-arrow,
  .piko-tab-slide .stcr .slick-arrow {
    top: -6rem;
    width: 3.125rem;
    height: 2.8125rem;
  }
  .piko-vendor .stcr .slick-arrow::before,
  .sc-brand .stcr .slick-arrow::before,
  .piko-tab-slide .stcr .slick-arrow::before {
    font-size: 1.5rem;
  }
  .piko-vendor .stcr .slick-prev,
  .sc-brand .stcr .slick-prev,
  .piko-tab-slide .stcr .slick-prev {
    right: 4.6875rem;
  }

  .sc-brand .stcr .slick-arrow {
    top: -3rem;
  }
}
/*-----------------------------------------
        product deals
------------------------------------------*/
.sc-deal h5 {
  text-align: center;
  font-size: 1.25rem;
  padding: 0.9375rem;
  background-color: rgba(253, 191, 112, 0.502);
}
.sc-deal .stcr.slick-initialized {
  padding-top: 0;
}
.sc-deal .stcr .slick-prev {
  left: 2.5rem;
}
.sc-deal .stcr .slick-next {
  right: 2.5rem;
}
.sc-deal .stcr button.slick-arrow {
  top: -2rem;
  background-color: #fff;
  border-color: #fff;
}
.sc-deal .stcr button.slick-arrow:hover {
  background-color: #fff;
  border-color: #fff;
}
.sc-deal .product > .product-wrap {
  position: relative;
}
.sc-deal .product > .product-wrap:hover .countdown-lastest {
  display: block;
  visibility: visible;
}
.sc-deal .product > .product-wrap .product-middle {
  position: absolute;
  left: 50%;
  bottom: 4.5rem;
  -webkit-transform: translate3D(-50%, 0%, 0);
  transform: translate3D(-50%, 0%, 0);
}
.sc-deal .product > .product-wrap .product-image {
  padding-bottom: 3.25rem;
}
.sc-deal .product > .product-wrap .product-image img {
  margin: 0 auto;
}
.sc-deal .product > .product-wrap .countdown-lastest {
  left: -1px;
  right: -1px;
  bottom: 0;
}
.sc-deal .product > .product-wrap .countdown-lastest .countdown-section {
  margin: 0 0.0625rem;
}
.sc-deal .product > .product-wrap .countdown-lastest .countdown-section:after {
  content: none;
}
.sc-deal .product > .product-wrap .product-top {
  background-color: #f2f2f2;
}
.sc-deal .product > .product-wrap .thumb_action {
  bottom: 3.75rem;
}
.sc-deal .product-wrap:hover .countdown-lastest {
  opacity: 1;
  transform: translateY(0);
}

.sc-deal .pl-2 .action_bottom {
  display: none;
}

/*-----------------------------------------
        product widgets
------------------------------------------*/
/*widgets newsletter || shortcode*/
.piko-newsletter.news {
  text-align: center;
}
.piko-newsletter.news h5 {
  display: block;
  font-size: 1.5625rem;
}
.piko-newsletter .search-form input[type="submit"] {
  background-color: transparent;
  color: #22222b;
  border-bottom: 1px solid #e5e5e6;
  padding: 0.625rem 0 0.5625rem;
  margin-top: 0;
  min-width: inherit;
  height: 3.5625rem;
}

@media (min-width: 768px) {
  .piko-newsletter {
    max-width: 40.8125rem;
    margin: 0 auto;
  }
}
.piko-newsletter.layout-2 input:not([type="submit"]) {
  width: calc(100% - 130px);
  margin-right: 2.1875rem;
  border-bottom: 1px solid #e5e5e6;
}
.piko-newsletter.layout-2 input:not([type="submit"]):focus {
  border-color: #22222b;
}
.piko-newsletter.layout-2 h5 {
  margin-bottom: 0.375rem;
  text-align: center;
}
.piko-newsletter.layout-2 .title {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 1.625rem;
}
.piko-newsletter.layout-2 form {
  padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .piko-newsletter.layout-2 .title {
    margin-bottom: 0.625rem;
  }
}
.piko-newsletter.layout-1 form {
  position: relative;
}
.piko-newsletter.layout-1 input:not([type="submit"]) {
  border-bottom-width: 0;
  padding-left: 0.625rem;
  background-color: #22222b;
}
.piko-newsletter.layout-1 .submit-icon:before,
.piko-newsletter.layout-1 input[type="submit"] {
  position: absolute;
  top: 0.25rem;
  border: 0;
  background-color: #fff;
  right: 0.1875rem;
  padding: 0 0.1875rem;
  min-width: 3.75rem;
  height: 2.04375rem;
  line-height: 2.04375rem;
}
.piko-newsletter.layout-1 input[type="submit"]:hover {
  color: #fdbf70;
}
.piko-newsletter.layout-1 .submit-icon:before {
  content: '\e813';
  font-family: kable;
  z-index: 3;
  padding-left: 1.0625rem;
  top: 0;
  font-size: 1.25rem;
  color: #fdbf70;
  background-color: transparent;
  text-indent: 0;
  height: 0;
  min-width: 0;
  right: 20px;
}
.piko-newsletter.layout-1 h5 {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
.piko-newsletter.layout-1 .title {
  margin-bottom: 1.25rem;
}
.piko-newsletter.layout-1 div.wpcf7 .ajax-loader {
  position: inherit;
  margin-left: 0;
}

/*fix for mailechime wp plugin*/
mc4wp-form {
  position: relative;
}

.mc4wp-response {
  position: absolute;
  margin-top: 3.125rem;
}

.piko-newsletter.news .wpcf7-form span {
  padding: 0;
}
.piko-newsletter.news .wpcf7-form span input {
  border: none;
}

/*footer newsletter widget force*/
.site-footer .piko-newsletter [class^="col-"] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .site-footer .piko-newsletter .search-form[class^="col-"] {
    max-width: 90%;
  }
}
.f-sidebar.two .cols_1 .widget_piko_newsletter {
  padding-top: 5.0625rem;
  border-top: 1px solid #ebebeb;
}

.site-footer .widget_piko_newsletter .layout-2 {
  padding-top: 0.9375rem;
}

.piko_countdown-3 {
  color: #ff2f2f;
}
.piko_countdown-3::before {
  content: '\f017';
  font-family: fontAwesome;
  margin-right: 0.375rem;
}
.piko_countdown-3 .countdown-section {
  background-color: transparent;
  width: auto;
  margin: 0 3px;
}
.piko_countdown-3 .countdown-section .countdown-amount {
  color: #ff2f2f;
  font-size: 1rem;
}
.piko_countdown-3 .countdown-section .countdown-period {
  display: none;
}
.piko_countdown-3 .countdown-section:not(:last-child) .countdown-amount::after {
  content: ':';
  margin-left: 4px;
}

.piko_countdown-4 .countdown-row {
  background-color: #fff;
}
.piko_countdown-4 .countdown-section {
  position: relative;
  background-color: #fff;
  padding: 17px;
  width: auto;
}
.piko_countdown-4 .countdown-section:not(:first-child):before {
  content: '';
  height: 2.5rem;
  width: 1px;
  background-color: #7f7f82;
  left: 0px;
  position: absolute;
  z-index: 99;
}

@media (min-width: 1140px) {
  .piko_countdown-4 {
    max-width: 37.5rem;
  }
  .piko_countdown-4 .countdown-row {
    min-width: 37.5rem;
  }
  .piko_countdown-4 .countdown-section {
    padding: 35px 43px;
  }
  .piko_countdown-4 .countdown-section .countdown-amount {
    font-size: 1.75rem;
  }
  .piko_countdown-4 .countdown-section .countdown-period {
    font-size: 1.3125rem;
  }
  .piko_countdown-4 .countdown-section:not(:first-child):before {
    height: 3.125rem;
  }
}
.widget.widget_piko_newsletter .piko-newsletter input:focus {
  color: #fff;
}

/*-----------------------------------------
        icon block
------------------------------------------*/
.icon-layout-1 {
  margin-bottom: 0.625rem;
}

.icon-block .icon-wrap {
  color: #22222b;
  font-size: 2.76923rem;
  line-height: 1;
}

.icon-block h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5625rem;
}

.icon-layout-1 .icon-block .icon-wrap {
  margin-right: 0.875rem;
}

.icon-layout-1 .icon-block .icon-content {
  padding-left: 1rem;
}

.icon-layout-2 .icon-block .icon-wrap {
  font-size: 4.0625rem;
}

.icon-layout-2 .icon-block h5 {
  margin: 1.0625rem 0 1.1875rem;
}

/*heading after line left algin*/
.icon-layout-2 .icon-block:not(.t_c):not(.t_r) h5 {
  position: relative;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 2.5rem;
}
.icon-layout-2 .icon-block:not(.t_c):not(.t_r) h5:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.9375rem;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #ebebeb;
}

.icon-layout-2.grid_2 h5 {
  margin-bottom: 0 !important;
}
.icon-layout-2.grid_2 h5::after {
  display: none;
}
.icon-layout-2.grid_2 .btn_read_more:hover {
  text-decoration: underline;
}

/*-----------------------------------------
        light  box
------------------------------------------*/
.piko-light-box .text {
  max-width: 31.25rem;
  padding: 0 0.9375rem;
  font-size: 1rem;
  margin: 0 auto;
}

.piko-light-box .bg_img {
  background-position: center;
  background-size: cover;
}

.piko-light-box .d_flex .text {
  margin: inherit;
  max-width: 41.75rem;
  color: #fff;
}

.piko-light-box .text [class*="piko_countdown-"] {
  max-width: 28.125rem;
}
.piko-light-box .text [class*="piko_countdown-"] .countdown-section {
  border-radius: 0;
  background-color: rgba(34, 34, 43, 0.8);
}

@media (min-width: 1200px) {
  .pl100 .text {
    margin-right: 18.75rem;
  }
}
@media (max-width: 768px) {
  .piko-light-box .video {
    height: 20rem !important;
  }

  .piko-light-box .text {
    padding: 0.9375rem 0;
    font-size: 0.9375rem;
    width: 93%;
  }
}
.piko-light-box .text h2 {
  font-weight: 500;
}

.vc_row-no-padding .text,
.container-fluid .text {
  max-width: 36.875rem;
}

.piko-light-box .vc_custom_heading:not(.block-wrap) .sub-title {
  display: block;
  font-size: 1rem;
  font-style: normal;
}

@media (max-width: 576px) {
  .piko-light-box .bg-img {
    height: 15.625rem !important;
  }
}
.piko-light-box.modern img {
  top: 6.25rem;
  position: relative;
}
.piko-light-box.modern .text {
  margin: 0;
  max-width: 42.5rem;
  padding-left: 1.875rem;
}
.piko-light-box.modern > div:not(.text) {
  text-align: center;
}
.piko-light-box.modern .vertical {
  color: #fff;
  font-size: 3rem;
  top: 3.125rem;
}

@media (min-width: 768px) {
  .piko-light-box.modern .col-md-6:first-child {
    display: -ms-flexbox;
    display: flex;
  }
  .piko-light-box.modern .vc_custom_heading .sub-title {
    font-size: 1.25rem;
  }
  .piko-light-box.modern .vertical {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-table;
    top: 9.0625rem;
    display: inline-table;
  }
  .piko-light-box.modern .vertical:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 3.75rem;
    background-color: #fff;
    bottom: 1.1875rem;
    left: -4.875rem;
  }
}
.modern .pa_center {
  top: -9.375rem;
  left: calc(100% - 50px);
  background-color: #fff;
}

/*layout modern_two*/
.modern_two .col-md-6 {
  padding: 0;
}
.modern_two .text {
  max-width: 100%;
  background-color: #fff;
  padding: 7.625rem 0 6.25rem 5.9375rem;
  margin-left: -7.5rem;
  flex-basis: 43.125rem;
  -webkit-box-shadow: -8px 12px 19px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -8px 12px 19px -10px rgba(0, 0, 0, 0.09);
}
.modern_two .fs60 {
  padding-top: 0.3125rem;
  font-size: 4.375rem;
  line-height: 1.1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.modern_two .button {
  min-width: 15.625rem;
  text-align: center;
}

.modern_two.flex-md-row-reverse .text {
  margin: 0 -7.5rem 0 0;
  padding: 7.625rem 6.25rem 5.9375rem 0;
  -webkit-box-shadow: 8px 12px 19px -10px rgba(0, 0, 0, 0.09);
  box-shadow: 8px 12px 19px -10px rgba(0, 0, 0, 0.09);
  text-align: right;
}

@media (max-width: 991px) {
  .modern_two .col-md-6 {
    padding: 0;
  }
  .modern_two .text {
    padding: 2.5rem 0 1.875rem 1.875rem;
    margin-left: 0;
  }
  .modern_two .fs60 {
    font-size: 2.5rem;
  }
  .modern_two .button {
    min-width: inherit;
  }

  .modern_two.flex-md-row-reverse .text {
    margin-right: 0;
    padding: 2.5rem 1.875rem 1.875rem 0;
    width: 100%;
  }
}
.modern_three .text {
  text-align: center;
  width: 100%;
  padding: 1.875rem 3.75rem 1.875rem;
  -webkit-box-shadow: 0px -20px 33px -12px rgba(0, 0, 0, 0.16);
  box-shadow: 0px -20px 33px -12px rgba(0, 0, 0, 0.16);
}

@media (max-width: 576px) {
  .modern_three .text {
    padding: 0.9375rem 1.25rem;
  }

  .modern .pa_center {
    top: -5.75rem;
  }
}
@media (min-width: 992px) {
  .modern_three .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modern_three .text {
    max-width: 46.875rem;
    margin: -14.375rem auto 0;
    padding-bottom: 0;
  }
}
/*fix product single*/
.single-product .piko-light-box .text {
  max-width: 40.625rem;
  margin: 0;
  color: #fff;
}

.piko-light-box .piko-video .pa_center {
  text-align: center;
  color: #fff;
}

/*-----------------------------------------
        contact
------------------------------------------*/
#map {
  height: 26.25rem;
  background-color: #f4f4f4;
  margin-bottom: 3.125rem;
}

.map iframe,
.google-map #map {
  height: 23.75rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #map {
    height: 31.25rem;
    margin-bottom: 3.75rem;
  }
}
#map address {
  color: #888;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.75rem 0.625rem 0.5rem;
  line-height: 1.5;
}

/* Contact2 */
.map-container {
  position: relative;
}

.map-container #map {
  height: 25rem;
}

@media (min-width: 768px) {
  .map-container #map {
    height: 48.125rem;
    margin-bottom: 0;
  }
}
.map-container .form-container {
  padding: 0 1.25rem;
}
.map-container .form-container h2 {
  margin-bottom: 1.5625rem;
}
.map-container .form-container input[type="submit"] {
  width: 100%;
  height: 3.75rem;
}

@media (max-width: 767px) {
  .map-container .form-container {
    margin-bottom: 3.75rem;
  }

  #map iframe {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  .map-container .form-container {
    width: 32.5rem;
    padding: 1.875rem 1.5625rem;
    position: absolute;
    top: calc(100% + 130px);
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-box-shadow: 20px 10px 70px -20px rgba(0, 0, 0, 0.08);
    box-shadow: 20px 10px 70px -20px rgba(0, 0, 0, 0.08);
  }

  .map-container {
    margin-bottom: 550px;
  }
}
@media (min-width: 1200px) {
  .map-container .form-container {
    width: 43.75rem;
    padding: 2.8125rem 3rem;
  }
  .map-container .form-container h2 {
    margin-bottom: 2.8125rem;
  }
}
.contact-address {
  margin: 1.25rem 0;
}
.contact-address h4 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
.contact-address .address .text {
  margin: 0 0 0.625rem 1.25rem;
  display: inline-block;
}
.contact-address a {
  color: #7f7f82;
}

.wpcf7 p label {
  color: #22222b;
}

.wpcf7 textarea {
  width: 100%;
}

.wpcf7 input[type="submit"] {
  margin-top: 14px;
}

/*-----------------------------------------
        blog shortcode
------------------------------------------*/
.sc-bl-1 .entry-grid {
  text-align: center;
  border: 1px solid #ebebeb;
}
.sc-bl-1 .entry-grid .entry-media {
  margin: -1px auto;
}
.sc-bl-1 .entry-grid .entry-content-wrapper {
  margin: 1.4375rem 1.875rem 2.1875rem;
}
.sc-bl-1 .entry-grid .entry-title {
  margin-bottom: 0.75rem;
}

.sc-blog.sip .entry-media .slick-slide {
  padding: 0;
}

.sc-blog .piko-carousel-dot {
  margin-bottom: 0;
}

.sc-bl-2 .entry-grid {
  background-color: #fff;
  padding-bottom: 0.625rem;
}

/*-----------------------------------------
        instagram
------------------------------------------*/
.ing-hashtag {
  overflow: hidden;
}

.instagram-wrap figure {
  margin: 0;
}

.instagram-wrap ul li {
  line-height: 0;
}
.instagram-wrap ul li a {
  color: #fff;
}

.ins-feed figure > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.502);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
}

.ins-feed figure > a:hover:before {
  opacity: 1;
  visibility: visible;
}

.ins-feed figure > .ins-user {
  display: none;
}

.instagram-wrap .ins-feed figure > a:not(:first-child):before {
  content: none;
}

.instagram-wrap .ins-feed figure > .ins-user {
  display: block;
}

.ins-feed img {
  display: block;
  width: 100%;
}

.ins-feed .btn-instagram {
  padding: 0 20px;
  line-height: 30px;
}

.ins-feed .ins-meta.btn-instagram {
  background-color: transparent;
}

figure + .ins-meta {
  margin-top: 16px;
}

.ins-feed .btn-instagram {
  position: absolute;
  line-height: 40px;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  white-space: nowrap;
  padding: 0 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  background-color: #fff;
  color: #444;
  opacity: 0;
  visibility: hidden;
}

.ins-feed:hover .btn-instagram {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.ins-info a {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 1440px) {
  .ins-info a {
    font-size: 15px;
  }
}
.ins-info a + a {
  margin-left: 20px;
}

.ins-info a span {
  vertical-align: middle;
}

.ins-icon {
  display: inline-block;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  margin-right: 7px;
}

.null-instagram-feed .gutters56 > [class*="col-"] {
  margin-bottom: 1.75rem;
}

.gutters56 .ins-feed figure > a:before {
  content: none;
}
.gutters56 .ins-feed .ins-meta.btn-instagram {
  background-color: #fff;
  top: 100%;
  left: calc(100% - 99px);
}
.gutters56 .ins-feed:hover .ins-meta.btn-instagram {
  top: calc(100% - 21px);
}
.gutters56 .ins-feed .ins-user {
  z-index: 9;
  text-align: center;
  font-size: 1.125rem;
  width: 100%;
}
.gutters56 .ins-feed .ins-user a,
.gutters56 .ins-feed .ins-user span {
  color: #fff;
}
.gutters56 .ins-feed .ins-user a {
  margin-top: 30px;
  font-size: 1.25rem;
}
.gutters56 .ins-feed .ins-user a span {
  padding-right: 0.375rem;
}
.gutters56 li:first-child .ins-feed figure > a:before {
  content: '';
  opacity: 1;
  visibility: visible;
  left: 1.75rem;
  right: 1.75rem;
  background-color: rgba(253, 191, 112, 0.802);
}

.instagram-wrap .gutters56 li a {
  color: #22222b;
}
.instagram-wrap .gutters56 li a:hover {
  color: primary_color;
}

/*widget*/
.sidebar .null-instagram-feed ul,
.site-footer .null-instagram-feed ul {
  display: block;
}

.sidebar .null-instagram-feed li[class*="col-"],
.site-footer .null-instagram-feed li[class*="col-"] {
  display: block;
  float: left;
  margin: 0 2px 2px 0;
  padding: 0;
  width: calc(33.3% - 2px);
  max-width: 127px;
  overflow: hidden;
  line-height: 0;
}

.site-footer .null-instagram-feed figure,
.sidebar .null-instagram-feed figure {
  margin: 0;
}
.site-footer .null-instagram-feed figure .ins-info,
.sidebar .null-instagram-feed figure .ins-info {
  display: none;
}

/*-----------------------------------------
        accordion
------------------------------------------*/
.piko_accordion .mfp-close:before {
  color: #22222b;
  background-color: rgba(255, 255, 255, 0.95);
}
.piko_accordion .accordion:not(.active) .mfp-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.piko_accordion h4 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
}
@media (max-width: 992px) {
  .piko_accordion h4 {
    padding-right: 3.125rem;
  }
}
.piko_accordion .content {
  display: none;
  padding: 1.6875rem 0 0.3125rem;
}

/*-----------------------------------------
        product slide
------------------------------------------*/
.product-slide .wc-forward,
.product-slide .button {
  background-color: transparent;
  color: #22222b;
  padding: 0;
  border-bottom: 1px solid currentColor;
  height: auto;
  line-height: 1.6rem;
  margin-top: 1rem;
  display: inline-block;
}
.product-slide .wc-forward i,
.product-slide .button i {
  margin-right: 0.3125rem;
}
.product-slide .wc-forward:hover,
.product-slide .button:hover {
  color: #fdbf70;
}
.product-slide .product-title {
  font-size: 1.5rem;
  max-width: inherit;
  margin-bottom: 0.1875rem;
}
.product-slide .content_upper {
  max-width: 14.375rem;
  bottom: 2.5rem;
}
.product-slide a.added_to_cart.wc-forward:before {
  margin-right: 0.3125rem;
}

.sc_ps_1 .products .product:nth-child(even) .content_upper {
  left: 1.25rem;
  margin-left: auto;
}
.sc_ps_1 .products .product:nth-child(odd) .content_upper {
  right: 1.25rem;
  text-align: right;
}
.sc_ps_1 .products .product:nth-child(odd) figure {
  margin-left: auto;
}

@media (min-width: 992px) {
  .product-slide .content_upper {
    max-width: 20.3125rem;
    bottom: 3.875rem;
  }

  .sc_ps_1 .products .product:nth-child(even) .content_upper {
    left: 2.8125rem;
  }
  .sc_ps_1 .products .product:nth-child(odd) .content_upper {
    right: 2.8125rem;
  }
}
.sc_ps_2 .content_upper {
  left: 2.8125rem;
  margin-left: auto;
}

.sc_ps_3 .content_upper {
  top: 2.1875rem;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50%;
  text-align: center;
}
.sc_ps_3 .product-wrap .countdown-lastest {
  opacity: 1;
  transform: translateY(-150px);
  visibility: visible;
  max-width: 20rem;
  margin: 0 auto;
}
.sc_ps_3 .product-wrap .countdown-lastest .countdown-section {
  background-color: transparent;
}
.sc_ps_3 .product-wrap .countdown-lastest .countdown-section::after {
  content: inherit;
}
.sc_ps_3 .product-wrap .countdown-lastest .countdown-amount {
  font-size: 1.875rem;
}
.sc_ps_3 .product-wrap .countdown-lastest .countdown-period {
  margin-top: 0.625rem;
  font-size: 1.25rem;
}

.product-slide .cat-vertical a {
  font-size: 2.25rem;
  opacity: .1;
  text-transform: uppercase;
  letter-spacing: .25rem;
}
.product-slide .cat-vertical a:hover {
  opacity: 1;
}
.product-slide .cat-vertical + figure {
  width: calc(100% - 70px);
}
.product-slide .product:nth-child(odd) .cat-vertical {
  top: 6.25rem;
  left: 1.375rem;
  transform: translate(-50%, 50%) rotate(-90deg);
}
.product-slide .product:nth-child(even) .cat-vertical {
  bottom: 9.375rem;
  right: 1.25rem;
  transform: translate(50%, 50%) rotate(-90deg);
}

@media (min-width: 992px) {
  .product-slide .products {
    margin-right: -3.125rem;
    margin-left: -3.125rem;
  }
  .product-slide .products .col-lg-6 {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
/*-----------------------------------------
       popular cat
------------------------------------------*/
.sc-subcategory.style-4:hover figure .pa_center {
  display: block;
  z-index: 3;
}
.sc-subcategory.style-4:hover figure::after {
  top: 0;
  height: 100%;
  opacity: 1;
}
.sc-subcategory.style-4 figure {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
}
.sc-subcategory.style-4 figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sc-subcategory.style-4 figure .pa_center {
  font-size: 1.625rem;
  width: 95%;
  text-align: center;
}
.sc-subcategory.style-4 figure + .d_flex {
  background-color: #fff;
  padding: 1.375rem 0.9375rem 1.625rem;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.sc-subcategory.style-4 .col-lg-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sc-subcategory.style-4 .mt10 {
  text-decoration: underline;
  padding-right: 1.25rem;
}
.sc-subcategory .d_flex a {
  padding: 0.375rem 0;
}

/*--------------------------------------------------------------
# utility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# socail icon
--------------------------------------------------------------*/
.social-icons {
  font-size: 0.875rem;
  position: relative;
  margin: 0;
  padding: 0;
}

.social-icons .social-icon {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  -webkit-transition: opacity 0.4s, ease-in-out;
  transition: opacity 0.4s, ease-in-out;
  background-color: #ec407a;
  position: relative;
}
.social-icons .social-icon:hover {
  opacity: 0.8;
}

.social-icons .social-icon {
  margin: 0.375rem;
}

.social-icons .social-icon:last-child {
  margin-right: 0;
}

.social-icons [class*="fa-"] {
  color: #fff;
}

.social-icons .fa-facebook {
  background-color: #48629b;
}

.social-icons .fa-twitter {
  background-color: #23b0e6;
}

.social-icons .fa-google-plus {
  background-color: #dc4b38;
}

.social-icons .fa-instagram {
  background-color: #3E729A;
}

.social-icons .fa-pinterest {
  background-color: #CB2028;
}

.social-icons .fa-linkedin {
  background-color: #007FAF;
}

.social-icons .fa-envelope {
  background-color: #fdbf70;
}

.social-icons li .shear-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.social-icons span.text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.social-icons.smaller .social-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.social-icons.xs {
  font-size: 0.75rem;
}

.social-icons.xs .social-icon {
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.375rem;
}

/*@media (min-width:1024px){
    //product single page
    .entry-summary:not(.content-quickview) .social-icons{ 
        position: fixed;
        max-width: rem-calc(40px);
	left: rem-calc(50px);
	top: 50%;
        z-index: 99;
	-webkit-transform: translate3D(-50%, -50%, 0);
	   -moz-transform: translate3D(-50%, -50%, 0);
			transform: translate3D(-50%, -50%, 0);
                        .social-icon:not(last-child){
                            margin-bottom: rem-calc(5px);
                        }               
    }
}*/
.entry-summary .social-icons .social-icon {
  width: 5.9375rem;
  text-align: left;
  background-color: transparent !important;
  color: #7f7f82;
}
.entry-summary .social-icons .social-icon a {
  color: #7f7f82;
  padding-left: 1.25rem;
  font-family: "limerick-regular", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.entry-summary .social-icons .social-icon.fa-twitter {
  width: 4.8125rem;
}

.entry-summary .social-icons .social-icon.fa-google-plus {
  width: 6.875rem;
}

.entry-summary .social-icons {
  margin-top: 0.5rem;
}

/*--------------------------------------------------------------
# cart canvas
--------------------------------------------------------------*/
.push-fixed {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 1001;
  overflow-x: hidden;
  overflow-y: auto;
  width: 20.76923rem;
  background: #f6f6f8;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.push-right,
#mobile_menu_wrapper {
  transform: translate(-20.76923rem, 0);
  -webkit-transform: translate(-20.76923rem, 0);
  -moz-transform: translate(-20.76923rem, 0);
  -ms-transform: translate(-20.76923rem, 0);
}

.push-left {
  right: 0;
  transform: translate(20.76923rem, 0);
  -webkit-transform: translate(20.76923rem, 0);
  -moz-transform: translate(20.76923rem, 0);
  -ms-transform: translate(20.76923rem, 0);
}

.push_overlay_pop,
.push_overlay_cart,
.push_overlay {
  display: none;
  position: fixed;
  background: #000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1000;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.open-filter-trigger .push-right,
.open-mini-cart .push-left,
.open-mobile-menu #mobile_menu_wrapper {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.open-mini-cart .push_overlay_cart,
.open-mobile-menu .push_overlay {
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.push_overlay_pop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* Mobile */
.push-menu > h3 {
  padding: 1rem 0.9375rem 0.9375rem;
  background-color: #222;
  opacity: 0.8;
}

.push-menu .close-menu {
  margin-top: 0.125rem;
}

/*piko modal*/
.piko_modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  display: none;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.965);
  z-index: -1;
  -webkit-animation: slide-top .3s ease-out;
  animation: slide-top .3s ease-out;
}
.piko_modal.showing {
  visibility: visible;
  z-index: 9999;
}

@media (min-width: 768px) {
  .cart-modal .product_list_widget li a.remove {
    position: inherit;
    opacity: 1;
    width: 1.875rem;
    color: #22222b;
    text-shadow: none;
    font-size: 1.75rem;
    margin-right: 0.9375rem;
  }
  .cart-modal .product_list_widget li a.remove:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cart-modal .product_list_widget li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.625rem;
  }
  .cart-modal .product_list_widget li:first-child {
    padding-top: 0.625rem;
    border-top: 1px solid #ebebeb;
  }
  .cart-modal .product_list_widget li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .cart-modal .product_list_widget .quantity {
    top: 0;
    text-align: right;
    margin-left: auto;
    padding-left: initial;
  }
  .cart-modal .widget_shopping_cart .product_list_widget li a:not(.remove) {
    display: inline-block;
    max-height: inherit;
    padding-left: 0;
    min-width: 22.5rem;
  }
  .cart-modal .widget_shopping_cart .product_list_widget li img {
    position: inherit;
    margin-right: 1.875rem;
  }
  .cart-modal .cart-button .product_list_widget li:first-child a:not(.remove),
  .cart-modal .cart-button p.buttons, .cart-modal .cart-button .product_list_widget li {
    padding-right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cart-modal .cart-button p.buttons {
    display: -ms-flexbox;
    display: flex;
  }
  .cart-modal .widget_shopping_cart_content .buttons > a.button,
  .cart-modal .widget_shopping_cart_content .buttons > button.button,
  .cart-modal .widget_shopping_cart_content .buttons > input.button {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cart-modal .widget_shopping_cart_content .buttons > a {
    display: block;
  }
}
/*--------------------------------------------------------------
# select
--------------------------------------------------------------*/
select:not(.country_to_state):not(.orderby) {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.375rem;
  background-origin: content-box;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 612 792' style='enable-background:new 0 0 612 792;' xml:space='preserve'%3E%3Cpolygon points='143,323.6 159.9,306.6 306,452.1 452,306.6 468.9,323.6 306,486 '/%3E%3C/svg%3E%0A");
}

select:not(.country_to_state):not(.orderby):focus {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 612 792' style='enable-background:new 0 0 612 792;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M305.7,326L144,447.3l14.4,19.2L305.7,356L453,466.5l14.4-19.2L305.7,326z M305.7,326'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.woocommerce-ordering select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font-size: 1rem;
  height: 1.4375rem;
  width: 190px;
  color: #7f7f82;
  padding-left: 0 !important;
  text-transform: capitalize;
}

.header-search-form select {
  background-position: right -23px top 58%;
  border: 1px solid #fdbf70;
  border-right-width: 0;
}

/*------------------------------------
        style checkbox
--------------------------------------*/
.fix-checkbox {
  position: relative;
  display: inline-block;
}

.fix-checkbox input {
  float: left;
  margin: 0 0.625rem 0 0;
  visibility: hidden;
}

.fix-checkbox label {
  position: absolute;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  top: 0.3125rem;
  left: 0;
}

.fix-checkbox label:after {
  content: "";
  position: absolute;
  border: 2px solid #22222b;
  border-right: 0;
  border-top: 0;
  height: 0.375rem;
  width: 0.625rem;
  left: 0.125rem;
  opacity: 0;
  top: 0.1875rem;
  transform: rotate(-45deg);
}

.fix-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.fix-checkbox input[type="checkbox"]:checked + label + span {
  color: #22222b;
}

.fix-checkbox .checkbox {
  display: inline-block;
}

/*--------------------------------------------------------------
# plugin fix vc n other
--------------------------------------------------------------*/
/*vc column fix*/
@media (min-width: 1200px) {
  .container-fluid .push-col .vc_column_container > .vc_column-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .push-col .vc_col-sm-6,
  .push-col .vc_col-sm-8,
  .push-col .vc_col-sm-9 {
    float: right;
  }

  .push-col .vc_col-sm-6 .vc_col-sm-6,
  .push-col .vc_col-sm-8 .vc_col-sm-8,
  .push-col .vc_col-sm-9 .vc_col-sm-9,
  .push-col .vc_col-sm-8 .vc_col-sm-9,
  .push-col .vc_col-sm-9 .vc_col-sm-8 {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .push-col .vc_col-sm-4,
  .push-col .vc_col-sm-3,
  .push-col .vc_col-sm-8,
  .push-col .vc_col-sm-9 {
    width: 100%;
  }

  .col-sm-full .vc_col-sm-4,
  .col-sm-full .vc_col-sm-3,
  .col-sm-full .vc_col-sm-8,
  .col-sm-full .vc_col-sm-9 {
    width: 100%;
  }

  .col-sm-helf .vc_col-sm-3 {
    width: 50%;
  }
}
/*push col right*/
@media (min-width: 992px) {
  .push-col-right .vc_col-sm-4,
  .push-col-right .vc_col-sm-3 {
    float: right;
  }

  .push-col-right .vc_col-sm-8 .vc_col-sm-4,
  .push-col-right .vc_col-sm-9 .vc_col-sm-3,
  .push-col-right .vc_col-sm-8 .vc_col-sm-3,
  .push-col-right .vc_col-sm-9 .vc_col-sm-4 {
    float: left;
  }

  .vc-gap-10 .vc_column-inner {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }

  .vc-gap-10.vc_row:not(.vc_row-no-padding) .block-wrap {
    margin-bottom: 0.625rem;
  }

  .vc-gap-10 > .vc_column_container > .vc_column-inner {
    padding-right: 0.9375rem;
  }

  .vc-gap-10.push-col-right > .vc_column_container > .vc_column-inner {
    padding-right: 0.3125rem;
  }

  .vc-gap-10.push-col-right > .vc_column_container > .vc_column-inner {
    padding-left: 0.9375rem;
  }

  .vc-gap-0 .vc_column_container > .vc_column-inner,
  .vc-gap-0 .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.vc-gap-10 .block-box {
  margin-bottom: 0;
}

/*container banner fix*/
.vc_row:not(.vc_row-no-padding) .block-wrap {
  margin-bottom: 1.875rem;
}

.wpb_content_element {
  margin-bottom: 1.75rem;
}

/*------------------------------------*/
/*  vc custom code add               */
/*------------------------------------*/
.piko-parallax-left > div,
.vc_row.piko-parallax-left {
  background-attachment: fixed !important;
  background-position: left center !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.piko-parallax-right > div,
.vc_row.piko-parallax-right {
  background-attachment: fixed !important;
  background-position: right center !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.piko-parallax-center > div,
.vc_row.piko-parallax-center {
  background-attachment: fixed !important;
  background-position: center center !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 1024px) {
  .piko-parallax-center > div,
  .vc_row.piko-parallax-center {
    background-attachment: scroll !important;
    background-size: cover !important;
  }

  .piko-parallax-left > div,
  .vc_row.piko-parallax-left {
    background-attachment: scroll !important;
    background-size: cover !important;
  }

  .piko-parallax-right > div,
  .vc_row.piko-parallax-right {
    background-attachment: scroll !important;
    background-size: cover !important;
  }
}
.off-center-right.wpb_column {
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .push-col-md .vc_col-sm-4:first-child,
  .push-col-md .vc_col-sm-3:first-child {
    float: right;
  }
}
.boxed .off-center-right.wpb_column {
  z-index: 1;
}

.vc_tta-panel-title {
  font-size: 1.125rem !important;
}

.vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #22222b !important;
}

/*button*/
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

/*vc tabs*/
.wpb-js-composer .vc_tta.vc_tta-shape-square .vc_tta-tabs-list {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background-color: #fff !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #ebebeb !important;
  border-top: 0 !important;
  border-bottom: 1px solid #ebebeb !important;
  color: #22222b !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: #fff8f0 !important;
  border-bottom-color: #fdbf70 !important;
}

.wpb-js-composer .vc_tta.vc_tta-shape-square .vc_tta-tab {
  width: 100%;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel-title > a {
  padding: 1.25rem 0 1.875rem;
}

.wpb-js-composer .vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
  color: #22222b !important;
  font-size: 1.5rem;
}

.wpb-js-composer .vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: transparent !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
  border-width: 0 0 1px !important;
  border-color: #ebebeb !important;
  margin: 0 !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-body {
  border-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 1.625rem !important;
}

/*for product widget*/
.vc_tta-panel .widget.woocommerce .product_list_widget li img {
  float: right;
  margin-right: 0;
  margin-left: 1.25rem;
  border: 1px solid #ebebeb;
}

.vc_tta-panel .product_list_widget li a .product-title {
  font-size: 1rem;
  white-space: nowrap;
}

.vc_tta-panel-body .widget {
  padding: 1.375rem 0 0;
}

.vc_tta-panel-body .widget.widget_nav_menu {
  padding-top: 0;
  margin-top: -0.625rem;
}

.vc_tta-panel-body .widget_nav_menu ul li {
  padding-bottom: 0.50625rem;
}

.vc_tta-panel-body .widget ul.product_list_widget li {
  display: block;
  padding-top: 0.55625rem;
}

.vc_tta-panel-body .widget ul.product_list_widget li:last-child {
  padding-bottom: 0.4375rem;
}

/*for button*/
@media (min-width: 992px) {
  .vc_general.vc_btn3 {
    min-width: 10.9375rem;
  }
}
.vc_btn3.vc_btn3-style-outline,
.vc_btn3.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-style-outline:focus {
  border-width: 1px;
}

/*widget nav menu*/
.vc_tta-container .widget_nav_menu ul {
  list-style: none;
}
.vc_tta-container .widget_nav_menu ul li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.875rem;
  margin: 0.45625rem 0;
}
.vc_tta-container .widget_nav_menu ul li:before {
  content: '\f121';
  font-family: LineAwesome;
  padding-right: 0.6875rem;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  top: 0.0625rem;
}

/* ----------- rev slider -------------
--------------------------------------*/
.tp-bullets {
  width: 9.375rem !important;
  display: block;
  text-align: center;
}

.tp-bullets:not(.bullets-number) .tp-bullet {
  box-sizing: inherit !important;
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: center !important;
  left: 0 !important;
  width: 1.5625rem !important;
  height: 1.5625rem !important;
  position: relative !important;
  display: inline-block !important;
  transition: all .25s;
}

.tp-bullets:not(.bullets-number) .tp-bullet + .tp-bullet {
  margin-left: 0.625rem !important;
}

.tp-bullets.hesperiden .tp-bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 1.625rem;
  background-color: rgba(34, 34, 43, 0.5);
}

.tp-bullets .tp-bullet:hover,
.tp-bullets .tp-bullet:focus,
.tp-bullets .tp-bullet.selected {
  background-color: transparent !important;
}
.tp-bullets .tp-bullet:hover:after,
.tp-bullets .tp-bullet:focus:after,
.tp-bullets .tp-bullet.selected:after {
  background-color: #22222b;
}

.tparrows {
  width: 5.3125rem;
  height: 5.3125rem;
  border: 0 #22222b;
  background: transparent !important;
  display: block;
  text-align: center;
}
.tparrows:before {
  font-size: 1.375rem;
  color: #22222b;
  font-weight: 700;
}

.hesperiden.tparrows {
  background-color: transparent;
}

.hesperiden.tparrows:before {
  font-family: kable !important;
  font-size: 5.3125rem;
  color: #22222b !important;
  font-weight: normal;
  top: -0.125rem;
  position: relative;
}

.hesperiden.tparrows.tp-leftarrow:before {
  content: '\e802' !important;
  margin-left: 0;
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: '\e803' !important;
  margin-right: 0;
}

.hesperiden.tparrows:hover:before,
.tparrows:hover:before {
  color: #fff !important;
}

.tparrows:hover,
.tparrows:focus {
  background-color: #fdbf70 !important;
  border-color: #fdbf70 !important;
}

.hesperiden.tparrows:hover,
.hesperiden.tparrows:focus {
  background-color: transparent !important;
}

.tp-bullets.bullets-number .tp-bullet {
  line-height: 1.25rem !important;
  height: 1.625rem !important;
  background-color: transparent !important;
  margin: 0 !important;
  font-size: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  width: 3.125rem !important;
  border-bottom: 2px solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.tp-bullets.bullets-number .tp-bullet:hover,
.tp-bullets.bullets-number .tp-bullet.selected {
  color: #fff;
  border-bottom-color: #fff;
}

div[id^="number-white-bg_"] .tp-bullets.bullets-number .tp-bullet {
  color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
div[id^="number-white-bg_"] .tp-bullets.bullets-number .tp-bullet:hover,
div[id^="number-white-bg_"] .tp-bullets.bullets-number .tp-bullet.selected {
  color: #22222b;
  border-bottom-color: #22222b;
}

.tp-bullets.vertical {
  width: 20px !important;
}

.vertical.tp-bullets:not(.bullets-number) .tp-bullet + .tp-bullet {
  margin-left: 0 !important;
  position: inherit !important;
}

.fa-pulse {
  font-size: 1rem;
}

.product-action .fa-pulse {
  text-align: center;
  line-height: 2.25rem;
}

.single_add_to_cart_button .fa-pulse {
  margin-right: 0.5rem;
}

a.loading:before {
  display: none;
}

.just-wraper + #piko-content .entry-content > div.vc_row-no-padding:first-child {
  margin-bottom: 1.875rem;
}

body:not(.header-transparency) .just-wraper + #piko-content .entry-content > div.vc_row-no-padding:first-child {
  margin-top: -3.0625rem;
}

@media (max-width: 991px) {
  .rev_slider .button.hover {
    height: auto;
  }

  .just-wraper + #piko-content .entry-content > div.vc_row-no-padding:first-child {
    margin-top: -3.0625rem;
  }
}
@media (max-width: 767px) {
  .rev_slider .button-effect,
  .rev_slider a.button {
    display: inline;
    padding: 0.4375rem 0.9375rem;
    font-size: 0.8125rem;
  }
}
/*--------------------------------------------------------------
# social login apsl
--------------------------------------------------------------*/
/*social login*/
.apsl-login-text {
  display: none;
}

.social-networks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 0.9375rem;
}

.apsl-icon-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.625rem 0.9375rem 0.6875rem;
  margin-right: 0.625rem;
  -webkit-transition: opacity 0.4s, ease-in-out;
  transition: opacity 0.4s, ease-in-out;
}

.apsl-icon-block.icon-facebook {
  background: #48629b none repeat scroll 0 0;
}

.apsl-icon-block.icon-twitter {
  background: #23b0e6 none repeat scroll 0 0;
}

.apsl-icon-block.icon-google {
  background: #dc4b38 none repeat scroll 0 0;
}

.apsl-icon-block:hover {
  opacity: 0.8;
}

.apsl-icon-block .fa {
  position: absolute;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.apsl-long-login-text {
  padding-left: 1.375rem;
  font-size: 0.75rem;
  line-height: 1;
}

.apsl-login-new-text {
  font-weight: 500;
  display: block;
  color: #555;
  margin-bottom: 0.3125rem;
}

.apsl-error {
  font-size: 0.8125rem;
  color: red;
  margin-bottom: 0.625rem;
  display: block;
}

.piko-my-account .social-networks {
  margin-top: 0.625rem;
  margin-bottom: 0;
}

#commentform .apsl-login-networks {
  margin-top: 0.625rem;
}

.woocommerce .piko-my-account .apsl-login-networks {
  margin-bottom: 1.25rem;
}

/*--------------------------------------------------------------
# popup
--------------------------------------------------------------*/
.popup-news {
  background-color: #fff;
  max-width: 40.625rem;
  margin: auto;
  border-radius: 0.125rem;
  -webkit-animation: slide-top .3s ease-out;
  animation: slide-top .3s ease-out;
}
.popup-news .mfp-close {
  display: none;
}
.mfp-content .popup-news {
  display: block;
}

.pop-tools {
  float: right;
  border-top: 1px solid #ebebeb;
  padding: 0.5625rem 0 0.3125rem 0.9375rem;
}
.pop-tools .fix-checkbox {
  top: -0.25rem;
  margin-right: 0.9375rem;
}
.pop-tools .fix-checkbox:before {
  content: '';
  position: absolute;
  top: -0.5625rem;
  margin-left: -2.9375rem;
  height: 2.8125rem;
  width: 1px;
  background-color: #ebebeb;
  transform: skewX(-20deg);
}
.pop-tools .pop-close {
  margin-right: 0.3125rem;
}

.pop-content {
  min-height: 18.75rem;
}
.pop-content .col-12 {
  margin-top: 1.5625rem;
}

.pop-content h3 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.mc4wp-form .search-submit:hover {
  opacity: 0.8;
}

.mc4wp-form .search-submit {
  position: relative;
}

.popup-news .mc4wp-form .search-submit {
  left: -0.125rem;
}

/*form 7*/
.pop-content input[type="email"] {
  width: calc(100% - 100px);
}

.pop-content input[type="submit"] {
  background-color: transparent;
  color: #22222b;
  border-bottom: 1px solid;
  line-height: .9;
  padding-left: 0;
  padding-right: 0;
  min-width: inherit;
  height: 2.6875rem;
}

.pop-content .wpcf7-not-valid-tip {
  text-align: center;
}

.popup-news.piko-newsletter div.wpcf7-response-output {
  font-size: 0.75rem;
  background-color: #fff;
  margin-top: 3.125rem;
  top: inherit;
}

.popup-news.piko-newsletter div.wpcf7 .ajax-loader {
  color: #999;
}

@media (max-width: 575px) {
  .popup-news:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
/*--------------------------------------------------------------
# testimonial
--------------------------------------------------------------*/
.testimonial_1,
.testimonial_2 {
  margin-top: 3.75rem;
}
.testimonial_1 .owner-meta,
.testimonial_2 .owner-meta {
  margin-bottom: 1rem;
  padding: 2.5rem 1.5625rem 2.5rem 1.5625rem;
  border: 1px solid #ebebeb;
}
.testimonial_1 .owner-meta .t_c span,
.testimonial_2 .owner-meta .t_c span {
  font-size: 0.875rem;
}

.testimonial figure {
  position: absolute;
  z-index: 10;
  width: 4.6875rem;
  left: calc(50% - 30px);
  border-radius: 50%;
  top: -40px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.testimonial figure img {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 1px solid #ebebeb;
}

.testimonial figure .quote {
  position: relative;
  z-index: 15;
  line-height: 4.375rem;
  font-size: 1.5625rem;
  color: #444;
}

.testimonial h4 {
  margin: 0;
}

.testimonial .br50 {
  max-width: 5rem;
  border: 1px solid #ebebeb;
}

.piko-carousel .testimonial {
  margin-top: 3.125rem;
}

.tl-white .testimonial h4,
.tl-white .testimonial h4 span,
.tl-white .testimonial a,
.tl-white .testimonial p {
  color: #fff;
}

.tl-white .slick-dots li:not(.slick-active) button {
  background-color: #fff;
}

.testimonial_3 {
  position: relative;
  margin-bottom: 4.6875rem;
}
.testimonial_3 article:nth-of-type(1n) .testimonial {
  background-color: rgba(28, 193, 67, 0.102);
}
.testimonial_3 article:nth-of-type(2n) .testimonial {
  background-color: rgba(193, 28, 28, 0.102);
}
.testimonial_3 article:nth-of-type(3n) .testimonial {
  background-color: rgba(28, 164, 193, 0.102);
}
.testimonial_3 figure {
  top: inherit;
  margin-bottom: 0;
  bottom: -2.1875rem;
}
.testimonial_3 .pa_center {
  position: relative;
  top: 7.6875rem;
}
.testimonial_3 .testimonial {
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='124' height='91' viewBox='0 0 124 91'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; opacity: 0.7; %7D %3C/style%3E%3C/defs%3E%3Cg id='_01' data-name='01'%3E%3Cpath id='_' data-name='' class='cls-1' d='M11.785,22.484q-11.8,15.26-11.793,32.9,0,15,9.576,25.225T31.027,90.839a23.083,23.083,0,0,0,16.315-6.086A19.178,19.178,0,0,0,53.9,70.2a17.838,17.838,0,0,0-5.409-13.142,17.416,17.416,0,0,0-12.68-5.38A22.284,22.284,0,0,0,28.721,53a20.659,20.659,0,0,1-6.207,1.323,4.6,4.6,0,0,1-3.9-2.47q-1.775-2.291-1.773-8.467A30.992,30.992,0,0,1,23.578,24.16q6.738-8.819,22.345-16.935V-0.007Q23.578,7.228,11.785,22.484ZM81.8,22.131A53.688,53.688,0,0,0,69.919,55.912q0,15,9.4,25.049t21.1,10.054a23.694,23.694,0,0,0,16.759-6.35,19.834,19.834,0,0,0,6.827-14.994A17.058,17.058,0,0,0,118.6,56.882a17.71,17.71,0,0,0-12.679-5.2,22.816,22.816,0,0,0-7.8,1.411A19.21,19.21,0,0,1,92.264,54.5q-2.128,0-4.079-2.47t-1.951-7.409A32.39,32.39,0,0,1,91.91,25.571Q97.583,17.459,115.5,7.225v-6.7Q93.683,6.872,81.8,22.131Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 35px -20px;
}
.testimonial_3 p {
  text-align: center;
  padding: 2.8125rem 3.0625rem 0;
  margin-bottom: -0.59375rem;
}
.testimonial_3 .piko-carousel-grid [class*="col-"]:nth-child(n+4) {
  margin-top: 5.9375rem;
}

div.testimonial_3 .testimonial {
  padding-bottom: 5.375rem;
}

@media (max-width: 767px) {
  .testimonial_3 {
    margin-bottom: 1.875rem;
  }

  div.testimonial_3 .testimonial {
    padding-bottom: 0;
  }

  .testimonial_4 .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .testimonial {
    position: relative;
    padding-bottom: 1.5625rem;
  }

  .testimonial_3 figure {
    position: relative;
  }

  .testimonial_3 .pa_center {
    top: 0.9375rem;
  }
}
.testimonial_4 .testimonial {
  background-color: #fff;
}
.testimonial_4 .testimonial .pa_center {
  top: 0;
  padding: 3.125rem 0 0.4375rem;
}
.testimonial_4 .testimonial figure {
  border: 2px solid #fff;
}
.testimonial_4 .testimonial .fa {
  font-size: 80px;
  opacity: .2;
  line-height: .8;
}
.testimonial_4 .testimonial p {
  padding-top: 0;
  margin-top: -1.5625rem;
}
.testimonial_4 .slick-slide:nth-of-type(2n) .testimonial {
  background-color: #fdad97;
  background-image: inherit;
  color: #fff;
}
.testimonial_4 .slick-slide:nth-of-type(2n) .testimonial a,
.testimonial_4 .slick-slide:nth-of-type(2n) .testimonial h4 {
  color: #fff;
}
.testimonial_4 .slick-dots {
  margin-top: -0.9375rem;
}

.testimonial_5 .owner-meta {
  background-color: white;
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.03);
  padding: 2.1875rem;
}
.testimonial_5 .owner-meta p span {
  font-family: Arial, Helvetica, sans-serif;
}
.testimonial_5 .col-xl-4 {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.testimonial_6 .owner-meta {
  background-color: white;
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.03);
  padding: 2.1875rem;
}
.testimonial_6 .owner-meta p span {
  position: absolute;
  color: #fdbf70;
  opacity: .2;
  font-size: 3.125rem;
  top: 0.625rem;
}

.vc_row.bg-right-top {
  background-position: right top !important;
}

@media (min-width: 1140px) {
  .vc_row.bg-right-top .testimonial_5 {
    right: -6.875rem;
    position: relative;
  }

  .testimonial_5 .testimonial,
  .testimonial_6 .testimonial {
    margin-bottom: 1.875rem;
  }
}
/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/
.piko-masonry.row .single_item_content {
  margin-bottom: 1.875rem;
}
.piko-masonry.gutters5 .single_item_content {
  margin-bottom: 0.625rem;
}
.piko-masonry.gutters7 .single_item_content {
  margin-bottom: 0.9375rem;
}

@media (min-width: 1140px) {
  .piko-masonry.gutters130 .single_item_content {
    margin-bottom: 8.125rem;
  }
  .piko-masonry.gutters56 .single_item_content {
    margin-bottom: 3.5rem;
  }
}
.portfolio_area ul {
  list-style: none;
  padding-left: 0;
}
.portfolio_area .link {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.portfolio_area .link i {
  width: 1.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border: 1px solid #fff;
}
.portfolio_area .link i:before {
  margin-top: -0.25rem;
  margin-left: -0.75rem;
  font-size: 1.375rem;
  color: #fff;
}
.portfolio_area .item_content {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.portfolio_area .item_content::before {
  content: '';
  position: absolute;
  left: 1.5625rem;
  right: 1.5625rem;
  top: 1.5625rem;
  bottom: 1.5625rem;
  background-color: rgba(0, 0, 43, 0.1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
}
.portfolio_area .item_content .link {
  opacity: 0;
  visibility: hidden;
}
.portfolio_area .item_content:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.portfolio_area .item_content:hover:before, .portfolio_area .item_content:hover .link {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1140px) {
  .portfolio_area .piko-masonry:not(.column-4):not(.column-5):not(.column-6) .link {
    width: 6.25rem;
    height: 6.25rem;
    line-height: 6.25rem;
  }
  .portfolio_area .piko-masonry:not(.column-4):not(.column-5):not(.column-6) .link i {
    width: 1.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .portfolio_area .piko-masonry:not(.column-4):not(.column-5):not(.column-6) .link i:before {
    margin-left: -1.125rem;
  }

  .portfolio-details .piko-carousel {
    margin-right: calc(15% - 15vw);
  }
}
/* Wobble Horizontal */
@-webkit-keyframes woble-h-effect {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes woble-h-effect {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.woble-h-effect:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.link:hover .woble-h-effect:before {
  -webkit-animation-name: woble-h-effect;
  animation-name: woble-h-effect;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

body.single-portfolio .has-sidebar-right {
  padding-right: 2.5rem;
}

.project_widget {
  background-color: #f8f8f8;
  padding: 0.9375rem 1.875rem;
}
.project_widget li span:first-child {
  color: #22222b;
  padding-right: 0.9375em;
}

.single-portfolio .social-icons.xs .social-icon {
  background-color: transparent;
}
.single-portfolio .social-icons [class*="fa-"] {
  color: #22222b;
}

.next_prev_buttons a:not(.fa) {
  font-size: 1.625rem;
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.team_area .member figure {
  overflow: hidden;
  margin-bottom: 0;
}
.team_area .member .team-title {
  left: 0;
  bottom: 0;
  transform: translateY(40px);
  line-height: 2.5rem;
  background-color: #fff;
  transition: all 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.team_area .member .team-title a {
  padding: 0 0.625rem 0 1.25rem;
}
.team_area .member:hover .team-title {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team_area .parallax li {
  transform: translateY(0);
  transition: transform .1s linear 0s;
  will-change: transform;
}
.team_area .parallax.column-6 li:nth-child(1), .team_area .parallax.column-6 li:nth-child(3), .team_area .parallax.column-6 li:nth-child(6), .team_area .parallax.column-6 li:nth-child(8), .team_area .parallax.column-6 li:nth-child(10), .team_area .parallax.column-6 li:nth-child(12), .team_area .parallax.column-6 li:nth-child(14), .team_area .parallax.column-6 li:nth-child(16), .team_area .parallax.column-4 li:nth-child(1), .team_area .parallax.column-4 li:nth-child(3), .team_area .parallax.column-4 li:nth-child(6), .team_area .parallax.column-4 li:nth-child(8), .team_area .parallax.column-4 li:nth-child(10), .team_area .parallax.column-4 li:nth-child(12), .team_area .parallax.column-4 li:nth-child(14), .team_area .parallax.column-4 li:nth-child(16) {
  margin-top: 100px;
}
.team_area .parallax.column-5 li:nth-child(1), .team_area .parallax.column-5 li:nth-child(3), .team_area .parallax.column-5 li:nth-child(5), .team_area .parallax.column-5 li:nth-child(7), .team_area .parallax.column-5 li:nth-child(9), .team_area .parallax.column-5 li:nth-child(11), .team_area .parallax.column-5 li:nth-child(13), .team_area .parallax.column-5 li:nth-child(15), .team_area .parallax.column-3 li:nth-child(1), .team_area .parallax.column-3 li:nth-child(3), .team_area .parallax.column-3 li:nth-child(5), .team_area .parallax.column-3 li:nth-child(7), .team_area .parallax.column-3 li:nth-child(9), .team_area .parallax.column-3 li:nth-child(11), .team_area .parallax.column-3 li:nth-child(13), .team_area .parallax.column-3 li:nth-child(15) {
  margin-top: 100px;
}
.team_area .parallax .row.gutters56 [class*="col-"] {
  margin-bottom: 7.5rem;
}
.team_area .row.gutters56 .col-xl-2,
.team_area .row.gutters56 .col-xl-20 {
  margin-bottom: 3.5rem;
}

@media (min-width: 992px) {
  .team_area .member .team-title {
    width: 12.5rem;
    height: 4.375rem;
    line-height: 4.375rem;
  }
}
.portfolio-details blockquote,
.team-single blockquote {
  font-size: 1.625rem;
  padding: 0 !important;
  border: 0 !important;
  line-height: 2.5rem;
  margin-bottom: 1.875rem;
}
.portfolio-details blockquote p span,
.team-single blockquote p span {
  border-bottom: 0.125rem solid currentColor;
}
.portfolio-details blockquote cite,
.team-single blockquote cite {
  font-size: 1.25rem;
  color: #22222b;
}

@media (min-width: 992px) {
  .portfolio-details blockquote,
  .team-single blockquote {
    font-size: 4.5rem;
    line-height: 6.25rem;
    margin-bottom: 3.125rem;
  }
  .portfolio-details blockquote p span,
  .team-single blockquote p span {
    border-bottom-width: 0.1875rem;
  }
}
.team-single .social-link a {
  padding-left: 1.25rem;
  font-size: 1rem;
}
.team-single .contact-btn {
  color: #22222b;
  border: 1px solid #22222b;
  width: 10.625rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
}
.team-single h3 {
  margin-bottom: 0.625rem;
}

.team-single .wp-block-pullquote blockquote {
  margin-top: 3.125rem;
}

@media (min-width: 992px) {
  .team-single-1 .left-width {
    margin-left: calc(100% - 49.3vw);
    margin-top: -6.5rem;
    width: auto;
    max-width: 1000%;
  }
  .team-single-1 .details {
    margin-top: -1.75rem;
  }
}
.progress {
  position: relative;
  height: 200px;
  width: 160px;
  border: 1px solid #22222b;
  overflow: hidden;
}

.progress-bar {
  position: absolute;
  bottom: -2.8125rem;
  width: 100%;
  height: 1px;
  -webkit-transition: height .7s ease;
  transition: height .7s ease;
}

.progress .progress-val {
  color: #fff;
  font-size: 2.25rem;
  position: absolute;
  left: 50%;
  bottom: 1.375rem;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.progress .progress-title {
  color: #22222b;
  font-size: 1.25rem;
  position: absolute;
  left: 50%;
  top: 1.875rem;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.progress-bar .base,
.progress-bar .upper {
  fill: #ff7373;
  fill-rule: evenodd;
}
.progress-bar .base.blue,
.progress-bar .upper.blue {
  fill: #738dff;
  fill-rule: evenodd;
}
.progress-bar .base.yellow,
.progress-bar .upper.yellow {
  fill: #ffd973;
  fill-rule: evenodd;
}
.progress-bar .upper {
  opacity: 0.3;
  animation: anam-lr 5s linear infinite alternate;
}

@keyframes anam-lr {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, 0);
  }
  100% {
    transform: translate(-10px, 0);
  }
}
/*--------------------------------------------------------------
# countdown
--------------------------------------------------------------*/
[class*="piko_countdown-"] {
  max-width: 15.9375rem;
}

[class*="piko_countdown-"] .countdown-row .countdown-section {
  border: none;
  border-radius: 0.25rem;
  overflow: hidden;
}

.piko_countdown-2 .countdown-row .countdown-section {
  background-color: #555;
}
.piko_countdown-2 .countdown-amount,
.piko_countdown-2 .countdown-period {
  color: #fff;
}

/*--------------------------------------------------------------
# countdown
--------------------------------------------------------------*/
.coming-soon .countdown-lastest {
  max-width: 21.875rem;
}
.coming-soon form {
  max-width: 31.25rem;
  margin: 20px auto 0;
}
.coming-soon form label input:not([type="submit"]) {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.coming-soon .coming-content {
  color: #22222b;
  width: 93%;
  max-width: 37.5rem;
  padding: 3.4375rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px;
  -webkit-clip-path: polygon(0% 15%, 27% 26%, 15% 0%, 85% 0%, 74% 26%, 100% 15%, 100% 85%, 69% 71%, 85% 100%, 15% 100%, 27% 73%, 0% 85%);
  clip-path: polygon(0% 15%, 27% 26%, 15% 0%, 85% 0%, 74% 26%, 100% 15%, 100% 85%, 69% 71%, 85% 100%, 15% 100%, 27% 73%, 0% 85%);
}
.coming-soon .coming-content img {
  margin-bottom: 1.5625rem;
}

@media (max-width: 576px) {
  .coming-soon .coming-content {
    margin-top: 5rem;
    padding-bottom: 3.125rem;
  }
}
.piko-newsletter .wpcf7-not-valid-tip {
  position: absolute;
  min-width: 15.9375rem;
  text-transform: capitalize;
  top: 1.875rem;
  text-align: left;
}
.piko-newsletter div.wpcf7 .ajax-loader {
  margin-left: 0.625rem;
  top: -0.1875rem;
}
.piko-newsletter div.wpcf7-response-output {
  margin-top: 2.1875rem;
}
.piko-newsletter form p {
  margin-bottom: 0;
}

.piko-newsletter div.wpcf7-response-output {
  position: absolute;
  top: 2.1875rem;
  z-index: 2;
}

.piko-newsletter div.wpcf7 .ajax-loader:before {
  right: auto;
}

/*vc shortcode contact form 7*/
.news.piko-newsletter div.wpcf7-response-output {
  top: inherit;
  margin-top: 2.8125rem;
}

.news.piko-newsletter .wpcf7-not-valid-tip {
  top: inherit;
  margin-top: 0.3125rem;
}

.news.piko-newsletter div.wpcf7 .ajax-loader {
  position: relative;
  color: #999;
}

/*--------------------------------------------------------------
# pluigns contact form7
--------------------------------------------------------------*/
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-response-output {
  border-radius: 0.3125rem;
  padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-mail-sent-ok {
  border: 1px solid #fdbf70;
}

div.wpcf7-spam-blocked {
  border: 1px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1.375rem;
  position: relative;
  margin-left: 2.1875rem;
}
div.wpcf7 .ajax-loader:before {
  content: "\f110";
  font-family: fontAwesome;
  display: inline-block;
  position: absolute;
  right: 10px;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
  cursor: pointer;
}

/*--------------------------------------------------------------
# cookie notice
--------------------------------------------------------------*/
#cookie-notice {
  position: fixed;
  top: auto;
  right: 1vw;
  bottom: 1vw;
  left: auto;
  padding: 1.5vw;
  z-index: 1000;
  min-width: 0.0625rem;
  max-width: 31.25rem;
  width: 28vw;
  height: auto;
  border-radius: 0.25rem;
  background-color: rgba(245, 245, 245, 0.97) !important;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  #cookie-notice {
    padding: 0.9375rem 1.5625rem;
  }
}

#cookie-notice:not(.cookie-notice-visible),
#cookie-notice.cookie-notice-hidden {
  display: none;
}

#cookie-notice.cn-top {
  left: 1vw;
}

#cookie-notice #cn-notice-text {
  color: #999;
  font-size: 0.9375rem;
}

#cookie-notice .cn-button,
#cookie-notice .button-bootstrap,
#cookie-notice .cn-button.wp-default {
  display: block;
  margin-top: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}

#cookie-notice .bootstrap:not(.cn-more-info) {
  background-color: #fdbf70;
  border-color: #fdbf70;
  color: #ffffff;
}

#cookie-notice .bootstrap.cn-more-info {
  color: #999;
  border-color: #e0e0e0;
}
#cookie-notice .bootstrap.cn-more-info:hover {
  color: #ffffff;
  border-color: #fdbf70;
}

#cookie-notice .cn-button:hover,
#cookie-notice .button-bootstrap:hover,
#cookie-notice .cn-button.wp-default:hover {
  opacity: 0.8;
}

#cookie-notice h4 {
  margin-top: 0;
}

@media (max-width: 991px) {
  #cookie-notice #cn-notice-text {
    font-size: 0.8125rem;
  }

  #cookie-notice h4 {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  #cookie-notice {
    width: 100%;
  }
}

/* new update code  25july23 */
.tp-bullets:not(.bullets-number) .tp-bullet {background: transparent !important;}
.signup-newsletter-form p{margin:0;}
.wpcf7-spinner{position: absolute;}
.vc_custom_heading.h-line_after{
  position: relative;
}
.vc_custom_heading.h-line_after[style*="text-align: left"]::before{
  transform: inherit;
    left: 0;
}

.vc_custom_heading.h-line_after[style*="text-align: right"]::before{
  left: auto;
  right: 0;
  transform: inherit;
}

/* block checkout fix 2-3-24 */
.wc-block-cart  .wc-block-cart__totals-title,
.wc-block-cart .wc-block-cart-items th,
.wc-block-components-radio-control__option-checked .wc-block-components-radio-control__label-group,
.wc-block-components-totals-item__value,
.wc-block-components-totals-item__label{
  color: #22222b !important;
}
body .wc-block-cart__submit-button{
    background: #22222b;
    color: #fff;
    margin-top: 25px;
}
body .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
  height: 3.125rem;
  padding: 0 1.875rem;
}
body .is-large .wc-block-components-sidebar .wc-block-components-panel, 
body .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, 
body .is-large .wc-block-components-sidebar .wc-block-components-totals-item{
  padding-left: 0;
  padding-right: 0;
}
body .is-large.wc-block-cart .wc-block-cart-items td {
  padding-right: 16px;
  padding-left: 0;
}
.wc-block-components-text-input input,
.wc-block-components-form input:not([type="submit"]):not([type="checkbox"]), .wc-block-components-form textarea, .wc-block-components-form select, 
.wc-block-components-combobox input:not([type="submit"]):not([type="checkbox"]), .wc-block-components-combobox textarea, .wc-block-components-combobox select {
  height:  auto !important;
}
.wc-block-cart-item__quantity button{
  height: auto;
  line-height: inherit;
}
body .wc-block-components-panel__button {
  color: #22222b;
  background-color: transparent !important;
}
body .wc-block-components-panel__button:hover {
  background-color: transparent !important;
  color: #22222b !important;
}
body .wc-block-components-radio-control .wc-block-components-radio-control__input{
  border: 1px solid rgba(25,23,17,.48);
}
.woocommerce-thankyou-order-details {
  list-style: none;
    padding: 0;
}
.woocommerce-thankyou-order-details li{
  border: 1px solid #f2f2f2;
  padding: 5px 20px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.woocommerce-thankyou-order-details li strong{
  display: block;
}
.woocommerce-thankyou-order-received{
  font-size: 2em;
  color: #22222b;
  margin-bottom: 40px !important;
}
.woocommerce-order-details h2{
  margin-top: 40px;
  font-size: 26px;
}
@media (min-width:768px){
  .woocommerce-thankyou-order-details {
      display: flex;
      gap: 20px;
  }
}

body .fa-twitter:before{
  width: 12px;
    display: block;
  content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0ODcuNDMgNDU2LjE5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzFkMWQxYjt9PC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InBhdGgxMDA5IiBjbGFzcz0iY2xzLTEiIGQ9Ik03LjQ4LDIxLjksMTk1LjY2LDI3My41Nyw2LjI5LDQ3OC4xSDQ4LjkxTDIxNC43MSwyOTlsMTM0LDE3OS4xMWgxNDVMMjk0LjkzLDIxMi4zMyw0NzEuMiwyMS45SDQyOC41OEwyNzUuODksMTg2LjgyLDE1Mi41MSwyMS45Wk03MC4xNiw1My4zaDY2LjYzTDQzMSw0NDYuN0gzNjQuMzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi4yOSAtMjEuOSkiLz48L3N2Zz4=);
}


/*CATEGORY PRODUCT TITLES*/
.product-wrap .product-title {
  text-transform: uppercase;
}