/*Theme Name: Ordo
Theme URI: http://demo.themeftc.com/woo_ornaldo/store/
Author: the ThemeFTC team
Author URI: http://demo.themeftc.com/
Version: 1.0
Text Domain: ordo


Use for style Gutenberg WP
*/

.wp-block-embed figcaption {
    margin-top: .5em;
    color: #6c7781;
    text-align: center;
    font-size: 13px
}

.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 318px;
    width: 100%
}
.has-small-font-size {
    font-size: 13px;
    line-height: 13px;
}
.has-medium-font-size {
    font-size: 20px;
    line-height: 20px;
}
.has-large-font-size {
    font-size: 36px;
    line-height: 36px;
}

.has-huge-font-size {
    font-size: 48px;
    line-height: 48px;
}

p.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 4.1em;
    line-height: .7;
    font-family: serif;
    font-weight: 600;
    margin: .07em .23em 0 0;
    text-transform: uppercase;
    font-style: normal
}
.aligncenter {
    text-align: center;
}

p.has-background {
    padding: 20px 30px
}

.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color {
    color: #313131
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: #6c7781;
    margin-top: 1em;
    position: relative;
    font-size: 13px;
    font-style: normal
}

.wp-block-quote.is-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
    font-size: 19px;
    text-align: right
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 8px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 40px 10px 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent);
    position: absolute;
    width: 100%;
    max-height: 100%;
    overflow: auto
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    flex: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-gallery.is-cropped .blocks-gallery-image _:-ms-lang(x),
.wp-block-gallery.is-cropped .blocks-gallery-image figure,
.wp-block-gallery.is-cropped .blocks-gallery-item _:-ms-lang(x),
.wp-block-gallery.is-cropped .blocks-gallery-item figure {
    height: auto;
    width: auto
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(100% / 2 - 16px)
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: calc(100% / 1 - 16px)
}

@media (min-width:600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(100% / 3 - 20px)
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(100% / 4 - 20px)
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(100% / 5 - 25px)
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(100% / 6 - 25px)
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(100% / 7 - 25px)
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(100% / 8 - 25px)
    }
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
[data-align=left] .wp-block-gallery,
[data-align=right] .wp-block-gallery {
    max-width: 318px;
    width: 100%
}

.wp-block-audio figcaption {
    margin-top: .5em;
    color: #6c7781;
    text-align: center;
    font-size: 13px
}

.wp-block-button {
    margin-bottom: 1.5em
}
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}
.wp-block-button.is-style-outline {
    outline: #fff solid 5px;
}
.wp-block-button .wp-block-button__link {
    border: none;
    box-shadow: none;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 11px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    word-break: break-all
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover {
    background-color: #32373c
}

.wp-block-button__link:not(.has-text-color),
.wp-block-button__link:not(.has-text-color):active,
.wp-block-button__link:not(.has-text-color):focus,
.wp-block-button__link:not(.has-text-color):hover {
    color: #fff
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    grid-auto-flow: dense
}

.wp-block-columns.has-2-columns {
    grid-auto-columns: 50%
}

.wp-block-columns.has-3-columns {
    grid-auto-columns: 33.33333%
}

.wp-block-columns.has-4-columns {
    grid-auto-columns: 25%
}

.wp-block-columns.has-5-columns {
    grid-auto-columns: 20%
}

.wp-block-columns.has-6-columns {
    grid-auto-columns: 16.66667%
}

.wp-block-columns .layout-column-1 {
    grid-column: 1
}

.wp-block-columns .layout-column-2 {
    grid-column: 2
}

.wp-block-columns .layout-column-3 {
    grid-column: 3
}

.wp-block-columns .layout-column-4 {
    grid-column: 4
}

.wp-block-columns .layout-column-5 {
    grid-column: 5
}

.wp-block-columns .layout-column-6 {
    grid-column: 6
}

.wp-block-cover-image {
    position: relative;
    background-size: cover;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center
}

.wp-block-cover-image.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 636px;
    padding: 14px;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image.has-parallax {
    background-attachment: fixed
}

.wp-block-cover-image.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5)
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before {
    background-color: rgba(0, 0, 0, .1)
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before {
    background-color: rgba(0, 0, 0, .2)
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before {
    background-color: rgba(0, 0, 0, .3)
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before {
    background-color: rgba(0, 0, 0, .4)
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before {
    background-color: rgba(0, 0, 0, .5)
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before {
    background-color: rgba(0, 0, 0, .6)
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before {
    background-color: rgba(0, 0, 0, .7)
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before {
    background-color: rgba(0, 0, 0, .8)
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before {
    background-color: rgba(0, 0, 0, .9)
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before {
    background-color: #000
}

.wp-block-cover-image.components-placeholder {
    height: inherit
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
[data-align=left] .wp-block-cover-image,
[data-align=right] .wp-block-cover-image {
    max-width: 318px;
    width: 100%
}

.wp-block-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-image figcaption {
    margin-top: .5em;
    color: #6c7781;
    text-align: center;
    font-size: 13px
}

.wp-block-image.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 400px
}

.wp-block-pullquote.alignleft>p,
.wp-block-pullquote.alignright>p {
    font-size: 20px
}

.wp-block-pullquote>p {
    font-size: 24px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    color: #40464d;
    position: relative;
    text-transform: uppercase;
    font-size: 13px
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    max-width: 100px;
    margin: 1.65em auto
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    box-sizing: border-box;
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

.wp-block-video {
    margin: 0
}

.wp-block-video figcaption {
    margin-top: .5em;
    color: #6c7781;
    text-align: center;
    font-size: 13px
}

.wp-block-video.aligncenter {
    text-align: center
}

.shared-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    margin: 0 -14px;
    padding: 10px 14px;
    position: relative;
    top: 14px
}

.shared-block-edit-panel .shared-block-edit-panel__spinner {
    margin: 0 5px
}

.shared-block-edit-panel .shared-block-edit-panel__info {
    margin-right: auto
}

.shared-block-edit-panel .shared-block-edit-panel__label {
    margin-right: 10px;
    white-space: nowrap;
    font-weight: 600
}

.shared-block-edit-panel .shared-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 5px 0 10px
}

.wp-core-ui .shared-block-edit-panel .shared-block-edit-panel__button {
    margin: 0 5px 0 0
}

@media (min-width:960px) {
    .shared-block-edit-panel {
        flex-wrap: nowrap
    }
    .shared-block-edit-panel .shared-block-edit-panel__title {
        margin: 0
    }
    .wp-core-ui .shared-block-edit-panel .shared-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.shared-block-indicator {
    background: #fff;
    border-left: 1px dashed #e2e4e7;
    color: #555d66;
    border-top: 1px dashed #e2e4e7;
    bottom: -14px;
    height: 30px;
    padding: 5px;
    position: absolute;
    right: -14px;
    width: 30px
}

.has-background.has-strong-magenta-background-color{
	background-color: #a156b4;
}
.has-text-color.has-strong-magenta-color{
	color:#a156b4;
}
.has-background.has-light-grayish-magenta-background-color{
	background-color: #d0a5db;
}
.has-text-color.has-light-grayish-magenta-color{
	color: #d0a5db;
}
.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee;
}
.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee;
}
.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131;
}
.has-text-color.has-very-dark-gray-color{
	color: #313131;
}
@media (min-width: 600px){
.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(100% / 3 - 20px) !important;
}
}
.alignwide {
    max-width: 80%;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    position: relative;
    left: 10%;
}/*!
 *  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(//www.mcheat.id/wp-content/themes/appa/assets/css/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(//www.mcheat.id/wp-content/themes/appa/assets/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.mcheat.id/wp-content/themes/appa/assets/css/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.mcheat.id/wp-content/themes/appa/assets/css/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.mcheat.id/wp-content/themes/appa/assets/css/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.mcheat.id/wp-content/themes/appa/assets/css/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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}/*
*  Licensing: http://www.pixeden.com/icon-fonts/stroke-7-icon-font-set
*/
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url(//www.mcheat.id/wp-content/themes/appa/assets/css/fonts/Pe-icon-7-stroke.eot?d7yf1v);
  src: url(//www.mcheat.id/wp-content/themes/appa/assets/css/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'), url(//www.mcheat.id/wp-content/themes/appa/assets/css/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'), url(//www.mcheat.id/wp-content/themes/appa/assets/css/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'), url(//www.mcheat.id/wp-content/themes/appa/assets/css/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* HELPER CLASS
 * -------------------------- */
/* FA based classes */
/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */
/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.33em;
  line-height: 0.75em;
  vertical-align: -15%; }

.pe-2x {
  font-size: 2em; }

.pe-3x {
  font-size: 3em; }

.pe-4x {
  font-size: 4em; }

.pe-5x {
  font-size: 5em; }

.pe-fw {
  width: 1.28571em;
  text-align: center; }

.pe-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .pe-ul > li {
    position: relative; }

.pe-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .pe-li.pe-lg {
    left: -1.85714em; }

.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pe.pull-left {
  float: left;
  margin-right: .3em;
  margin-left: .3em; }

.pe-spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.pe-stack-1x, .pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.pe-stack-1x {
  line-height: inherit; }

.pe-stack-2x {
  font-size: 2em; }

.pe-inverse {
  color: #ffffff; }

/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle; }

.pe-border {
  border: solid 0.08em #eaeaea; }

.pe-7s-album:before {
  content: "\e6aa"; }

.pe-7s-arc:before {
  content: "\e6ab"; }

.pe-7s-back-2:before {
  content: "\e6ac"; }

.pe-7s-bandaid:before {
  content: "\e6ad"; }

.pe-7s-car:before {
  content: "\e6ae"; }

.pe-7s-diamond:before {
  content: "\e6af"; }

.pe-7s-door-lock:before {
  content: "\e6b0"; }

.pe-7s-eyedropper:before {
  content: "\e6b1"; }

.pe-7s-female:before {
  content: "\e6b2"; }

.pe-7s-gym:before {
  content: "\e6b3"; }

.pe-7s-hammer:before {
  content: "\e6b4"; }

.pe-7s-headphones:before {
  content: "\e6b5"; }

.pe-7s-helm:before {
  content: "\e6b6"; }

.pe-7s-hourglass:before {
  content: "\e6b7"; }

.pe-7s-leaf:before {
  content: "\e6b8"; }

.pe-7s-magic-wand:before {
  content: "\e6b9"; }

.pe-7s-male:before {
  content: "\e6ba"; }

.pe-7s-map-2:before {
  content: "\e6bb"; }

.pe-7s-next-2:before {
  content: "\e6bc"; }

.pe-7s-paint-bucket:before {
  content: "\e6bd"; }

.pe-7s-pendrive:before {
  content: "\e6be"; }

.pe-7s-photo:before {
  content: "\e6bf"; }

.pe-7s-piggy:before {
  content: "\e6c0"; }

.pe-7s-plugin:before {
  content: "\e6c1"; }

.pe-7s-refresh-2:before {
  content: "\e6c2"; }

.pe-7s-rocket:before {
  content: "\e6c3"; }

.pe-7s-settings:before {
  content: "\e6c4"; }

.pe-7s-shield:before {
  content: "\e6c5"; }

.pe-7s-smile:before {
  content: "\e6c6"; }

.pe-7s-usb:before {
  content: "\e6c7"; }

.pe-7s-vector:before {
  content: "\e6c8"; }

.pe-7s-wine:before {
  content: "\e6c9"; }

.pe-7s-cloud-upload:before {
  content: "\e68a"; }

.pe-7s-cash:before {
  content: "\e68c"; }

.pe-7s-close:before {
  content: "\e680"; }

.pe-7s-bluetooth:before {
  content: "\e68d"; }

.pe-7s-cloud-download:before {
  content: "\e68b"; }

.pe-7s-way:before {
  content: "\e68e"; }

.pe-7s-close-circle:before {
  content: "\e681"; }

.pe-7s-id:before {
  content: "\e68f"; }

.pe-7s-angle-up:before {
  content: "\e682"; }

.pe-7s-wristwatch:before {
  content: "\e690"; }

.pe-7s-angle-up-circle:before {
  content: "\e683"; }

.pe-7s-world:before {
  content: "\e691"; }

.pe-7s-angle-right:before {
  content: "\e684"; }

.pe-7s-volume:before {
  content: "\e692"; }

.pe-7s-angle-right-circle:before {
  content: "\e685"; }

.pe-7s-users:before {
  content: "\e693"; }

.pe-7s-angle-left:before {
  content: "\e686"; }

.pe-7s-user-female:before {
  content: "\e694"; }

.pe-7s-angle-left-circle:before {
  content: "\e687"; }

.pe-7s-up-arrow:before {
  content: "\e695"; }

.pe-7s-angle-down:before {
  content: "\e688"; }

.pe-7s-switch:before {
  content: "\e696"; }

.pe-7s-angle-down-circle:before {
  content: "\e689"; }

.pe-7s-scissors:before {
  content: "\e697"; }

.pe-7s-wallet:before {
  content: "\e600"; }

.pe-7s-safe:before {
  content: "\e698"; }

.pe-7s-volume2:before {
  content: "\e601"; }

.pe-7s-volume1:before {
  content: "\e602"; }

.pe-7s-voicemail:before {
  content: "\e603"; }

.pe-7s-video:before {
  content: "\e604"; }

.pe-7s-user:before {
  content: "\e605"; }

.pe-7s-upload:before {
  content: "\e606"; }

.pe-7s-unlock:before {
  content: "\e607"; }

.pe-7s-umbrella:before {
  content: "\e608"; }

.pe-7s-trash:before {
  content: "\e609"; }

.pe-7s-tools:before {
  content: "\e60a"; }

.pe-7s-timer:before {
  content: "\e60b"; }

.pe-7s-ticket:before {
  content: "\e60c"; }

.pe-7s-target:before {
  content: "\e60d"; }

.pe-7s-sun:before {
  content: "\e60e"; }

.pe-7s-study:before {
  content: "\e60f"; }

.pe-7s-stopwatch:before {
  content: "\e610"; }

.pe-7s-star:before {
  content: "\e611"; }

.pe-7s-speaker:before {
  content: "\e612"; }

.pe-7s-signal:before {
  content: "\e613"; }

.pe-7s-shuffle:before {
  content: "\e614"; }

.pe-7s-shopbag:before {
  content: "\e615"; }

.pe-7s-share:before {
  content: "\e616"; }

.pe-7s-server:before {
  content: "\e617"; }

.pe-7s-search:before {
  content: "\e618"; }

.pe-7s-film:before {
  content: "\e6a5"; }

.pe-7s-science:before {
  content: "\e619"; }

.pe-7s-disk:before {
  content: "\e6a6"; }

.pe-7s-ribbon:before {
  content: "\e61a"; }

.pe-7s-repeat:before {
  content: "\e61b"; }

.pe-7s-refresh:before {
  content: "\e61c"; }

.pe-7s-add-user:before {
  content: "\e6a9"; }

.pe-7s-refresh-cloud:before {
  content: "\e61d"; }

.pe-7s-paperclip:before {
  content: "\e69c"; }

.pe-7s-radio:before {
  content: "\e61e"; }

.pe-7s-note2:before {
  content: "\e69d"; }

.pe-7s-print:before {
  content: "\e61f"; }

.pe-7s-network:before {
  content: "\e69e"; }

.pe-7s-prev:before {
  content: "\e620"; }

.pe-7s-mute:before {
  content: "\e69f"; }

.pe-7s-power:before {
  content: "\e621"; }

.pe-7s-medal:before {
  content: "\e6a0"; }

.pe-7s-portfolio:before {
  content: "\e622"; }

.pe-7s-like2:before {
  content: "\e6a1"; }

.pe-7s-plus:before {
  content: "\e623"; }

.pe-7s-left-arrow:before {
  content: "\e6a2"; }

.pe-7s-play:before {
  content: "\e624"; }

.pe-7s-key:before {
  content: "\e6a3"; }

.pe-7s-plane:before {
  content: "\e625"; }

.pe-7s-joy:before {
  content: "\e6a4"; }

.pe-7s-photo-gallery:before {
  content: "\e626"; }

.pe-7s-pin:before {
  content: "\e69b"; }

.pe-7s-phone:before {
  content: "\e627"; }

.pe-7s-plug:before {
  content: "\e69a"; }

.pe-7s-pen:before {
  content: "\e628"; }

.pe-7s-right-arrow:before {
  content: "\e699"; }

.pe-7s-paper-plane:before {
  content: "\e629"; }

.pe-7s-delete-user:before {
  content: "\e6a7"; }

.pe-7s-paint:before {
  content: "\e62a"; }

.pe-7s-bottom-arrow:before {
  content: "\e6a8"; }

.pe-7s-notebook:before {
  content: "\e62b"; }

.pe-7s-note:before {
  content: "\e62c"; }

.pe-7s-next:before {
  content: "\e62d"; }

.pe-7s-news-paper:before {
  content: "\e62e"; }

.pe-7s-musiclist:before {
  content: "\e62f"; }

.pe-7s-music:before {
  content: "\e630"; }

.pe-7s-mouse:before {
  content: "\e631"; }

.pe-7s-more:before {
  content: "\e632"; }

.pe-7s-moon:before {
  content: "\e633"; }

.pe-7s-monitor:before {
  content: "\e634"; }

.pe-7s-micro:before {
  content: "\e635"; }

.pe-7s-menu:before {
  content: "\e636"; }

.pe-7s-map:before {
  content: "\e637"; }

.pe-7s-map-marker:before {
  content: "\e638"; }

.pe-7s-mail:before {
  content: "\e639"; }

.pe-7s-mail-open:before {
  content: "\e63a"; }

.pe-7s-mail-open-file:before {
  content: "\e63b"; }

.pe-7s-magnet:before {
  content: "\e63c"; }

.pe-7s-loop:before {
  content: "\e63d"; }

.pe-7s-look:before {
  content: "\e63e"; }

.pe-7s-lock:before {
  content: "\e63f"; }

.pe-7s-lintern:before {
  content: "\e640"; }

.pe-7s-link:before {
  content: "\e641"; }

.pe-7s-like:before {
  content: "\e642"; }

.pe-7s-light:before {
  content: "\e643"; }

.pe-7s-less:before {
  content: "\e644"; }

.pe-7s-keypad:before {
  content: "\e645"; }

.pe-7s-junk:before {
  content: "\e646"; }

.pe-7s-info:before {
  content: "\e647"; }

.pe-7s-home:before {
  content: "\e648"; }

.pe-7s-help2:before {
  content: "\e649"; }

.pe-7s-help1:before {
  content: "\e64a"; }

.pe-7s-graph3:before {
  content: "\e64b"; }

.pe-7s-graph2:before {
  content: "\e64c"; }

.pe-7s-graph1:before {
  content: "\e64d"; }

.pe-7s-graph:before {
  content: "\e64e"; }

.pe-7s-global:before {
  content: "\e64f"; }

.pe-7s-gleam:before {
  content: "\e650"; }

.pe-7s-glasses:before {
  content: "\e651"; }

.pe-7s-gift:before {
  content: "\e652"; }

.pe-7s-folder:before {
  content: "\e653"; }

.pe-7s-flag:before {
  content: "\e654"; }

.pe-7s-filter:before {
  content: "\e655"; }

.pe-7s-file:before {
  content: "\e656"; }

.pe-7s-expand1:before {
  content: "\e657"; }

.pe-7s-exapnd2:before {
  content: "\e658"; }

.pe-7s-edit:before {
  content: "\e659"; }

.pe-7s-drop:before {
  content: "\e65a"; }

.pe-7s-drawer:before {
  content: "\e65b"; }

.pe-7s-download:before {
  content: "\e65c"; }

.pe-7s-display2:before {
  content: "\e65d"; }

.pe-7s-display1:before {
  content: "\e65e"; }

.pe-7s-diskette:before {
  content: "\e65f"; }

.pe-7s-date:before {
  content: "\e660"; }

.pe-7s-cup:before {
  content: "\e661"; }

.pe-7s-culture:before {
  content: "\e662"; }

.pe-7s-crop:before {
  content: "\e663"; }

.pe-7s-credit:before {
  content: "\e664"; }

.pe-7s-copy-file:before {
  content: "\e665"; }

.pe-7s-config:before {
  content: "\e666"; }

.pe-7s-compass:before {
  content: "\e667"; }

.pe-7s-comment:before {
  content: "\e668"; }

.pe-7s-coffee:before {
  content: "\e669"; }

.pe-7s-cloud:before {
  content: "\e66a"; }

.pe-7s-clock:before {
  content: "\e66b"; }

.pe-7s-check:before {
  content: "\e66c"; }

.pe-7s-chat:before {
  content: "\e66d"; }

.pe-7s-cart:before {
  content: "\e66e"; }

.pe-7s-camera:before {
  content: "\e66f"; }

.pe-7s-call:before {
  content: "\e670"; }

.pe-7s-calculator:before {
  content: "\e671"; }

.pe-7s-browser:before {
  content: "\e672"; }

.pe-7s-box2:before {
  content: "\e673"; }

.pe-7s-box1:before {
  content: "\e674"; }

.pe-7s-bookmarks:before {
  content: "\e675"; }

.pe-7s-bicycle:before {
  content: "\e676"; }

.pe-7s-bell:before {
  content: "\e677"; }

.pe-7s-battery:before {
  content: "\e678"; }

.pe-7s-ball:before {
  content: "\e679"; }

.pe-7s-back:before {
  content: "\e67a"; }

.pe-7s-attention:before {
  content: "\e67b"; }

.pe-7s-anchor:before {
  content: "\e67c"; }

.pe-7s-albums:before {
  content: "\e67d"; }

.pe-7s-alarm:before {
  content: "\e67e"; }

.pe-7s-airplay:before {
  content: "\e67f"; }/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.mcheat.id/wp-content/themes/appa/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/*
Theme Name: mcheat
Theme URI: http://demo.themeftc.com/appa
Author: the ThemeFTC team
Author URI: http://demo.themeftc.com
Description: appa brings your site to life with header video and immersive featured images. 
With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. 
Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. 
Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appa
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, 
editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header TOP
   13.2 Header Content
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
21.0 Woocommerce
    21.1 Shop page
22.0. Banner top
23.0. Tab product categories
24.0. Deals slider
25.0. Product slider
26.0. Blog
27.0. Testimonial
28.0. Footer
        28.1. Footer top
        28.2. Footer center
        28.3. Footer bottom
29.0 Detail product page
30. Custom shortcode
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

@font-face {
    font-family: Broad;
    src: url(//www.mcheat.id/wp-content/themes/appa/assets/css/fonts/BROADW.TTF);
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.widget_search .screen-reader-text{
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    font-weight: normal;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:after,
.post-info:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea,
.woocommerce .widget_price_filter .price_slider_amount{
    color: #444;
    font-family: "Amiko";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.66;
}
.widget-title.heading-title,.subscribe-email .button.button-secondary,
.mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
    font-family: "Amiko" ;
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link .link_text,
.mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
    font-size: 14px;
}
.mega_main_menu.primary ul li .mega_dropdown > li.sub-style > ul.mega_dropdown,
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown > li,
.mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text,
body p,
.info-open,
.info-phone,
.wrp-my-account .account-control > a,
.wrp-my-account,
.wrp-my-wishlist *,
.dropdown-button span > span,
.category-search form,
.shopping-cart-wrp  ,
.ftc-label-pro,
.item-description .heading-title,
.item-description .price,
.testimonial-content .content,
.testimonial-content .byline,
.widget-container ul.product-categories ul.children li a,
.widget-container:not(.ftc-product-categories-widget):not(.widget_product_categories):not(.ftc-products-widget) :not(.widget-title),
.ftc-products-category-tabs-block ul.tabs li span.title,
.woocommerce-pagination,
.woocommerce-result-count,
.woocommerce .products.list .product h3.product-name > a,
.woocommerce-page .products.list .product h3.product-name > a,
.woocommerce .products.list .product .price .amount,
.woocommerce-page .products.list .product .price .amount,
.products.list .short-description.list,
div.product .single_variation_wrap .amount,
div.product div[itemprop="offers"] .price .amount,
.orderby-title,
.blogs .excerpt,
.blog .entry-info .entry-summary .short-description,
.single-post .entry-info .entry-summary .short-description,
.single-post article .post-info .category-info,
#comments .comments-title,
#comments .comment-metadata a,
.post-navigation .nav-previous,
.post-navigation .nav-next,
.woocommerce div.product .product_title,
.woocommerce-review-link,
.woocommerce div.product p.stock,
.woocommerce div.product .summary div[itemprop="description"],
.woocommerce div.product p.price,
.description-feature,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product form.cart .group_table td.label,
.woocommerce div.product form.cart .group_table td.price,
footer{
    font-family: "Amiko" ;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0;
    margin: 0;
}

h1 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
}

h2 {
    color: #444;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
}

h3 {
    color: #444;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}

h4 {
    color: #444;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
}

h5 {
    color: #767676;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

h6 {
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 800;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

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

blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    border-radius: 0 !important;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
    border-radius: 0 !important;
    font-weight: normal;
    line-height: 22px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    border-radius: 0 !important;
    font-weight: normal !important;
    line-height: 31px;
}
.woocommerce .wishlist-title h2 {
    margin-bottom: 20px;
}
address {
    margin: 0 0 1.5em;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover{
    background-color: #fff;
}
/*.woocommerce table.shop_table tfoot {
      display: none;
  }*/
  .logged-in .woocommerce table.shop_table tfoot {
      display:  table-footer-group;
  }
  .contact_info_map .info_contact .info_column.email li a{
    color: #bbb;
  }
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: "" "";
}

q {
    quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
    content: "";
}

:focus {
    outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
    font-family: Tahoma, Amiko, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
    font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
    font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Amiko, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
    font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Amiko, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
    font-weight: 700;
    line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
    font-family: Amiko, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
    font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
    font-family: "Helvetica Neue", Helvetica, Amiko, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
    font-weight: 700;
    line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
    font-family: Amiko, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
    font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
    font-family: "Amiko Hebrew", Amiko, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
    font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
    font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
    font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
    line-height: 1.65;
    font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Amiko, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
    line-height: 1.8;
    font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Amiko, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
    letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

fieldset {
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    filter: none !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: inline-block;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 11px 15px;
    margin: 0;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


input[type="email"]:focus{
    color: #666;
    border: 0;
    box-shadow: none;
}
.select2-container--default .select2-selection--single{
    border-color: #f6f6f6;
}

input[type="text"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #222;
    border-color: #333;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button 
{
    -webkit-appearance: none;
} /* reset input type number on chrome */

select {
    border: 1px solid #f6f6f6;
    height: 42px;
    max-width: 100%;
    background: #fff;
    padding: 10px 30px 10px 8px;
    filter: none !important;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://www.mcheat.id/wp-content/themes/appa/assets/images/icon-select.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.category-search input[type="submit"] {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}
input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
    background-color: #2c2c2c;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 14px;
    line-height: 1;
    padding: 13px 12px 10px 12px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    float: left;
    text-transform: uppercase;
}
.woocommerce .quantity .qty{
    border-width: 1px;
    border-style: solid;
    height: 35px;
    padding: 8px 0;
    line-height: 18px;
    width: 50px;
    display: inline-block;
    margin: 0;
    border-color: #eee !important;
}
.pp_woocommerce .quantity .minus, 
.pp_woocommerce .quantity .plus, 
.woocommerce #content .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce .quantity .plus, 
.woocommerce-page #content .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page .quantity .plus{
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2 !important;
    width: 20px;
    height: 18px;
    background: transparent;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    padding: 0;
    margin: 0;
    z-index: 1;
    border-left: 0;
    color: #444;
}
.pp_woocommerce .quantity .minus, .woocommerce #content .quantity .minus, 
.woocommerce .quantity .minus, .woocommerce-page #content .quantity .minus, 
.woocommerce-page .quantity .minus{
    bottom: 0;
    top: auto;
}
.pp_woocommerce .quantity .minus:hover, 
.pp_woocommerce .quantity .plus:hover, 
.woocommerce #content .quantity .minus:hover, 
.woocommerce #content .quantity .plus:hover, 
.woocommerce .quantity .minus:hover, 
.woocommerce .quantity .plus:hover, 
.woocommerce-page #content .quantity .minus:hover, 
.woocommerce-page #content .quantity .plus:hover, 
.woocommerce-page .quantity .minus:hover, 
.woocommerce-page .quantity .plus:hover{
    color: #999 !important;
}
.quantity  input[type="number"]{
    float: left;
    padding:1px 0;
}
.quantity-title{
    display: none;
    float: left;
    text-transform: uppercase;
    margin-right: 10px;
    line-height: 28px;
    font-weight: bold;
}
.quantity{
    overflow: hidden;
    position: relative;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
    background-color: #ddd;
    color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #15bd9c;
    color:#fff;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #fff;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.subscribe-input:focus{
    border: 0 !important;
}
.ftc-search input[type="text"]::-webkit-input-placeholder{
    color: #979797;
}
.subscribe-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-family: Amiko;
    font-weight: normal;
}
.subscribe-input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-family: Amiko;
    font-weight: normal;
}
.subscribe-input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-family: Amiko;
    font-weight: normal;
}
.subscribe-input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-family: Amiko;
    font-weight: normal;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 1.5em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

td {
    padding: 0.4em;
    overflow: hidden;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

/*compare table*/

table.compare-list tr.add-to-cart th,
table.compare-list tr.description td{
    padding: 20px !important;
}
table.compare-list th, table.compare-list td, table.compare-list th, table.compare-list .price.repeated td{
    padding-left: 20px !important;
}
/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
    color: #222;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    color: #000;
    outline: 0;
}

/* Hover effects */

/* Fixes linked images */
.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
    color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-img a img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.post-img a:hover img,
.post-img a:focus img {
    opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
/*.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
.mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .logo_link,
.mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, 
.mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, 
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box, 
.mega_main_menu.primary.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i, 
.mega_main_menu.primary.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i, 
.mega_main_menu.primary.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, 
.mega_main_menu.primary.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i, 
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user{
    height: 80px !important;
    line-height: 80px !important;
}*/
.mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
    padding: 0 25px !important;
}
.mega_main_menu.primary .mega_dropdown > li > .item_link:focus * {
    color: #666;
}
.navigation-top {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
}

.navigation-top .wrap {
    max-width: 1000px;
    padding: 0;
}

.navigation-top a {
    color: #222;
    font-weight: 600;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
    color: #767676;
}

.main-navigation {
    clear: both;
    display: block;
}

.main-navigation ul {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0 1.5em;
    text-align: left;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link *,
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *{
    color: #fff !important;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
    display: none;
}

.main-navigation > div > ul {
    border-top: 1px solid #eee;
    padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
    display: block;
}

.main-navigation ul ul {
    padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
    display: block;
}

.main-navigation ul ul a {
    letter-spacing: 0;
    padding: 0.4em 0;
    position: relative;
    text-transform: none;
}

.main-navigation li {
    border-bottom: 1px solid #eee;
    position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
    border: 0;
}

.main-navigation a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
}

.main-navigation a:hover {
    color: #767676;
}

/* Menu toggle */

.menu-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 1px auto 2px;
    padding: 1em;
    text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
    display: block;
}

.main-navigation.toggled-on ul.nav-menu {
    display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-toggle:focus {
    outline: thin solid;
}

.menu-toggle .icon {
    margin-right: 0.5em;
    top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
    display: none;
}

.toggled-on .menu-toggle .icon-close {
    display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: block;
    font-size: 16px;
    right: -0.5em;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0.5em;
    position: absolute;
    text-shadow: none;
    top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background: transparent;
}

.dropdown-toggle:focus {
    outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
    display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
/**  13.1 Header TOP **/
#st-icon{
    display: none;
}
.header-top-left{
    display: inline-block;
    float: left;
}
/*header top left*/
.header-top-left{
    width: 50%;
} 
/* Languange */
#lang_sel_click {
    z-index:99991;
    position:relative;
}
#lang_sel_click ul{
    margin:0;
}
#lang_sel_click ul ul{
    position:absolute;
    padding:10px 20px 10px 20px;
    width:150px;
    right:auto;
    left: 0;
    margin-right: 0;
    opacity:0;
    top:100%;
    border: 1px solid #eee;
}
#lang_sel_click > ul > li > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 9px;
}
#lang_sel_click > ul li{
    position:relative;
    list-style:none;
    padding:0;
    margin:0;
    z-index:99991;
}
#lang_sel_click > ul li a img{
    vertical-align:middle;
    margin-right:5px;/* rtl */
}
#lang_sel_click > ul li a .icl_lang_sel_translated{
    padding:0 5px;
}
#lang_sel_click ul ul li{
    padding:0;
    border-bottom:1px solid #eee;
}
#lang_sel_click ul ul li:last-child{
    border:0 !important;
}
#lang_sel_click ul ul li a{
    width: 100%;
    display: inline-block;
    padding: 1px 0;
}
#lang_sel_click ul ul li a:hover{
    background: transparent;
    padding: 1px 0 1px 5px;
}
#lang_sel_click ul > li:hover ul{
    opacity:1;
    visibility:visible !important;
    background: #fff;
}
/* Currency */
.search-wrapper .select2-container{
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 42px !important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 42px;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.header-currency {
    z-index:99991;
    position:relative;
}
.header-currency ul{
    position:absolute;
    padding:10px 20px 10px 20px;
    width:150px;
    right: auto;
    left:0;
    margin-right:0;
    opacity:0;
    top:100%;
    z-index: 99999;
    border: 1px solid #eee;
}
.header-currency ul li{
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 99991;
    width: 100%;
    display: inline-block;
    padding: 1px 0;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    transition: all 260ms ease 0s;
    -webkit-transition: all 260ms ease 0s;
    -moz-transition: all 260ms ease 0s;
    cursor: pointer;
    border-bottom: 1px solid #eee !important;
}
.header-currency ul li:last-child{
    border:0 !important;
}
.header-currency ul li:hover{
    background:transparent;
    padding:1px 0 1px 5px;
}
.wcml_currency_switcher > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 10px;
}
.header-currency ul{
    visibility: hidden;
}
.header-currency:hover{
    /*overflow: visible;*/
}
.header-currency:hover ul{
    opacity:1;

    visibility:visible !important;
    background: #fff;
}

/*header top center*/

.header-top-center{
    width: 30%;
    text-align: center;
}
.header-top .header-top-center .group-social{
    margin-bottom: 0;
}
.header-top .header-top-center .group-social>li a{
    color: #999;
}
.header-top .header-top-center .group-social>li{
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0 11px;
}
.header-top .header-top-center .group-social>li:last-child{
    margin-right: 0;
}
.header-top .header-top-center .group-social>li.facebook:hover i{
    color: #5054FF;
}
.header-top .header-top-center .group-social>li.instagram:hover i{
    color: #00AE83;
}
.header-top .header-top-center .group-social>li.twitter:hover i{
    color: #EDA700;
}
.header-top .header-top-center .group-social>li.reddit:hover i{
    color: #17A600;
}
.header-top .header-top-center .group-social>li.pinterest:hover i{
    color: #840038;
}
.header-top .header-top-center .group-social>li.google-plus:hover i{
    color: #BA0000;
}


/*header top right */
.header-top-right{
    width: 50%;
    text-align: right;
    float:right;
}
.header-top-right > div > div:last-child{
    margin-right: 0;
}
.header-top .header-top-right  .shopping-cart-wrp  {
    display: inline-block;
    margin-right: 7px;
}
.header-top .shopping-cart-wrp  a.cart-control {
    display: inline-block;
    /*padding: 7px 10px 7px 50px;*/
}
.header-top .cart-dropdown-form, .header-top .cart-drop-icon, .header-top .cart-total, .header-top .wrp-cart-number{
    display: none;
}
.header-top .cart-control:before{
    content: "My cart";
    font-family:  Amiko;
    font-size: 13px;
    margin-right: 10px;
    color: #999;
}
.header-top .account-control a.login:before {
    content: "\f007";
    font-family: Fontawesome;
        margin-right: 7px;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    margin-top: 0;
}
.header-top .shopping-cart-wrp  :hover .cart-control:before {
    color: #15bd9c;
}
.header-top .ftc-tiny-cart-wrp .ic-cart:after {
    position: absolute;
    content: "My cart";
    left: 0;
    width: auto;
    top: -1px;
    bottom: 0;
    background: transparent !important;
    font-family: Amiko;
    font-size: 12px;
    color: #a9a9a9;
}


/* Header version 4 */
.header-top{
    padding: 0;
    background: #f6f6f6;
    border-top: 3px solid;
}

.header-top > .container{
    
}
.info-desc .fa {
    margin-right: 10px;
    font-size: 18px;
}
.info-desc > span:first-child,
.header-language,
.header-currency,
.wrp-my-wishlist,
.wrp-my-account,
.dropdown-button{
    margin-right: 11px;
    position: relative;
    display: inline-block;
    z-index: 99;
}
.header-top .wrp-my-wishlist a:before {
    content: "\f004";
    font-family: Fontawesome;
}
.wrp-my-wishlist,
.wrp-my-account{
    margin-right: 15px;
}
.wrp-my-account {
    z-index: 999;
}
.admin-bar .header-layout1 .wrp-my-wishlist {
    margin-right: 0;
}
.header-layout1 .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li {
    padding: 0;
}
.header-layout1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text{
    font-size: 14px;
    color: #444;
}
.header-layout1 .mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
    font-size: 13px;
}
.dropdown-button{
    cursor: pointer;
}
.info-desc > span:last-child,
.nav-right > div:last-child {
    margin-right: 0;
}
.nav-right .search-wrapper {
    width: 100px;
}
.wrp-my-wishlist a:hover,
.wrp-my-account .account-control > a:hover{
    text-decoration: none;
}
.dropdown-button span:before{
    margin-right: 8px;
}

.wrp-my-wishlist:after{
    right:-22px;
    left:auto !important;
}
.dropdown-button > span {
    font-size: 20px;
}

.info-desc > span,
.wrp-my-account .account-control > a,
.info-desc span,
.wrp-my-account,
.wrp-my-wishlist * {
    display: inline-block;
    position: relative;
    color: #999;
}
.shopping-cart-wrp  .dropdown-container{
    position: absolute;
    padding: 20px;
    width: 270px;
    right: 0;
    left: auto;
    opacity: 0;
    top: 50px;
    display: none;
    z-index: 5000;
    text-align: left;
    background: #fff;
}
.st-product-slider .woocommerce .product.product-wrapper .item-description > .meta_group_button a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added{
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #fff;
}

.ftc-tiny-account-wrp .dropdown-container{
    position: absolute;
    padding-top: 13px;
    width: 270px;
    right: 0;
    left: auto;
    opacity: 0;
    top: 15px !important;
    display: none;
    z-index: 9999;
    text-align: left;
}
.ftc-tiny-account-wrp .dropdown-container> .form-content{
    padding: 20px;
    background: #fff !important;
    border: 1px solid ;
    border-top: 2px solid ;
}
.ftc-tiny-cart-wrp a.cart-control:hover,
.mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
    color:#444;
}
.mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text{
    text-transform: uppercase;
    font-weight: bold;
    font-size:15px;
}
.header-top .dropdown-button{
    width: 100%;
    display:none;
}
.mobile-visible{
    display: none;
}
.header-currency .wcml_currency_switcher > a,
.header-language li .lang_sel_sel{
    padding: 0 10px 0 0;
    color: #999;
}

.header-currency ul li,
.select-language li{
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 99991;
    width: 100%;
    display: inline-block;
    transition: all 260ms ease 0s;
    -webkit-transition: all 260ms ease 0s;
    -moz-transition: all 260ms ease 0s;
    cursor: pointer;
}
#lang_sel_click ul li:hover ul,
.header-currency:hover ul,
.ftc-tiny-account-wrp:hover .dropdown-container,
.shopping-cart-wrp  :hover .dropdown-container{
    -webkit-animation-duration: 340ms;
    -moz-animation-duration: 340ms;
    animation-duration: 340ms;
    animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
    -moz-animation-delay:100ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animation_dropdown;
    -moz-animation-name: animation_dropdown;
    animation-name: animation_dropdown;
    backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    display:block;
}
#lang_sel_click ul li ul,
.header-currency ul{
    text-align: center;
}
header .header-top-right .shopping-cart-wrp  :hover .dropdown-container{
    display: none !important;
}
@-moz-keyframes animation_dropdown {
    0% {
        opacity: 0;
        visibility:hidden;
        margin-top:8px;
    }
    100% {
        opacity: 1;
        visibility:visible;
        margin-top:0px;
    }
}

@-webkit-keyframes animation_dropdown {
    0% {
        opacity: 0;
        visibility:hidden;
        margin-top:8px;
    }
    100% {
        opacity: 1;
        visibility:visible;
        margin-top:0px;
    }
}

@keyframes animation_dropdown {
    0% {
        opacity: 0;
        visibility:hidden;
        margin-top:8px;
    }
    100% {
        opacity: 1;
        visibility:visible;
        margin-top:0px;
    }
}
/**  13.2 Header Content  **/
#logo-style2 .ftc-brand-slider-block{
    border: 1px solid #f6f6f6;
    padding: 35px 40px 15px 40px;
}
.navigation-primary{
    width: auto;
}
.wrp-logo {
    text-align: center;
}
.wrp-logo .logo-text{
    font-size: 35px;
    font-family: Broad;
    color: #15bd9c;
    text-transform: uppercase;
}
.header-content{
    padding: 0;
    background: #fff;
}
.header-top > .container,
.header-content > .container{
    /*padding: 0 20px;*/
}
.header-content .shopping-cart-wrp  {
    text-align: right;
    float: right;
    height: 80px;
    vertical-align: middle;
    line-height: 55px;
}
.header-content > .container{
    display: table;
}
.header-content .container > div {
    display: table-cell;
    vertical-align: middle;
}
.shopping-cart-wrp  .ftc-tiny-cart-wrp{
    position: relative;
    
}
.header-top-right .shopping-cart-wrp .ftc-tiny-cart-wrp{
    display: none;
}
.shopping-cart-wrp .cart-name:before{
    content: "\f291";
    font-family: Fontawesome;
        margin-right: 7px;
    font-size: 12px;
}
.shopping-cart-wrp a.cart-name {
    color: #999;
}
.header-content .cart-total{
    display: none;
}
.header-content  .wrp-cart-number{
    display: block;
}
table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100% !important;
}

.header-content .cart-total {
    position: relative;
    right: 0;
    top: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #000;
    color: #fff;
    vertical-align: middle;
    line-height: 21px;
    overflow: hidden;
    border: 0;
    display: inline-block !important;
}

.header-content .cart-control:before{
    content: "\f07a";
    font-family: "Fontawesome";
    font-size: 25px;
    margin-right: 10px;
}
.header-content .cart-drop-icon{
    margin-left: 20px;
    color:#666;
    display: none;
}
.shopping-cart-wrp  .ftc-tiny-cart-wrp .dropdown-container {
    right: 0;
    margin-right: 0;
    padding: 20px 0;
    border: 1px solid #f6f6f6;
    border-top: 2px solid #15bd9c;
    -webkit-box-shadow: 0px 4px 13px -3px #808080;
    -moz-box-shadow: 0px 4px 13px -3px #808080;
    -ms-box-shadow: 0px 4px 13px -3px #808080;
    -o-box-shadow: 0px 4px 13px -3px #808080;
    box-shadow: 0px 4px 13px -3px #808080;
}
.shopping-cart-wrp  .form-content > label {
    text-transform: none;
    padding: 0 20px 5px 20px;
    font-weight: 500;
}
.shopping-cart-wrp  .dropdown-container ul.cart-list,
.woocommerce .shopping-cart-wrp  .dropdown-container ul.cart-list,
.woocommerce-page .shopping-cart-wrp  .dropdown-container ul.cart-list {
    overflow: auto;
    max-height: 330px;
    padding: 0 20px;
    position: relative;
    margin-bottom: 0;
    }
.shopping-cart-wrp  .cart-list li > a,
.woocommerce .shopping-cart-wrp  .cart-list li > a,
.woocommerce-page .shopping-cart-wrp  .cart-list li > a {
    float: left;
    width: 80px;
}
.shopping-cart-wrp  .cart-list li .cart-item-wrapper,
.woocommerce .shopping-cart-wrp  .cart-list li .cart-item-wrapper,
.woocommerce-page .shopping-cart-wrp  .cart-list li .cart-item-wrapper {
    margin-left: 15px;
    display: inline-block;
    width: 50%;
    padding-top: 5px;
}
h3.product-name {
    margin-bottom: 5px;
}
.select-category{
    display: none !important;
}
.woocommerce .shopping-cart-wrp  ul li,
.woocommerce-page .shopping-cart-wrp  ul li,
.shopping-cart-wrp  ul li {
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f6f6f6;
}
.woocommerce .shopping-cart-wrp  ul li:last-child,
.woocommerce-page .shopping-cart-wrp  ul li:last-child,
.shopping-cart-wrp  ul li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.cart-list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    right: -7px;
    left: auto;
    top: 4px;
    content: "";
    z-index: 2;
    font-size: 0;
    font-weight: 400 !important;
    height: auto;
    width: auto;
    line-height: 0;
    text-indent: 0;
    padding: 0;
}
.woocommerce a.remove:hover,
body table.compare-list tr.remove td > a .remove:hover:before{
    background: none;
    color: #999 !important;
    line-height: 20px;
    text-align: center;
    padding-left: 1px;
}
.woocommerce a.remove,
body table.compare-list tr.remove td > a .remove:before{
    color: #444 !important;
}
.cart-list li .cart-item-wrapper a.remove:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before {
    font-family: 'FontAwesome';
    content: "\f057";
    font-size: 13px;
    font-weight: 300 !important;
    line-height: 13px;
}
.dropdown-container .form-bottom {
    border-top: 1px solid #f6f6f6;
    padding: 0 20px;
}
.shopping-cart-wrp  .total {
    padding: 15px 0;
    overflow: hidden;
}
.shopping-cart-wrp  .total > span.total-title, .widget_shopping_cart .total-title {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
}
.shopping-cart-wrp  .total > span.amount,
.widget_shopping_cart .total .amount {
    float: right;
}
.shopping-cart-wrp > .ftc-tiny-cart-wrp .cart-dropdown-form.dropdown-container .form-bottom > a.button.view-cart {
    margin-bottom: 10px;
    padding: 5px;
    line-height: 22px;
    font-size: 15px;
    font-family: Amiko;
    height: 35px;
}
.shopping-cart-wrp > .ftc-tiny-cart-wrp .cart-dropdown-form.dropdown-container .form-bottom > a.button.checkout{
    padding: 5px;
    line-height: 24px;
    height: 36px;
    font-size: 15px !important;
    font-weight: normal !important;
    border: 1px solid;
}
.post-info .woocommerce > form.checkout{
    margin-bottom: 30px;
}
.post-info .woocommerce > .return-to-shop{
    margin-bottom: 35px;
}
.dropdown-container .form-bottom > a.button.view-cart:hover{
    border-color:#15bd9c;
    color:#15bd9c;
}
.dropdown-container .form-bottom > a.button.checkout:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .widget_price_filter .price_slider_amount .button:hover,
body input.wpcf7-submit:hover,
#cboxClose:hover{
    border-color:#15bd9c;
    background-color: #15bd9c;
    color:#fff;
}
.dropdown-container .form-bottom > a.button.checkout,
.pp_woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt,
#cboxClose{
    background-color: #444;
    border-color:#444;
    color:#fff;
}

.dropdown-container .form-bottom > a.button,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button{
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 24px 10px 24px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    filter: none;
    cursor: pointer;
    text-align: center;
    background-image: none;
    border: 1px solid #f6f6f6;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background-color: #999;
}

.dropdown-container .form-bottom > a.button.view-cart:before,
.pp_woocommerce div.product form.cart .button:before{
    content: "\e66e";
    font-family: Pe-icon-7-stroke;
    font-weight: normal;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
/*

/*--------------*/
.menu_holder {
    line-height: 0;
    font-size: 0;
}
.mega_main_menu.primary li.default_dropdown > .mega_dropdown > .menu-item > .item_link:focus:before, 
.mega_main_menu.primary li.default_dropdown > .mega_dropdown > .menu-item > .item_link:hover:before {
    border-color: #666;
}
.mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner{
    width: 100% !important;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    margin-top: 0;
    padding: 15px 13px ;
    border-top: 2px solid;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item.menu-item-type-post_type:last-child .mega_dropdown li > .mega_dropdown{
    padding: 15px 13px ;
}
.mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container{
    background: #fff;
    height:80px;
    border-bottom: 3px solid;
}
.mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link *{
    color:#000;
    font-weight: bold;
}
/*--------------------------------------------------------------
Header v2
--------------------------------------------------------------*/
.header-v2{
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999;
}
.header-v2 .search-wrapper .ftc-search input[type="text"] {
    background: none;
    border-bottom: none;
}
.header-v2 .search-wrapper .ftc-search input::-webkit-input-placeholder,
.header-v2 .shopping-cart-wrp  .ftc-tiny-cart-wrp,
.header-v2 .shopping-cart-wrp  a.cart-control,
.header-v2 .cart-drop-icon{
    color:rgba(255,255,255,.6);
}

.header-v2 .search-wrapper .ftc-search input[type="text"],
.header-v2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
    color:#fff;
}
.header-v2 .cart-control:before {
    margin-right: 15px;
}
.header-v2 .shopping-cart-wrp  a.cart-control .cart-number,
.header-v2 .shopping-cart-wrp  a.cart-control .cart-total,
.header-v2 .ftc-search input[type="submit"]{
    display:none;
}
/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
    padding: 0 0 20px 0;
}
.single-post #comments{
    border-top: 1px solid #f6f6f6;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.navigation.post-navigation .nav-links > div{
    margin-bottom: 30px;
}
.navigation.comments-pagination .nav-links .prev.page-numbers span.screen-reader-text,
.navigation.comments-pagination  .nav-links .next.page-numbers span.screen-reader-text{
    font-size: 0; 
}

body .navigation.comments-pagination, .commentPaginate {
    margin-top: 60px;
}
body #comments .commentPaginate{
    margin-bottom: 30px;
}
.navigation.comments-pagination  .nav-links .page-numbers,
.commentPaginate .page-numbers{
    background: #444;
    line-height: 30px;
}
.navigation.comments-pagination  .nav-links .page-numbers.current, 
.navigation.comments-pagination  .nav-links .page-numbers:hover,
.commentPaginate .page-numbers.current, .commentPaginate a.page-numbers:hover{
    background: #15bd9c;
    color:#fff;
}
.navigation.comments-pagination  .nav-links .prev.page-numbers:before{
    content:"\f100";
    font-family: "fontawesome";
    font-size: 14px;
    line-height: 28px;
}
.navigation.comments-pagination  .nav-links .next.page-numbers:before{
    content:"\f101";
    font-family: "fontawesome";
    font-size: 13px;
    line-height: 28px;
}

.woocommerce #reviews #comments h2{
    font-size:  20px;
    line-height: 20px;
    padding: 20px 0;
}
.woocommerce #reviews {
    margin-bottom: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 50px;
}
.comments-title {
    font-size: 20px;
    margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li:before {
    display: none;
}

.comment-body {
    margin-left: 0px;
}

.comment-author {
    font-size: 14px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.comment-author .says {
    display: none;
}

.comment-meta {
    margin-bottom: 0px;
    background-color: transparent;
}
.comment-meta a{
    color:#444;
}
.comment-meta a:hover{
    color:#15bd9c;
}
.comment-metadata {
    color: #444;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1;
    text-transform: uppercase;
    z-index:5;
}

.comment-metadata a {
    color: #767676;
}

.comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em;
}

.comment-body {
    color: #333;
    font-size: 13px;
    margin-bottom: 35px;
}

.comment-reply-link {
    font-weight: 800;
    position: relative;
}

.comment-reply-link .icon {
    color: #15bd9c;
    left: -2em;
    height: 1em;
    margin-right: 5px;
    fill: currentColor;
    top: 0;
    width: 1em;
}

.children .comment-author .avatar {
    height: 40px;
    left: -45px;
    width: 40px;
}


.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-style: italic;
}

.comments-pagination {
    margin: 2em 0 3em;
}

.form-submit {
    text-align: right;
}
.single-post .form-submit{
    margin-top: 20px;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
    padding: 1em 0 2em;
}

h2.widget-title {
    color: #222;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.widget-title a {
    color: inherit;
}

/* widget forms */

.widget select {
    width: 100%;
}


/* widget lists */
.woocommerce ul,
.widget-container ul {
    list-style: none;
    margin: 0;
}

.widget ul li + li {
    margin-top: -1px;
}

.widget ul li ul {
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
}

.widget ul li li {
    border: 0;
    padding-left: 24px;
    padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
    bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
    padding-bottom: 0.25em;
    padding-top: 0.25em;
}

.widget_rss ul li {
    padding-bottom: 1em;
    padding-top: 1em;
}

/* widget markup */

.widget .post-date,
.widget .rss-date {
    font-size: 0.81em;
}

/* Text widget */

.widget_text {
    word-wrap: break-word;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
    float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
    display: none;
}

.widget_rss ul li {
    padding: 15px 0;
}

.widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.widget_rss li .rsswidget {
    font-size: 22px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: bold;
}

.widget_rss .rss-date,
.widget_rss li cite {
    color: #767676;
    display: block;
    font-size: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.widget_rss .rss-date {
    margin: 5px 0 5px 0;
    padding: 0;
}

.widget_rss .rssSummary {
    margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
    margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}

/* Recent Comments */
body.search .site-content .container{
    margin-top: 0 !important;
}
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
    border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
    display: block;
}

/* Search */
.widget-container .search-form{
    width: 100%;
}
.search-form {
    position: relative;
    width: 60%;
}

.search-form .search-submit {
    bottom: 3px;
    padding: 0.5em 1em;
    position: absolute;
    right: 10px;
    top: 30px;
    background: none;
}
.search-form .search-submit .screen-reader-text{
    display: none;
}
.search-form .search-submit .icon {
    height: 24px;
    top: -2px;
    width: 24px;
}

/* Tag cloud widget */

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
    line-height: 1.5;
}

footer .widget_tag_cloud .tagcloud > a {
    border: 1px solid #464646;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    float: left;
    font-size: 13px !important; /* !important to overwrite inline styles */
    margin: 5px 5px 0 0 !important;
    padding: 7px 12px 5px !important;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: auto;
    word-wrap: break-word;
    z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
    border-color: #15bd9c;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
    text-align: center;
}

.widget_calendar tfoot td {
    border: 0;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
    /*max-height: 100%;*/ /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    height: auto;
}

img.alignleft,
img.alignright {
    float: none;
    margin: 0;
}

.page-content .wp-smiley,
.post-info .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
    margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0;
}

/* Playlist Color Overrides: Light */
body .site-content{
    padding-top: 0;
}
.site-content .wp-playlist-light {
    border-color: #eee;
    color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #eee;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #767676;
    color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
    color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
    background: #222;
    border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #555;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #aaa;
    color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
    color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
    padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.site-content .wp-playlist-item {
    padding: 0 0.3125em;
    cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
    border-bottom: none;
}

.site-content .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.site-content .wp-playlist-item-length {
    top: 5px;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.ftc-customizer.ftc-front-page .ftc-panel:after {
    border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
    bottom: 1em;
    content: "";
    display: block;
    left: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 1;
}

.highlight-front-sections.ftc-customizer.ftc-front-page .ftc-panel .panel-content {
    z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.ftc-customizer.ftc-front-page .ftc-panel .ftc-panel-title {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3em;
    text-transform: uppercase;
    text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.ftc-customizer.ftc-front-page .ftc-panel:nth-of-type(1):after {
    border: none;
}

.ftc-front-page.ftc-customizer #primary article.panel-placeholder {
    border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.ftc-panel .customize-partial-edit-shortcut button {
    top: 30px;
    left: 30px;
}

/* Ensure that placeholder icons are visible. */
.ftc-panel .customize-partial-edit-shortcut-hidden:before {
    visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
    display: none;
}

.no-svg .svg-fallback {
    display: inline-block;
}

.no-svg .dropdown-toggle {
    padding: 0.5em 0 0;
    right: 0;
    text-align: center;
    width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
    -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
    -ms-transform: rotate(0); /* IE 9 */
    transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
    content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
    background: transparent;
    color: #222;
    height: auto;
    width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
    clip: auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    position: relative !important; /* overrides previous !important styles */
    width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {
    .main-navigation ul li:hover > .sub-menu{
        display: block;
    }
    .main-navigation ul ul {
        background: #fff;
        border: 1px solid #bbb;
        left: -999em;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 99999;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: 0;
        right: 0;
        padding: 5px 15px;
    }
    body.customize-partial-edit-shortcuts-shown .site-header .site-title {
        padding-left: 0;
    }
    
}

@media screen and (min-width: 30em) {

    /* Typography */

    body,
    button,
    input,
    select,
    textarea {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h1 {
        font-size: 30px;
        font-size: 1.875rem;
    }

    h2,
    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
    }

    h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h5 {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    h6 {
        font-size: 16px;
        font-size: 1rem;
    }

    .post-info blockquote.alignleft,
    .post-info blockquote.alignright {
        font-size: 14px;
        font-size: 0.875rem;
    }

    /* Fix image alignment */
    img.alignleft {
        float: left;
        margin-right: 1.5em;
        margin-bottom: 30px;
    }
    img.size-full{
        margin-bottom: 30px;
    }

    img.alignright {
        float: right;
        margin-left: 1.5em;
        margin-bottom: 30px;
    }
    img.alignnone{
        margin-bottom: 30px;
    }

    /* Site Branding */

    .site-branding {
        padding: 3em 0;
    }

    /* Front Page */

    .panel-content .wrap {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .panel-content .entry-header {
        margin-bottom: 4.5em;
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 0;
    }

    /* Blog Index, Archive, Search */

    .taxonomy-description {
        font-size: 14px;
        font-size: 0.875rem;
    }

    .page-numbers.current {
        font-size: 16px;
        font-size: 1rem;
    }

    /* Site Footer */

    .site-footer {
        font-size: 16px;
        font-size: 1rem;
    }

    /* Gallery Columns */

    .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }

    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}

@media screen and (min-width: 48em) {

    /* Typography */

    body,
    button,
    input,
    select,
    textarea {
        font-size: 15px;
        line-height: 1.5;
    }

    .post-info blockquote.alignleft,
    .post-info blockquote.alignright {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    /* Layout */

    .wrap {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }

    .error404 #primary {
        float: none;
    }

    /* Site Branding */

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

    .has-header-image.ftc-front-page .site-branding,
    .has-header-video.ftc-front-page .site-branding,
    .has-header-image.home.blog .site-branding,
    .has-header-video.home.blog .site-branding {
        bottom: 0;
        display: block;
        left: 0;
        height: auto;
        padding-top: 0;
        position: absolute;
        width: 100%;
    }

    .has-header-image.ftc-front-page .custom-header,
    .has-header-video.ftc-front-page .custom-header,
    .has-header-image.home.blog .custom-header,
    .has-header-video.home.blog .custom-header {
        display: block;
        height: auto;
    }

    .custom-header-media {
        height: 165px;
        position: relative;
    }

    .ftc-front-page.has-header-image .custom-header-media,
    .ftc-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 0;
        position: relative;
    }

    .has-header-image:not(.ftc-front-page):not(.home) .custom-header-media,
    .has-header-video:not(.ftc-front-page):not(.home) .custom-header-media {
        bottom: 0;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .custom-logo-link {
        padding-right: 2em;
    }

    .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
        max-width: 350px;
    }

    .title-tagline-hidden.home.has-header-image .custom-logo-link img,
    .title-tagline-hidden.home.has-header-video .custom-logo-link img {
        max-height: 200px;
    }

    .site-title {
        font-size: 36px;
        font-size: 2.25rem;
    }

    .site-description {
        font-size: 16px;
        font-size: 1rem;
    }

    /* Navigation */

    .navigation-top {
        bottom: 0;
        font-size: 14px;
        font-size: 0.875rem;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 3;
    }

    .navigation-top .wrap {
        max-width: 1000px;
        /* The font size is 14px here and we need 50px padding in ems */
        padding: 0.75em 3.4166666666667em;
    }

    .navigation-top nav {
        margin-left: -1.25em;
    }

    .site-navigation-fixed.navigation-top {
        bottom: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 7;
    }

    .admin-bar .site-navigation-fixed.navigation-top {
        top: 32px;
    }

    /* Main Navigation */

    .js .menu-toggle,
    .js .dropdown-toggle {
        display: none;
    }

    .main-navigation {
        width: auto;
    }

    .js .main-navigation ul,
    .js .main-navigation ul ul,
    .js .main-navigation > div > ul {
        display: block;
    }

    .main-navigation ul {
        background: transparent;
        padding: 0;
    }

    .main-navigation > div > ul {
        border: 0;
        margin-bottom: 0;
        padding: 0;
    }

    .main-navigation li {
        border: 0;
        display: inline-block;
    }

    .main-navigation li li {
        display: block;
    }

    .main-navigation a {
        padding: 1em 1.25em;
    }

    .main-navigation ul ul {
        background: #fff;
        border: 1px solid #bbb;
        left: -999em;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 99999;
    }

    .main-navigation ul li.menu-item-has-children.focus:before,
    .main-navigation ul li.menu-item-has-children:hover:before,
    .main-navigation ul li.menu-item-has-children.focus:after,
    .main-navigation ul li.menu-item-has-children:hover:after,
    .main-navigation ul li.page_item_has_children.focus:before,
    .main-navigation ul li.page_item_has_children:hover:before,
    .main-navigation ul li.page_item_has_children.focus:after,
    .main-navigation ul li.page_item_has_children:hover:after {
        display: block;
    }

    .main-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.page_item_has_children:before {
        border-color: transparent transparent #bbb;
        bottom: 0;
    }

    .main-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.page_item_has_children:after {
        border-color: transparent transparent #fff;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
    }

    .main-navigation ul ul a {
        padding: 0.75em 1.25em;
        width: 16em;
    }

    .main-navigation li li {
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

    .main-navigation li li a {
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

    .main-navigation li li.focus > a,
    .main-navigation li li:focus > a,
    .main-navigation li li:hover > a,
    .main-navigation li li a:hover,
    .main-navigation li li a:focus,
    .main-navigation li li.current_page_item a:hover,
    .main-navigation li li.current-menu-item a:hover,
    .main-navigation li li.current_page_item a:focus,
    .main-navigation li li.current-menu-item a:focus {
        color: #444;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: 0.5em;
        right: auto;
    }
    .main-navigation .menu-item-has-children > a > .icon,
    .main-navigation .page_item_has_children > a > .icon {
        display: inline;
        left: 5px;
        position: relative;
        top: -1px;
    }

    .main-navigation ul ul .menu-item-has-children > a > .icon,
    .main-navigation ul ul .page_item_has_children > a > .icon {
        margin-top: -9px;
        left: auto;
        position: absolute;
        right: 1em;
        top: 50%;
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        -ms-transform: rotate(-90deg); /* IE 9 */
        transform: rotate(-90deg);
    }

    .main-navigation ul ul ul {
        left: -999em;
        margin-top: -1px;
        top: 0;
    }

    .main-navigation ul ul li.menu-item-has-children.focus:before,
    .main-navigation ul ul li.menu-item-has-children:hover:before,
    .main-navigation ul ul li.menu-item-has-children.focus:after,
    .main-navigation ul ul li.menu-item-has-children:hover:after,
    .main-navigation ul ul li.page_item_has_children.focus:before,
    .main-navigation ul ul li.page_item_has_children:hover:before,
    .main-navigation ul ul li.page_item_has_children.focus:after,
    .main-navigation ul ul li.page_item_has_children:hover:after {
        display: none;
    }

    .site-header .site-navigation-fixed .menu-scroll-down {
        display: none;
    }

    /* Scroll down arrow */

    .site-header .menu-scroll-down {
        display: block;
        padding: 1em;
        position: absolute;
        right: 0;
    }

    .site-header .menu-scroll-down .icon {
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        -ms-transform: rotate(90deg); /* IE 9 */
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .site-header .menu-scroll-down {
        color: #fff;
        top: 2em;
    }

    .site-header .navigation-top .menu-scroll-down {
        color: #767676;
        top: 0.7em;
    }

    .menu-scroll-down:focus {
        outline: thin dotted;
    }

    .menu-scroll-down .icon {
        height: 18px;
        width: 18px;
    }

    /* Front Page */

    .ftc-front-page.has-header-image .site-branding,
    .ftc-front-page.has-header-video .site-branding,
    .home.blog.has-header-image .site-branding,
    .home.blog.has-header-video .site-branding {
        margin-bottom: 70px;
    }

    .ftc-front-page.has-header-image .custom-header-media,
    .ftc-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 1200px;
        height: 100vh;
        max-height: 100%;
        overflow: hidden;
    }

    .ftc-front-page.has-header-image .custom-header-media:before,
    .ftc-front-page.has-header-video .custom-header-media:before,
    .home.blog.has-header-image .custom-header-media:before,
    .home.blog.has-header-video .custom-header-media:before {
        height: 33%;
    }

    .admin-bar.ftc-front-page.has-header-image .custom-header-media,
    .admin-bar.ftc-front-page.has-header-video .custom-header-media,
    .admin-bar.home.blog.has-header-image .custom-header-media,
    .admin-bar.home.blog.has-header-video .custom-header-media {
        height: calc(100vh - 32px);
    }

    .panel-content .wrap {
        padding-bottom: 4.5em;
        padding-top: 6em;
    }

    .panel-image {
        height: 100vh;
        max-height: 1200px;
    }

    /* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
    .background-fixed .panel-image {
        background-attachment: fixed;
    }

    .page-two-column .panel-content .entry-header {
        float: left;
        width: 36%;
    }

    .page-two-column .panel-content .post-info {
        float: right;
        width: 58%;
    }

    /* Front Page - Recent Posts */

    .page-two-column .panel-content .recent-posts {
        clear: right;
        float: right;
        width: 58%;
    }

    .panel-content .recent-posts article {
        margin-bottom: 4em;
    }

    .panel-content .recent-posts .entry-header,
    .page-two-column #primary .panel-content .recent-posts .entry-header,
    .panel-content .recent-posts .post-info,
    .page-two-column #primary .panel-content .recent-posts .post-info {
        float: none;
        width: 100%;
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 1.5em;
    }

    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
    }

    /* Posts */

    .site-content {
        padding: 0;
    }

    .single-post .entry-title,
    .page .entry-title {
        font-size: 26px;
    }

    .comments-pagination,
    .post-navigation {
        clear: both;
    }

    .post-navigation .nav-previous {
        float: left;
        width: 50%;
    }

    .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 50%;
    }

    .nav-next,
    .post-navigation .nav-next {
        margin-top: 0;
    }

    /* Blog, archive, search */

    .sticky .icon-thumb-tack {
        height: 23px;
        left: -2.5em;
        top: 1.5em;
        width: 32px;
    }

    .blog:not(.has-sidebar) #primary article,
    .archive:not(.page-one-column):not(.has-sidebar) #primary article,
    .search:not(.has-sidebar) #primary article,
    .error404:not(.has-sidebar) #primary .page-content,
    .error404.has-sidebar #primary .page-content,
    body.page-two-column:not(.archive) #primary .post-info,
    body.page-two-column #comments {
        width: 100%;
    }

    .blog .site-main > article,
    .archive .site-main > article,
    .search .site-main > article {
        padding-bottom: 35px;
    }

    .navigation.pagination {
        clear: both;
        float: right;
        width: 58%;
    }

    .has-sidebar .navigation.pagination,
    .archive.page-one-column:not(.has-sidebar) .navigation.pagination {
        float: none;
        width: 100%;
    }

    .entry-footer {
        display: table;
        width: 100%;
    }

    .entry-footer .cat-tags-links {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .entry-footer .edit-link {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

    .entry-footer .edit-link a.post-edit-link {
        margin-top: 0;
        margin-left: 1em;
    }

    /* Entry content */

    /* without sidebar */

    :not(.has-sidebar) .post-info blockquote.alignleft {
        margin-left: -17.5%;
        width: 48%;
    }

    :not(.has-sidebar) .post-info blockquote.alignright {
        margin-right: -17.5%;
        width: 48%;
    }

    /* with sidebar */

    .has-sidebar .post-info blockquote.alignleft {
        margin-left: 0;
        width: 34%;
    }

    .has-sidebar .post-info blockquote.alignright {
        margin-right: 0;
        width: 34%;
    }

    .has-sidebar #primary .post-info blockquote.alignright.below-entry-meta {
        margin-right: -72.5%;
        width: 62%;
    }

    /* blog and archive */

    .blog:not(.has-sidebar) .post-info blockquote.alignleft,
    .ftc-front-page.page-two-column .post-info blockquote.alignleft,
    .archive:not(.has-sidebar) .post-info blockquote.alignleft,
    .page-two-column .post-info blockquote.alignleft {
        margin-left: -72.5%;
        width: 62%;
    }

    .blog:not(.has-sidebar) .post-info blockquote.alignright,
    .ftc-front-page.page-two-column .post-info blockquote.alignright,
    .archive:not(.has-sidebar) .post-info blockquote.alignright,
    .page-two-column .post-info blockquote.alignright {
        margin-right: 0;
        width: 36%;
    }

    /* Post formats */

    .format-quote blockquote .icon {
        left: -1.5em;
    }

    /* Pages */
    .panel-content > .container{
        border: 1px solid #eee;
        border-bottom: 0;
        border-top:0;
    }

    .page.page-one-column .entry-header,
    .ftc-front-page.page-one-column .entry-header,
    .archive.page-one-column:not(.has-sidebar) .page-header {
        margin-bottom: 4em;
    }
    .page:not(.home) #content {
        padding-bottom: 0;
    }

    /* 404 page */
    .error404 #content > .container{
        margin-top: 0;
    }
    .error404 .page-content {
        padding-bottom: 9em;
    }

    .comments-title {
        margin-bottom: 2.5em;
    }

    ol.children .children {
        padding-left: 2em;
    }

    /* Posts pagination */

    .nav-links .nav-title {
        position: relative;
    }

    .nav-title-icon-wrapper {
        position: absolute;
        text-align: center;
        width: 2em;
    }

    .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
        left: -2em;
    }

    .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
        right: -2em;
    }

    /* Secondary */

    #secondary {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.6;
    }

    /* Widgets */

    h2.widget-title {
        font-size: 11px;
        font-size: 0.6875rem;
        margin-bottom: 2em;
    }

    /* Footer */
 

    .site-footer .widget-column.footer-widget-1 {
        float: left;
        width: 36%;
    }

    .site-footer .widget-column.footer-widget-2 {
        float: right;
        width: 58%;
    }

    .social-navigation {
        clear: left;
        float: left;
        margin-bottom: 0;
        width: 36%;
    }

    .site-info {
        float: left;
        padding: 0.7em 0 0;
        width: 58%;
    }

    .social-navigation + .site-info {
        margin-left: 6%;
    }

    .site-info .sep {
        margin: 0 0.5em;
        display: inline;
        visibility: visible;
        height: auto;
        width: auto;
    }

    /* Gallery Columns */

    .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%;
    }
}

@media screen and ( min-width: 67em ) {

    /* Layout */

    /* Navigation */
    .navigation-top .wrap {
        padding: 0.75em 2em;
    }

    .navigation-top nav {
        margin-left: 0;
    }

    /* Sticky posts */

    .sticky .icon-thumb-tack {
        font-size: 32px;
        font-size: 2rem;
        height: 22px;
        left: -1.25em;
        top: 0.75em;
        width: 32px;
    }

    /* Pagination */

    .page-numbers {
        display: inline-block;
    }

    .page-numbers.current {
        font-size: 13px;
    }

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

    /* Comments */

    .comment-body {
        margin-left: 0;
    }
}

@media screen and ( min-width: 79em ) {

    .has-sidebar .post-info blockquote.alignleft {
        margin-left: -20%;
    }

    .blog:not(.has-sidebar) .post-info blockquote.alignright,
    .archive:not(.has-sidebar) .post-info blockquote.alignright,
    .page-two-column .post-info blockquote.alignright,
    .ftc-front-page .post-info blockquote.alignright {
        margin-right: -20%;
    }
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

    .admin-bar .site-navigation-fixed.navigation-top,
    .admin-bar .site-navigation-hidden.navigation-top {
        top: 46px;
    }
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

    /* Hide elements */

    form,
    button,
    input,
    select,
    textarea,
    .navigation-top,
    .social-navigation,
    #secondary,
    .content-bottom-widgets,
    .header-image,
    .panel-image-prop,
    .icon-thumb-tack,
    .page-links,
    .edit-link,
    .post-navigation,
    .pagination.navigation,
    .comments-pagination,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link,
    .site-footer aside.widget-area,
    .site-info {
        display: none !important;
    }

    .entry-footer,
    #comments,
    .site-footer,
    .single-featured-image-header {
        border: 0;
    }

    /* Font sizes */

    body {
        font-size: 12pt;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 22pt;
    }

    h3 {
        font-size: 17pt;
    }

    h4 {
        font-size: 12pt;
    }

    h5 {
        font-size: 11pt;
    }

    h6 {
        font-size: 12pt;
    }

    .page .panel-content .entry-title,
    .page-title,
    body.page:not(.ftc-front-page) .entry-title {
        font-size: 10pt;
    }

    /* Layout */

    .wrap {
        padding-left: 5% !important;
        padding-right: 5% !important;
        max-width: none;
    }

    /* Site Branding */

    .site-header {
        background: transparent;
        padding: 0;
    }

    .custom-header-media {
        padding: 0;
    }

    .ftc-front-page.has-header-image .site-branding,
    .ftc-front-page.has-header-video .site-branding,
    .home.blog.has-header-image .site-branding,
    .home.blog.has-header-video .site-branding {
        position: relative;
    }

    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em !important; /* override styles added by JavaScript */
    }

    .site-title {
        font-size: 25pt;
    }

    .site-description {
        font-size: 12pt;
        opacity: 1;
    }

    /* Posts */

    .single-featured-image-header {
        background: transparent;
    }

    .entry-meta {
        font-size: 9pt;
    }

    /* Colors */

    body,
    .site {
        background: none !important; /* Brute force since user agents all print differently. */
    }

    body,
    a,
    .site-title a,
    .ftc-front-page.has-header-image .site-title,
    .ftc-front-page.has-header-video .site-title,
    .ftc-front-page.has-header-image .site-title a,
    .ftc-front-page.has-header-video .site-title a {
        color: #222 !important; /* Make sure color schemes don't affect to print */
    }

    h2,
    h5,
    blockquote,
    .site-description,
    .ftc-front-page.has-header-image .site-description,
    .ftc-front-page.has-header-video .site-description,
    .entry-meta,
    .entry-meta a {
        color: #777 !important; /* Make sure color schemes don't affect to print */
    }

    .post-info blockquote.alignleft,
    .post-info blockquote.alignright {
        font-size: 11pt;
        width: 34%;
    }

    .site-footer {
        padding: 0;
    }
}

/*--------------------------------------------------------------
21.0 Woocommerce
--------------------------------------------------------------*/
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 100%;
    margin-right: 15px
}
.product-group-button > div {
    position: relative;
}
.item-image .yith-wcwl-add-to-wishlist img {
    position: absolute;
    top: 15px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    left: 10px;
    z-index: 9;
}
.woocommerce table.wishlist_table tbody td.product-thumbnail{
    width: 126px;
}
.wishlist_table tr td.product-thumbnail a{
    max-width: 101px;
}
table.group_table ins .woocommerce-Price-amount,
table.group_table del .woocommerce-Price-amount{
    padding: 0;
    display: inline-block;
}
table.group_table del .woocommerce-Price-amount{
    text-decoration: line-through;
    padding-right: 10px;
}
table.group_table tr:nth-child(2n+1) {
    background: rgba(102,102,102,0.05);
}
table.group_table tr:nth-child(2n+2) {
    background: #e4e4e4;
}
.woocommerce div.product form.cart .group_table td{
    padding: 5px;
    vertical-align: middle;
    display: table-cell;
    border-radius: 0;
}
.woocommerce div.product form.cart .group_table td.label{
    line-height: 4;
    font-size: 13px;
    padding: 0;
}
.woocommerce div.product form.cart .group_table td.label label{
    padding: 5px 0;
    margin-bottom:0;
    line-height: 26px;
    
}
.woocommerce .star-rating{
    font-size: 11px;
    letter-spacing: 2px;
    height: 15px;
    text-align: center;
    width: 78px;
}
.woocommerce .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    position: absolute;
    font-size: 12px;
}
div.yith-wcwl-add-to-wishlist{
    position: relative;
}

/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/
.widget-container.ftc-banner{
    border: 0;
}
.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby {
    width: 210px;
    padding: 0;
    border: 0;
    margin: 0 0 0 0;
}
.woocommerce .woocommerce-ordering .orderby li, .woocommerce-page .woocommerce-ordering .orderby li {
    list-style: none;
    position: relative;
    z-index: 4;
}
.woocommerce .woocommerce-ordering .orderby ul, .woocommerce-page .woocommerce-ordering .orderby ul {
    margin: 0;
    padding: 9px 0 0 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}
.woocommerce .woocommerce-ordering .orderby:hover ul, 
.woocommerce-page .woocommerce-ordering .orderby:hover ul{
    visibility:visible;
    opacity:1;
}
/* grid view */
.woocommerce > .products > .list-categories{
    width:100%;
}
.woocommerce > .products{
    clear:both;
    display:flex;
    flex-flow:row wrap;
}
.woocommerce-page .woocommerce > .products .product{
    margin:20px 0 10px 0;
}
.woocommerce.ftc-products .products .product,
.woocommerce-page .ftc-products .products .product{
    margin-bottom:0;
}
.woocommerce-page.columns-8 .products .product,
.woocommerce.columns-8 .products .product{
    width:12.5%;
}
.woocommerce-page.columns-7 .products .product,
.woocommerce.columns-7 .products .product{
    width:14.285%
}
.woocommerce-page.columns-6 .products .product,
.woocommerce.columns-6 .products .product{
    width:16.6%
}
.woocommerce-page.columns-5 .products .product,
.woocommerce.columns-5 .products .product{
    width:20%;
}
.woocommerce-page.columns-4 .products .product,
.woocommerce.columns-4 .products .product{
    width:25%;
}
.woocommerce-page.columns-3 .products .product,
.woocommerce.columns-3 .products .product{
    width:33.33333%;
}
.woocommerce-page.columns-2 .products .product,
.woocommerce.columns-2 .products .product{
    width:50%;
}
.woocommerce-page.columns-1 .products .product,
.woocommerce.columns-1 .products .product{
    width:100%
}
.woocommerce .products.grid .product .item-description > .short-description.list,
.woocommerce .products.grid .product .item-description > .meta_group_button{
    display: none;
}

/* List view style */
.archive .page-container{
    padding-top: 35px;
    margin-top: -135px;
    background: #fff;
    position: relative;
}
.woocommerce .products.list .product.product-wrapper, 
.woocommerce-page .products.list .product.product-wrapper{
    max-width:100%;
    background: #fbfbfb;
}
.tax-product_cat .woocommerce .products.list{
    margin-bottom: 45px;
}
.woocommerce .products.list .product.product-wrapper .item-image{
    float:left;
    width:270px;
}
.woocommerce .products.list .product.product-wrapper .item-description{
    float: left;
    padding: 30px 15px 30px 30px;
    text-align: left;
    width: 68%;
}
.woocommerce.columns-4 .products.list .product.product-wrapper .item-description{
    width: 75%; 
}
.woocommerce .products.list .ftc-products{
    width:100%;
    margin-bottom: 30px;
}
.woocommerce .products.list .star-rating, 
.woocommerce-page .products.list .star-rating{
    margin-left:0;
    margin-right:0;
    margin-top: 0;
    margin-bottom: 0px;
}
.woocommerce .products.list .product.product-wrapper .item-image .product-group-button{
    display: none;
}
.woocommerce  .product.product-wrapper .item-description,
.woocommerce .products.list .product.product-wrapper .item-image{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    text-align: center;
}
.vc_tta-panels .woocommerce  .product.product-wrapper .item-description,
.woocommerce .products.grid .product.product-wrapper .item-description,
.woocommerce .products.related .product.product-wrapper .item-description{
margin: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px 20px 12px 20px;
    background: #fbfbfb;
}
.woocommerce .products.list .product.product-wrapper .item-description .compare,
.woocommerce .products.list .product.product-wrapper .item-description .quickview {
    display: block;
}
.woocommerce .products.list .product:hover .product-wrapper .item-description:after,
.woocommerce-page .products.list .product:hover .product-wrapper .item-description:after {
    border-left: 1px solid #15bd9c;
}
.woocommerce .products.list .product.product-wrapper .item-description:after {
    border-left: 1px solid #f6f6f6;
}
.woocommerce .products.list .product.product-wrapper .item-description > .meta_group_button > div.yith-wcwl-add-to-wishlist{
    margin-right: 1px;
    width: 35px;
    height: 35px;
}
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > div .show a:hover,
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > div .show a:hover i{
    color: #fff !important;
}
.woocommerce .products.list .product.product-wrapper .item-description > .meta_group_button > div >a{
    border: 0;
}
.woocommerce .products.list .product.product-wrapper .item-description > .meta_group_button > div:last-child{
    border-right: 0;
}
.woocommerce .products.list .product.product-wrapper .item-description > .meta_group_button > .add-to-cart{
    float: left;
}
.woocommerce .products.list .product.product-wrapper .item-description > .meta_group_button > .add-to-cart a{
    width: 125px !important;
    height: 35px !important;
    background: #15bd9c;
    color: #fff;
    border-bottom: 0;
        text-transform: capitalize;
    line-height: 30px;
    margin-right: 0px;
    border-right: 1px solid #c7c7c7 !important;
}
.woocommerce .products.list .product.product-wrapper .item-description .add-to-cart a:hover{
    background: #313131 !important;
}
.woocommerce .products.list .product.product-wrapper .item-description .add-to-cart a:after{
    content:"Add to cart";
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-left: 5px;
}
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > a,
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > div > a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0;
}
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > a:not(.loop-add-to-cart),
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > .yith-wcwl-add-to-wishlist {
    border: none;
    line-height: 35px;
    width: 35px;
    text-align: center;
    height: 35px;
    background: #313131;
    color: #fff;
    margin-right: 0px;
    border-right: 1px solid #8a8a8a;
    display: inline-block;
}
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > a.compare:before{
    color: #fff;
}
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > .yith-wcwl-add-to-wishlist{
    display: inline-block;
    position: relative;
}

.woocommerce .product .images .group-button-product > div.add-to-cart a.added,
 .woocommerce .products.list .product.product .item-description div.add-to-cart a.added {
    display: none;
}
.woocommerce .products.list .product.product .item-description div.add-to-cart a {
    width: 37px;
    height: 37px;
    background-color: #333;
    color: #fff;
    border: none;
    line-height: 37px;
    padding: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: normal;
    box-shadow: none;
}
div.product div.images .group-button-product .added_to_cart:before, 
.woocommerce .products.list .product .item-description .add-to-cart a.added_to_cart:before {
        font-family: 'Pe-icon-7-stroke';
    content: "\e689";
    line-height: 30px;
    text-indent: 0;
    color: inherit !important;
    padding: 0;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
/*abc*/
.add_to_wishlist.wishlist{
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
    margin-right: 0;
}
.yith-wcwl-wishlistexistsbrowse.show a{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff;
}
.woocommerce .product.product-wrapper .item-image .product-group-button > .added .add_to_wishlist{
        display: none;
}

.woocommerce .product.product-wrapper .item-image .product-group-button > div .show a,
.woocommerce .product.product-wrapper .item-image .product-group-button > div .show a >i,
.woocommerce .product.product-wrapper .item-image .product-group-button > div >a,
.woocommerce .product.product-wrapper .item-description .meta_group_button > div .show a,
.woocommerce .product.product-wrapper .item-description .meta_group_button > div .show a >i,
.woocommerce .product.product-wrapper .mate-wrapper .meta_group_button > div >a  {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    display: block;
}
.woocommerce .product.product-wrapper .item-image .product-group-button > div .show a >i{
    background: transparent;
    /*border: 1px solid #fff;*/
}
.woocommerce .product.product-wrapper .item-image .product-group-button > .add-to-cart a{
    /*border: 1px solid #fff;*/
    padding: 0;
    text-align: center;
    line-height: 37px;
    background: #fff;
}
.woocommerce .product.product-wrapper .item-image .product-group-button > .add-to-cart a:hover{
    border-color: #15bd9c;
    background: #15bd9c;
}
.woocommerce .product .item-image .product-group-button > .yith-wcwl-add-to-wishlist:hover i:before {
    color: #fff ;
}
.woocommerce .product.product-wrapper .item-image .product-group-button > .add-to-cart a:before,
.woocommerce .product.product-wrapper .item-description .meta_group_button > .add-to-cart a:before{
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 18px;
}
.woocommerce .product.product-wrapper .item-image .product-group-button > .add-to-cart a:hover:before {
    color: #fff;
}
.woocommerce .product.product-wrapper .item-image .product-group-button > .add-to-cart a:before,
.woocommerce .product.product-wrapper .item-description .meta_group_button > .add-to-cart a:before{
    content: "\e66e";
    font-family: Pe-icon-7-stroke;
    font-weight: normal;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.compare .fa-retweet:before {
    content: "\e665";
    font-size: 18px !important;
    font-family: 'Pe-icon-7-stroke';
}
.quickview .fa-eye:before {
    content: "\e618";
    font-size: 18px !important;
    font-family: 'Pe-icon-7-stroke';
}
.fa-heart:before {
    content: "\e642";
    font-size: 18px !important;
    font-family: 'Pe-icon-7-stroke';
}
.fa-heart-o:before {
    content: "\f004";
}
.mobile-wishlist .fa-heart:before {
    content: "\f004";
    font-family: Fontawesome;
}
.woocommerce .product.product-wrapper .item-image .product-group-button > .add-to-cart a.added:before,
.woocommerce .product.product-wrapper .item-description .meta_group_button > .add-to-cart a.added:before,
.woocommerce .products.list .product.product-wrapper .item-description > .meta_group_button > .add-to-cart a.added:before{
        font-family: 'Pe-icon-7-stroke';
    content: "\e689";
    font-size: 18px;
    
}
.woocommerce .ftc-product-time-deal .product.product-wrapper .item-description .meta_group_button > div .show a >i{
    background: #dfdfdf;
    color: #fff;
    border: 1px solid #fff;
}
.woocommerce .product.product-wrapper .item-description .meta_group_button > div .show a:hover >i{
    background: #15bd9c;
    border-color: #15bd9c;
}
.st-product-slider .woocommerce .product.product-wrapper .item-description >.meta_group_button > div .show a >i{
    background: #fff;
    color: #999999; 
}
.st-product-slider .woocommerce .product.product-wrapper .item-description >.meta_group_button > div .show a:hover >i{
    background: #15bd9c;
    color: #fff;
}
.st-product-slider .woocommerce .product.product-wrapper .item-description >.meta_group_button > div .show a:hover .ftc-tooltip{
    display: none !important;
}
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > div .show a{
    background: #313131;
    position: absolute;
    top: 0;
}
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > a:hover,
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > div a:hover{
    color:#fff;
    background: #15bd9c;
}
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > .yith-wcwl-add-to-wishlist > a:hover .ftc-tooltip{
    display: none;
}
.woocommerce .products.list .product.product-wrapper .item-image,
.woocommerce .products.list .item-description .meta_group_button .loop-add-to-cart:first-child:before,
.woocommerce .products.list .product.product-wrapper .item-description .meta_group_button,
.woocommerce .products.list .product .price, .woocommerce-page .products.list .product .price,
.woocommerce .products.list .product.product-wrapper .item-description .loop-add-to-cart.added:first-child:before{
    margin: 0;
}
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > a i,
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > div i,
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button > div a {
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
}

.woocommerce .products.list .product.product-wrapper .item-description .meta_group_button > .loop-add-to-cart:before{
    line-height: 35px ;
}
.products.list .short-description.list {
    margin-top: 23px;
    line-height: 24px;
    text-align: justify;
}
.products.list .meta_group_button{
    padding-top: 15px;
}
.woocommerce-page .products.list .product h3.product-name a{
    color:#444;
}
.woocommerce .products.list .star-rating,
.woocommerce-page .products.list .star-rating{
    display: inline-block;
}
.woocommerce .products.list .product .price,
.woocommerce-page .products.list .product .price {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.woocommerce .products.list .product h3.product-name > a,
.woocommerce-page .products.list .product h3.product-name > a {
    font-size: 18px !important;
    line-height: 20px;
}
.woocommerce .products.list .product .price .amount,
.woocommerce-page .products.list .product .price .amount {
    font-size: 18px;
    line-height: 20px;
}
.woocommerce .products.list .product .price > del .amount,
.woocommerce-page .products.list .product .price > del .amount {
    font-size: 14px;
    line-height: 20px;
}
.woocommerce .products.list .product .item-image .ftc-label-pro,
.woocommerce-page .products.list .product .item-image .ftc-label-pro{
    display: none;
}
.woocommerce .products.list .product h3.product-name,
.woocommerce-page .products.list .product h3.product-name {
    margin-bottom: 10px;
    margin-top: 15px;
}
.woocommerce .after-loop-wrapper .woocommerce-result-count, 
.woocommerce-page .after-loop-wrapper .woocommerce-result-count{
    position: absolute;
    right: 15px;
    top: 14px;
    margin-bottom: 0;
    font-size: 13px;
}
.woocommerce-pagination .page-numbers >li, 
.woocommerce-pagination .page-numbers >li{
    margin-right: 5px;
}
.woocommerce-pagination .page-numbers >li > a, 
.woocommerce-pagination .page-numbers >li >a{
    background: #444444;
}
.after-loop-wrapper{
    padding: 0px;
    margin: 30px 0 60px 0;
    border: 1px solid #f6f6f6;
    position: relative;
}



/*Time countdown product*/
div.product .summary .counter-wrapper {
    width: 100%;
    display: inline-block;
    margin: 10px 0 20px 0;
}
.counter-wrapper > div {
    background-color: #15bd9c;
    border-color: #15bd9c;
}
.counter-wrapper > div {
    display: inline-block;
    padding: 4px 2px 5px 2px;
    border-style: solid;
    border-radius: 0;
    height: 60px;
    overflow: hidden;
    line-height: 0;
    margin: 0;
    text-align: center;
}
.counter-wrapper > div .number-wrapper {
    color: #ffffff;
    line-height: 0;
}
.counter-wrapper > div > .text-time {
    color: #919191;
    font-size: 12px;
    margin-top: 15px;
    text-transform: uppercase;
}
.counter-wrapper > div .number-wrapper .number {
    z-index: 1;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}
.ftc-product-time-deal div.product > .product-wrapper .counter-wrapper .text-time{
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/
/* Navigation Summary*/
.single-navigation {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 997;
    line-height: 0;
}
.single-navigation > a {
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 4;
    display: inline-block;
    text-align: center;
    border-width: 2px;
    border-style: solid;
}
.single-navigation a:hover .product-info{
    display: inline-block;
}
.single-navigation a .product-info {
    position: absolute;
    bottom: 100%;
    width: 220px;
    left: 50%;
    line-height: 20px;
    margin-left: -110px;
    text-align: left;
    display: none;
    margin-bottom: 10px;
    background: #fff;
    border:1px solid #efefef;
}
.single-navigation > a[rel="prev"]:before{
    content: '\f104';
}
.single-navigation > a:before {
    line-height: 25px;
    font-family: 'FontAwesome';
    font-size: 25px;
    font-weight: 300;
}
.single-navigation > a[rel="next"]{
    margin-left: 5px;
}
.single-navigation > a[rel="next"]:before{
    content: '\f105';
}
.single-navigation a .product-info img{
    width: 80px;
    float: left;
}
.single-navigation a .product-info .nav-product-description{
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}
.single-navigation a .product-info .nav-product-description .product-title{
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    font-weight: bold;
}
.single-navigation a .product-info:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #f5f5f5;
    position: absolute;
    bottom: 0;
    line-height: 18px;
    left: 50%;
    margin-left: -7px;
    margin-bottom: -12px;
}
/**/
.ftc-smooth-image{
    margin-bottom: 0px;
    text-align: center;
    overflow: hidden;
}
/*--------------------------------------------------------------
Primary color
--------------------------------------------------------------*/
.wrp-my-wishlist a:hover,
.wrp-my-account .account-control > a:hover,
.dropdown-button span:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
.mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link:hover *,
.mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.current-menu-item > .item_link *,
.woocommerce .products .product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount,
ins .amount,
.ftc-wg-meta .price ins,
.ul-style.circle li:before,
.woocommerce form .form-row .required,
.blogs .comment-count i,
.blog .comment-count i,
.single-post .comment-count i,
.single-post article .post-info .category-info,
.single-post article .post-info .category-info .cat-links a,
.single-post article .post-info .category-info .vcard.author a,
.breadcrumb-title .breadcrumbs-container,
.breadcrumb-title .breadcrumbs-container a:hover{
    color:#15bd9c;
}
/*--------------------------------------------------------------
Revslider
--------------------------------------------------------------*/
body .rev_slider_wrapper  .tp-bullet {
    width: 25px;
    height: 5px;
    border-radius: 0%;
    -moz-border-radius: 100%;
    background: #fff;
    opacity: 1;
    border: 0;
    margin-right: 5px;
    overflow: visible;
}
.tp-bullets .tp-bullet:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background: #15bd9c;
    z-index: 1;
    opacity: 0;
}
.tp-bullets.simplebullets .bullet:hover:after,
.tp-bullets.simplebullets .bullet.selected:after,
body .rev_slider .tp-bullets .tp-bullet:hover:after,
body .rev_slider .tp-bullets .tp-bullet.selected:after{
    opacity: 1;
}
/*--------------------------------------------------------------
Breadcum
--------------------------------------------------------------*/
.breadcrumb-title-wrapper{
    position: relative;
    height: 364px;
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcrumb-title-wrapper:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,.4);
}
.single-post .breadcrumb-title .page-title{
    display: none;
}
.single-post .breadcrumb-title .breadcrumbs span.current{
    color: #fff;
}
.single-post .breadcrumb-title, body.blog .breadcrumb-title{
    padding-top: 165px;
}
.breadcrumb-title{
    text-align: center;
    padding: 145px 10px;
    position: relative;
    z-index: 3;
}
.dokan-store .breadcrumb-title {
    padding: 160px 10px;
}
body.archive .breadcrumb-title-wrapper .breadcrumb-title, .single-product .breadcrumb-title{
     padding: 83px 10px 75px 10px;
}
.breadcrumb-title:hover:before,
.breadcrumb-title:hover:after {
    width: 100%;
    height: 100%;
}
.breadcrumb-title h1{
    text-transform: uppercase;
    font-size: 36px !important;
    line-height: 36px;
    font-weight: bold;
    color:#fff;
}
.breadcrumb-title .breadcrumbs-container{
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff !important;
}
.breadcrumb-title .breadcrumbs-container a,
.breadcrumb-title .breadcrumbs-container span{
    color:#fff;
    text-transform: uppercase;
}

.breadcrumb-title .breadcrumbs-container > span.current{
    font-size: 14px;
    color: #fff;
}

.breadcrumbs-container > span {
    margin: 0 10px;
}
.breadcrumbs-container > span.current {
    opacity: 1;
    margin: 0px;
}
/*--------------------------------------------------------------
Line with text center
--------------------------------------------------------------*/
.shortcode-heading-wrapper{
    position: relative;
    text-align: center;
}
.ftc-shortcode .shortcode-heading-wrapper span,
.site-content .related.products h2 .bg-heading,
.related-posts .bg-heading span{
    background: #fff;
}
.ftc-shortcode .shortcode-heading-wrapper .bg-heading span,
.site-content .related.products h2 .bg-heading,
.related-posts .bg-heading span{
    padding: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab > a{
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
body .vc_general.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
}
body .vc_general.vc_tta-tabs .vc_tta-panel-heading {
    display: none !important;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list {
    display: inline-block;
    overflow: visible;
}

.site-content .related.products h2,
.site-content .related.products h2 .bg-heading{
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 9px;
}
.site-content .related.products h2 .bg-heading:before,
.ftc-heading h1:before{
    left: 0;
}
.site-content .related.products h2 .bg-heading:after,
.ftc-heading h1:after{
    right: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab:last-child:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:last-child::before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab.vc_active:last-child:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab.vc_active:last-child::before,
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list:before,
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list:after{
    display: none;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container{
    border: 1px solid #f6f6f6;
    padding: 20px;
    margin-left: 30px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab{
    width: 100%;
    border: 1px solid #f6f6f6;
    margin-bottom: 3px;
    color:#444;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container, 
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
    border: 0;
    padding: 0 !important; 
    text-align: left; 
    margin-right: -1px !important; 
    width: 270px;
    float: left;
    z-index: 5;
    position: relative;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    display: none;
    -webkit-box-flex: none1;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: inline-block;
}

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab {
    margin: 0;
    position: relative;
    z-index: 1;
    background: transparent;
    float: none;
    display: inline-block;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container{
    text-align: left;
    overflow: visible;
    margin-bottom: 0px !important;
    padding-bottom: 5px;
}
.vc_separator.vc_separator_align_center h4,
.ftc-heading{
    position: relative;
}
.ftc-heading{
    line-height: 15px;
    padding-bottom: 40px;
    text-align: left;
}
.vc_separator.vc_separator_align_center h4,
.ftc-heading h1{
    padding: 0 20px;
}
.vc_separator h4,
.ftc-heading h1{
    padding: 0;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
}
.vc_separator.vc_separator_align_center h4:before {
    left: -1px;
}
.vc_separator.vc_separator_align_center h4:after {
    right: -1px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a {
    padding: 0 25px 0 25px;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: #999999;
    border-right: 2px solid #999999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: all 120ms ease 0s;
    -webkit-transition: all 120ms ease 0s;
    -moz-transition: all 120ms ease 0s;
    display: inline-block;
    background: transparent;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-list> .vc_tta-tab:first-child > a{
    padding-left: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-list> .vc_tta-tab:last-child > a{
    border-right: 0;
}
.shortcode-heading-wrapper .heading-title{
    margin-bottom: 30px !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 10px;
}
/*--------------------------------------------------------------
Product style
--------------------------------------------------------------*/
.added_to_cart{
    display: none;
}
.woocommerce .product.product-wrapper >span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*  height: 100%;
      max-height: 100%;*/
}
.woocommerce .product.product-wrapper .item-image:hover span.has-after-image:first-child,
.woocommerce-page .product.product-wrapper .item-image:hover span.has-after-image:first-child {
    opacity: 0;
}
.woocommerce .product.product-wrapper .item-image:hover span.has-after-image:last-child,
.woocommerce-page .product.product-wrapper .item-image:hover span.has-after-image:last-child {
    opacity: 1;
    top: 0;
}
.woocommerce .product.product-wrapper .item-image:hover > a > span:last-child:before,
.woocommerce-page .product.product-wrapper .item-image:hover > a >span:last-child:before{
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.woocommerce  .ftc-product-time-deal .product.product-wrapper .item-image:hover > a > span:before{
    display: none;
}
.woocommerce .product.product-wrapper span.has-after-image:last-child,
.woocommerce-page .product.product-wrapper span.has-after-image:last-child {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 250ms ease-in-out 0s;
    -moz-transition: opacity 250ms ease-in-out 0s;
    -webkit-transition: opacity 250ms ease-in-out 0s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0;
}
.woocommerce .product.product-wrapper .item-image span.has-after-image:first-child,
.woocommerce-page .product.product-wrapper .item-image span.has-after-image:first-child {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: opacity 250ms ease-in-out 0s;
    -moz-transition: opacity 250ms ease-in-out 0s;
    -webkit-transition: opacity 250ms ease-in-out 0s;
}
.woocommerce .product.product-wrapper .item-image > a {
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    height: 100%;
    max-height: 100%;
}
.woocommerce .product.product-wrapper .item-image {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 100%;
    line-height: 0;
}

.woocommerce .product .ftc-label-pro span{
    line-height: 20px;
    margin: 0;
    color:#fff;
    min-height: 25px;
    line-height: 25px;
    padding: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    min-width: 40px;
    height: auto;
    clear: both;
    font-size: 13px;
    font-weight: normal;
}
.woocommerce .product .ftc-label-pro .out-of-stock:before{
    border-top-color: #d4d4d4 !important;
}
.woocommerce .product .ftc-label-pro .featured:before{
    border-top-color: #222 !important;
}
.woocommerce .product .ftc-label-pro .onsale {
    position: absolute;
    right: 0px;
    left: auto;
    top: 0px;
    background-color: #15bd9c;
}
.woocommerce .product .ftc-label-pro .featured{
    position: absolute;
    margin-top: 0;
    left: -1px;
    top: -1px;
    background-color: #222;
    text-align: center;
    z-index: 500;
}
.woocommerce .ftc-product-slider .products .product-wrapper,
.archive .woocommerce .products.grid .product.product-wrapper {
    overflow: visible !important;
}
.woocommerce .product .ftc-label-pro .out-of-stock {
    position: absolute;
    margin-top: 0;
    left: -1px;
    top: -1px;
    background-color: #000;
    padding: 0 5px;
    z-index: 500;
}
.woocommerce .product .woocommerce-product-gallery--with-images .images .ftc-label-pro .featured,
.woocommerce .product .woocommerce-product-gallery--with-images .images .ftc-label-pro .out-of-stock{
    left: 4px;
    top:4px;
}
.woocommerce .product .woocommerce-product-gallery--with-images .images .ftc-label-pro .onsale{
    right: 4px;
    top:4px;
}
.woocommerce .products .star-rating.no-rating,
.woocommerce-page .products .star-rating.no-rating,
.star-rating.no-rating:before,
.pp_woocommerce .star-rating.no-rating:before,
.woocommerce .star-rating.no-rating:before,
.woocommerce-page .star-rating.no-rating:before{
    color: #fbb949;
}

/*config button*/
.thumbnail_group_button {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    z-index: 100;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.thumbnail_group_button .product-group-button {
    position: relative;
    display: inline-block;
    visibility: hidden;
    top: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.woocommerce .product.product-wrapper .item-image:hover .product-group-button{
    z-index: 5;
    opacity: 1;
    visibility: visible;
}
.woocommerce .product .item-image .product-group-button > div,
.woocommerce .product .item-image .product-group-button > a{
    margin: 0;
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    background: #fff;
    float: left;
}
.woocommerce .product .item-image .product-group-button > a >i{
    line-height: 37px;
    /*color: #fff;*/
    background: transparent;
    width: 37px;
    height: 37px;
    /*border: 1px solid #fff;*/
}
.woocommerce .product .item-image .product-group-button > .add-to-cart,
.woocommerce .product .item-image .product-group-button > a.compare{
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transition: all 0.6s ease;
    opacity: 0;
}
.woocommerce .product .item-image .product-group-button > .yith-wcwl-add-to-wishlist,
.woocommerce .product .item-image .product-group-button > a:last-child{
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transition: all 0.6s ease;
    opacity: 0;
}
.woocommerce .product .item-image:hover .product-group-button > .yith-wcwl-add-to-wishlist,
.woocommerce .product .item-image:hover .product-group-button > a,
.woocommerce .product .item-image:hover .product-group-button > .add-to-cart{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
}
.woocommerce .product .item-image:hover .product-group-button > .yith-wcwl-add-to-wishlist.added span a span {
    display: none;
}
.woocommerce .product .item-image .product-group-button > .yith-wcwl-add-to-wishlist > a >i{
    line-height: 37px;
    height: 37px;
    width: 37px;
    background: transparent;
    /*border: 1px solid #fff;*/
}
div.woocommerce .products .product .item-image .product-group-button > .yith-wcwl-add-to-wishlist > a >i:before{
    /*color: #fff;*/
}


.item-image:hover .product-group-button > .quickview,
.item-image:hover .product-group-button > .compare{
    position: static;
}
.woocommerce .product .item-image .product-group-button > .compare.added,
.woocommerce .product .item-description .meta_group_button > .compare.added{
    font-size: 0;
    background: #fff;
}
.woocommerce .ftc-product-time-deal .product .item-description .meta_group_button > .compare.added{
    background: transparent;
}

.item-image .product-group-button >  a.compare.added:before,
.woocommerce .product .item-description .meta_group_button > .compare.added:before {
    content: "\e657";
    font-family: 'Pe-icon-7-stroke';
    font-size: 18px;
    line-height: 37px;
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    /*border: 1px solid #fff;*/
    color: #999;
    font-weight: normal;
}
.item-image .product-group-button >  a.compare.added:before{
    color: #333;
}
.woocommerce .product .item-description .meta_group_button > .compare.added:before {
    border: 0;
    line-height: 30px;
}
.woocommerce .ftc-product-time-deal .product .item-description .meta_group_button > .compare.added:before {
    line-height: 28px;
}
.woocommerce .products.list .item-description .meta_group_button > .compare.added:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.woocommerce .ftc-product-time-deal .product .item-description .meta_group_button > .compare.added:before {
    margin-left: -1px;
}
.item-image .product-group-button > a i,
.woocommerce .product .item-image .product-group-button > a:first-child:before {
    /*color: #fff ;*/
}
.product-group-button .wishlist .show{
    display: none !important;
}
.woocommerce .product .thumbnail-pper .product-group-button > a,.woocommerce .product .thumbnail-pper .product-group-button > div {
    background: transparent !important;
    border-radius: 0;
    line-height: 30px;
    display: inline-block;
}
.woocommerce .products .product.product-wrapper .item-image .loop-add-to-cart{
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: transparent;
    line-height: 30px;
    padding: 0;
    display: inline-block;

}
.woocommerce .products .product.product-wrapper .item-image .loop-add-to-cart:before{
    content: "\f07a";
    font-size: 13px;
    font-family: "FontAwesome";
    display: inline-block;
    color: #fff;
    background: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: 1px solid #fff;
}
.woocommerce .products .product.product-wrapper .item-image .loop-add-to-cart.added:before{
    content: "\f00c" !important;
    font-size: 13px;
    font-family: "FontAwesome";
    color: #fff;
    line-height: 30px;
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    vertical-align: initial;
    display: none;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover,
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background-color: #15bd9c;
    color:#fff;
}
.woocommerce a.button.view-cart:hover{
    background-color: transparent; 
}
.woocommerce .product.product-wrapper .item-description .loop-add-to-cart.added:first-child:before,
.ftc-wg-meta.item-description .loop-add-to-cart.added:first-child:before{
    font-family: 'FontAwesome';
    content: "\f00c";
    position: static;
    margin: 0;
    padding: 0;
}
.woocommerce .products .product.product-wrapper,
.woocommerce-page .products .product.product-wrapper,
#right-sidebar .product_list_widget li{
    border: 1px solid #f6f6f6;
    position: relative;
    overflow: hidden;
    max-width: 270px;
    max-height: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.item-description > .meta_group_button> .wishlist.added > a,
.item-description > .meta_group_button> .wishlist.added > a > i{
    color: #de6800 !important;
}
.product-wrapper .item-description .wishlist,
.ftc-wg-meta.item-description .wishlist,
.product-wrapper .item-description .loop-add-to-cart{
    position: relative;
}
.vc_tta-panels .item-description .compare, .vc_tta-panels .item-description .quickview {
    display: none;
    text-align: center;
    position: relative;
}
.woocommerce .product .item-description .meta_group_button .loop-add-to-cart:first-child:before,
.ftc-wg-meta.item-description .meta_group_button .loop-add-to-cart:first-child:before{
    font-family: 'FontAwesome';
    content: "\f07a";
    line-height: 14px;
    font-size: 14px;
    text-indent: 0;
    color: #fff !important;
    padding: 0;
    margin: 0;
}
.item-description{
    text-align: center;
}
.item-description .wishlist img {
    position: relative;
    top: -20px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}
.woocommerce .ftc-product-time-deal .product.product-wrapper .item-description .meta_group_button> a,
.woocommerce .ftc-product-time-deal .product.product-wrapper .item-description .meta_group_button> div > a,
.ftc-wg-meta.item-description .meta_group_button > a,
.page .ftc-product-time-deal .meta_group_button> a i{
    line-height: 29px;
}
.woocommerce .product.product-wrapper .item-description .meta_group_button> a,
.woocommerce .product.product-wrapper .item-description .meta_group_button> div > a,
.ftc-wg-meta.item-description .meta_group_button > a{
    border-radius: 0;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 30px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #fff;
    height: 30px;
    display: block;
    float: left;
    color: #fff;
    background: transparent;
    margin-right: 10px;
}
.woocommerce .ftc-product-time-deal .product.product-wrapper .item-description .meta_group_button> a,
.woocommerce .ftc-product-time-deal .product.product-wrapper .item-description .meta_group_button> div > a,
.ftc-wg-meta.item-description .meta_group_button > a{
    margin-right: 15px;
}
.product-wrapper .item-description .meta_group_button .wishlist a,
.ftc-wg-meta.item-description .meta_group_button .wishlist a{
    line-height: 30px;
    border: 1px solid #fff;
}
.item-description .meta_group_button .wishlist a, .item-description .meta_group_button .compare a{
    line-height: 30px;
    font-size: 13px;
    height: 40px;
    width: 100%;
    display: inline-block;
    color: #fff;
}
.woocommerce .product.product-wrapper .item-description .meta_group_button a:hover,
.woocommerce-page .product.product-wrapper .item-description .meta_group_button a:hover,
.ftc-wg-meta.item-description .meta_group_button a:hover{
    border-color: #15bd9c;
    color: #15bd9c;
}
.woocommerce .ftc-product-time-deal .product.product-wrapper .item-description .meta_group_button a:hover .ftc-tooltip{
    display: none !important;
}
.product-wrapper .item-description .meta_group_button .wishlist .ftc-tooltip,
.ftc-wg-meta.item-description .meta_group_button .wishlist .ftc-tooltip{
    padding: 0 5px;
    display: none;
}
.products .product h3,
.woocommerce .products .product h3,
.woocommerce-page .products .product h3,
.ftc-wg-meta h3{
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
ins .woocommerce-Price-amount,
del .woocommerce-Price-amount{
    padding: 0 17px;
}
ul.product_list_widget li > a, h3.product-name > a,
h3.product-name, 
.single-navigation a .product-info span{
    font-size: 14px;
    line-height: 14px;
    margin-top: -1px !important;
}
.woocommerce .products .star-rating, 
.woocommerce-page .products .star-rating, 
.woocommerce .star-rating, 
.woocommerce-page .star-rating {
    margin: 5px auto;
    margin-bottom: 2px;
}
.woocommerce .short-description{
    display: none;
}
.woocommerce .products .product .price .amount, 
.woocommerce-page .products .product .price .amount, 
.product-price .amount {
    padding: 0 2px;
    font-size: 14px;
    font-weight: bold;
}

.woocommerce .products .product .price del .amount,
.woocommerce-page .products .product .price del .amount {
    font-weight: normal;
    font-size: 12px;
}
.woocommerce .products .product .price del,
.woocommerce .products .product .price del span,
.woocommerce-page .products .product .price del span,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
div.product div[itemprop="offers"] .price del .amount,
div.product .single_variation_wrap del .amount{
    color: #666;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
    opacity: 1;
    margin-right: 10px;
}
.woocommerce .products .product.product-wrapper .item-image >div a:hover i,
.woocommerce .products .product.product-wrapper .item-image .loop-add-to-cart:hover:before{
    color: #fff !important;
}
.woocommerce .products .product.product-wrapper .item-image >a:hover,
.woocommerce .products .product.product-wrapper .item-image > div > a:hover{
    background: #fff !important;
}

.woocommerce .products .product.product-wrapper .item-image > a:hover{
    background: transparent !important;
}
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.ftc-pagination ul li a, 
.ftc-pagination ul li span.current,
.page-numbers.current,
.page-numbers{
    padding: 0;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce .form-row input.button:hover,
.load-more-wrapper .button:hover,
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:hover,
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product div.summary p.cart a:hover,
div.product .summary .yith-wcwl-add-to-wishlist a:hover,
/*.woocommerce #content div.product .summary .compare:hover,*/
div.product .social-sharing li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.tagcloud a:hover,
.woocommerce .wc-proceed-to-checkout a.button.alt:hover,
.woocommerce .wc-proceed-to-checkout a.button:hover,
.woocommerce-cart table.cart input.button:hover,
div.product.vertical-thumbnail .woocommerce-product-gallery--with-images .owl-controls div.owl-prev:hover,
div.product.vertical-thumbnail .woocommerce-product-gallery--with-images .owl-controls div.owl-next:hover,
ul > .page-numbers.current,
ul > .page-numbers:hover{
    background-color: #15bd9c;
    color:#fff;
}
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a,
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab > a:hover{
    color:#fff;
}
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab > a{
    width: 100%;
    padding: 9px 0;
}
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li{
    border: 0;
    overflow: initial;
    margin-right: 5px;
    height: 30px;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce-page nav.woocommerce-pagination ul li a.next,
.woocommerce #content nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce-page nav.woocommerce-pagination ul li a.prev,
.woocommerce #content nav.woocommerce-pagination ul li a.prev{
    padding: 0;
    font-size: 0;
    line-height: 35px !important;
    background: #fff;
    color: #000 !important;
    border: 1px solid #b3b3b3;
}
.woocommerce nav.woocommerce-pagination ul li a.next {
    top: -2px;
}
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.next:hover,
.woocommerce #content nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce #content nav.woocommerce-pagination ul li a.prev:hover{
    color: #fff;
    background: #15bd9c;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce-page nav.woocommerce-pagination ul li a.prev,
.woocommerce #content nav.woocommerce-pagination ul li a.prev{
    padding: 0;
    font-size: 0;
    line-height: 30px;
    background: #fff;
    color: #000 !important;
    border: 1px solid #b3b3b3;
}
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.ftc-pagination ul{
    border: 0;
    margin: 0;
    padding: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:before,
.ftc-pagination ul li a.next:before{
    content: "\f105";
    position: absolute;
    right: 10px;
    font-weight: 300;
}
.woocommerce #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.ftc-pagination ul li a.prev:before{
    content: "\f100";
    font-weight: 300;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
}
.woocommerce #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:before,
.woocommerce #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.ftc-pagination ul li a.prev:before,
.ftc-pagination ul li a.next:before{
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 30px;
    color: #000;
    line-height: 29px;
    text-align: center;
}
.woocommerce #content nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce #content nav.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:hover:before{color:#fff;}
/*Testimonials*/
.ftc-testimonial-wrapper.owl-carousel .owl-stage-outer{
    height:245px !important;
}
.ftc-parallax-bg {
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
}
.ftc-testimonial-wrapper .owl-item {
    opacity: 0;
}
.ftc-testimonial-wrapper .owl-item.active {
    opacity: 1;
}
.ftc-testimonial-wrapper {
    position: relative;
}
.ftc-testimonial-wrapper.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonial-content {
    overflow: hidden;
    margin-bottom: 1px;
    padding: 0;
    text-align: center;
}
.ftc-testimonial-wrapper .active.center .testimonial-content .content,
.ftc-testimonial-wrapper .active.center .testimonial-content .name, 
.ftc-testimonial-wrapper .active.center .testimonial-content .byline {
    display: block;
}
.ftc-testimonial-wrapper .testimonial-content .name a {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: #15bd9c;
}
.ftc-testimonial-wrapper .testimonial-content .content {
    color: #444444;
    width: 410px;
    float: right;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    position: relative;
    background: #fff;
    padding: 20px 25px 20px 25px;
    z-index: 100;
}
.ftc-testimonial-wrapper .testimonial-content .content .description{
    text-align: justify;
}
.ftc-testimonial-wrapper .testimonial-content .content:before{
    content: "";
    position: absolute;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #fff;
    left: -25px;
    top: 30px;
    z-index: -1;
}
.ftc-testimonial-wrapper .testimonial-content .content .description{

}
.ftc-testimonial-wrapper .testimonial-content >.image {
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.2);
    width: 120px;
    height: 120px;
}
.ftc-testimonial-wrapper .testimonial-content h4.name {
    padding-top: 11px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial-content .image{
    display: inline-block;
    float: left;
}
.testimonial-content .image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.page-container, 
.page-fullwidth-template .ftc-row-boxed, 
.container, .breadcrumb-title-wrapper .breadcrumb-content, 
.ftc-row-wide .ftc-brand-slider-block, 
.ftc-row-wide .ftc-testimonial-wrapper, 
.ftc-row-wide .ftc-twitter-slider {
    margin-right: auto;
    margin-left: auto;
}
.ftc-testimonial-wrapper {
    margin-bottom: 0px;
}
.byline {
    display: none;
}
/* Navi */
.owl-carousel .owl-dots, .owl-carousel .owl-dot{
    display:inline-block;
}
.owl-dots{
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.vc_tta-panels .owl-dots{
    display: none;
}
.ftc-twitter-slider.content-border .owl-dots,
.ftc-testimonial-wrapper.content-border .owl-dots,
.ftc-product-in-category-tab-wrapper .owl-dots,
.ftc-product-in-sub-category-tab-wrapper .owl-dots {
    bottom:20px;
}
.gallery .owl-dots > div,
.ftc-twitter-slider .owl-dots > div,
.ftc-testimonial-wrapper .owl-dots > div,
.ftc-product-in-category-tab-wrapper .owl-dots > div,
.ftc-product-in-sub-category-tab-wrapper .owl-dots > div{
    display:inline-block;
    overflow:hidden;
    line-height:0;
    margin:0;
}
.gallery .owl-dots > div > span,
.ftc-twitter-slider .owl-dots > div > span,
.ftc-testimonial-wrapper .owl-dots > div > span,
.ftc-product-in-category-tab-wrapper .owl-dots > div > span,
.ftc-product-in-sub-category-tab-wrapper .owl-dots > div > span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a,
body .theme-default .nivo-controlNav a.active{
    display:inline-block;
    width:10px;
    height:10px;
    position:relative;
    z-index:9;
    padding:3px;
    margin:0 5px;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
.gallery .owl-dots > div > span:before,
.ftc-twitter-slider .owl-dots > div > span:before,
.ftc-testimonial-wrapper .owl-dots > div > span:before,
.ftc-product-in-category-tab-wrapper .owl-dots > div > span:before,
.ftc-product-in-sub-category-tab-wrapper .owl-dots > div > span:before,
body .flex-control-paging li a:before,
body .theme-default .nivo-controlNav a:before{
    position:absolute;
    left:0;
    top:0;
    content:"";
    width: 10px;
    height:10px;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    transition:all 200ms ease 0s;
    -webkit-transition:all 200ms ease 0s;
    -moz-transition:all 200ms ease 0s;
}
.woocommerce .owl-dots > .owl-dot span:hover,
.woocommerce .owl-dots > .owl-dot.active span {
    background-color: #15bd9c;
}
.owl-dots > .owl-dot > span {
    font-family: 'FontAwesome';
    content: "";
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 50%;
    display: block;
    margin: 0 5px;
}
.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage-outer .owl-stage {
    height: auto !important;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0,0);
    -moz-transform: translate3d(0px,0,0);
    -ms-transform: translate3d(0px,0,0);
    -o-transform: translate3d(0px,0,0);
}
/*Blog home*/
.post-img,
.blog  article .post-img,
.single-post article .post-img{
    min-height: 1px;
    position: relative;
}
.blogs a.thumbnail,
article a.thumbnail figure,
.blog a.thumbnail{
    overflow: hidden;
}
.blogs a.thumbnail {
    position: relative;
    z-index: 2;
    width: 100%;
}
.ftc-blogs a.thumbnail {
    margin-bottom: -1px;
    display: block;
}

article .post-img {
    position: relative;
}
.post-img .ftc-video iframe, .post-img .ftc-soundcloud iframe {
    border: 0;
    width: 100%;
}
.related-posts article .post-img  > .date-time{
    padding-top: 0px;
    margin-bottom: 10px;
}
.related-posts article .post-img  > .thumbnail  {
    margin-bottom: 0;
}
article .post-img  > .date-time{
    border-bottom: 1px solid #15bd9c;
    padding-top: 12px;
}
.blogs article .post-img .date-time span:first-child,
.blog article .post-img .date-time span:first-child,
.single-post article .post-img .date-time span:first-child{
    line-height: 13px;
    position: relative;
    padding-bottom: 3px;
}
.blogs article .post-img .date-time span:last-child,
.blog article .post-img .date-time span:last-child,
.single-post article .post-img .date-time span:last-child{
    line-height: 13px;
    padding: 5px;
    text-transform: uppercase;
    display: inline-block;
}
.single-post article .post-img .date-time span:last-child{
    padding: 6px 0;
}
.ftc-blogs .date-time span, .related-posts .date-time span,
.blogs .date-time span, .blog .date-time span{
    line-height: 13px;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
}
.blogs > article > .post-info {
    margin-bottom: 25px !important;
    padding-bottom: 10px !important;
}
.blogs > article > .post-info .date-time >span{
    font-size: 11px;
}
.blogs > article > .post-info .excerpt{
    margin: 0 0 10px 0;
}
.blogs > article > .post-info .button-readmore{
    font-weight: normal;
}
.blogs article .thumbnail figure > img,
.blogs article .thumbnail .owl-item > img,
.blog article .thumbnail figure > img{
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: transform 0.4 ease-in-out;
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
    width: auto;
    margin: 0 auto;
}

.blogs article .thumbnail:hover figure > img,
.blogs article .thumbnail .owl-item:hover > img,
.blog article .thumbnail:hover figure > img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
    transition: transform 0.4s, opacity 0.4s ease-in-out;
}
.blogs article .smooth-thumbnail,
.blogs article a.gallery figure .owl-item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    z-index: 2;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}
.blog-list-widget > li > .thumbnail{
    position: relative;
}
.blogs article .thumbnail .smooth-thumbnail:before{
    content: "";
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    /*opacity: 0;*/
    transform: scale(0,1);
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
}
.blogs article .thumbnail .smooth-thumbnail:after{
    content: "";
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 10px;
    right: 30px;
    bottom: 10px;
    left: 30px;
    opacity: 0;
    transform: scale(1,0);
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
}
.blogs article .thumbnail:hover .smooth-thumbnail:before
{
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.blogs article .thumbnail:hover .smooth-thumbnail:after{
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.blog-list-widget > li > .thumbnail .smooth-thumbnail:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0);
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    border: 15px solid rgba(255, 255, 255, 0.55);
}

.blog-list-widget > li > .thumbnail:hover .smooth-thumbnail:before{
    opacity: 0.4;
}
.blog-list-widget > li > .thumbnail img{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;	
}
.blog-list-widget > li > .thumbnail:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}


/*Footer*/

footer#colophon h4,
.info-company li,
footer a:hover{
    color:#fff;
}

footer .st-tag-bottom > li:hover{
    border-color: #15bd9c;
}
footer .st-tag-bottom > li:hover a{
    color: #15bd9c;
}
footer a{
    font-family: "Amiko";
    color:#666;
}
footer ul.bullet li a{
    position: relative;
    padding-left: 16px;
}
footer ul.bullet li a:before{
    content: "";
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
footer ul.bullet li a:hover{
    color: #15bd9c;
}
footer ul.bullet li a:hover:before{
    background: #15bd9c;
}
body .ftc-footer .widget-title{
    padding: 0 !important;
    margin: 0 0 20px 0;
    text-align: left;
    font-style: 14px;
    color: #fff;
}
.widget ul li:first-child {
    padding-top: 0.5px;
}
.widget ul li {
    list-style: none;
    padding: 5px 0 4px 0;
}
footer#colophon .ftc-footer .widget-title,
footer .widget_tag_cloud .widgettitle{
    display: inline-block;
    padding-bottom: 5px !important;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
}
footer .widget_tag_cloud .widgettitle{
    top: -2px;
}
.info-company li i {
    background-color: #1b1b1b;
    border-radius: 50%;
    color: #ffffff;
    float: left;
    font-size: 14px !important;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    margin-right: 15px;
    margin-top: 0;
    box-shadow: 0 1px 2px #000;
    -webkit-box-shadow: 0 1px 2px #000;
}
.info-company li > .content{
    min-height: 36px;
    margin-left: 51px;
}
.info-company li > .content >div{
    line-height: 14px;
    padding-bottom: 5px;
}
.info-company li > .content >div:last-child{
    padding-bottom: 0;
}
.widget ul.info-company li:first-child {
    margin-top: 2px;
}
.widget ul.info-company li:first-child > .content{
    padding-top: 6px;
}
.widget ul.info-company li:last-child > .content{
    margin-top: -1px;
    line-height: 20px;
}
.widget ul.info-company li {
    margin: 0 0 25px 0;
    padding: 0;
    overflow: hidden;
    line-height: 24px;
}
.ftc-feedburner-subscription-shortcode.style-3 .feedburner-subscription {
    display: table;
    width: 100%;
    margin: -14px 0 35px;
}
.ftc-feedburner-subscription-shortcode.style-3 .widgettitle,
.ftc-feedburner-subscription-shortcode.style-3 .subscribe-widget {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.ftc-feedburner-subscription-shortcode.style-3 .feedburner-subscription .subscribe-email {
    margin-top: 0;
    position: relative;
}
footer .style-3 .feedburner-subscription .button.button-secondary.transparent {
    background: #15bd9c;
}
.style-3 .feedburner-subscription .button {
    margin: 2px;
    border: none;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.style-3 .feedburner-subscription input[type="text"]{
    padding: 11px 109px 11px 20px;
    background-color: rgba(255,255,255,.1);
    border-color: transparent;
    color: #999;
}
form {
    display: inline-block;
    width: 100%;
}

/*Social footer block*/
footer .social-icons ul{text-align: right;}
footer .social-icons ul li{
    display: inline-block;
}
footer .social-icons li,
footer .social-icons li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    display: inline-block;
    position: relative;
}
footer#colophon .social-icons a {
    opacity: .2;
}
footer#colophon .social-icons li a:hover i,
.social-icons li a,
footer#colophon .social-icons .social-icons a{
    color: #fff;
}
footer#colophon .social-icons a:hover {
    opacity: 1;
}
.social-icons li:hover .ftc-tooltip {
    opacity: 1;
    top: -24px;
    visibility: visible;
}
footer .social-icons li i {
    font-size: 18px;
    line-height: 30px;
}
.social-icons .ftc-tooltip:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: absolute;
    bottom: -9px;
    left: 50%;
    font-size: 13px;
    margin-left: -5px;
}
footer .social-icons li a.facebook span {
    background-color: #3B5998;
}
footer .social-icons li a.facebook span:before {
    color: #3B5998;
}
footer .social-icons li a.twitter span {
    background-color: #2CAAE1;
}
footer .social-icons li a.twitter span:before{
    color: #2CAAE1;
}
footer .social-icons li a.google-plus span {
    background-color: #DD4B39;
}
footer .social-icons li a.google-plus span:before {
    color: #DD4B39;
}
footer .social-icons li a.flickr span {
    background-color: #E30761;
}
footer .social-icons li a.flickr span:before {
    color: #E30761;
}
footer .social-icons li a.youtube span {
    background-color: #CC181E;
}
footer .social-icons li a.youtube span:before {
    color: #CC181E;
}
footer .social-icons li a.instagram span {
    background-color: #125688;
}
footer .social-icons li a.instagram span:before {
    color: #125688;
}
footer .social-icons .ftc-tooltip {
    position: absolute;
    content: "";
    top: -30px;
    left: 40%;
    margin-left: -30px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
    padding: 2px 5px;
    line-height: 16px;
    width: 70px;
    font-size: 10px;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}
/*Style Single Image*/
.ftc-smooth-image .ftc-smooth {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
    overflow: visible;
}
.smooth-border-image .smooth {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
}
.smooth-border-image .ftc-smooth:after {
    opacity: 0;
    z-index: 4;
    width: auto;
    height: auto;
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px solid #fff;
    transform: scale(0,0);
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transition: transform 400ms,opacity 100ms ease 0s;
    -moz-transition: transform 400ms,opacity 100ms ease 0s;
    -webkit-transition: -webkit-transform 400ms,opacity 100ms ease 0s;
}
.smooth-border-image .ftc-smooth:hover:after {
    opacity: 1;
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transition: transform 500ms,opacity 300ms ease 0s;
    -moz-transition: transform 500ms,opacity 300ms ease 0s;
    -webkit-transition: -webkit-transform 500ms,opacity 300ms ease 0s;
}
.smooth-image .ftc-smooth:before,
.smooth-image .ftc-smooth:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.smooth-image .ftc-smooth:hover:after {
    background-color: rgba(255,255,255,0.2);
    top: 50%;
    bottom: 50%;
}
.smooth-image .ftc-smooth:hover:before {
    background-color: rgba(255,255,255,0.2);
    right: 50%;
    left: 50%;
}
/*/ smooth background fade icon /*/
.ftc-smooth-image.smooth-background-image
{
    overflow: hidden;
}   
.ftc-smooth-image.smooth-background-image img{
        background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: transform 0.4 ease-in-out;
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
    }
    .ftc-smooth-image.smooth-background-image:hover img{
        -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: transform 0.4s, opacity 0.4s ease-in-out;
    transition: transform 0.4s, opacity 0.4s ease-in-out;
    }
/*Archive product*/
.woocommerce .before-loop-wrapper {
    display: inline-block;
    width: 100%;
    border: 1px solid #f6f6f6;
    margin-bottom: 25px;
}
.gridlist-toggle {
    float: left;
    padding: 13px 15px 10px;
    line-height: 0;
}
.gridlist-toggle a {
    font-size: 0;
    color:#2c2c2c;
    line-height: 24px;
    padding: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 15px 0 0;
    word-break: normal;
}
.gridlist-toggle a.active{
    color:#15bd9c;
}
.gridlist-toggle a#grid:before {
    content: "\f00a";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
}
.gridlist-toggle a#list:before {
    content: "\f00b";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
}
.gridlist-toggle a span {
    display: none;
}
.woocommerce .before-loop-wrapper .woocommerce-result-count,
.woocommerce-page .before-loop-wrapper .woocommerce-result-count {
    position: absolute;
    left: 50%;
    padding: 12px 0;
    margin: 0 0 8px 0;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    margin: 7px 7px 3px 0;
    float: right;
    width: auto;
}
.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby,
.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby-title {
    float: left;
}
.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby {
    width: 210px;
    padding: 0;
    border: 0;
    margin: 0 0 0 0;
}
.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li, 
.shopping-cart-wrp  a.cart-control,
.shopping-cart-wrp  .dropdown-container, 
.gridlist-toggle a#grid:before,
.gridlist-toggle a#list:before {
    line-height: 24px;
}
.shopping-cart-wrp  .ftc-tiny-cart-wrp:hover .cart-drop-icon:hover:before{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li {
    list-style: none;
    position: relative;
    z-index: 4;
}
.woocommerce .woocommerce-ordering .orderby > li,
.woocommerce-page .woocommerce-ordering .orderby > li {
    padding: 0;
    position: relative;
    cursor: pointer;
}
.woocommerce .woocommerce-ordering .orderby > li:after,
.woocommerce-page .woocommerce-ordering .orderby > li:after {
    position: absolute;
    content: "";
    top: 12px;
    right: 15px;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 14px;
    line-height: 14px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.woocommerce .woocommerce-ordering .orderby ul:before,
.woocommerce-page .woocommerce-ordering .orderby ul:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 1px solid #f6f6f6;
}
.woocommerce .woocommerce-ordering .orderby ul,
.woocommerce-page .woocommerce-ordering .orderby ul{
    background-color: #fff;
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.15);
}
.woocommerce .woocommerce-ordering .orderby ul li:first-child a,
.woocommerce-page .woocommerce-ordering .orderby ul li:first-child a {
    border-width: 0;
}
.woocommerce .woocommerce-ordering .orderby ul li,
.woocommerce-page .woocommerce-ordering .orderby ul li {
    padding: 0 15px;
}
.woocommerce .woocommerce-ordering .orderby ul li a,
.woocommerce-page .woocommerce-ordering .orderby ul li a {
    padding: 6px 0;
    width: 100%;
    display: inline-block;
    position: relative;
    border-top: 1px solid #f6f6f6; 
}
.woocommerce-page .woocommerce-ordering .orderby-title {
    margin: 7px 19px 7px 0;
}
.woocommerce .woocommerce-ordering .orderby > li .orderby-current,
.woocommerce-page .woocommerce-ordering .orderby > li .orderby-current {
    padding: 6px 20px 6px 15px;
    display: inline-block;
    width: 100%;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    border: 1px solid #f6f6f6;
}
woocommerce .woocommerce-ordering .orderby:hover > li:after,
.woocommerce-page .woocommerce-ordering .orderby:hover > li:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.widget-container.ftc-banner{
    padding:0;
    border: none;
}
.woocommerce nav.woocommerce-pagination{
    height: 30px;
    margin: 10px 0;
}
#right-sidebar .product_list_widget,#right-sidebar .ftc-wg-meta a{
    text-align: center;
    padding: 0;
    background: none;
}
#right-sidebar .product_list_widget{
    border:0;
}
.woocommerce ul.product_list_widget li a.ftc-wg-thumbnail{
    overflow: hidden;
    margin: 0 0 14px 0;
}

/*widget*/
.widget-container ul{
    list-style: none;
}
#left-sidebar>section:first-child ,#right-sidebar>section:first-child {
    margin-bottom: 0;
    border-bottom: 1px solid #f6f6f6 !important;
    padding-bottom: 0;
}

.single-post #right-sidebar ul{
    border: 1px solid #f6f6f6;
    margin: 0 0 30px 0;
    clear: both;
    padding: 15px 20px;
}

.widget-container {
    border: 1px solid #f6f6f6;
    margin: 0;
    clear: both;
    padding: 0 20px 5px;
    border-bottom: 0;
    border-top:0;
}
.widget-container.ftc-product-categories-widget{
    border-top : 1px solid #f6f6f6;
    padding-bottom: 20px !important;
    margin-top: 30px;
}
.widget-container.yith-woo-ajax-reset-navigation {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
}
.archive #left-sidebar .widget-container:nth-child(2),.archive  #right-sidebar .widget-container:nth-child(2),
.archive #left-sidebar .widget-container:first-child, .archive #right-sidebar .widget-container:first-child{
    border-bottom: 0;
   /* border-top: 1px solid #f6f6f6;*/
}
.archive .ftc-sidebar .widget-container:nth-child(2){
    margin-bottom: 0;
}
.archive .ftc-sidebar .widget-container:nth-child(2) .widget-title-wrapper .widget-title {
   /* padding-bottom: 10px !important;*/
}
.widget-container.widget_layered_nav, .widget-container.widget_price_filter{
    /*padding-bottom: 16px;*/
}
.widget-container.widget_price_filter{
    padding-bottom: 16px;
    border-bottom: 1px solid #f6f6f6;
}
.widget-container.widget_price_filter form{	
    padding-bottom: 0;
}
.ftc-sidebar > .widget-container.widget_layered_nav:nth-child(3){
   /* padding: 20px;*/
}
.woocommerce.widget_layered_nav ul{
    border-bottom: 1px solid #f6f6f6 !important;
    padding-bottom: 20px;
}
/*.ftc-sidebar > .widget-container:nth-child(3) ul, .ftc-sidebar > .widget-container:nth-child(8) ul{
    border: 0 !important;
    padding-bottom: 0 !important;
}*/
.ftc-sidebar > .widget-container:nth-child(8){
    border-bottom: 1px solid #f6f6f6;
}
.ftc-sidebar > .widget-container:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
}
.ftc-sidebar > .widget-container.ftc-smooth-image{
    border: 0;
    padding: 0;
    margin-bottom: 60px;
}
.widget-container ul > li a {
    text-align: left;
}
#left-sidebar .widget-title,
.widget-container ul.product-categories > li{
    text-transform: uppercase;
    font-weight:normal;
}
.widget-container.ftc-product-categories-widget .widget-title {
    font-size: 24px;
    line-height: 24px;
    padding: 27px 0 10px 0 !important;
    margin: 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}
.widget-container.widget_text {
    padding-bottom: 0;
}
.widget-container.widget_text .widget-title{
    padding-top: 30px !important;
    padding-bottom: 22px !important;
    margin: 0;
}
.widget-container:not(.ftc-product-categories-widget):not(.widget_text) .widget-title{
    font-size: 14px;
    margin:0;
    padding: 20px 0; 
    text-transform: uppercase;
}
.widget-container ul.product-categories li {
    margin: 0;
    padding: 0;
    position: relative;
}
.widget-container ul.product-categories li a {
    position: relative;
    padding: 0;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    line-height: 15px;
    padding: 16px 0 4px 0;
    border-bottom: 1px solid #eee;
    /*color: #1b1b1b;*/
}
.widget-container ul.product-categories > li:last-child >a{
    border-bottom: 0;
}
.widget-container ul.product-categories > li{
    font-size: 14px;
}
.widget-container ul.product-categories ul.children li{
    font-weight: normal;
    text-transform: initial;
    font-size: 13px;
}
.widget-container ul.product-categories ul.children li a {
    padding-left: 10px;
    text-transform: capitalize;
}
.widget-container.ftc-product-categories-widget > ul.product-categories > li:last-child > a{
    padding-bottom: 0;
    border: 0;
}
.widget-container.ftc-product-categories-widget ul.product-categories li a {
    padding-right: 10px;
}
.widget-container ul.product-categories > li:last-child > a:before,
.widget-container ul.product-categories > li.cat-parent:last-child > ul.children > li:last-child > a:before,
.widget-container ul.product-categories > li.cat-parent:last-child > ul.children > li.cat-parent > ul.children > a:before {
    display: none;
}
.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle:before {
    font-family: 'FontAwesome';
    content: "\f067";
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
    font-weight: normal;
    color: #9c9c9c;
}
.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent.active > span.icon-toggle:before {
    content: "\f068";
}
.widget-container ul.children{
    margin-left: 10px;
}
.widget-container.ftc-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle {
    position: absolute;
    color: #9c9c9c;
    right: 0;
    top: 12px;
    z-index: 2;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
}
.widget-container.ftc-product-categories-widget ul.product-categories li span.icon-toggle {
    display: none;
}
.ftc-product-categories-widget.widget-container ul.children > li a:after,
.widget-container.ftc-product-categories-widget ul.product-categories ul.children li.cat-parent > a:after {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f105";
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    right: auto;
    top: 14px;
    left:0;
}
.widget-container.ftc-product-categories-widget ul.product-categories ul.children li.cat-parent > a:after {
    display: inline-block;
}
.woocommerce .widget_layered_nav ul li a{
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline;
    padding: 0;
    text-align: left;
    background: #fff;
    text-transform: capitalize;
    line-height: 14px;
    font-size: 12px;
}
.woocommerce .widget_layered_nav ul li a:before, 
.woocommerce-page .widget_layered_nav ul li a:before{
    display: inline-block;
    position: absolute;
    content: "";
    top: -2px;
    left: 0px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border: 1px solid #747474;
    font-weight: 300;
}

.woocommerce .widget_layered_nav ul li.chosen a{
    padding-left: 20px;
}
.woocommerce .widget_layered_nav ul li.chosen a:before, 
.woocommerce-page .widget_layered_nav ul li.chosen a:before{
    font-family: 'FontAwesome';
    font-size:14px;
    line-height:14px;
    content: "\2714";
    position:absolute;
    top: -1px;  
    left: 0px;
    margin:0 10px 0 0;
    font-weight:300;
    z-index:2;
    margin-right: 10px;
    color: #747474;
    padding-left: 2px;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span{
    color: #747474;
    padding-left: 22px;
}
.woocommerce .widget_layered_nav ul li:hover a, .woocommerce .widget_layered_nav ul li:hover span{
    color: #15bd9c;
}
.woocommerce .widget_layered_nav ul li span.count{
    padding-left: 0px;
}

.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
    display: inline-block;
    position: relative;
    width: 50%;
    padding:  0;
    margin: 0;
}
.ftc-sidebar > .widget-container:nth-child(4)  ul li span.count{
    display: none;
}
.woocommerce .widget-container .price_slider_amount .price_label,
.woocommerce-page .widget-container .price_slider_amount .price_label {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: bold;
}
.woocommerce .widget-container .price_slider_amount .price_label span,
.woocommerce-page .widget-container .price_slider_amount .price_label span {
    font-weight: 400;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    width: 15px;
    height:15px;
    top: -6px;
    /*background-image: url(//www.mcheat.id/wp_appa/wp-content/uploads/2017/03/price.png);*/
    border-radius: 0 !important;
    background-color: #f8694d;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child{
    background: #15bd9c ;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #b7b7b7 !important;
    height: 3px;
    border-right: 0 !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #f6f6f6;
    height: 3px;
}
.woocommerce .widget-container .price_slider_amount .price_label,
.woocommerce-page .widget-container .price_slider_amount .price_label{
    margin: 0;
    display:inline-block;
    width:100%;
    font-weight:bold;
    position: absolute;
    top: -1px;
    left: 0;
    font-family: Amiko;
    font-weight: normal;
    font-size: 12px;
}
.woocommerce .widget_price_filter .price_slider_wrapper, .woocommerce-page .widget_price_filter .price_slider_wrapper {
    padding: 24px 0 0 0;
    position: relative;
}
/*tags blog*/
.widget-container.widget_tag_cloud{
    padding-bottom: 20px;
    margin-bottom: 80px;
}
.widget-container.widget_tag_cloud .tagcloud a{
    padding: 8px;
    margin: 0 5px 5px 0;
    background: #e8e8e8;
    color: #585858;
}
.widget-container.widget_tag_cloud .tagcloud a:hover{
    background: #15bd9c;
    color: #fff;
}
.tagcloud{
    overflow: hidden;
}
.tagcloud a {
    display: inline-block;
    float: left;
    color:#999;
    font-size: 14px !important;
    line-height: 16px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.tagcloud a:hover {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

/*filter by coder*/
/*.woocommerce .widget_layered_nav:nth-child(4) ul li a:before, 
.woocommerce-page .widget_layered_nav:nth-child(4) ul li a:before{
    display: none;
}
.woocommerce .widget_layered_nav:nth-child(4) ul li, 
.woocommerce-page .widget_layered_nav:nth-child(4) ul li{
    width: 33.3333%;
    padding: 3px;
}
.woocommerce .widget_layered_nav:nth-child(4) ul li a, 
.woocommerce-page .widget_layered_nav:nth-child(4) ul li a{
    background: #eee;
    padding-left: 0;
    text-align: center;
    display: inline-block;
    padding: 8px;
    padding-left: 0 !important;
}
.woocommerce .widget_layered_nav:nth-child(4) ul li a:hover, 
.woocommerce-page .widget_layered_nav:nth-child(4) ul li a:hover{
    outline: 1px solid #15bd9c;
}*/


/*Single product*/
.flex-control-thumbs li{
    padding: 20px 0;
}
.woocommerce #content div.product div.woocommerce-product-gallery--with-images,
.woocommerce div.product div.woocommerce-product-gallery--with-images,
.woocommerce-page #content div.product div.woocommerce-product-gallery--with-images,
.woocommerce-page div.product div.woocommerce-product-gallery--with-images {
    position: relative;
    float: left;
    margin: 0 0 50px 0;
    overflow: hidden;
}
.woocommerce #reviews h3 {
    margin: 0px 0 6px 0;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 53%;
    padding-left: 30px;
    float: left;
    margin-bottom: 20px;
}
.woocommerce #content div.product div.woocommerce-product-gallery--with-images .images,
.woocommerce div.product div.woocommerce-product-gallery--with-images .images,
.woocommerce-page #content div.product div.woocommerce-product-gallery--with-images .images,
.woocommerce-page div.product div.woocommerce-product-gallery--with-images .images {
    width: auto;
    max-width: 400px;
    margin: 0;
    float: none;
    position: relative;
    border: 1px solid #f6f6f6;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a{
    width: auto;
    border: 1px solid #f6f6f6;
    margin: 0;
}
.flex-control-thumbs{
    width: 326px;
    margin: 0 auto !important;
}
.flex-control-thumbs .owl-nav .owl-prev,
.flex-control-thumbs .owl-nav .owl-next{
    width: 30px !important;
    height: 30px !important;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    color:#000;
    position: absolute;
    top:50%;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
}
.flex-control-thumbs .owl-nav .owl-prev{
    margin-left: -36px;
    left:0;
    transform: translate(-10px,calc(-50% + 10px));
    -webkit-transform: translate(-10px,calc(-50% + 10px));
    -moz-transform: translate(-10px,calc(-50% + 10px));
    -ms-transform: translate(-10px,calc(-50% + 10px));
}
.flex-control-thumbs .owl-nav .owl-next{
    margin-right: -36px;
    right: 0;
    left: auto;
    transform: translate(10px,calc(-50% + 10px));
    -webkit-transform: translate(10px,calc(-50% + 10px));
    -moz-transform: translate(10px,calc(-50% + 10px));
    -ms-transform: translate(10px,calc(-50% + 10px));
}
ul.flex-control-thumbs .owl-prev:before {
    content: "\f104";
    font-size: 18px !important;
    margin-left: -2px;
}
ul.flex-control-thumbs .owl-next:before {
    content: "\f105" !important;
    font-size: 18px !important;
    margin-right: -2px;
}
.flex-control-thumbs .owl-nav > div:before {
    line-height: 28px;
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: 300;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
div.product .thumbnails:hover div.owl-prev,
div.product .thumbnails:hover div.owl-next {
    visibility: visible;
    opacity: 1;
    transform: translate(0,calc(-50% + 10px));
    -webkit-transform: translate(0,calc(-50% + 10px));
    -moz-transform: translate(0,calc(-50% + 10px));
    -ms-transform: translate(0,calc(-50% + 10px));
}
.flex-control-thumbs .owl-nav .owl-prev:hover,
.flex-control-thumbs .owl-nav .owl-next:hover{
    background-color: #15bd9c;
}
.flex-control-thumbs .owl-nav .owl-prev:hover:before,
.flex-control-thumbs .owl-nav .owl-next:hover:before{
    color: #fff;
}
div.product .summary .yith-wcwl-add-to-wishlist a:before {
        content: "\e642";
    font-size: 18px !important;
    font-family: 'Pe-icon-7-stroke';
    line-height: 35px;
    font-weight: normal;
}
.woocommerce-product-gallery--with-images .flex-control-thumbs .owl-stage-outer >div > div >li img{
    /*height: 100%;*/
    width: auto;
}
.woocommerce-product-gallery--with-images .ftc-label-pro{
    display: none;
}
div.product .summary .star-rating{
    margin-right: 30px !important;
    margin-top: 3px;
}
div.product .summary .woocommerce-product-details__short-description{
    max-height: 4.5em;
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 25px;
        text-align: justify;
}
div.product .summary .woocommerce-product-details__short-description p{
    font-size: 14px;
}
.woocommerce div.product .summary > .price{
    margin-bottom: 15px !important;
    font-size: 20px;
}
div.product-type-grouped  .summary .cart td.price > span, 
div.product-type-grouped  .summary .cart td.price > ins > span{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #15bd9c;
}
div.product-type-grouped  .summary .cart td.price{
    text-align: center;
}
div.product-type-grouped  .summary .cart td.lable{
    padding-left: 10px;
}
div.product .summary  .counter-wrapper{
    margin: 17px 0 3px 0;
}
div.product .summary  .counter-wrapper > div{
    min-width: 65px;
    padding: 10px;
    background: transparent;
    border: 2px solid #15bd9c;
}
div.product .summary  .counter-wrapper > div .text-time{
    color: #000 !important;
}
div.product .summary  .counter-wrapper > div .number-wrapper{
    color: #444;
}
.pp_woocommerce div.product .summary .compare:before,
.woocommerce div.product .summary .compare:before,
.woocommerce-page div.product .summary .compare:before,
.woocommerce #content div.product .summary .compare:before,
.woocommerce-page #content div.product .summary .compare:before {
    font-family: 'FontAwesome';
    content: "\f079";
    font-size: 13px;
    line-height: 35px;
}
.summary .yith-wcwl-add-to-wishlist img.ajax-loading {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -8px !important;
    width: 16px !important;
    height: 11px !important;
}
.pp_woocommerce div.product .summary .compare,
.woocommerce div.product .summary .compare,
.woocommerce-page div.product .summary .compare,
.woocommerce #content div.product .summary .compare,
.woocommerce-page #content div.product .summary .compare,
div.product .summary .yith-wcwl-add-to-wishlist a {
    width: 35px;
    height: 35px;
    background-color: #444444;
    color: #fff;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    white-space: pre;
}
div.product .summary .yith-wcwl-add-to-wishlist a,
.pp_woocommerce div.product .summary .compare,
.woocommerce div.product .summary .compare,
.woocommerce-page div.product .summary .compare,
.woocommerce #content div.product .summary .compare,
.woocommerce-page #content div.product .summary .compare {
    text-align: center;
    background-image: none !important;
    font-weight: bold;
    text-transform: none;
    font-size: 0px;
}
div.product .summary > .compare > i,
div.product .summary > .quickview > i{
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}
div.product .summary a i {
    color: #fff;
}
div.product .summary a.ftc-size_chart i {
    color: #666;
}
.woocommerce div.product form.cart .reset_variations{
    font-size: 14px;
    display: block !important;
    margin-top: 10px;
}
div.product .summary ul.ftc-social-sharing li a i{
    color: #999;
}
div.product .summary ul.ftc-social-sharing li:hover a i{
    color: #fff;
}
div.product .summary > a.compare.added:after{
        content: "\e657";
    font-family: 'Pe-icon-7-stroke';
    font-size: 18px;
    line-height: 28px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    margin-left: 0;
    line-height: 35px;
    font-weight: normal;
    color: #fff;
}
div.product .summary .social-sharing .email, div.product .summary .social-sharing .print {
    display: none;
}
div.product .summary .social-sharing, div.product .summary .social-sharing ul {
    margin-bottom: 0;
}
.yith-wcwl-add-to-wishlist {
    position: relative;
    margin:0;
}
div.product .summary .yith-wcwl-add-to-wishlist,
div.product .summary .compare {
    display: inline-block;
    float: left;
    margin: 0px 1px 30px 0;
    margin-top: -35px;
    height: 35px;
}
div.product .summary .yith-wcwl-add-to-wishlist{
    margin-left: 133px;
    width: 35px;
    height: 35px;
}
div.product .summary .out-of-stock{
    /*font-size: 0;*/
    margin-bottom: 60px !important; 
}
div.product .summary .yith-wcwl-add-to-wishlist  .feedback{
    position: absolute;
    width: 300px;
    top: 45px;
    left: -132px;
    line-height: 16px;
    color: #000;
}
div#product-339 .yith-wcwl-add-to-wishlist  .feedback{
    left: 0;
}
div.product.outofstock .summary div[itemprop="offers"]{
    margin-bottom: 20px;
}

.wishlist.added .show{
    display: none !important;
}
div.summary > .quickview{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -35px;
    float: left;
    z-index: 500;
    position: relative;
    text-align: center;
    background: #444444;
    color: #fff;
}
div.summary > .quickview a{
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    background: #444444;
    color: #fff;
}
div.summary > .quickview a:hover{
    background: #15bd9c;
}
div.product div.summary .clear {
    display: none;
}
.summary .item-description {
    margin: 0;
    padding-top: 0;
    width: 100%;
    text-align: left;
}
.summary .item-description > div {
    display: inline-block;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart{
    margin-bottom: 0;
}
.woocommerce div.product form.cart table div.quantity{
    margin-top: 10px;
    margin-left: 10px;
    width: 70px;
    float: none;
    position: relative;
    display: inline-block;
}
.woocommerce div.product div.summary p.cart a,
.woocommerce div.product form.cart .button{
    /*position: absolute;*/
    padding: 4px 19px 5px;
    background-color: #f6f6f6;
    border-radius: 0;
    color: #999;
    text-transform: uppercase;
    line-height: 26px;
}
.woocommerce div.product-type-external div.summary p.cart a{
    padding: 4px 10px 5px;
}
.woocommerce div.product form.cart .product_type_external{
    position: initial;
}
.summary .social-sharing .print,
.summary .social-sharing .email{
    display: inline-block;
    float: left;
    margin-right: 40px;
    padding-right: 0;
    border-width: 0;
    border-style: solid;
    line-height: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}
.summary .social-sharing > div >a {
    color: #555555;
    font-size: 12px;
}
.summary .social-sharing > .print i, .social-sharing > .email i {
    margin-right: 5px;
    font-size: 17px;
}
div.product .social-sharing li.facebook:hover a {
    background: #3B5998 !important;
}
div.product .social-sharing li.google-plus:hover a {
    background: #DD4B39 !important;
}
div.product .social-sharing li.pinterest:hover a {
    background: #CA1517 !important;
}
div.product .social-sharing li.twitter:hover a {
    background: #2CAAE1 !important;
}
.woocommerce div.product .woocommerce-product-rating{
    margin: 11px 0 7px;
}
.woocommerce div.product p.stock,
div.ftc-quickshop-wrapper.product p.stock{
    margin-bottom: 5px;
    color: #15bd9c;
}
.summary.entry-summary ins .woocommerce-Price-amount{
    padding-left: 0;
}
.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.pp_woocommerce div.product form.cart .variations label{
    font-weight: bold;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations,
.woocommerce div.product div.summary{
    margin-bottom: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 24px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    overflow: hidden;
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.woocommerce div.product form.cart .variations select,
.pp_woocommerce div.product form.cart .variations div.value select{
    width: 100%;
    border: 1px solid #f6f6f6;
    padding: 8px;
    padding-left: 14px;
}
.woocommerce div.product form.cart .variations .label{
    padding-left: 0;
}
.woocommerce div.product form.cart .variations .label > label{
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}
.woocommerce div.product .woocommerce-tabs{
    margin-bottom: 56px;
}
.woocommerce-page div.product .product_title{
    font-size: 24px;
}
.woocommerce div.product .summary div[itemprop="description"],
.woocommerce table.wishlist_table{
    text-align: justify;
    font-size: 13px;
}
.related.products{
    margin-bottom: 36px;
}
.related.products .meta_group_button{
    display: none;
}
div.product.vertical-thumbnail .thumbnails {
    width: 105px;
    float: left;
    margin-top: -10px;
    position: relative;
}
.woocommerce #content div.product.vertical-thumbnail div.woocommerce-product-gallery--with-images div.images,
.woocommerce div.product.vertical-thumbnail div.woocommerce-product-gallery--with-images div.images,
.woocommerce-page #content div.product.vertical-thumbnail div.woocommerce-product-gallery--with-images div.images,
.woocommerce-page div.product.vertical-thumbnail div.woocommerce-product-gallery--with-images div.images {
    margin-left: 120px;
}
div.product.vertical-thumbnail .thumbnails li {
    padding: 10px 0 0 0;
    line-height: 0;
    overflow: hidden;
}
div.product.vertical-thumbnail .flex-control-thumbs{
    width: 105px;
}
.vertical-thumbnail .woocommerce-product-gallery--with-images >.thumbnails .owl-controls .owl-nav > div {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    margin: 0;
    width: 30px !important;
    height: 20px !important;
    margin-left: -15px !important;
}
.vertical-thumbnail .woocommerce-product-gallery--with-images >.thumbnails .owl-controls .owl-nav > div.owl-prev:before {
    content: "\f107";
}
.vertical-thumbnail .woocommerce-product-gallery--with-images >.thumbnails .owl-controls .owl-nav > div.owl-next:before {
    content: "\f106";
}
.vertical-thumbnail .woocommerce-product-gallery--with-images >.thumbnails .owl-controls .owl-nav > div:before {
    line-height: 18px !important;
}
.vertical-thumbnail .woocommerce-product-gallery--with-images >.thumbnails .owl-controls .owl-nav > div.owl-prev {
    top: auto;
    bottom: 0;
}
.vertical-thumbnail .woocommerce-product-gallery--with-images >.thumbnails .owl-controls .owl-nav > div.owl-next {
    top: 10px;
    bottom: auto;
    background-color: #fff;
}
div.product.vertical-thumbnail .woocommerce-product-gallery--with-images .owl-controls div.owl-prev {
    visibility: hidden;
    opacity: 0;
    transform: translate(0,10px);
    -webkit-transform: translate(0,10px);
    -moz-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
}
div.product.vertical-thumbnail .woocommerce-product-gallery--with-images .owl-controls div.owl-next {
    visibility: hidden;
    opacity: 0;
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
}
div.product.vertical-thumbnail .woocommerce-product-gallery--with-images .thumbnails:hover .owl-controls div.owl-prev,
div.product.vertical-thumbnail .woocommerce-product-gallery--with-images .thumbnails:hover .owl-controls div.owl-next {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
}
/*Related product - Upsell product*/
.woocommerce.ftc-product-deals-widget-wrapper .products,
.woocommerce-page .ftc-product-deals-widget-wrapper .products,
.woocommerce .ftc-slider .products, .woocommerce-page .ftc-slider .products,
.woocommerce .upsells .products, 
.woocommerce-page .upsells .products,
.woocommerce .cross-sells .products, 
.woocommerce-page .cross-sells .products,
.woocommerce .upsells.products, 
.woocommerce-page .upsells.products,
.woocommerce .cross-sells.products, 
.woocommerce-page .cross-sells.products,
.woocommerce .related.products, 
.woocommerce-page .related.products
.woocommerce .related .products, 
.woocommerce-page .related .products {
    margin: 0;
}
.related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .related .products .product {
    width: 100%;
}
.upsells .products .product,
.related .products .product,
.woocommerce .upsells .products .product, 
.woocommerce .related .products .product {
    padding: 0;
    margin-bottom: 0;
}
/*Social Sharing*/
div.product .ftc-social-sharing,
div.product .social-sharing{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding-top: 2px;
    margin-bottom: 18px;
    }
.product-type-simple .ftc-social-sharing{
    margin-top: 10px;

}
div.product .social-sharing li {
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: 0;
    background-color: #f6f6f6;
}
div.product .social-sharing li a {
    padding: 12px;
    display: inline-block;
    font-size:13px;
}
/*Tab woocomercer*/
.woocommerce div.product .woocommerce-tabs ul.tabs{
    text-align: left;
    border: 0;
    border-bottom: 1px solid #eee !important;
    padding: 2px 0 0 0 !important;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    text-transform: uppercase;
    border: none;
    padding: 0 20px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    margin-bottom: -1px;
    background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a{
    color: #15bd9c ;
    border-bottom: 4px solid #15bd9c;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li> a{
    font-size: 16px;
    font-weight: bold;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px 20px;
    margin: 0;
    clear: both;
    font-size: 12px;
    line-height: 20px;
}
.woocommerce div.product .woocommerce-tabs .post-info{
    font-size: 14px;
    line-height: 26px;
}
.woocommerce div.product .woocommerce-tabs .post-info .shop_attributes,
.woocommerce div.product .woocommerce-tabs .post-info p{
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-description{
    text-align: justify;
    border-color: #e5e5e5;
}
.woocommerce table.shop_attributes tr:last-child td,
.woocommerce-page table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce-page table.shop_attributes tr:last-child th {
    border: 1px solid #e5e5e5;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td, 
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
    line-height: inherit;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    padding: 10px 20px;
    text-transform: none;
    border: 1px solid #e5e5e5;
}
.woocommerce-tabs #comments {
    float: left;
    width: 50%;
    padding-right: 20px;
}
.woocommerce-tabs #review_form_wrapper {
    float: left;
    width: 50%;
    padding: 0 0 0 20px;
    border-left: 1px solid #e5e5e5;
}
/*Product categories tab 2*/
.ftc-products-category-tabs-block .row-tabs {
    width: 12.83%;
    float: left;
    padding: 0;
}
.ftc-products-category-tabs-block .counter-wrapper{
    display: none;
}
body:not(.fullwidth-template-padding) .ftc-products-category-tabs-block .row-content {
    padding-left: 30px;
}
.ftc-products-category-tabs-block .row-content {
    width: 87.17%;
    float: left;
}
.ftc-products-category-tabs-block .row-content {
    position: relative;
    z-index: 2;
}
.ftc-products-category-tabs-block .row-content.loading .column-products:before{
    background: #fff url(//www.mcheat.id/wp-content/themes/appa/assets/images/loadingp.gif) no-repeat scroll center center;
    background-size: 40px 40px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 1039;
}
.ftc-products-category-tabs-block .woocommerce.columns-4 .products .product {
    width: 100%;
}
.woocommerce .products .ftc-products .product:hover{
    border-color: #15bd9c;
}
.woocommerce .products .product-group .product,
.woocommerce-page .products .product-group .product {
    margin: 0 0 30px 0;
    padding: 0;
    float: left;
}
.woocommerce-page .woocommerce.columns-3 .products.grid .ftc-products{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 30px;
}
.woocommerce-page .woocommerce.columns-4 .products.grid .ftc-products{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
}
.woocommerce.columns-4,.woocommerce.columns-3{
    margin: 0 -15px;
}
.woocommerce.columns-3 .ftc-products {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.woocommerce.columns-4 .ftc-products {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.woocommerce > .yit-wcan-container > .products .item-description .meta_group_button {
    display: none;
}
.woocommerce > .yit-wcan-container > .products.owl-carousel.list .item-description .meta_group_button {
    display: block;
}
.woocommerce > .yit-wcan-container > .products .item-description {
    padding: 15px 15px 12px;
    background: #fbfbfb;
}
.woocommerce .ftc-slider .products .product,
.woocommerce-page .ftc-slider .products .product {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .products.list .ftc-products,
.woocommerce-page .products.list .ftc-products,
.ftc-products-category-tabs-block .woocommerce .products .product,
.ftc-products-category-tabs-block .woocommerce-page .products .product{
    padding: 0 15px;
}
.ftc-products-category-tabs-block ul.tabs li.current{
    cursor: default;
    z-index: 10;
}
.ftc-products-category-tabs-block ul.tabs li:hover{
    z-index: 10;
}
.ftc-products-category-tabs-block ul.tabs li {
    text-align: center;
    margin: 0;
    padding: 4px 4px 6px;
    border: 1px solid #f6f6f6;
    position: relative;
    z-index: 1;
    cursor: pointer;
    vertical-align: middle;
    transition: background 100ms ease;
    -webkit-transition: background 100ms ease;
    -moz-transition: background 100ms ease;
}
.ftc-products-category-tabs-block ul.tabs li {
    margin-top: -1px;
}
.ftc-products-category-tabs-block ul.tabs li span.icon {
    display: block;
    margin-bottom: 6px;
}
.ftc-products-category-tabs-block ul.tabs li span.title {
    font-size: 13px;
    line-height: 39.5px;
}
.ftc-products-category-tabs-block .woocommerce {
    margin: 0 -15px;
    position: relative
}
.ftc-products-category-tabs-block .woocommerce .products,
.ftc-products-category-tabs-block .woocommerce-page .products{
    margin: 0;
}
/*about us*/
.st-row-about-us p{
    text-align: justify;
}
.st-row-about-us .ftc-heading{
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}
.st-row-about-us .ftc-heading h2{
    position: relative;
}
.st-row-about-us .ftc-heading h2:before{
    position: absolute;
    content:"";
    width: 70px;
    height: 2px;
    background: #15bd9c;
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.ftc-feature-wrp.has-image .feature-top {
    padding: 18px 15px 30px 15px;
}
.ftc-feature-wrp {
    text-align: center;
    padding-bottom: 0;
}
.ul-style.circle li:before {
    font-family: FontAwesome;
    content: "\f111";
    margin-right: 15px;
    font-size: 10px;
}
.ftc-feature-wrp .feature-top h4 {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.ftc-feature-wrp a.feature-thumbnail {
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 0;
    max-width: 100%;
}
.ftc-feature-wrp a.feature-thumbnail:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}
.ftc-feature-wrp a.feature-thumbnail img {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transition: transform 400ms ease 0s;
    -moz-transition: transform 400ms ease 0s;
    -webkit-transition: -webkit-transform 400ms ease 0s;
}
.ftc-feature-wrp a.feature-thumbnail:hover .overlay {
    opacity: 1;
}
.ftc-feature-wrp .overlay {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.5);
    transition: all 450ms ease 0s;
    -moz-transition: all 450ms ease 0s;
    -webkit-transition: all 450ms ease 0s;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title:before,
.vc_toggle_title:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.3;
    z-index: 0;
    display: block;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
    margin: 0;
    outline: 0 !important;
    cursor: pointer;
    margin-bottom: -1px;
    padding: 0;
    position: relative;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon{
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 3;
    line-height: 42px;
    width: 42px;
    height: auto;
    text-align: center;
    border-left:1px solid #f6f6f6;
    font-style: normal;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
body div.pp_details a.pp_close:hover:before{
    background-color: #15bd9c;
    color: #fff;
    border-color: #15bd9c;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel {
    margin-bottom: 5px;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
    font-size: 14px;
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body {
    padding: 12px 20px 20px 20px;
    margin-bottom: 0;
    border:1px solid #f6f6f6;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:before{
    line-height: 42px;
    font-family: 'FontAwesome';
    font-size: 16px;
    content: "\f107";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    border: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 1;
    font-weight: bold;
    padding: 9px 20px;
    border:1px solid #f6f6f6;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:after {
    display: none;
}
body .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon:before{
    content: "\f106";
}
.ftc-button-wrapper a.ftc-button-1:hover {
    background: #383838;
    border-color: #ea340a;
    color: #ffffff;
}
.ftc-button-wrapper a.ftc-button-1 {
    background: #ffffff;
    border-color: #cccccc;
    border-width: 0px;
    color: #383838;
    border-radius: 0;
}
.section-extend-button .ftc-button {
    position: absolute;
    top: -5px;
    left: auto;
    right: 15px;
}
.ftc-button, .vc_column_container .vc_btn, .vc_column_container .wpb_button {
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    border-style: solid !important;
    margin: 10px 0 10px 0;
    min-width: 140px;
    text-align: center;
}
.vc_progress_bar .vc_single_bar .vc_label{
    top: -20px;
    font-size: 14px;
    line-height: 8px;
    padding: 0;
    color: #444 !important;
    text-shadow: none !important;
    text-transform: uppercase;
    font-weight: bold;
}
.vc_progress_bar .vc_single_bar:first-child{
    margin-top: 23px;
}
.vc_progress_bar .vc_single_bar{
    margin-bottom: 53px;
}
.vc_progress_bar .vc_single_bar .vc_bar,
.vc_progress_bar .vc_single_bar{
    border-radius: 0;
}
/*Team member*/
.ftc-team-member {
    text-align: center;
    padding: 0;
    max-width: 320px;
    margin: 0 auto;
}
.ftc-team-member .image-thumbnail {
    position: relative;
    margin-bottom: -1px;
    overflow: hidden;
    border-radius: 50%;
}
.ftc-team-member header a{
    font-weight:bold;
}
.ftc-team-member .image-thumbnail:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: 1;
    opacity: 0;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    border-radius: 50%;
}
.ftc-team-member .image-thumbnail:hover:before {
    opacity: 0.75;
    background: #000;
}
.ftc-team-member .image-thumbnail:hover .socials {
    display: block;
}
.ftc-team-member .image-thumbnail:hover .socials li {
    -webkit-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: run_social;
    -moz-animation-name: run_social;
    animation-name: run_social;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
@-webkit-keyframes run_social {
    from {
        opacity:0;
        transform:translate(0,20px);
        -moz-transform:translate(0,20px);
        -webkit-transform:translate(0,20px);
        -ms-transform:translate(0,20px);
    }
    to {
        opacity:1;
        transform:translate(0,0);
        -moz-transform:translate(0,0);
        -webkit-transform:translate(0,0);
        -ms-transform:translate(0,0);
    }
}

@-moz-keyframes run_social {
    from {
        opacity:0;
        transform:translate(0,20px);
        -moz-transform:translate(0,20px);
        -webkit-transform:translate(0,20px);
        -ms-transform:translate(0,20px);
    }
    to {
        opacity:1;
        transform:translate(0,0);
        -moz-transform:translate(0,0);
        -webkit-transform:translate(0,0);
        -ms-transform:translate(0,0);
    }
}
@keyframes run_social {
    from {
        opacity:0;
        transform:translate(0,20px);
        -moz-transform:translate(0,20px);
        -webkit-transform:translate(0,20px);
        -ms-transform:translate(0,20px);
    }
    to {
        opacity:1;
        transform:translate(0,0);
        -moz-transform:translate(0,0);
        -webkit-transform:translate(0,0);
        -ms-transform:translate(0,0);
    }
}
.ftc-team-member .image-thumbnail:hover .socials li:nth-child(2) {
    animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
}
.ftc-team-member .image-thumbnail:hover .socials li:nth-child(3) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
}
.ftc-team-member .image-thumbnail:hover .socials li:nth-child(4) {
    animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
}
.ftc-team-member .image-thumbnail:hover .socials li:nth-child(5) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
}
.ftc-team-member .socials a.facebook:hover {
    background: #3B5998;
}
.ftc-team-member .socials a.twitter:hover {
    background: #2CAAE1;
}
.ftc-team-member .socials a.google-plus:hover {
    background: #DD4B39;
}
.ftc-team-member .socials a.linked:hover {
    background: #007BB6;
}
.ftc-team-member .socials a.rss:hover {
    background: #FF5700;
}
.ftc-team-member .socials {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    top: 50%;
    z-index: 2;
    transform: translate(0,-49%);
    -webkit-transform: translate(0,-49%);
    -moz-transform: translate(0,-49%);
    -ms-transform: translate(0,-49%);
}
.ftc-team-member .socials a {
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: transparent;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    overflow: hidden;
}
.ftc-team-member .socials li{
    width: 30px;
    height: 30px;
    margin: 4px;
    display: inline-block;
}
.ftc-team-member header {
    padding: 20px 0 0;
}
.ftc-team-member header > h3,
.ftc-team-member header > h3 a {
    font-size: 15px;
    line-height: 30px;
}
/*Contact us*/

.wpcf7 p ::-webkit-input-placeholder{
    color: #909090;
}
.wpcf7 p ::-moz-placeholder{
    color: #909090;
}
.wpcf7 p input:focus,
.wpcf7 p textarea:focus,
.woocommerce form .form-row .input-text:focus{ 
    outline: none !important;
    border:1px solid #15bd9c;
}
.wpcf7 p input[type="search"],
.wpcf7 p input[type="text"],
.wpcf7 p input[type="password"],
.wpcf7 p input[type="number"],
.wpcf7 p input[type="email"],
.wpcf7 p input[type="date"],
.wpcf7 p select,
.wpcf7 p textarea,
.wpcf7 label{
    width: 100%;
    max-width: 100%;
}
.wpcf7 input[type^="submit"]{
    padding: 15px 24px 15px 24px;
}
.wpcf7 p textarea {
    height: 160px;
}
.information-contact p{
    display: block;
    font-family: "Amiko";
}
.information-contact .text-contact-info {
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    margin-top: -5px;
}
.information-contact p:before{
    margin-right: 25px;
    font-family: "Fontawesome";
}
@media screen and (min-width: 992) {
    .contact_info_map .info_contact .info_column{
        padding-left: 16px;
    }
}
/*FAQ*/
.vc_toggle_title h4 {
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 16px;
    padding: 9px 40px 9px 40px;
    background: none;
    width: 100%;
    display: inline-block;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    margin-bottom: 10px;
}
.vc_toggle_title h4:hover{
    color: #15bd9c;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon,
.vc_toggle.vc_toggle_default .vc_toggle_icon,
.vc_toggle .vc_toggle_icon:after{
    display: none !important;
}
.vc_toggle_active .vc_toggle_icon:before {
    content: "\f106" !important;
}
.vc_toggle_title h4:before {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #15bd9c;
    font-family: 'FontAwesome';
    content: "\f067";
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    z-index: 4;
    font-weight: 300;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #15bd9c;
    color: #fff !important;
    line-height: 30px;
}
.vc_toggle_active .vc_toggle_title h4:before {
    font-family: 'FontAwesome';
    content: "\f068";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    left: 0;
}
.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-align: justify;
}

/*Services*/
body .wpb_wrapper .vc_separator {
    margin-bottom: 0;
}
.fix-size-heading h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
}
.services-title .ftc-feature-wrp.feature-horizontal .feature-icon,
.service-title-top .ftc-feature-wrp .feature-content .feature-icon {
    font-size: 24px;
    line-height: 78px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 1px solid #f6f6f6;
    display: inline-block;
    width: 78px;
    height: 78px;
    margin: 0;
    text-align: center;
}
.services-title .ftc-feature-wrp.feature-horizontal .feature-icon {
    float: left;
}
.services-title .ftc-feature-wrp.feature-horizontal .feature-top {
    text-align: left;
    margin-left: 100px;
    margin-bottom: 10px;
    padding: 0;
    line-height: 2;
    display: table;
}
.services-title .ftc-feature-wrp.feature-horizontal .feature-content {
    line-height: normal;
}
.footer-top .ftc-feature-wrp .feature-top {
    padding-top: 25px;
    line-height: 24px;
}
.ftc-feature-wrp .feature-top h4 {
    margin-bottom: 1px;
}
.group-feature-has-bg h2,
.group-feature-has-bg .excerpt {
    max-width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.group-feature-has-bg .excerpt {
    padding-bottom: 40px;
}
.ftc-feature-wrp.has-image .feature-top{
    background-color: #fff;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
}
.ftc-feature-wrp .feature-content{
    line-height: 0;
    padding: 30px 30px 27px 30px;
    background: #f6f6f6;
}
.ftc-feature-wrp .feature-content > a >i{
    font-size: 30px;
    color: #15bd9c;
}
.ftc-feature-wrp .feature-content > .feature-top > .feature-title> a {
    color: #000 !important;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: color 0s ease !important;
}
.ftc-feature-wrp .feature-content:hover{
    background: #15bd9c;
}
.footer-top .ftc-feature-wrp .feature-content:hover > .feature-top > .feature-title> a ,
.footer-top .ftc-feature-wrp .feature-content:hover > a > i,
.footer-top .ftc-feature-wrp .feature-content:hover > .feature-top > .description-feature {
    color: #fff !important;
}
.ftc-feature-wrp .feature-content:hover > .feature-top{
    transform: translateY(-10px);
    transition: transform 0.8s ease !important;
    -webkit-transition: transform 0.8s ease !important;
    -moz-transition: transform 0.8s ease !important;
}

blockquote{
    position: relative;
    font-style: normal;
    padding: 10px 0 10px 60px !important;
    margin: 0 0 15px !important;
    border-left: 0 !important;
    font-size: 13px !important;
}
blockquote:before{
    position: absolute;
    font-family: "Fontawesome";
    content: "\f10d";
    font-size: 40px;
    line-height: 22px;
    left: 1px;
    top: 12px;
    color: rgba(118,118,118,.3);
}
/*Error 404*/
body.error404 #content{
        background: url(//www.mcheat.id/wp-content/themes/appa/assets/images/404-bg.jpg) center;
    background-attachment: fixed;
}
.error404 #content > .container{
    background: transparent;
    border:0;
    padding: 0;
}
.error404 .container.top-footer{
    border: 0;
}
body.error404 .page-header{
    display: block;
}
body.error404 #content{
    padding: 115px 25px 100px;
    margin-bottom: 60px;
}
body.error404 .page-header h1 {
    font-size: 290px;
    line-height: 225px;
    color: #fff;
}
.error404 #primary .page-content{
    margin: 0 auto;
    text-align: center;
}
body.error404 .page-header {
    margin-top: 40px;
    text-align: center;
    padding-bottom: 0;
    color: #000;
    border: 0;
    margin-bottom: 80px;
}
body.error404 .page-header h2 {
color: #fff;
    font-size: 62px;
    line-height: 44px;
    margin: 5px 0 19px 0;
    padding: 0;
    font-weight: normal;
}
body.error404 .page-header a{
    font-size: 16px;
    padding: 12px 28px;
    background-color: #15bd9c;
    color:#fff;
    text-transform: uppercase;
}
body.error404 .page-header a:hover{
    background-color: #000;
    border: 1px solid #fff;
}
body.error404 .page-header p{
    margin-bottom: 95px;
    color: #fff;
    font-size: 24px;
}
body.error404 .back-home{
    font-size: 14px;
    background-color: #15bd9c;
}
body.error404 .back-home:hover{
    background-color: #000;
}
/*Mile Stone*/
.ftc-milestone .number {
    font-size: 40px;
    line-height: 44px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}
.ftc-milestone h3.subject {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
}
.ftc-milestone.text-light * {
    color: #fff;
    text-align: center;
}
/*Account*/
.woocommerce-info{
    border-top-color: #15bd9c;
}
.woocommerce-info::before{
    color: #15bd9c;
}
.woocommerce form .form-row label.inline{
    margin-left: 25px;
    position: relative;
    top: 2px;
}
.woocommerce form .form-row label.inline input {
    position: relative;
    top: 2px;
}
.woocommerce .form-row input.button{
    padding: 0px 20px !important;
    border-radius: 0 !important;
    height: 30px;
    line-height: 29px;
}
.woocommerce form.login, .woocommerce form.register{
    padding: 20px 0 0 0;
    margin: 0;
    border: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border-radius: 0 !important;
}
body .button.button-secondary{
    background-color: #15bd9c;
    color:#fff;
    border-color: #15bd9c;
    float: none;
    text-transform: uppercase;
    font-size: 12px !important;
    height: 35px;
    padding: 0 12px;
    line-height: 30px;
    border-radius: 0;
}
body .button.button-secondary:before{
    content: "\f0e0";
    font-family: "FontAwesome";
    margin-right: 4px;
    font-size: 14px;
}
body .button.button-secondary:hover{
    background-color: #444;
    border-color: #444;
}
body .wc-proceed-to-checkout .button.button-secondary:before{
    display: none;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 25px;
}
#customer_login h2,
.cart_totals  h2{
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 9px;
}
#customer_login h2 span,
.cart_totals  h2 span{
    position: relative;
    padding-bottom: 8px;
}
#customer_login h2 span:before,
.cart_totals  h2 span:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #15bd9c;
}
#customer_login h2:after,
.cart_totals  h2:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #f6f6f6;
    z-index: -1;
}
/*Shopping cart*/
.woocommerce table.shop_table{
    border-radius: 0;
}
.woocommerce table.shop_table th{
    border-bottom: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 3px 12px;
    border-right: 1px solid #f6f6f6;
    color: #000;
}
.woocommerce table.shop_table th.product-remove,
.woocommerce table.shop_table th.product-stock-stauts{
    border: none;
}
.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:first-child,
.woocommerce table.shop_table td:last-child{
    border-right: none;
}
.woocommerce .cart_totals table.shop_table tbody tr th{
    border-right: none !important;
}
.woocommerce .cart_totals table.shop_table tbody tr td{
    border-left: none !important;
}
.woocommerce table.shop_table td{
    border-right: 1px solid #f6f6f6;
    text-align: center;
    margin: 0 auto;
}
.woocommerce a.remove{
    margin: 0 auto;
}
.woocommerce table.shop_table td.product-quantity .quantity-title{
    display: none;
}
.woocommerce table.shop_table td.product-quantity .quantity{
    display: inline-block;
    margin-top: 5px;
    width: 70px;
}
.woocommerce-cart table.cart img{
    width:101px;
}
.woocommerce table.shop_table td:first-child{
    padding: 20px;
    width: 150px;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 295px;
    border: 1px solid #f6f6f6;
    padding: 11px 6px 10px;
}
.woocommerce-cart table.cart input.button{
    padding: 13px 20px 11px !important;
    background-color: #2c2c2c;
    color:#fff;
    font-weight: normal;
    border-radius: 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
    float:left;
    padding-bottom: 50px;
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2{
    margin-bottom: 35px;
}
.woocommerce table.shop_table tbody th{
    font-weight:normal;
    font-size: 14px;
    text-transform: initial;
    vertical-align: middle !important;
}
.woocommerce .cart_totals  table.shop_table{
    width: 270px;
    float:left;
    border-spacing: 0 10px;
    border:none;
    margin: -10px 0px 6px 0;
    padding-right: 10px;
}
.woocommerce-additional-fields__field-wrapper textarea{
    height: 138px !important;
}
.woocommerce-cart .wc-proceed-to-checkout{
    float:left;
    padding:0;
}
.woocommerce .cart_totals table.shop_table td{
    padding:12px;
}
.woocommerce .wc-proceed-to-checkout a.button.alt,
.woocommerce .wc-proceed-to-checkout a.button{
    background-color: #2c2c2c;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 0 7px 0;
    width: 270px;
    text-align: center;
    font-size: 15px !important;
    font-weight: normal;
    margin-bottom: 9px;
    height: 47px;
    line-height: 20px;
    border-radius: 0;
}
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
    color: #fff;
}

.woocommerce .cart_totals table.shop_table tbody tr th,
.woocommerce .cart_totals table.shop_table tbody tr td,
.woocommerce .cart_totals table.shop_table tbody:first-child tr:first-child td,
.woocommerce .cart_totals table.shop_table tbody:first-child tr:first-child th,
.blog .entry-header,.blog .post-info{
    border: 1px solid #f6f6f6;
}
/*Quick View*/
body div.pp_woocommerce.pp_pic_holder .pp_content_container,
body .pp_content_container {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 30px !important;
}
.pp_woocommerce div.product div.images-slider-wrapper,
.woocommerce .pp_woocommerce div.product div.images-slider-wrapper,
.woocommerce-page .pp_woocommerce div.product div.images-slider-wrapper {
    width: 48%;
    float: left;
    position: relative;
}
.pp_woocommerce div.product div.summary,
.woocommerce-page .pp_woocommerce div.product div.summary {
    width: 52%;
    padding: 0 25px 0 30px;
    float: left;
}
.pp_woocommerce div.product div.summary .quantity{
    width: 70px;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.pp_woocommerce div.product.product-type-grouped div.summary > .price{
    margin-bottom: 0 !important;
}
.pp_woocommerce div.product div.summary .quantity  input[type="number"]{
    height: 35px;
    width: 50px;
    text-align: center;
}
.pp_woocommerce div.product div.summary > .price > span{
    color: #15bd9c;
    font-size: 20px;
    font-weight: bold;
}
.pp_woocommerce div.product div.summary > .price + .stock{
    display: none;
}

.ftc-quickshop-wrapper .owl-nav > div.owl-prev {
    left: 0;
    right: auto;
}
.ftc-quickshop-wrapper .owl-nav > div.owl-next {
    right: 0;
    left: auto;
}
.ftc-quickshop-wrapper .owl-nav > div.owl-next:hover,
.ftc-quickshop-wrapper .owl-nav > div.owl-prev:hover{
    border-color: #15bd9c;
    color: #15bd9c;
}
.ftc-quickshop-wrapper .owl-nav > div {
    top: 50% !important;
    background-color: #fff;
    margin-top: -15px;
}
.footer-top .owl-nav > div {
    position: absolute;
    cursor: pointer;
    top: 0px;
    width: 30px !important;
    height: 30px !important;
    z-index: 4;
    line-height: 0;
    display: inline-block;
    font-size: 0;
    text-align: center;
    font-weight: bold;
    border: 1px solid #15bd9c;
    color: #15bd9c;
    transition: left 650ms,right 650ms,color 250ms,background 250ms,opacity 250ms,border-color 250ms,visibility 250ms ease 0s;
    -webkit-transition: left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease 0s;
    -moz-transition: left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease 0s;
}
.owl-nav > div {
    position: absolute;
    cursor: pointer;
    top: -35px;
    width: 15px !important;
    height: 5px !important;
    z-index: 4;
    line-height: 0;
    display: inline-block;
    font-size: 0;
    text-align: center;
}
.owl-nav > div.owl-next{
    background: #1b1b1b;
    right: auto;
    left: 15px;
}
.owl-nav > div.owl-prev{
    background: #15bd9c;
}

div.pp_default .pp_close, body div.pp_woocommerce.pp_pic_holder .pp_close,
body div.ftc-product-video.pp_pic_holder .pp_close,
body .ftc-lightbox.pp_pic_holder a.pp_close {
    bottom: auto;
    z-index: 9;
    top: 30px;
    right: -4px;
    position: absolute !important;
    background-image: none;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    font-size: 0;
    background-color: #444;
    border-radius: 0;
    background-image: none !important;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}
body div.pp_woocommerce.pp_pic_holder .pp_close:before,
div.pp_default .pp_close:before,
body .ftc-lightbox.pp_pic_holder a.pp_close:before,
body div.ftc-product-video.pp_pic_holder .pp_close:before {
    content: "\00d7";
    display: block;
    position: absolute;
    font-family: open sans-serif !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 30px;
    text-shadow: none !important;
    text-indent: 0 !important;
    font-size: 26px;
    font-weight: 300;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}
.pp_woocommerce div.product .product_title{
    font-size: 26px;
    line-height: 30px;
    margin: 0 0px 0px 0;
    padding: 0;
}
.woocommerce-product-rating a.woocommerce-review-link:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
    content: "\f044";
}
.pp_woocommerce .woocommerce-product-rating {
    line-height: 0;
    margin: 10px 0 10px 0;
    display: inline-block;
    float: left;
    padding: 2px 0;
}
.sku-wrapper {
    display: inline-block;
    width: 100%;
    clear: both;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.sku-wrapper span {
    font-weight: normal;
    text-transform: none;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px;
    text-align: justify;
}
.pp_woocommerce div.product form.cart .button{
    margin-top: 0px;
    min-width: 150px;
    height: 35px;
    text-transform: uppercase;
    font-weight: normal;
    background: #15bd9c;
    color: #fff;
    padding: 0;
    line-height: 25px;
}
.pp_woocommerce .woocommerce-product-rating .star-rating{
    width: 85px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    margin: 0 15px 0 0 !important;
    float: left;
    overflow: hidden;
    position: relative;
    font-family: star !important;
    top: 0;
}
.pp_woocommerce .star-rating span:before,
.pp_woocommerce .star-rating:before {
    letter-spacing: 4px;
    font-size: 12px;
    line-height: 12px;
    font-family: star;
}
.pp_woocommerce .star-rating:before{
    content: "\73\73\73\73\73";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.pp_woocommerce .woocommerce-product-rating .star-rating span{
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.pp_woocommerce .star-rating span:before,
.pp_woocommerce .star-rating:before{
    letter-spacing: 4px;
    font-size: 12px;
    line-height: 12px;
    font-family: star;
}
.pp_woocommerce .star-rating span:before{
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #ecc809;
}
.woocommerce .star-rating span{
    height: 15px;
    font-size: 0;
}
.woocommerce .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    font-size: 12px;
}
.woocommerce .star-rating span:before{
    color: #fbb949;
}
.woocommerce-product-rating a.woocommerce-review-link{
    line-height: 14px;
}
.pp_woocommerce div.product p.availability.stock {
    clear: both;
    line-height: 14px;
}
.pp_woocommerce div.product div.summary .group_table tr td{
    display: table-cell;
}
.pp_woocommerce div.product div.summary .group_table tr td:first-child{
    padding-left: 10px;
    text-align: left;
}
.pp_woocommerce div.product div.summary .group_table tr td.label{
    padding: 0;
        line-height: 50px;
    font-size: 14px;
}
.pp_woocommerce div.product div.summary .group_table tr td span.ftc-tooltip{
        display: block;
    background: #a0a0a0;
    text-align: center;
    width: 130px;
}
.pp_woocommerce div.product div.summary .group_table tr td > a.button{
    width: 130px;
    background: transparent;
}
.pp_woocommerce div.product div.summary > .price ins span{
    font-size: 20px;
}
.pp_woocommerce div.product div.summary .group_table tr td span.ftc-tooltip:hover{
    background: #15bd9c;
}
.pp_woocommerce div.product div.summary .group_table tr td .quantity{
    margin: 0;
}
.pp_woocommerce div.product div.summary form.cart .group_table .button:before{
    display: none;
}

div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount{
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
}
.pp_woocommerce .entry-summary table.group_table{
    border-collapse: collapse;
    border-spacing: 0 10px;
}
.owl-nav > div.owl-next:before,.owl-nav > div.owl-next:before{
    content: "";
}
.footer-top .owl-nav > div.owl-next:before {
    content: "\f105";
}
.footer-top .owl-nav > div.owl-prev:before {
    content: "\f104";
}
.owl-nav > div:before {
    line-height: 24px;
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 300;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
/*Blog*/
.ftc-blogs-widget {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.widget-container.ftc-blogs-widget .ftc-widget-blogs-wrp .blog-list-widget > li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.related-posts.related{
    margin-top: 30px;
    margin-bottom: 60px;
}
.logged-in-as a{
    font-size: 14px;
}
.comment-reply-title{
    font-weight: bold;
}
.comment-form-comment{
    font-size:14px;
}
article a.button-readmore {
    background: #313131;
    color: #fff !important;
    padding: 2px 13px;
}
article a.button-readmore:hover{
    background-color: #15bd9c;
}
.nav-title-icon-wrapper .icon-arrow-left,
.nav-title-icon-wrapper .icon-arrow-right,
.icon-arrow-left,
.icon-arrow-right{
    display: none;
}
.blogs article h3.heading-title,
.list-posts .post-info .entry-title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0 10px;
}
.st-row-blog article h3.heading-title{
    font-size: 14px;
}
.st-row-blog .post-info .date-time{
    border: 0;
    border-bottom: 1px solid #15bd9c;
}
.blogs article h3.heading-title a{
    color:#444;
}
.blogs article h3.heading-title a:hover{
    color:#15bd9c;
}
.blogs .excerpt{
    text-align: left;
    line-height: 20px;
    color: #797979 !important;
}
.blogs div.excerpt{
    margin-bottom: 10px;
}

article a.button-readmore {
    font-weight: normal;
    margin-right: 12px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.entry-summary .comment-count{
    font-size: 14px;
    color: #15bd9c;
}
.blogs .comment-count i{
    margin-right: 2px;
}
article a.button-readmore:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin-right: 7px;
}
.ftc-blogs article .post-info {
    margin-bottom: 0px;
    padding-top: 8px;
}
.ftc-blogs article {
    display: block;
    max-width: 600px;
    margin: 0 auto 0px auto;
}
.st-wrp-content-blog .meta-slider .blogs > .item:last-child{
    margin-bottom: 40px;
}
.st-row-deals-slider .owl-dots, .home2-st-row-deals .owl-dots {
    bottom: -22px;
}
.home .ftc-sb-blogs .meta-slider,
.blog-home .ftc-sb-blogs .meta-slider,
.blog a.thumbnail{
    margin: 0;
}
.ftc-sb-blogs .meta-slider {
    margin: 0 -15px 0 -15px;
}
.st-row-blog .ftc-sb-blogs .meta-slider{
    margin: 0;
    margin-bottom: 4px;
}
.load-more-wrapper .button {
    min-width: 170px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #222222;
    color: #ffffff;
    border-color: #222222;
    padding: 10px 0 8px;
    line-height: 20px;
}
.load-more-wrapper {
    text-align: center;
    margin: 0px 0 -10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.blog article .post-info{
    padding: 30px 20px 20px 20px;
}
.blog article .post-info .entry-title,
.single-post article .post-info .entry-title,.post-item .post-title.heading-title{
    margin: 30px 0 10px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: bold;
    font-size: 21px;
}
.related-posts .blogs .post-info header .blog-title{
    font-size: 15px;
    margin-top: 20px;
}
.blog .entry-info .entry-summary .short-description,
.single-post .entry-info .entry-summary .short-description{
    margin-bottom: 20px;
    text-align: justify;
    font-size: 14px;
}
.blog article .post-info .entry-bottom,
.single-post article .post-info .entry-bottom{
    border-top: 1px solid #f6f6f6;
    padding: 20px 0 5px 0;
    margin-top: 20px;
    overflow: hidden;
}
.blog article .post-info .entry-bottom .wrp-category-link,
.single-post article .post-info .entry-bottom .wrp-category-link{
    float: left;
}
.blog article .post-info .entry-bottom .vcard.author,
.single-post article .post-info .entry-bottom .vcard.author{
    float: right;
}
.entry-bottom .wrp-category-link .caftc-title, .entry-bottom .vcard.author > span{
    font-weight: bold;
}

.comments-area .comment-author {
    padding-left: 0px;
    display: inline-block;
    margin-top: 18px;
    overflow: hidden;
}
.comment-author .author-name {
    display: inline-block;
    float: left;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.comments-area .datetime, .comments-area .reply {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 14px;
}
.comments-area .datetime {
    clear: both;
    margin-right: 30px;
}
.comment-body .comment-content {
    padding: 15px 10px 15px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #e8e8e8;
}
.comment-body .comment-content p{
    margin-bottom: 0;
}


.single-post article .post-info .category-info{
    margin-bottom: 13px;
}
.single-post article .post-info .category-info .date-time,
.single-post article .post-info .category-info .wrp-category-link,
.single-post article .post-info .category-info .vcard.author,
.single-post article .post-info .category-info .comment-count{
    display: inline-block;
    margin-right: 7px;
}
.single-post article .post-info .category-info .date-time:before,
.single-post article .post-info .category-info .wrp-category-link:before,
.single-post article .post-info .category-info .vcard.author:before,
.single-post article .post-info .category-info .comment-count .fa-comments-o{
    margin-right: 5px;
}
.single-post article .post-info .category-info .date-time:before{
    font-family: "Fontawesome";
    content: "\f073";
}
.single-post article .post-info .category-info .wrp-category-link:before{
    font-family: "Fontawesome";
    content: "\f02c";
}
.single-post article .post-info .category-info .vcard.author:before{
    font-family: "Fontawesome";
    content: "\f044";
}
.entry-info .short-description {
    display: inline-block; 
    width: 100%; 
    text-align: justify;
}
/*Message box*/
.vc_message_box{
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 27px 20px 27px 72px;
}
.vc_message_box.vc_message_box-standard{
    background-color: #fff;
}
.vc_message_box-icon>*, .vc_message_box-icon>.fa {
    font-size: 30px;
}
/*BUTTON*/
.vc_btn3.vc_btn3-size-sm,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom{
    padding: 9px 37px;
    margin-bottom: 15px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom{
    color:#444 !important;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom:hover{
    color:#fff !important;
}
.vc_btn3.vc_btn3-size-md,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom{
    padding: 11px 33px;
    margin-bottom: 10px;
}
.vc_btn3.vc_btn3-size-lg,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom{
    padding: 13px 38px;
    margin-bottom:3px;
}
.shortcode-button .wpb_column.vc_column_container > div.wpb_wrapper:first-child{
    border: 1px solid #f6f6f6;
    text-align: center;
}
.shortcode-button .wpb_text_column{
    margin-bottom: 20px;
}
/*Icon - Boxes*/
.shortcode-icon .wpb_column.vc_column_container > div.wpb_wrapper:first-child,
.shortcode-title .wpb_column.vc_column_container > div.wpb_wrapper:first-child,
.shortcode-heading .wpb_text_column{
    border: 1px solid #f6f6f6;
    padding: 25px 20px 0;
}
.shortcode-icon .style-1 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left{
    display: inline-block;
    width: 60px;
}
.shortcode-icon .style-1 .wpb_text_column,
.shortcode-icon .style-2 .wpb_text_column{
    display: inline-block;
    width: 78%;
    margin-bottom: 25px;
}
.shortcode-icon .style-2 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left{
    display: inline-block;
    width: 74px;
}
.shortcode-icon .vc_icon_element{
    margin-bottom: 20px;
}
.shortcode-icon .style-2 .wpb_text_column{
    display: inline-block;
    width: 73%;
    margin-bottom: 25px;
    margin-left: 12px;
}
.shortcode-icon .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon{
    color: #15bd9c;
}
.shortcode-icon .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background{
    background-color: #15bd9c;
}
/*Heading*/
.shortcode-heading .wpb_text_column {
    border: 1px solid #f6f6f6;
    padding: 25px 20px;
}
.shortcode-heading .style-1 .ftc-heading h1{
    font-size: 36px;
    line-height: 36px;
}
.shortcode-heading .style-2 .ftc-heading h1{
    font-size: 30px;
    line-height: 30px;
}
.shortcode-heading .style-3 .ftc-heading h1{
    font-size: 24px;
    line-height: 24px;
}
.shortcode-heading .style-4-left .ftc-heading{
    text-align: left;
}
.shortcode-heading .style-4-left .ftc-heading h1{
    padding: 0 20px 0 0;
}
.shortcode-heading .style-4-right .ftc-heading{
    text-align: right;
}
.shortcode-heading .style-4-right .ftc-heading h1{
    padding: 0 0 0 20px;
}
.shortcode-heading .style-4-left .ftc-heading h1:before,
.shortcode-heading .style-4-right .ftc-heading h1:after{
    display: none;
}
/*Countdown*/
.style1 .ftc-countdown .counter-wrapper > div,
.style2 .ftc-countdown .counter-wrapper > div,
.style3 .ftc-countdown .counter-wrapper > div{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #15bd9c;
    padding: 0;
    margin: 0 5px;
    border: none;
    overflow: visible;
}
.style1 .ftc-countdown,
.style2 .ftc-countdown,
.style3 .ftc-countdown,
.style4 .ftc-countdown{
    text-align: center;
}
.style2 .ftc-countdown .counter-wrapper > div{
    border-radius: 0 !important;
}
.style3 .ftc-countdown .counter-wrapper > div{
    border-radius: 13px !important;
}
.style1 .ftc-countdown .counter-wrapper > div .number-wrapper .number,
.style2 .ftc-countdown .counter-wrapper > div .number-wrapper .number,
.style3 .ftc-countdown .counter-wrapper > div .number-wrapper .number{
    font-size: 16px;
}
.style1 .ftc-countdown .counter-wrapper > div .text-time,
.style2 .ftc-countdown .counter-wrapper > div .text-time,
.style3 .ftc-countdown .counter-wrapper > div .text-time{
    color: #444;
    font-size: 14px;
}
.style4 .ftc-countdown .counter-wrapper{
    border: 1px solid #f6f6f6;
    line-height: 0;
}
.style4 .ftc-countdown .counter-wrapper > div{
    border: none;
    padding: 0;
    margin: 40px 80px;
    height: auto;
    position: relative;
    overflow: visible;
}
.style4 .ftc-countdown .counter-wrapper > div:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    border-right: 1px solid #f6f6f6;
    right:-80px;
}
.style4 .ftc-countdown .counter-wrapper > div:last-child:before{
    display: none;
}
.style4 .ftc-countdown .counter-wrapper > div .number-wrapper .number{
    color: #444;
    font-size: 80px;
}
.style4 .ftc-countdown .counter-wrapper > div .text-time{
    color: #444;
    font-size: 18px;
    margin-top: 30px;
}
/*Search product*/
#ftc-ajax-search-result{
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #f6f6f6;
}
#ftc-ajax-search-result ul li:first-child {
    border: 0;
}
#ftc-ajax-search-result ul li {
    list-style: none;
    padding: 15px 15px 12px 15px;
    border-top: 1px solid #f6f6f6;
    position: relative;
    z-index: 2;
    display: inline-block;
    clear: both;
}
#ftc-ajax-search-result ul li .thumbnail{
    float: left;
    width: 101px;
    height: auto;
    margin: 0;
}
#ftc-ajax-search-result ul li .meta {
    margin-left: 120px;
    position: relative;
    top: -4px;
}
#ftc-ajax-search-result ul li .meta a{
    font-weight: bold;
}
/*Compare*/
.compare a.added{
    font-size: 0px !important;
}
.item-image .product-group-button > div a.compare.added:before,
.item-description .meta_group_button > div a.compare.added:before {
    font-family: 'FontAwesome';
    content: "\f047";
    font-size: 13px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.item-description .meta_group_button > div a.compare.added:before{
    line-height: 35px;
    width: 35px;
    height: 35px;
}
.woocommerce .product .item-image .product-group-button > div.compare:hover a.compare.added:before{
    color: #15bd9c;
}
.st-product-slider .item-description .meta_group_button > a.compare.added:before{
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
}
.st-product-slider .item-description .meta_group_button > a.compare.added:hover:before{
    color: #fff;
}
#cboxContent {
    background: transparent;
}
#cboxLoadedContent {
    overflow: visible !important;
    padding: 50px 40px 0 40px;
}
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight {
    background: transparent;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}
#cboxClose {
    bottom: auto;
    top: 50px;
    right: 10px;
    position: absolute !important;
    background-image: none;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    background-image: none !important;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}
#cboxClose:before {
    content: "\00d7";
    display: block;
    position: absolute;
    font-family: Lato !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 26px;
    text-shadow: none !important;
    text-indent: 0 !important;
    font-size: 26px;
    font-weight: 300;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}
body table.compare-list tr.remove td > a {
    font-size: 0;
    line-height: 0;
    background: transparent !important;
}
body table.compare-list .remove td a .remove {
    position: relative;
    width: auto;
    height: auto;
    line-height: 0;
    font-size: 0;
    background: transparent !important;
}
body table.compare-list tr.remove td > a .remove:before {
    font-family: 'FontAwesome';
    content: "\f057";
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 18px;
    transition: all 150ms ease-in-out 0s;
    -webkit-transition: all 150ms ease-in-out 0s;
    -moz-transition: all 150ms ease-in-out 0s;
}
table.compare-list .description td p{
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}
table.compare-list td.odd{
    font-size: 14px;
}
body > h1:first-child {
    font-size: 16px;
    padding: 14px 20px;
    border: 0;
    display: block;
    margin: 0 0 -1px 0;
    position: relative;
    z-index: 14;
    direction: rtl;
    color:#fff;
    font-weight: bold;
    text-align: left;
}
table.compare-list .add-to-cart td a:hover{
    background-color: #333;
}
table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.title th,
table.compare-list tr.title td,
table.compare-list tr.price th,
table.compare-list tr.price td{
    color: #444;
    text-transform: none;
    font-size: 16px;
    text-decoration: none;
}
body table.compare-list .add-to-cart td a{
    width: auto;
    height: 30px;
    margin: 0;
    padding: 0;
    padding: 5px 20px;
}
body table.compare-list .add-to-cart td a:before{
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 13px;
    margin-right: 5px;
    display: none;
}
/*body table.compare-list .add-to-cart td a:after{
    content: "Add to cart";
    font-size: 12px;
}*/
.wishlist-empty{
    font-size: 13px;
    font-family: "Amiko";
    margin-right: 4px;
}

/*Cloud zoom*/
.cloud-zoom-wrap{
    position: relative;
}
/*related post*/
.related-posts .theme-title h3{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}
.related-posts .owl-next{
    right: 50% !important;
    left: auto !important;	
}
.related-posts .owl-prev{
    left: 50%;
}
.hesperiden.tparrows.tp-leftarrow, .hesperiden.tparrows.tp-rightarrow{
    border-radius: 0 !important;
    background: transparent;
    border: 2px solid #15bd9c;
}
.hesperiden.tparrows.tp-leftarrow:hover, .hesperiden.tparrows.tp-rightarrow:hover{
    background: #15bd9c ;
}
.hesperiden.tparrows.tp-leftarrow:before{
    content: "\f104" !important;
    font-family: "FontAwesome";
    line-height: 36px;
}
.hesperiden.tparrows.tp-rightarrow:before{
    content: "\f105" !important;
    font-family: "FontAwesome";
    line-height: 36px;
}
/* =============== 22.0 Banner top ======================*/
.panel-content > .container{
    border: 2px solid rgba(235, 235, 235, 0.53);
    border-top: 0;
    border-bottom: 0;
}

.post-info >div.st-row-blog{
    margin-bottom: 40px !important;
}
.post-info > .st-banner-top{
    margin: -195px -35px 60px -35px !important;
    padding: 35px 20px 0 20px;
    background: #fff;
    z-index: 500;
    position: relative;
    border-top: 2px solid rgba(235, 235, 235, 0.53);
}
.post-info > .st-banner-top>div:last-child .vc_inner {
    padding-bottom: 0;
    margin-bottom: 0;
}
.post-info > .st-banner-top > div:first-child,.post-info > .st-banner-top > div:last-child .vc_inner> div:first-child{
    padding-right: 0 !important;
}
.post-info > .st-banner-top > div:last-child,.post-info > .st-banner-top > div:last-child .vc_inner> div:last-child{
    padding-left: 0 !important;
}
.post-info > .st-banner-top .ftc-smooth-image{
    margin-bottom: 0;
}
.post-info > .st-banner-top .ftc-smooth-image .ftc-smooth-image,
.post-info > .st-banner-top .ftc-smooth-image .ftc-smooth-image > img{
    width: 100%;
}
.post-info > .st-banner-top>div:first-child .ftc-smooth-image img {
    height: 500px;
    max-height: 100%;
}
.post-info > .st-banner-top>div:last-child .ftc-smooth-image img {
    height: 250px;
    width: 100%;
}
.post-info > .st-banner-top .ftc-smooth-image .ftc-smooth{
    width: 100%;
}
/*23.0. Tab product categories*/
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: none;
}
.owl-carousel .owl-dots.disabled{
    text-align: center;
}
.vc_tta-tabs .vc_tta-panels-container .woocommerce .meta-slider{
    padding-top: 35px;
}
.vc_tta-panels-container .meta_group_button {
    display: none !important;
}
.vc_tta-tabs .product-wrapper .item-description .wishlist, 
.vc_tta-tabs .ftc-wg-meta.item-description .wishlist,
.vc_tta-tabs .product-wrapper .item-description .loop-add-to-cart{
    display: none;
}
.vc_tta-tabs .product-wrapper .item-description .heading-title{
    /*	max-height: 1.5em;
            overflow: hidden;*/
}
.summary .group_table .ftc-tooltip{
    display: block;
    padding-top: 3px;
}
.summary .group_table .product_type_external {
    height: 35px;
}
.product-wrapper .item-image .product-group-button > a > .ftc-tooltip,
.product-wrapper .item-image .product-group-button > div > a > .ftc-tooltip,
.product-wrapper .item-description .meta_group_button > a > .ftc-tooltip,
.product-wrapper .item-description .meta_group_button > div > a > .ftc-tooltip,
.product-wrapper .item-description .meta_group_button > div > .show > a > .ftc-tooltip{
    opacity: 0;
    transition: all 1s ease;
    font-size: 0;
}
.woocommerce  .product-wrapper .item-image .product-group-button > a:hover > .ftc-tooltip,
.woocommerce  .product-wrapper .item-image .product-group-button > div>  a:hover > .ftc-tooltip,
.woocommerce  .product-wrapper .item-description .meta_group_button> a:hover > .ftc-tooltip,
.woocommerce  .product-wrapper .item-description .meta_group_button > div>  a:hover > .ftc-tooltip,
.woocommerce  .product-wrapper .item-description .meta_group_button > div> .show >  a:hover > .ftc-tooltip{
    display: none;
    opacity: 1;
    position: absolute;
    top: -40px;
    font-weight: normal;
    background: #15bd9c;
    padding: 0px 5px;
    font-size: 11px;
    color: #ffffff;
    transition: all 1s ease;
    width: 90px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
}
.woocommerce .products .product-wrapper .item-image .product-group-button > a:hover > .ftc-tooltip:before,
.woocommerce .products .product-wrapper .item-image .product-group-button > div> a:hover > .ftc-tooltip:before,
.woocommerce .products .product-wrapper .item-description .meta_group_button > a:hover > .ftc-tooltip:before,
.woocommerce .products .product-wrapper .item-description .meta_group_button > div> a:hover > .ftc-tooltip:before,
.woocommerce .products .product-wrapper .item-description .meta_group_button > div> .show >a:hover > .ftc-tooltip:before{
    content: "";
    border-top: 10px solid #15bd9c;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    bottom: -6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/*24.0. Deals slider*/

.ftc-product-time-deal .products .product.product-wrapper{
    max-width: 100%;
    border: 0;
    /*padding: 70px 0;*/
    max-height: 100%;
}
.ftc-product-time-deal .products .product:hover .product-wrapper{
    border: 0;
}
.ftc-product-time-deal .thumbnail_group_button{
    display: none;
}
.ftc-product-time-deal .owl-nav >div {
    display: none !important;
}
.ftc-product-time-deal div.product{
    margin-bottom: 0 !important;
}
.ftc-product-time-deal .item-description .meta_group_button > a:last-child{
    margin-right: 0 !important;
}
.ftc-product-time-deal .item-description .meta_group_button >div{
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 15px;
}

.ftc-product-time-deal .item-description .meta_group_button > .loop-add-to-cart{
    background: transparent;
}
.woocommerce .ftc-product-time-deal .product.product-wrapper .item-description .meta_group_button > a:hover,
.woocommerce .ftc-product-time-deal .product.product-wrapper .item-description .meta_group_button > div > a:hover{
    background: #15bd9c;
}
.ftc-product-time-deal .item-description .meta_group_button > a:last-child{
    margin-right: 0;
}
.ftc-product-time-deal .product.product-wrapper .item-image{
    max-width: 50%;
    width: 50%;
    display: inline-block;
    float: left;
}
.ftc-product-time-deal .product.product-wrapper .item-description{
    max-width: 50%;
    width: 450px;
    display: inline-block;
    padding: 30px;
    border: 1px dashed #fff;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: 35px;
}
.ftc-product-time-deal .item-description .heading-title{
    text-align: left;
    padding-bottom: 3px !important;
}
.ftc-product-time-deal .item-description .heading-title > a{
    font-size: 18px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}
.ftc-product-time-deal .item-description .star-rating{
    display: none;
}
.ftc-product-time-deal .item-description .price{
    display: block;
    text-align: left;
}
.ftc-product-time-deal .item-description .price ins{
    margin-right: 20px;
}
.ftc-product-time-deal .products .product .price del,
.ftc-product-time-deal .products .product .price del span,
.ftc-product-time-deal .products .product .price ins,
.ftc-product-time-deal .products .product .price ins span{
    color: #333;
}
.woocommerce .ftc-product-time-deal .products .product .price del .amount, 
.woocommerce-page .ftc-product-time-deal .products .product .price del .amount{
    font-size: 14px !important;
}
.woocommerce .ftc-product-time-deal .products .product .price ins span, 
.woocommerce-page .ftc-product-time-deal .products .product .price ins span{
    font-size: 18px !important;
    color: #333;
}
.ftc-product-time-deal .item-description .short-description{
    text-align: left;
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-bottom: 33px;
}
.ftc-product-time-deal .item-description .counter-wrapper{
    width: 450px;
}
.ftc-product-time-deal .item-description .counter-wrapper{
    position: absolute;
    width: 451px;
    height: 60px;
    left: -1px;
    bottom: -70px;
}
.ftc-product-time-deal .item-description .counter-wrapper> div{
    background: #fff !important;
    height: 60px;
    margin: 0 -2px;
    border: 0;
    padding: 10px 0 ;
    border-radius: 0;
    position: relative;
    width: 25%;
}
.ftc-product-time-deal .item-description .counter-wrapper> div:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    border-right: 1px solid #15bd9c;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.ftc-product-time-deal .item-description .counter-wrapper> div:last-child:after{
    display: none;
}
.ftc-product-time-deal .item-description .counter-wrapper> div:last-child{
    border-right: 0;
    border-radius: 0 2px 2px 0;
}
.ftc-product-time-deal .item-description .counter-wrapper >div  .number{
    color: #15bd9c;
    font-size: 20px;
}
.ftc-product-time-deal .item-description .meta_group_button{
    text-align: left;
}
.ftc-product-time-deal .item-description .meta_group_button  >a,
.ftc-product-time-deal .item-description .meta_group_button  > div{
    position: relative;
}
.woocommerce .ftc-product-time-deal .item-description .meta_group_button  >a:hover,
.woocommerce .ftc-product-time-deal .item-description .meta_group_button  > div > a:hover{
    background: #15bd9c ;
    border-color: #15bd9c ;
    color: #fff !important;
}
.woocommerce .ftc-product-time-deal .owl-dots > .owl-dot > span{
    width: 26px; 
    height: 5px;
    border-radius: 0;
    background: #999;
}
.woocommerce .ftc-product-time-deal .owl-dots > .owl-dot.active > span{
    background: #15bd9c;
    width: 26px; 
    height: 5px;
    border-radius: 0;
}

.ftc-product-time-deal {
    padding-top: 70px;
    padding-bottom: 30px;
}
.woocommerce .ftc-product-time-deal .product{
    padding-bottom: 0;
    margin-bottom: 0;
}
.woocommerce .ftc-product-time-deal .meta-slider{
    padding-bottom: 15px;
}
.woocommerce .ftc-product-time-deal .product.product-wrapper .item-image{
    max-height: 100%;
    height: 100%;
}
/*25.0. Product slider*/
.woocommerce .products.owl-carousel .product-wrapper{
    width: calc(100% - 2px);
    -webkit-width: calc(100% - 2px);
    -moz-width: calc(100% - 2px);
    -o-width: calc(100% - 2px);
}
.st-product-slider .ftc-heading h4{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.text-mini {
    font-size: 12px;
}
.st-product-slider .owl-nav > div{
    top: -60px;
}

.st-product-slider .woocommerce .product.product-wrapper{
    max-width: 100%;
    max-height: 190px;
    overflow: hidden !important;
}
.st-product-slider .woocommerce .product .item-image{
    max-width: 170px;
    width: 170px;
    float: left;
    height: auto;
}
.st-product-slider .woocommerce .product .item-description{
    position: absolute;
    left: 170px;
    right: 0;
    height: 100%;
    background: #f6f6f6;
    padding: 35px 15px 35px 20px;
    text-align: left;
}
.st-product-slider .woocommerce .product .item-description > .meta_group_button .ftc-tooltip{
    display: none ;
}
.st-product-slider .woocommerce .product .item-description > .meta_group_button > a:hover .ftc-tooltip,
.st-product-slider .woocommerce .product .item-description > .meta_group_button > div >a:hover .ftc-tooltip{
    display: none;
}
.st-product-slider .wpb_wrapper .ftc-heading{
    /*margin-top: -3px;*/
}

.st-product-slider .woocommerce .products .star-rating{
    margin: 7px 0 5px 0;
}
.st-product-slider .thumbnail_group_button{
    display: none !important;
}
.st-product-slider .woocommerce .product .item-description .meta_group_button{
    padding-top: 10px;
}
.st-product-slider .woocommerce .item-description .meta_group_button > .add-to-cart{
    float: left;
    margin-right: 10px;
}
.st-product-slider .woocommerce .item-description .meta_group_button > .add-to-cart a:before,
.st-product-slider .woocommerce .item-description .meta_group_button > a> i{
    color: #999999 !important;
    vertical-align: middle;
}
.st-product-slider .woocommerce .ftc-wg-meta.item-description .meta_group_button .loop-add-to-cart{
    display: inline-block;
}
.st-product-slider .meta_group_button > div, .st-product-slider .meta_group_button > a {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.st-product-slider .meta_group_button > div{
    margin-right: 0;
}
.st-product-slider .meta_group_button > .quickview{
    display: none !important;
}
.st-product-slider .woocommerce .product.product-wrapper .item-description > .meta_group_button >a,
.st-product-slider .woocommerce .product.product-wrapper .item-description > .meta_group_button > div >a{
    background: #fff ;
    border: 0  !important;
    color: #999999;
}
.st-product-slider .woocommerce .product.product-wrapper .item-description > .meta_group_button >div >a:hover, 
.st-product-slider .woocommerce .product.product-wrapper .item-description > .meta_group_button > a:hover{
    background: #15bd9c;
}
.woocommerce .product.product-wrapper .item-description .meta_group_button > div>a>i{
    line-height: 30px;
}
.woocommerce .product.product-wrapper .item-description > .meta_group_button >a:hover,
.woocommerce .product.product-wrapper .item-description > .meta_group_button >div >a:hover{
    color: #fff;
}
.st-product-slider .woocommerce .item-description .meta_group_button > .add-to-cart a:hover:before,
.st-product-slider .woocommerce .item-description .meta_group_button > div > a:hover, 
.st-product-slider .woocommerce .item-description .meta_group_button > a:hover > i{
    color: #fff !important;
}
.post-info .st-product-slider .ftc-smooth-image{
    margin-bottom: 0 !important;
}
.st-product-slider .woocommerce .owl-dots{
    bottom: -38px;
    line-height: 5px;
}
.ftc-product-time-deal .woocommerce .owl-dots > .owl-dot > span{
    background: #fff;
}
.woocommerce .owl-dots > .owl-dot > span{
    width: 26px;
    height: 5px;
    border-radius: 0;
    background: #1b1b1b;
    margin: 0 3px;
}

/*26.0. Blog*/
.ftc-widget-blogs-wrp .owl-nav > .owl-prev, .ftc-widget-blogs-wrp .owl-nav > .owl-next{
    display: none;
}

/*recent comment*/
.ftc-recent-comments-widget{
    margin-bottom: 30px;
}
.comment-body .comment-meta .comment-author .fn {
    margin-left: 10px;
    position: relative;
    top: -7px;
}
.comment .comment-body .comment-meta .comment-author .fn a{
    font-size: 15px;
    text-transform: uppercase;
}
footer.comment-meta{
    position: relative;
}
.comment .comment-body .comment-meta .comment-metadata{
    position: absolute;
    left: 115px;
    bottom: 43px;
}
ol.children .comment-body .comment-meta .comment-metadata{
    left: 53px;
    bottom: 6px;
    display: none;
}
.comment .comment-body .comment-content, ol.children .comment-body .comment-meta{
    position: relative;
}
.comment .comment-body .comment-content:before{
content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e8e8e8;
}
.widget-container.widget_tag_cloud{
    padding-bottom: 0;
}
.widget-container.widget_tag_cloud .tagcloud{
    padding-bottom: 25px;
}
.ftc-recent-comments-widget, .widget-container.widget_tag_cloud{
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.widget-container.ftc-recent-comments-widget .comment_list_widget > li .comment-meta {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.widget-container.ftc-recent-comments-widget .comment_list_widget > li .avatar, 
.widget-container.ftc-recent-comments-widget .comment_list_widget > li .meta {
    display: inline-block;
}
.widget-container.ftc-recent-comments-widget .comment_list_widget > li .meta{
    padding-left: 10px;
}
.widget-container.ftc-recent-comments-widget .comment_list_widget > li .meta span{
    display: block;
    line-height: 20px;
}
.widget-container.ftc-recent-comments-widget .comment_list_widget > li .meta .comment-body{
    margin-bottom: 10px;
}
.widget-container.ftc-recent-comments-widget .comment_list_widget > li .meta span.date:before{
    font-family: "fontawesome";
    content: "\f073";
}
.widget-container.ftc-recent-comments-widget .comment_list_widget > li .meta span.author:before{
    font-family: "Fontawesome";
    content: "\f007";
}
.widget-container.ftc-recent-comments-widget .comment_list_widget > li .avatar {
    float: left;
}
.widget-container.widget_tag_cloud .widget-title-wrapper .heading-title,
.ftc-recent-comments-widget .widget-title-wrapper .heading-title,
.widget-container.ftc-blogs-widget .heading-title{
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 30px 0 20px 0 !important;
    font-weight: bold !important;
}
.widget-container.ftc-blogs-widget .ftc-widget-blogs-wrp .blog-list-widget figure img{
    height: auto;
}
.widget-container.ftc-blogs-widget .ftc-widget-blogs-wrp .blog-list-widget > li{
    margin-bottom: 25px;
    padding-bottom: 0px;
    border-bottom: 1px solid #fff;
}
.widget-container.ftc-blogs-widget .ftc-widget-blogs-wrp .blog-list-widget > li .post-title{
    line-height: 17px;
    font-size: 12px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 7px;
}
.widget-container.ftc-blogs-widget .ftc-widget-blogs-wrp .blog-list-widget > li i:before{
    font-family: "FontAwesome"
}
.widget-container.ftc-blogs-widget .ftc-widget-blogs-wrp .blog-list-widget > li .post-meta{
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
}
.widget-container.ftc-blogs-widget .ftc-widget-blogs-wrp .blog-list-widget > li:last-child .post-meta{
    border: 0;
}
.widget-container.ftc-blogs-widget .ftc-widget-blogs-wrp .blog-list-widget > li .thumbnail {
    margin-bottom: 12px;
    overflow: hidden;
}
.widget-container.ftc-blogs-widget{
    border: 1px solid #f6f6f6 !important;
    overflow: hidden;
}
.ftc-sb-blogs .meta-slider .post-info .date-time:before,
.post-img .date-time:before {
    content: "\f017";
    font-family: fontawesome;
    font-size: 14px;
    color: #aba9a9;
        position: relative;
    top: 1px;
}
.ftc-sb-blogs .meta-slider .post-info .date-time{
    display: inline-block;
    border: 0;
    border-bottom-width: 1px;
    border-color: #15bd9c;
    border-style: solid;
}


/*27.0. Testimonial*/
.st-testimonial {
    overflow: hidden;
    background-repeat: no-repeat;
    padding-top: 92px;
    padding-bottom: 60px;
    max-height: 390px;
    margin: 0px -35px 60px -35px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.st-testimonial .ftc-testimonial-wrapper .owl-nav > .owl-prev{
    left: 0;
}
.st-testimonial .ftc-testimonial-wrapper .owl-nav > .owl-next, 
.st-testimonial .ftc-testimonial-wrapper .owl-nav > div.owl-prev:hover{
    background: #fff !important;
}
.st-testimonial .wpb_wrapper .ftc-heading {
    padding-bottom: 10px;
}
.st-testimonial .wpb_wrapper .ftc-heading > h4{
    color: #fff;
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.st-testimonial .ftc-testimonial-wrapper .owl-dots{
    line-height: 5px;
    top: -46px;
}
.st-full-content .ftc-testimonial-wrapper .owl-dots{
    top: -60px;
}
.st-testimonial .ftc-testimonial-wrapper .owl-dots > .owl-dot{
    height: 5px;
}
.st-testimonial .ftc-testimonial-wrapper .owl-dots .owl-dot >span{
    width: 26px;
    border-radius: 0;
    height: 5px;
    color: #fff;
}
.st-testimonial .ftc-testimonial-wrapper .owl-dots .owl-dot.active >span{
    color: #15bd9c;
}

/* ================= 28.0. FOOTER =================== */

/*28.1. Footer top*/
.container.top-footer{
    background: #fff;
    border-bottom: 0;
    border-top: 0;
    z-index: 100;
    position: relative;
}

.footer-top .ftc-brand-slider-block .meta-slider .owl-nav> div{
    background: #fff;
    width: 25px !important;
    height: 25px !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.footer-top .ftc-brand-slider-block{
    padding: 0 60px 1px 60px;
}
.footer-top .ftc-brand-slider-block .meta-slider .owl-nav> div:before{
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}
.footer-top .ftc-brand-slider-block .meta-slider .owl-nav .owl-next{
    left: auto;
    right: -60px;
}
.footer-top .ftc-brand-slider-block .meta-slider .owl-nav .owl-prev{
    left: -60px;
    right: auto;
}
.footer-top .ftc-brand-slider-block .meta-slider .owl-nav> div:hover,
.footer-top .ftc-brand-slider-block .meta-slider .owl-nav> div:hover > i{
    border-color: #15bd9c;
    background: #15bd9c;
    color: #fff;
}
/*28.2. Footer center*/
.ft-mid1 .content, .ft-mid1 a, .st-row-form .subscribe-email input, .st-row-form .subscribe-email button {
    font-size: 13px;
}
.footer-middle .ftc-footer >div:nth-child(2) .form-inline .form-group{
    float: left;
    margin-right: 10px;
}

.st-tag-bottom >li{
    display: inline-block;
    padding: 7px 15px !important;
    border: 1px solid #464545;
    margin: 0 3px 7px 0;
}
form .st-btn-bottom{
    border-radius: 0 !important;
    border: 0 !important;
    color: #fff !important;
    background: #15bd9c;
    width: 110px;
    height: 35px;
    letter-spacing: -1px;
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 11px 0 !important;
    text-align: center !important;
}
.st-btn-bottom:hover{
    color: #000 !important;
}
.st-btn-bottom>i{
    font-size: 13px !important;
    margin-right: 7px !important;
}
footer .ftc-feedburner-subscription-shortcode .subscribe-widget .subscribe-email .subscribe-input{
    height: 35px;
    width: 230px;
    border: 0;
    background: #3f3e3e;
    color: #fff;
    float: left;
    margin-right: 10px;
}
.ftc-feedburner-subscription-shortcode .subscribe-widget .subscribe-email .button-secondary{
    font-weight: normal;
}
.payment{
    padding-top: 6px;
    text-align: center;
}
.woocommerce form .form-row .input-checkbox{
    margin: 5px 0 0 0;
    display: table-cell;
}
.woocommerce form .form-row .woocommerce-form__label > span{
    display: table-cell;
    padding-left: 20px;
}


/* Button to top */

#to-top{
    position:fixed;
    right:20px; /* rtl */
    bottom:20px;
    transform:scale(0,0);
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    width:30px;
    height:30px;
    display:inline-block;
    transition:all 300ms ease 0s;
    -webkit-transition:all 300ms ease 0s;
    -moz-transition:all 300ms ease 0s;
    text-align:center;
    font-size:0;
    line-height:40px;
    cursor:pointer;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    display:block !important;
    z-index:999;
    backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
}
#to-top a{
    display:inline-block;
    width:40px;
    height:40px;
    line-height:36px;
    background-color: #fff;
    border: 1px solid #15bd9c;
    border-style:solid;
    overflow:hidden;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
}
#to-top a:before{
    font-family: 'FontAwesome';
    content: "\f106";
    font-size:18px;
    font-weight:300;
}
#to-top a:hover{
    text-decoration:none;
    background: #15bd9c;
    color: #fff;
    border-color: #fff;
}
#to-top.on{
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1)
}
/*28.3. Footer bottom*/
.st-logo-bottom{
    margin-bottom: 18px;
}
.st-logo-bottom > img{
    margin: 0 auto;

}
.st-logo-bottom > h2{
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    font-family: Broad;
    color: #15bd9c;
}
.st-design-bottom{
    text-align: center;
    font-size: 12px;
    color: #999;
}
.st-design-bottom>a{
    color: #fff;
}
.grid_list_nav a#grid:before {
    content: "\f00a";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
}
.grid_list_nav a#list:before {
    content: "\f039";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
}
.grid_list_nav a span {
    display: none;
}
.grid_list_nav {
    float: left;
    padding: 15px 15px 10px;
    line-height: 0;
}
.grid_list_nav a {
    font-size: 0;
    color: #333;
    line-height: 24px;
    padding: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 15px 0 0;
    word-break: normal;
}
/*29.0 Detail product page*/
.single-product .ftc-sidebar .ftc-smooth-image{
    border-top: 0 !important;
}
.woocommerce button.button.disabled{
    opacity: 1;
}
.woocommerce div.product form.cart div.quantity{
    width: 70px;
}
.woocommerce div.product .summary form.cart, 
.woocommerce div.product .summary form.cart .quantity, 
.woocommerce div.product .summary form.cart .button {
    display: block;
    float: none;
}
.woocommerce div.product .summary form.cart .button {
    margin-top: 15px;
}
.single-product #main-content, #content > .container{
    padding-top: 35px;
    background: #fff;
    position: relative;
    z-index: 200;
    border-bottom: 0;
}
body.archive.customize-support .page-container.container,.single-product #main-content {
    margin-top: -135px !important;
}
.related.products{
    padding: 0 15px;
    margin-bottom: 60px !important;    
}
.woocommerce .product.related .ftc-label-pro, .woocommerce-page .product.related .ftc-label-pro{
    display: none;
}
div.product .summary .star-rating::before,div.product .summary .star-rating span::before{
    font-size: 12px;
}
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product p.cart .single_add_to_cart_button{
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #15bd9c;
    width: 132px;
    height: 35px;
    padding-bottom: 3px;
}
body.woocommerce div.product form.cart .single_add_to_cart_button:hover,
body.woocommerce div.product p.cart .single_add_to_cart_button:hover{
    background: #444 !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button:before,
.woocommerce div.product p.cart .single_add_to_cart_button:before{
    content: "\e66e";
    font-family: Pe-icon-7-stroke;
    font-size: 18px;
    margin-right: 8px;
    text-indent: 0;
    position: relative;
    top: 2px;
}
.single_variation_wrap .woocommerce-variation-availability{
    display: none;
}
.single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 20px
}
.single_variation_wrap .woocommerce-variation-price .price > del span{
    font-size: 16px;
    padding-left: 0;
}
.single_variation_wrap .woocommerce-variation-price .price > ins span{
    font-size: 18px;
    padding-left: 0;
}
.pp_woocommerce div.product .summary  .compare:before, 
.woocommerce div.product .summary  .compare:before, 
.woocommerce-page div.product .summary .compare:before, 
.woocommerce #content div.product .summary  .compare:before, 
.woocommerce-page #content div.product .summary  .compare:before{
    display: none;
}
div.product .summary > .add_to_wishlist >i {
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
}
div.product .summary > .add_to_wishlist{
    border-left: 0 !important;
}
div.product .summary .single_variation_wrap .yith-wcwl-add-to-wishlist, 
div.product .summary .single_variation_wrap .quickview,
div.product .summary .single_variation_wrap .compare {
    float: left;
    width: 35px;
    height: 35px;
    margin: 0;
    margin-left: 0px;
}
div.product .summary .single_variation_wrap .compare a{
    margin: 0;
}
div.product .summary .single_variation_wrap .yith-wcwl-add-to-wishlist a, 
div.product .summary .single_variation_wrap .quickview a,
div.product .summary .single_variation_wrap .compare a{
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    background: #444444 !important;
    color: #fff !important;
    border-left: 1px solid #696767;
    float: left;
}
div.product .summary .single_variation_wrap .yith-wcwl-add-to-wishlist a:hover, 
div.product .summary .single_variation_wrap .quickview a:hover,
div.product .summary .single_variation_wrap .compare a:hover{
    background: #15bd9c !important;
}
div.product .summary .single_variation_wrap .yith-wcwl-add-to-wishlist a >i, 
div.product .summary .single_variation_wrap .quickview a >i,
div.product .summary .single_variation_wrap .compare a >i{
    font-size: 14px !important;
    line-height: 35px;
}
div.product .summary .single_variation_wrap .compare a:before{
    display: none;
}

.woocommerce table.shop_attributes{
    margin-bottom: 13px;
}
.woocommerce #review_form #respond .form-submit input {
    padding: 10px 10px 8px 10px;
    background: #2c2c2c;
    color: #fff;
    font-weight: normal;
}
#review_form_wrapper .comment-form .form-submit > input:hover{
    background: #15bd9c ;
}
div.summary > .price{
    line-height: 28px;
    margin-bottom: 20px !important;
}
div.summary > .price > del{
    padding-right: 10px;
}
div.summary > .price > del span{
    font-size: 18px;
    padding:0;
    font-weight: normal;
}
div.summary > .price > ins  span{
    font-size: 24px;
    padding:0;
    font-weight: bold;
}
div.summary .cart{
    margin-top: 20px !important;
}

div.summary .variations_form.cart {
    margin-top: 0 !important;
    height: auto;
}
div.product-type-grouped div.summary .cart{
    position: relative;
    padding-bottom: 0px ;
}
div.product-type-grouped div.summary .cart .single_add_to_cart_button{
    top: 0;
}
div.product-type-grouped div.summary .cart + div, div.summary p.cart + .yith-wcwl-add-to-wishlist{
    margin-left: 133px;
}
div.summary .cart .group_table td.price ins span{
    font-size: 16px;
}
div.summary .social-sharing .email > a:hover, div.summary .social-sharing .print > a:hover{
    color: #15bd9c;
}
.woocommerce div.product div.summary p.cart .single_add_to_cart_button{
    position: relative;
    background: #15bd9c;
    color: #fff;
}
#yith-wcwl-form {
    margin-bottom: 20px;
}
#yith-wcwl-messages{
    margin-bottom: 0 !important;
}
.pp_woocommerce .images-slider-wrapper > .image-items{
    display: block;
}
.pp_woocommerce .owl-nav > div.owl-prev,.pp_woocommerce .owl-nav > div.owl-next{
    width: 30px !important;
    height: 30px !important;
    background: transparent;
    border: 1px solid #f6f6f6;
}
.pp_woocommerce .owl-nav > div.owl-prev:before{
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 13px;
    line-height: 27px;
    text-align: center;
}
.pp_woocommerce .owl-nav > div.owl-next:before{
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    line-height: 27px;
    text-align: center;
}


/*services page*/
body .wpb_row.service_row1, body .wpb_row.service_row2, body .wpb_row.service_row3 {
    margin-bottom: 45px;
}
.service_row1 .ftc-feature-wrp .feature-content,
.service_row2 .ftc-feature-wrp .feature-content,
.service_row3 .ftc-feature-wrp .feature-content{
    padding: 0;
    background:transparent !important;
}
.text_row1, .text_row2, .text_row3 {
    margin-top: 33px;
}
.feature_row1 .ftc-feature-wrp .feature-content .feature-top,
.feature_row2 .ftc-feature-wrp .feature-content .feature-top,
.feature_row3 .ftc-feature-wrp .feature-content .feature-top{
    display: none;
}
.service_row1 .text_service, .service_row2 .text_service, .service_row3 .text_service {
    padding: 52px 0px 55px 85px;
    background: #f1f7fc;
}
.text_service h3 {
    margin-bottom: 15px;
}
.text_service ul {
    list-style: none;
    font-size: 16px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.text_service ul li:before {
    content: "-";
    position: absolute;
    left: 0px;
}
.text_service > p{
    font-size: 15px;
}
.text_service .service-button {
    margin-top: 3px;
}
.text_service ul li {
    position: relative;
    padding: 3px 20px;
    padding-left: 10px;
    line-height: 24px;
}
.text_service>div>a {
    display: block;
    width: 135px;
    height: 40px;
    color: #fff !important;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #15bd9c;
    border-radius: 0px;
}
.text_service>div>a:hover {
    background: #000;
}


/*===================================================================
                                                                HOME 2
=====================================================================*/

.post-info > div.rev-slider-nopadding{
    margin-bottom: 0px !important;
}
.vc_tta-container .vc_tta-tabs-container{
    line-height: 16px;
}
/*blogs*/
.st-row-blog-horizontal article .post-img{
    position: relative;
    max-width: 50%;
    width: 270px;
    display: inline-block;
    height: 160px;
    float: left;
}
.st-row-blog-horizontal article .post-info {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    max-width: 50%;
    padding-left: 30px;
    position: absolute;
    left: 270px;
    height: 100%;
    overflow: hidden;
}
.st-row-blog-horizontal .ftc-sb-blogs .meta-slider{
    margin: 0;

}
.st-row-blog-horizontal .ftc-sb-blogs .meta-slider .post-info{
    margin-top:-4px;
}
.st-row-blog-horizontal .ftc-sb-blogs .meta-slider .post-info .excerpt{
    max-height: 4.2em;
    overflow: hidden;
}
.st-row-blog-horizontal .ftc-sb-blogs .meta-slider .post-info .date-time{
    display: inline-block;
    line-height: 12px;
    border: 0;
    position: relative;
    padding-bottom: 7px;
}
.ftc-sb-blogs .meta-slider .post-info .date-time:before{
    font-size: 14px;
}
.ftc-sb-blogs .meta-slider .post-info .date-time > span{
    font-size: 11px;
}
.st-row-blog-horizontal .ftc-sb-blogs .meta-slider .post-info .date-time:after{
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.st-row-blog-horizontal .ftc-sb-blogs article h3.heading-title{
    font-size: 14px;	
    max-height: 3em;
    overflow: hidden;
}
/*testimonial*/
.st-testimonial.st-full-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.st-full-content .ftc-testimonial-wrapper .content{
    width: 380px;
}
.ftc-testimonial-wrapper .owl-dots > div > span{
    margin: 0 3px;
}

/*===================================================================
                        HOME 4
=====================================================================*/
.post-info > div.st-row-slider-deivce{
    margin-bottom: 30px !important;
}
.st-row-slider-deivce .feature-content .feature-top{
    padding-top: 23px;
}
.st-row-slider-deivce .ftc-feature-wrp .feature-top h4{
    padding-bottom: 12px;
}
.st-row-slider-deivce .ftc-feature-wrp{
    margin-bottom: 25px;
}
.st-row-slider-deivce .ftc-feature-wrp .feature-content{
    padding: 30px 30px 38px 30px;
}
.st-row-slider-deivce .ftc-feature-wrp .feature-content > a >i{
    color: #999999;
}
.st-row-slider-deivce .ftc-feature-wrp .feature-content:hover{
    background: #f6f6f6 !important;
}
.st-row-slider-deivce .ftc-feature-wrp .feature-content:hover > a>i{
}
.st-row-slider-deivce{
    margin-bottom: 29px !important;
}

/*--------------------------------------------------------------------------
                                                30. Custom shortcode
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
/*- 2. SHORTCODE BANNER ----------------------------------------------------------------------------------------*/
.ftc-banner,
.ftc-banner *{
    backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
} 
/* Custom HTML banner */
.button-light{
    border:2px solid #fff !important;
    background:transparent !important;
    color:#fff !important;
}
.button-fill-light{
    background:#fff !important;
    color:#3f3f3f !important;
    border-color:#fff !important;
}
.ftc-banner .text-big{
    font-size:15px;
    line-height:22px;
    margin-bottom:35px;
}
.ftc-banner .heading-big{
    font-size:46px;
    line-height:52px;
    margin-bottom:20px;
}
.ftc-banner .heading-body{
    font-size:22px;
    line-height:26px;
    font-weight:400;
    margin-bottom:20px;
    letter-spacing:2px;
}
.current-banner{
    font-size:16px;
    line-height:16px;
    position:relative;
    top:-5px;
}
.h2-bigbom{
    font-size:60px;
    line-height:60px;
}
.ftc-banner .h2-big,
.ftc-banner .h3-big{
    margin-bottom:6px;
}
.ftc-banner h2,
.ftc-banner h3,
.ftc-banner h4,
.ftc-banner h5,
.ftc-banner h6{
    margin-bottom:15px;
}
.ftc-banner h5,
.ftc-banner h6{
    font-weight:300;
}
.banner-content .h2-big{
    font-size:50px;
    line-height:50px;
}
.banner-content .h2-big-normal{
    font-size:40px;
    line-height:34px;
}
.banner-content .h3-big{
    font-size:30px;
    line-height:34px;
}
.banner-content .h4-big{
    font-size:16px;
    line-height:20px;
    font-weight:normal;
}
.text-right{
    text-align:right /* rtl */
}
.banner-content-center{
    margin:70px 0;
    text-transform:uppercase;
}
.banner-content p{
    margin:0;
    font-family: Amiko;
}
/* Home page 5 margin */
.banner-content .banner-margin-top{
    margin-top:30px;
}
.banner-content .banner-margin-bottom{
    margin-bottom:30px;
}
/* End custom html banner */

.ftc-banner{
    overflow:hidden;
    display:inline-block;
    width:100%;
    text-align:center;
    position:relative;
}
.wpb_column > .wpb_wrapper .ftc-banner{
    margin-bottom:0;
}
body .wpb_wrapper .widget-container.ftc-banner{
    margin-top: 30px;
    margin-bottom: 30px;
}
.banner-no-margin .ftc-banner{
    margin-bottom:0 !important;
}
.banner-no-margin .ftc-banner,
.banner-no-margin .ftc-smooth-image{
    margin-bottom:0 !important;
}
.banner-no-margin .wpb_column{
    line-height:0;
}
.ftc-banner .ftc-banner-wrapper{
    display:inline-block;
    width:auto;
    margin:0 auto;
    position:relative;
    max-width:100%;
}
.banner-content{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:2;
    padding:15px;
    text-align:left; /* rtl */
}
.fix-banner-content-padding .banner-content{
    padding:5px;
}
.ftc-banner .banner-link{
    position:absolute;
    left:0;right:0;bottom:0;top:0;
    content:"";
    text-decoration:none !important;
    z-index:3;
}
/* Banner content position */
.left-top .banner-content{
    left:10%;right:auto;
    top:10%;bottom:auto;
}
.left-bottom .banner-content{
    left:10%;right:auto;
    top:auto;bottom:10%;
}
.left-center .banner-content{
    left:10%;right:auto;
    top:50%;bottom:auto;
    transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
}
.right-top .banner-content{
    right:10%;left:auto;
    top:10%;bottom:auto;
}
.right-bottom .banner-content{
    right:10%;left:auto;
    top:auto;bottom:10%;
}
.right-center .banner-content{
    right:10%;left:auto;
    top:50%;bottom:auto;
    transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
}
.center-top .banner-content{
    left:50%;right:auto;
    top:10px;bottom:auto;
    transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    -moz-transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);
}
.center-bottom .banner-content{
    left:50%;right:auto;
    top:auto;bottom:10%;
    transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    -moz-transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);
}
.center-center .banner-content{
    left:50%;right:auto;
    top:50%;bottom:auto;
    width:100%;
    filter: scale(0);
    text-align:center;
    transform:translate(-46%,-45.5%);
    -webkit-transform:translate(-46%,-45.5%);
    -moz-transform:translate(-46%,-45.5%);
    -ms-transform:translate(-46%,-45.5%);
    margin-top:-2%;
    margin-left:-4%;
}
.ftc-banner .banner-bg img{
    position:relative;
}
/* Effect background scale */
.ftc-banner.background-scale .banner-bg,
.ftc-banner.background-scale-dark .banner-bg,
.ftc-banner.background-scale-opacity .banner-bg,
.ftc-banner.background-scale-opacity-line .banner-bg,
.ftc-banner.background-scale-and-line .banner-bg,
.ftc-banner.background-scale-dark-line .banner-bg{
    transform:scale(1.01,1.01);
    -webkit-transform:scale(1.01,1.01);
    -moz-transform:scale(1.01,1.01);
    -ms-transform:scale(1.01,1.01);
    transition:transform 400ms ease 0s;
    -moz-transition:transform 400ms ease 0s;
    -webkit-transition:-webkit-transform 400ms ease 0s;
}
.ftc-banner.background-scale:hover .banner-bg,
.ftc-banner.background-scale-dark:hover .banner-bg,
.ftc-banner.background-scale-opacity:hover .banner-bg,
.ftc-banner.background-scale-opacity-line:hover .banner-bg,
.ftc-banner.background-scale-dark-line:hover .banner-bg,
.ftc-banner.background-scale-and-line:hover .banner-bg{
    transform:scale(1.14,1.14);
    -webkit-transform:scale(1.14,1.14);
    -moz-transform:scale(1.14,1.14);
    -ms-transform:scale(1.14,1.14);
}
/* Effect background scale opacity */
.ftc-banner.background-opacity .banner-bg img,
.ftc-banner.background-scale-opacity .banner-bg img,
.ftc-banner.background-opacity-and-line .banner-bg img,
.ftc-banner.background-dark-and-line .banner-bg img,
.ftc-banner.background-scale-opacity-line .banner-bg img,
.ftc-banner.background-scale-dark-line .banner-bg img{
    transition:transform 500ms ease 0s;
    -moz-transition:transform 500ms ease 0s;
    -webkit-transition:-webkit-transform 500ms ease 0s;
}
.ftc-banner.background-opacity-and-line:hover .banner-bg img,
.ftc-banner.background-opacity:hover .banner-bg img,
.ftc-banner.background-scale-opacity:hover .banner-bg img,
.ftc-banner.background-scale-opacity-line:hover .banner-bg img{
    opacity:0.7;
}
.ftc-banner.background-dark-and-line .banner-bg:after,
.ftc-banner.background-dark .banner-bg:after,
.ftc-banner.background-scale-dark .banner-bg:after,
.ftc-banner.background-scale-dark-line .banner-bg:after{
    content:"";
    position:absolute;
    left:0;right:0;
    bottom:0;top:0;
    background:#000;
    z-index:1;
    opacity:0;
    transition:all 500ms ease 0s;
    -moz-transition:all 500ms ease 0s;
    -webkit-transition:all 500ms ease 0s;
}
.ftc-banner.background-dark-and-line:hover .banner-bg:after,
.ftc-banner.background-dark:hover .banner-bg:after,
.ftc-banner.background-scale-dark:hover .banner-bg:after,
.ftc-banner.background-scale-dark-line:hover .banner-bg:after{
    opacity:0.5;
}
/* Effect Line */
.ftc-banner.background-scale-opacity-line:before,
.ftc-banner.background-opacity-and-line:before,
.ftc-banner.background-dark-and-line:before,
.ftc-banner.background-scale-dark-line:before,
.ftc-banner.background-scale-and-line:before,
.ftc-banner.eff-line:before{
    position:absolute;
    left:10px;
    right:10px;
    top:10px;
    bottom:10px;
    content:"";
    z-index:2;
    border-width:5px;
    border-style:solid;
    opacity:0;
    transform:scale(1,0);
    -webkit-transform:scale(0.5,0.5);
    -moz-transform:scale(0.5,0.5);
    -ms-transform:scale(0.5,0.5);
    transition:opacity 200ms,transform 300ms ease 0s;
    -moz-transition:opacity 200ms,transform 300ms ease 0s;
    -webkit-transition:opacity 200ms,-webkit-transform 300ms ease 0s;
}
.ftc-banner.background-opacity-and-line:hover:before,
.ftc-banner.background-scale-opacity-line:hover:before,
.ftc-banner.background-dark-and-line:hover:before,
.ftc-banner.background-scale-dark-line:hover:before,
.ftc-banner.background-scale-and-line:hover:before,
.ftc-banner.eff-line:hover:before{
    opacity:0.3;
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transition:opacity 450ms,transform 420ms ease 0s;
    -moz-transition:opacity 450ms,transform 420ms ease 0s;
    -webkit-transition:opacity 450ms,-webkit-transform 420ms ease 0s;
}

.single_image{
    margin-top: 120px;
}

.ftc-smooth-image .ftc-smooth {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
    text-align: center;
}
.smooth-border-image .smooth {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
}
.smooth-border-image .smooth:after {
    opacity: 0;
    z-index: 4;
    width: auto;
    height: auto;
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px solid #fff;
    transform: scale(0,0);
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transition: transform 400ms,opacity 100ms ease 0s;
    -moz-transition: transform 400ms,opacity 100ms ease 0s;
    -webkit-transition: -webkit-transform 400ms,opacity 100ms ease 0s;
}
.smooth-border-image:hover .smooth:after {
    opacity: 1;
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transition: transform 500ms,opacity 300ms ease 0s;
    -moz-transition: transform 500ms,opacity 300ms ease 0s;
    -webkit-transition: -webkit-transform 500ms,opacity 300ms ease 0s;
}
.smooth-image .smooth:before,
.smooth-image .smooth:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.smooth-image:hover .smooth:after {
    background-color: rgba(255,255,255,0.2);
    top: 50%;
    bottom: 50%;
}
.smooth-image:hover .smooth:before {
    background-color: rgba(255,255,255,0.2);
    right: 50%;
    left: 50%;
}

.smooth-background-image .smooth{
    position:absolute;
    left:0;right:0;top:0;
    height:100%;
    display:inline-block;
    content:"";
    opacity:0;
    background:rgba(0,0,0,0.5);
    margin-top:-30px;
    transition:all 300ms ease 0s;
    -moz-transition:all 300ms ease 0s;
    -webkit-transition:all 300ms ease 0s;
}
.smooth-background-image:hover .smooth{
    opacity:1;
    margin-top:0;
}
.smooth-background-image .smooth:before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 50px;
    height: 50px;
    margin-top:-30px;
    content: "+";
    font-weight: normal;
    font-family: "Times New Roman";
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 48px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition:all 500ms ease 0s;
    -moz-transition:all 500ms ease 0s;
    -webkit-transition:all 500ms ease 0s;
}
.smooth-background-image:hover .smooth:before{
    opacity:1;
    margin-top:0;
}
/*/ effect background from top icon /*/
.smooth-top-image .smooth {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size:0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}
.smooth-top-image .smooth:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 50px;
    height: 50px;
    content: "+";
    font-weight: normal;
    font-family: "Times New Roman";
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 48px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition:all 500ms ease 0s;
    -moz-transition:all 500ms ease 0s;
    -webkit-transition:all 500ms ease 0s;
}
.ftc-smooth-image.smooth-top-image:hover .smooth {
    height: 100%;
}

/* ---------------------------------------------------
                                blog page
------------------------------------------------------*/
.container .page-header{
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 30px ;
    padding-bottom: 5px ;
}
.content-area aside#left-sidebar{
    /*padding-left: 0;*/
}
.navigation.pagination {
    text-align: center;
    clear: both;
    float: right;
    width: 100%;
    border: 1px solid #d4d4d4;
    padding: 10px;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 60px;
}
.navigation.pagination .nav-links .page-numbers{
    border: 1px solid #eee;
    color: #000;
}
.navigation.pagination .nav-links .page-numbers.current{
    background: #15bd9c;
    color: #fff;
}
.navigation.pagination .nav-links .page-numbers:hover{
    background: #15bd9c;
    color: #fff;
}
/*.navigation.pagination .nav-links .next.page-numbers,
.navigation.pagination .nav-links .prev.page-numbers{
    border: 0;
}*/
.navigation.pagination .nav-links .next.page-numbers span,
.navigation.pagination .nav-links .prev.page-numbers span{
    font-size: 0px;
    color: #000;
}

.navigation.pagination .nav-links .next.page-numbers:before{
    font-family: "Fontawesome";
    content: "\f101";
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 28px;
}
.navigation.pagination .nav-links .prev.page-numbers:before{
    font-family: "Fontawesome";
    content: "\f100";
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 28px;
}

.archive #left-sidebar .widget-container.widget_categories .widget-title,
.archive #left-sidebar .widget-container.widget_categories .ftc-blogs-widget,
.widget-container.widget_categories .widget-title,
.single-post .widget-container.widget_categories .widget-title{
    font-size: 16px !important;
    padding: 30px 0 20px 0;
    font-weight: bold !important;
}
.widget-container.widget_categories h3.widget-title{
    text-transform: uppercase;
    padding-bottom: 20px !important;
}
.widget-container.widget_categories{
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
}
.left-blog-sidebar .wpb_widgetised_column{
    margin-bottom: 0;
}
.archive #left-sidebar .widget-container.widget_categories select,.widget-container.widget_categories select,
.single-post .widget-container.widget_categories  select{
    margin-bottom: 10px !important;
    height: 35px;
    padding: 5px 30px 7px 10px;
    width: 100%;
}
.archive .post-info .entry-info > h3.heading-title{
    padding-bottom: 10px;
    padding-top: 10px;
}
.archive .post-info .entry-info > h3.heading-title .post-title{
    color: #000;
}
.archive .post-info .entry-info > h3.heading-title .post-title:hover{
    color: #15bd9c;
}
.single-post .post-img .thumbnail,
.archive .post-img .thumbnail{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
/*.single-post .post-img .thumbnail .smooth-thumbnail,*/
.archive .post-img .thumbnail .smooth-thumbnail{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: #fff;
    transform: scale(0);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
/*.single-post .post-img .thumbnail:hover .smooth-thumbnail,*/
.archive .post-img .thumbnail:hover .smooth-thumbnail{
    width: 90%;
    height: 90%;
    opacity: 0.3;
    transform: scale(1.5);
    top: 0;
    left: 0;
}
.post-item.sticky .post-info .entry-info .entry-title .sticky-post {
    font-size: 14px;
    padding: 3px 6px;
    background: #b20000;
    color: #fff;
    border-radius: 3px;
    vertical-align: super;
    margin-left: 5px;
    text-transform: uppercase;
}
.post-password-form input[type="password"] {
    height: 40px;
    margin-right: 20px;
    margin-top: 5px;
}
.post-password-form input[type="submit"] {
    height: 40px;
    float: none;
    border: 1px solid;
}
.woocommerce table.wishlist_table tbody td{
    padding: 15px 10px;
}
.yith-wcwl-share{
    margin-bottom: 0;
    margin-top: 6px;
}
.yith-wcwl-share h4, .yith-wcwl-share ul {
    display: inline-block;
    vertical-align: middle;
}
.yith-wcwl-share ul {
    margin-left: 10px;
}
.woocommerce table.wishlist_table thead th{
    border-top: none;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    display: block!important;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
    width: 120px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-transform: uppercase;
}
.woocommerce .products .product .price ins span,
.woocommerce .products .product .price > span,
.shop_table td.product-price > span, .shop_table td.product-price ins span{
    color: #15bd9c;
}
/*CONTACT*/
.wpcf7 p{
    width: 100%;
    float:left;
}
.wpcf7 p:nth-child(7){
    text-align: center;
    margin-top: 15px;
}

.contact_form .ftc-heading h1{
    font-size: 24px;
}
.contact_form .ftc-heading{
    margin-top: 45px;
    margin-bottom: 50px;
}

.wpcf7 input[type^="submit"]{
    padding: 16px 30px 13px 30px;
    float: none;
}
div.wpcf7-mail-sent-ng{
    border: 0;
    text-align: center;
    color: #ff0000;
    padding: 0;
    margin: 0;
}
.contact_form .ftc-heading h1{
    font-size: 24px;
}
.contact_form .ftc-heading{
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
}

.contact_info_map .info_contact{
    width: 730px;
    height: 135px;
    background-color: #2c2c2c;
    color: #bbbbbb;
    margin: 0 auto;
    font-size: 13px;
    position: relative;
    top: 0px;
    z-index: 2;
}
.st-row-map{
    position: relative;
    top: 30px;
}

.contact_info_map .info_contact .info_column{
    width: 33.3333333%;
    height: 100%;
    float: left;
    vertical-align: middle;
    padding-left: 16px;
}

.contact_info_map .info_contact .info_column ul{
    list-style: none;
    margin-top: 49px;
    line-height: 16px;
    padding-left: 60px;
    position: relative;
}
.contact_info_map .info_contact .info_column ul li{
    line-height: 20px;
}

.contact_info_map .info_contact .info_column ul:before{
    font-family: "Fontawesome";
    font-size: 27px;
    position: absolute;
    left: 30px;
    top: 9px;
}
.contact_info_map .info_contact .info_column.address ul:before{
    content: "\f041";
}

.contact_info_map .info_contact .info_column.phone ul:before{
    content: "\f095";
}

.contact_info_map .info_contact .info_column.email ul:before{
    content: "\f0ac";
}

.contact_info_map .wpb_text_column{
    margin-bottom: -25px;
}

/*Coming Soon*/
.logo-coming-soon{
    font-size: 56px;
    font-family: Broad;
    color: #15bd9c;
    text-transform: uppercase;
}
.bg-blank-page .ftc-feature-wrp .feature-content{
    padding: 0;
}
.bg-blank-page {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1920px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    content: "";
    z-index: 0;
    background-color: #000 !important;
    margin-bottom: 0px !important;
}
h1.title-coming {
    font-size: 70px;
    line-height: 76px;
    margin-top: 10px;
    padding:0;
}
.page-template-revslider-page-template{
    text-align: center;
}
.page-template-revslider-page-template > div:first-child{
    overflow: hidden;
    position: relative;
    padding: 60px 30px 20px 30px;
}
.page-template-revslider-page-template .ftc-countdown{
display: inline-block;
}
.countdown_comingsoon .ftc-countdown .counter-wrapper > div{
    width:160px;
    height:160px;
    padding:35px 0px 30px 0px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    margin:0 42px;
    border:none;
    background-color: rgba(255, 255, 255, 0.16);
}
.countdown_comingsoon .ftc-countdown .counter-wrapper > div .number-wrapper .number{
    font-size:58px;
    line-height:65px;
}
.countdown_comingsoon .ftc-countdown .counter-wrapper > div .ref-wrapper{
    font-size:24px;
    line-height:24px;
}
.countdown_comingsoon .ftc-countdown.text-light .counter-wrapper > div .ref-wrapper,
.countdown_comingsoon .ftc-countdown.text-light .counter-wrapper > div .number-wrapper .number{
    color:#fff;
    font-style: italic;
    margin-left: -10px;
}

.ftc-button-wrapper {
    display: inline-block;
}
.ftc-group-button-coming .ftc-button {
    min-width: 145px;
    margin: 5px;
}

.subscribe_comingsoon .widget{
    border: none;
    margin: 0;
    padding: 0;
}

.subscribe_comingsoon .subscribe-widget{
    margin-top: 0;
}

.subscribe_comingsoon .subscribe-widget form{
    margin-left: 0;
}

.subscribe_comingsoon .feedburner-subscription input[type="text"]{
    letter-spacing: 1px;
    height: 60px;
    width: 535px;
    border: 1px solid #393839;
    color: #909090;
    background-color: rgba(255, 255, 255, 0);
}
.subscribe_comingsoon .feedburner-subscription input[type="text"]:focus{
    border-width: 1px !important;
    border-style: solid !important;
}
.ftc-search input[type="text"]::-webkit-input-placeholder{
    color: #979797;
}
.subscribe_comingsoon input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #909090;
    font-family: Amiko;
    font-weight: normal;
}
.subscribe_comingsoon input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #909090;
    font-family: Amiko;
    font-weight: normal;
}
.subscribe_comingsoon input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #909090;
    font-family: Amiko;
    font-weight: normal;
}
.subscribe_comingsoon input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #909090;
    font-family: Amiko;
    font-weight: normal;
}

body .subscribe_comingsoon .subscribe-email .button.button-secondary{
        top: -2px;
    position: relative;
    height: 60px;
    width: 165px;
    margin-left: -4px;
    letter-spacing: 1px;
    font-size: 16px;
    background-color: rgba(114, 197, 201, 0);
    border: 1px solid #393839;
    color: #909090;
    border-left: none;
}
body .subscribe_comingsoon .subscribe-email .button.button-secondary:before{
    display: none;
}

body .subscribe_comingsoon .subscribe-email .button.button-secondary:hover{
    color: #fff;
    border-color: #15bd9c;
    background: #15bd9c;
}
body .subscribe_comingsoon .subscribe-email .button.button-secondary i{
    display: none;
}

.icon_social_comingsoon ul{
    list-style: none;
    text-align: center;
    width: 305px;
    margin: 0 auto;
}
.icon_social_comingsoon ul li{
    width: auto;
    float: left;
}

.icon_social_comingsoon ul li a i{
    width: 40px;
    height: 40px;
    font-size: 0px;
    border: 1px solid #393839;
    color: #909090;
    border-radius: 50%;
    margin: 0px 5px;
}

.icon_social_comingsoon ul li a i:hover{
    color: #fff;
    transition-duration: 0.5s;
}

.icon_social_comingsoon ul li a i.fa-facebook:hover{
    background-color: #3B5998;
    border-color: #3B5998;
}
.icon_social_comingsoon ul li a i.fa-twitter:hover{
    background-color: #3FCDFD;
    border-color: #3FCDFD;
}
.icon_social_comingsoon ul li a i.fa-dribbble:hover{
    background-color: #DD3E7B;
    border-color: #DD3E7B;
}
.icon_social_comingsoon ul li a i.fa-behance:hover{
    background-color: #0B70FF;
    border-color: #0B70FF;
}
.icon_social_comingsoon ul li a i.fa-pinterest-p:hover{
    background-color: #FE0000;
    border-color: #FE0000;
}
.icon_social_comingsoon ul li a i.fa-google-plus:hover{
    background-color: #DC4A38;
    border-color: #DC4A38;
}
.icon_social_comingsoon ul li a i:before{
    font-size: 14px;
    line-height: 40px;
}



/*Fix*/
.search.search-no-results:not(.archive) #colophon{
    padding-top: 0;
    margin-top: 0;
}

.search.search-no-results:not(.archive) #content > .container{
    margin-top: 0px;
    padding-bottom: 35px;
}

.menu-ftc{
    display: none;
    text-align: center;
}

.menu-ftc a{
    display: initial;
}
/*widget*/
.widget-container.widget_archive, .widget-container.widget_calendar,
.widget-container.widget_categories, .widget-container.widget_pages,
.widget-container.widget_meta, .widget-container.widget_recent_comments,
.widget-container.widget_recent_entries, .widget-container.widget_rss,
.widget-container.widget_search, .widget-container.widget_text,
.widget-container.widget_tag_cloud, body .widget-container.widget_nav_menu{
    margin-bottom: 30px;
    padding: 20px !important;
    border: 1px solid #f6f6f6 !important;
}
.widget-container.widget_archive .widget-title-wrapper .widget-title, .widget-container.widget_calendar .widget-title-wrapper .widget-title,
.widget-container.widget_categories .widget-title-wrapper .widget-title, .widget-container.widget_pages .widget-title-wrapper .widget-title,
.widget-container.widget_meta .widget-title-wrapper .widget-title, .widget-container.widget_recent_comments .widget-title-wrapper .widget-title,
.widget-container.widget_recent_entries .widget-title-wrapper .widget-title, .widget-container.widget_rss .widget-title-wrapper .widget-title,
.widget-container.widget_search .widget-title-wrapper .widget-title, 
.widget-container.widget_tag_cloud .widget-title-wrapper .widget-title, .widget-container.widget_nav_menu .widget-title-wrapper .widget-title{
    padding: 10px 0 20px 0px !important;
    font-weight: bold;
    text-transform: uppercase;
}
.widget-container.widget_text .widget-title-wrapper .widget-title{
    padding: 0 !important;
}
.widget-container.widget_nav_menu .menu-all-pages-container ul li a{
    font-weight: normal;
}
.single-post .post-img .date-time{
    margin-bottom: 20px;
}
.woocommerce .widget_layered_nav ul li a {
    padding-left: 22px !important;
}
@media (min-width: 1024px){
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li:last-child > a.item_link,
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li:last-child > ul li a {
    padding-left: 0;
    padding-right: 0;
}
}
@media (min-width: 992px){
.header-layout3 .header-nav-menu:not(.header-sticky-hide) .container .vertical-menu .mega_main_menu.vertical {
    display: block !important;
}
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > span.nav_logo {
    display: none;
}
@media (max-width: 991px){

/* Mobile Navigation-file style*/ 
.header-nav .container .mobile-button{
    display: none;
}

.widget-column.footer-bottom{
    margin-bottom: 60px;
}
#to-top {
bottom: 72px;
}
.category-search form{
display: block !important;
}
.mobile-wishlist .wrp-my-wishlist i.fa.fa-heart:before, .mobile-wishlist .wrp-my-wishlist a.tini-wishlist span{
display: inline-block !important;
}
.mobile-button .mobile-nav{
font-size: 22px;
position: relative;
z-index: 9;
}
.category-search .search-button:nth-child(1) {
display: none;
}
.ftc-mobile-wrapper{
    width: 300px;
    padding: 0;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: transform .15s ease;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease,-webkit-transform .15s ease;
    transform: translate3d(-300px,0,0);
    -webkit-transform: translate3d(-300px,0,0);
}
.has-mobile-menu .ftc-mobile-wrapper{
    transform: none;
    -webkit-transform: none;
    padding-bottom: 70px;
    z-index: 999999;
}

.has-mobile-menu .ftc-close-popup{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease,visibility 0s ease;
    transition: opacity .25s ease,visibility 0s ease;
}
.ftc-mobile-wrapper .ftc-search .search-button:before{
    font-size: 18px;
}




.ftc-close-popup {
    top: -150px;
    height: calc(100vh + 300px);
}
.header-nav .container .mobile-button{
    display: block;
}
.mobile-nav{
    cursor: pointer;
}
/*2*/
.ftc-mobile-wrapper .mutil-lang-cur{
    text-align: center;
}
/*responvise file-max width:991px*/
.ftc-mobile-wrapper .menu-text {
    font-size: 20px;
    padding: 10px 0 5px 20px;
    line-height: 40px;
    background-color: #666;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger {
  float: right;
    position: relative;
    left: 32px;
    padding: 2px 6px 0 5px;
    margin-top: 7px;
}
button.btn.btn-toggle-canvas.btn-danger:focus {
    outline: none;
}
        .ftc-mobile-wrapper .mobile-menu-wrapper .mobile_toggle {
    display: none !important;
}
.ftc-mobile-wrapper .ftc_search_ajax .search-field {
    border: 3px double #444;
    font-size: 16px;
}
.mobile-button {
    /*top: 60px;*/
    /*position: fixed;*/
    /*background-color: #000;*/
    width: 32px;
    z-index: 400;
    text-align: center;
    /*padding: 5px 0;*/
}
.admin-bar .header-ftc.header-sticky-mobile{
    top: 46px;
}
.mobile-button .fa-bars:before {
    color: #333;
}
.ftc-mobile-wrapper .ftc-search form:hover .ftc_search_ajax input[type="text"]{
    width: 100%;
    min-width: 50px;
    padding: 11px 20px;
    top: 0;
}
.ftc-mobile-wrapper .ftc-search form .ftc_search_ajax input[type="text"]{
    width: 100%;
    min-width: 50px;
    padding: 11px 20px;
    top: 0;
}
.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children{
    position: relative; ;
}
.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children:before {
    font-family: 'FontAwesome';
    content: "\f067";
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
    font-weight: normal;
    position: absolute;
    color: #000;
    right: 0;
    top: 12px;
    z-index: 2;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
    margin-right: 13px;
}
   .ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children:hover:before{
    content: "\f068";
   }

.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:last-child:before{
    display: none;
}

.ftc-mobile-wrapper .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"]{
    width: 100%;
    margin-left: 0;
    /*padding: 5px 0;*/
}
.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_item{
    border-bottom: 0;
}
.ftc-mobile-wrapper .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li{
    width: 100% !important;
    padding-bottom: 20px;
}
.ftc-mobile-wrapper .mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > ul{
    display: block;
}
.ftc-mobile-wrapper .ftc-search form .ftc_search_ajax input[type="text"]:focus{
    padding: 11px 20px;
    height: auto;
}
.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
    color: #000 !important;
}
.ftc-mobile-wrapper .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
.mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link{
    height: 40px !important;
    line-height: 40px !important;
}
.ftc-mobile-wrapper .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
    height: 40px;
}
.ftc-mobile-wrapper .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
    padding: 0 20px;
}
.ftc-mobile-wrapper .mega_main_menu > .menu_holder > .menu_inner > ul{
    background: #fff;
}
.ftc-mobile-wrapper .ftc_search_ajax .search-button{
    top: 15px;
}
.menu-text >i{
    padding-right: 3px;
}
.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link:hover, 
.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_item:hover{
    border-bottom: 0;
}
.footer-mobile >div{
    width: 25%;
}
.footer-mobile{
    width: 100%;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    /*padding: 11px 0 11px;*/
    padding: 10px 0 5px;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
        box-shadow: 0px 0px 5px #f1f1f1;
}
.footer-mobile > div{
    flex: 1;
    text-align: center;
}
.footer-mobile > div > a{
    display: inline-block;
    line-height: 14px;
    font-size: 13px;
}
.footer-mobile  i{
    font-size: 22px;
    display: block;
    padding-bottom: 5px;
    color: #333;
}

.header-content .navigation-primary {
    display: none !important;
}
.admin-bar .header-ftc{
    /*top: 46px;*/
}
.header-ftc{
    /*position: fixed;*/
    z-index: 11111;
    width: 100%;
    /*background: rgba(1,1,1,0.4);*/
    background: #fff;
    /*top: 0;*/
    
}

.admin-bar .header-sticky-mobile {
    top: 30px;
}
.header-sticky-mobile {
    position: fixed !important;
    top: 0;
    animation: myStickym 2s;
    box-shadow: 0px 2px 1px #f5f5f5;
    z-index: 999;
    width: 100%;
}
.header-content{
    padding-bottom: 0px;
    padding-top: 0;
}
.logo-wrapper{
    text-align: center;
   transform: translateX(15%);
}
.ftc_cart:before{
    color: #000;
}
.ftc-search form:hover{
    /*color: #666;*/
}
.header-ftc .dropdown-menu-header{
    display: none !important;
}
.ftc_search_ajax .search-button{
    color: #000;
}
.ftc-mobile-wrapper .ftc_search_ajax .search-button{
    color: #666;
}
.header-ftc  .logo-wrapper{
    padding: 10px 0;
    width: auto !important;
}
.ftc-shop-cart .ftc-shoppping-cart{
    right: 10px;
}
.site-content-contain{
    /*padding-top: 77px;*/
}
.ftc_search_ajax .search-button{
    top: 10px;
}
.header-content .logo-wrapper.is-desktop{
    display: none !important;
}
.ftc-shop-cart{
    line-height: 24px;
}
.ftc-shop-cart .ftc-shoppping-cart{
    top: 16px;
}
span.cart-number{
    margin-top: -8px;
    line-height: 9px;
}
.ftc-search-product .ftc_search_ajax{
    top: -9px;
}
.ftc-search form:hover .ftc_search_ajax input[type="text"]{
    top: 2px;
}
.dropdown-menu-header, .ftc-shop-cart{
    height: auto;
}
.mobile-wishlist .fa-heart{
    
    font-family: Fontawesome;
}
.mobile-wishlist .ftc-my-wishlist a:before{
    display: none;
}
.mobile-wishlist .tini-wishlist{
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
}
.wrp-my-wishlist a.tini-wishlist span,.mobile-wishlist .tini-wishlist{
    color: #444;
}
.mobile-wishlist .link-icon{
    display: block !important;
}

}
@-webkit-keyframes myStickym {
from {
    margin-top:-100px;
}
to {
    margin-top:0;
}
}
@-moz-keyframes myStickym {
from {
    margin-top:-100px;
}
to {
    margin-top:0;
}
}
@keyframes myStickym {
from {
    margin-top:-100px;
}
to {
    margin-top:0;
}
}
@media (max-width: 768px){
    .admin-bar .header-sticky-mobile {
    top: 46px;
}
}
@media (min-width: 992px){
.footer-mobile{
    display: none;
}
.ftc-mobile-wrapper,
.mobile-button{
    display: none !important;
}
.header-content .logo-wrapper.is-mobile{
    display: none !important;
}
}
.dropdown-menu-header .fa-heart{
display: none;
}
.wrp-my-wishlist i.fa.fa-heart:before,.wrp-my-wishlist a.tini-wishlist span{
    display: none;
}
@media (max-width: 767px){

    .st-row-about-us .ftc-heading h2 {
    position: relative;
    margin-top: 50px;
}

    .ftc-team-member {
    text-align: center;
    padding: 0;
    max-width: 270px;
    margin: 0 auto;
}

}
@media (max-width: 684px){
    .logo-wrapper {
    transform: translateX(48%);
    -webkit-transform: translateX(235px);
    -moz-transform: translateX(48%);
    -ms-transform: translateX(48%);
    -o-transform: translateX(48%);
}
}
@media (max-width: 640px){
        .widget-container.ftc-product-categories-widget {
    border-top: 1px solid #f6f6f6;
    padding-bottom: 3px !important;
}
     .wpb_text_column.wpb_content_element .wpb_wrapper {
    width: 100%;
}

 
.logo-wrapper {
    transform: translateX(75%);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(48%);
    -ms-transform: translateX(48%);
    -o-transform: translateX(48%);
}

}
@media (max-width: 375px){
    #to-top{
        bottom: 83px !important;
    }
    

.logo-wrapper {
    transform: translateX(75%);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(48%);
    -ms-transform: translateX(48%);
    -o-transform: translateX(48%);
}
}


/*Popup Newsletter */

body .newsletterpopup .popup-news {
    display: block;
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 0;
    color: #333;
}
.newsletterpopup .text-sub {
    margin-bottom: 30px;
}
.newsletterpopup .form-sub {
    text-align: center;
    margin: 0 auto;
}
.newsletterpopup .form-sub input[type="email"] {
padding: 11px 15px;
text-align: left;
border-color: #d7d7d7;
background: #f6f6f6;
margin-bottom: 10px;
color: #666;
}
p.button-sub input[type="submit"] {
    float: right;
    margin-top: 20px;
    padding: 10px;
    width: 120px;
    height: 40px;
    font-size: 15px;
    background-color: #999;
}
p.button-sub input[type="submit"]:hover{
  background-color: #000000;
}
.newsletterpopup .close-popup {
 cursor: pointer;
 height: 24px;
 position: absolute;
 right: -24px;
 top: -24px;
 width: 24px;
 z-index: 1; 
}
p.button-sub {
    display: block;
    float: none;
    text-align: center;
}
.newsletterpopup .close-popup:after{
 content: '\f00d';
 font-family: 'FontAwesome';
 display: block;
 font-size: 24px;
 line-height: 23px;
 color: #fff;
}
.dont_show_popup{
     position: absolute;
    bottom: 15px;
    right: 30px;
}
.dont_show_popup label{
 font-size: 14px;
 line-height: 15px;
 color: #666;
 cursor: pointer;
}
.dont_show_popup input#ftc_dont_show_again[type="checkbox"] {
    top: 4px;
    margin-right: 5px;
    position: relative;
    width: 20px;
    height: 20px;
}
.popupshadow {
 background: #000;
 height: 100%;
 left: 0;
 opacity: 0.8;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 99999;
 display: block; 
}
.rtl .popupshadow {
 right: 0;
 left: auto; 
}

.newsletterpopup {
     background: #000;
    box-sizing: border-box;
    padding-bottom: 0;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 720px;
    height: 100%;
    max-height: 408px;
    z-index: 1000000;
    display: table;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.rtl .newsletterpopup {
 right: 50%;
 left: auto; 
}
.rtl .newsletterpopup {
 margin: -240px -385px 0 0; 
}
.rtl .newsletterpopup {
 text-align: right; 
}
.newsletterpopup .widget {
 margin-bottom: 0; 
}
.newsletterpopup .wp-newletter {
    padding: 90px 30px 90px 0;
    width: 67%;
    float: right;
    text-align: right;
}
.newsletterpopup .wp-newletter div.wpcf7-mail-sent-ok,
.newsletterpopup .wp-newletter div.wpcf7-validation-errors {
 margin: 0px 115px;
 border-color: #9ed14b;
 font-size: 16px;
 line-height: 30px; 
}
.newsletterpopup .wp-newletter h2 {
 font-size: 52px;
 color: #fff;
 text-transform: uppercase;
 position: relative;
 margin: 0;
 padding-bottom: 26px;
 margin-bottom: 23px; 
}
.newsletterpopup .wp-newletter h2::after {
 content: "";
 position: absolute;
 bottom: 0;
 left: 50%;
 margin-left: -35px;
 width: 70px;
 height: 3px;
 background: #fff; 
}
.newsletterpopup .wp-newletter .desc-newsletter {
 font-size: 26px;
 line-height: 34px;
 margin-bottom: 27px; 
}
.newsletterpopup .wp-newletter .content-newsletter {
 position: relative;
 margin: 0px 115px; 
}
.newsletterpopup .wp-newletter .content-newsletter input[type="email"] {
 display: inline-block;
 width: 100%;
 line-height: 38px;
 font-size: 16px;
 color: #000;
 padding-left: 17px; 
}
.rtl .newsletterpopup .wp-newletter .content-newsletter input[type="email"] {
 padding-right: 17px;
 padding-left: inherit; 
}
.newsletterpopup .wp-newletter .content-newsletter input[type="email"]:-moz-placeholder {
 color: #363636; 
}
.newsletterpopup .wp-newletter .content-newsletter input[type="email"]::-moz-placeholder {
 color: #363636; 
}
.newsletterpopup .wp-newletter .content-newsletter input[type="email"]:-ms-input-placeholder {
 color: #363636; 
}
.newsletterpopup .wp-newletter .content-newsletter input[type="email"]::-webkit-input-placeholder {
 color: #363636; 
}
.newsletterpopup .wp-newletter .content-newsletter input[type="submit"] {
 position: absolute;
 top: 0;
 right: 0;
 border: 0;
 line-height: 50px;
 padding: 0 35px;
 font-size: 16px;
 font-family: "Nunito", sans-serif;
 font-weight: 600;
 text-transform: uppercase;
 color: #fff;
 background: #9ed14b; 
}
.rtl .newsletterpopup .wp-newletter .content-newsletter input[type="submit"] {
 left: 0;
 right: auto;
}
.newsletterpopup .wp-newletter .content-newsletter span.wpcf7-not-valid-tip {
 color: #fff;
 margin-top: 20px;
 font-size: 16px; 
}

@media (max-width: 991px) {
.ftc-mobile-wrapper .category-search .ftc-search button.fa.fa-search.search-button {
    display: block !important;
    line-height: 45px;
    height: 45px;
}

.category-search input[type="text"]{
    border: none;
}
 .newsletterpopup{
    width: 80%;
 }
 .newsletterpopup .wp-newletter { 
  width: 100%;
 }
 .newsletterpopup .wp-newletter .desc-newsletter {
  margin-bottom: 25px; 
 }
 .newsletterpopup .wp-newletter .content-newsletter input[type="submit"] {
  margin-bottom: 15px; 
 } 
 .category-search .search-button {
    
    top: -45px !important;
    
}
}

@media (max-width: 767px) {
 .popupshadow,
 .newsletterpopup {
  display: none !important; 
 } 
}
body .newsletterpopup h4 {
    font-size: 16px;
    text-transform: uppercase;
}
body .newsletterpopup h5 {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0px;
    padding-top: 5px;
    margin: 0;
}
::placeholder {
    color: #999;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #999;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #999;
}
body .newsletterpopup input[type="email"]:focus{
    color: #999;
    border: 1px solid #d7d7d7;
    box-shadow: 1px;
}
.ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger:hover{
    background-color: #000;
    border-color: #000;
}
.woocommerce #content .list div.product div.images {
    float: left;
    max-width: 270px;
    width: 100%;
    border: none;
}
.woocommerce .products.list .ftc-product.product .item-description {
    width: auto;
    padding: 25px 30px 20px;
    display: table-cell;
    float: none;
}
 .ftc-enable-ajax-search {
        top: 84px;
    width: 270px;
    right: 12px;
    position: absolute;
    border-top: 2px solid #15bd9c;
}
.category-search .ftc-enable-ajax-search ul {
    width: 270px;
    max-width: 270px;
    list-style: none;
    padding: 20px;
    border: 1px solid #efefef;
    overflow: auto;
    margin: 0;
    z-index: 999;
    background-color: #fff;
    max-height: 339px;
    padding-bottom: 0;

}
.ftc-enable-ajax-search li:first-child {
    padding-top: 0;
}

.ftc-enable-ajax-search li {
    display: inline-block;
    position: relative;
    padding: 15px 0 15px;
    width: 100%;
    vertical-align: top;
    height: 100%;
    border-bottom: 1px solid #efefef;
}
.ftc-enable-ajax-search .thumbnail {
    display: inline-block;
    float: left;
    width: 80px;
    margin-bottom: 0;
}
.ftc-enable-ajax-search .meta {
    padding-top: 10px;
    display: table-cell;
    padding-left: 15px;
    text-align: left;
    text-transform: capitalize;
    vertical-align: middle;
}
.ftc-enable-ajax-search li:last-child{
    /*padding-bottom: 0;*/
    border-bottom: 0;
}
.ftc-enable-ajax-search .meta .price del span.amount {
    font-weight: normal;
    padding-right: 5px;
    font-size: 12px;
}
.ftc-enable-ajax-search .meta .price{
    line-height: 0;
    display: block;
}
.ftc-enable-ajax-search .meta .price span.amount {
        font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #15bd9c;
    padding-right: 0px;
}
    .ftc-enable-ajax-search ul li .meta a {
    display: block;
    line-height: 20px;
}
.ftc-enable-ajax-search .meta .description{
    display: none;
}



.header-sticky-hide {
     background: #fff;
    top: 0;
    position: fixed !important;
    -webkit-animation: myStickym 1.3s;
    -moz-animation: myStickym 1.3s;
    animation: myStickym 1.3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -webkit-box-shadow: 0px 4px 13px -3px #808080;
    -moz-box-shadow: 0px 4px 13px -3px #808080;
    -ms-box-shadow: 0px 4px 13px -3px #808080;
    -o-box-shadow: 0px 4px 13px -3px #808080;
    box-shadow: 0px 4px 13px -3px #808080;
    list-style: none;
}
.header-content.header-sticky-hide {
    top: 0px;
    z-index: 999;
    left: 0;
    right: 0;
}

.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button .yith-wcwl-add-to-wishlist.added a.add_to_wishlist.wishlist {
    display: none;
}
.woocommerce .products.list .product.product-wrapper .item-description >.meta_group_button span.yith-wcwl-wishlistaddedbrowse.show i:before {
    color: #fff;
}
.woocommerce .woocommerce-ordering .orderby ul:before, .woocommerce-page .woocommerce-ordering .orderby ul:first-child:before {
    border-top: none;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button,
 .woocommerce input.button {
    background-color: #2c2c2c;
    color: #fff;
}
.admin-bar .header-sticky-hide {
 top: 30px;
 z-index: 999
}
.woocommerce .product.product-wrapper .item-image .product-group-button a.added_to_cart.wc-forward,
.woocommerce .products.list .product.product-wrapper .item-description a.added_to_cart.wc-forward:after,
.st-product-slider .woocommerce .product.product-wrapper .item-description > .meta_group_button a.added_to_cart.wc-forward,
.woocommerce .ftc-product-time-deal .product.product-wrapper .item-description .meta_group_button> div > a.added_to_cart.wc-forward ,
div.product .summary a.quickview span.ftc-tooltip.button-tooltip{
    display: none;
}
.woocommerce #payment #place_order {
    padding: 5px 10px;
}
div.product .summary .yith-wcwl-add-to-wishlist.added a:before {
    font-family: 'FontAwesome';
    content: "\f004";
    font-size: 13px;
    line-height: 35px;
}
.category-search {
    position: relative;
}
.blog .container .page-header {
    margin-left: 0;
}
body.archive.category .site-content-contain a.thumbnail,
body.archive.author .site-content-contain a.thumbnail{
    margin-bottom: 0;
}
.blog a.thumbnail {
    margin-bottom: 10px;
}
.blog .category-gallery, .blog .format-gallery {
    display: none !important;
}
.yith-wcwl-add-to-wishlist.added a.add_to_wishlist.wishlist {
    display: none !important;
}
.ftc-enable-ajax-search .view-all-wrapper {
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    background: #e5e5e5;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #262626;
}
div.product .summary .yith-wcwl-wishlistexistsbrowse a:before {
        font-family: 'FontAwesome';
    content: "\f004";
}
table.compare-list thead, table.compare-list tfoot {
    display: none;
}
 /*search*/

.ftc_search_ajax input[type="submit"]{
 position: absolute;
 right: -6px;
 top: 0;
 content: "";
 font-size: 0;
 background: url(//www.mcheat.id/wp-content/themes/appa/assets/images/image.png) 3px -26px no-repeat !important;
 opacity: 0.8;
 z-index: 2;
 border: 0 !important;
 padding: 0 !important;
 width: 30px;
 height: 30px;
}
.search-wrapper input[type="submit"]:hover{
 background-position: 3px -51px !important;
 opacity: 1;
}
/*search*/
.search-wrapper .category-search .ajax-search-content {
        opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 9999;
    display: inline-block;
}
.search-wrapper .ftc_search, .search-wrapper form {
        max-width: 270px;
    font-size: 14px;
    display: block;
    width: 100%;
        height: 35px;
    position: relative;
}
.select-category {
    display: none;
    float: left;
}
.category-search .search-button {
   background: transparent;
    border: 0;
    font-size: 16px;
    color: #666;
    padding: 0;
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    line-height: 30px;
    z-index: 9;
    text-align: right;
    top: 24px;
    margin-right: 15px;
}

.search-wrapper .ftc-search{
    position: absolute;
    display: none;
    bottom: 10px;
    right: 102px;
}
.search-wrapper .category-search {
       position: relative;
    z-index: 998;
    height: 30px;
}
.category-search .search-button:before {
    content: "\f002";
    font-size: 18px;
    font-family: "Fontawesome";
}
.search-wrapper  .ftc-search input[type="text"]{
  padding: 0 15px;
    background: #fff;
    position: relative;
    padding-left: 15px;
    left: 90px;
    height: 35px;
    line-height: 35px;
    top: 60px;
    opacity: 1;
    z-index: 999;
    border: 1px solid #f2f2f2f2;
    width: 270px;
}
.search-wrapper .ftc-enable-ajax-search {
    border-top: none;
    
}
.search-wrapper .ftc-enable-ajax-search span.error {
    background: #ebebeb;
    padding: 10px 20px;
    text-align: center;
    width: 320px;
}
.ftc-mobile-wrapper .ftc-search {
    display: block !important;
}
body .pp_pic_holder.ftc-size_chart a.pp_close{
    right: -32px;
    top: 0;
        width: 30px;
    background: #444;
    color: #fff;
    line-height: 31px;
}
.product-size-chart{
    background: #fff;
}
.product-size-chart img{
    /*padding: 20px;*/
}
.pp_pic_holder.ftc-size_chart .pp_content_container{
   width: 95%;
   padding: 0 !important;
}
div.ftc-size_chart .pp_top{
 height: 0;
}
body .ftc-size_chart div.ppt{
 width: 95% !important;
 display: none !important;
}
div.ftc-size_chart .pp_loaderIcon::before,div.ftc-product-video .pp_loaderIcon::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(//www.mcheat.id/wp-content/themes/appa/assets/images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
}
body div.pp_woocommerce.pp_pic_holder .pp_close:before, div.pp_default .pp_close:before, body div.ftc-size_chart .pp_close:before, body .ftc-lightbox.pp_pic_holder a.pp_close:before, body div.ftc-product-video.pp_pic_holder .pp_close:before {
    content: "\00d7";
    display: block;
    position: absolute;
    font-family: open sans-serif !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 30px;
    text-shadow: none !important;
    text-indent: 0 !important;
    font-size: 26px;
    font-weight: 300;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
}
.category-search .ftc-search button.fa.fa-search.search-button {
    display: none;
}
.cart-list .loading:before {
    content: "";
    background: url(//www.mcheat.id/wp-content/themes/appa/assets/images/loadingp.gif);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    z-index: 1;
}
.cart-list .loading:after{
    content: "";
    position: absolute;
    top: -20px;
    right: -10px;
    left: -10px;
    bottom:0;
    background-color: rgba(0, 0, 0, 0.5);
}

/*vertical menu*/

.header-nav-menu .container div.row .vertical-menu.col-md-3 {
    width: 23.75%;
    padding-right: 0;
    cursor: pointer;
}
.navigation-primary.col-md-9 {
    padding-left: 0 !important;
    background: #317ece;
    height: 55px;
}
.vertical-menu h3.widget-title.title_sub {
    line-height: 55px !important;
    height: 55px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    position: relative;
    background-color: #202020;
    text-transform: uppercase;
}
.vertical-menu .widget-title-wrapper h3.widget-title:before {
    font-family: "fontAwesome";
    content: "\f0c9";
    font-size: 17px;
    /*position: absolute;*/
    color: #fff;
    height: 55px;
    width: 50px;
    line-height: 55px;
    text-align: center;
    margin-right: 10px;
    font-weight: 300;
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li,
 .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li {
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #ebebeb;
}
.mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link:before{
    display: none !important;
}
.mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    font-size: 14px !important;
    color: #333;
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul >li:before {
    font-family: "fontAwesome";
    line-height: 48px;
    position: absolute;
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li {
    position: relative;
    font-size: 14px;
    display: block;
    background-color: #fff;
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    color: #333;
    text-transform: capitalize;
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:before{
    display: none;
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li.nav_search_box {
    display: none;
}
.mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, 
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link {
    display: inline-block;
    background: transparent;
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:hover, 
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:focus,
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li:hover > .item_link,
.mega_main_menu.vertical ul .mega_dropdown > li.current-menu-item > .item_link, 
.mega_main_menu.vertical ul .mega_dropdown > li > .item_link:focus, 
.mega_main_menu.vertical ul .mega_dropdown > li > .item_link:hover, 
.mega_main_menu.vertical ul li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover {
    background: transparent !important;
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.menu-item-has-children:after {
    color: #444;
    content: "\f105";
    font-family: "fontawesome";
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    padding-right: 20px;
    text-transform: none;
    position: absolute;
    right: 0;
}
.mega_main_menu.vertical li.default_dropdown > .mega_dropdown > li > .item_link {
    border: 0 !important;
}
.mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_right .mega_dropdown {
    margin: 0;
    padding: 15px 0 10px 10px;
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown {
    top: 0;
    left: 100%;
}
.mega_main_menu.vertical ul li .mega_dropdown > li > .item_link .link_text {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.mega_main_menu.vertical .menu_holder, .mega_main_menu.mega_main_sidebar_menu .menu_holder {
    width: 270px;
    border: 1px solid #ebebeb;
    border-top: 0;
}
.mega_main_menu.vertical {
    position: absolute;
    background: #fff;
    display: none;
    -webkit-animation: mySticky 1.5s;
    -moz-animation: mySticky 1.5s;
    animation: mySticky 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
}
.header-nav-menu .container div.row >div {
    display: block;
    float: left;
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li:last-child, 
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li:last-child {
    border-bottom: 0;
}
.mega_main_menu.vertical li.default_dropdown > .mega_dropdown > li > .item_link{
    padding: 14px 20px
}
.mega_main_menu.vertical > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li:nth-child(10) {
    border-bottom: 0;
}

.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link *,
.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
.header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link *,
.header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
.header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *{
    color: #333 !important;
}
.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link * ,
.header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link * {
    color: #fff;
}
/*header-layout 2*/
.header-layout2 .header-top {
/*    padding: 5px 0;*/
    background: transparent;
    border-bottom: 1px solid #ebebeb;
}
.header-layout2 .header-content {
    padding: 40px 0;
}
.header-layout2 .header-content .container > div {
    display: inline-block;
}
.header-layout2 .header-nav-menu {
    z-index: 999;
}
.header-layout2 .search-wrapper .category-search .ftc-search {
    display: block !important;
    bottom: 0;
    right: 0;
}
.header-layout2 .category-search .search-button{
    display: none;
}
.header-layout2 .header-content .container > div.logo-wrapper {
    width: 26%;
}
.header-layout2 .header-content .container > div.search-wrapper {
    width: 55%;
}
.header-layout2 .nav-right {
    width: 18%;
    height: 60px;
}
.header-layout2 .search-wrapper .ftc-search input[type="text"] {
    left: 0;
    top: 10px;
    border: 0;
    padding: 0;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    width: 350px;
    border-radius: 5px;
    background: transparent;
}
.header-layout2 .search-wrapper .ftc_search,.header-layout2 .search-wrapper form{
    max-width: initial;
}
.header-layout2 .search-wrapper .select-category {
    display: block !important;
    border: none;
    position: relative;
    height: 44px;
    line-height: 44px;
    width: 160px;
    padding: 0 23px 0 23px;
    text-align: left;
    text-transform: capitalize;
    color: #666;
    font-weight: bold;
    border-radius: 30px;
}
.header-layout2 .search-wrapper .category-search{
    width: 82%;
    height: 48px;
    border: 2px solid;
    border-radius: 30px;
    float: right;
}
.header-layout2 .search-wrapper .category-search .ftc-search:before {
    background: #e1e1e1;
    height: 16px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    content: '';
}
.header-layout2 .ftc-enable-ajax-search {
    top: 46px;
    right: 30px;
    width: 320px;
}
.header-layout2 .category-search .ftc-enable-ajax-search ul {
    width: 320px;
    max-width: 320px;
}
.header-layout2 .header-content .shopping-cart-wrp{
    width: 100%;
}
.header-layout2 .header-content .cart-control:before{
    content: "\f290";
    position: relative;
    right: 50%;
}
.header-layout2 .header-content .wrp-cart-number .cart-number{
    right: 48%;
}
.header-layout2 .header-content .cart-total, .header-layout3 .header-content .cart-total {
    top: -12px;
    left: -7px;
}
.header-layout2 .ftc-cart-tini:before, .header-layout3 .ftc-cart-tini:before, .header-layout4 .ftc-cart-tini:before{
    top: 0;
    display: none;
}
.header-layout2 .shop-cart {
    display: inline-block;
    position: relative;
    text-align: right;
    top: 0;
    width: auto;
    right: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
  
}
.shop-cart {
    display: none;
}
.header-layout2 .header-currency ul{
    left: auto;
    right: 0;
}
.header-layout2 .ftc-tini-cart .cart-item a.ftc-cart-tini .cart-total
, .header-layout2 .ftc-tini-cart .cart-item .ftc-cart-tini:before
, .header-layout3 .ftc-tini-cart .cart-item a.ftc-cart-tini .cart-total
, .header-layout3 .ftc-tini-cart .cart-item .ftc-cart-tini:before {
    position: relative;
    right: auto;
}
.info-desc span span.phone-number {
    letter-spacing: -1px;
    font-weight: 600;
    line-height: 15px;
    border-right: 1px solid #666;
    padding-right: 15px;
}
.info-desc .phone-contact{
    margin-right: 15px;
}
.mail-contact span.info-contact a{
    color: #999; 
}
.header-layout2 #lang_sel_click > ul > li > a:after, .header-layout2 .wcml_currency_switcher > a:after{
    display: none;
}
.header-layout2 .header-top-right div a.tini-wishlist
,.header-layout2 .header-top-right div a.lang_sel_sel.icl-en
,.header-layout2 .header-top-right .account-control {
    padding-right: 15px;
    line-height: 14px;
    border-right: 1px solid #999;
}
/*Home 1 */

.nav-right {
    float: right;
}
.info-desc {
    float: left;
    padding: 5px 0;
}
.info-desc .nav-left div {
    display: inline-block;
}
.header-nav-menu.header-sticky-hide {
    width: 100%;
}
.header-nav-menu .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, 
.header-nav-menu .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    height: 55px !important;
    line-height: 55px !important;
}
.nav-right .search-wrapper, .nav-right .shopping-cart-wrp {
    display: inline-block;
}
.flex-images >.vc_col-sm-4:nth-child(2) {
    padding: 0 5px !important;
}
.heading-title .wpb_text_column .wpb_wrapper {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-bottom: 20px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #e8e7e7;
}
.heading-title .wpb_wrapper h2 {
    position: relative;
    text-transform: uppercase;
    text-align: left;
    color: #333;
    font-weight: bold;
    word-spacing: 5px;
    font-size: 20px;
    float: left;
    line-height: 20px;
    padding-bottom: 17px;
}
.heading-title .wpb_wrapper h2:before {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
}
.heading-title .wpb_wrapper h2:after {
    font-family: 'FontAwesome';
    content: "\f0de";
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    color: #317ece;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    line-height: 0;
}
/*deal product*/
.deal-products .ftc-product-time-deal .item-description .heading-title > a{
    color: #333;
    text-transform: capitalize;
}
.deal-products .woocommerce .ftc-slider .products .product {
    text-align: center;
    max-width: 100%;
    padding: 0;
    background: #fff;
    margin-bottom: 0;
    border: 2px solid;
    margin-bottom: 0;
    border-radius: 3px;
}
.deal-products .ftc-product.product .thum_list_image {
    padding-right: 30px;
}
.deal-products .ftc-product.product .images {
        width: 100%;
    border: none;
    float: none;
    vertical-align: baseline;
    margin: 0;
    display: inline-block;
        vertical-align: bottom;
        max-width: 370px;
}
article.page.type-page .deal-products .thum_list_image ul {
    padding: 0;
    margin: 0;
}
.deal-products .ftc-product.product .thum_list_image {
    padding: 73px 30px 80px;
}
.deal-products .ftc-product.product .thum_list_image ul li {
    max-width: 100px;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
}
.deal-products .ftc-product.product .thum_list_image ul li:last-child{
    margin-bottom: 0;
}
.deal-products .ftc-product.product .thum_list_image ul li:hover:before {
    transform: scale(1,1);
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s,opacity 0.2s;
}
.deal-products .ftc-product.product .thum_list_image ul li {
    position: relative;
}
.deal-products .woocommerce .ftc-product-time-deal .product.product-wrapper .item-image{
    max-width: 100%;
    width: 100%;
    float: none;
}
.deal-products .woocommerce .ftc-product.product .item-description {
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 20px 30px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 0;
    margin-left: 0;
    border: 0;
}
.deal-products .woocommerce .ftc-product-time-deal .products .product .price ins span{
    color: #333;
}
.deal-products .ftc-product-time-deal .item-description .star-rating{
    display: block;
}
.deal-products .woocommerce .ftc-product.product .item-description h3.product_title{
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    float: none;
    text-align: center;
    display: inline-block;
    padding: 0px 0 3px;
    text-transform: capitalize;
}
.deal-products .ftc-product.product .item-description .short-description{
    font-size: 14px;
    color: #444;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    margin-bottom: 30px;
    display: inline-block;
}
.deal-products .woocommerce .list .ftc-product.product .item-description .star-rating{
    margin: 10px auto;
}
.deal-products .woocommerce div.product .item-description span.price {
    padding: 0;
    line-height: 0;
    position: static;
    left: 0;
    float: left;
    width: 100%;
    margin: 5px 0;
}
.deal-products .woocommerce .products .product .price .amount{
    display: inline-block;
    float: none;
}
.deal-products .woocommerce .products .product .item-description span.price .amount {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
        margin-bottom: 5px;
}
.deal-products .woocommerce .products .product .item-description span.price del .amount {
    padding: 0 25px 0 0;
    font-size: 14px;
    color: #999;
    font-weight: 400;
        line-height: 20px;
    margin-top: 5px;
        text-decoration: line-through;
}
.deal-products .woocommerce .ftc-product.product .item-description .meta_info{
    display: none;
    padding: 0;
    margin-bottom: 37px;
    background-color: transparent;
}
.deal-products .woocommerce .ftc-product.product .images:hover > a:after{
    display: none;
}
.deal-products .woocommerce .products .product  .images .group-button-product .add-to-cart{
    display: inline-block;
}
.deal-products .ftc-product.product .conditions-box {
    display: none;
}
.deal-products .woocommerce .list .product .item-description .meta_info .add-to-cart{
    width: auto;
    float: left;
}
.deal-products  .woocommerce .list .product .item-description .meta_info >div:first-child a {
    height: 37px;
    line-height: 37px;
    padding: 0;
    width: 130px;
    border-radius: 0;
    color: #333;
    position: relative;
    background-color: #fff;
    border: 2px solid #666;
}
.deal-products .woocommerce .list .ftc-product.product:hover .meta_info div.add-to-cart a{
    background-color: #fff;
    color: #333;
}
.deal-products  .woocommerce .list .product .item-description .meta_info >div:first-child a:before{
    display: none;
}
.deal-products  .woocommerce .list .product .item-description .meta_info .add-to-cart a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
.deal-products .woocommerce .list .ftc-product.product:hover .meta_info div.add-to-cart a:hover{
    color: #fff;
}
.deal-products .ftc-product-time-deal .item-description .price, 
.deal-products .ftc-product-time-deal .item-description .heading-title{
    text-align: center;
}
.deal-products .ftc-product-time-deal .item-description .short-description{
    color: #333;
    text-align: center;
}
.deal-products .ftc-product-time-deal .item-description .meta_group_button{
    display: none;
}
.deal-products .ftc-product-time-deal .item-description .counter-wrapper{
    position: relative;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    height: auto;
    line-height: 0;
    float: none;
    text-align: center;
    border: 2px solid;
    border-radius: 4px;
    max-width: 269px;
    margin: 0 auto;
}
.deal-products .ftc-product-time-deal {
    padding-top: 0;
    padding-bottom: 0;
}

/*navigation - techo*/
.deal-products .owl-nav > div.owl-next:before , 
.tab-product .owl-nav > div.owl-next:before , 
.tab-product-v2 .owl-nav > div.owl-next:before,
.st-widget-product .owl-nav > div.owl-next:before,
.st-product-cat .owl-nav > div.owl-next:before{
    content: "\f105";
    padding-left: 0;
    font-size: 20px;
}
.deal-products .owl-nav > div.owl-prev:before, 
.tab-product .owl-nav > div.owl-prev:before,
.tab-product-v2 .owl-nav > div.owl-prev:before,
.st-widget-product .owl-nav > div.owl-prev:before,
.st-product-cat .owl-nav > div.owl-prev:before{
    content: "\f104";
    padding-right: 0;
    font-size: 20px;
}
.deal-products .owl-nav > div.owl-next, 
.tab-product .owl-nav > div.owl-next, 
.tab-product-v2 .owl-nav > div.owl-next,
.st-widget-product .owl-nav > div.owl-next,
.st-product-cat .owl-nav > div.owl-next{
    left: auto;
    right: 0;
}
.deal-products .owl-nav > div,
.tab-product .owl-nav > div, 
.tab-product-v2 .owl-nav > div,
.st-widget-product .owl-nav > div,
.st-product-cat .owl-nav > div{
    position: absolute;
    cursor: pointer;
    top: -55px;
    right: 20px;
    z-index: 99999;
    width: 10px !important;
    height: 30px !important;
    background: transparent !important;
}
.st-widget-product .owl-nav > div, .st-product-cat .owl-nav > div{
    top: -65px;
}
.st-product-cat .title h4.name a {
    font-size: 18px;
}
.blog-v2.st-product-cat .title{
    padding-bottom: 5%;
}
.deal-products .ftc-product-time-deal .owl-nav >div{
    display: block !important
}
.deal-products .ftc-product-time-deal .counter-wrapper > div > .text-time {
    color: #fff;
    font-size: 15px;
}
.text-comming {
    display: none;
}
.deal-products .text-comming {
    display: block;
}
.deal-products .text-comming h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.deal-products .owl-carousel .owl-dots{
    display: none;
}
.deal-products .ftc-product-time-deal .item-description .counter-wrapper >div .number {
    color: #fff !important;
    font-size: 24px;
}
.deal-products .ftc-product-time-deal .item-description .counter-wrapper> div{
    background-color: #999;
    width: 25.5%;
}
.deal-products .item-description .counter-wrapper > div:before {
    content: "";
    height: 40px;
    right: 0px;
    width: 2px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
}
.deal-products .item-description .counter-wrapper > div.seconds:before{
    display: none;
}
.tab-product .wpb_wrapper .vc_general.vc_tta-tabs .vc_tta-tabs-container {
    text-align: left !important;
    overflow: visible;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0px;
}
.deal-products .ftc-product-time-deal .thumbnail_group_button{
    display: block;
}

.tab-product .vc_general.vc_tta-tabs li.vc_tta-tab.vc_active:before, 
.tab-product .vc_general.vc_tta-tabs li.vc_tta-tab:hover:before {
    border-bottom: 2px solid ;
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
}
.tab-product .vc_general.vc_tta-tabs li.vc_tta-tab:last-child:before {
    display: block !important;
}
.tab-product .vc_tta-tabs .vc_tta-panels-container .woocommerce .meta-slider {
    padding-top: 0;
}
.tab-product .vc_general.vc_tta-tabs li.vc_tta-tab.vc_active:after, 
.tab-product .vc_general.vc_tta-tabs li.vc_tta-tab:hover:after {
    font-family: 'FontAwesome';
    content: "\f0de";
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    line-height: 0;
}
.tab-product .vc_tta.vc_general .vc_tta-tabs-list li.vc_tta-tab a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    color: #333;
    border: 0;
}
.tab-product .wpb_wrapper .vc_general.vc_tta-tabs .vc_tta-tabs-container {
    text-align: left !important;
    overflow: visible;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0px;
    z-index: 9;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panels-container {
    z-index: 10;
}
body.wpb-js-composer .tab-product .vc_general.vc_tta-tabs .vc_tta-tab {
    margin: 0;
    position: relative;
    z-index: 1;
    background: transparent;
    float: none;
    display: inline-block;
    text-align: center;
    margin-right: 35px;
    line-height: 20px;
    padding-bottom: 14px;
}
.tab-product-v2 .wpb_wrapper .vc_general.vc_tta-tabs .vc_tta-tabs-container {
    text-align: center;
    overflow: visible;
    position: absolute;
    right: 0;
    z-index: 1;
    padding-right: 80px;
    top: -55px;
    margin-bottom: 0px !important;
    margin-bottom: 0px !important;
    background: transparent;
}
body.wpb-js-composer .tab-product-v2 .vc_general.vc_tta-tabs .vc_tta-tab {
    margin: 0;
    position: relative;
    z-index: 1;
    background: transparent;
    float: none;
    display: inline-block;
    text-align: center;
    margin-right: 35px;
    line-height: 20px;
    padding-bottom: 14px;
}
.tab-product-v2 .wpb_wrapper .vc_tta.vc_general .vc_tta-tabs-list li.vc_tta-tab a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0;
    font-style: italic;
    border: 0;
}
.tab-product-v2 .vc_tta-tabs .vc_tta-panels-container .woocommerce .meta-slider {
    padding-top: 0;
}
/*onsale- product - techo*/
.deal-products .woocommerce .product .ftc-label-pro .onsale, 
.tab-product .woocommerce .product .ftc-label-pro .onsale,
.tab-product-v2 .woocommerce .product .ftc-label-pro .onsale {
    right: 10px;
    top: 10px;
    border-radius: 3px;
}
.deal-products .woocommerce .product .ftc-label-pro .featured,
.tab-product .woocommerce .product .ftc-label-pro .featured,
.tab-product-v2 .woocommerce .product .ftc-label-pro .featured{
    left: 10px;
    top: 10px;
    border-radius: 3px;
}
.tab-product .vc_tta-panels .woocommerce .product.product-wrapper .item-description,
.tab-product-v2 .vc_tta-panels .woocommerce .product.product-wrapper .item-description{
    background: #fff;
}
.tab-product .woocommerce .products .product.product-wrapper,
.tab-product-v2 .woocommerce .products .product.product-wrapper{
    border: 0;
}
.tab-product .woocommerce .product.product-wrapper .item-image:hover > a > span:last-child:before,
.tab-product-v2 .woocommerce .product.product-wrapper .item-image:hover > a > span:last-child:before{
    border-radius: 4px;
}

.st-widget-product .ftc-items-widget ul.product_list_widget li {
    padding-bottom: 25px;
}
.ftc-product-items-widget ul {
    margin-top: 1px !important;
}
.st-widget-product li a.ftc-widget-image {
    height: 100px;
    width: 100px;
    border-radius: 3px;
    float: left;
    position: relative;
}
.st-widget-product  li a.ftc-widget-image img{
    margin-right: 0;
    border: 1px solid #ebebeb;
    height: 100px;
}
.st-widget-product .ftc-meta-widget.product-meta {
    padding: 8px 0px 0px 20px;
}
.st-widget-product .ftc-meta-widget .meta_group_button {
    display: none;
}
.st-widget-product .woocommerce .ftc-meta-widget .star-rating{
    margin: 0;
    margin-top: 10px;
}
.st-widget-product .heading-title .wpb_text_column .wpb_wrapper {
    margin-bottom: 30px !important;
}
.st-widget-product .ftc-meta-widget.product-meta{
    text-align: left;
    display: block;
    padding: 8px 0px 0px 20px;
    position: relative;
    overflow: hidden;
    float: none;
}
.st-widget-product a.ftc-widget-image, .st-widget-product .ftc-meta-widget.product-meta {
    display: inline-block;
    width: 50%;
}
.st-widget-product .ftc-meta-widget h3 a {
    font-weight: 400 !important;
}
.st-widget-product .product-sku{
    display: none;
}
.st-widget-product .woocommerce ul li a.ftc-widget-image:after{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 40px;
    height: 40px;
    content: "+";
    font-weight: normal;
    font-family: "Times New Roman";
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 32px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    opacity: 0;
}
.st-widget-product .woocommerce ul li a.ftc-widget-image:hover:after{
    opacity: 1;
}
.st-widget-product .woocommerce ul li a.ftc-widget-image:hover:before {
    right: 0;
}
.st-widget-product .woocommerce ul li a.ftc-widget-image:before{
    position: absolute;
    z-index: 4;
    left: 0;
    right: 100%;
    bottom: 0;
    top: 0;
    content: "";
    background: rgba(0,0,0,0.4);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
}
.st-product-cat .vc_col-sm-8 {
    z-index: 9;
    background-color: #fff;
}
.ftc-list-of-product-categories-wrapper.ftc-shortcode {
    width: 100%;
    height: 190px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    background:#fff;
}
.ftc-list-of-product-categories-wrapper.ftc-shortcode img {
    width: 50%;
    float: left;
    height: 100%;
}
.ftc-list-of-product-categories-wrapper .list-description{
    width: 50%;
    display: inline-block;
    padding: 30px;
}
.ftc-list-of-product-categories-wrapper ul li {
    list-style: none;
}
.ftc-list-of-product-categories-wrapper ul li:before {
    content: "-";
    margin-right: 15px;
}
.ftc-list-of-product-categories-wrapper ul li a{
    line-height: 24px;
    text-transform: capitalize;
    font-size: 14px;
}
.ftc-list-of-product-categories-wrapper h3.heading-title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-bottom: 11px;
}
.st-product-cat .byline {
    display: block;
}
.st-product-cat .ftc-testimonial-wrapper .owl-item.active{
    background: #fff;
    margin-bottom: 0;
    border: 2px solid #317ece;
    border-radius: 4px;
    height: 100%;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 1;
}
.st-product-cat .ftc-testimonial-wrapper .testimonial-content .content {
    width: 100%;
    background: transparent;
    text-align: center;
    float: none;
    display: block;
    padding: 40px 30px 20px;
}
.st-product-cat .ftc-testimonial-wrapper .testimonial-content .content:before{
    display: none;
}
.st-product-cat .ftc-testimonial-wrapper .testimonial-content >.image {
    display: block;
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45%;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 2px solid;
}
.st-product-cat .title {
    position: relative;
    padding: 55% 0 3%;
}
.st-product-cat .title h4.name a:hover {
    text-decoration: underline;
}
.st-product-cat .testimonial-content .image img{
    border-radius: 50%;
}
.st-product-cat .content .description:before {
    content: '\f10d';
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 30px;
    left: 20px;
    color: #ccc;
}
.st-product-cat .content .description:after {
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    color: #ccc;
    right: 20px;
}
.st-feature .ftc-feature-wrp .feature-content {
    background: transparent;
    line-height: 24px;
    text-align: left;
    padding-left: 12px;
    padding-top: 8px;
}
.st-feature .ftc-feature-wrp .feature-content:hover > .feature-top{
    transform: none;
}
.st-feature .ftc-feature-wrp .feature-content a.feature-icon {
    font-size: 24px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    float: left;
    background-color: transparent;
    color: #fff !important;
    text-align: center;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.st-feature .ftc-feature-wrp .feature-content a.feature-icon, .st-feature .ftc-feature-wrp .feature-content .feature-top {
    display: inline-block;
}
.st-feature .ftc-feature-wrp:hover a.feature-icon {
    background: #333;
    border-color: #333;
}
.st-feature .ftc-feature-wrp .feature-content > a >i{
    color: #fff !important; 
}
.st-feature .vc_inner >.wpb_column:first-child .ftc-feature-wrp{
    padding-left: 25px;
}
.st-feature .ftc-feature-wrp:hover .feature-content a.feature-icon >i:before {
    transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
}

.st-feature .ftc-feature-wrp .feature-content a.feature-icon >i:before {
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.st-feature .ftc-feature-wrp{
    padding: 33px 0;
    width: 100%;
    display: inline-block;
}
.st-feature .ftc-feature-wrp .feature-content{
    padding: 0;
}
.st-feature .ftc-feature-wrp .feature-content .feature-top {
    line-height: 24px;
    text-align: left;
    padding-left: 12px;
    padding-top: 8px;
}
.st-feature .wpb_wrapper {
    border-radius: 5px;
}
.st-feature .ftc-feature-wrp .feature-content .feature-top .feature-title a{
    color: #fff !important;
}

.st-feature .ftc-feature-wrp .feature-content .feature-top span {
    color: #fff !important;
    opacity: 0.8;
}
.st-feature .ftc-feature-wrp .feature-top h4{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.blog-home .blogs .post-img a.thumbnail {
    border-radius: 4px;
}
.blog-home .blogs .post-img a.thumbnail img {
    height: 240px;
}
.blog-home .ftc-sb-blogs .meta-slider .post-info .date-time{
    border-bottom-width: 0;
}
.blog-home .ftc-sb-blogs .meta-slider .post-info .date-time span{
    font-size: 14px;
    text-transform: capitalize;
}
.blog-home .ftc-blogs article .post-info, .blog-home .blogs .excerpt{
    text-align: center;
}
.blog-home .ftc-blogs article .post-info{
    padding-top: 24px;
}
.blog-home .blogs .excerpt {
    margin: 20px 0 24px;
}
.blog-home .ftc-sb-blogs .meta-slider .post-info span.author{
    padding-right: 10px;
}
.blog-home .post-info span.author a {
    text-transform: capitalize;
}
.blog-home article a.button-readmore {
    color: #fff;
    background-color: #333;
    line-height: 36px;
    height: 35px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 0;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0 25px;
    float: none;
}
.blog-home article a.button-readmore:before{
    display: none;
}
.blog-home .blogs article h3.heading-title{
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 10px;
}
.st-product-cat .heading-title .wpb_text_column .wpb_wrapper, .heading-blog.heading-title .wpb_text_column .wpb_wrapper {
    margin-bottom: 20px !important;
    width: 100%;
}
/* footer - techo*/
.copy-com a {
    text-transform: uppercase;
}
.copy-com {
    color: #666;
}
.bank {
    text-align: right;
}
.bank img {
    width: 426px;
}
footer#colophon .ftc-footer .footer-subcribe h4.widget-title.heading-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
}
.footer-subcribe .text-sub {
    color: #666;
    font-size: 14px;
}
footer .footer-subcribe .subscribe-widget .subscribe-email .subscribe-input {
    width: 68% !important;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    color: #999;
    padding: 0 20px;
    border: 2px solid;
    border-radius: 30px 0 0 30px;
    border-right: 0;
    margin-right: 0;
}
footer .footer-subcribe .subscribe-widget .subscribe-email .subscribe-input::placeholder {
    color: #999;
    font-size: 14px;
}
.footer-subcribe .ftc-feedburner-subscription-shortcode .subscribe-widget .subscribe-email .button-secondary {
    background-color: #999;
    color: #fff;
    height: 42px;
    text-transform: uppercase;
    line-height: 39px;
    position: relative;
    font-weight: 600;
    width: 27%;
    padding: 0;
    border: 2px solid ;
    border-radius: 0px 30px 30px 0 !important;
}
 .footer-subcribe .ftc-feedburner-subscription-shortcode .subscribe-widget .subscribe-email .button-secondary:hover{
    background-color: #333;
    border-color: #333;
 }
footer .footer-subcribe .social-icons li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    opacity: 1 !important;
}
footer .footer-subcribe .social-icons li {
    margin-right: 8px;
    width: auto;
    height: auto;
}
footer .footer-subcribe .social-icons li:last-child{
    margin-right: 0;
}
footer .footer-subcribe .social-icons li a:hover {
    background: #f6f6f6;
}
footer .footer-subcribe .social-icons li a span.ftc-tooltip {
    display: none;
}
footer#colophon .ftc-footer  .row-info-middle h4.heading-title {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}
table.table-info .intro-text {
    font-weight: bold;
    font-size: 16px;
    vertical-align: top;
    color: #333;
    padding: 0;
}
table.table-info tr td {
    padding: 0;
    overflow: hidden;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    padding-left: 10px;
    padding-bottom: 15px;
}
.widget .row-info-middle ul li{
    padding: 6px 0 6px 0;
}
.widget .row-info-middle ul li:first-child {
    padding-top: 0;
}
.widget .row-info-middle ul li a {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    text-transform: capitalize;
}
footer .row-info-middle ul.bullet li a:before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
body .footer-subcribe .button.button-secondary:before{
    display: none;
}
body .footer-subcribe .button.button-secondary {
    font-size: 18px !important;
}

.tab-product-v2 .woocommerce .products .product .price del .amount {
    font-size: 14px;
    color: #999;
}

.tab-product-v2 .woocommerce .products .product .price .amount, 
.tab-product-v2 .woocommerce .products .product .price ins .amount {
    font-size: 16px;
}
span.image-cart img {
    width: 25px;
    height: 25px;
    display: none;
}
.header-layout2 span.image-cart img, .header-layout3 span.image-cart img, .header-layout4 span.image-cart img {
    display: inline-block;
}
/*Home 2*/
.flex-images-v3 .wpb_text_column.wpb_content_element {
    z-index: 1;
    padding: 45px 0;
}
.flex-images-v3.banner-v4 .wpb_text_column.wpb_content_element {
    z-index: 1;
    padding: 40px 0;
}
.flex-images-v3 {
    height: 150px;
    border-radius: 5px;
    margin: 0;
}
.flex-images-v3.banner-v4{
    height: 200px;
    border-radius: 5px;
}
.content-banner-v2 {
    text-align: center;
    color: #333;
}
.content-banner-v2 h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-home.blog-v2 .ftc-blogs article .post-info, .blog-home.blog-v2 .blogs .excerpt {
    text-align: left;
}

.blog-home.blog-v2 .blogs .post-info {
    padding-top: 20px;
}
.blog-home.blog-v2 .blogs .excerpt {
    margin: 15px 0 20px;
}
.header-layout2 .header-currency{
    margin-right: 0;
}
.header-layout2 .header-currency a.wcml_selected_currency{
    padding: 0;
}
.tab-v2 .woocommerce div.product div.images {
    border: 1px solid #e8e7e7;
}
.tab-product-v2.tab-v2 .vc_tta-panels .woocommerce .product.product-wrapper .item-description{
    background:transparent;
}
.widget-v3 li a.ftc-widget-image img {
    border: 0;
}
.st-feature.feature-v2 .wpb_wrapper {
    background: #f5f5f5;
}
.feature-v2 .ftc-feature-wrp .feature-content:hover {
    background: transparent;
}
.feature-v2.st-feature .ftc-feature-wrp:hover a.feature-icon {
    background: transparent;
    border-color: transparent;
}
.st-feature.feature-v2 .ftc-feature-wrp .feature-content .feature-top .feature-title a {
    color: #333 !important;
}
.st-feature.feature-v2 .ftc-feature-wrp .feature-content > a >i {
    color: #333 !important;
}
.st-feature.feature-v2 .ftc-feature-wrp .feature-content .feature-top span {
    color: #333 !important;
    opacity: 0.8;
}
.st-feature.feature-v2 .ftc-feature-wrp .feature-content a.feature-icon{
    border-color: #999;
}
/*.page .vc_row[data-vc-full-width]{
    overflow: visible;
}*/
.wpb-js-composer .tab-product .vc_tta-container, .wpb-js-composer .tab-product-v2 .vc_tta-container
, .wpb-js-composer .deal-v3 .vc_tta-container  {
    margin-bottom: 0;
}
.tab-v2 .woocommerce .product .item-image {
    border: 1px solid #e8e7e7;
}

.tab-product .woocommerce .product .item-image .product-group-button > div, 
.tab-product .woocommerce .product .item-image .product-group-button > a,
.tab-product-v2 .woocommerce .product .item-image .product-group-button > div, 
.tab-product-v2 .woocommerce .product .item-image .product-group-button > a,
.deal-products .woocommerce .product .item-image .product-group-button > div, 
.deal-products .woocommerce .product .item-image .product-group-button > a,
.deal-products .woocommerce .product .item-image .product-group-button > a:hover i{
    border-radius: 50%;
    margin-right: 5px;
}
.deal-products .woocommerce .product .item-image .product-group-button > .add-to-cart a,
.tab-product .woocommerce .product .item-image .product-group-button > .add-to-cart a,
.tab-product-v2 .woocommerce .product .item-image .product-group-button > .add-to-cart a,
.tab-product-v2 .item-image .product-group-button > a.compare.added:hover:before,
.tab-product .item-image .product-group-button > a.compare.added:hover:before{
    border-radius: 50% !important;
}
.tab-product-v2 .woocommerce .product .item-image .product-group-button > a:hover i, 
.tab-product .woocommerce .product .item-image .product-group-button > a:hover i,
.tab-product .woocommerce .products .product .item-image > .thumbnail_group_button >.product-group-button > .yith-wcwl-add-to-wishlist a:hover i,
.tab-product-v2 .woocommerce .products .product .item-image > .thumbnail_group_button >.product-group-button > .yith-wcwl-add-to-wishlist a:hover i,
.deal-products .woocommerce .products .product .item-image > .thumbnail_group_button >.product-group-button > .yith-wcwl-add-to-wishlist a:hover i {
    border-radius: 50%;
}
/*Home 3 - techo*/
.header-layout3 .header-top {
    background: transparent;
    border-bottom: 1px solid #e8e7e7;
}
.header-layout3 .header-content {
    padding: 40px 0;
}
.header-layout3 .header-currency{
    margin-right: 0;
}
.header-layout3 .header-currency a.wcml_selected_currency{
    padding: 0;
}
.header-layout3 .header-content .container > div {
    display: inline-block;
}
.header-layout3 .header-nav-menu {
    z-index: 999;
}
.header-layout3 .header-content .container > div.logo-wrapper {
    width: 50%;
    text-align: center;
}
.header-layout3 .header-content .container > div.search-wrapper {
    width: 30%;
}
.header-layout3 .nav-right {
    width: 18%;
    height: 60px;
}
.header-layout3 .search-wrapper .category-search{
    width: 270px;
    height: 45px;
}
.header-layout3 .category-search .search-button{
    float: right;
    text-align: right;
    top: 0;
    line-height: 45px;
    height: 45px;
    margin-right: 0;
    z-index: 9;
}
.header-layout3 .search-wrapper .ftc-search input[type="text"]{
    top: 0;
    left: 0;
    height: 45px;
    line-height: 45px;
    background:transparent;
    border-width: 0 0 1px 0;
    padding: 0;
}
.header-layout3 .search-wrapper form{
    height: 45px;
    z-index: 0;
}
.header-layout3 .search-wrapper .ftc-search {
    position: absolute;
    display: block !important;
    bottom: 0;
    right: 0;
}
.header-layout3 .ftc-enable-ajax-search{
    top: 44px;
    right: 0;
}
.header-layout3 .header-content .shopping-cart-wrp{
    width: 100%;
}
.header-layout3 .header-content .cart-control:before{
    content: "\f290";
    position: relative;
    right: 50%;
}
.header-layout3 .header-content .wrp-cart-number .cart-number{
    right: 48%;
}
.header-layout3 .header-content .cart-total {
    display: inline-block;
}
.header-layout3 .shop-cart {
    display: inline-block;
    position: relative;
    text-align: right;
    top: -3px;
    right: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}
.header-layout3 .header-currency ul{
    left: auto;
    right: 0;
}
.header-layout2 #lang_sel_click ul > li ul,.header-layout3 #lang_sel_click ul > li ul, .header-layout4 #lang_sel_click ul > li ul {
    right: 0;
    left: auto;
}
.header-layout3 #lang_sel_click > ul > li > a:after, .header-layout3 .wcml_currency_switcher > a:after{
    display: none;
}
.rev-v3 .vc_col-sm-3 .wpb_wrapper > div:first-child {
    margin-bottom: 20px;
}
.header-layout3 .header-top-right div a.tini-wishlist
, .header-layout3 .header-top-right div a.lang_sel_sel.icl-en
, .header-layout3 .header-top-right .account-control {
    padding-right: 15px;
    line-height: 14px;
    border-right: 1px solid #999;
}
.content-banner-v2 .button-banner {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #999;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 24px;
}
.content-banner-v2 .button-banner:hover {
    background-color: #333;
    color: #fff;
}
.footer-top .ft-top1 .ftc-brand-slider-block {
    padding: 0;
}

/* Home 4 - techo*/
.header-layout4 span.image-cart img {
    position: relative;
    top: 7px;
        width: 20px;
    height: 20px;
}
.header-layout4 .header-top {
    border-top: 0;
}
.header-layout4 .header-content .shopping-cart-wrp{
    line-height: 55px;
}
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li:nth-child(9) {
    border-bottom: 0;
}
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li:last-child {
    display: none;
}
.header-layout4 .header-top-right div a.tini-wishlist
, .header-layout4 .header-top-right div a.lang_sel_sel.icl-en
, .header-layout4 .header-top-right .account-control {
    padding-right: 15px;
    line-height: 14px;
    border-right: 1px solid #999;
}
.header-layout4 #lang_sel_click > ul > li > a:after, .header-layout4 .wcml_currency_switcher > a:after{
    display: none;
}
.header-layout4 .header-currency{
    margin-right: 0;
}
.header-layout4 .header-currency a.wcml_selected_currency{
    padding: 0;
}
.header-layout4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
.header-layout4 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover{
    background-color: transparent;
}
.header-layout4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
.header-layout4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
    color: initial !important;
}
.header-layout4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link 
, .header-layout4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
    height: 60px !important;
    line-height: 60px !important;
}
.header-layout4 .header-content {
    padding: 20px 0;
}
.header-layout4 .header-content.header-sticky-hide {
    padding: 0;
}
.header-layout4 .header-top {
    background: transparent;
    border-bottom: 1px solid #ebebeb;
}
.header-layout4 .header-currency ul{
    left: auto;
    right: 0;
}
.header-ftc.header-layout4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children:before {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 14px;
    line-height: 32px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.rev-v4 .wpb_column.vc_col-sm-3 {
    width: 23.75% !important;
}
.rev-v4 .wpb_column.vc_col-sm-9 {
    width: 76.25% !important;
}
.rev-v4 .wpb_column.vc_col-sm-3 .wpb_wrapper {
    max-width: 270px;
}
.mega_main_menu.mega_main_sidebar_menu .menu_holder {
    width: 100%;
    border: 1px solid #ebebeb;
    border-top: 0;
}
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li {
    display: block;
    float: none;
    padding: 5.3px 20px;
}
.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li {
    position: relative;
    padding: 4.5px;
    padding-left: 20px;
    border-bottom: 1px solid #ebebeb;
}
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li a.item_link {
    display: inline-block;
}
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link, 
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    min-height: 40px;
    line-height: 40px;
}
.rev-v4 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 !important;
}
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link, 
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    min-height: 40px;
    line-height: 40px;
}
.rev-v4 .widget-container .widget-title-wrapper h3.widget-title {
    line-height: 20px !important;
    height: 55px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    position: relative;
    background-color: #202020 !important;
    width: 100%;
}
.rev-v4 .widget-container .widget-title-wrapper h3.widget-title:before {
    font-family: "fontAwesome";
    content: "\f0c9";
    font-size: 17px;
    position: absolute;
    color: #fff;
    /*height: 55px;*/
    /*width: 50px;*/
    text-align: center;
    left: 20px;
    font-weight: 300;
    border: 0;
}
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu > .menu_holder > .menu_inner > ul >li:before {
    font-family: "fontAwesome";
    left: 20px !important;
    top: 15px !important;
    bottom: 0 !important;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    width: 25px;
    display: inline-block;
    margin-right: 5px !important;
    margin-top: 8px !important;
    float: left;
}
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li a.item_link {
    display: inline-block;
}
.rev-v4 .widget-container .widget-title-wrapper {
    position: relative;
}
.rev-v4 .widget-container .mega_main_menu > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_right .mega_dropdown {
    left: 100%;
    margin: 0;
    top: 0;
    background: #fff;
}
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li a.item_link {
    display: inline-block;
}
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item-has-children a.item_link {
    display: inline-block;
    line-height: 14px;
    padding: 14px;
    padding-left: 20px;
    font-weight: 400;
}
body .rev-v4 .wpb_content_element {
    margin-bottom: 0;
}
.rev-v4 .widget_mega_main_sidebar_menu .mega_main_menu > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li a.item_link {
    display: inline-block;
}
.rev-v4 .mega_main_menu .item_link > .link_content > .link_text {
   font-size: 14px;
}
.rev-v4 .mega_main_menu > .menu_holder > .menu_inner > ul > li:hover{
    background-color: transparent;
}
.rev-v4 .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:before{
    display: none;
}
.rev-v4 .widget-container {
    padding: 0;
    border: 0;
}
.rev-v4 .widget-container .mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-item-has-children:after {
    color: #444;
    content: "\f105";
    font-family: "fontawesome";
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    padding-right: 20px;
    text-transform: none;
    position: absolute;
    right: 0;
    top: 5px;
}

.ftc-list-of-product-categories-wrapper.ftc-shortcode:hover img {
    opacity: 0.7;
}
/* Cookie Notice */

.ftc-cookies-popup {
    width: 350px;
    border-radius: 15px;
  position: fixed;
  top: auto;
  left: 30px;
  right: 0;
  bottom: 30px;
  z-index: 999;
  padding: 20px;
      background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0,0);
  -webkit-transition: transform 0.35s ease;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease; 
  display: none;
}
.cookies-info-text a.cookies-title {
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.ftc-cookies-popup.popup-display {
    transform: none;
    -webkit-transform: none; 
    border: 1px solid #ebebeb;
    display: block;
}
.cookies-buttons {
    text-align: center;
    margin-bottom: 10px;
}
.cookies-info-text {
    text-align: center;
    margin-bottom: 20px;
}
.ftc-cookies-popup.popup-hide {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);    
   bottom: 0;
   display: none;
}
.ftc-cookies-inner{
    display: block;
    justify-content: space-between;
    align-items: center;
}
.cookies-buttons a{
    padding: 8px 30px;
    color: #fff;
        border-radius: 5px;
}
.cookies-buttons a:hover{
    color: #fff;
}
.cookies-buttons a.cookies-more-btn{
    margin-right: 10px;
}
.cookies-buttons a{
    background-color: #333;
}
.cookies-buttons a.cookies-more-btn{
    margin-right: 10px;
    display: none;
}
@media only screen and (max-width: 767px){
.ftc-cookies-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
}
.cookies-info-text {
    padding-right: 0;
}
.store-page-wrap .product {
    width: 50%;
}
.ftc-cookies-popup {
    width: 90%;
    left: 0;
    margin: 0 auto;
    padding: 15px;
    }

}

/* Product 360 */
.woocommerce .product .images a.ftc-video360 {
    z-index: 9999;
    position: absolute;
    bottom: 10px;
    width: 90px;
    background: #fff;
    height: 30px;
    line-height: 20px;
    left: 10px;
    padding: 5px;
    padding-left: 15px;
    border-radius: 30px;
}
.woocommerce .product .images a.ftc-video360:before {
    content: '';
    background: url(//www.mcheat.id/wp-content/themes/appa/assets/images/refresh.gif) center center;
    height: 1em;
    width: 1em;
    display: block !important;
    position: absolute;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 5s ease-in-out infinite;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    color: rgba(0,0,0,.75);
    left: 10px;
    opacity: 0;
}
.woocommerce .product .images:hover a.ftc-video360:before {
    opacity: 1;
}
.woocommerce .product .images:hover a.ftc-video360 {
    width: 110px;
    padding-left: 35px;
}
.woocommerce .product .images a.ftc-video360:focus {
    outline: 0;
}
.mfp-close-btn-in .mfp-close {
    background: #fff;
}
body .threesixty .threesixty_images img.current-image {
    cursor: move;
}
/* Variations Swatches*/
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color::after,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item img,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
    border-radius: 50%;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box {
    width: 100%;
    float: left;
}
.woocommerce div.product form.variations_form.cart .variations .color a
{
    width: 40px;
    height: 40px;
    display: inline-block;
    color: transparent;
}
.woocommerce div.product form.variations_form.cart .variations .color.selected {
    padding: 6.5px !IMPORTANT;
    border: 1px solid #000;
    height: 40px;
    width: 40px !important;
}
.woocommerce div.product form.variations_form.cart .variations .color{
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
}
.woocommerce div.product form.variations_form.cart .variations .color.selected a{
    height: 25px !IMPORTANT;
    width: 25px !important;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a {
    display: inline-block;
    width: 35px;
    line-height: 34px;
    height: 35px;
    text-align: center;
    border: 1px solid #ebebeb;
    margin-right: 10px;
    margin-bottom: 10px;
}

.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value .ftc-product-attribute div {
    display: inline-block;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a.reset_variations {
    width: 110px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value a {
    display: inline-block;
    width: 35px;
    line-height: 34px;
    height: 35px;
    text-align: center;
    border: 1px solid #ebebeb;
    margin-right: 10px;
    margin-bottom: 10px;
}
.woocommerce div.product form.variations_form.cart .variations .Variable-box:nth-child(2) .value .ftc-product-attribute div {
    display: inline-block;
}

body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel{
    margin-bottom: 30px;
}
.single.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:nth-child(5) .vc_tta-panel-body {
    margin-top: 25px;
}
body .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body p {
    padding-top: 15px;
    padding-left: 20px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body ul.list-unstyled {
    padding-left: 20px;
    color: #333;
    font-weight: normal;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews {
    padding-top: 15px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews #review_form #respond p {
    padding-left: 0;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews #comments ol.commentlist li .comment-text p {
    padding: 0;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body h2 {
    padding-top: 15px;
    padding-left: 20px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:last-child .vc_tta-panel-body {
    /*margin-top: 15px;*/
    /*margin-left: 20px;*/
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body span.comment-reply-title {
    font-size: 18px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .comment-form-rating label {
    font-size: 18px;
    font-weight: normal;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews div#comments {
    padding: 0;
    margin: 0;
    padding-right: 20px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
    overflow: visible;
}
/*end*/
/* Product popup video */
    .product .images .ftc-product-video-button{
        background:#e5e5e5;
        border-radius:100%;
        -webkit-border-radius:100%;
        -moz-border-radius:100%;
        line-height:40px;
        text-align:center;
        padding:0;
        width:40px;
        height: 40px;
        position:absolute;
        right:20px; /* rtl */
        bottom:20px;
        z-index:1111;
        cursor:pointer;
        text-decoration:none;
        color:#3f3f3f;

    }
    .ftc-product-video-button:hover{
        text-decoration:none;
    }
    .ftc-product-video-button:before{
        font-family: 'FontAwesome';
        content: "\f04b";
        font-size:16px;
        margin-left:2px;
    }
    .ftc-product-video iframe{
        max-width:calc(100% - 13px);
        margin-left:7px;
        height: 500px;
    }
    .ftc-product-video.loaded{
        padding:0 !important;
    }
    .ftc-product-video .pp_content_container{
        padding:30px 20px !important;
    }
    .ftc-product-video .pp_details,
    .ftc-product-video.loaded .pp_content{
        background:transparent !important;
    }
    .ftc-product-video #pp_full_res{
        line-height:0 !important;
        width:100% !important;
    }
    .ftc-product-video .ppt,
    .ftc-product-video .pp_top,
    .ftc-product-video .pp_bottom,
    div.ftc-product-video.pp_pic_holder.loaded:before{
        display:none !important;
    }
    .ftc-product-video .pp_content{
        min-height:60px;
        min-width:60px;
    }
    .watch-videos {
    position: absolute !important;
    right: 0;
    padding: 0 40px;
    width: 170px;
}
.product .images .ftc-product-video-button:hover .watch-videos {
    text-decoration: underline;
}
    /*end popup video*/

/* Infinite */
.after-loop-wrapper {
text-align: center;
margin-bottom: 50px;
}
.after-loop-wrapper span.page-load-status {
text-align: center;
display: none;
padding: 5px 15px;
border: 1px solid #ebebeb;
margin: 15px 0;
}
p.infinite-scroll-request,
p.infinite-scroll-last {
margin-bottom: 0;
}
span.page-load-status p.infinite-scroll-request:after{
content: "";
display: inline-block;
border: 2px solid #fff;
border-radius: 50%;
border-top: 2px solid #3498db;
width: 15px;
margin-left: 10px;
margin-bottom: -3px;
height: 15px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
body.infinite.term-women .after-loop-wrapper span.page-load-status{
    display: inline-block !important;
}


/* Filter*/
   .prod-cat-show-top-content-button {
    display: none;
    margin-top: 12px;
}
.prod-cat-show-top-content-button a{
    color: #666;
}
.prod-cat-show-top-content-button a:after {
    position: absolute;
    top: 19px;
    margin-left: 10px;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 14px;
    line-height: 14px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.prod-cat-show-top-content-button a.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
aside.ftc-sidebar.product-category-top-content {
    display: flex !important;
}
aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color {
    width: 25%;
    float: left;
    display: inline-block;
    border-bottom: 1px solid #f4f4f4 !important;
    border-top: 1px solid #f4f4f4;
    margin-top: 30px;
}
aside.ftc-sidebar.product-category-top-content .widget_price_filter,
aside.ftc-sidebar.product-category-top-content .widget_layered_nav {
    width: 25%;
    display: inline-block !important;
    float: left;
    margin-right: 15px;
    border-bottom: 1px solid #f4f4f4 !important;
    border-top: 1px solid #f4f4f4;
    margin-bottom: 30px !important;
}
aside.ftc-sidebar.product-category-top-content .widget_price_filter{
    margin-top: 0;
    margin-right: 0;
}
aside.ftc-sidebar.product-category-top-content .widget_layered_nav:last-child {
    margin-top: 0;
    margin-bottom: 0;
}
aside.ftc-sidebar.product-category-top-content .widget_layered_nav:last-child ul li {
    width: 50%;
}
aside.ftc-sidebar .widget-container:not(.ftc-product-categories-widget):not(.widget_text) .widget-title {
    font-size: 18px;
    /*margin: 10px 0;*/
}
.archive .ftc-sidebar.product-category-top-content .widget-container ul {
    border: 0 !important;
}
.summary.entry-summary form table td .ftc-product-attribute {
    display: inline-flex;
}
.summary.entry-summary form table td .ftc-product-attribute div {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    border: 1px solid #f1f1f1;
}
.summary.entry-summary form table td .ftc-product-attribute a:first-child{
    padding: 10px;
    font-size: 0;
}
.summary.entry-summary form table tr:last-child td .ftc-product-attribute a {
    padding: 0px 12px;
    font-size: 13px;
    line-height: 36px;
}
.woocommerce div.product .summary.entry-summary .single_variation_wrap .quantity {
    margin-top: 0px;
}
.woocommerce div.product form.cart .variations td {
    padding-left: 5px;
}
.summary.entry-summary form table td .ftc-product-attribute div.variation-product__option.selected {
    border: 2px solid;
}
.dropdown-button .ftc-login-form .button-secondary.button {
    font-size: 14px;
    padding: 10px 20px;
}
/*end*/
.single.woocommerce div.product div.images .woocommerce-product-gallery__image {
    width: 100%;
    margin-bottom: -5px;
}
/* filter-by-color*/
.widget-container.product-filter-by-color ul li a div {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}
.widget-container.product-filter-by-color ul li {
    /* width: 50%; */
    /* float: left; */
    margin-bottom: 5px;
}
.widget-container.product-filter-by-color ul li span {
    color: #666;
}
@media only screen and (max-width: 991px){
aside.ftc-sidebar.product-category-top-content .widget_layered_nav:last-child ul li {
    width: 100%;
}

}
@media only screen and (max-width: 767px){
aside.ftc-sidebar.product-category-top-content {
    display: block !important;
}
aside.ftc-sidebar.product-category-top-content .widget_price_filter .widget-title,
aside.ftc-sidebar.product-category-top-content .widget_layered_nav .widget-title {
    padding: 0;
}
aside.ftc-sidebar.product-category-top-content .widget_price_filter > form {
    padding-top: 15px;
}
aside.ftc-sidebar.product-category-top-content .widget-container ul {
    padding: 15px 0;
}
aside.ftc-sidebar.product-category-top-content .widget-container.product-filter-by-color {
    width: 100%;
}
aside.ftc-sidebar.product-category-top-content .widget_price_filter,
aside.ftc-sidebar.product-category-top-content .widget_layered_nav{
    width: 100%;
    margin-left: 0;
}
aside.ftc-sidebar .widget-container:not(.ftc-product-categories-widget):not(.widget_text) .widget-title{
        padding: 0;
}
aside.ftc-sidebar.product-category-top-content .widget_layered_nav:last-child ul li {
    width: 50%;
}
.widget-container.product-filter-by-color ul li {
     width: 50%; 
}
}
@media only screen and (max-width: 550px){

.grid_list_nav {
    float: none;
    padding: 15px 15px;
    line-height: 0;
}

.prod-cat-show-top-content-button a:after {
    position: relative;
    top: 0;
}

}

/*dokan store*/
@media only screen and (min-width: 1200px){
    .dokan-single-store .img-social .social-store{
        left: 7% !important;
    }
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i{
    float: none;
    margin-right: 5px;
    margin-left: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
    padding-left: 0 !important;
    text-align: center;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info {
    padding: 0 15px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.dokan-btn:hover {
    background: #333;
    border-color: #333;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2:hover a {
    text-decoration: underline;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.more_seller_product_tab {
display: none !important;
}
.store-page-wrap .products{
        display: flex;
    flex-wrap: wrap;
}
#dokan-secondary aside.widget {
    margin-bottom: 40px;
}
#dokan-secondary aside.widget.dokan-store-menu {
    border: 1px solid #ebebeb;
}
aside.widget.dokan-store-menu div#cat-drop-stack {
    padding: 0 15px 15px;
}
#dokan-primary .navigation{
    margin-bottom: 52px;
}
body .dokan-pagination-container .dokan-pagination li.active a{
    color: #fff;
}
body .dokan-pagination-container .dokan-pagination li a{
    padding: 6px 12px;
}
.profile-info-box .img-social {
    position: relative;
}
.profile-info-box .img-social  .social-store ul li{
    display: inline-block;
margin-right: 0;
margin-left: 5px;
}
 .dokan-form-control{
    padding: 15px;
 }
.profile-info-box .img-social  .social-store ul li a{
    padding: 5px 10px;
    color: #fff;
}
.profile-info-box.profile-layout-layout1 .img-social  .social-store {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 990;
}
.dokan-dashboard-content .dokan-form-group .dokan-form-control{
    padding: 3px 15px;
}
body .dokan-table > thead > tr > th{
    border-bottom: 0;
}
body .dokan-product-listing .dokan-product-listing-area table.product-listing-table td{
    border-bottom: 0;
}
body .dokan-product-listing .dokan-product-listing-area table.product-listing-table tr:last-child td{
    border-bottom: 1px solid #eaeaea;
}
body .dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date .status{
    padding-top: 6px;
}
.dokan-product-listing-area .dokan-w12{
    margin-bottom: 22px;
    margin-top: 22px;
}
body ul.subsubsub{
    font-size: 14px;
    padding-left: 0 !important;
}
body .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li{
        padding: 0px 10px 0px 6px;
}
body .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li.active{
    padding-left: 0;
}
.edit-account-wrap .entry-title{
    text-transform: uppercase;
    margin-bottom: 20px;
}
.edit-account-wrap.woocommerce form .form-row{
    margin: 0 0 35px;
}
body .dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend{
    padding-bottom: 10px;
}
.dokan-category-menu #cat-drop-stack > ul li a{
    font-size: 15px;
    font-weight: 500;
}
.dokan-order-filter-serach .dokan-left{
    margin-bottom: 15px;
}
.dokan-order-filter-serach .dokan-right input[type="submit"]{
    margin-right: 10px;
}
.dokan-single-store .dokan-store-tabs ul li a{
    font-weight: 500;
}
.dokan-single-store .dokan-store-tabs ul li a:hover{
    color: #fff;
    margin-left: -1px;
}
body .dokan-category-menu h3.widget-title,
body #dokan-secondary .widget h3.widget-title {
    color: #333;
        padding: 10px 10px 10px 15px;
}
body #secondary-page .widget h3.widget-title{
    margin-bottom: 29px;
}
.profile-info-box.profile-layout-layout3 .img-social  .social-store{
    display: none;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{
    padding-left: 15px;
}
body .dokan-single-store .dokan-store-tabs ul{
    margin-bottom: 30px;
}

.dokan-pagination-container .dokan-pagination{
    margin-bottom: 32px;
}

.store-page-wrap .site-navigation .pager{
    margin: 0;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:last-child .count{
    border-bottom: 0;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a{
    font-size: 14px;
}
.location-container div{
    display: block;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul.children li{
    padding-left: 15px;
}
 body #dokan-secondary .widget:not(.dokan-category-menu) h3.widget-title{
    margin-bottom: 20px;
}
.widget .dokan-btn-theme:hover{
    background-color: #111 !important;
}
.widget .dokan-btn-theme{
    border-radius: 0 !important;
    border:0 !important;
}
.dokan-store-tabs,
.profile-info-summery-wrapper{
    /*padding: 0 10px;*/
}
body .dokan-pagination-container .dokan-pagination li a:hover{
    color: #fff;
}
.dokan-store .ftc-breadcrumb-title h1{
    color: #fff;
    font-weight: bold;
}
body .dokan-category-menu h3.widget-title{
    border: 0;
}
.dokan-dashboard .dokan-dashboard-wrap{
    padding-bottom: 35px;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend{
    padding-bottom: 10px;
}
body.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget{
    margin-bottom: 25px;
}
.dashboard-widget .chart-container table{
    width: 90%;
}
body.dokan-dashboard .dokan-dashboard-content.dokan-product-edit{
        padding: 0 25px 0 25px;
}
.dokan-dashboard.single-product .ftc-breadcrumb-title h1.entry-title{
    display: block;
    color: #fff;
    font-weight: bold;
}

body .dokan-add-new-product-popup .product-form-container{
    height: 500px;
}
.dokan-dashboard .white-popup{
        margin: 33px auto;
}
.dokan-add-new-product-popup h2{
    padding-top: 15px;
}
#dokan-add-new-product-form{
    padding-bottom: 20px;
}
.white-popup form .dokan-btn{
    margin-right: 15px;
}
body .dokan-add-new-product-popup .mfp-close{
    top: 5px;
}
.dokan-left .dokan-form-group .dokan-btn{
    margin-top: 15px;
}
.single-product .list-unstyled .seller-rating{
    display: none;
}
#tab-seller >h2{
    text-transform: uppercase;
margin-bottom: 15px;
}
.woocommerce-checkout-review-order .variation-Vendor{
    float: none !important;
    display: inline-block;
}
/*icon dakan*/
.dokan-single-store .img-social .social-store {
position: absolute;
bottom: 15px;
/* right: 15px; */
z-index: 9;
left: 15px;
}
.woocommerce form .form-row label.radio {
    margin-left: 20px;
}
.profile-info-box .img-social .social-store ul li i {
    width: 30px;
    text-align: center;
}
.dokan-single-store li.facebook {
    background: #3b5999;
}
.dokan-single-store li.twitter {
    background: #55acee;
}
.dokan-single-store li.pinterest{
background: #ad081b;
}
.dokan-single-store li.gplus {
    background: #dd4b39;
}
.dokan-single-store .linkedin {
    background: #ff0084;
}
.profile-info-box .img-social .social-store ul li a {
    padding: 0;
    color: #fff;
}
@media only screen and (max-width: 767px){
    .dokan-table tbody tr .post-date .status {
    float: none;
}
    body .dokan-product-listing .dokan-product-listing-area table.product-listing-table tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
}
    body .dokan-product-listing .dokan-product-listing-area table.product-listing-table tr td {
    display: block;
    text-align: right;
}
    body .dokan-product-listing .dokan-product-listing-area table.product-listing-table thead {
    display: none;
}
}
.dokan-store .header-layout2 .search-wrapper .select-category {
    background: transparent !important;
    width: 160px !important;
    height: 48px !important;
    position: relative !important;
    padding: 0 4% !important;
}
.dokan-single-store .seller-items {
    margin: 0 -15px;
}
.dokan-single-store .woocommerce .ftc-products{
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.dokan-single-store .product .meta_group_button {
    display: none;
}
.dokan-single-store .woocommerce .product .item-description {
    padding: 20px;
}
@media only screen and (max-width: 666px){
.dokan-single-store .woocommerce .ftc-products {
    width: 50%;
}

}
@media only screen and (max-width: 480px){
    .dokan-single-store .woocommerce .ftc-products {
    width: 100%;
}

}
body .woocommerce-tabs .vc_tta-panel .vc_tta-panel-body .ftc-products {
    display: inline-block;
    margin: 30px 0;
    width: 25%;
}
body .woocommerce-tabs .vc_tta-panel .vc_tta-panel-body .ftc-products .item-description {
    padding: 15px 0;
}
/* Vendor-style*/
.pv_shop_description.col-md-9 {
    width: 75%;
    float: left;
    margin-bottom: 15px;
    text-align: justify;
}
.woocommerce ul.product_list_widget li .wcvendors_sold_by_in_loop a{
    display: inline-block;
    width: auto;
    color: #666;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
}
body dl.variation.checkout-pay dl{
display: flex;
justify-content: center;
margin-bottom: 5px;
}
.content-area center p{
display: flex;
justify-content: center;
}
.content-area center p a{
    background:#e5e5e5;
        padding: 5px 20px;
   margin: 0 10px;
}
.content-area center p a:hover{
    color: #fff;
}

.woocommerce .products .product .item-description .wcvendors_sold_by_in_loop{
    text-align: left;
    font-size: 14px;
}

@media only screen and (min-width: 1239px){
    .woocommerce .product:hover .item-description.wc-vendor {
    padding-bottom: 0 !important;
}
    .products:not(.list) .product:hover .wc-vendor h3, 
    .woocommerce .products:not(.list) .product:hover .wc-vendor h3,
    .woocommerce-page .products:not(.list) .product:hover .wc-vendor h3{
        padding-bottom: 13px;
        margin-bottom: 17px;
    }
    .woocommerce .products:not(.list) .product .item-description .wcvendors_sold_by_in_loop{
        display: none;
        position: absolute;
        bottom: 0;
    }
    .woocommerce .products:not(.list) .product:hover .item-description.wc-vendor .wcvendors_sold_by_in_loop{

        display: block;
        transition: all 2s ease-in-out 1s;
    }
}
.sale-report{
    display: flex;
    justify-content: space-between;
    
    align-items: flex-end;
    margin-bottom: 30px;
}
.sale-report p{
    width: 1000px;
    margin-right: 30px;
}
.sale-report input[type="submit"]{
        padding: 15px 25px;
}
.table.table-vendor-sales-report > thead > tr > th{
    border-bottom: 1px solid #ddd;
}
.pv_shop_description .store-vendor{
    margin-bottom: 20px;
}
p.form-row  #apply_for_vendor{
    margin-top: 5px;
    margin-right: 10px;
}
p.form-row label.checkbox{
    margin-top: 0;
    display: inline-block;
}
form .pv_paypal_container,
form .pv_shop_name_container,
form #pv_seller_info_container,
form #pv_shop_description_container{
        margin: 20px 0;
}
.pv_shop_description .store-vendor{
    display: flex;
}
.pv_shop_description .store-vendor .img-vendor{
    
}
.pv_shop_description .store-vendor .slogan-vendor{
    padding-left: 30px;
}
.slogan-vendor h3{
    margin-bottom: 20px;
}
.slogan-vendor ul {
    list-style: none;
}
.slogan-vendor ul li{
    line-height: 40px;
    font-size: 15px;
}
.pv_shop_description.col-md-9 .slogan-vendor ul li{
    line-height: 31px;
    font-size: 14px;
}
.pv_shop_description.col-md-9 .slogan-vendor ul li .sloganli i{
    font-size: 18px;
    padding-right: 10px;
}
.pv_shop_description.col-md-9 .slogan-vendor ul li .slogan{
    font-size: 16px;
     font-weight: 600;
    letter-spacing: 0px;
}
.slogan-vendor ul li .sloganli i{
    font-size: 20px;
    padding-right: 10px;
}
.slogan-vendor ul li .slogan{
    font-size: 18px;
     font-weight: 600;
    letter-spacing: 1px;
}
.single-product .summary.entry-summary >.content{
float: left;
width: 100%;
display: block;
margin-bottom: 20px;
}
.pv_shop_description.col-md-9,
.pv_shop_description.col-md-12{
    margin-bottom: 20px;
}

/*end WC Vendor*/

/* Canvas-cart*/
.ftc-off-canvas-cart{
        position: fixed;
        width: 320px;
        background-color: #fff;
        z-index: 999999;
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all 0.3s ease;
        transform: translateX(100%);
        overflow: auto;
    }
    .cart-canvas .ftc-off-canvas-cart{
        transform: translateX(0);
    }
    .cart-canvas .ftc-close-popup{
        opacity: 1;
        visibility: visible;
    }
    .off-canvas-cart-title .title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    width: 60%;
    margin-left: 20px;
    letter-spacing: 1px;
    color: #262626;
}
.off-canvas-cart-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
}
.admin-bar .ftc-off-canvas-cart {
    top: 32px;
}
.woocommerce.widget_shopping_cart .total .amount {
    font-weight: bold;
}
a.close-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    color: #2d2a2a;
    cursor: pointer;
    padding-right: 21px;
    text-align: right;
}
a.close-cart:after, a.close-cart:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    display: inline-block;
    background-color: #2d2a2a;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
a.close-cart:hover:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
a.close-cart:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.woocommerce ul.cart_list li img{
    max-width: 75px;
}
.woocommerce ul.product_list_widget li img {
    /*max-width: 75px;*/
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    overflow: auto;
    max-height: 317px;
    position: relative;
    margin-bottom: 0;
    padding: 0 20px;
}
@media only screen and (min-height: 690px){
    ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 429px;
    }
}
@media only screen and (min-height: 800px){
    ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 541px;
    }
}
@media only screen and (min-height: 910px){
    ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 653px;
    }
}
@media only screen and (min-height: 1020px){
    ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 765px;
    }
}
@media only screen and (min-height: 1130px){
    ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 877px;
    }
}
@media only screen and (min-height: 1240px){
    ul.woocommerce-mini-cart.cart_list.product_list_widget{
        max-height: 989px;
    }
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li{
    padding: 0 0 18px 0;
    margin: 0 0 18px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
        vertical-align: top;
}
.woocommerce .widget_shopping_cart .cart_list li:last-child, 
.woocommerce.widget_shopping_cart .cart_list li:last-child {
    border: none;
    padding: 0;
}
.off-can-vas-inner .woocommerce.widget_shopping_cart .cart_list li a.remove{
    font-size: 0px !important;
}

.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini.cart-item-canvas .cart-total {
    margin-top: 0;
    font-size: 12px;
    line-height: 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: inline;
    font-weight: normal;
    padding-left: 0;
    font-size: 16px;
}
.woocommerce.widget_shopping_cart .cart_list li span.quantity {
    padding-left: 0;
    display: block;
}
.woocommerce.widget_shopping_cart .total {
    text-transform: uppercase;
    padding: 15px 20px 5px;
    border-top: 1px solid #ececec;
}
.woocommerce.widget_shopping_cart .total strong {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #262626;
}
p.woocommerce-mini-cart__buttons.buttons {
    padding: 0 20px;
    margin-bottom: 0;
}
p.woocommerce-mini-cart__buttons.buttons  > a.button{
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 24px 10px 24px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    filter: none;
    cursor: pointer;
    text-align: center;
    background-image: none;
    border: 1px solid #e5e5e5;
    text-align: center;
    background-color: #fff;
}
p.woocommerce-mini-cart__buttons.buttons  > a.button.wc-forward{
    margin-bottom: 10px;
    color: #333;
    margin-right: 0;
    letter-spacing: 1px;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
    margin-bottom: 0;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward:hover{
    color: #fff;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget dl.variation {
    display: none;
}
p.woocommerce-mini-cart__empty-message {
    text-align: center;
}
.tini-cart-inner {
    visibility: hidden;
    position: absolute;
    width: 320px;
    left: auto;
    opacity: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 2px solid;
    z-index: 9999;
    text-align: left;
    right: 0;
    margin-right: 0;
    padding: 20px 0 5px;
    -webkit-box-shadow: 0px 4px 13px -3px #808080;
    -moz-box-shadow: 0px 4px 13px -3px #808080;
    -ms-box-shadow: 0px 4px 13px -3px #808080;
    -o-box-shadow: 0px 4px 13px -3px #808080;
    box-shadow: 0px 4px 13px -3px #808080;
        line-height: 28px;
}
.ftc-tini-cart:hover .tini-cart-inner{
    -webkit-animation-duration: 340ms;
    -moz-animation-duration: 340ms;
    animation-duration: 340ms;
    animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animation_dropdown;
    -moz-animation-name: animation_dropdown;
    animation-name: animation_dropdown;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block;
}
.ftc-cart-tini:before {
    content: "\f07a";
    font-family: "Fontawesome";
}
.ftc-cart-tini:before {
    position: relative;
    top: 13px;
    right: -5px;
    font-size: 22px;
}
.header-content .shopping-cart-wrp .ftc-tini-cart {
    position: relative;
}
.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
    top: 15px;
    right: 0;
    line-height: 0;
    color: #262626;
    position: absolute;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-heading span.vc_tta-title-text {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.ftc-off-canvas-cart .woocommerce ul.product_list_widget li > a:before, 
.ftc-off-canvas-cart .woocommerce-page ul.product_list_widget li > a:before,
.ftc-off-canvas-cart .woocommerce ul.product_list_widget li > a::after,
.ftc-off-canvas-cart .woocommerce-page ul.product_list_widget li > a::after{
    display: none;
}

.off-can-vas-inner .woocommerce.widget_shopping_cart .cart_list li a.remove:before {
    display: block;
}
.header-top .header-top-right .shopping-cart-wrp .ftc-tini-cart {
    display: none;
}
/*end*/
.ftc-close-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2300;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
}

.ftc-brand-slider-block .owl-carousel .owl-item:hover img {
    opacity: 0.7;
}
.ftc-brand-slider-block .owl-carousel .owl-item img {
    width: auto;
}

/*cart sticky*/
.header-layout2 .header-nav-menu .shopping-cart-wrp .cart-total, 
.header-layout3 .header-nav-menu .shopping-cart-wrp .cart-total {
    position: absolute !important;
    top: -13px;
    left: 19px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #333;
    width: 20px;
    text-align: center;
    border-radius: 50%;
}
.header-layout2 .header-nav-menu.header-sticky-hide .shopping-cart-wrp .shop-cart, 
.header-layout3 .header-nav-menu.header-sticky-hide .shopping-cart-wrp .shop-cart {
    display: none;
}
.header-layout2 .header-nav-menu.header-sticky-hide .shopping-cart-wrp, 
.header-layout3 .header-nav-menu.header-sticky-hide .shopping-cart-wrp {
    display: inline-block !important;
    width: auto;
    height: 55px;
    line-height: 65px;
    float: right;
    padding-right: 15px;
}
.header-nav-menu .shopping-cart-wrp {
    display: none !important;
}
.header-nav-menu .shopping-cart-wrp a.ftc-cart-tini.cart-item-canvas {
    position: relative;
    color: #fff;
}
.header-layout2 .header-nav-menu .shopping-cart-wrp .shop-cart span.price-total .amount,
.header-layout3 .header-nav-menu .shopping-cart-wrp .shop-cart span.price-total .amount {
    color: #fff;
}
.header-nav-menu .shopping-cart-wrp a.ftc-cart-tini.cart-item-canvas:hover {
    color: #333;
}


.woocommerce > .yit-wcan-container > .products {
    clear: both;
    display: flex;
    flex-flow: row wrap;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li a, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan.yith-wcan-group li a {
    overflow: visible !important;
    text-indent: 8px !important;
    padding: 0;
    line-height: 20px !important;
    width: 0;
    padding-left: 15px !important;
    height: 15px;
}
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a:after {
    content: "\2714";
    position: absolute;
    left: -5px;
    top: -2px;
    color: #333;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:before{
    display: none;
}
a.yith-wcan-reset-navigation.button {
    width: 100%;
    padding: 15px;
    text-align: center;
}
.summary.entry-summary form .variations .ftc-product-attribute {
    display: none;
}
/* Share on wishlist */
.yith-wcwl-share ul, .yith-wcwl-share h4 {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
.yith-wcwl-share ul li{
    position: relative;
}
.yith-wcwl-share ul li a {
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: right;
    z-index: 9; 
    position: absolute;
    top: -18px;
}
.yith-wcwl-share ul li a:hover {
    background-position-y: 21px;
}
.yith-wcwl-share a.facebook {
    background: url(//www.mcheat.id/wp-content/themes/appa/assets/images/facebook.png);
    left: 7px;
}
.yith-wcwl-share a.twitter {
    background: url(//www.mcheat.id/wp-content/themes/appa/assets/images/twitter.png);
    left: 30px;
}
.yith-wcwl-share a.pinterest {
    background: url(//www.mcheat.id/wp-content/themes/appa/assets/images/pinterest.jpg);
    left: 52px;
}
.yith-wcwl-share a.googleplus {
    background: url(//www.mcheat.id/wp-content/themes/appa/assets/images/googleplus.jpg);
    left: 74px;
}
.yith-wcwl-share a.email {
    background: url(//www.mcheat.id/wp-content/themes/appa/assets/images/email.jpg);
    left: 95px;
}



.header-currency a, .header-language li .lang_sel_sel {
    line-height: 40px !important;
}

.header-layout1 .header-top-right {
    padding: 9px 0;
}
.header-layout1  .ftc-tiny-account-wrp .dropdown-container{
    padding-top: 17px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    border: 1px solid #ebebeb;
    padding: 20px;
    border-right: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    border: 1px solid #ebebeb;
    padding: 20px;
    min-height: 189px;
}

.st-tab-product .product-group-button > div, 
.st-tab-product .product-group-button > a, 
.st-tab-product .woocommerce .product-group-button > div a, 
.st-tab-product .product-group-button > div > a > i, 
.st-tab-product .product-group-button > a > i {
    margin-right: 0 !important;
    border-radius: 0 !important;
}
.woocommerce .product.product-wrapper .item-image .product-group-button > div .show a >i,
.product-group-button > div, 
.product-group-button > a, 
.woocommerce .product-group-button > div a, 
.product-group-button > div > a > i, 
.product-group-button > a > i {
    margin-right: 5px !important;
    border-radius: 50% !important;
}
.product-group-button > a.quickview {
    margin-right: 0 !important;
}
.woocommerce table.shop_table.cart td.actions .button {
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

div#yith-wcwl-popup-message {
position: fixed;
left: 51%;
top: 50%;
padding: 20px;
transform: translateX(-50%);
background-color: #fff;
margin-left: 0 !important;
z-index: 9999999;
animation: yith ease 1s;
border: 1px solid !important;
}
@keyframes yith{
from{
display: inline-block !important;
}
to {
display: none !important;
}
}

.load-more.loading:before{
    content: "";
    background: url(//www.mcheat.id/wp-content/themes/appa/assets/images/loadingp.gif);
    z-index: 1;
    width: 30px;
    display: inline-block;
    position: absolute;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
}
.load-more-wrapper .button{
    position: relative;
}

.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link, 
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover, 
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:focus, 
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link, 
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link, 
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link, 
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link{
    background: transparent;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after {
    display: none;
}
.single-post .blog-image img {
    width: 100%;
}
.yith-wcwl-add-to-wishlist.exists i:before {
    content: "\f004";
    font-family: fontawesome;
}