/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Template
 * 3.0 - Header
 * 4.0 - Footer
 * 5.0 - Widget
 * 6.0 - Blog
 * 7.0 - Woocommerce
 * 8.0 - ShortCode
 * 9.0 - Megamenu
 * 10 - Sections
 */
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
.animate {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%);
    }
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.animate.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0);
    }
    100% {
        -moz-transform: translateY(-100%);
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0);
    }
    100% {
        -o-transform: translateY(-100%);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.animate.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes swingInX {
    0% {
        -moz-transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes swingInX {
    0% {
        -o-transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes swingInX {
    0% {
        transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
    }
}

.animate.swingInX {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ie-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: swingInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: swingInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: swingInX;
    backface-visibility: visible !important;
    animation-name: swingInX;
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }
}

@-moz-keyframes swingOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateX(-90deg);
    }
}

@-o-keyframes swingOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
    }
    100% {
        -o-transform: perspective(400px) rotateX(-90deg);
    }
}

@keyframes swingOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
    }
    100% {
        transform: perspective(400px) rotateX(-90deg);
    }
}

.animate.swingOutX {
    -webkit-transform-origin: top;
    -webkit-animation-name: swingOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: swingOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: swingOutX;
    -o-backface-visibility: visible !important;
    animation-name: swingOutX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.animate.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animate.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-200px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }
    80% {
        -moz-transform: translateY(-10px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-200px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }
    80% {
        -o-transform: translateY(-10px);
    }
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.animate.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0);
    }
    30% {
        opacity: 1;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-200px);
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0);
    }
    30% {
        opacity: 1;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-200px);
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    30% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-200px);
    }
}

.animate.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-moz-keyframes spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes round_icon {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes round_icon {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes round_icon {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes round_icon {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round_icon {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes header-drop {
    0% {
        -webkit-transform: translateY(-92px);
        -moz-transform: translateY(-92px);
        -ms-transform: translateY(-92px);
        -o-transform: translateY(-92px);
        transform: translateY(-92px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes header-drop {
    0% {
        -webkit-transform: translateY(-92px);
        -moz-transform: translateY(-92px);
        -ms-transform: translateY(-92px);
        -o-transform: translateY(-92px);
        transform: translateY(-92px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes header-drop {
    0% {
        -webkit-transform: translateY(-92px);
        -moz-transform: translateY(-92px);
        -ms-transform: translateY(-92px);
        -o-transform: translateY(-92px);
        transform: translateY(-92px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes header-drop {
    0% {
        -webkit-transform: translateY(-92px);
        -moz-transform: translateY(-92px);
        -ms-transform: translateY(-92px);
        -o-transform: translateY(-92px);
        transform: translateY(-92px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes header-drop-out {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-92px);
        -moz-transform: translateY(-92px);
        -ms-transform: translateY(-92px);
        -o-transform: translateY(-92px);
        transform: translateY(-92px);
    }
}

@-webkit-keyframes header-drop-out {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-92px);
        -moz-transform: translateY(-92px);
        -ms-transform: translateY(-92px);
        -o-transform: translateY(-92px);
        transform: translateY(-92px);
    }
}

@-o-keyframes header-drop-out {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-92px);
        -moz-transform: translateY(-92px);
        -ms-transform: translateY(-92px);
        -o-transform: translateY(-92px);
        transform: translateY(-92px);
    }
}

@keyframes header-drop-out {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-92px);
        -moz-transform: translateY(-92px);
        -ms-transform: translateY(-92px);
        -o-transform: translateY(-92px);
        transform: translateY(-92px);
    }
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight_hafl {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight_hafl {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.organisk-testimonial h3 .organisk-post h3,
.organisk-ourteam h6,
.organisk-icon-box h3 {
    font-family: 'Roboto';
}

.organisk-testimonial.style1 h3,
.s-font,
.sidebar h4.widget-title,
.wpb_widgetised_column h4.widget-title,
.widget-title-s-font .widget-title,
.entry-comments h3.comments-title,
footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more a,
footer.main-footer-wrapper .bottom-bar-wrapper .bottom-bar-text {
    font-family: 'Pacifico';
}

.yolo-full-width {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    float: left;
}

.container .yolo-full-width {
    padding-left: 0;
    padding-right: 0;
}

.ylp-template-tab.woocommerce {
    display: inherit;
    width: auto;
}

.ylp-product-wrap .ylp-product-tabs-wrap {
    margin: 0 -15px;
}

.post-navigation {
    padding: 0;
    display: table;
    width: 100%;
    position: relative;
}

.post-navigation .nav-links {
    width: 100%;
    margin: 0 auto;
    display: table;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
    width: 50%;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.post-navigation .nav-previous .post-navigation-content,
.post-navigation .nav-next .post-navigation-content {
    margin-left: 30px;
}

.post-navigation .nav-next {
    display: table-cell;
    text-align: right;
}

.post-navigation .nav-next .post-navigation-content {
    margin-left: 0;
    margin-right: 30px;
}

.post-navigation .post-navigation-label {
    display: block;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333333;
}

.post-navigation .post-navigation-title {
    -ms-word-wrap: break-word;
    text-align: left;
    word-wrap: break-word;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    color: #222222;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.post-navigation .post-navigation-title:hover {
    color: #EE390F;
}

.post-navigation .post-navigation-icon {
    font-size: 24px;
    line-height: 1em;
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: #333333;
    z-index: 1;
}

.post-navigation .nav-links .nav-next .post-navigation-icon {
    right: 0;
}

/* -----------------------------------------------------------------------------
 * Wordpress Default Style
 * -------------------------------------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
}

.alignnone {
    margin: 15px 15px 0 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 15px 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
}

.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 15px 0 0 15px;
}

a img.alignnone {
    margin: 15px 15px 0 0;
}

a img.alignleft {
    float: left;
    margin: 15px 15px 0 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #ffffff;
    text-align: center;
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 15px 15px 30px 0;
}

.wp-caption.alignleft {
    margin: 15px 15px 30px 0;
}

.wp-caption.alignright {
    margin: 15px 0 30px 15px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 0.9em;
    font-style: italic;
    opacity: 0.7;
    line-height: 17px;
    margin: 1em 0 0 0;
    padding: 0 10%;
}

.wp-post-image {
    height: auto;
    max-width: 100%;
}

.sticky {
    opacity: 1;
}

.bypostauthor {
    opacity: 1;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}

.gallery:before {
    content: "";
    display: table;
}

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

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(21%);
    max-width: calc(21%);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(16%);
    max-width: calc(16%);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(12.7%);
    max-width: calc(12.7%);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(10.28%);
    max-width: calc(10.28%);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(8.5%);
    max-width: calc(8.5%);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(7.1%);
    max-width: calc(7.1%);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 100%;
}

.gallery-caption:before {
    -webkit-box-shadow: 0 -10px 15px #000000 inset;
    -moz-box-shadow: 0 -10px 15px #000000 inset;
    box-shadow: 0 -10px 15px #000000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.yolo-page-links {
    font-size: 0;
    margin-bottom: 30px;
}

.yolo-page-links-title {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
    color: #858585;
    font-weight: normal;
    margin-right: 20px;
}

.yolo-page-link {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #888;
    text-align: center;
    line-height: 40px;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.yolo-page-links .yolo-page-link:hover,
.yolo-page-links > .yolo-page-link {
    color: #EE390F;
}

/**
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

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

body {
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #222222;
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px !important;
    }
}

.boxed #yolo-wrapper {
    width: 90%;
    max-width: 1200px;
}

.rotate-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
}

.rotate-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
}

.float-right {
    float: right;
}

@media (max-width: 767px) {
    .float-right {
        float: none;
    }
}

.container {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px; /*modif GS - avant 1200px*/
    }
}

#yolo-wrapper {
    background-color: #ffffff;
}

body.boxed #yolo-wrapper {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

body.boxed #yolo-wrapper .yolo-top-bar {
    max-width: 1200px;
}

@media only screen and (min-width: 992px) {
    body.float {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
}

@-webkit-keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
}

div,
iframe,
img {
    margin: 0;
    padding: 0;
}

p {
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

::selection {
    color: #ffffff;
    background-color: #EE390F;
}

::-moz-selection {
    color: #ffffff;
    background-color: #EE390F;
}

a,
a:hover,
a.active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #EE390F;
}

a:focus,
a.active {
    color: #EE390F;
}

input,
textarea,
button,
select {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.coming-soon {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.maintanence-page {
    position: relative;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    -o-transform: translateY(45%);
    transform: translateY(45%);
    text-align: center;
}

.maintanence-page .maintenance-title h2 {
    color: #ffffff;
    font-size: 70px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    .maintanence-page .maintenance-title h2 {
        font-size: 50px;
    }
}

.maintanence-page .countdown-wrap .redCountdownWrapper .redCountdownValue {
    font-family: inherit !important;
}

.maintanence-page .maintenance-social {
    margin-top: 20px;
}

.maintanence-page .maintenance-social .maintenance-social-profile-wrapper {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li {
    list-style: none;
    display: inline-block;
}

.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li a {
    color: #ffffff;
    font-size: 18px;
    padding: 0px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li a i {
    font-size: 30px;
    padding-right: 20px;
}

.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li:hover a {
    color: #EE390F;
}

@media (max-width: 1500px) {
    .maintanence-page {
        -webkit-transform: translateY(45%);
        -ms-transform: translateY(45%);
        -o-transform: translateY(45%);
        transform: translateY(45%);
    }
}

@media (max-width: 768px) {
    .maintanence-page {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }
}

@media (max-width: 320px) {
    .maintanence-page {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .maintanence-page .countdown-wrap .redCountdownWrapper .redCountdownValue {
        font-family: inherit !important;
        font-size: 30px !important;
        margin-top: -30px !important;
    }
}

button.vc_general:hover {
    background-color: #333;
    color: #fff !important;
    border-color: #333;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.button-style-2 button.vc_general:hover {
    background-color: #fff !important;
    color: #333 !important;
    border-color: #fff !important;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.under-construction,
.coming-soon {
    text-align: center;
}

.under-construction .logo,
.coming-soon .logo {
    max-width: 380px;
    max-height: 380px;
    margin: auto;
}

.under-construction .title,
.coming-soon .title {
    line-height: 1;
}

.under-construction .title,
.coming-soon .title {
    font-size: 36px;
    margin-top: 40px;
}

.under-construction .sub-title,
.coming-soon .sub-title {
    font-size: 16px;
    margin-top: 30px;
}

.under-construction .entry-content .mc4wp-form,
.coming-soon .entry-content .mc4wp-form {
    margin-top: 50px;
}

.under-construction .entry-content .mc4wp-form label,
.coming-soon .entry-content .mc4wp-form label {
    display: none;
}

.under-construction .entry-content .mc4wp-form input,
.coming-soon .entry-content .mc4wp-form input {
    display: none;
}

.under-construction .entry-content .mc4wp-form input[type="email"],
.coming-soon .entry-content .mc4wp-form input[type="email"] {
    border: solid 2px #DDDDDD;
    background-color: #ffffff;
    color: #888;
    width: 370px;
    display: block;
    padding-right: 30px;
}

.under-construction .entry-content .mc4wp-form input[type="submit"],
.coming-soon .entry-content .mc4wp-form input[type="submit"] {
    display: none;
}

.under-construction .entry-content .mc4wp-form p,
.coming-soon .entry-content .mc4wp-form p {
    display: inline-block;
}

.under-construction .entry-content .mc4wp-form span.email,
.coming-soon .entry-content .mc4wp-form span.email {
    display: inline-block;
    position: relative;
}

.under-construction .entry-content .mc4wp-form span.email i,
.coming-soon .entry-content .mc4wp-form span.email i {
    position: absolute;
    right: 14px;
    top: 14px;
}

.under-construction p .sub-title {
    line-height: 1;
}

.yolo-site-content-page {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*-------------------------------------
INPUT
---------------------------------------*/
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
    padding: 0 15px;
    font-size: 14px;
    color: #878787;
    height: 42px;
    line-height: 1;
    background-color: #f5f5f5;
    border: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

input[type="text"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
    color: #878787;
}

input[type="text"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
textarea :-moz-placeholder,
select :-moz-placeholder {
    color: #878787;
}

input[type="text"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
textarea ::-moz-placeholder,
select ::-moz-placeholder {
    color: #878787;
}

input[type="text"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
textarea :-ms-input-placeholder,
select :-ms-input-placeholder {
    color: #878787;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    border-color: #EE390F !important;
}

textarea {
    height: auto;
    padding-top: 15px;
}

select {
    max-width: 100%;
}

.block-inner {
    display: inline-block;
    padding: 0;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}

.block-inner h1 {
    text-transform: uppercase;
    color: #333333;
    font-size: 46px;
}

.block-inner > * {
    margin: auto;
}

.overflow-hidden {
    overflow: hidden !important;
}

/* MODAL SEARCH
/*-------------------------*/
#yolo-modal-search {
    z-index: 999999;
    overflow: auto;
}

#yolo-modal-search.modal.in .modal-backdrop.in {
    height: 100%;
    position: fixed;
    background-color: #333;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#yolo-modal-search.modal.in .yolo-modal-dialog {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 9999;
}

#yolo-modal-search .yolo-modal-dialog {
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: auto;
}

#yolo-modal-search .yolo-dismiss-modal {
    position: absolute;
    right: 50px;
    top: 30px;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    z-index: 1040;
    cursor: pointer;
}

#yolo-modal-search .yolo-modal-search {
    position: relative;
    width: 100%;
    height: 100%;
}

#yolo-modal-search .yolo-modal-search .yolo-search-result {
    position: absolute;
    width: 80%;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 40%;
}

@media (max-width: 767px) {
    #yolo-modal-search .yolo-modal-search .yolo-search-result {
        top: 20%;
    }
}

#yolo-modal-search .yolo-modal-search .yolo-search-wrapper {
    position: relative;
    width: 100%;
    font-size: 24px;
    color: inherit;
    background-color: transparent;
    border-bottom: 2px solid #ffffff;
    display: block;
}

#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:before,
#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:after {
    content: " ";
    display: table;
}

#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:after {
    clear: both;
}

#yolo-modal-search .yolo-modal-search input[type="search"] {
    border: none;
    outline: none;
    display: block;
    float: left;
    width: 100%;
    padding-right: 60px;
    padding-left: 20px;
    background-color: transparent;
    font-size: 22px;
    color: #ffffff;
}

#yolo-modal-search .yolo-modal-search input[type="search"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

#yolo-modal-search .yolo-modal-search input[type="search"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

#yolo-modal-search .yolo-modal-search button {
    position: absolute;
    display: block;
    color: #ffffff;
    bottom: 5px;
    right: 0;
    line-height: 1;
    border: none;
    outline: none;
    font-size: 24px;
    background-color: transparent;
}

#yolo-modal-search .ajax-search-result {
    margin: auto;
    background: rgba(77, 77, 77, 0.1);
}

#yolo-modal-search .ajax-search-result > ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}

#yolo-modal-search .ajax-search-result li {
    padding: 5px 20px;
    color: inherit;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #ffffff;
}

#yolo-modal-search .ajax-search-result li:hover,
#yolo-modal-search .ajax-search-result li.selected {
    background-color: rgba(127, 127, 127, 0.1);
}

#yolo-modal-search .ajax-search-result li > a {
    color: #ffffff;
}

#yolo-modal-search .ajax-search-result li + li {
    border-top: dotted 1px rgba(77, 77, 77, 0.1);
}

#yolo-modal-search .ajax-search-result li span {
    color: #ffffff;
    float: right;
}

#yolo-modal-search .ajax-search-result li.search-view-more {
    font-size: 14px;
    font-style: italic;
}

#yolo-modal-search .ajax-search-result li.search-view-more a {
    text-decoration: underline;
}

#yolo-modal-search i.ajax-search-icon {
    color: inherit;
}

#yolo-modal-search div.search-view-more {
    background-color: rgba(255, 255, 0, 0.1);
    padding: 5px 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    text-align: center;
}

#yolo-modal-search div.search-view-more i.wicon {
    vertical-align: middle;
}

/* YOLO SEARCH STANDARD
/*-------------------------*/
#yolo_search_popup_wrapper .search-popup-inner {
    margin: 1em 0;
    width: 70%;
    position: absolute;
    top: 40%;
    left: 50%;
    -moz-transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    -o-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
}

#yolo_search_popup_wrapper .search-popup-inner > input {
    width: 100%;
    margin-bottom: 50px;
    font-size: 30px;
    border-bottom: 2px solid #ffffff;
    background-color: transparent;
    padding: 25px 20px;
    color: #ffffff;
}

#yolo_search_popup_wrapper .search-popup-inner > input::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#yolo_search_popup_wrapper .search-popup-inner > input:-ms-input-placeholder {
    color: #ffffff;
}

#yolo_search_popup_wrapper .search-popup-inner > input::-webkit-input-placeholder {
    color: #ffffff;
}

#yolo_search_popup_wrapper .search-popup-inner > button {
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: -15px;
}

#yolo_search_popup_wrapper .search-popup-inner > button i {
    font-size: 30px;
    padding: 20px;
    color: #ffffff;
}

#yolo_search_popup_wrapper .search-popup-inner > button i:hover {
    color: #EE390F;
}

@media (max-width: 767px) {
    #yolo_search_popup_wrapper .search-popup-inner {
        top: 20%;
    }
}

/* 404 PAGE */
.error404 section.yolo-page-title-wrap {
    margin-bottom: 0;
}

.error404 .page-title-inner {
    font-size: 32px;
}

.page404 {
    text-align: center;
    color: #ffffff;
    padding: 5% 0;
    background-size: cover !important;
    background-position: center !important;
}

.page404 .content-wrap {
    width: 100%;
    color: #ffffff;
}

.page404 .content-wrap .page404-title .p-title {
    color: #ffffff;
    text-transform: capitalize;
}

.page404 .content-wrap .page404-title .p-description {
    color: #ffffff;
}

.page404 .content-wrap .page404-title .p-title-hr .hr-icon {
    position: relative;
}

.page404 .content-wrap .page404-title .p-title-hr .hr-icon i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page404 .content-wrap .page404-title .p-title-hr .hr-icon:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 120px;
    display: block;
    left: 50%;
    background-color: #ffffff;
    margin: 12px 0 0 20px;
}

.page404 .content-wrap .page404-title .p-title-hr .hr-icon:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 120px;
    display: block;
    right: 50%;
    background-color: #ffffff;
    margin: -13px 20px 0 0;
}

.page404 .content-wrap .page404-content {
    font-size: 190px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .page404 .content-wrap .page404-content {
        font-size: 110px;
    }
}

@media (max-width: 767px) {
    .page404 .content-wrap .page404-content {
        font-size: 70px;
    }
}

.page404 .content-wrap .return a {
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 25px 50px;
    color: #ffffff;
    font-weight: bold;
}

.page404 .content-wrap .return a:hover {
    border-color: #EE390F;
    background: #EE390F;
}

@media (max-width: 767px) {
    .page404 .content-wrap .return a {
        padding: 20px 10px;
        font-size: 15px;
    }
}

.dp_inline-block {
    display: inline-block;
}

.back-to-top {
    position: fixed;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    bottom: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border: 2px solid #eeeeee;
    color: #1e1e1e;
    background-color: #f5f5f5;
}

.back-to-top i {
    font-size: 22px;
}

.back-to-top:hover {
    text-decoration: none;
    color: #1e1e1e;
}

.back-to-top.in {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

@media only screen and (min-width: 768px) {
    body.float .back-to-top {
        bottom: 30px;
        right: 30px;
    }
}

.under-construction-wrap {
    background-color: #eeeeee;
}

.under-construction-wrap .logo {
    background-color: #ffffff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 46px;
}

.under-construction-wrap .page-title-margin-bottom {
    margin-bottom: 140px;
}

.under-construction-wrap .social a {
    height: 30px;
    width: 30px;
    background-color: #555;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}

.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 5px;
}

#yolo-content-wrapper {
    background-color: #ffffff;
    position: relative;
}

#yolo-content-wrapper > main[role='main'] {
    overflow: hidden;
}

#yolo-site-preload {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.site-loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

.wpb_map_wraper iframe {
    display: block;
    pointer-events: none;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}

/*----------------------------------
Custom Revolution slider
-----------------------------------*/
.tparrows.preview1 {
    width: 34px;
}

.tparrows.preview1:after {
    width: 34px;
    font-size: 26px;
    font-family: "fontawesome";
    background: rgba(0, 0, 0, 0.4);
}

.tp-leftarrow.preview1:after {
    content: "\f104";
}

.tp-rightarrow.preview1:after {
    content: "\f105";
}

.tparrows.preview1:hover .tp-arr-iwrapper {
    opacity: 0;
}

.tparrows.preview1:hover:after {
    color: #ffffff;
}

.toggle-icon-wrapper {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.toggle-icon-wrapper:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.toggle-icon-wrapper .toggle-icon {
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    top: 3px;
}

.toggle-icon-wrapper .toggle-icon > span {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 80%;
}

.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
    background: none repeat scroll 0 0 #000000;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 80%;
}

.toggle-icon-wrapper .toggle-icon:before {
    top: 20%;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.toggle-icon-wrapper .toggle-icon:after {
    bottom: 20%;
    -o-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.toggle-icon-wrapper + span {
    vertical-align: middle;
    text-transform: uppercase;
}

.toggle-icon-wrapper.in .toggle-icon span {
    background: transparent;
}

.toggle-icon-wrapper.in .toggle-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-icon-wrapper.in .toggle-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

/*-------------------------
Loading
---------------------------*/
.loading-wrapper {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.spinner-double-section-far {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3.125px solid #aaa;
    -webkit-animation: spinner 1.2s linear infinite;
    -o-animation: spinner 1.2s linear infinite;
    animation: spinner 1.2s linear infinite;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.spinner-double-section-far:before,
.spinner-double-section-far:after {
    content: '';
    position: absolute;
    top: -3.125px;
    left: -3.125px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3.125px solid transparent;
    border-top-color: tomato;
}

.spinner-double-section-far:after {
    border-top-color: transparent;
    border-bottom-color: tomato;
}

.spinner-double-section-far:before,
.spinner-double-section-far:after {
    top: -9.375px;
    left: -9.375px;
    width: 62.5px;
    height: 62.5px;
}

.modal {
    z-index: 99999;
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.in {
    opacity: 1;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 24px;
    display: block;
    line-height: 1;
}

#popup-product-quick-view-wrapper .popup-close {
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#popup-product-quick-view-wrapper .popup-close:hover {
    color: #ffffff;
    background-color: #ff7506;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.entry-content .mc4wp-form input[type="submit"] {
    padding-top: 14px;
    padding-bottom: 12px;
}

.entry-content .mc4wp-form input[type="email"] {
    width: 296px;
    height: 44px;
    display: inline-block;
}

.social.icon {
    line-height: 1;
}

.social.icon a {
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #999;
    text-align: center;
    margin-right: 10px;
    line-height: 30px;
}

.social.icon a i {
    color: #ffffff;
}

.social.icon-text {
    line-height: 1;
}

.social.icon-text a {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    border-right: solid 1px #ddd;
    line-height: 1;
}

.social.icon-text a span {
    text-transform: uppercase;
    color: #777;
    padding-right: 10px;
    font-size: 11px;
}

.social.icon-text a:last-child {
    border: none;
}

.social.icon-text a:last-child span {
    padding-right: 0;
}

.center {
    text-align: center;
}

/*--------Contact Form 7 Slider*/
.contact-form-7-slider-wrap {
    background-color: #ffffff;
    padding: 10px;
    width: 444px;
}

.contact-form-7-slider-wrap .contact-form-7-slider-inner {
    padding: 45px 25px;
    border-style: solid;
    border-width: 1px;
}

.contact-form-7-slider-wrap h3.title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
}

.contact-form-7-slider-wrap .form-contact-wrap {
    margin: 0 -5px;
}

.contact-form-7-slider-wrap span.wpcf7-form-control-wrap,
.contact-form-7-slider-wrap .form-submit {
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    width: 100%;
}

.contact-form-7-slider-wrap span.wpcf7-form-control-wrap.your-name,
.contact-form-7-slider-wrap .form-submit.your-name,
.contact-form-7-slider-wrap span.wpcf7-form-control-wrap.your-email,
.contact-form-7-slider-wrap .form-submit.your-email {
    width: 50%;
}

.contact-form-7-slider-wrap input {
    width: 100%;
}

.contact-form-7-slider-wrap span.wpcf7-not-valid-tip {
    font-size: 12px;
    white-space: normal;
}

.contact-form-7-slider-wrap .form-submit {
    text-align: right;
    margin-top: 5px;
}

.contact-form-7-slider-wrap .form-submit input[type="submit"] {
    background-color: transparent;
    padding: 0;
    text-decoration: underline;
    font-size: 15px;
    width: auto;
}

.contact-form-7-slider-wrap .form-submit input[type="submit"]:hover {
    background-color: transparent;
}

.contact-form-7-slider-wrap .wpcf7-textarea {
    height: 100px;
}

@media only screen and (max-width: 768px) {
    .under-construction .content,
    .coming-soon .content {
        padding-top: 270px;
        padding-bottom: 270px;
    }
}

@media only screen and (max-width: 600px) {
    .under-construction .content,
    .coming-soon .content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 400px) {
    .under-construction .content,
    .coming-soon .content {
        margin-left: 15px;
        margin-right: 15px;
    }

    .under-construction .logo,
    .coming-soon .logo {
        max-width: 250px;
        max-height: 250px;
    }

    .under-construction .title,
    .coming-soon .title {
        font-size: 36px;
        margin-top: 40px;
    }

    .under-construction .sub-title,
    .coming-soon .sub-title {
        font-size: 16px;
        margin-top: 30px;
    }

    .under-construction .entry-content .mc4wp-form input[type="email"],
    .coming-soon .entry-content .mc4wp-form input[type="email"] {
        width: auto;
    }
}

@media only screen and (max-width: 350px) {
    .page404 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .page404 .content-wrap {
        padding: 15px;
    }

    .page404 h4.description,
    .page404 div.return {
        font-size: 15px;
    }
}

.contact_page h1,
.contact_page h2 {
    letter-spacing: 8px;
    font-weight: bold;
    opacity: 0.9;
}

@media (max-width: 479px) {
    .contact_page h2 {
        letter-spacing: 0;
        padding-bottom: 0 !important;
    }
}

.contact_page h1 {
    letter-spacing: 20px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .contact_page h1 {
        display: none;
    }
}

.contact_page .icon-description {
    padding-top: 15px;
}

.contact_page .wpcf7 .wpcf7-form {
    position: relative;
    padding: 0 4%;
}

.contact_page .wpcf7 .wpcf7-form p {
    float: left;
    width: 50%;
}

.contact_page .wpcf7 .wpcf7-form p .lable {
    line-height: 42px;
    text-align: center;
    float: left;
    display: inline-block;
    font-size: 13px;
    color: #262626;
    font-weight: bold;
    width: 20%;
}

.contact_page .wpcf7 .wpcf7-form p input[type="text"],
.contact_page .wpcf7 .wpcf7-form p input[type="email"] {
    display: inline-block;
    width: 80%;
    background: transparent;
    border: 2px solid #e5e5e5;
}

.contact_page .wpcf7 .wpcf7-form p.ct-email .wpcf7-not-valid-tip {
    text-align: center;
}

.contact_page .wpcf7 .wpcf7-form p.ct_texta {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-left: 5%;
}

.contact_page .wpcf7 .wpcf7-form p.ct_texta textarea {
    width: 90%;
    background: transparent;
    border: 2px solid #e5e5e5;
}

.contact_page .wpcf7 .wpcf7-form p.ct_submit {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-left: 5%;
}

.contact_page .wpcf7 .wpcf7-form p.ct_submit input[type="submit"] {
    display: inline-block;
    width: 90%;
    font-weight: bold;
}

.contact_page .wpcf7 .wpcf7-form p.ct_submit .ajax-loader {
    position: absolute;
    right: 0px;
}

.contact_page .wpcf7 .wpcf7-form .wpcf7-response-output {
    text-align: center;
    border: none;
    color: red;
}

@media (max-width: 767px) {
    .contact_page .wpcf7 .wpcf7-form p {
        width: 100%;
    }

    .contact_page .wpcf7 .wpcf7-form p.ct_texta {
        margin-left: 10%;
    }

    .contact_page .wpcf7 .wpcf7-form p.ct_texta textarea {
        width: 80%;
    }

    .contact_page .wpcf7 .wpcf7-form p.ct_submit {
        margin-left: 10%;
    }

    .contact_page .wpcf7 .wpcf7-form p.ct_submit input[type="submit"] {
        width: 80%;
    }
}

/**************
PAGE-CONTACT-US
***************/
.page-contact-us .yolo-page-title-section {
    position: relative;
}

.page-contact-us .wpb_wrapper h2 {
    position: relative;
    margin: 0;
}

.page-contact-us .wpb_wrapper h2:before {
    position: absolute;
    content: '';
    top: 48%;
    left: 0;
    width: 6%;
    height: 10%;
    background: #EE390F;
}

.page-contact-us .wpb_wrapper form h6 {
    font-weight: bold;
}

.page-contact-us .wpb_wrapper form input,
.page-contact-us .wpb_wrapper form textarea {
    width: 95%;
    background: none !important;
    border: 2px solid #eeeeee;
}

.page-contact-us .wpb_wrapper form input[type="submit"] {
    background: #ff7506 !important;
    color: #ffffff;
}

.page-contact-us .wpb_wrapper form input[type="submit"]:hover {
    background: #9f4700 !important;
}

.page-contact-us .wpb_wrapper .wpb_wrapper .icon-title:before {
    display: none;
}

/************
PAGE-ABOUT-US
************/
.page-about-us .yolo-page-title-section {
    position: relative;
}

.page-about-us .yolo-page-title-section .yolo-breadcrumb-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-about-us .page-content {
    position: relative;
    z-index: 2;
}

.page-about-us .page-content .entry-content .wpb_wrapper h2 {
    position: relative;
    margin: 0;
}

.page-about-us .page-content .entry-content .wpb_wrapper h2:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 6%;
    height: 8%;
    background: #EE390F;
}

.page-about-us .page-content .entry-content .wpb_wrapper .about_us {
    list-style: none;
    padding-left: 0;
}

.page-about-us .page-content .entry-content .wpb_wrapper .about_us li {
    position: relative;
    padding: 6% 0 6% 15%;
    color: #ff7506;
    border-bottom: 1px solid #eeeeee;
}

.page-about-us .page-content .entry-content .wpb_wrapper .about_us li i {
    position: absolute;
    content: '';
    top: 34%;
    left: 0;
    font-size: 20px;
    color: #ff7506;
}

.page-about-us .page-content .entry-content .wpb_wrapper .about_us li:last-child {
    border-bottom: none;
}

.yolo-full-width.section .vc_row {
    position: relative;
    height: 100%;
}

.login-popup {
    background: #ffffff;
    color: #363738;
    padding: 30px;
    min-width: 357px;
}

.login-popup h2 {
    color: #EE390F;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.7375em;
    text-align: center;
}

.login-popup .close-btn {
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 1.2em;
    color: #000;
    color: rgba(0, 0, 0, 0.5);
}

.login-popup .close-btn:hover {
    color: #EE390F;
}

.login-popup .message {
    color: #fff;
    margin: 0 0 10px;
}

.login-popup .message.success {
    background: #609450;
}

.login-popup .message.error {
    background: #BD362F;
}

.login-popup .message.notice {
    background: #FAA732;
}

/*** Login Form ***/
#form p {
    padding: 0;
    margin: 0 0 10px;
}

#form .field-titles {
    text-transform: uppercase;
    font-size: .8125em;
    line-height: 1.538461538em;
    font-weight: bold;
}

#form .input {
    font-size: 1.230769231em;
    padding: 5px;
    border: 1px solid #E6E6E6;
    background: #ffffff;
}

#form .input:hover,
#form .input:focus {
    border: 1px solid #EE390F;
}

#form #forgetmenot {
    position: relative;
    float: left;
    margin: 0;
}

#form #forgetmenot label {
    position: relative;
    top: 5px;
    font-size: 1.05em;
    cursor: pointer;
}

#form #forgetmenot label:hover {
    color: #EE390F;
}

#form .submit {
    width: 100%;
}

#form .submit .button {
    background: #EE390F;
    color: #ffffff;
    font-size: 1em;
    outline: 0;
    border: none;
    padding: 7px 18px;
    width: 100%;
    height: 42px;
}

#form .submit .button:hover {
    background: #67be28;
}

#additional-settings {
    font-size: 1.05em;
    position: relative;
    margin-top: 15px;
    bottom: 0px;
}

#additional-settings a {
    color: #EE390F;
}

#additional-settings a:hover {
    opacity: .8;
}

/* 3. Add To Cart Woocommerce CSS */
.product.woocommerce.add_to_cart_inline {
    display: none;
}

.add-to-cart-wrap {
    text-align: center;
}

/* 4. FAQs */
.yolo-faqs .vc_tta-panels-container {
    background: #ffffff;
}

.yolo-faqs .vc_tta-panels-container .vc_tta-panels {
    padding: 5% 10%;
}

.yolo-faqs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    border-bottom: 1px solid #f6f6f6;
    padding: 15px 0px;
}

.yolo-faqs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: none;
    border: none;
}

.yolo-faqs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text {
    text-transform: uppercase;
    font-size: 14px;
}

.yolo-faqs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background: none;
    border: none;
    margin-left: 5%;
}

.organisk-heading {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 24px;
    padding-left: 5px;
    position: relative;
}

.organisk-heading:after {
    content: '';
    border-bottom: 1px solid;
    display: block;
    padding-top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.organisk-heading.style2 {
    margin-top: 35px;
    padding-bottom: 10px;
}

.organisk-heading.style2:after {
    border-bottom: 1px solid #eeeeee;
    padding-top: 0;
    bottom: auto;
    top: -34px;
}

.owl-yolo-shortcode .owl-controls .owl-buttons div {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    line-height: 40px;
}

.owl-yolo-shortcode .owl-controls .owl-buttons div i {
    color: #000000;
    font-size: 20px;
}

.owl-yolo-shortcode .owl-controls .owl-buttons .owl-prev {
    left: 20px;
}

.owl-yolo-shortcode .owl-controls .owl-buttons .owl-next {
    right: 20px;
}

.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    opacity: 1;
}

.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-next {
    right: -45px;
    opacity: 1;
}

.owl-yolo-shortcode .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px;
}

@media (max-width: 800px) {
    .owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-prev {
        left: 0;
    }

    .owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-next {
        right: 0;
    }
}

.wpb_wrapper .vc_btn3.vc_btn3-style-custom {
    background-image: none;
}

.organisk-button {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}

.organisk-button i {
    position: absolute;
    font-size: 20px;
    line-height: 1.2;
}

.organisk-button.i_left {
    padding-left: 40px !important;
}

.organisk-button.i_right {
    padding-right: 40px !important;
}

.organisk-button.i_left i {
    left: 15px;
    margin-right: 5px;
}

.organisk-button.i_right i {
    margin-left: 5px;
    right: 15px;
}

.organisk-button.style1 {
    border: 2px solid;
    color: #ffffff;
    background-color: #EE390F;
}

.organisk-button.style1.gray-color {
    border: 2px solid #ccc;
    background-color: #ccc;
    color: #888;
}

.organisk-button.style1:hover,
.organisk-button.style1.active {
    color: #ffffff;
    background-color: #67be28;
}

.organisk-button.style2 {
    border: 2px solid #eeeeee;
}

.organisk-button.style2:hover,
.organisk-button.style2.active {
    color: #ffffff;
}

.organisk-button.style2.button-light {
    color: #ffffff;
}

.organisk-button.button-1x {
    min-width: 140px;
    padding: 4px 15px;
}

.organisk-button.button-1x i {
    top: 4px;
}

.organisk-button.button-2x {
    min-width: 140px;
    padding: 7px 20px;
}

.organisk-button.button-2x i {
    top: 7px;
}

.organisk-button.button-3x {
    min-width: 160px;
    padding: 10px 20px;
}

.organisk-button.button-3x i {
    top: 10px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading {
    margin: 0 !important;
}

.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 {
    font-size: 14px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a {
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
    padding: 17px;
    color: #202020;
}

.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a:hover,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a:hover {
    text-decoration: none;
}

.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a .vc_tta-icon,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a .vc_tta-icon {
    font-size: 26px;
    width: 35px;
    vertical-align: middle;
    display: inline-block;
}

.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a span,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a span,
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a i,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a i {
    color: #202020;
}

.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon {
    width: 7px;
    height: 4px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
    border-width: 4px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-body,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-body {
    border: none !important;
}

.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel {
    padding-top: 1px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel {
    padding-top: 2px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel {
    padding-top: 3px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel {
    padding-top: 4px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel {
    padding-top: 5px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel {
    padding-top: 10px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel {
    padding-top: 15px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel {
    padding-top: 20px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel {
    padding-top: 25px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel {
    padding-top: 30px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel {
    padding-top: 35px;
}

.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 5px !important;
}

.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-body {
    border: 1px solid #DDDDDD !important;
}

.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-body {
    background-color: #DDDDDD !important;
}

@media (max-width: 480px) {
    .vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-title-text:not(: empty):not(: first-child),
    .vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-title-text:not(: empty):not(: first-child),
    .vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-title-text:not(: empty) ~ *,
    .vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-title-text:not(: empty) ~ * {
        margin-left: 0 !important;
    }

    .vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-icon,
    .vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-icon {
        display: none !important;
    }
}

/* tour */
.vc_tta-style-tour_style1 .vc_tta-panel-heading {
    border-bottom: 1px solid #eeeeee;
}

.vc_tta-style-tour_style1 .vc_tta-tabs-list {
    margin: 0 !important;
    border: 3px solid #eeeeee;
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: flex-start !important;
    align-self: flex-start !important;
    padding: 30px 0 !important;
}

.vc_tta-style-tour_style1 .vc_tta-tabs-list .vc_tta-tab:last-child .vc_tta-title-text {
    border-bottom: 0;
}

.vc_tta-style-tour_style1 .vc_tta-title-text {
    font-size: 15px;
    color: #999999 !important;
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding-bottom: 10px;
    padding-left: 6px;
}

.vc_tta-style-tour_style1 .vc_tta-title-text a {
    color: #999999 !important;
}

.vc_tta-style-tour_style1 .vc_tta-panel-body {
    padding-top: 0 !important;
}

.vc_tta-style-tour_style1 .vc_tta-tab > a {
    padding: 0 20px !important;
}

.vc_tta-style-tour_style1 .vc_tta-tabs-container {
    margin: 10px 10px 0 0 !important;
}

@media (max-width: 767px) {
    .vc_tta-style-tour_style1 .vc_tta-panels-container {
        border: 3px solid #eeeeee !important;
    }
}

/* Tabs */
.vc_tta-style-tab_style1 .vc_tta-tabs-container {
    border-bottom: 1px solid;
}

.vc_tta-style-tab_style1 .vc_tta-tabs-container h2 {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 30px;
    padding-left: 5px;
}

.vc_tta-style-tab_style1 .vc_tta-tabs-container .vc_tta-tabs-list {
    padding-bottom: 4px;
}

.vc_tta-style-tab_style1 .vc_tta-tabs-container .vc_tta-title-text {
    font-size: 15px;
}

.vc_tta-style-tab_style1 .vc_tta-panel-heading {
    border-bottom: 1px solid !important;
}

.vc_tta-style-tab_style1 .vc_tta-panel-body {
    border-width: 0 !important;
}

.vc_tta-style-tab_style1.vc_general .vc_tta-panel-body {
    -webkit-transition: padding 0.6s ease-in-out;
    -o-transition: padding 0.6s ease-in-out;
    transition: padding 0.6s ease-in-out;
}

/* message_box */
.vc_color-hm-info.vc_message_box {
    color: #6379B7;
    border-color: #6379B7;
    background-color: #F7FAFF;
}

.vc_color-hm-info.vc_message_box .vc_message_box-icon {
    color: #6379B7;
}

.vc_color-hm-info.vc_message_box-solid {
    color: #6379B7;
    border-color: transparent;
    background-color: #F7FAFF;
}

.vc_color-hm-info.vc_message_box-solid .vc_message_box-icon {
    color: #6379B7;
}

.vc_color-hm-info.vc_message_box-outline,
.vc_color-hm-info.vc_message_box-solid-icon {
    color: #6379B7;
    border-color: #6379B7;
    background-color: transparent;
}

.vc_color-hm-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #6379B7;
}

.vc_color-hm-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #6379B7;
    background-color: #F7FAFF;
}

.vc_color-hm-info.vc_message_box-3d {
    box-shadow: 0 5px 0 #6379B7;
}

/* 2 */
.vc_color-hm-warning.vc_message_box {
    color: #F2C800;
    border-color: #F2C800;
    background-color: #FFFDF3;
}

.vc_color-hm-warning.vc_message_box .vc_message_box-icon {
    color: #F2C800;
}

.vc_color-hm-warning.vc_message_box-solid {
    color: #F2C800;
    border-color: transparent;
    background-color: #FFFDF3;
}

.vc_color-hm-warning.vc_message_box-solid .vc_message_box-icon {
    color: #F2C800;
}

.vc_color-hm-warning.vc_message_box-outline,
.vc_color-hm-warning.vc_message_box-solid-icon {
    color: #F2C800;
    border-color: #F2C800;
    background-color: transparent;
}

.vc_color-hm-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-warning.vc_message_box-solid-icon .vc_message_box-icon {
    color: #F2C800;
}

.vc_color-hm-warning.vc_message_box-solid-icon .vc_message_box-icon {
    color: #F2C800;
    background-color: #FFFDF3;
}

.vc_color-hm-warning.vc_message_box-3d {
    box-shadow: 0 5px 0 #F2C800;
}

/* 3 */
.vc_color-hm-success.vc_message_box {
    color: #339B62;
    border-color: #339B62;
    background-color: #F5FCF8;
}

.vc_color-hm-success.vc_message_box .vc_message_box-icon {
    color: #339B62;
}

.vc_color-hm-success.vc_message_box-solid {
    color: #339B62;
    border-color: transparent;
    background-color: #F5FCF8;
}

.vc_color-hm-success.vc_message_box-solid .vc_message_box-icon {
    color: #339B62;
}

.vc_color-hm-success.vc_message_box-outline,
.vc_color-hm-success.vc_message_box-solid-icon {
    color: #339B62;
    border-color: #339B62;
    background-color: transparent;
}

.vc_color-hm-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #339B62;
}

.vc_color-hm-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #339B62;
    background-color: #F5FCF8;
}

.vc_color-hm-success.vc_message_box-3d {
    box-shadow: 0 5px 0 #339B62;
}

/* 4 */
.vc_color-hm-danger.vc_message_box {
    color: #CB323E;
    border-color: #CB323E;
    background-color: #FDF4F3;
}

.vc_color-hm-danger.vc_message_box .vc_message_box-icon {
    color: #CB323E;
}

.vc_color-hm-danger.vc_message_box-solid {
    color: #CB323E;
    border-color: transparent;
    background-color: #FDF4F3;
}

.vc_color-hm-danger.vc_message_box-solid .vc_message_box-icon {
    color: #CB323E;
}

.vc_color-hm-danger.vc_message_box-outline,
.vc_color-hm-danger.vc_message_box-solid-icon {
    color: #CB323E;
    border-color: #CB323E;
    background-color: transparent;
}

.vc_color-hm-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-danger.vc_message_box-solid-icon .vc_message_box-icon {
    color: #CB323E;
}

.vc_color-hm-danger.vc_message_box-solid-icon .vc_message_box-icon {
    color: #CB323E;
    background-color: #FDF4F3;
}

.vc_color-hm-danger.vc_message_box-3d {
    box-shadow: 0 5px 0 #CB323E;
}

.vc_color-hm-info p,
.vc_color-hm-warning p,
.vc_color-hm-success p,
.vc_color-hm-danger p {
    padding: 25px 0 23px 23px;
}

.vc_color-hm-info i,
.vc_color-hm-warning i,
.vc_color-hm-success i,
.vc_color-hm-danger i {
    font-size: 36px;
    margin-left: 15px;
}

.contact-get-in-touch .wpcf7-text,
.contact-get-in-touch .wpcf7-textarea {
    width: 100%;
}

.contact-get-in-touch p {
    color: #202020;
    font-size: 13px;
}

.contact-get-in-touch .contact-title {
    font-size: 14px;
    color: #868686;
    padding: 0 15px;
}

.contact-get-in-touch h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.contact-get-in-touch span.wpcf7-form-control-wrap {
    display: block;
    padding-top: 8px;
}

.v-line {
    position: relative;
    min-height: 66px;
}

.v-line:after {
    border-right: 1px solid #ffffff;
    position: absolute;
    right: 0;
    top: -26px;
    bottom: -26px;
    margin: auto;
    width: 1px;
    display: block;
    content: '';
}

.box-message .wpb_text_column {
    min-height: 187px;
    padding-top: 53px;
    border: 1px solid;
}

.box-message .wpb_text_column:hover * {
    color: #ffffff !important;
}

.box-message .wpb_text_column a {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .v-line:after {
        display: none;
    }

    .page-content {
        margin: 0 15px;
    }
}

.min-height-366 {
    min-height: 366px;
}

.i-location,
.i-phone,
.i-mail,
.i-clock {
    color: #868686;
    margin-bottom: 10px;
}

.i-location:before,
.i-phone:before,
.i-mail:before,
.i-clock:before {
    font-family: fontawesome;
    font-size: 20px;
    display: inline-block;
    width: 40px;
}

.i-location:before {
    content: "\f041";
}

.i-phone:before {
    content: "\f095";
}

.i-mail:before {
    content: "\f0e0";
}

.i-clock:before {
    content: "\f017";
}

@media (max-width: 1400px) {
    .title-opacity {
        font-size: 60px !important;
    }
}

@media (max-width: 1199px) {
    .title-opacity {
        display: none !important;
    }
}

/*************************************/
/* custom organisk*/
/************************************/
.yolo-page-title-wrap {
    background-position: center;
}

@media (max-width: 767px) {
    footer {
        margin: 0 15px;
    }
}

div div.wpcf7-validation-errors {
    border: 2px solid #EE390F;
}

.wpcf7 .home-1 {
    position: relative;
}

.wpcf7 .home-1 .your-email {
    display: inline-block;
    position: relative;
    width: 100%;
}

.wpcf7 .home-1 .your-email input {
    background-color: transparent;
    border-bottom: 1px solid #333;
    font-style: italic;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 100%;
}

.wpcf7 .home-1 .ctf7_submit {
    color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

.wpcf7 .home-1 .ctf7_submit input {
    background-color: transparent;
    border-color: transparent;
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: 3;
}

.wpcf7 .home-1 .ctf7_submit img {
    display: none;
}

.wpcf7 .home-1 .ctf7_submit::before {
    color: #EE390F;
    content: "\f1d9";
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-family: FontAwesome;
    width: 30px;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.wpcf7 .home-1 .ctf7_submit:hover::before {
    background-color: #EE390F;
    color: #fff;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.wpcf7 .home-2 {
    display: inline-block;
    width: 100%;
}

.wpcf7 .home-2 .your-name {
    padding-right: 30px;
    width: 24%;
}

.wpcf7 .home-2 .your-name input {
    background-color: transparent;
    font-style: italic;
    border: 1px solid #ccc;
}

.wpcf7 .home-2 .your-email {
    padding-right: 30px;
    width: 55%;
}

.wpcf7 .home-2 .your-email input {
    background-color: transparent;
    font-style: italic;
    border: 1px solid #ccc;
}

.wpcf7 .home-2 .ctf7_submit {
    width: 20%;
    position: relative;
}

.wpcf7 .home-2 .ctf7_submit .ajax-loader {
    left: 0;
    position: absolute;
    top: 110%;
}

.wpcf7 .home-2 .ctf7_submit input {
    background-color: #EE390F;
    border: medium none;
    color: #fff;
    height: 40px;
    line-height: 40px;
    transition: all 0.5s ease 0s;
    padding: 0;
}

.wpcf7 .home-2 .ctf7_submit input:hover {
    background-color: #333;
}

.wpcf7 .home-2 span.your-name,
.wpcf7 .home-2 span.your-email,
.wpcf7 .home-2 div.ctf7_submit {
    float: left;
}

@media (max-width: 767px) {
    .wpcf7 .home-2 span.your-name,
    .wpcf7 .home-2 span.your-email,
    .wpcf7 .home-2 div.ctf7_submit {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.wpcf7 .home-2 input {
    width: 100%;
}

.wpcf7 .form-page-contact label {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.wpcf7 .form-page-contact input,
.wpcf7 .form-page-contact textarea {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 100%;
    color: #fff;
}

.wpcf7 .form-page-contact input:active,
.wpcf7 .form-page-contact textarea:active,
.wpcf7 .form-page-contact input:focus,
.wpcf7 .form-page-contact textarea:focus {
    border-color: #333 !important;
}

.wpcf7 .form-page-contact input.wpcf7-submit {
    background-color: #333;
    text-transform: uppercase;
    width: auto;
}

.wpcf7 .form-page-contact input.wpcf7-submit:hover {
    background-color: white;
    color: #333;
}

.wpcf7 .form-page-contact textarea {
    height: 95px;
}

.yolo-video-player {
    position: relative;
    background-position: center center;
}

.yolo-video-player .iframe-video-player {
    opacity: 0;
}

.yolo-video-player .video-close {
    background-color: rgba(255, 255, 255, 0.4);
    color: #000;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 5;
}

.yolo-video-player.style_1 .container-text {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.yolo-video-player.style_1 .container-text .play-button {
    font-size: 72px;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.yolo-video-player.style_1 .container-text .play-button:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-home-2 .vc_custom_heading,
.portfolio-home-2 .portfolio-tabs {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .portfolio-home-2 .vc_custom_heading,
    .portfolio-home-2 .portfolio-tabs {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .portfolio-home-2 .vc_custom_heading,
    .portfolio-home-2 .portfolio-tabs {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .portfolio-home-2 .vc_custom_heading,
    .portfolio-home-2 .portfolio-tabs {
        width: 1200px;
    }
}

.portfolio-home-2 .vc_custom_heading {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    padding-top: 5px;
}

@media (max-width: 768px) {
    .portfolio-home-2 .vc_custom_heading {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.post-type-archive-yolo_portfolio .entry-thumbnail-wrap {
    padding: 0 !important;
}

.post-type-archive-yolo_portfolio .site-content-archive-inner .blog-inner article.has-post-thumbnail .entry-content-wrap .entry-detail {
    padding-top: 0 !important;
    /* .btn-readmore {
                    background-color: @primary_color;
                    color: #fff;
                    display: inline-block;
                    margin: 10px 0;
                    padding: 5px 30px;
                    text-transform: uppercase;
                    &:hover {
                        background-color: #333;
                    }
                } */
}

.post-type-archive-yolo_portfolio .site-content-archive-inner .blog-inner article.has-post-thumbnail .entry-content-wrap .entry-detail .entry-title {
    margin-top: 20px;
}

.post-type-archive-yolo_portfolio .site-content-archive-inner .blog-inner article.has-post-thumbnail .entry-content-wrap .entry-detail .entry-excerpt {
    margin: 15px 0;
}

.post-type-archive-yolo_portfolio .site-content-archive-inner .blog-inner article.has-post-thumbnail:nth-child(2n) .entry-wrap .entry-content-wrap {
    padding: 0 0 0 15px;
}

.post-type-archive-yolo_portfolio .site-content-archive-inner .blog-inner article.has-post-thumbnail:nth-child(2n+1) .entry-wrap .entry-content-wrap {
    padding: 0 15px 0 0;
}

.post-type-archive-yolo_portfolio .social-share-wrap {
    margin-top: 10px;
}

.post-type-archive-yolo_portfolio .social-share-wrap .social-share {
    display: inline-block;
    padding: 0;
}

.post-type-archive-yolo_portfolio .social-share-wrap .social-share li {
    display: inline-block;
    margin-left: 3px;
    text-align: center;
}

.post-type-archive-yolo_portfolio .social-share-wrap .social-share li a {
    background-color: #999;
    border: 1px solid #999;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 0;
    height: 23px;
    line-height: 21px;
    padding: 0;
    transition: all 0.35s ease-in-out 0s;
    width: 23px;
}

.post-type-archive-yolo_portfolio .social-share-wrap .social-share li a i {
    font-size: 14px;
    line-height: 21px;
}

.post-type-archive-yolo_portfolio .social-share-wrap .social-share li a:hover {
    background-color: #7dc642;
    border: 1px solid #7dc642;
}

.product-home-3 .vc_custom_heading {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    padding-top: 25px;
    margin: 0;
}

@media (max-width: 991px) {
    .product-home-3 .vc_custom_heading {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding-top: 85px;
    }
}

.product-home-3 .ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters {
    text-align: right;
}

.product-home-3 .ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul.ylp-product-filter-tabs {
    text-align: right;
}

.product-home-3 .ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-button {
    display: none;
}

table.compare-list .add-to-cart-wrap a.add_to_cart_button {
    font-size: 15px;
    height: auto;
    opacity: 1;
    padding: 10px 25px;
    text-transform: uppercase;
    width: auto;
    background-color: #7dc642;
}

div.bg-right-bottom > div {
    background-position: right bottom !important;
}

div .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
div .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding: 10px 25px;
}

div .vc_general.vc_btn3.vc_btn3-style-outline,
div .vc_general.vc_btn3.vc_btn3-style-outline-custom {
    padding: 10px 25px;
}

div .vc_btn3.vc_btn3-size-md {
    padding: 11px 26px;
}

@-webkit-keyframes scrollmenu {
    0% {
        transform: translateY(5px);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes scrollmenulast {
    0% {
        opacity: 1;
        visibility: visible;
        background-color: #fff;
        top: 0;
    }
    99% {
        opacity: 1;
        visibility: visible;
        background-color: #fff;
        top: 97%;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        top: 100%;
    }
}

.yolo-ad-banner-wrap {
    display: inline-block;
    padding: 80px 0;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .yolo-ad-banner-wrap {
        padding: 80px 20px;
    }
}

@-webkit-keyframes hover_img_ad_banner {
    0% {
        -moz-transform: scale(0.65);
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        -o-transform: scale(0.65);
        transform: scale(0.65);
        opacity: 0;
    }
    10% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes hover_img_ad_banner {
    0% {
        -moz-transform: scale(0.65);
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        -o-transform: scale(0.65);
        transform: scale(0.65);
        opacity: 0;
    }
    10% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.yolo-ad-banner-item {
    float: left;
    position: relative;
    width: 50%;
    transform: scale(0.9);
    transition: height 0.5s;
    background: #fff;
    z-index: 1;
    transition: transform 0.5s;
}

@media (max-width: 991px) {
    .yolo-ad-banner-item.item-2.has-menu {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .yolo-ad-banner-item {
        padding: 0 !important;
        transform: none !important;
    }

    .yolo-ad-banner-item::before {
        display: none !important;
    }
}

.yolo-ad-banner-item.active {
    z-index: 2;
    transition: transform 0.5s;
    transform: scale(1.1) translateX(-2px);
}

.yolo-ad-banner-item ul {
    padding: 0;
}

.yolo-ad-banner-item:hover .yolo-ad-banner-more-info li {
    transition: all 0.1s ease-in 0s;
}

.yolo-ad-banner-item:hover .yolo-ad-banner-more-info li:nth-child(1) {
    animation: 0.1s ease-in 0s none 1 running scrollmenu;
}

.yolo-ad-banner-item:hover .yolo-ad-banner-more-info li:nth-child(2) {
    animation: 0.1s ease-in 0s none 1 running scrollmenu;
}

.yolo-ad-banner-item:hover .yolo-ad-banner-more-info li:nth-child(3) {
    animation: 0.1s ease-in 0s none 1 running scrollmenu;
}

.yolo-ad-banner-item:hover .yolo-ad-banner-more-info li:nth-child(4) {
    animation: 0.1s ease-in 0s none 1 running scrollmenu;
}

.yolo-ad-banner-item:hover .yolo-ad-banner-more-info li:nth-child(5) {
    animation: 0.1s ease-in 0s none 1 running scrollmenu;
}

.yolo-ad-banner-item:hover .yolo-ad-banner-more-info li:nth-child(6) {
    animation: 0.1s ease-in 0s none 1 running scrollmenu;
}

.yolo-ad-banner-item:hover .yolo-ad-banner-rotate {
    color: #EE390F;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.yolo-ad-banner-item:hover .img-ad-banner .img-but-it {
    opacity: 1;
    -webkit-transition: all 0.35s linear 0s;
    -o-transition: all 0.35s linear 0s;
    transition: all 0.35s linear 0s;
}

.yolo-ad-banner-item:before {
    border-right: 1px solid #ddd;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 2;
}

.yolo-ad-banner-item .yolo-ad-banner-content {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 35px 30px 5px;
}

.yolo-ad-banner-item .yolo-ad-banner-content .yolo-ad-banner-title {
    color: #EE390F;
}

.yolo-ad-banner-item .yolo-ad-banner-content .star-rating span {
    color: #ff7506;
}

.yolo-ad-banner-item .yolo-ad-banner-content .yolo-ad-banner-subtitle {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
}

.yolo-ad-banner-item .yolo-ad-banner-content .yolo-ad-banner-description {
    margin-bottom: 5px;
}

.yolo-ad-banner-item .yolo-ad-banner-content .price-sale {
    margin-bottom: 10px;
}

.yolo-ad-banner-item .yolo-ad-banner-content .price-sale ins {
    color: #ff7506;
    font-size: 20px;
    margin-right: 5px;
    text-decoration: none;
}

.yolo-ad-banner-item .yolo-ad-banner-content .price-sale del {
    color: #333;
}

.yolo-ad-banner-item .yolo-ad-banner-more-info {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 140px;
}

@media (max-width: 480px) {
    .yolo-ad-banner-item .yolo-ad-banner-more-info {
        display: none !important;
    }
}

.yolo-ad-banner-item .yolo-ad-banner-more-info li {
    list-style: none;
    color: #333333;
    text-transform: uppercase;
    margin: 3px 0;
}

.yolo-ad-banner-item .yolo-ad-banner-more-info li:hover {
    color: #EE390F;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .yolo-ad-banner-item .yolo-ad-banner-more-info {
        font-size: 12px;
    }
}

.yolo-ad-banner-item:nth-child(2n+1) {
    padding-left: 165px;
}

.yolo-ad-banner-item:nth-child(2n+1) .yolo-ad-banner-more-info {
    left: 0;
}

.yolo-ad-banner-item:nth-child(2n+1)::before {
    left: 150px;
}

.yolo-ad-banner-item:nth-child(2n+1) .yolo-ad-banner-rotate {
    left: 0;
    padding-top: 110px;
}

.yolo-ad-banner-item:nth-child(2n+1) .yolo-ad-banner-more-info {
    text-align: right;
}

.yolo-ad-banner-item:nth-child(2n) {
    padding-right: 165px;
}

.yolo-ad-banner-item:nth-child(2n) .yolo-ad-banner-more-info {
    right: 0;
}

.yolo-ad-banner-item:nth-child(2n)::before {
    right: 150px;
}

.yolo-ad-banner-item:nth-child(2n) .yolo-ad-banner-rotate {
    right: 0;
}

.yolo-ad-banner-item:nth-child(2n) .yolo-ad-banner-more-info {
    text-align: left;
}

.yolo-ad-banner-best-deal {
    background-color: #ff6600;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.5px;
    line-height: 16px;
    padding-top: 13px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 40px;
}

.yolo-ad-banner-best-deal::before {
    border-color: transparent #ff6600;
    border-style: solid;
    border-width: 0 20px 20px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 59px;
}

@media (max-width: 480px) {
    .yolo-ad-banner-best-deal {
        display: none;
    }
}

.no-best-deal .yolo-ad-banner-best-deal {
    display: none;
}

.yolo-ad-banner-item.style-1.no-menu .yolo-ad-banner-best-deal {
    right: 65px;
}

.yolo-ad-banner-rotate {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background-color: #fff;
    height: 140px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 45px;
    transform: rotate(-90deg);
    width: 180px;
    z-index: 3;
    line-height: 30px;
    color: #999;
    font-style: 15px;
    letter-spacing: 2px;
}

@media (max-width: 480px) {
    .yolo-ad-banner-rotate {
        display: none;
    }
}

.yolo-ad-banner-more-info::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.yolo-ad-banner-item:hover .yolo-ad-banner-more-info::before {
    top: 100%;
    transition: top 0.5s ease-in 0s;
}

.yolo-ad-banner-item.active .yolo-ad-banner-more-info::before {
    animation: 0.5s ease-in 0ms alternate none 1 running scrollmenulast;
}

.yolo-ad-banner-item.style-1 {
    width: 100%;
}

.yolo-ad-banner-item.style-1 .yolo-ad-banner-content {
    box-shadow: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.yolo-ad-banner-item.style-1 .yolo-ad-banner-content:hover {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.img-ad-banner {
    padding: 20px 0;
    position: relative;
}

.img-ad-banner img {
    -webkit-transition: all 1.2s linear 0s;
    -o-transition: all 1.2s linear 0s;
    transition: all 1.2s linear 0s;
}

.img-ad-banner .img-but-it {
    color: #222222;
    font-size: 25px;
    letter-spacing: -1px;
    opacity: 1;
    text-transform: uppercase;
    transform: rotate(25deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    border: 1px solid #222222;
    padding: 0 10px;
    -webkit-transition: all 0.35s linear 0s;
    -o-transition: all 0.35s linear 0s;
    transition: all 0.35s linear 0s;
}

.img-ad-banner .img-but-it:hover {
    -webkit-transition: all 0.5s linear 0.3s;
    -o-transition: all 0.5s linear 0.3s;
    transition: all 0.5s linear 0.3s;
    color: #ff7506;
    border-color: #ff7506;
}

.yolo-ad-banner-wrap .yolo-ad-banner-item.no-menu {
    padding-left: 0;
    padding-right: 50px;
    transform: none;
    width: 100%;
}

.yolo-ad-banner-wrap .yolo-ad-banner-item.no-menu .yolo-ad-banner-more-info {
    display: none;
}

.yolo-ad-banner-wrap .yolo-ad-banner-item.no-menu .yolo-ad-banner-content:before {
    background-color: #f3f3f3;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.yolo-ad-banner-wrap .yolo-ad-banner-item.no-menu .yolo-ad-banner-content .price-sale del {
    font-size: 20px;
}

.yolo-ad-banner-wrap .yolo-ad-banner-item.no-menu .yolo-ad-banner-content .price-sale ins {
    font-weight: 600;
    font-size: 30px;
}

.yolo-ad-banner-wrap .yolo-ad-banner-item.no-menu:before {
    left: auto;
    right: 25px;
}

.yolo-ad-banner-wrap .yolo-ad-banner-item.no-menu .yolo-ad-banner-rotate {
    font-size: 22px;
    font-weight: 400;
    height: 20px;
    left: auto;
    letter-spacing: 6px;
    line-height: 20px;
    padding-top: 0;
    right: -150px;
    top: 200px;
    transform: rotate(90deg);
    width: 350px;
}

.yolo-ad-banner-wrap .yolo-ad-banner-item.no-menu:hover .img-ad-banner a img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.yolo-ad-banner-item.active .yolo-ad-banner-more-info::before {
    background: transparent none repeat scroll 0 0;
}

div .site-content-archive-product .sidebar {
    padding-top: 0;
}

@media (max-width: 1200px) {
    body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-left: 20px;
        padding-right: 40px;
    }
}

#yolo-wrapper .vc_tta-container {
    margin-bottom: 0;
}

@-webkit-keyframes round_icon {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes round_icon {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes round_icon {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes round_icon {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round_icon {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#yolo-wrapper .vc_tta.vc_general.vc_tta {
    background-color: transparent;
}

#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-panels-container {
    background-color: #ffffff;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.08);
}

#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-panel-body {
    border: medium none;
    position: relative;
    padding: 0 0 45px;
    background-color: #ffffff;
}

#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-panels {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-tabs-container {
    margin-bottom: 0;
}

#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list {
    margin-bottom: 0;
    display: inline-block;
    float: left;
}

@media (max-width: 480px) {
    #yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
        width: 100%;
    }
}

#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
    padding: 5px 15px;
    background-color: transparent;
    border-color: transparent;
    color: #ff7506;
    border-radius: 15px 15px 0 0;
}

#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover {
    color: #EE390F;
}

#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
    color: #EE390F;
    background-color: #fff;
    border-color: #eee;
}

#yolo-wrapper .vc_tta.vc_general.vc_tta h4.vc_tta-panel-title {
    display: none;
}

#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-tabs-container,
#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-tabs-container {
    display: block;
}

#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-panel {
    display: block !important;
    /* &::before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(255,255,255,0.9);
            z-index: -1;
            opacity: 0;
        }
        &::after {
            position: absolute;
            content: "\f110";
            font-family: FontAwesome;
            left: 48%;
            top: 40%;
            z-index: -1;
            opacity: 0;
            font-size: 30px;
            color: @primary_color;
        }
        &.vc_animating {
            &::before {
                opacity: 1;
                z-index: 5;
            }
            &::after {
                opacity: 1;
                animation: 0.5s ease-out 5ms alternate none infinite running round_icon;
                z-index: 6;
            }
        } */
}

#yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-panel.vc_active {
    animation: fadeInUp 0.6s ease-in-out 0.3s both;
}

@media (max-width: 767px) {
    .pd-mobile > .vc_column-inner {
        padding-left: 0 !important;
        margin-left: 10px;
    }
}

#yolo-wrapper .hesperiden .tp-tab {
    padding: 3px 0;
    border-bottom: none;
}

#yolo-wrapper .hesperiden .tp-tab-content {
    display: none;
}

#yolo-wrapper .hesperiden .tp-tab:hover,
#yolo-wrapper .hesperiden .tp-tab.selected {
    background-color: transparent;
}

#yolo-wrapper .hesperiden .tp-tab:hover .tp-tab-image,
#yolo-wrapper .hesperiden .tp-tab.selected .tp-tab-image {
    border: 2px solid #fff;
}

#yolo-wrapper .hesperiden .tp-tab:nth-child(2) {
    left: 20px !important;
}

@media (max-width: 767px) {
    #yolo-wrapper .tp-caption.rev-btn {
        display: none;
    }
}

#yolo-wrapper .rev-btn {
    transition: all 0.35s !important;
    -o-transition: all 0.35s !important;
    -webkit-transition: all 0.35s !important;
}

@media (max-width: 767px) {
    body h2 {
        font-size: 25px;
    }

    body .vc_custom_1484298105334 {
        margin-left: 0 !important;
    }
}

.yolo_teammember .entry-content-wrap .social-share-wrap .social-share {
    display: inline-block;
    padding: 0;
}

.yolo_teammember .entry-content-wrap .social-share-wrap .social-share li {
    margin-left: 3px;
    display: inline-block;
    text-align: center;
}

.yolo_teammember .entry-content-wrap .social-share-wrap .social-share li a {
    padding: 0;
    display: block;
    height: 23px;
    width: 23px;
    line-height: 21px;
    border-radius: 3px;
    border: 1px solid #999;
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color: #999;
    font-size: 0;
}

.yolo_teammember .entry-content-wrap .social-share-wrap .social-share li a i {
    font-size: 14px;
    line-height: 21px;
}

.yolo_teammember .entry-tags-social {
    display: none;
}

.single-yolo_teammember li {
    list-style: none;
}

.single-yolo_teammember .author-single-product .post-navigation {
    display: none;
}

.single-yolo_teammember .post-navigation {
    display: inline-block;
}

.single-yolo_teammember .post-navigation .post-navigation-icon {
    line-height: 16px;
}

.single-yolo_teammember .post-navigation a {
    display: inline-block;
}

.single-yolo_teammember .post-navigation a .post-navigation-label {
    display: none;
}

.single-yolo_teammember .post-navigation a:hover .post-navigation-title,
.single-yolo_teammember .post-navigation a:hover i {
    color: #EE390F;
}

.single-yolo_teammember .post-navigation .nav-previous a > div {
    float: left;
}

.single-yolo_teammember .post-navigation .nav-next a > div {
    float: right;
}

.contact-shortcode-wrap {
    position: relative;
}

.contact-shortcode-wrap.style_1 .contact-list {
    display: inline-block;
    padding: 0;
    text-align: left;
    width: 100%;
}

.contact-shortcode-wrap.style_1 .contact-list .contact-item {
    list-style: outside none none;
    padding-left: 45px;
    position: relative;
}

.contact-shortcode-wrap.style_1 .contact-list .icon-wrap {
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
}

.contact-shortcode-wrap.style_1 .contact-list .sub-title {
    color: #EE390F;
}

#yolo-popup {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin: 40px auto;
    max-width: 95%;
    padding: 30px;
    position: relative;
    text-align: left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: white;
}

#yolo-popup .popup-title {
    margin-top: 100px;
    font-weight: 900;
    color: white;
}

#yolo-popup .promo-description {
    position: relative;
    width: 55%;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7);
}

#yolo-popup .checkbox-label {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

#yolo-popup .checkbox-label label {
    font-weight: normal;
}

@media (max-width: 480px) {
    #yolo-popup .checkbox-label {
        margin-left: 15px;
    }
}

@media (max-width: 480px) {
    #yolo-popup {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.popup-form {
    position: relative;
    background: none;
    color: #ffffff;
    margin: 0 auto;
    max-width: 60%;
    overflow: hidden;
    margin-bottom: 10px;
}

.popup-form .your-email input {
    width: 80%;
    background-color: #ffffff;
    color: #333333;
}

.popup-form .your-email input::-webkit-input-placeholder {
    color: #737373;
}

.popup-form .your-email input::-moz-placeholder {
    color: #737373;
}

.popup-form .your-email:before {
    margin-top: 10px;
    content: "\f1d9";
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    color: #333333;
}

.popup-form .ctf7_submit {
    width: 22%;
    float: right;
    position: absolute;
    height: 45px;
    right: 0;
    top: 0;
    padding: 0;
    background-color: #EE390F;
    color: #ffffff;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.popup-form .ctf7_submit:hover {
    background-color: #67be28;
}

.popup-form .ctf7_submit:hover:before {
    left: 120%;
}

.popup-form .ctf7_submit:before {
    content: '';
    width: 100px;
    height: 200px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    left: -145px;
    top: -60px;
    position: absolute;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: rgba(255, 255, 255, 0.5);
}

.popup-form .ctf7_submit input {
    text-transform: uppercase;
    width: 100%;
    position: relative;
    z-index: 2;
    height: 45px;
    line-height: 40px;
    background-color: transparent;
    border: none;
}

.popup-form .ctf7_submit img {
    margin-left: -20px;
}

.popup-form .ctf7_submit:hover:before {
    color: #ffffff;
}

@media (max-width: 480px) {
    .popup-form .ctf7_submit {
        width: 20%;
    }
}

@media (max-width: 480px) {
    .popup-form {
        max-width: 100%;
    }
}

/*-------------------------------------
YOLO PAGE TITLE
---------------------------------------*/
.space-height {
    clear: both;
    min-height: 50px;
}

.breadcrumbs {
    padding: 0;
}

.breadcrumbs li {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
}

.breadcrumbs li::before {
    content: "/";
    left: -2px;
    top: 0;
}

.breadcrumbs li:first-child {
    padding-left: 0;
}

.breadcrumbs li:first-child:before {
    content: "";
}

.page-title-inner {
    font-size: 36px;
}

.yolo-page-title-wrap {
    position: relative;
    height: 400px;
    margin-bottom: 70px;
    margin-top: 0;
    background-size: cover;
}

.yolo-page-title-overlay {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.yolo-page-title-content {
    position: absolute;
    width: 100%;
    padding: 15px 0;
    bottom: 0;
}

.yolo-page-title-content h1 {
    color: #ffffff;
}

.page-title-style-2 .yolo-page-title-content {
    text-align: center;
}

.page-title-style-3 .yolo-page-title-content {
    text-align: right;
}

.page-title-style-4 .yolo-page-title-content .breadcrumbs {
    float: right;
    line-height: 40px;
}

.page-title-style-4 .yolo-page-title-content .page-title-inner {
    float: left;
}

.page-title-style-5 .yolo-page-title-content .breadcrumbs {
    float: left;
    line-height: 40px;
}

.page-title-style-5 .yolo-page-title-content .page-title-inner {
    float: right;
}

div.page-title-margin {
    margin-bottom: 0;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9999;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: #333;
    top: 0px;
    left: 0px;
}

.dialog.dialog--open {
    visibility: visible;
}

.dialog__content {
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
}

.dialog--open .dialog__content {
    pointer-events: auto;
}

.dialog--open .dialog__overlay {
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.dialog--close .dialog__overlay {
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.dialog__content {
    padding: 0;
}

.dialog.dialog--open .dialog__content {
    opacity: 1;
}

.morph-shape {
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -2px;
    left: -2px;
    z-index: -1;
}

.morph-shape svg rect {
    stroke: #ffffff;
    stroke-width: 2px;
    stroke-dasharray: 1680;
}

.dialog--open .morph-shape svg rect {
    -webkit-animation: anim-dash 0.6s forwards;
    -o-animation: anim-dash 0.6s forwards;
    animation: anim-dash 0.6s forwards;
}

.dialog-inner {
    opacity: 0;
}

.dialog-inner div button {
    background-color: transparent;
}

.dialog-inner div button i {
    font-size: 20px;
    color: #ffffff;
}

.dialog--open .dialog-inner {
    padding: 30px;
    opacity: 1;
    -webkit-transition: opacity 0.85s 0.35s;
    -o-transition: opacity 0.85s 0.35s;
    transition: opacity 0.85s 0.35s;
}

.dialog.dialog--open h2 {
    -webkit-animation: anim-elem-1 0.7s ease-out both;
    -o-animation: anim-elem-1 0.7s ease-out both;
    animation: anim-elem-1 0.7s ease-out both;
}

.dialog.dialog--open button[data-dialog-close] {
    position: absolute;
    border: none;
    top: 10%;
    right: 5%;
    width: 50px;
    height: 50px;
    line-height: 1;
    color: #ffffff;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.dialog.dialog--open p {
    line-height: 1.5;
    font-size: 18px;
}

@keyframes anim-dash {
    0% {
        stroke-dashoffset: 1680;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes anim-dash {
    0% {
        stroke-dashoffset: 1680;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes anim-elem-1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* FadeInDown for Search Popup*/
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.dialog--open {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/**
 * 3.0 - Header
 * ----------------------------------------------------------------------------
 */
.yolo-top-bar {
    background-color: #424242;
    color: #b5b5b5;
    position: relative;
    z-index: 998;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
}

.yolo-top-bar .top-sidebar aside {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
}

.yolo-top-bar .top-sidebar aside + aside {
    margin-left: 30px;
}

.yolo-top-bar > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.yolo-top-bar > ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.yolo-top-bar > ul li + li {
    margin-left: 20px;
}

.yolo-top-bar ul.top-bar-info li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.yolo-top-bar ul.top-bar-info li > a {
    vertical-align: middle;
    line-height: 2;
    color: inherit;
}

.yolo-top-bar ul.top-bar-info li + li {
    margin-left: 20px;
}

.yolo-top-bar ul.top-bar-info i.fa {
    font-size: 14px;
    padding-right: 5px;
    vertical-align: middle;
}

.yolo-top-bar .top-sidebar .profile-text {
    padding-right: 10px;
}

.yolo-top-bar .top-sidebar h4.widget-title {
    color: #b5b5b5;
}

.yolo-top-bar .top-sidebar #wp-calendar caption,
.yolo-top-bar .top-sidebar #wp-calendar thead th {
    color: #b5b5b5;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu {
    overflow: visible;
    border: none;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 14px;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li {
    display: inline-block;
    position: relative;
    border: none;
    color: inherit;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li:before {
    display: none;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li:hover > ul {
    display: block;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li > a {
    padding: 0;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li > a:hover {
    padding-left: 0;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li {
    padding: 0;
    margin: 0;
    line-height: 50px;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li + li {
    margin-left: 30px;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li + li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 1px;
    height: 16px;
    margin: auto;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li + li:before {
    background-color: #686868;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul {
    display: none;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 100%;
    background-color: #424242;
    color: #b5b5b5;
    text-align: left;
    margin: 0;
    padding: 0 15px;
    min-width: 150px;
    -webkit-box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul li {
    display: block;
    white-space: nowrap;
    padding: 8px 0;
    margin: 0;
    line-height: 28px;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul li + li {
    border-top: solid 1px #f0f0f0;
}

.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul ul {
    left: 100%;
    top: 0;
}

.yolo-top-bar .top-sidebar .widget.base-primary-color i.fa,
.yolo-top-bar .top-sidebar .widget.base-primary-color a {
    color: #b5b5b5;
}

.yolo-top-bar .top-sidebar .widget.base-primary-color.widget_nav_menu > div > ul.menu > li + li:before,
.yolo-top-bar .top-sidebar .widget.base-primary-color.separate-left:before,
.yolo-top-bar .top-sidebar .widget.base-primary-color.separate-right:after {
    background-color: #b5b5b5;
}

.yolo-top-bar .top-sidebar .separate-left {
    position: relative;
}

.yolo-top-bar .top-sidebar .separate-left:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 1px;
    height: 16px;
    margin: auto;
}

.yolo-top-bar .top-sidebar .separate-left:before {
    background-color: #686868;
}

.yolo-top-bar .top-sidebar .separate-right {
    position: relative;
}

.yolo-top-bar .top-sidebar .separate-right:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 1px;
    height: 16px;
    margin: auto;
}

.yolo-top-bar .top-sidebar .separate-right:after {
    background-color: #686868;
}

.yolo-top-bar .top-sidebar a {
    color: inherit;
}

.yolo-top-bar .top-sidebar .widget .custom-dropdown-list > ul li > a {
    color: #333;
}

.yolo-top-bar .top-sidebar .widget #lang_sel > ul {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.yolo-top-bar .top-sidebar .widget #lang_sel > ul > li {
    padding: 0;
    display: block;
    list-style: none;
}

.yolo-top-bar .top-sidebar .widget #lang_sel > ul > li > a:after {
    content: "\f107";
    font-family: 'fontawesome';
    display: inline-block;
}

.yolo-top-bar .top-sidebar .widget #lang_sel > ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: none;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}

.yolo-top-bar .top-sidebar .widget #lang_sel > ul ul > li {
    list-style: none;
    padding: 0 15px;
    display: block;
    line-height: 32px;
}

.yolo-top-bar .top-sidebar .widget #lang_sel > ul ul > li img {
    padding-right: 5px;
}

.yolo-top-bar .top-sidebar .widget #lang_sel > ul:hover ul {
    display: block;
}

.yolo-top-bar .top-bar-left {
    text-align: center;
}

.yolo-top-bar .top-bar-right {
    text-align: center;
}

.yolo-top-bar .top-bar-right.top-sidebar .widget_nav_menu > div > ul.menu ul ul {
    left: auto;
    right: 100%;
}

.yolo-top-bar .top-bar-center {
    text-align: center;
}

@media (max-width: 991px) {
    .yolo-top-bar {
        display: none;
    }
}

.yolo-top-bar p {
    margin-bottom: 0;
}

.yolo-top-bar .social-profile {
    display: inline-block;
    float: right;
    line-height: 45px;
    margin: 0;
    padding: 5px 0 0;
}

.yolo-top-bar .social-profile li {
    display: inline-block;
    float: left;
    font-size: 0;
    margin: 0 5px;
}

.yolo-top-bar .social-profile li a {
    background-color: #666;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.yolo-top-bar .social-profile li a i {
    font-size: 12px;
    line-height: 20px;
}

.yolo-top-bar .social-profile li a:hover {
    background-color: #fff;
    color: green;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.yolo-top-bar .social-profile.social-icon-no-border li a {
    background-color: transparent;
}

.yolo-top-bar .social-profile.social-icon-no-border li a i {
    font-size: 15px;
}

.yolo-top-bar .social-profile.social-icon-no-border li a:hover {
    color: #666;
}

.yolo-top-bar .textwidget i {
    margin-left: 25px;
    margin-right: 5px;
}

.yolo-top-bar .textwidget i:first-child {
    margin-left: 0;
}

@media screen and (max-width: 991px) {
    .yolo-top-bar {
        position: relative;
        z-index: 998;
        color: #b5b5b5;
        background: #424242;
    }

    .yolo-top-bar .top-bar-left,
    .yolo-top-bar .top-bar-right {
        text-align: center;
    }

    .top-bar-right.top-sidebar .widget_nav_menu > div > ul.menu ul ul {
        right: auto;
        left: 100%;
    }
}

@media screen and (max-width: 479px) {
    .yolo-top-bar ul.top-bar-info li {
        display: block;
        margin-left: 0 !important;
    }
}

.yolo-mobile-menu-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.navbar-nav li {
    position: relative;
}

body.menu-mobile-in .yolo-mobile-menu-overlay {
    opacity: 1;
    z-index: 298;
    pointer-events: auto;
    cursor: url(../assets/images/close.png) 15 15, default;
}

@media screen and (min-width: 1370px) {
    header.yolo-main-header .yolo-header-nav-wrapper.nav-fullwith .container {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .header-mobile-before,
    .yolo-mobile-header-wrapper,
    li.menu-fly-search {
        display: none !important;
    }

    .logo-sticky {
        list-style: none;
        display: none;
        vertical-align: middle;
    }

    .yolo-cat-button {
        text-transform: uppercase;
        font-size: 16px;
    }

    .yolo-shop-cat {
        position: relative;
        float: left;
        width: 100%;
    }

    .yolo-shop-cat .yolo-cat-list {
        display: none;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        line-height: 38px;
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
        z-index: 99;
        padding-left: 0;
    }

    .yolo-shop-cat .yolo-cat-list li {
        display: inline-block;
        width: 100%;
        float: left;
    }

    .yolo-shop-cat .yolo-cat-list li a {
        display: inline-block;
        width: 100%;
        float: left;
        line-height: 60px;
        height: 60px;
        padding-left: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .yolo-shop-cat .yolo-cat-list li a img {
        width: 35px;
        float: left;
        padding-top: 10px;
    }

    .yolo-shop-cat .yolo-cat-list li a span {
        padding-left: 20px;
        font-size: 16px;
        text-transform: capitalize;
    }

    .yolo-shop-cat .yolo-cat-list li a:hover {
        background-color: #fbfbfb;
        border-color: #fbfbfb;
    }

    .yolo-shop-cat .yolo-cat-list li.img-banner {
        float: none;
    }

    .yolo-shop-cat .yolo-cat-list li.img-banner a {
        float: none;
        padding: 0;
        height: auto;
    }

    .yolo-shop-cat .yolo-cat-list li.img-banner img {
        float: none;
        padding: 0;
        width: 100%;
    }

    .yolo-shop-cat .yolo-cat-list .has-sub-cat {
        position: relative;
    }

    .yolo-shop-cat .yolo-cat-list .has-sub-cat .sub-cat {
        position: absolute;
        top: 50px;
        left: 100%;
        background-color: #fff;
        min-width: 230px;
        padding-left: 0;
        border: 1px solid #eee;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        z-index: 2;
    }

    .yolo-shop-cat .yolo-cat-list .has-sub-cat:hover .sub-cat {
        top: -1px;
        visibility: visible;
        opacity: 1;
    }

    .yolo-shop-cat h4 {
        margin: 0;
        position: relative;
        background-color: #EE390F;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 20px;
    }

    .yolo-shop-cat h4::before {
        position: absolute;
        content: "\f0ca";
        font-family: fontawesome;
        left: 30px;
        top: 0;
        height: 60px;
        line-height: 60px;
    }

    header.yolo-main-header .yolo-header-wrapper {
        position: relative;
        width: 100%;
        display: table;
        z-index: 500;
    }

    header.yolo-main-header .yolo-header-wrapper .yolo-main-menu > li {
        font-size: 15px;
        font-family: 'Roboto';
    }

    header.yolo-main-header .yolo-header-wrapper .yolo-main-menu > li > a {
        font-weight: 400;
    }

    header.yolo-main-header .yolo-header-wrapper .yolo-main-menu > li:hover > a {
        color: #EE390F;
    }

    header.yolo-main-header .yolo-header-wrapper .yolo-main-menu li.current-menu-item > a {
        color: #EE390F;
    }

    header.yolo-main-header .yolo-header-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
        color: #EE390F;
    }

    header.yolo-main-header .header-left.text-center,
    header.yolo-main-header .header-right.text-center {
        text-align: center;
    }

    header.yolo-main-header .header-left {
        display: table-cell;
    }

    header.yolo-main-header .header-right {
        display: table-cell;
    }

    header.yolo-main-header .header-logo > a > img {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: none;
    }

    header.yolo-main-header .yolo-header-nav-wrapper {
        left: 0;
        right: 0;
        z-index: 997;
        position: relative;
    }

    header.yolo-main-header .header-customize {
        display: inline-block;
        vertical-align: middle;
        margin-left: 40px;
    }

    header.yolo-main-header .header-customize .header-customize-item {
        position: relative;
        display: inline-block;
        font-family: 'Roboto';
        font-size: 14px;
        vertical-align: middle;
    }

    header.yolo-main-header .header-customize.header-customize-right .header-customize-item {
        margin-left: 30px;
    }

    header.yolo-main-header .header-customize.header-customize-left .header-customize-item {
        margin-right: 30px;
    }

    header.yolo-main-header .header-customize-separate .header-customize-item + .header-customize-item:before {
        content: '';
        position: absolute;
        left: -15px;
        display: block;
        width: 1px;
        height: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    header.yolo-main-header .icon-search-menu {
        width: 40px;
        height: 45px;
        font-size: 15px;
        line-height: 40px;
        border: none;
        vertical-align: middle;
        display: inline-block;
        text-align: center;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    header.yolo-main-header .icon-search-menu i {
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    header.yolo-main-header .icon-search-menu i:hover {
        color: #EE390F;
    }

    header.yolo-main-header .search-button-wrapper.style-round .icon-search-menu,
    header.yolo-main-header .shopping-cart-wrapper.no-price.style-round .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    header.yolo-main-header .search-button-wrapper.style-bordered .icon-search-menu,
    header.yolo-main-header .shopping-cart-wrapper.no-price.style-bordered .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background-color: transparent;
        border: solid 2px #eee;
    }

    header.yolo-main-header ul.header-social-profile-wrapper {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 16px;
        z-index: 1;
    }

    header.yolo-main-header ul.header-social-profile-wrapper li {
        display: inline-block;
    }

    header.yolo-main-header ul.header-social-profile-wrapper li a {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    header.yolo-main-header ul.header-social-profile-wrapper li a:hover {
        color: #EE390F;
    }

    header.yolo-main-header ul.header-social-profile-wrapper li a i {
        font-size: 16px;
    }

    header.yolo-main-header ul.header-social-profile-wrapper li + li {
        margin-left: 20px;
    }

    header.yolo-main-header .search-box input {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        min-width: 250px;
        background-color: transparent;
        border-bottom: 1px solid #ddd;
    }

    header.yolo-main-header .search-box button {
        border: none;
        background-color: transparent;
        position: absolute;
        top: 0px;
        bottom: 0;
        right: 5px;
        margin: auto;
        padding: 0;
        line-height: 1;
    }

    header.yolo-main-header .search-box button i {
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    header.yolo-main-header .search-box button:hover i {
        color: #EE390F;
    }

    header.yolo-main-header .search-box.search-with-category-inner input {
        background-color: transparent;
        height: 50px;
        line-height: 46px;
        border: solid 2px #eee;
    }

    header.yolo-main-header .search-box-wrapper > form {
        padding: 0;
        margin: 0;
        position: relative;
        display: inline-block;
        line-height: 30px;
        border: none;
    }

    header.yolo-main-header .ajax-search-result {
        position: absolute;
        top: 98%;
        z-index: 999;
        width: 100%;
        background-color: #ffffff;
        left: 0px;
        right: 10px;
        border: solid 1px #eee;
        border-top: none;
    }

    header.yolo-main-header .ajax-search-result > ul {
        position: relative;
        display: block;
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0;
        line-height: 1.8;
    }

    header.yolo-main-header .ajax-search-result > ul > li {
        padding: 10px 15px;
        position: relative;
    }

    header.yolo-main-header .ajax-search-result > ul > li:after {
        content: '';
        display: block;
        clear: both;
    }

    header.yolo-main-header .ajax-search-result > ul > li img {
        float: left;
        width: 50px;
        margin-right: 15px;
    }

    header.yolo-main-header .ajax-search-result > ul > li.no-result {
        text-align: center;
    }

    header.yolo-main-header .ajax-search-result > ul > li.selected,
    header.yolo-main-header .ajax-search-result > ul > li:hover {
        background-color: #fafafa;
    }

    header.yolo-main-header .ajax-search-result > ul > li.selected + li:before,
    header.yolo-main-header .ajax-search-result > ul > li:hover + li:before {
        display: none;
    }

    header.yolo-main-header .ajax-search-result > ul > li + li.selected:before,
    header.yolo-main-header .ajax-search-result > ul > li + li:hover:before {
        display: none;
    }

    header.yolo-main-header .ajax-search-result > ul > li + li:before {
        content: '';
        position: absolute;
        display: block;
        margin: auto;
        left: 15px;
        right: 15px;
        top: 0;
        border-top: solid 1px #eee;
    }

    header.yolo-main-header .ajax-search-result .search-view-more {
        text-align: center;
        line-height: 40px;
        background-color: #ededed;
        border-top: solid 1px #d9d9d9;
    }

    header.yolo-main-header .search-with-category {
        width: 550px;
    }

    header.yolo-main-header .search-with-category > .search-with-category-inner {
        line-height: 50px;
    }

    header.yolo-main-header .search-with-category .form-search-left {
        float: left;
        width: 175px;
        position: relative;
    }

    header.yolo-main-header .search-with-category .form-search-left > span {
        border: solid 2px #eee;
        display: inline-block;
        height: 45px;
        line-height: 45px;
        vertical-align: middle;
        width: 100%;
        border-right: none;
        padding: 0 18px;
        font-size: 14px;
        cursor: pointer;
        text-align: left;
        text-transform: capitalize;
    }

    header.yolo-main-header .search-with-category .form-search-left > span:after {
        content: '\f107';
        font-family: 'fontawesome';
        position: absolute;
        right: 15px;
        margin: auto;
        top: 15px;
        bottom: 0;
        height: 17px;
        font-size: 14px;
        line-height: 3px;
    }

    header.yolo-main-header .search-with-category .form-search-right {
        padding-left: 175px;
    }

    header.yolo-main-header .search-with-category .form-search-right button[type="button"]:hover i {
        color: #EE390F;
    }

    header.yolo-main-header .search-with-category .form-search-right button[type="button"] i {
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    header.yolo-main-header .search-with-category ul.search-category-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0px;
        overflow: auto;
        padding: 5px 0;
        list-style: none;
        margin: 0;
        border: solid 2px #eee;
        border-top: none;
        background-color: #ffffff;
        line-height: 36px;
        z-index: 999;
        max-height: 380px;
    }

    header.yolo-main-header .search-with-category ul.search-category-dropdown li > span {
        cursor: pointer;
        padding: 0 15px;
        display: block;
        text-align: left;
        color: #333;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    header.yolo-main-header .search-with-category ul.search-category-dropdown ul li > span {
        padding-left: 30px;
    }

    header.yolo-main-header .search-with-category ul.search-category-dropdown ul ul li > span {
        padding-left: 45px;
    }

    header.yolo-main-header .search-with-category ul.search-category-dropdown li > span:hover {
        color: #EE390F;
    }

    header.yolo-main-header .search-with-category ul.search-category-dropdown ul {
        padding: 0;
        list-style: inside;
    }

    header.yolo-main-header .yolo-header-nav-above {
        border-bottom: solid 1px #eee;
    }

    header.yolo-main-header .header-customize-nav .search-box-wrapper .search-box input[type="text"] {
        line-height: 45px;
        height: 45px;
    }

    header.yolo-main-header .header-customize-nav .search-with-category .form-search-left > span,
    header.yolo-main-header .header-customize-nav .search-with-category .search-with-category-inner,
    header.yolo-main-header .header-customize-nav .search-with-category .form-search-right > input {
        line-height: 38px;
        height: 40px;
    }

    header.yolo-main-header .header-customize-right,
    header.yolo-main-header .header-customize-left {
        line-height: 50px;
    }

    header.yolo-main-header .header-customize-right:before,
    header.yolo-main-header .header-customize-left:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    header.yolo-main-header .header-customize-right .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper,
    header.yolo-main-header .header-customize-left .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
        margin-top: 20px;
    }

    header.yolo-main-header .header-customize.header-customize-left {
        margin-left: 0;
    }

    header.yolo-main-header .custom-list {
        margin: 0;
        list-style: none;
        padding-left: 0;
    }

    header.yolo-main-header .custom-list li {
        line-height: 24px;
    }

    header.yolo-main-header .custom-separate {
        display: inline-block;
        vertical-align: middle;
        height: 16px;
        width: 1px;
        background-color: #eee;
        margin-left: 15px;
        margin-right: 15px;
    }

    header.header-float {
        position: absolute !important;
        z-index: 997;
        left: 0;
        right: 0;
        background-color: transparent !important;
    }

    header.header-float .yolo-sticky-wrapper .yolo-header-nav-wrapper {
        background-color: transparent;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper {
        z-index: 997;
        left: 0;
        right: 0;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
        border: none !important;
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -ms-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .logo-sticky {
        display: inline-block;
        line-height: 60px;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .logo-sticky > a > img {
        max-height: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 50px;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-logo.has-logo-sticky {
        display: none;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-logo {
        height: 60px;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-logo > a > img {
        max-height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        max-width: none;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-customize {
        line-height: 60px;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on {
        background-color: #eee !important;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .menu-wrapper .yolo-main-menu > li > a {
        color: #333 !important;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .menu-wrapper .yolo-main-menu > li:hover > a {
        color: #EE390F !important;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-light.sticky-on {
        background-color: #fff !important;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-light.sticky-on .menu-wrapper .yolo-main-menu > li > a {
        color: #363738 !important;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on {
        background-color: #ffffff !important;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .yolo-main-menu > li > a {
        color: #424242 !important;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .yolo-main-menu > li:hover > a {
        color: #EE390F !important;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .yolo-header-wrapper {
        border-bottom: none;
    }

    .boxed .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper {
        max-width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .yolo-shop-cat .yolo-cat-list li a {
        height: 48px;
        line-height: 48px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .yolo-shop-cat .yolo-cat-list li a img {
        width: 32px;
    }
}

.yolo-main-header .yolo-cat-button {
    text-transform: uppercase;
    font-size: 16px;
}

.yolo-main-header .yolo-shop-cat {
    position: relative;
    float: left;
    width: 100%;
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    line-height: 38px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    z-index: 99;
    padding-left: 0;
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list li {
    display: inline-block;
    width: 100%;
    float: left;
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list li a {
    display: inline-block;
    width: 100%;
    float: left;
    line-height: 60px;
    height: 60px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {
    .yolo-main-header .yolo-shop-cat .yolo-cat-list li a {
        height: 48px;
        line-height: 48px;
    }
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list li a img {
    width: 35px;
    float: left;
    padding-top: 10px;
}

@media (max-width: 1200px) {
    .yolo-main-header .yolo-shop-cat .yolo-cat-list li a img {
        width: 32px;
    }
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list li a span {
    padding-left: 20px;
    font-size: 16px;
    text-transform: capitalize;
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list li a:hover {
    background-color: #fbfbfb;
    border-color: #fbfbfb;
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list li.img-banner {
    float: none;
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list li.img-banner a {
    float: none;
    padding: 0;
    height: auto;
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list li.img-banner img {
    float: none;
    padding: 0;
    width: 100%;
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list .has-sub-cat {
    position: relative;
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list .has-sub-cat .sub-cat {
    position: absolute;
    top: 50px;
    left: 100%;
    background-color: #fff;
    min-width: 230px;
    padding-left: 0;
    border: 1px solid #eee;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 2;
}

.yolo-main-header .yolo-shop-cat .yolo-cat-list .has-sub-cat:hover .sub-cat {
    top: -1px;
    visibility: visible;
    opacity: 1;
}

.yolo-main-header .yolo-shop-cat h4 {
    margin: 0;
    position: relative;
    background-color: #EE390F;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 20px;
}

.yolo-main-header .yolo-shop-cat h4::before {
    position: absolute;
    content: "\f0ca";
    font-family: fontawesome;
    left: 30px;
    top: 0;
    height: 60px;
    line-height: 60px;
}

.widget_shopping_cart_content span.total,
.widget_shopping_wishlist_content span.total {
    position: relative;
    font-size: 14px;
    padding: 0 5px;
    font-family: Roboto;
    display: inline-block;
}

.widget_shopping_cart_content span.total::before,
.widget_shopping_wishlist_content span.total::before {
    content: "(";
    display: inline-block;
}

.widget_shopping_cart_content span.total::after,
.widget_shopping_wishlist_content span.total::after {
    content: ")";
    display: inline-block;
}

.shopping-cart-wrapper {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    position: relative;
}

.shopping-cart-wrapper.no-price .sub-total-text {
    display: none;
}

.shopping-cart-wrapper .widget_shopping_cart_content {
    display: block;
    text-align: left;
    font-size: 14px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:hover {
    color: #EE390F !important;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 150%;
    right: 0;
    left: auto;
    z-index: 9998;
    min-width: 300px;
    background-color: #ffffff;
    border: solid 1px #eee;
    padding: 0;
    line-height: 2em;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
    -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
    -ms-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
    -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
    transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .cart-total {
    padding: 0 15px 20px;
    position: relative;
    color: #222222;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty {
    padding: 15px;
    text-align: center;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4 {
    text-transform: capitalize;
    padding: 0 0 15px;
    margin: 0;
    font-size: 16px;
    word-spacing: 0.2em;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
    color: #333333;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li {
    padding: 15px 0;
    margin: 0;
    position: relative;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li + li {
    border-top: solid 1px #eee;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left {
    float: left;
    overflow: hidden;
    margin-right: 10px;
    border: solid 1px #eee;
    background: #fff;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left > a > img {
    height: auto;
    width: 58px;
    margin: 0;
    display: block;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right {
    overflow: hidden;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a {
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    padding-right: 18px;
    color: #222222;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a:hover {
    color: #EE390F;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity {
    font-size: 14px;
    display: block;
    text-align: left;
    color: #8f8f8f;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a.mini-cart-remove {
    position: absolute;
    right: 0;
    top: 0px;
    padding-right: 0;
    font-size: 18px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li:after {
    content: "";
    display: block;
    clear: both;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total {
    margin: 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    line-height: 36px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
    text-transform: capitalize;
    font-weight: 400;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total > span.amount {
    font-weight: 700;
    float: right;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons {
    text-align: center;
    margin: 0;
    padding: 15px 0 0;
    font-size: 0;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
    min-width: 125px;
    width: 48%;
    display: inline-block;
    text-transform: capitalize;
    background-color: #333;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover {
    background-color: #EE390F;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button > i.fa {
    margin-right: 5px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout {
    background-color: #EE390F;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout:hover {
    background-color: #51941f;
}

@media (max-width: 480px) {
    .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
        min-width: 100px;
    }
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button {
    margin-left: 4%;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl {
    border: none;
    margin: 0;
    padding: 0;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dt {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 20px;
    clear: none;
    font-size: 11px;
    font-weight: 400;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dd {
    padding: 0;
    line-height: 20px;
    display: block;
    float: none;
    margin: 0;
    font-size: 11px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl p {
    margin: 0;
    padding: 0;
}

.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 15px 15px 0;
}

.shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper {
    top: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
    -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
    -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
    -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
    transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}

.shopping-cart-wrapper.with-price .sub-total-text {
    position: absolute;
    top: 25px;
    right: 0px;
}

.shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
}

.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-top: 0px;
}

.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist {
    width: 30px;
    height: 30px;
}

.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon {
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon:hover {
    color: #EE390F;
}

.custom-dropdown-list {
    position: relative;
    display: inline-block;
}

.custom-dropdown-list > span {
    cursor: pointer;
}

.custom-dropdown-list:hover > ul {
    display: block;
}

.custom-dropdown-list > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: none;
    background-color: #ffffff;
    z-index: 999;
    -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}

.custom-dropdown-list > ul li {
    line-height: 32px;
    padding: 0 15px;
    display: block;
}

.custom-dropdown-list > ul li > a {
    color: #333;
    white-space: nowrap;
}

@media screen and (min-width: 1370px) {
    header.yolo-main-header.header-1 .yolo-header-nav-wrapper.nav-fullwith {
        padding-left: 100px;
        padding-right: 100px;
    }
}

header.header-1 {
    position: relative;
    z-index: 10;
}

header.header-1 .yolo-header-nav-above {
    height: 130px;
}

header.header-1 .yolo-header-nav-above .container .header-logo {
    height: 130px;
    position: absolute;
    margin: auto;
    width: 240px;
    left: 0;
    right: 0;
    text-align: center;
}

header.header-1 .yolo-header-nav-above .container .header-logo a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    margin: auto;
    max-height: 130px;
    padding-top: 20px;
    padding-bottom: 10px;
}

header.header-1 .yolo-header-nav-above .container .fl .header-customize {
    line-height: 130px;
}

header.header-1 .yolo-header-nav-above .container .fl .header-customize .contact-shortcode-wrap ul {
    margin-bottom: 0;
    vertical-align: middle;
}

header.header-1 .yolo-header-nav-above .container .fr .header-logo {
    display: inline-block;
    float: left;
}

header.header-1 .yolo-header-nav-above .container .fr .header-customize-right {
    display: inline-block;
    float: right;
    line-height: 130px;
}

header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category {
    margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1024px) {
    header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category {
        width: 405px;
    }
}

header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .custom-text-wrapper i {
    margin-right: 10px;
    font-size: 16px;
}

header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category {
    width: 400px;
    margin-left: 50px;
    display: inline-block;
}

header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category .search-box {
    display: inline-block;
    border: 1px solid #EE390F;
    width: 100%;
    height: 41px;
    line-height: 41px;
    vertical-align: middle;
}

header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category .search-box .form-search-left span {
    height: 39px;
    line-height: 38px;
    float: left;
    border: none;
}

header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category .form-search-left {
    width: 128px;
    border-right: 1px solid #EE390F;
    float: left;
}

header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category .form-search-right {
    float: right;
    padding-left: 0;
    position: relative;
}

header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category .form-search-right input {
    border: none;
    width: 270px;
    height: 39px;
    line-height: 38px;
    padding: 0 10px;
    float: left;
}

header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category .form-search-right button {
    padding: 0 10px;
}

header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category .ajax-search-result {
    top: 87px;
}

header.header-1 .header-center {
    display: flex;
}

header.header-1 .header-center .menu-wrapper {
    margin: 0 auto;
}

header.header-1 .yolo-header-nav-wrapper {
    background-color: #7dc642;
    margin-left: 0;
    width: 100%;
}

header.header-1 .yolo-header-nav-wrapper .yolo-main-menu > li > a {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}

header.header-1 .yolo-header-nav-wrapper .yolo-main-menu > li > a:hover {
    color: #ffffff;
}

header.header-1 .yolo-header-nav-wrapper .yolo-main-menu > li.menu-item:hover > a {
    color: #ffffff !important;
}

header.header-1 .yolo-header-nav-wrapper .yolo-main-menu > li.current-menu-item > a {
    color: #ffffff !important;
}

header.header-1 .yolo-header-nav-wrapper .yolo-shop-cat {
    width: 100%;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
}

header.header-1 .yolo-header-nav-wrapper .yolo-shop-cat h4 {
    line-height: 60px;
    color: #ffffff;
    background-color: #7dc642;
}

@media screen and (min-width: 1370px) {
    header.yolo-main-header.header-2 .yolo-header-nav-wrapper.nav-fullwith {
        padding-left: 55px;
        padding-right: 55px;
        width: 100%;
    }
}

header.header-2 {
    position: relative;
    background-color: transparent;
}

header.header-2 .yolo-header-nav-wrapper {
    position: relative;
    height: 130px;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left-offcanvas {
    position: relative;
    z-index: 2;
    float: left;
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left-offcanvas .canvas-menu-toggle-wrapper {
    padding-right: 70px;
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left {
    float: left;
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo {
    position: relative;
    z-index: 1;
    display: table;
    height: 130px;
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a {
    display: table-cell;
    vertical-align: middle;
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a img {
    max-height: 130px;
}

@media (max-width: 1199px) {
    header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a img {
        max-width: 160px;
    }
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center {
    float: left;
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .header-customize {
    line-height: 130px;
    color: #333333;
}

@media (max-width: 1650px) {
    header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .header-customize .search-with-category {
        width: 200px;
    }
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right {
    float: right;
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper {
    float: left;
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 130px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333333;
}

@media (max-width: 1199px) {
    header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .navbar-nav > li > a {
        padding: 0 8px;
    }
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .navbar-nav.menu-item:hover > a {
    color: #EE390F !important;
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .navbar-nav.current-menu-item > a {
    color: #EE390F !important;
}

header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize {
    line-height: 130px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-in {
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

header.header-2 .yolo-header-nav-wrapper.sticky-on {
    height: 60px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
    height: 60px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-on .container .header-left .header-logo {
    line-height: 60px;
    height: 60px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-on .container .header-left .header-logo img {
    max-height: 40px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-on .container .header-center .menu-wrapper #main-menu > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-on .container .header-center .header-customize {
    line-height: 60px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-on .container .header-right {
    float: right;
}

header.header-2 .yolo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper {
    float: left;
}

header.header-2 .yolo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
}

@media (max-width: 1199px) {
    header.header-2 .yolo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper .navbar-nav > li > a {
        padding: 0 8px;
    }
}

header.header-2 .yolo-header-nav-wrapper.sticky-on .container .header-right .header-customize {
    line-height: 60px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-out {
    height: 60px !important;
}

header.header-2 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
    height: 60px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-out .container .header-left .header-logo {
    line-height: 60px;
    height: 60px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-out .container .header-left .header-logo img {
    max-height: 40px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-out .container .header-center .menu-wrapper #main-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-out .container .header-center .header-customize {
    line-height: 60px;
}

header.header-2 .yolo-header-nav-wrapper.sticky-out .container .header-right {
    float: right;
}

header.header-2 .yolo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper {
    float: left;
}

header.header-2 .yolo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
}

@media (max-width: 1199px) {
    header.header-2 .yolo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper .navbar-nav > li > a {
        padding: 0 8px;
    }
}

header.header-2 .yolo-header-nav-wrapper.sticky-out .container .header-right .header-customize {
    line-height: 60px;
}

header.header-2 .yolo-sticky-wrapper.is-sticky .header-sticky {
    background-color: #ffffff;
}

@media screen and (min-width: 1370px) {
    header.yolo-main-header.header-3 .yolo-header-nav-wrapper.nav-fullwith {
        padding-left: 100px;
        padding-right: 100px;
    }
}

header.header-3 {
    background-color: #f4f4f4;
}

header.header-3 .menu-wrapper #main-menu li.menu_style_dropdown .sub-menu {
    left: auto;
    right: 0;
}

header.header-3 .yolo-header-nav-above .container {
    position: relative;
}

header.header-3 .yolo-header-nav-above .container .fl .header-customize-left .search-with-category {
    width: 450px;
}

header.header-3 .yolo-header-nav-above .container .fl .header-customize-left .search-with-category .search-box .form-search-left {
    width: 135px;
}

header.header-3 .yolo-header-nav-above .container .fl .header-customize-left .search-with-category .search-box .form-search-left span {
    padding: 0px 13px;
}

header.header-3 .yolo-header-nav-above .container .fl .header-customize-left .search-with-category .search-box .form-search-left span:after {
    right: 10px;
}

header.header-3 .yolo-header-nav-above .container .fl .header-customize-left .search-with-category .search-box .form-search-right {
    padding-left: 135px;
}

header.header-3 .header-right .yolo-shop-cat {
    margin-top: 40px;
    line-height: 1.4;
}

header.header-3 .yolo-cat-list {
    display: none;
}

header.header-3 .yolo-header-nav-wrapper {
    background-color: #f4f4f4;
}

header.header-3 .yolo-header-nav-wrapper .container {
    clear: both;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper {
    border-bottom: 1px solid #d5d5d5;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left {
    float: left;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo {
    display: table;
    height: 130px;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a {
    display: table-cell;
    vertical-align: middle;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a img {
    max-height: 130px;
    padding-top: 20px;
    padding-bottom: 10px;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right {
    float: right;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper {
    float: left;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a {
    line-height: 130px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #424242;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a:hover {
    color: #EE390F;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li:last-child a {
    padding-right: 0;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
    color: #EE390F !important;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav {
    line-height: 130px;
}

header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .header-customize-item {
    margin-left: 10px;
}

header.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper {
    border-bottom: 2px solid transparent;
}

header.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-left .header-logo {
    height: 60px;
}

header.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-left .header-logo a img {
    max-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

header.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-right {
    float: right;
}

header.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a {
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

header.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-right .header-customize-nav {
    line-height: 50px;
    height: 50px;
}

header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper {
    border-bottom: 2px solid transparent;
}

header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-left .header-logo {
    height: 60px;
}

header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-left .header-logo a img {
    max-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-right {
    float: right;
}

header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a {
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
}

header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-right .header-customize-nav {
    line-height: 50px;
    height: 50px;
}

@media screen and (min-width: 1370px) {
    header.yolo-main-header.header-4 .yolo-header-nav-wrapper.nav-fullwith {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.header-4 .yolo-header-nav-above {
    border-bottom-width: 0px !important;
}

.header-4 .yolo-header-nav-above .container .fl .header-logo {
    height: 130px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.header-4 .yolo-header-nav-above .container .fl .header-logo a img {
    max-height: 130px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.header-4 .yolo-header-nav-above .container .fl .header-customize.header-customize-left {
    padding-top: 0;
    padding-left: 70px;
}

.header-4 .yolo-header-nav-above .container .fl .header-customize.header-customize-left .search-with-category-inner {
    border: 1px solid #eee;
    height: 45px;
    line-height: 45px;
}

.header-4 .yolo-header-nav-above .container .fl .header-customize.header-customize-left .search-with-category-inner .form-search-right {
    position: relative;
    z-index: 2;
}

.header-4 .yolo-header-nav-above .container .fl .header-customize.header-customize-left .search-with-category-inner .form-search-right input {
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0 60px 0 15px;
}

.header-4 .yolo-header-nav-above .container .fl .header-customize.header-customize-left .search-with-category-inner .form-search-right button {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 45px;
    height: 45px;
    width: 60px;
    text-align: center;
    color: #ddd;
}

.header-4 .yolo-header-nav-above .container .fl .header-customize.header-customize-left .search-with-category-inner .form-search-left {
    border-right: 1px solid #eee;
    height: 45px;
    line-height: 45px;
    z-index: 3;
}

.header-4 .yolo-header-nav-above .container .fr {
    line-height: 130px;
}

.header-4 .yolo-header-nav-above .container .fr .header-customize {
    margin-left: 0;
}

.header-4 .yolo-header-nav-above .container .fr .header-customize .form-search-left {
    z-index: 1;
}

.header-4 .yolo-header-nav-above .container .fr .header-customize .form-search-left > span {
    border: solid 2px #eee;
}

.header-4 .yolo-header-nav-above .container .fr .header-customize .form-search-right {
    position: relative;
}

.header-4 .yolo-header-nav-above .container .fr .header-customize .form-search-right input {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
}

.header-4 .yolo-header-nav-above .container .fr .header-customize .form-search-right input:focus {
    border-color: #eee !important;
}

.header-4 .yolo-header-nav-above .container .fr .header-customize .form-search-right button {
    right: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-4 .yolo-header-nav-above .container .fl .header-customize.header-customize-left {
        padding-left: 40px;
    }

    .header-4 .yolo-header-nav-above .container .fl .header-customize.header-customize-left .search-with-category {
        width: 400px;
    }

    .header-4 .yolo-header-nav-above .container .header-customize-right {
        margin-left: 0;
    }
}

.header-4 .yolo-header-nav-above {
    position: relative;
    z-index: 1000;
}

.header-4 .fr .header-customize .search-with-category {
    margin-right: 115px;
}

.header-4 .yolo-header-nav-wrapper {
    height: 60px;
    background-color: #333333;
}

.header-4 .yolo-header-nav-wrapper .container {
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper {
    background-color: transparent;
    padding: 0 15px;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .yolo-shop-cat h4 {
    color: #ffffff;
    line-height: 60px;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .yolo-main-menu > li > a {
    color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .yolo-main-menu:hover > a {
    color: #ffffff !important;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .yolo-main-menu.current-menu-item > a {
    color: #ffffff !important;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .yolo-main-menu.current-menu-item:hover > a {
    color: #ffffff !important;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .header-left {
    float: left;
    padding: 0;
    padding-right: 0px;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .header-left .yolo-shop-cat .yolo-cat-list {
    display: none;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .header-left .header-customize-nav {
    line-height: 55px;
    margin: 0;
    width: 100%;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .header-left .header-customize-nav .canvas-menu-toggle-wrapper {
    margin-left: 20px;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .header-left .header-customize-nav .yolo-cat-button {
    text-transform: uppercase;
    font-size: 16px;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .header-right {
    float: right;
    padding-left: 0;
}

.header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .header-right ul > li.level-0 > a {
    padding-left: 20px !important;
}

.header-4 .yolo-header-nav-wrapper.sticky-on .container {
    bottom: 0px;
}

.header-4 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper {
    background-color: transparent;
}

.header-4 .yolo-header-nav-wrapper.sticky-on .yolo-cat-list {
    display: none;
}

.header-4 .shopping-cart-wrapper .widget_shopping_cart_content span.total {
    height: 25px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    margin-left: -10px;
    background-color: #fff;
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.header-4 .shopping-cart-wrapper .widget_shopping_cart_content span.total::before,
.header-4 .shopping-cart-wrapper .widget_shopping_cart_content span.total::after {
    display: none;
}

.header-4 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon i.wicon {
    font-size: 24px;
    color: #EE390F;
}

.header-4 .shopping-cart-wrapper .widget_shopping_cart_content .sub-total-text {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto';
    position: relative;
    float: right;
    top: 0;
    padding: 0 8px;
}

.header-4 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
    color: #EE390F;
    font-size: 24px;
    float: left;
}

.header-4 .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon {
    font-size: 24px;
    color: #EE390F;
}

.header-4 .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist span.total {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 0 8px;
}

.header-4 .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist span.total::before,
.header-4 .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist span.total::after {
    display: none;
}

.header-4 span.item-text {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.header-4 .your-cart-text {
    display: none;
}

@media screen and (min-width: 1370px) {
    header.yolo-main-header.header-5 .yolo-header-nav-wrapper.nav-fullwith {
        padding-left: 100px;
        padding-right: 100px;
    }
}

header.header-5 .yolo-header-nav-above {
    border: none !important;
}

header.header-5 .yolo-header-nav-above .container {
    background: transparent;
}

header.header-5 .yolo-header-nav-above .container .fl .header-logo {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    height: 130px;
}

header.header-5 .yolo-header-nav-above .container .fl .header-logo a img {
    max-height: 130px;
    padding-top: 20px;
    padding-bottom: 10px;
}

header.header-5 .yolo-header-nav-above .container .fr .header-customize {
    line-height: 130px;
}

header.header-5 .yolo-header-nav-wrapper {
    background-color: #f4f4f4;
}

header.header-5 .yolo-header-nav-wrapper .container {
    background: transparent;
}

header.header-5 .yolo-header-nav-wrapper .container .fl .header-logo {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper {
    clear: both;
}

header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left {
    float: left;
}

header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper .yolo-main-menu > li > a {
    color: #424242;
    padding-right: 20px;
    padding-left: 20px;
}

header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper .yolo-main-menu > li:hover > a {
    color: #EE390F !important;
}

header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
    color: #EE390F !important;
}

header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right {
    float: right;
}

header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav {
    line-height: 60px;
}

header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form {
    width: 270px;
}

header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form input[type="text"] {
    border: none;
}

header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form button i {
    font-size: 15px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form button i:hover {
    color: #EE390F;
}

@media screen and (min-width: 1370px) {
    header.yolo-main-header.header-6 .yolo-header-nav-wrapper.nav-fullwith {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.header-6 .yolo-top-bar {
    border-bottom: 1px solid #535353;
}

.header-6 .yolo-top-bar aside.widget_product_search {
    border-right: 1px solid #535353;
}

.header-6 .yolo-top-bar aside.widget_product_search .search-field {
    background-color: transparent;
    color: #ffffff;
}

.header-6 .yolo-top-bar aside.widget_product_search button i {
    color: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.header-6 .yolo-top-bar aside.widget_product_search button:hover i {
    color: #EE390F;
}

.header-6 .yolo-top-bar aside .textwidget i {
    padding-right: 10px;
    color: #EE390F;
}

header.header-6 {
    position: relative;
}

header.header-6 .yolo-header-nav-wrapper {
    position: relative;
    height: 140px;
    background-color: #ffffff;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left-offcanvas {
    position: relative;
    z-index: 2;
    float: left;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
    height: 140px;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left-offcanvas .canvas-menu-toggle-wrapper {
    padding-right: 70px;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left {
    float: left;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo {
    position: relative;
    z-index: 1;
    height: 140px;
    display: table;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a {
    display: table-cell;
    vertical-align: middle;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a img {
    max-height: 140px;
    padding-top: 20px;
    padding-bottom: 10px;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: right;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper {
    display: inline-block;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper #main-menu {
    text-align: left;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper #main-menu > li > a {
    line-height: 140px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: # #333333;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper #main-menu > li:hover > a {
    color: #EE390F;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper #main-menu li.menu-item-has-children:hover > a {
    color: #EE390F !important;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .header-customize {
    position: absolute;
    line-height: 140px;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right {
    float: right;
}

header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-right {
    line-height: 140px;
}

header.header-6 .yolo-header-nav-wrapper.sticky-in {
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

header.header-6 .yolo-header-nav-wrapper.sticky-on {
    background-color: #ffffff;
    height: 60px !important;
}

header.header-6 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
    height: 60px;
}

header.header-6 .yolo-header-nav-wrapper.sticky-on .container .header-left .header-logo {
    line-height: 60px !important;
    height: 60px !important;
}

header.header-6 .yolo-header-nav-wrapper.sticky-on .container .header-left .header-logo img {
    max-height: 40px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

header.header-6 .yolo-header-nav-wrapper.sticky-on .container .header-center .menu-wrapper #main-menu > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #333333 !important;
    line-height: 1.3 !important;
}

header.header-6 .yolo-header-nav-wrapper.sticky-on .container .header-center .header-customize {
    position: absolute;
    line-height: 60px !important;
}

header.header-6 .yolo-header-nav-wrapper.sticky-on .container .header-right {
    float: right;
}

header.header-6 .yolo-header-nav-wrapper.sticky-on .container .header-right .header-customize-right {
    height: 60px;
}

header.header-6 .yolo-header-nav-wrapper.sticky-out {
    background-color: #ffffff;
    height: 60px !important;
}

header.header-6 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
    height: 60px;
}

header.header-6 .yolo-header-nav-wrapper.sticky-out .container .header-left .header-logo {
    line-height: 60px !important;
    height: 60px !important;
}

header.header-6 .yolo-header-nav-wrapper.sticky-out .container .header-left .header-logo img {
    max-height: 40px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

header.header-6 .yolo-header-nav-wrapper.sticky-out .container .header-center .menu-wrapper #main-menu > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #333333 !important;
    line-height: 1.3 !important;
}

header.header-6 .yolo-header-nav-wrapper.sticky-out .container .header-center .header-customize {
    position: absolute;
    line-height: 60px !important;
}

header.header-6 .yolo-header-nav-wrapper.sticky-out .container .header-right {
    float: right;
}

header.header-6 .yolo-header-nav-wrapper.sticky-out .container .header-right .header-customize-right {
    height: 60px;
}

@media screen and (min-width: 1370px) {
    header.yolo-main-header.header-7 .yolo-header-nav-wrapper.nav-fullwith {
        padding-left: 100px;
        padding-right: 100px;
    }
}

header.header-7 .yolo-header-nav-above {
    background-color: #7dc642;
    height: 60px;
    border: none;
}

@media (min-width: 992px) {
    header.header-7 .yolo-header-nav-above .fl {
        width: 25%;
    }
}

@media (min-width: 992px) {
    header.header-7 .yolo-header-nav-above .fr {
        width: 75%;
        padding: 0 15px 0 10px;
    }
}

header.header-7 .yolo-header-nav-above .fr .header-customize.header-customize-right .shopping-cart-wrapper {
    width: 30%;
    float: right;
    margin: 0;
}

header.header-7 .yolo-header-nav-above .fr .header-customize.header-customize-right .search-with-category {
    width: 70%;
    float: left;
    padding-right: 10px;
    margin: 0;
}

header.header-7 .yolo-header-nav-above .widget_shopping_cart_content {
    line-height: 50px;
    height: 50px;
    background-color: #fff;
    padding: 0 5px 0 15px;
}

header.header-7 .yolo-header-nav-above .widget_shopping_cart_content span.total {
    line-height: 50px;
    height: 50px;
    color: #333333;
    float: right;
    font-size: 16px;
}

header.header-7 .yolo-header-nav-above .widget_shopping_cart_content span.total::before,
header.header-7 .yolo-header-nav-above .widget_shopping_cart_content span.total::after {
    height: 50px;
    line-height: 45px;
}

header.header-7 .yolo-header-nav-above .widget_shopping_cart_content .your-cart-text {
    font-size: 16px;
    font-family: 'Roboto';
    color: #333333;
    padding: 0 3px 0 5px;
}

header.header-7 .yolo-header-nav-above .widget_shopping_cart_content .widget_shopping_cart_icon i.wicon {
    font-size: 18px;
    color: #333333;
    float: left;
}

header.header-7 .yolo-header-nav-above .widget_shopping_cart_content .sub-total-text {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto';
    position: relative;
    float: right;
    top: 0;
    padding: 0 8px;
    height: 44px;
    line-height: 44px;
}

header.header-7 .yolo-header-nav-above .widget_shopping_cart_content .widget_shopping_cart_icon {
    color: #EE390F;
    font-size: 24px;
    float: left;
    height: 44px;
    line-height: 44px;
}

header.header-7 .yolo-header-nav-above .search-with-category {
    width: 400px;
    margin-left: 50px;
    display: inline-block;
    margin-top: 0;
    line-height: 50px;
    height: 50px;
}

header.header-7 .yolo-header-nav-above .search-with-category .ajax-search-result {
    width: auto;
    right: 11px;
    left: 1px;
}

header.header-7 .yolo-header-nav-above .search-with-category .search-box {
    display: inline-block;
    border: 1px solid #7dc642;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
}

header.header-7 .yolo-header-nav-above .search-with-category .search-box .form-search-left span {
    height: 40px;
    line-height: 40px;
    border: none;
}

header.header-7 .yolo-header-nav-above .search-with-category .form-search-left {
    width: 30%;
    border-right: 1px solid #7dc642;
    float: left;
}

header.header-7 .yolo-header-nav-above .search-with-category .form-search-right {
    float: right;
    padding-left: 0;
    position: relative;
    width: 70%;
}

header.header-7 .yolo-header-nav-above .search-with-category .form-search-right input {
    border: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

header.header-7 .yolo-header-nav-above .search-with-category .form-search-right button {
    padding: 0 10px;
}

header.header-7 .yolo-header-nav-above .yolo-shop-cat {
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
}

header.header-7 .yolo-header-nav-above .yolo-shop-cat h4 {
    height: 60px;
    line-height: 60px;
    padding: 0 30px 0 70px;
    color: #ffffff;
    background-color: #7dc642;
}

header.header-7 .yolo-header-nav-above .yolo-shop-cat h4::before {
    line-height: 60px;
    height: 60px;
}

header.header-7 .yolo-header-nav-above .header-customize.header-customize-right {
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    width: 100%;
    float: left;
    margin-top: 5px;
}

header.header-7 .yolo-header-nav-above .header-customize.header-customize-right .shopping-cart-wrapper {
    float: right;
}

header.header-7 .widget_shopping_cart_content i {
    height: 50px;
    line-height: 50px !important;
}

header.header-7 .yolo-header-nav-wrapper {
    background-color: #ffffff;
}

header.header-7 .yolo-header-wrapper .header-left {
    float: left;
}

header.header-7 .yolo-header-wrapper .header-left .header-logo {
    position: relative;
    z-index: 1;
    height: 130px;
    display: table;
}

header.header-7 .yolo-header-wrapper .header-left .header-logo a {
    display: table-cell;
    vertical-align: middle;
}

header.header-7 .yolo-header-wrapper .header-left .header-logo a img {
    max-height: 130px;
    padding-top: 20px;
    padding-bottom: 10px;
}

header.header-7 .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu {
    float: right;
}

header.header-7 .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 130px;
    padding-left: 20px;
    padding-right: 20px;
    color: #424242;
}

header.header-7 .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li:hover > a {
    color: #EE390F;
}

header.header-7 .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
    color: #EE390F !important;
}

header.header-7 .header-customize.header-customize-right .shopping-cart-wrapper.header-customize-item .widget_shopping_cart_content .cart_list_wrapper {
    margin-top: 0;
}

header.header-7 .yolo-sticky-wrapper {
    height: auto !important;
}

header.header-7 .yolo-sticky-wrapper .sticky-on .header-left .header-logo {
    height: 60px;
}

header.header-7 .yolo-sticky-wrapper .sticky-on .header-left .header-logo a img {
    max-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

header.header-7 .yolo-sticky-wrapper .sticky-on .header-right .menu-wrapper .yolo-main-menu {
    float: right;
}

header.header-7 .yolo-sticky-wrapper .sticky-on .header-right .menu-wrapper .yolo-main-menu > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
    color: #424242;
}

header.header-7 .yolo-sticky-wrapper .sticky-on .header-right .menu-wrapper .yolo-main-menu > li:hover > a {
    color: #EE390F;
}

header.header-7 .yolo-sticky-wrapper .sticky-on .header-right .menu-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
    color: #EE390F !important;
}

header.header-7 .yolo-sticky-wrapper .sticky-out .header-left .header-logo {
    height: 60px;
}

header.header-7 .yolo-sticky-wrapper .sticky-out .header-left .header-logo a img {
    max-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

header.header-7 .yolo-sticky-wrapper .sticky-out .header-right .menu-wrapper .yolo-main-menu > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
    color: #424242;
}

header.header-7 .yolo-sticky-wrapper .sticky-out .header-right .menu-wrapper .yolo-main-menu > li:hover > a {
    color: #EE390F;
}

header.header-7 .yolo-sticky-wrapper .sticky-out .header-right .menu-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
    color: #EE390F !important;
}

@media screen and (min-width: 1370px) {
    header.yolo-main-header.header-8 .yolo-header-nav-wrapper.nav-fullwith {
        padding-left: 100px;
        padding-right: 100px;
    }
}

header.header-8 {
    background-color: #ffffff;
}

.header-8 .yolo-header-nav-above {
    border-bottom: none !important;
}

.header-8 .yolo-header-nav-above .container {
    position: relative;
}

.header-8 .yolo-header-nav-above .container .header-logo {
    height: 137px;
    position: relative;
}

.header-8 .yolo-header-nav-above .container .header-logo a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    margin: auto;
    max-height: 137px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.header-8 .yolo-header-nav-above .container .fr {
    position: absolute;
    right: 15px;
    top: 0;
    color: #333333;
}

.header-8 .yolo-header-nav-above .container .fr .header-customize-right {
    line-height: 137px;
    padding-left: 40px;
}

.header-8 .yolo-header-nav-above .container .fl {
    color: #333333;
    position: relative;
    z-index: 1;
}

.header-8 .yolo-header-nav-above .container .fl .header-customize-left {
    line-height: 137px;
    padding-right: 50px;
}

.header-8 .yolo-header-nav-wrapper .container {
    clear: both;
}

.header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left {
    float: none;
    text-align: center;
}

.header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper {
    display: inline-block;
}

.header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu {
    display: inline-block;
    float: none;
}

.header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li {
    display: inline-block;
    float: none;
}

.header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li > a {
    padding-left: 35px;
    padding-right: 35px;
    color: #333333;
}

.header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li ul {
    text-align: left;
}

.header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li.menu-item:hover > a {
    color: #EE390F !important;
}

.header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li.current-menu-item > a {
    color: #EE390F !important;
}

.header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-customize-nav .header-customize-item {
    margin-left: 10px;
}

.header-8 .yolo-header-nav-wrapper.sticky-on {
    background-color: #ffffff;
}

.header-8 .yolo-header-nav-wrapper.sticky-out {
    background-color: #ffffff;
}

@media screen and (min-width: 992px) {
    header.yolo-mobile-header {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    body {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        left: 0;
    }

    .mobile-top-bar-hide,
    header.yolo-main-header {
        display: none !important;
    }

    body.menu-mobile-in {
        left: 280px;
        overflow: hidden;
    }

    .container.yolo-mobile-header-wrapper {
        position: relative;
    }

    .header-mobile-before {
        text-align: center;
    }

    .header-mobile-before img {
        padding-top: 15px;
        padding-bottom: 15px;
        -ms-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .header-logo-mobile {
        vertical-align: middle;
        text-align: center;
    }

    .header-logo-mobile img {
        padding-top: 15px;
        padding-bottom: 15px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    header.yolo-mobile-header {
        background: #ffffff;
    }

    header.yolo-mobile-header .header-left,
    header.yolo-mobile-header .toggle-icon-wrapper.toggle-desktop,
    header.yolo-mobile-header .header-customize {
        display: none;
    }

    header.yolo-mobile-header .yolo-header-container-wrapper {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #ffffff;
        z-index: 997;
        top: 0;
        border-bottom: solid 1px #eeeeee;
    }

    header.yolo-mobile-header .yolo-mobile-header-wrapper {
        background-color: #ffffff;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner {
        position: relative;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize {
        display: block;
        font-size: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        color: #000;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item {
        font-size: 14px;
        display: none /*old inline-block supprimer GS*/;
        vertical-align: middle;
        height: 60px;
        line-height: 60px;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .your-cart-text,
    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .item-text {
        display: none !important;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .widget_shopping_cart_content,
    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .widget_shopping_wishlist_content {
        height: 60px;
        line-height: 60px;
        position: relative;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .widget_shopping_cart_content i.wicon,
    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .widget_shopping_wishlist_content i.wicon {
        line-height: 60px !important;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .widget_shopping_cart_content span.total,
    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .widget_shopping_wishlist_content span.total {
        text-align: center;
        color: #666;
        background: #fff;
        position: absolute;
        border-radius: 50%;
        width: 30px;
        border: 1px solid #333;
        bottom: 10px;
        right: -10px;
        height: 30px;
        line-height: 30px;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .widget_shopping_cart_content span.total::before,
    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .widget_shopping_wishlist_content span.total::before,
    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .widget_shopping_cart_content span.total::after,
    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item .widget_shopping_wishlist_content span.total::after {
        display: none;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item + .header-customize-item {
        margin-left: 10px;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .toggle-icon-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .icon-search-menu {
        display: inline-block;
        vertical-align: middle;
        color: #333333;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
        padding: 0;
        font-size: 24px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    header.yolo-mobile-header .yolo-mobile-header-inner .icon-search-menu:hover {
        color: #EE390F;
    }

    header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content:before {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
        display: inline-block;
        vertical-align: middle;
        top: 0;
        height: 45px;
        line-height: 45px;
    }

    header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
        display: inline-block;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
        padding: 0;
        font-size: 24px;
        color: #333333;
    }

    header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span {
        position: absolute;
        top: 5px;
        right: 0px;
        color: #ffffff;
        background-color: #EE390F;
        border-radius: 100%;
        padding: 0;
        width: 17px;
        height: 17px;
        line-height: 17px;
    }

    .yolo-mobile-header-nav {
        background: #333;
        display: none;
        margin-bottom: 15px;
    }

    form.yolo-search-form-mobile-menu {
        display: none;
    }

    .yolo-mobile-header-nav.menu-drop-fly {
        display: block;
        position: fixed;
        margin: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        overflow-x: hidden;
        width: 280px;
        left: -280px;
        border-right: solid 2px #EE390F;
        z-index: 9999;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .yolo-mobile-header-nav.menu-drop-fly.in {
        left: 0;
    }

    .yolo-mobile-header-nav.menu-drop-fly form.yolo-search-form-mobile-menu {
        display: block;
        background-color: #222;
        padding: 15px;
        position: relative;
    }

    .yolo-mobile-header-nav.menu-drop-fly form.yolo-search-form-mobile-menu input {
        background-color: #333;
        border: none;
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 1.2;
        height: auto;
        padding: 12px;
        color: #ffffff;
    }

    .yolo-mobile-header-nav.menu-drop-fly form.yolo-search-form-mobile-menu button {
        border: none;
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 1;
        bottom: 0;
        margin: auto;
        font-size: 14px;
        color: #ffffff;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu {
        padding: 0;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item {
        font-size: 12px;
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        letter-spacing: 0.1em;
        font-weight: bold;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item > a {
        padding: 15px;
        display: inline-block;
        text-transform: uppercase;
        color: #ffffff;
        line-height: 1.2;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item > a:hover {
        color: #EE390F;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret {
        color: #ffffff;
        float: right;
        right: 0;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:before {
        content: "\f065";
        display: inline-block;
        font-family: FontAwesome;
        text-align: center;
        line-height: 45px;
        width: 45px;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:hover {
        cursor: pointer;
        color: #EE390F;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret.active:before {
        content: "\f066";
        display: inline-block;
        font-family: FontAwesome;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item:not(.sub-menu-open):hover {
        background-color: #404040;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item.sub-menu-open {
        border-bottom-width: 0px;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item.sub-menu-open > ul.sub-menu:before {
        content: "";
        display: block;
        position: absolute;
        top: -6px;
        left: 15px;
        z-index: 1;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #4d4d4d;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-ancestor > a,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-parent > a,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-item > a,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-current > a,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li > a:hover,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li:hover > a,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a {
        color: #EE390F;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-ancestor > a > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-parent > a > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-item > a > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-current > a > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li > a:hover > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li:hover > a > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a > b.caret:before {
        color: #EE390F;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu ul.sub-menu {
        background-color: #4d4d4d;
        padding-left: 0;
        position: relative;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu ul.sub-menu > li.menu-item > a {
        font-size: 10px;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
        border-color: transparent transparent #595959;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu ul ul.sub-menu {
        background-color: #595959;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
        border-color: transparent transparent #595959;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu ul ul ul.sub-menu {
        background-color: #666666;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu ul ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
        border-color: transparent transparent #666666;
    }

    .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu ul ul ul ul.sub-menu {
        background-color: #737373;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown form.yolo-search-form-mobile-menu {
        display: block;
        background-color: #222;
        padding: 15px;
        position: relative;
        display: none;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown form.yolo-search-form-mobile-menu input {
        background-color: #333;
        border: none;
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 1.2;
        height: auto;
        padding: 12px;
        color: #ffffff;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown form.yolo-search-form-mobile-menu button {
        border: none;
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 1;
        bottom: 0;
        margin: auto;
        font-size: 14px;
        color: #ffffff;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu {
        padding: 15px;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item {
        font-size: 12px;
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        letter-spacing: 0.1em;
        font-weight: bold;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item > a {
        padding: 15px;
        display: inline-block;
        text-transform: uppercase;
        color: #ffffff;
        line-height: 1.2;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item > a:hover {
        color: #EE390F;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret {
        color: #ffffff;
        float: right;
        right: 0;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:before {
        content: "\f065";
        display: inline-block;
        font-family: FontAwesome;
        text-align: center;
        line-height: 45px;
        width: 45px;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:hover {
        cursor: pointer;
        color: #EE390F;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret.active:before {
        content: "\f066";
        display: inline-block;
        font-family: FontAwesome;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item:not(.sub-menu-open):hover {
        background-color: #404040;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item.sub-menu-open {
        border-bottom-width: 0px;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item.sub-menu-open > ul.sub-menu:before {
        content: "";
        display: block;
        position: absolute;
        top: -6px;
        left: 15px;
        z-index: 1;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #4d4d4d;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-ancestor > a,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-parent > a,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-item > a,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-current > a,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li > a:hover,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li:hover > a,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a {
        color: #EE390F;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-ancestor > a > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-parent > a > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-item > a > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-current > a > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li > a:hover > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li:hover > a > b.caret:before,
    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a > b.caret:before {
        color: #EE390F;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu ul.sub-menu {
        background-color: #4d4d4d;
        padding-left: 20px;
        position: relative;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu ul.sub-menu > li.menu-item > a {
        font-size: 10px;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
        border-color: transparent transparent #595959;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu ul ul.sub-menu {
        background-color: #595959;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
        border-color: transparent transparent #595959;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu ul ul ul.sub-menu {
        background-color: #666666;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu ul ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
        border-color: transparent transparent #666666;
    }

    .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu ul ul ul ul.sub-menu {
        background-color: #737373;
    }

    header.header-mobile-2 {
        display: block;
    }

    header.header-mobile-2 .yolo-header-container-wrapper {
        background-color: #333;
        border-bottom: none;
    }

    header.header-mobile-2 .yolo-mobile-header-wrapper {
        background-color: transparent;
    }

    header.header-mobile-2 .yolo-mobile-header-inner {
        position: relative;
    }

    header.header-mobile-2 .yolo-mobile-header-inner .header-customize {
        color: #eeeeee;
        right: 0;
    }

    header.header-mobile-2 .yolo-mobile-header-inner .icon-search-menu,
    header.header-mobile-2 .yolo-mobile-header-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
        height: 30px;
        line-height: 32px;
        width: 36px;
        color: #ffffff;
    }

    header.header-mobile-2 .yolo-mobile-header-inner .icon-search-menu:before,
    header.header-mobile-2 .yolo-mobile-header-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:before {
        line-height: 28px;
    }

    header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper {
        left: 0;
    }

    header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon > span,
    header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon:before,
    header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon:after {
        background-color: #eeeeee;
    }

    header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper.in .toggle-icon > span {
        background-color: transparent;
    }

    header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon + span {
        font-family: Oswald;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        color: #eeeeee;
        font-weight: 400;
    }

    header.header-mobile-3 .header-logo-mobile {
        text-align: right;
    }

    header.header-mobile-3 .yolo-mobile-header-inner .header-customize {
        left: 50px;
        right: auto;
    }

    header.header-mobile-3 .shopping-cart-wrapper {
        position: static;
    }

    header.header-mobile-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
        left: -45px;
        right: auto;
    }

    header.header-mobile-4 .header-logo-mobile {
        text-align: left;
    }

    header.header-mobile-4 .yolo-mobile-header-inner .toggle-icon-wrapper {
        right: 0px;
        left: auto;
    }

    header.header-mobile-4 .yolo-mobile-header-wrapper .header-customize {
        right: 50px;
        left: auto;
    }

    header.header-mobile-5 .yolo-sticky-wrapper {
        height: 0 !important;
    }

    header.header-mobile-5 .yolo-header-container-wrapper {
        border-bottom: none;
    }

    header.header-mobile-5 .yolo-header-container-wrapper,
    header.header-mobile-5 .yolo-mobile-header-wrapper {
        background-color: transparent;
    }

    header.header-mobile-5 .yolo-header-container-wrapper {
        background-color: transparent;
        position: absolute;
        z-index: 997;
        width: 100%;
    }

    header.header-mobile-5 .header-logo-mobile {
        text-align: left;
    }

    header.header-mobile-5 .yolo-mobile-header-inner .toggle-icon-wrapper {
        left: auto;
        right: 5px;
    }

    header.header-mobile-5 .toggle-icon-wrapper .toggle-icon > span,
    header.header-mobile-5 .toggle-icon-wrapper .toggle-icon:before,
    header.header-mobile-5 .toggle-icon-wrapper .toggle-icon:after {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    }

    header.header-mobile-5 .toggle-icon-wrapper.in .toggle-icon > span {
        display: none;
    }

    header.header-mobile-5 .yolo-mobile-header-inner .header-customize {
        right: 50px;
    }

    header.header-mobile-5 .yolo-mobile-header-inner .icon-search-menu,
    header.header-mobile-5 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
        border-color: #ffffff;
        color: #ffffff;
    }

    .yolo-sticky-wrapper.is-sticky > .yolo-header-container-wrapper {
        z-index: 997;
        left: 0;
        right: 0;
    }

    .yolo-sticky-wrapper:not(.is-sticky) {
        height: auto !important;
        position: relative !important;
    }

    body.menu-mobile-in .yolo-sticky-wrapper.is-sticky > .yolo-header-container-wrapper.menu-drop-fly {
        left: 280px;
        right: -280px;
    }
}

@media screen and (max-width: 480px) {
    .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
        min-width: 280px;
    }
}

@media screen and (max-width: 320px) {
    .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
        min-width: 254px;
    }
}

/* YOLO HEADER SIDEBAR STYLE */
#yolo-wrapper {
    position: relative;
}

#yolo-wrapper .yolo-top-bar {
    z-index: 999;
}

#yolo-header.header-sidebar {
    background-color: #ffffff;
    width: 300px;
    height: 100%;
    position: fixed;
    z-index: 888;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#yolo-header.header-sidebar .vertical-header-wrapper {
    height: 100%;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize {
    padding: 20px;
    width: 100%;
    margin: 0;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item {
    width: 100%;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form {
    width: 100%;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: rgba(51, 51, 51, 0.85);
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.6);
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.6);
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form button i {
    color: #333333;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form button i:hover {
    color: #EE390F;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item + .header-customize-item {
    position: relative;
    color: #333333;
    margin-left: 0 !important;
    text-align: center;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item + .header-customize-item li {
    margin-left: 0 !important;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item + .header-customize-item a {
    background-color: #333333;
    margin-right: 4px;
    margin-left: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item + .header-customize-item a i {
    color: #ffffff;
    font-size: 18px;
    vertical-align: middle;
    padding-right: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item + .header-customize-item a:hover i {
    color: #EE390F;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-top {
    text-align: center;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-top .header-logo {
    background-color: #9de06c;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-top .header-logo > a > img {
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 100%;
    box-sizing: border-box;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper {
    width: 100%;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu {
    width: 100%;
    padding: 0;
    /* 1. Style dropdown menu */
    /* End dropdown menu */
    /* 2. MEGA MENU STYLE COLUMN */
    /* End Style column menu */
    /* 3. MEGA MENU STYLE TAB */
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li li.current-menu-item > a {
    color: #EE390F;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a {
    padding: 15px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.2;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a:hover {
    color: #EE390F;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a:after {
    content: none;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b {
    opacity: 0;
    visibility: hidden;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > a:after {
    position: absolute;
    right: 10px;
    content: '';
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b:before {
    top: 0;
    position: absolute;
    right: 0;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    text-align: center;
    line-height: 40px;
    width: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
    color: #EE390F !important;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
    color: #EE390F !important;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > a:after {
    position: absolute;
    right: 10px;
    content: '';
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b:before {
    top: 0;
    position: absolute;
    right: 0;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    text-align: center;
    line-height: 40px;
    width: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
    color: #EE390F !important;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
    color: #EE390F !important;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > a:after {
    position: absolute;
    right: 10px;
    content: '';
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b:before {
    top: 0;
    position: absolute;
    right: 0;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    text-align: center;
    line-height: 40px;
    width: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
    color: #EE390F !important;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
    color: #EE390F !important;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > b.menu-caret {
    float: right;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > b.menu-caret:before {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    text-align: center;
    line-height: 45px;
    width: 45px;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:not(.sub-menu-open):hover {
    background-color: #404040;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.sub-menu-open {
    border-bottom-width: 0px;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.sub-menu-open > ul.sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 15px;
    z-index: 1;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #4d4d4d;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:hover > a {
    color: #EE390F;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:hover > b.menu-caret {
    cursor: pointer;
    color: #EE390F;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li {
    float: none;
    position: relative !important;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul {
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li {
    min-width: 244px;
    float: none;
    display: list-item;
    position: relative;
    display: block;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li {
    min-width: 244px;
    float: none;
    display: list-item;
    position: relative;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li {
    min-width: 244px;
    float: none;
    display: list-item;
    position: relative;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li {
    min-width: 244px;
    float: none;
    display: list-item;
    position: relative;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li {
    min-width: 244px;
    float: none;
    display: list-item;
    position: relative;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
    min-width: 244px;
    float: none;
    display: list-item;
    position: relative;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column > ul {
    position: absolute;
    display: none;
    min-width: 970px;
    width: 100%;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-2 > ul > li {
    float: left;
    width: 50%;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-3 > ul > li {
    float: left;
    width: 33.3333333%;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-4 > ul > li {
    float: left;
    width: 25%;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-5 > ul > li {
    float: left;
    width: 20%;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-6 > ul > li {
    float: left;
    width: 16.6666666%;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul {
    position: absolute;
    display: none;
    width: 100%;
    min-width: 970px;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    -webkit-transition: 0.3s ease 0.15s;
    -o-transition: 0.3s ease 0.15s;
    transition: 0.3s ease 0.15s;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li {
    display: block;
    width: 25%;
    position: static;
    clear: none;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li .yolo_megamenu_widget_area,
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li > ul {
    position: absolute;
    width: auto;
    height: auto;
    left: 25%;
    top: 100%;
    opacity: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li.active .yolo_megamenu_widget_area,
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li.active > ul {
    opacity: 1;
    top: 0;
    visibility: visible;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab:hover > ul {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    display: block;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .canvas-menu-toggle-wrapper {
    margin-left: 30px;
}

#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .canvas-menu-toggle-wrapper a:hover i {
    color: #EE390F;
}

#yolo-header.header-sidebar .vertical-header-wrapper .fb .header-customize-right {
    height: auto;
}

.header-sidebar .yolo-top-bar {
    position: fixed;
    width: 100%;
}

.header-sidebar #yolo-content-wrapper {
    padding-top: 0;
    padding-left: 300px !important;
}

@media screen and (max-width: 991px) {
    .header-sidebar #yolo-content-wrapper {
        padding-left: 0 !important;
    }
}

.header-sidebar footer {
    margin-left: 300px !important;
}

@media screen and (max-width: 991px) {
    .header-sidebar footer {
        margin-left: 0 !important;
    }
}

nav.yolo-canvas-menu-wrapper {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 270px;
    transform: translateX(20px);
    overflow: hidden;
    padding: 25px;
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

nav.yolo-canvas-menu-wrapper.in {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #ffffff;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner {
    padding: 0;
    box-shadow: none;
    background-color: #333333;
    color: #ffffff;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside {
    padding: 0;
    border: none;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside:before {
    top: 2px;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4 {
    padding-left: 10px;
    color: #ffffff;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4.widget-title {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4.widget-title span {
    padding: 0;
    color: #EE390F;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4.widget-title:before {
    display: none;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item {
    font-size: 12px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0.1em;
    font-weight: bold;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item a {
    padding: 8px 4px;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item a:hover {
    padding-left: 15px;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul.social-profile.social-icon-bordered li a:hover i {
    color: #EE390F;
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside .about-description {
    padding: 15px 0;
}

nav.yolo-canvas-menu-wrapper.dark {
    background-color: #333333;
    color: #ffffff;
}

nav.yolo-canvas-menu-wrapper.dark .widget_archive > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_categories > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_pages > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_nav_menu > div > ul,
nav.yolo-canvas-menu-wrapper.dark .woocommerce .widget_product_categories > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_layered_nav > ul {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

nav.yolo-canvas-menu-wrapper.dark li + li,
nav.yolo-canvas-menu-wrapper.dark .widget_posts_item + .widget_posts_item {
    border-top-color: rgba(255, 255, 255, 0.2);
}

nav.yolo-canvas-menu-wrapper.dark .widget_categories ul ul,
nav.yolo-canvas-menu-wrapper.dark .widget_pages ul ul,
nav.yolo-canvas-menu-wrapper.dark .widget_nav_menu > div ul ul,
nav.yolo-canvas-menu-wrapper.dark .widget_product_categories ul ul {
    border-top-color: rgba(255, 255, 255, 0.2);
}

body.admin-bar nav.yolo-canvas-menu-wrapper {
    top: 32px;
}

.canvas-menu-toggle-wrapper i.micon {
    vertical-align: middle;
}

/**
 * 4.0 - Footer
 * ----------------------------------------------------------------------------
 */
/* FOOTER STYLE
*/
footer {
    display: inline-block;
    float: left;
    width: 100%;
}

#menu-footer-quicklink {
    display: inline-block;
    padding: 0;
    text-align: left;
    width: 100%;
}

#menu-footer-quicklink li {
    list-style: outside none none;
    margin: 5px 0;
    width: 50%;
    display: inline-block;
    float: left;
}

@media (max-width: 500px) {
    #menu-footer-quicklink li {
        width: 100%;
    }
}

#menu-footer-quicklink li a {
    padding-left: 15px;
    position: relative;
    width: 100%;
}

#menu-footer-quicklink li a::before {
    content: "\f0da";
    font-family: FontAwesome;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
}

#menu-footer-quicklink li a:hover {
    color: #EE390F;
}

.border-bottom {
    border-bottom: 2px solid #EE390F;
    display: inline-block;
    margin-bottom: 35px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
}

#menu-footer-menu {
    padding-top: 40px;
    text-align: center;
    padding-left: 0;
}

#menu-footer-menu li {
    display: inline-block;
    margin: 0 15px;
}

#menu-footer-menu li a {
    color: #fff;
}

#menu-footer-menu li a:hover {
    color: #333;
}

.footer-3 .wpb_wrapper {
    position: relative;
}

.footer-3 .back-top-footer-3 .back-to-top {
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #EE390F;
    border: 1px solid #EE390F;
    border-radius: 50%;
    background-color: #fff;
}

.footer-4 .gmaps-shortcode-wrap .map-info .info-address p {
    margin-bottom: 0;
}

.footer-4 .gmaps-shortcode-wrap .map-info .info-address {
    padding: 0;
}

.footer-4 .gmaps-shortcode-wrap .map-info .info-image {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-4 .wpb_column.vc_col-sm-3,
    .footer-3 .wpb_column.vc_col-sm-3,
    .footer-2 .wpb_column.vc_col-sm-3,
    .footer-1 .wpb_column.vc_col-sm-3,
    .footer-2-newletter-style-2 .wpb_column.vc_col-sm-3,
    .footer-3-newletter .wpb_column.vc_col-sm-3,
    .footer-2-newletter .wpb_column.vc_col-sm-3,
    .footer-1-newletter .wpb_column.vc_col-sm-3 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .vc_col-md-3 {
        width: 50%;
        float: left;
    }
}

/**
 * 5.0 - Widget
 * ----------------------------------------------------------------------------
 */
.search-form {
    position: relative;
    font-size: 16px;
}

.search-form input[type="text"] {
    width: 100%;
    height: 45px;
    background-color: transparent;
    color: #999;
    border: 1px solid #ddd;
    padding-right: 45px;
}

.search-form input[type="text"] ::-webkit-input-placeholder {
    color: #333333;
}

.search-form input[type="text"] :-moz-placeholder {
    color: #333333;
}

.search-form input[type="text"] ::-moz-placeholder {
    color: #333333;
}

.search-form input[type="text"] :-ms-input-placeholder {
    color: #333333;
}

.search-form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 0;
    height: 45px;
    width: 45px;
    background-color: transparent;
    font-size: 14px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.screen-reader-text {
    display: none;
}

/*-------------------------------------
CALENDAR
---------------------------------------*/
#wp-calendar {
    width: 100%;
}

#wp-calendar td a {
    position: relative;
    display: inline-block;
    width: 100%;
}

#wp-calendar td a::before {
    background-color: #EE390F;
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
}

#wp-calendar caption {
    text-align: right;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 600;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

#wp-calendar tbody {
    font-size: 13px;
}

#wp-calendar tbody td {
    text-align: center;
    padding: 5px;
    border-radius: 50%;
}

#wp-calendar tbody td:hover,
#wp-calendar tbody td#today {
    background-color: #EE390F;
    color: #fff;
}

#wp-calendar tbody td.pad:hover {
    background: transparent !important;
}

#wp-calendar tbody td:hover {
    color: #ffffff;
}

#wp-calendar tbody td:hover a {
    color: #ffffff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/*-----------------------------------------------------------------------------
* Widget yolo_widget_color_filter
*----------------------------------------------------------------------------*/
.yolo_widget_color_filter .yolo-filter-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
}

/* -----------------------------------------------------------------------------
 * Widget: price filter
 * -------------------------------------------------------------------------- */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #eeeeee;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 4px 25px 4px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #EE390F;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: rgba(0, 0, 0, 0) url("../images/filter-l.png") no-repeat scroll right center / cover;
    border-radius: 0;
    height: 30px;
    top: -15px;
    width: 30px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    background: rgba(0, 0, 0, 0) url("../images/filter-r.png") no-repeat scroll right center / cover;
    -moz-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    text-align: left;
    line-height: 30px;
    color: #999;
    font-weight: 400;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    min-width: 80px;
    font-size: 15px;
    padding: 8px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #EE390F;
    color: #ffffff;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    color: #ffffff;
    background-color: #5ca924 !important;
}

/*
* Widget Cart
*
*/
.woocommerce .widget.widget_shopping_cart_content {
    border-top: 1px solid #eeeeee;
}

.woocommerce .widget.widget_shopping_cart_content .widget_shopping_cart_icon {
    display: none;
}

.woocommerce .widget.widget_shopping_cart_content .sub-total-text {
    display: none;
}

/*
*
*  Sidebar
*/
.sidebar {
    padding: 0 15px;
}

.sidebar aside + aside {
    margin-top: 3px;
}

.sidebar aside {
    padding: 5px 15px 30px;
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #eee;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.sidebar aside.widget_search {
    background-color: transparent;
    padding: 0 0 20px;
    border: none;
}

.sidebar aside.widget_search:hover {
    box-shadow: none;
}

.sidebar aside:hover {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

.sidebar aside:hover .widget-title {
    color: #EE390F;
}

@media (max-width: 767px) {
    .sidebar {
        float: none;
    }
}

.widget_top_rated_products .product_list_widget li span.amount {
    color: #F98B32;
}

.widget_top_rated_products .product_list_widget li:hover a .product-title,
.widget_top_rated_products .product_list_widget li:hover .star-rating ::before,
.widget_top_rated_products .product_list_widget li:hover .star-rating span::before,
.widget_top_rated_products .product_list_widget li:hover span.amount {
    color: #EE390F;
}

.sidebar h4.widget-title,
.wpb_widgetised_column h4.widget-title {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Roboto';
    font-weight: 500;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.sidebar h4.widget-title:hover,
.wpb_widgetised_column h4.widget-title:hover {
    color: #EE390F;
}

.sidebar .tagcloud,
.wpb_widgetised_column .tagcloud {
    font-size: 0;
}

.sidebar .tagcloud a,
.wpb_widgetised_column .tagcloud a {
    color: #737373 !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: 1;
    font-size: 16px;
    border: 1px solid #eeeeee;
    color: inherit;
}

.sidebar .tagcloud a:last-child,
.wpb_widgetised_column .tagcloud a:last-child {
    margin-right: 0;
}

.sidebar .tagcloud a:hover,
.wpb_widgetised_column .tagcloud a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #EE390F !important;
    border-color: #EE390F;
}

.sidebar select,
.wpb_widgetised_column select {
    width: 100%;
}

.sidebar .widget_archive ul,
.wpb_widgetised_column .widget_archive ul,
.sidebar .widget_categories ul,
.wpb_widgetised_column .widget_categories ul,
.sidebar .widget_pages ul,
.wpb_widgetised_column .widget_pages ul,
.sidebar .widget_meta ul,
.wpb_widgetised_column .widget_meta ul,
.sidebar .widget_recent_comments ul,
.wpb_widgetised_column .widget_recent_comments ul,
.sidebar .widget_recent_entries ul,
.wpb_widgetised_column .widget_recent_entries ul,
.sidebar .widget_rss ul,
.wpb_widgetised_column .widget_rss ul,
.sidebar .widget_nav_menu > div ul,
.wpb_widgetised_column .widget_nav_menu > div ul,
.sidebar .widget_product_categories ul,
.wpb_widgetised_column .widget_product_categories ul,
.sidebar .widget_layered_nav ul,
.wpb_widgetised_column .widget_layered_nav ul {
    padding: 0;
}

.sidebar .widget_archive > ul,
.wpb_widgetised_column .widget_archive > ul,
.sidebar .widget_categories > ul,
.wpb_widgetised_column .widget_categories > ul,
.sidebar .widget_pages > ul,
.wpb_widgetised_column .widget_pages > ul,
.sidebar .widget_meta > ul,
.wpb_widgetised_column .widget_meta > ul,
.sidebar .widget_recent_comments > ul,
.wpb_widgetised_column .widget_recent_comments > ul,
.sidebar .widget_recent_entries > ul,
.wpb_widgetised_column .widget_recent_entries > ul,
.sidebar .widget_rss > ul,
.wpb_widgetised_column .widget_rss > ul,
.sidebar .widget_nav_menu > div > ul,
.wpb_widgetised_column .widget_nav_menu > div > ul,
.sidebar .widget_product_categories > ul,
.wpb_widgetised_column .widget_product_categories > ul,
.sidebar .widget_layered_nav > ul,
.wpb_widgetised_column .widget_layered_nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
    color: #333333;
}

.sidebar .widget_archive > ul > li:first-child,
.wpb_widgetised_column .widget_archive > ul > li:first-child,
.sidebar .widget_categories > ul > li:first-child,
.wpb_widgetised_column .widget_categories > ul > li:first-child,
.sidebar .widget_pages > ul > li:first-child,
.wpb_widgetised_column .widget_pages > ul > li:first-child,
.sidebar .widget_meta > ul > li:first-child,
.wpb_widgetised_column .widget_meta > ul > li:first-child,
.sidebar .widget_recent_comments > ul > li:first-child,
.wpb_widgetised_column .widget_recent_comments > ul > li:first-child,
.sidebar .widget_recent_entries > ul > li:first-child,
.wpb_widgetised_column .widget_recent_entries > ul > li:first-child,
.sidebar .widget_rss > ul > li:first-child,
.wpb_widgetised_column .widget_rss > ul > li:first-child,
.sidebar .widget_nav_menu > div > ul > li:first-child,
.wpb_widgetised_column .widget_nav_menu > div > ul > li:first-child,
.sidebar .widget_product_categories > ul > li:first-child,
.wpb_widgetised_column .widget_product_categories > ul > li:first-child,
.sidebar .widget_layered_nav > ul > li:first-child,
.wpb_widgetised_column .widget_layered_nav > ul > li:first-child {
    padding-top: 0;
}

.sidebar .widget_archive li:last-child,
.wpb_widgetised_column .widget_archive li:last-child,
.sidebar .widget_categories li:last-child,
.wpb_widgetised_column .widget_categories li:last-child,
.sidebar .widget_pages li:last-child,
.wpb_widgetised_column .widget_pages li:last-child,
.sidebar .widget_meta li:last-child,
.wpb_widgetised_column .widget_meta li:last-child,
.sidebar .widget_recent_comments li:last-child,
.wpb_widgetised_column .widget_recent_comments li:last-child,
.sidebar .widget_recent_entries li:last-child,
.wpb_widgetised_column .widget_recent_entries li:last-child,
.sidebar .widget_rss li:last-child,
.wpb_widgetised_column .widget_rss li:last-child,
.sidebar .widget_nav_menu > div li:last-child,
.wpb_widgetised_column .widget_nav_menu > div li:last-child,
.sidebar .widget_product_categories li:last-child,
.wpb_widgetised_column .widget_product_categories li:last-child,
.sidebar .widget_layered_nav li:last-child,
.wpb_widgetised_column .widget_layered_nav li:last-child {
    margin-bottom: 0;
}

.sidebar .widget_archive li .show_count,
.wpb_widgetised_column .widget_archive li .show_count,
.sidebar .widget_categories li .show_count,
.wpb_widgetised_column .widget_categories li .show_count,
.sidebar .widget_pages li .show_count,
.wpb_widgetised_column .widget_pages li .show_count,
.sidebar .widget_meta li .show_count,
.wpb_widgetised_column .widget_meta li .show_count,
.sidebar .widget_recent_comments li .show_count,
.wpb_widgetised_column .widget_recent_comments li .show_count,
.sidebar .widget_recent_entries li .show_count,
.wpb_widgetised_column .widget_recent_entries li .show_count,
.sidebar .widget_rss li .show_count,
.wpb_widgetised_column .widget_rss li .show_count,
.sidebar .widget_nav_menu > div li .show_count,
.wpb_widgetised_column .widget_nav_menu > div li .show_count,
.sidebar .widget_product_categories li .show_count,
.wpb_widgetised_column .widget_product_categories li .show_count,
.sidebar .widget_layered_nav li .show_count,
.wpb_widgetised_column .widget_layered_nav li .show_count {
    float: right;
}

.sidebar .widget_archive a,
.wpb_widgetised_column .widget_archive a,
.sidebar .widget_categories a,
.wpb_widgetised_column .widget_categories a,
.sidebar .widget_pages a,
.wpb_widgetised_column .widget_pages a,
.sidebar .widget_meta a,
.wpb_widgetised_column .widget_meta a,
.sidebar .widget_recent_comments a,
.wpb_widgetised_column .widget_recent_comments a,
.sidebar .widget_recent_entries a,
.wpb_widgetised_column .widget_recent_entries a,
.sidebar .widget_rss a,
.wpb_widgetised_column .widget_rss a,
.sidebar .widget_nav_menu > div a,
.wpb_widgetised_column .widget_nav_menu > div a,
.sidebar .widget_product_categories a,
.wpb_widgetised_column .widget_product_categories a,
.sidebar .widget_layered_nav a,
.wpb_widgetised_column .widget_layered_nav a {
    color: inherit;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sidebar .widget_archive a:hover,
.wpb_widgetised_column .widget_archive a:hover,
.sidebar .widget_categories a:hover,
.wpb_widgetised_column .widget_categories a:hover,
.sidebar .widget_pages a:hover,
.wpb_widgetised_column .widget_pages a:hover,
.sidebar .widget_meta a:hover,
.wpb_widgetised_column .widget_meta a:hover,
.sidebar .widget_recent_comments a:hover,
.wpb_widgetised_column .widget_recent_comments a:hover,
.sidebar .widget_recent_entries a:hover,
.wpb_widgetised_column .widget_recent_entries a:hover,
.sidebar .widget_rss a:hover,
.wpb_widgetised_column .widget_rss a:hover,
.sidebar .widget_nav_menu > div a:hover,
.wpb_widgetised_column .widget_nav_menu > div a:hover,
.sidebar .widget_product_categories a:hover,
.wpb_widgetised_column .widget_product_categories a:hover,
.sidebar .widget_layered_nav a:hover,
.wpb_widgetised_column .widget_layered_nav a:hover {
    text-decoration: none;
}

.sidebar .widget_archive li > a:hover,
.wpb_widgetised_column .widget_archive li > a:hover,
.sidebar .widget_pages li > a:hover,
.wpb_widgetised_column .widget_pages li > a:hover,
.sidebar .widget_nav_menu > div li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div li > a:hover,
.sidebar .widget_product_categories li > a:hover,
.wpb_widgetised_column .widget_product_categories li > a:hover,
.sidebar .widget_layered_nav li > a:hover,
.wpb_widgetised_column .widget_layered_nav li > a:hover {
    color: #EE390F;
}

.sidebar .widget_categories ul ul,
.wpb_widgetised_column .widget_categories ul ul,
.sidebar .widget_pages ul ul,
.wpb_widgetised_column .widget_pages ul ul,
.sidebar .widget_nav_menu > div ul ul,
.wpb_widgetised_column .widget_nav_menu > div ul ul,
.sidebar .widget_product_categories ul ul,
.wpb_widgetised_column .widget_product_categories ul ul {
    margin-top: 9px;
    list-style-type: none;
}

.sidebar .widget_categories ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul > li > a,
.sidebar .widget_pages ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul > li > a,
.sidebar .widget_product_categories ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul > li > a {
    padding-left: 25px;
}

.sidebar .widget_categories ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul > li > a:hover,
.sidebar .widget_pages ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul > li > a:hover {
    padding-left: 45px;
}

.sidebar .widget_categories ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul > li > a,
.sidebar .widget_pages ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul > li > a {
    padding-left: 45px;
}

.sidebar .widget_categories ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul > li > a:hover {
    padding-left: 65px;
}

.sidebar .widget_categories ul ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul ul > li > a,
.sidebar .widget_pages ul ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul ul > li > a {
    padding-left: 65px;
}

.sidebar .widget_categories ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul ul > li > a:hover {
    padding-left: 85px;
}

.sidebar .widget_categories ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul ul ul > li > a,
.sidebar .widget_pages ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul ul ul > li > a {
    padding-left: 85px;
}

.sidebar .widget_categories ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul ul ul > li > a:hover {
    padding-left: 105px;
}

.sidebar .widget_meta ul li a,
.wpb_widgetised_column .widget_meta ul li a {
    padding: 7px 0px;
}

.sidebar .widget_recent_comments > ul,
.wpb_widgetised_column .widget_recent_comments > ul,
.sidebar .widget_rss > ul,
.wpb_widgetised_column .widget_rss > ul {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
}

.sidebar .widget_recent_comments li,
.wpb_widgetised_column .widget_recent_comments li,
.sidebar .widget_rss li,
.wpb_widgetised_column .widget_rss li {
    margin-bottom: 10px;
}

.sidebar .widget_recent_comments li + li,
.wpb_widgetised_column .widget_recent_comments li + li,
.sidebar .widget_rss li + li,
.wpb_widgetised_column .widget_rss li + li {
    margin-top: 10px;
}

.sidebar .widget_layered_nav ul li,
.wpb_widgetised_column .widget_layered_nav ul li {
    padding: 9px 0 0 0;
}

.sidebar .widget_layered_nav ul li a,
.wpb_widgetised_column .widget_layered_nav ul li a {
    padding: 0 0 0 5px;
}

.sidebar .widget_layered_nav ul li span.count,
.wpb_widgetised_column .widget_layered_nav ul li span.count {
    padding: 0;
    float: right;
}

.sidebar .widget-social-profile ul.social-profile,
.wpb_widgetised_column .widget-social-profile ul.social-profile {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.sidebar .widget-social-profile ul.social-profile li,
.wpb_widgetised_column .widget-social-profile ul.social-profile li {
    display: inline-block;
    vertical-align: middle;
}

.sidebar .widget-social-profile ul.social-profile li a,
.wpb_widgetised_column .widget-social-profile ul.social-profile li a {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar .widget-social-profile ul.social-profile li a i,
.wpb_widgetised_column .widget-social-profile ul.social-profile li a i {
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
}

.sidebar .widget-social-profile ul.social-profile li + li,
.wpb_widgetised_column .widget-social-profile ul.social-profile li + li {
    margin-left: 5px;
}

.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #F5F5F5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a i,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a i {
    color: #777777;
    font-size: 14px;
}

.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i {
    color: #ffffff;
}

.sidebar .widget-social-profile.blog-widget,
.wpb_widgetised_column .widget-social-profile.blog-widget {
    border-width: 2px;
    border-style: solid;
    padding: 30px 15px 40px 15px;
    text-align: center;
}

.sidebar .widget-social-profile.blog-widget > span,
.wpb_widgetised_column .widget-social-profile.blog-widget > span {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.sidebar ul.product_list_widget li,
.wpb_widgetised_column ul.product_list_widget li {
    padding: 0;
    margin: 0;
}

.sidebar ul.product_list_widget li + li,
.wpb_widgetised_column ul.product_list_widget li + li {
    margin-top: 20px;
}

.sidebar ul.product_list_widget li img,
.wpb_widgetised_column ul.product_list_widget li img {
    width: 70px;
    float: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 15px;
}

.sidebar ul.product_list_widget li a,
.wpb_widgetised_column ul.product_list_widget li a {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: normal;
}

.sidebar ul.product_list_widget span.amount,
.wpb_widgetised_column ul.product_list_widget span.amount {
    font-size: 15px;
}

.sidebar ul.product_list_widget ins,
.wpb_widgetised_column ul.product_list_widget ins {
    text-decoration: none;
    margin-right: 3px;
}

.sidebar ul.product_list_widget del span.amount,
.wpb_widgetised_column ul.product_list_widget del span.amount {
    font-size: 13px;
    color: #999999;
}

.sidebar ul.product_list_widget .star-rating,
.wpb_widgetised_column ul.product_list_widget .star-rating {
    margin: 0 0 5px 0;
}

.sidebar .widget-posts-wrap .widget_posts_item,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item {
    padding-bottom: 25px;
}

.sidebar .widget-posts-wrap .widget_posts_item:last-child,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item:last-child {
    padding-bottom: 0;
}

.sidebar .widget-posts-wrap .widget_posts_item + .widget_posts_item,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item + .widget_posts_item {
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

.sidebar .widget-posts-wrap .widget-posts-thumbnail,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail {
    width: 60px;
    float: left;
    margin-right: 10px;
}

.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail {
    position: relative;
}

.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    right: 0;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img {
    width: 100%;
    display: block;
}

.sidebar .widget-posts-wrap .widget-posts-content-wrap,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-content-wrap {
    position: relative;
    overflow: hidden;
}

.sidebar .widget-posts-wrap .widget-posts-title,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-title {
    font-size: 15px;
    color: #3F3F3F;
    display: block;
    line-height: 1.2;
    margin-bottom: 2px;
}

.sidebar .widget-posts-wrap .widget-posts-title:hover,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-title:hover {
    text-decoration: none;
}

.sidebar .widget-posts-wrap .owl-theme .owl-controls,
.wpb_widgetised_column .widget-posts-wrap .owl-theme .owl-controls {
    display: none !important;
}

.sidebar .widget-posts-wrap .widget-posts-date,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-date {
    font-size: 13px;
    color: #999999;
}

.sidebar .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item,
.wpb_widgetised_column .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item {
    margin-top: 20px;
}

.sidebar .widget-twitter-wrap i,
.wpb_widgetised_column .widget-twitter-wrap i {
    font-size: 14px;
}

.sidebar .widget-twitter-wrap span.twitter-time,
.wpb_widgetised_column .widget-twitter-wrap span.twitter-time {
    color: #b1b1b1;
    display: block;
}

.sidebar .widget-banner .widget-image-wrap a,
.wpb_widgetised_column .widget-banner .widget-image-wrap a {
    display: block;
    position: relative;
    overflow: hidden;
}

.sidebar .widget-banner .widget-image-wrap a:before,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.35s linear;
    -o-transition: opacity 0.35s linear;
    transition: opacity 0.35s linear;
}

.sidebar .widget-banner .widget-image-wrap a img,
.wpb_widgetised_column .widget-banner .widget-image-wrap a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sidebar .widget-banner .widget-image-wrap a:hover:before,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover:before {
    opacity: 1;
}

.sidebar .widget-banner .widget-image-wrap a:hover img,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.sidebar .widget-contact-info,
.wpb_widgetised_column .widget-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .widget-contact-info > li > i.fa,
.wpb_widgetised_column .widget-contact-info > li > i.fa {
    width: 18px;
}

.sidebar .mail-chimp-wrapper > p,
.wpb_widgetised_column .mail-chimp-wrapper > p {
    line-height: 28px;
}

.sidebar .mail-chimp-wrapper .mail-chimp-button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button {
    position: relative;
}

.sidebar .mail-chimp-wrapper .mail-chimp-button > input,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > input {
    background-color: #fbfbfb;
    color: #222;
    border: none;
    line-height: 1;
    height: 30px;
    width: 100%;
}

.sidebar .mail-chimp-wrapper .mail-chimp-button > button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button {
    border: none;
    background: none;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sidebar .mail-chimp-wrapper .mail-chimp-button > button > span,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button > span {
    display: none;
}

.sidebar .footer-logo .sub-description,
.wpb_widgetised_column .footer-logo .sub-description {
    padding-top: 28px;
    line-height: 28px;
}

.sidebar .widget-text-intro,
.wpb_widgetised_column .widget-text-intro {
    font-size: 24px;
    text-align: center;
    border: dashed 3px #c5c5c5;
    padding: 55px 10px;
    font-weight: 400;
}

.sidebar ul.instagram-pics,
.wpb_widgetised_column ul.instagram-pics {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.sidebar ul.instagram-pics li,
.wpb_widgetised_column ul.instagram-pics li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.sidebar ul.instagram-pics a,
.wpb_widgetised_column ul.instagram-pics a {
    display: block;
    position: relative;
    overflow: hidden;
}

.sidebar ul.instagram-pics a:before,
.wpb_widgetised_column ul.instagram-pics a:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 101%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
}

.sidebar ul.instagram-pics a:hover:before,
.wpb_widgetised_column ul.instagram-pics a:hover:before {
    opacity: 1;
}

.sidebar .instagram-col-2 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-2 ul.instagram-pics li {
    width: 50%;
}

.sidebar .instagram-col-3 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-3 ul.instagram-pics li {
    width: 33.333333333333336%;
}

.sidebar .instagram-col-4 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-4 ul.instagram-pics li {
    width: 25%;
}

.sidebar .instagram-col-6 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-6 ul.instagram-pics li {
    width: 16.666666666666668%;
}

.sidebar .instagram-col-8 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-8 ul.instagram-pics li {
    width: 12.5%;
}

.sidebar .padding-2 ul.instagram-pics,
.wpb_widgetised_column .padding-2 ul.instagram-pics {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
}

.sidebar .padding-2 ul.instagram-pics li,
.wpb_widgetised_column .padding-2 ul.instagram-pics li {
    padding: 2px;
}

.sidebar .padding-3 ul.instagram-pics,
.wpb_widgetised_column .padding-3 ul.instagram-pics {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -3px;
}

.sidebar .padding-3 ul.instagram-pics li,
.wpb_widgetised_column .padding-3 ul.instagram-pics li {
    padding: 3px;
}

.sidebar .padding-4 ul.instagram-pics,
.wpb_widgetised_column .padding-4 ul.instagram-pics {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -4px;
}

.sidebar .padding-4 ul.instagram-pics li,
.wpb_widgetised_column .padding-4 ul.instagram-pics li {
    padding: 4px;
}

.sidebar .title-center .widget-title,
.wpb_widgetised_column .title-center .widget-title {
    text-align: center;
}

.sidebar ul.instagram-pics + p,
.wpb_widgetised_column ul.instagram-pics + p {
    margin: 0;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.02em;
}

.sidebar .widget-text-center,
.wpb_widgetised_column .widget-text-center {
    text-align: center;
}

.widget-payment-gate {
    padding-top: 10px;
}

.widget-payment-gate .payment-gate {
    list-style: none;
    display: inline-block;
}

.widget-payment-gate li {
    float: left;
    display: inline-block;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.widget-payment-gate li:last-child {
    padding-right: 0px;
}

.widget-payment-gate li:hover {
    opacity: 0.6;
}

.widget-payment-gate image {
    max-width: 46px;
    max-height: 28px;
}

.widget-partner-carousel .owl-carousel .owl-item {
    height: 180px;
    display: table;
    text-align: center;
}

footer.main-footer-wrapper .sidebar aside.widget-map-scroll-up {
    margin-top: 0;
}

.sidebar.woocommerce-sidebar {
    background-color: #ffffff;
}

.sidebar.woocommerce-sidebar aside {
    border-radius: 2px 2px 0 0;
    padding: 0;
    margin-bottom: 30px;
}

.sidebar.woocommerce-sidebar aside .tagcloud,
.sidebar.woocommerce-sidebar aside .product_list_widget,
.sidebar.woocommerce-sidebar aside form,
.sidebar.woocommerce-sidebar aside .product-categories {
    padding: 0 15px 10px;
}

.sidebar.woocommerce-sidebar aside.widget_search form {
    padding: 0;
}

.sidebar.woocommerce-sidebar .widget-title {
    background-color: #EE390F;
    border-radius: 2px 2px 0 0;
    color: #fff;
    margin: 0;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.sidebar.woocommerce-sidebar .widget-title:hover {
    color: #fff;
}

.sidebar.woocommerce-sidebar .product-categories {
    text-transform: capitalize;
}

.sidebar.woocommerce-sidebar .product-categories li {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.sidebar.woocommerce-sidebar .product-categories li a {
    float: left;
    padding: 5px 0;
}

.sidebar.woocommerce-sidebar .product-categories li a::before {
    background-color: transparent;
    content: "\f0da";
    font-family: FontAwesome;
    top: 0;
}

.sidebar.woocommerce-sidebar .product-categories li a:hover {
    padding: 5px 0;
    color: #EE390F;
}

.sidebar.woocommerce-sidebar .product-categories li a:hover::before {
    background-color: transparent;
}

.sidebar.woocommerce-sidebar .product_list_widget li a {
    line-height: 1.8;
    margin-bottom: 0;
}

.sidebar.woocommerce-sidebar .product_list_widget li .star-rating {
    height: 15px;
    margin: 0;
}

aside.show-list-cat .product-categories li:nth-child(n+6) {
    display: none;
}

.sidebar .widget_product_categories .product-categories {
    text-transform: capitalize;
}

.sidebar .widget_product_categories .product-categories li {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.sidebar .widget_product_categories .product-categories li a {
    float: left;
    padding: 6px 0 3px 12px;
    position: relative;
}

.sidebar .widget_product_categories .product-categories li a::before {
    background-color: transparent;
    content: "\f0da";
    font-family: FontAwesome;
    top: 7px;
    position: absolute;
    left: 0;
}

.sidebar .widget_product_categories .product-categories li a:hover {
    padding: 6px 0 3px 12px;
    color: #EE390F;
}

.sidebar .widget_product_categories .product-categories li a:hover::before {
    background-color: transparent;
}

/*
*
*  Post Thumbnail
 */
.posts-thumbnail-list {
    margin: 0;
    padding: 0;
}

.posts-thumbnail-list li {
    list-style: none;
    margin-bottom: 20px;
}

.posts-thumbnail-list li:last-child {
    margin-bottom: 0;
}

.posts-thumbnail-list .posts-thumbnail-image {
    width: 70px;
    float: left;
    height: 70px;
}

.posts-thumbnail-list .posts-thumbnail-content {
    float: left;
    margin-top: -3px;
    margin-left: 10px;
}

.posts-thumbnail-list .posts-thumbnail-content h4 {
    font-size: 15px;
    margin: 0;
}

.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span {
    display: inline-block;
    width: 100%;
}

.posts-thumbnail-list .posts-thumbnail-content .author.vcard {
    font-size: 13px;
    padding-left: 50px;
    position: relative;
    text-transform: capitalize;
}

.posts-thumbnail-list .posts-thumbnail-content .author.vcard::before {
    content: "Author:";
    left: 0;
    position: absolute;
    top: 0;
}

.posts-thumbnail-list .posts-thumbnail-content .comment-count {
    top: -10px;
    position: relative;
}

.posts-thumbnail-list .posts-thumbnail-content .comment-count a {
    font-size: 12px;
}

.posts-thumbnail-list .posts-thumbnail-content .comment-count i {
    margin-right: 5px;
    font-size: 12px;
}

.posts-thumbnail-list li:hover .posts-thumbnail-content h4 a {
    color: #EE390F;
}

/*
*
*  Category Widget
 */
.widget_categories h4 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.widget_categories ul li {
    width: 100%;
    margin: 0;
    text-align: right;
    display: block;
    padding: 5px 0px;
    list-style: none;
    display: table;
}

.widget_categories ul li a {
    float: left;
    display: inline-block !important;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding-left: 15px;
    width: 90%;
}

.widget_categories ul li a:before {
    content: '\f0da';
    line-height: 27px;
    font-family: fontawesome;
    width: 30px;
    text-align: left;
    position: absolute;
    left: 3px;
    top: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.widget_categories ul li a:hover {
    color: #EE390F;
}

.widget_categories ul li:last-child {
    padding-top: 10px;
    border-bottom: 0;
}

.widget_categories ul li span {
    float: right;
}

/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #EE390F, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #EE390F, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #EE390F, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #EE390F, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #EE390F, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #EE390F, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.3);
        opacity: 0;
    }
}

.blog-wrap.grid.layout-container-fluid,
.blog-wrap.masonry.layout-container-fluid {
    padding: 0 15px;
}

.blog-wrap article {
    padding-bottom: 30px;
}

article {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hentry.sticky {
    position: relative;
}

.hentry.sticky:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 75px solid #EE390F;
    border-left: 75px solid transparent;
    z-index: 3;
}

.hentry.sticky:after {
    width: 150px;
    height: 50px;
    font-family: 'FontAwesome';
    content: "\f08d";
    position: absolute;
    right: -57px;
    top: -7px;
    color: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    z-index: 3;
}

.blog-inner article .entry-thumbnail {
    position: relative;
    overflow: hidden;
}

.blog-inner article .entry-thumbnail a.prettyPhoto {
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    right: 0;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-inner article.post .entry-wrap:hover a.entry-thumbnail_overlay:before {
    opacity: 1;
    color: #EE390F;
}

.blog-inner article.post .entry-wrap:hover a.prettyPhoto {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blog-inner article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0.8;
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blog-inner .entry-thumbnail_overlay img {
    width: 100%;
    display: block;
}

.blog-inner .entry-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.blog-inner .entry-title a {
    color: #222222;
}

.blog-inner .entry-title a:hover {
    color: #EE390F;
}

.blog-inner .entry-post-meta-wrap {
    margin-bottom: 10px;
}

.blog-inner .entry-post-meta-wrap ul.entry-meta {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

.blog-inner .entry-post-meta-wrap ul.entry-meta li {
    display: inline;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 15px;
    vertical-align: middle;
}

.blog-inner .entry-post-meta-wrap ul.entry-meta li a {
    color: inherit;
}

.blog-inner .entry-post-meta-wrap ul.entry-meta li i {
    margin-right: 5px;
    vertical-align: middle;
}

.blog-inner .entry-post-meta-wrap ul.entry-meta li:last-child {
    margin-right: 0;
}

.blog-inner .entry-excerpt p {
    margin-bottom: 0;
}

.blog-inner .read-more {
    text-decoration: underline;
}

.blog-inner .jp-interface {
    background-color: transparent;
    height: 140px;
    border: 2px solid #eeeeee;
}

.blog-inner .jp-play-pause {
    padding: 0;
    text-align: center;
    background-color: transparent;
    height: 100%;
    width: auto;
    margin-left: 25px;
}

.blog-inner .jp-play-pause i {
    font-size: 38px;
    line-height: 136px;
}

.blog-inner .jp-progress {
    margin: 0 0 0 10px;
}

.blog-inner .jp-seek-bar {
    height: 18px;
    border: 2px solid #eeeeee;
    width: 100%;
}

.blog-inner .jp-volume {
    height: 18px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto auto auto 50px;
    padding: 0;
}

.blog-inner .jp-volume > li {
    display: inline-block;
    vertical-align: middle;
}

.blog-inner .jp-volume-bar {
    height: 18px;
    width: 100px;
    border: 2px solid #eeeeee;
    margin-left: 10px;
}

.blog-inner .jp-volume-bar-value {
    height: 14px;
}

.blog-inner article.format-link .post-format-icon,
.blog-inner article.format-quote .post-format-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 34px;
    float: left;
    margin-right: 30px;
    color: #ffffff;
}

.blog-inner article.format-link .entry-content-wrap,
.blog-inner article.format-quote .entry-content-wrap {
    position: relative;
    overflow: hidden;
}

.blog-inner article.format-link .entry-content-link {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.8);
}

.blog-inner article.format-link .entry-content-link a {
    color: inherit;
}

.blog-inner article.format-quote .entry-content-quote blockquote {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.8);
}

.blog-inner article.format-quote .entry-content-quote blockquote p:before {
    content: "“";
    margin-right: 5px;
}

.blog-inner article.format-quote .entry-content-quote blockquote cite {
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.blog-inner.blog-style-medium-image article {
    margin-bottom: 25px;
    padding-bottom: 0px;
}

.blog-inner.blog-style-medium-image article .post-item {
    margin-bottom: 25px;
}

.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail {
    padding-top: 0;
}

.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li i,
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li a {
    font-size: 12px;
    color: #222222;
}

.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-excerpt {
    margin: 25px 0px;
}

.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-excerpt p {
    color: #222222;
}

.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n+1) .entry-wrap .entry-thumbnail-wrap {
    float: right;
    width: 50%;
    padding: 0 0 0 15px;
}

.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n+1) .entry-wrap .entry-thumbnail-wrap .date-overlay {
    left: 15px;
}

.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n+1) .entry-wrap .entry-content-wrap {
    float: left;
    width: 50%;
    padding: 0 15px 0 0;
}

@media (max-width: 767px) {
    .blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n+1) .entry-wrap .entry-thumbnail-wrap {
        float: right;
        width: 100%;
        padding: 0;
    }

    .blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n+1) .entry-wrap .entry-content-wrap {
        float: left;
        width: 100%;
        padding: 0;
    }
}

.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n) .entry-wrap .entry-thumbnail-wrap {
    float: left;
    width: 50%;
    padding: 0 15px 0 0;
}

.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n) .entry-wrap .entry-content-wrap {
    float: right;
    width: 50%;
    padding: 0 0 0 15px;
}

@media (max-width: 767px) {
    .blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n) .entry-wrap .entry-thumbnail-wrap {
        float: right;
        width: 100%;
        padding: 0;
    }

    .blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n) .entry-wrap .entry-content-wrap {
        float: left;
        width: 100%;
        padding: 0;
    }
}

.blog-inner.blog-style-large-image article {
    margin-bottom: 50px;
}

.blog-inner.blog-style-large-image article .post-item {
    margin-bottom: 0px;
}

.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail {
    padding: 30px 30px 15px;
}

.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li i,
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li a {
    font-size: 14px;
    color: #222222;
}

@media (max-width: 767px) {
    .blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li i,
    .blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li a {
        font-size: 12px;
    }
}

.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-author {
    color: #999;
}

.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-author i {
    display: none;
}

.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a {
    color: #999;
}

.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a:hover {
    color: #EE390F;
}

.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
    display: none;
}

.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-title a {
    font-size: 24px;
}

@media (max-width: 767px) {
    .blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-title a {
        font-size: 18px;
    }
}

.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-excerpt {
    margin: 15px 0px 5px;
}

@media (max-width: 479px) {
    .blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail {
        padding: 15px 0;
    }
}

.blog-inner.blog-style-grid article {
    float: left;
}

.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap {
    padding: 0;
}

.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title a {
    color: #222222;
}

.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title a:hover {
    color: #EE390F;
}

.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
    padding: 0px 40px;
}

.blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap {
    position: relative;
    margin-bottom: 0;
}

.blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li {
    margin: 10px 0;
    width: 100%;
    display: block;
}

.blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li i,
.blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li a {
    color: #999;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li i:hover,
.blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li a:hover {
    color: #EE390F;
}

.blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li.entry-meta-author {
    color: #999;
    margin-bottom: 8px;
}

.blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li.entry-meta-author i {
    display: none;
}

.blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a {
    color: #999;
}

.blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a:hover {
    color: #EE390F;
}

.blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li .entry-meta-comment {
    color: #999;
}

@media (max-width: 479px) {
    .blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap:before {
        bottom: -10px;
    }
}

.blog-inner.blog-style-grid article .entry-tags-social {
    display: none;
}

.blog-inner.blog-style-grid.blog-col-4 article {
    width: 25%;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .blog-inner.blog-style-grid.blog-col-4 article {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .blog-inner.blog-style-grid.blog-col-4 article {
        width: 100%;
    }
}

.blog-inner.blog-style-grid.blog-col-3 article {
    width: 33.3333%;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .blog-inner.blog-style-grid.blog-col-3 article {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .blog-inner.blog-style-grid.blog-col-3 article {
        width: 100%;
    }
}

.blog-inner.blog-style-grid.blog-col-2 article {
    width: 50%;
    padding: 0 15px;
}

@media (max-width: 480px) {
    .blog-inner.blog-style-grid.blog-col-2 article {
        width: 100%;
    }
}

.blog-inner.blog-style-grid article {
    padding-bottom: 25px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.blog-inner.blog-style-grid article .post-item {
    padding-bottom: 25px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title {
    margin-bottom: 10px;
    margin-top: 20px;
}

.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title a {
    font-size: 22px;
}

.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
    display: none;
}

.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
    padding: 0 20px;
    margin-bottom: 18px;
}

.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
    position: relative;
    padding-right: 15px;
    color: #222222;
    font-weight: bold;
}

.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore::before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 2px;
    top: -2px;
    line-height: 22px;
}

.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
    color: #EE390F;
}

.blog-inner.blog-style-grid article .post-item:hover {
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}

.blog-inner.blog-style-masonry {
    margin: 0 -15px;
}

.blog-inner.blog-style-masonry article {
    padding-bottom: 25px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.blog-inner.blog-style-masonry article .post-item {
    padding-bottom: 25px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title {
    margin-bottom: 15px;
}

.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title a {
    font-size: 22px;
}

.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
    display: none;
}

.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
    padding: 0 20px;
    margin-bottom: 18px;
}

.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-tags-social {
    display: none;
}

.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
    position: relative;
    padding-right: 15px;
    color: #222222;
    font-weight: bold;
}

.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore::before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 2px;
    top: -2px;
    line-height: 22px;
}

.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
    color: #EE390F;
}

.blog-inner.blog-style-masonry article .post-item:hover {
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}

.blog-inner.blog-style-masonry article.format-link .post-format-icon,
.blog-inner.blog-style-masonry article.format-quote .post-format-icon,
.blog-inner.blog-style-masonry article.format-link .entry-title,
.blog-inner.blog-style-masonry article.format-quote .entry-title,
.blog-inner.blog-style-masonry article.format-link .entry-post-meta-wrap,
.blog-inner.blog-style-masonry article.format-quote .entry-post-meta-wrap {
    display: none;
}

.blog-inner.blog-style-masonry article.format-link .entry-content-wrap,
.blog-inner.blog-style-masonry article.format-quote .entry-content-wrap {
    padding: 35px;
}

.blog-inner.blog-style-masonry .jp-interface {
    height: 70px;
}

.blog-inner.blog-style-masonry .jp-play-pause {
    margin-left: 20px;
}

.blog-inner.blog-style-masonry .jp-play-pause i {
    line-height: 68px;
}

.blog-inner.blog-style-masonry .jp-volume {
    margin: auto auto auto 30px;
}

.blog-inner.blog-style-masonry .jp-volume-bar {
    display: none;
}

.blog-inner.blog-style-masonry .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
    display: none;
}

.blog-inner.blog-style-masonry article.format-quote .entry-content-quote blockquote {
    font-size: 18px;
}

.blog-inner.blog-style-masonry.blog-col-2 article {
    width: 50%;
}

.blog-inner.blog-style-masonry.blog-col-3 article {
    width: 33.33333333333333%;
}

.blog-inner.blog-style-masonry.blog-col-4 article {
    width: 25%;
}

.blog-inner.blog-style-search .entry-title {
    font-size: 25px;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 66.66666666666667%;
}

.blog-paging-wrapper .pagination > li > a,
.blog-paging-wrapper .pagination > li > span {
    font-size: 14px;
    color: #333333;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}

.blog-paging-wrapper .pagination > li > a.next,
.blog-paging-wrapper .pagination > li > span.next,
.blog-paging-wrapper .pagination > li > a.prev,
.blog-paging-wrapper .pagination > li > span.prev {
    font-size: 18px;
    width: 45px;
}

.blog-paging-wrapper .pagination > li > a.next > i,
.blog-paging-wrapper .pagination > li > span.next > i,
.blog-paging-wrapper .pagination > li > a.prev > i,
.blog-paging-wrapper .pagination > li > span.prev > i {
    line-height: 40px;
}

.blog-paging-wrapper .pagination > li > a.current,
.blog-paging-wrapper .pagination > li > span.current {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    color: #222222;
}

.blog-paging-wrapper .pagination > li > a:hover,
.blog-paging-wrapper .pagination > li > span:hover {
    background-color: #ffffff;
    color: #EE390F;
}

.blog-paging-wrapper .pagination > li {
    float: left;
}

.blog-paging-wrapper.blog-paging-load-more {
    text-align: center;
}

.blog-paging-wrapper.blog-paging-load-more .blog-load-more > span[class^='fa'] {
    letter-spacing: 0;
}

.blog-wrap .entry-thumbnail-wrap,
.organisk-post .organisk-post-image {
    /*owl-carousel*/
}

.blog-wrap .entry-thumbnail-wrap .owl-carousel,
.organisk-post .organisk-post-image .owl-carousel {
    margin: 0;
}

.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div,
.organisk-post .organisk-post-image .owl-carousel .owl-nav div {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    cursor: pointer;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 200;
    padding: 0;
    opacity: 0;
    color: #ffffff;
    font-size: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div:hover,
.organisk-post .organisk-post-image .owl-carousel .owl-nav div:hover {
    background-color: #ffffff;
    color: #EE390F;
}

.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div.owl-next,
.organisk-post .organisk-post-image .owl-carousel .owl-nav div.owl-next {
    right: 15px;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div.owl-prev,
.organisk-post .organisk-post-image .owl-carousel .owl-nav div.owl-prev {
    left: 15px;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}

.blog-wrap .entry-thumbnail-wrap:hover .owl-carousel .owl-nav div,
.organisk-post .organisk-post-image:hover .owl-carousel .owl-nav div {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.entry-content:after,
.comment-text:after {
    content: "";
    clear: both;
    display: block;
}

.entry-content table,
.comment-text table {
    border-collapse: collapse;
}

.entry-content table,
.comment-text table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th,
.entry-content table > tbody > tr > th,
.comment-text table > tbody > tr > th,
.entry-content table > tfoot > tr > th,
.comment-text table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.comment-text table > thead > tr > td,
.entry-content table > tbody > tr > td,
.comment-text table > tbody > tr > td,
.entry-content table > tfoot > tr > td,
.comment-text table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #eeeeee;
}

.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #eeeeee;
}

.entry-content table > caption + thead > tr:first-child > th,
.comment-text table > caption + thead > tr:first-child > th,
.entry-content table > colgroup + thead > tr:first-child > th,
.comment-text table > colgroup + thead > tr:first-child > th,
.entry-content table > thead:first-child > tr:first-child > th,
.comment-text table > thead:first-child > tr:first-child > th,
.entry-content table > caption + thead > tr:first-child > td,
.comment-text table > caption + thead > tr:first-child > td,
.entry-content table > colgroup + thead > tr:first-child > td,
.comment-text table > colgroup + thead > tr:first-child > td,
.entry-content table > thead:first-child > tr:first-child > td,
.comment-text table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.entry-content table > tbody + tbody,
.comment-text table > tbody + tbody {
    border-top: 1px solid #eeeeee;
}

.entry-content blockquote p,
.comment-text blockquote p {
    position: relative;
    overflow: hidden;
}

.entry-content blockquote cite,
.comment-text blockquote cite {
    display: block;
    font-size: 15px;
}

.entry-content input[type="submit"],
.comment-text input[type="submit"] {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    color: #fff;
	background:#EE390F;
    border: none;
    padding: 9px 25px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.entry-content p:last-child,
.comment-text p:last-child {
    margin-bottom: 0;
}

.entry-content dd,
.comment-text dd,
.entry-content dt,
.comment-text dt {
    line-height: 2.2;
}

.entry-meta-tag {
    font-size: 0;
}

.entry-meta-tag label {
    font-size: 12px;
    margin-bottom: 0;
    color: rgba(34, 34, 34, 0.7);
    font-weight: normal;
    margin-right: 20px;
    text-transform: uppercase;
}

.entry-meta-tag a {
    display: inline-block;
    margin-right: 20px;
    line-height: 1;
    font-size: 13px;
    color: rgba(34, 34, 34, 0.8);
}

.entry-meta-tag a:before {
    content: "#";
    margin-right: 5px;
    display: inline-block;
}

.entry-meta-tag a:hover {
    color: #EE390F;
}

.entry-meta-tag {
    display: none;
}

/*
* Single Post
*
 */
.single-post {
    background-color: #fafafa;
}

.single-post .site-content-single-post {
    overflow: hidden;
}

.single-post .site-content-single-post .blog-wrap article .entry-thumbnail-wrap {
    position: relative;
}

.single-post .site-content-single-post .blog-wrap article .entry-thumbnail-wrap img {
    width: 100%;
}

.single-post .site-content-single-post .blog-wrap article .entry-thumbnail-wrap .date-overlay {
    background-color: #EE390F;
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
}

.single-post .site-content-single-post .blog-wrap article .entry-thumbnail-wrap .date-overlay .day {
    display: inline-block;
    float: right;
    font-size: 30px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0 15px 0 0;
}

.single-post .site-content-single-post .blog-wrap article .entry-thumbnail-wrap .date-overlay .month {
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding-left: 14px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(90deg);
    width: 35px;
}

.single-post .site-content-single-post .blog-wrap article .entry-title {
    font-size: 34px;
    color: #222222;
    text-align: left;
    margin: 30px 0;
    margin-bottom: 10px;
}

.single-post .site-content-single-post .blog-wrap article .entry-meta-info ul {
    padding: 0;
}

.single-post .site-content-single-post .blog-wrap article .entry-meta-info ul li {
    display: inline-block;
    font-style: italic;
    padding-right: 10px;
    position: relative;
}

.single-post .site-content-single-post .blog-wrap article .entry-meta-info ul li.entry-meta-date::before {
    content: "";
}

.single-post .site-content-single-post .blog-wrap article .entry-meta-info ul li::before {
    content: ",";
    left: -10px;
    position: absolute;
    top: 0;
}

.single-post .site-content-single-post .blog-wrap article .entry-post-format {
    display: none;
}

.single-post .site-content-single-post .blog-wrap article .entry-content p {
    margin-bottom: 30px;
}

.single-post .site-content-single-post .blog-wrap article .entry-content-wrap .social-share-wrap {
    display: none;
}

.single-post .site-content-single-post .blog-wrap article .entry-tags-social .social-share-wrap {
    display: inline-block;
    float: right;
}

.single-post .site-content-single-post .blog-wrap article .entry-tags-social .social-share-wrap .social-share {
    display: inline-block;
    float: left;
    padding: 0;
}

.single-post .site-content-single-post .blog-wrap article .entry-tags-social .social-share-wrap .social-share li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.single-post .site-content-single-post .blog-wrap article .entry-tags-social .social-share-wrap .social-share li a {
    font-size: 0;
    display: inline-block;
    color: #999;
    border-radius: 3px;
}

.single-post .site-content-single-post .blog-wrap article .entry-tags-social .social-share-wrap .social-share li a i {
    display: inline-block;
    font-size: 18px;
}

.single-post .site-content-single-post .blog-wrap article .entry-tags-social .social-share-wrap .social-share li a:hover {
    color: #EE390F;
}

.single-post .site-content-single-post .blog-wrap article .entry-tags-social .entry-meta-category {
    display: inline-block;
    float: left;
    color: #999;
}

.single-post .site-content-single-post .blog-wrap article .entry-tags-social .entry-meta-category i {
    color: #EE390F;
    margin-right: 15px;
}

.single-post .site-content-single-post .blog-wrap article .entry-tags-social .entry-meta-category a {
    color: #999;
    font-size: 14px;
    font-style: italic;
    position: relative;
}

.single-post .site-content-single-post .blog-wrap article .entry-tags-social .entry-meta-category a:hover {
    color: #EE390F;
}

@media (max-width: 479px) {
    .single-post .site-content-single-post .blog-wrap {
        width: 85%;
    }
}

.single-post .site-content-single-post .post-navigation {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.single-post .site-content-single-post .post-navigation .nav-previous {
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 50%;
}

.single-post .site-content-single-post .post-navigation .nav-previous .post-navigation-content {
    bottom: 0;
    left: 0;
    position: absolute;
}

.single-post .site-content-single-post .post-navigation .nav-next {
    float: right;
    padding-bottom: 20px;
    position: relative;
    width: 50%;
    text-align: right;
}

.single-post .site-content-single-post .post-navigation .nav-next .post-navigation-content {
    bottom: 0;
    right: 0;
    position: absolute;
}

.single-post .site-content-single-post .post-navigation-left i {
    display: inline-block;
    float: left;
    line-height: 35px;
    padding-right: 5px;
}

.single-post .site-content-single-post .post-navigation-left .post-navigation-label {
    display: none;
    float: left;
}

.single-post .site-content-single-post .post-navigation-right i {
    display: inline-block;
    float: right;
    line-height: 35px;
    padding-left: 5px;
}

.single-post .site-content-single-post .post-navigation-right .post-navigation-label {
    display: none;
    float: right;
}

@media (max-width: 991px) {
    .single-post .site-content-single-post .site-content-archive-inner {
        padding: 0px;
    }

    .single-post .site-content-single-post .site-content-archive-inner .blog-wrap .blog-inner article .entry-content-wrap {
        padding: 0px;
    }

    .single-post .site-content-single-post .site-content-archive-inner .blog-wrap .blog-inner article h1 {
        font-size: 25px;
    }
}

.single-post .related_heading {
    margin: 30px 0;
}

.single-post .yolo-related-post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.single-post .yolo-related-post h2 {
    margin: 50px 0;
}

.single-post .yolo-related-post .yolo-related-post-thumb {
    float: left;
    width: 40%;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.single-post .yolo-related-post .yolo-related-post-content {
    margin-left: 45%;
    margin-right: 15px;
}

.single-post .yolo-related-post .yolo-related-post-title {
    font-family: Roboto;
    font-size: 16px;
    margin: 0;
}

.single-post .yolo-related-post .meta-author {
    font-size: 13px;
}

.single-post .yolo-related-post .yolo-related-post-item .yolo-related-post-thumb::before {
    background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(125, 198, 66, 0.05), rgba(125, 198, 66, 0.6)) repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 2;
    opacity: 0;
}

.single-post .yolo-related-post .yolo-related-post-item:hover .yolo-related-post-thumb {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.single-post .yolo-related-post .yolo-related-post-item:hover .yolo-related-post-thumb::before {
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
}

.single-post .yolo-related-post.grid .yolo-related-post-item {
    margin-bottom: 10px;
}

.single-post .yolo-related-post.yolo-col-3 .yolo-related-post-item {
    width: 100%;
    float: left;
    display: inline-block;
}

.single-post .yolo-related-post.yolo-col-2 .yolo-related-post-item {
    width: 50%;
    float: left;
    display: inline-block;
}

.single-post .yolo-related-post.yolo-col-2 .yolo-related-post-item:nth-child(2n+1) {
    clear: both;
}

@media (max-width: 480px) {
    .single-post .yolo-related-post.yolo-col-2 .yolo-related-post-item {
        width: 100%;
    }
}

.single-post .yolo-related-post.yolo-col-3 .yolo-related-post-item {
    width: 33.33%;
    float: left;
    display: inline-block;
}

.single-post .yolo-related-post.yolo-col-3 .yolo-related-post-item:nth-child(3n+1) {
    clear: both;
}

@media (max-width: 767px) {
    .single-post .yolo-related-post.yolo-col-3 .yolo-related-post-item {
        width: 50%;
        clear: none !important;
    }

    .single-post .yolo-related-post.yolo-col-3 .yolo-related-post-item:nth-child(2n+1) {
        clear: both !important;
    }
}

@media (max-width: 480px) {
    .single-post .yolo-related-post.yolo-col-3 .yolo-related-post-item {
        width: 100%;
    }
}

.single-post .yolo-related-post.yolo-col-4 .yolo-related-post-item {
    width: 25%;
    float: left;
    display: inline-block;
}

.single-post .yolo-related-post.yolo-col-4 .yolo-related-post-item:nth-child(4n+1) {
    clear: both;
}

@media (max-width: 767px) {
    .single-post .yolo-related-post.yolo-col-4 .yolo-related-post-item {
        width: 50%;
        clear: none !important;
    }

    .single-post .yolo-related-post.yolo-col-4 .yolo-related-post-item:nth-child(2n+1) {
        clear: both !important;
    }
}

@media (max-width: 480px) {
    .single-post .yolo-related-post.yolo-col-4 .yolo-related-post-item {
        width: 100%;
    }
}

.single-post .yolo-related-post.yolo-col-5 .yolo-related-post-item {
    width: 20%;
    float: left;
    display: inline-block;
}

.single-post .yolo-related-post.yolo-col-5 .yolo-related-post-item:nth-child(5n+1) {
    clear: both;
}

@media (max-width: 991px) {
    .single-post .yolo-related-post.yolo-col-5 .yolo-related-post-item {
        width: 33.33%;
        clear: none !important;
    }

    .single-post .yolo-related-post.yolo-col-5 .yolo-related-post-item:nth-child(3n+1) {
        clear: both !important;
    }
}

@media (max-width: 767px) {
    .single-post .yolo-related-post.yolo-col-5 .yolo-related-post-item {
        width: 50%;
        clear: none !important;
    }

    .single-post .yolo-related-post.yolo-col-5 .yolo-related-post-item:nth-child(2n+1) {
        clear: both !important;
    }
}

@media (max-width: 480px) {
    .single-post .yolo-related-post.yolo-col-5 .yolo-related-post-item {
        width: 100%;
    }
}

.single-post .yolo-related-post.slider .owl-nav div {
    background-color: #fff;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 40px;
    transform: translateY(-50%);
    width: 30px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.single-post .yolo-related-post.slider .owl-prev {
    left: 15px;
}

.single-post .yolo-related-post.slider .owl-next {
    right: 15px;
}

.single-post .yolo-related-post.slider:hover .owl-nav div {
    opacity: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.single-post .author-single-product nav.post-navigation {
    display: none;
}

.single-post .author-single-product .author-avatar {
    display: inline-block;
    float: left;
    position: relative;
    width: 100px;
}

.single-post .author-single-product .author-avatar img {
    width: 100%;
    border-radius: 50%;
}

.single-post .author-single-product .author-avatar .author-title {
    left: 100%;
    margin: 0 0 0 25px;
    position: absolute;
    text-transform: capitalize;
    font-size: 20px;
    top: 0;
}

.single-post .author-single-product .author-description {
    margin: 40px 0 0 125px;
}

#comments img {
    border-radius: 50%;
}

#comments .comments-title,
#comments .comment-reply-title {
    text-transform: capitalize;
}

.entry-comments {
    background-color: #ffffff;
    padding: 30px 0px 30px;
}

.entry-comments h3.comments-title {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

.entry-comments h3.comments-title span {
    color: #222222;
}

.entry-comments h3.comments-title:before {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #EE390F;
    content: '';
    bottom: 0px;
    left: 0px;
}

.entry-comments .entry-comments-list {
    padding-bottom: 45px;
}

.entry-comments .entry-comments-list ol.commentlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.entry-comments .entry-comments-list ol.commentlist li .children {
    margin: 0px;
    padding-left: 45px;
}

.entry-comments .entry-comments-list ol.commentlist li .children li {
    list-style: none;
}

.entry-comments .entry-comments-list ol.commentlist li .comment-body {
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0px;
}

.entry-comments .entry-comments-list ol.commentlist li img.avatar {
    float: left;
    width: 60px;
    margin: 0;
}

.entry-comments .entry-comments-list ol.commentlist li .comment-text {
    position: relative;
    padding-left: 75px;
}

.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-reply-link,
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-edit-link {
    font-size: 13px;
    text-transform: uppercase;
    color: #222222;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-reply-link:hover,
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-edit-link:hover {
    color: #EE390F;
}

.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-edit-link {
    margin-left: 40px;
}

.entry-comments .entry-comments-list ol.commentlist li .author {
    position: relative;
}

.entry-comments .entry-comments-list ol.commentlist li .author .author-name {
    font-size: 13px;
    color: #000000;
    text-transform: capitalize;
}

.entry-comments .entry-comments-list ol.commentlist li .author .author-name a {
    color: inherit;
}

.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta-date {
    margin-left: 20px;
    position: relative;
    padding-left: 20px;
}

.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta-date:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #EE390F;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 5px;
    left: 0px;
}

.entry-comments .entry-comments-list ol.commentlist li .comment-respond {
    margin-top: 20px;
}

.entry-comments .entry-comments-list ol.commentlist li:last-child .comment-text {
    border-bottom: none;
    padding-bottom: 0;
}

.entry-comments .entry-comments-list nav.comment-navigation {
    margin-bottom: 20px;
}

.entry-comments .entry-comments-list nav.comment-navigation .page-numbers {
    display: inline-block;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eeeeee;
    color: #888;
    font-size: 14px;
    -webkit-border-top-right-radius: 100%;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 100%;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.next,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.prev {
    border: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 18px;
}

.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:hover,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:focus {
    color: #202020;
}

.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current {
    color: #ffffff;
}

.entry-comments .entry-comments-list nav.comment-navigation.comment-navigation-bottom {
    margin-bottom: 0;
    margin-top: 20px;
}

.comment-reply-title {
    font-size: 20px;
    margin-bottom: 45px;
    font-weight: 500;
}

.comment-reply-title span {
    position: relative;
    color: #222222;
}

.comment-reply-title span:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: #EE390F;
}

.comment-fields-wrap .comment-fields-inner .row {
    margin: 0;
}

#respond .comment-form input[type="text"],
#respond .comment-form input[type="search"],
#respond .comment-form input[type="email"],
#respond .comment-form input[type="url"],
#respond .comment-form input[type="password"],
#respond .comment-form textarea {
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1px #e6e6e6;
    -moz-box-shadow: 0 0 0 1px #e6e6e6;
    box-shadow: 0 0 0 1px #e6e6e6;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
}

#respond .comment-form input[type="text"]:focus,
#respond .comment-form input[type="search"]:focus,
#respond .comment-form input[type="email"]:focus,
#respond .comment-form input[type="url"]:focus,
#respond .comment-form input[type="password"]:focus,
#respond .comment-form textarea:focus {
    -webkit-box-shadow: 0 0 0 1px #EE390F;
    -moz-box-shadow: 0 0 0 1px #EE390F;
    box-shadow: 0 0 0 1px #EE390F;
}

#respond .comment-form textarea {
    height: 100px;
}

#respond .comment-form .form-group {
    margin-bottom: 10px;
}

#respond .comment-form .form-submit {
    margin: 5px 0 0 0;
    text-transform: uppercase;
}

#respond .comment-form .form-submit input#submit {
    font-weight: bold;
    background: #222222;
    color: #ffffff;
    padding: 10px 15px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-transform: uppercase;
    border: none;
}

#respond .comment-form .form-submit input#submit:hover {
    background: #67be28;
}

#respond .comment-form .comment-notes,
#respond .comment-form .logged-in-as {
    display: none;
}

/*
* General
*/
.blog-wrap {
    margin-bottom: 0;
    /*
    *   Blog Masonry
    */
    /*
    *   Blog Grid
    */
}

.blog-wrap .blog-inner article .post-item {
    background-color: #ffffff;
}

.blog-wrap .blog-inner article .post-item .entry-wrap {
    position: relative;
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap {
    position: relative;
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap a.entry-thumbnail_overlay img {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap .date-overlay {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #EE390F;
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap .date-overlay .day {
    display: inline-block;
    float: right;
    font-size: 30px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0 15px 0 0;
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap .date-overlay .month {
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding-left: 14px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(90deg);
    width: 35px;
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail h3 {
    margin-top: 20px;
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap li.entry-meta-author a {
    text-transform: capitalize;
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 767px) {
    .blog-wrap .blog-inner article .post-item {
        padding: 0px 0px 20px 0px;
    }
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-title {
    font-size: 16px;
}

@media (max-width: 479px) {
    .blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap {
        margin: 0;
        padding: 0;
    }
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap a.btn-readmore {
    background-color: #EE390F;
    border-radius: 50%;
    box-shadow: 2px 4px 2px #eee;
    color: #fff;
    height: 80px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 30px 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 80px;
    opacity: 0;
    -moz-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap a.btn-readmore::before {
    color: #fff;
    content: "\f02d";
    font-family: FontAwesome;
    font-size: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 9px;
    width: 100%;
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap a.btn-readmore:hover {
    background-color: #51941f;
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-tags-social {
    display: inline-block;
    width: 100%;
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .social-share-wrap {
    display: inline-block;
    float: right;
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .social-share-wrap label {
    display: inline-block;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .social-share-wrap .social-share {
    display: inline-block;
    float: left;
    padding: 0;
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .social-share-wrap .social-share li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-meta-category {
    display: inline-block;
    float: left;
    color: #999;
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-meta-category > i {
    display: none;
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-meta-category a {
    color: #999;
    font-size: 14px;
    font-style: italic;
    padding-left: 10px;
    position: relative;
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-meta-category a::before {
    position: absolute;
    content: "#";
    left: 0;
    top: 0;
    line-height: 18px;
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-meta-category a:hover {
    color: #EE390F;
}

.blog-wrap.large-image .blog-inner .entry-wrap:hover .entry-content-wrap a.btn-readmore {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-wrap.large-image article {
    border: 1px solid #eee;
}

.blog-wrap.large-image article:hover {
    box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.1);
}

.blog-wrap.masonry .blog-inner .entry-wrap .entry-content-wrap {
    text-align: center;
}

.blog-wrap.masonry .blog-inner .entry-wrap .entry-content-wrap .entry-title {
    font-size: 16px;
}

.blog-wrap.grid .blog-inner .entry-wrap .entry-content-wrap {
    text-align: center;
}

.blog-wrap.grid .blog-inner .entry-wrap .entry-content-wrap .entry-title {
    font-size: 16px;
}

.hide_author .entry-meta-author {
    display: none !important;
}

.hide_comment .entry-meta-comment {
    display: none !important;
}

.hide_category .entry-meta-category {
    display: none !important;
}

.hide_date .entry-meta-date {
    display: none !important;
}

.hide_readmore .btn-readmore {
    display: none !important;
}

@media (max-width: 991px) {
    .blog-inner.blog-style-grid article,
    .organisk-post.blog-style-grid article,
    .blog-inner.blog-style-masonry article,
    .organisk-post.blog-style-masonry article {
        width: 50%;
    }

    .blog-inner.blog-style-grid article:nth-child(2n+1),
    .organisk-post.blog-style-grid article:nth-child(2n+1),
    .blog-inner.blog-style-masonry article:nth-child(2n+1),
    .organisk-post.blog-style-masonry article:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    .blog-inner .jp-interface,
    .organisk-post .jp-interface {
        height: 70px;
    }

    .blog-inner .jp-play-pause,
    .organisk-post .jp-play-pause {
        margin-left: 20px;
    }

    .blog-inner .jp-play-pause i,
    .organisk-post .jp-play-pause i {
        line-height: 68px;
    }

    .blog-inner .jp-volume,
    .organisk-post .jp-volume {
        margin: auto auto auto 30px;
    }

    .blog-inner .jp-volume-bar,
    .organisk-post .jp-volume-bar {
        display: none;
    }

    .blog-inner.blog-style-medium-image .entry-thumbnail-wrap,
    .organisk-post.blog-style-medium-image .entry-thumbnail-wrap {
        float: none;
        margin: 0 0 40px 0;
        width: 100%;
        max-width: 100%;
    }

    .blog-inner.blog-style-grid article,
    .organisk-post.blog-style-grid article,
    .blog-inner.blog-style-masonry article,
    .organisk-post.blog-style-masonry article {
        width: 100%;
        padding: 0px;
    }

    .blog-inner.blog-style-grid article + article,
    .organisk-post.blog-style-grid article + article,
    .blog-inner.blog-style-masonry article + article,
    .organisk-post.blog-style-masonry article + article {
        margin-top: 30px;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .blog-inner article.format-link .post-format-icon,
    .organisk-post article.format-link .post-format-icon,
    .blog-inner article.format-quote .post-format-icon,
    .organisk-post article.format-quote .post-format-icon {
        display: none;
    }

    .site-content-single-post .blog-inner .author-info .author-avatar {
        float: none;
        margin: 0 auto 20px auto;
    }

    .site-content-single-post .blog-inner .author-info .author-description {
        padding-left: 0;
    }

    .entry-comments .entry-comments-list ol.commentlist li img.avatar {
        width: 65px;
        margin-right: 10px;
    }

    .entry-comments .entry-comments-list ol.commentlist li .comment-text {
        padding-left: 0;
    }

    .entry-comments .entry-comments-list ol.commentlist li .author .comment-meta {
        position: relative;
    }

    .entry-comments-form-avatar {
        display: none;
    }
}

.yolo-site-content-page .blog-inner article {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .yolo-site-content-page .blog-inner article {
        padding: 0px;
    }
}

.blog-inner article .entry-thumbnail-wrap .entry-thumbnail:before,
.category .blog-inner article .entry-thumbnail-wrap .entry-thumbnail:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 1;
}

.blog-inner article .entry-thumbnail-wrap .entry-thumbnail .entry-thumbnail_overlay:before,
.category .blog-inner article .entry-thumbnail-wrap .entry-thumbnail .entry-thumbnail_overlay:before {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    content: "\f064";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 30px;
    color: #EE390F;
}

.blog-inner article .entry-thumbnail-wrap .date-overlay,
.category .blog-inner article .entry-thumbnail-wrap .date-overlay {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.blog-inner article:hover .entry-thumbnail-wrap .entry-thumbnail:before,
.category .blog-inner article:hover .entry-thumbnail-wrap .entry-thumbnail:before {
    opacity: 1;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}

.blog-inner article:hover .entry-thumbnail-wrap .entry-thumbnail_overlay:before,
.category .blog-inner article:hover .entry-thumbnail-wrap .entry-thumbnail_overlay:before {
    opacity: 1;
}

.blog-inner article:hover .entry-thumbnail-wrap .date-overlay,
.category .blog-inner article:hover .entry-thumbnail-wrap .date-overlay {
    -moz-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    -o-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
    z-index: 1;
}

.blog-inner article .entry-wrap .entry-content-wrap .entry-detail,
.category .blog-inner article .entry-wrap .entry-content-wrap .entry-detail {
    padding-top: 0;
}

.blog-inner article .entry-wrap .entry-content-wrap .entry-detail .entry-meta .entry-meta-author .meta-author-text,
.category .blog-inner article .entry-wrap .entry-content-wrap .entry-detail .entry-meta .entry-meta-author .meta-author-text {
    display: none;
}

.blog-inner article .entry-wrap .entry-content-wrap .entry-detail .entry-meta .entry-meta-category,
.category .blog-inner article .entry-wrap .entry-content-wrap .entry-detail .entry-meta .entry-meta-category {
    display: none;
}

.blog-inner article .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt,
.category .blog-inner article .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
    margin: 15px 0;
}

.blog-inner article .entry-wrap .entry-content-wrap .entry-detail .entry-tags-social .entry-meta-category,
.category .blog-inner article .entry-wrap .entry-content-wrap .entry-detail .entry-tags-social .entry-meta-category {
    display: none;
}

.blog-inner article .entry-wrap .entry-content-wrap .btn-readmore,
.category .blog-inner article .entry-wrap .entry-content-wrap .btn-readmore {
    color: #333;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    color: #EE390F;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-inner article .entry-wrap .entry-content-wrap .btn-readmore::before,
.category .blog-inner article .entry-wrap .entry-content-wrap .btn-readmore::before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: -2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.blog-inner article .entry-wrap .entry-content-wrap .btn-readmore:hover,
.category .blog-inner article .entry-wrap .entry-content-wrap .btn-readmore:hover {
    color: #EE390F;
}

.blog-inner article .entry-wrap .entry-content-wrap .btn-readmore:hover::before,
.category .blog-inner article .entry-wrap .entry-content-wrap .btn-readmore:hover::before {
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.blog-inner .social-share-wrap,
.category .blog-inner .social-share-wrap {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.blog-inner .social-share-wrap label,
.category .blog-inner .social-share-wrap label {
    display: inline-block;
    float: left;
    font-weight: 400;
    padding-right: 5px;
    text-transform: uppercase;
}

.blog-inner .social-share-wrap .social-share,
.category .blog-inner .social-share-wrap .social-share {
    display: inline-block;
    float: left;
    padding: 0;
    margin-bottom: 0;
}

.blog-inner .social-share-wrap .social-share li,
.category .blog-inner .social-share-wrap .social-share li {
    display: inline-block;
    float: left;
    font-size: 0;
    line-height: 18px;
    margin: 5px 10px;
}

.blog-inner .social-share-wrap .social-share li i,
.category .blog-inner .social-share-wrap .social-share li i {
    font-size: 15px;
}

.blog-inner.blog-style-grid.blog-paging-all,
.yolo-full-width .shortcode-blog-wrap {
    margin: 0 -15px;
}

.search-results .entry-content-wrap {
    padding: 30px 30px 15px;
}

/**
 * 7.0 - Woccommerce
 * ----------------------------------------------------------------------------
 */
/*
* 1. Archive Product
*
*/
.layout-container-fluid.archive-product-wrap {
    padding: 0 15px;
}

.tooltip-inner {
    white-space: nowrap;
}

.custom-select {
    position: relative;
}

.custom-select:before {
    content: "\f107";
    font-family: FontAwesome;
    padding: 8px 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 15px;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.custom-select:after {
    content: "";
    display: block;
    clear: both;
}

.custom-select select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select select::-ms-expand {
    display: none;
}

.woocommerce-pagination {
    margin: 0 0 60px;
    line-height: 0;
    text-align: right;
}

.breadcrumb-archive-product-wrap .container {
    position: relative;
}

.breadcrumb-archive-product-wrap .catalog-filter {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 44px;
}

.catalog-filter {
    padding-left: 15px;
    padding-right: 120px;
    position: relative;
}

@media (max-width: 767px) {
    .catalog-filter {
        padding-left: 0;
        padding-right: 0;
    }
}

.catalog-filter .list_products_toolbar {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .catalog-filter .list_products_toolbar {
        position: relative;
        padding-right: 5px;
    }
}

.catalog-filter .list_products_toolbar a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #eee;
    float: right;
    margin-left: 5px;
    font-size: 16px;
}

.catalog-filter .list_products_toolbar a.selected {
    color: #EE390F;
    border-color: #EE390F;
}

.woocommerce .woocommerce-ordering {
    position: relative;
}

.woocommerce .woocommerce-ordering:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 8px 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 15px;
    height: 100%;
    pointer-events: none;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.woocommerce .woocommerce-ordering select::-ms-expand {
    display: none;
}

.woocommerce .woocommerce-ordering select {
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #999;
    font-size: 16px;
    outline: medium none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce .woocommerce-ordering select option {
    height: 45px;
    line-height: 45px;
    padding-top: 10px;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin: 0;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-ordering {
        max-width: 190px;
        padding-left: 5px;
    }
}

.woocommerce .woocommerce-result-count {
    font-size: 16px;
    margin-right: 30px;
    line-height: 44px;
    color: #999;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-result-count {
        width: 100%;
    }
}

.catalog-filter-invisible .catalog-filter,
.result-count-invisible .woocommerce-result-count,
.catalog-ordering-invisible .woocommerce-ordering {
    display: none;
}

.woocommerce .products .star-rating,
.woocommerce .star-rating {
    float: none;
    font-size: 12px;
    width: 90px;
    margin-top: 20px;
    margin: 20px auto 0 auto;
}

.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
    color: #666;
}

.woocommerce .products:hover .star-rating span,
.woocommerce .product:hover .star-rating span {
    color: #EE390F;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 0px 0px;
}

.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
    display: inline-block;
    text-decoration: none;
    font-weight: inherit;
    font-style: inherit;
    color: #222222 !important;
}

.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
    color: #555555;
    display: inline-block;
    font-size: 13px;
    opacity: 1;
    margin-right: 10px;
    font-weight: inherit;
    font-style: inherit;
}

ul.pagination {
    padding: 0;
    margin: 0;
    font-size: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination > li {
    display: inline-block;
    margin-right: 5px;
}

.pagination > li:last-child {
    margin: 0;
}

.pagination > li > a,
.pagination > li > span {
    border: none;
    border: 1px solid #eeeeee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a.active,
.pagination > li > span.active {
    color: #EE390F;
    background-color: #ffffff;
}

.pagination > li > a.current,
.pagination > li > span.current {
    color: #EE390F;
    background-color: #ffffff !important;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.1);
    border-color: #eeeeee !important;
}

.pagination > li > a.next,
.pagination > li > span.next,
.pagination > li > a.prev,
.pagination > li > span.prev {
    text-transform: uppercase;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 80px;
}

.woocommerce #respond input#submit{
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2 !important;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 25px;
    min-width: 170px;
    text-align: center;
    vertical-align: middle;
    background-color: #EE390F;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.woocommerce a.button {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2 !important;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 25px;
    min-width: 170px;
    text-align: center;
    vertical-align: middle;
    background-color: #EE390F;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.woocommerce button.button {
    font-size: 15px;
    color: #EE390F;
    line-height: 1.2 !important;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 25px;
    min-width: 170px;
    text-align: center;
    vertical-align: middle;
    background-color: #EE390F;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.woocommerce input.button
{
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2 !important;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 25px;
    min-width: 170px;
    text-align: center;
    vertical-align: middle;
    background-color: #EE390F;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.woocommerce #respond input#submit.alt{
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2 !important;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 25px;
    min-width: 170px;
    text-align: center;
    vertical-align: middle;
    background-color: #EE390F;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.woocommerce a.button.alt {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2 !important;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 25px;
    min-width: 170px;
    text-align: center;
    vertical-align: middle;
    background-color: #EE390F;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.woocommerce button.button.alt {
    font-size: 12px;
    color: transparent;
    line-height: 1.2 !important;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 25px;
    min-width: 85px;
    text-align: left;
    vertical-align: middle;
    background-color: #EE390F;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.woocommerce input.button.alt {
    font-size: 15px;
    color: transparent;
    line-height: 1.2 !important;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 25px;
    min-width: 170px;
    text-align: center;
    vertical-align: middle;
    background-color: #EE390F;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.woocommerce a.added_to_cart {
    font-size: 15px;
    color: #000;
    line-height: 1.2 !important;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 25px;
    min-width: 170px;
    text-align: center;
    vertical-align: middle;
    background-color: #EE390F;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background-color: #000;
    color: #FFF;
}
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover {
    background-color: #000;
    color: #FFF;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart:hover {
    background-color: transparent;
    color: transparent;
}

.product-flash + .product-flash {
    margin-top: 5px;
}

.on-sale {
    background-color: #B1D1C9;
}

.on-sold {
    background-color: #DDBE86;
}

.on-new {
    background-color: #C5CDA0;
}

.on-hot {
    background-color: #FDB3A6;
}

.woocommerce div.product form.cart .reset_variations {
    padding-left: 10px;
}

.woocommerce div.product form.cart div.quantity,
.product-quantity div.quantity {
    margin: 0;
}

.woocommerce div.product form.cart div.quantity .quantity-inner,
.product-quantity div.quantity .quantity-inner {
    display: inline-block;
    position: relative;
    border: 2px solid #eeeeee;
    line-height: 1;
}

.woocommerce div.product form.cart div.quantity .quantity-inner .qty,
.product-quantity div.quantity .quantity-inner .qty {
    position: relative;
    width: 70px;
    height: 31px;
    font-size: 13px;
    color: #000000;
    padding: 0 0px 0 15px;
    border: none;
}

.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number,
.product-quantity div.quantity .quantity-inner .btn-number {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1;
    z-index: 1;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="minus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="minus"] {
    right: 0px;
    bottom: 0px;
}

.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="minus"]:hover,
.product-quantity div.quantity .quantity-inner .btn-number[data-type="minus"]:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="plus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="plus"] {
    right: 0px;
    top: 0px;
}

.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="plus"]:hover,
.product-quantity div.quantity .quantity-inner .btn-number[data-type="plus"]:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.woocommerce div.product form.cart div.quantity .quantity-inner:hover .btn-number,
.product-quantity div.quantity .quantity-inner:hover .btn-number {
    opacity: 1;
}

.woocommerce div.product form.cart div.quantity label,
.product-quantity div.quantity label {
    display: inline-block;
    text-transform: uppercase;
    width: 135px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    height: 40px;
    background-color: #F5F5F5;
    color: #858585;
    font-size: 14px;
}

.woocommerce form .form-row textarea {
    height: 130px;
}

.woocommerce form .form-row label {
    font-weight: normal;
    font-size: 13px;
    color: #202020;
    text-transform: uppercase;
    margin-bottom: 0;
}

.woocommerce form .form-row label.inline input[type=checkbox],
.woocommerce form .form-row label.inline input[type=radio] {
    margin: auto;
    vertical-align: middle;
}

.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 10px;
}

.site-content-archive-product .yolo-filter-categories-mobile {
    display: none;
}

@media (max-width: 991px) {
    .site-content-archive-product .yolo-filter-categories-mobile {
        display: block;
        cursor: pointer;
    }

    .site-content-archive-product .yolo-filter-categories-mobile:after {
        content: "\f067";
        font-family: FontAwesome;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid #333333;
        display: inline-block;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        margin-left: 10px;
    }

    .site-content-archive-product .yolo-filter-categories-mobile.active:after {
        content: "\f068";
    }
}

.site-content-archive-product .yolo-filter-categories {
    width: 80%;
    padding-left: 0;
    float: left;
}

.site-content-archive-product .yolo-filter-categories li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.site-content-archive-product .yolo-filter-categories li.current-cat a {
    color: #EE390F;
}

.site-content-archive-product .yolo-filter-categories li span {
    display: inline-block;
    margin-right: 15px;
}

.site-content-archive-product .yolo-filter-categories li ul.sub-cat {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    display: inline-block;
    z-index: 3;
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    min-width: 150px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 15;
}

.site-content-archive-product .yolo-filter-categories li ul.sub-cat li {
    display: inline-block;
    float: left;
    width: 100%;
}

.site-content-archive-product .yolo-filter-categories li:hover ul.sub-cat {
    opacity: 1;
}

@media (max-width: 991px) {
    .site-content-archive-product .yolo-filter-categories {
        width: 100%;
        float: none;
        display: none;
    }

    .site-content-archive-product .yolo-filter-categories li {
        display: block;
        margin-right: 0;
    }

    .site-content-archive-product .yolo-filter-categories li span {
        display: none;
    }
}

.site-content-archive-product .yolo-filter-search {
    text-align: right;
    width: 20%;
    float: right;
    padding-right: 0;
    padding-left: 0;
    list-style-type: none;
}

.site-content-archive-product .yolo-filter-search li {
    display: inline-block;
    cursor: pointer;
}

.site-content-archive-product .yolo-filter-search li.active span#yolo-shop-search-btn,
.site-content-archive-product .yolo-filter-search li.active span.invert-color {
    color: #EE390F;
}

.site-content-archive-product .yolo-filter-search li span {
    margin: 0 20px;
    float: left;
}

@media (max-width: 991px) {
    .site-content-archive-product .yolo-filter-search {
        text-align: left;
        width: 100%;
        float: left;
    }
}

.site-content-archive-product .yolo-search-field {
    display: none;
    padding-top: 20px;
}

.site-content-archive-product .archive-product-wrap {
    position: relative;
    margin: 0 -15px;
}

.site-content-archive-product .archive-product-wrap.yolo-loading-product .product-listing {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.site-content-archive-product .archive-product-wrap.yolo-loaded-product .product-listing {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar {
    display: none;
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside {
    width: 25%;
    float: left;
    margin-top: 0;
    padding: 0 15px;
    border: none;
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-filter-widgets,
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-price-filter {
    list-style-type: none;
    padding-left: 0;
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-filter-color a {
    display: inline-block;
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .tagcloud .current-tag {
    background-color: #EE390F;
    color: #ffffff;
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside:hover {
    box-shadow: none;
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside h4.widget-title {
    margin-bottom: 0;
    font-size: 16px;
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside ul,
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside ul.yolo-price-filter,
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside ul.yolo-filter-widgets,
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .tagcloud {
    padding: 20px 15px 15px;
    border: 1px solid #eee;
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .no-col a {
    float: left;
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter {
    padding-top: 20px;
}

@media (max-width: 991px) {
    .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget {
        padding: 0;
        width: 100%;
    }

    .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget .widget-title {
        cursor: pointer;
        padding: 10px 0;
        margin: 0;
    }

    .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget .widget-title:before {
        content: "\f105";
        font-family: FontAwesome;
        width: auto;
        height: auto;
        top: auto;
        background: none;
        right: 0;
        bottom: 0;
    }

    .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget .widget-title span {
        padding-left: 0;
    }

    .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget .widget-title.active:before {
        content: "\f107";
    }

    .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget ul,
    .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget .tagcloud {
        display: none;
    }
}

.site-content-archive-product .archive-product-wrap .product-listing {
    opacity: 1;
    margin-bottom: 30px;
    min-height: 450px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.site-content-archive-product .archive-product-wrap .product-listing .product-item-wrap {
    float: left;
}

@media (max-width: 480px) {
    .site-content-archive-product .archive-product-wrap .product-listing {
        margin: 0 0 30px 0;
    }
}

.site-content-archive-product .archive-product-wrap .yolo-spinner {
    text-align: center;
    position: relative;
    top: 50px;
}

.site-content-archive-product .archive-product-wrap .yolo-spinner .fa-spinner {
    position: absolute;
}

.site-content-archive-product .archive-product-wrap .woocommerce-no-products {
    min-height: 450px;
    margin-top: 30px;
}

.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore,
.site-content-archive-product .woocommerce-pagination .yolo-show-all {
    width: 150px;
    display: block;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 50px;
    background: #EE390F;
    padding: 20px;
    height: 40px;
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore i,
.site-content-archive-product .woocommerce-pagination .yolo-show-all i {
    line-height: 0;
}

.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore:hover,
.site-content-archive-product .woocommerce-pagination .yolo-show-all:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore.yolo-hide-loadmore,
.site-content-archive-product .woocommerce-pagination .yolo-show-all.yolo-hide-loadmore {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore.yolo-show-loadmore,
.site-content-archive-product .woocommerce-pagination .yolo-show-all.yolo-show-loadmore {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.site-content-archive-product .woocommerce-pagination .yolo-show-all {
    width: 180px;
}

.site-content-archive-product .woocommerce-pagination .yolo-show-all:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.site-content-archive-product .container-fluid .yolo-filter-categories {
    padding-left: 30px;
}

.site-content-archive-product .container-fluid .yolo-filter-search {
    padding-right: 30px;
}

.site-content-archive-product .archive-product-wrap.list .woocommerce.product-listing .product-item-wrap {
    width: 100%;
    margin: 15px 0;
}

.site-content-archive-product .archive-product-wrap.list .woocommerce.product-listing .product-item-wrap .product-item-inner {
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: inline-block;
    width: 100%;
}

.site-content-archive-product .archive-product-wrap.list .woocommerce.product-listing .product-item-wrap .product-item-inner .product-thumb {
    position: relative;
    width: 33.33%;
    display: inline-block;
    overflow: inherit;
    float: left;
}

@media (max-width: 480px) {
    .site-content-archive-product .archive-product-wrap.list .woocommerce.product-listing .product-item-wrap .product-item-inner .product-thumb {
        width: 100%;
    }
}

.site-content-archive-product .archive-product-wrap.list .woocommerce.product-listing .product-item-wrap .product-item-inner .product-thumb .product-actions {
    right: 12px;
}

.site-content-archive-product .archive-product-wrap.list .woocommerce.product-listing .product-item-wrap .product-item-inner .product-info {
    width: 66.67%;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    text-align: left;
    float: left;
}

@media (max-width: 1204px) {
    .site-content-archive-product .archive-product-wrap.list .woocommerce.product-listing .product-item-wrap .product-item-inner .product-info {
        padding: 10px 30px;
    }
}

@media (max-width: 480px) {
    .site-content-archive-product .archive-product-wrap.list .woocommerce.product-listing .product-item-wrap .product-item-inner .product-info {
        width: 100%;
    }
}

.site-content-archive-product .archive-product-wrap.list .woocommerce.product-listing .product-item-wrap .product-item-inner .product-info .star-rating {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    bottom: auto;
    float: left;
}

.site-content-archive-product .archive-product-wrap.list .woocommerce.product-listing .product-item-wrap .product-item-inner .product-link::before {
    display: none;
}

.site-content-archive-product .archive-product-wrap .product-single-short-description {
    display: none;
}

.site-content-archive-product .archive-product-wrap.list .product-single-short-description {
    display: block;
}

.yolo-shop-results-bar {
    padding: 0 15px;
}

.yolo-shop-results-bar a {
    padding: 15px 15px 15px 35px;
    border: 1px solid #eee;
    position: relative;
    display: inline-block;
    height: 55px;
    min-width: 55px;
    margin-right: 10px;
    float: left;
}

.yolo-shop-results-bar a::before {
    position: absolute;
    content: "\f00d";
    left: 0;
    top: 0;
    font-family: Fontawesome;
    padding: 15px;
}

.yolo-shop-results-bar a:hover {
    border-color: #EE390F;
}

.yolo-shop-results-bar #yolo-shop-search-taxonomy-reset {
    padding: 20px;
}

.yolo-shop-results-bar #yolo-shop-search-taxonomy-reset::before {
    padding: 15px 20px;
}

.yolo-shop-results-bar.is-tag #yolo-shop-search-taxonomy-reset {
    padding: 15px 15px 15px 35px;
}

.yolo-shop-results-bar.is-tag #yolo-shop-search-taxonomy-reset::before {
    padding: 15px;
}

.yolo-shop-results-bar.is-search #yolo-shop-search-taxonomy-reset {
    padding: 15px 15px 15px 35px;
    margin-top: 10px;
}

.yolo-shop-results-bar.is-search #yolo-shop-search-taxonomy-reset::before {
    padding: 15px;
}

.yolo-filter-widgets .active {
    color: #EE390F;
}

.yolo-price-filter .current a {
    color: #EE390F;
}

.tagcloud .current-tag {
    background-color: #EE390F;
    border-color: #EE390F;
    color: #ffffff;
}

/* --------------------------------------------
	CHECKOUT
-------------------------------------------- */
h3.check-out-title {
    font-size: 25px;
    color: #25262C;
    text-align: center;
    max-width: 570px;
    margin: auto;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 20px;
}

.woocommerce-checkout-info {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0;
    text-align: center;
    max-width: 570px;
    margin: auto;
}

.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login {
    border: none;
    padding: 20px 0;
    border-radius: 0;
    max-width: 570px;
    margin: auto;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.woocommerce-checkout form.checkout_coupon input.input-text,
.woocommerce-checkout form.login input.input-text {
    max-width: 370px;
    text-align: center !important;
}

.woocommerce-checkout form.checkout_coupon .form-row-first,
.woocommerce-checkout form.login .form-row-first,
.woocommerce-checkout form.checkout_coupon .form-row-last,
.woocommerce-checkout form.login .form-row-last {
    width: 100%;
    float: none;
}

.checkout_coupon + form.checkout.woocommerce-checkout,
.login + form.checkout.woocommerce-checkout {
    margin-top: 70px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
    font-size: 18px;
    color: #333333;
    text-align: left;
    margin-bottom: 40px;
    font-weight: bold;
}

.woocommerce-checkout .checkout .col-2 #ship-to-different-address {
    float: none;
}

.woocommerce-checkout .checkout .col-2 #ship-to-different-address label {
    font-weight: bold !important;
    margin: 0;
    font-weight: normal;
    display: inline-block;
}

.woocommerce-checkout .checkout .col-2 #ship-to-different-address input[type=checkbox] {
    margin: 0;
    display: inline-block;
}

.select2-container .select2-choice {
    background-color: #f5f5f5;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #858585;
    text-transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-container .select2-choice:hover {
    text-decoration: none;
}

.select2-drop-active {
    border: none;
    background-color: #f5f5f5;
}

.create-account,
.create-account input.input-text {
    text-align: center !important;
}

#customer_details {
    padding-bottom: 100px;
    border-bottom: 1px solid #eeeeee;
}

#order_review_heading {
    margin: 55px 0;
}

.woocommerce table.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table.order_details {
    border: none;
    margin: 0 0 50px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.order_details td,
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.order_details th {
    border-top: none;
    border-bottom: 1px solid #eeeeee;
    padding: 7px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    width: 50%;
}

.woocommerce table.woocommerce-checkout-review-order-table td a,
.woocommerce table.shop_table.order_details td a,
.woocommerce table.woocommerce-checkout-review-order-table th a,
.woocommerce table.shop_table.order_details th a {
    color: #777777;
}

.woocommerce table.woocommerce-checkout-review-order-table td strong,
.woocommerce table.shop_table.order_details td strong,
.woocommerce table.woocommerce-checkout-review-order-table th strong,
.woocommerce table.shop_table.order_details th strong {
    font-weight: normal;
}

.woocommerce table.woocommerce-checkout-review-order-table thead th,
.woocommerce table.shop_table.order_details thead th {
    font-size: 13px;
    text-transform: uppercase;
    border-bottom-width: 2px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.order_details tfoot th {
    font-weight: normal;
    border-top: none;
}

.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation,
.woocommerce table.shop_table.order_details td.product-name dl.variation {
    margin: 0;
}

.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dd,
.woocommerce table.shop_table.order_details td.product-name dl.variation dd,
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dt,
.woocommerce table.shop_table.order_details td.product-name dl.variation dt {
    float: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce table.shop_table.order_details .cart-subtotal td,
.woocommerce table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce table.shop_table.order_details .order-total td,
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce table.shop_table.order_details .cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table .order-total th,
.woocommerce table.shop_table.order_details .order-total th {
    font-weight: normal;
}

.woocommerce-checkout #payment {
    background-color: transparent;
    border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
    margin-bottom: 0;
}

.payment_box_title {
    background-color: #fafafa;
    padding: 5px 0;
}

.payment_box_title.active label {
    color: #EE390F;
}

.payment_box_title label {
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    line-height: 2.4;
    vertical-align: middle;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    margin: 0;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    font-size: 14px;
    line-height: 1.8;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    margin: 20px 0;
    color: #777;
}

.woocommerce-checkout #payment div.payment_box:before {
    display: none;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0;
    margin: 30px 0 0 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
	color: #FFF;
    background: #EE390F;
}

.woocommerce-checkout .entry-content .woocommerce {
    background: #ffffff;
    padding: 0;
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #order_review_heading {
    border-left: 2px solid #EE390F;
    padding-left: 15px;
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
    text-transform: capitalize;
    border-left: 2px solid #EE390F;
    padding-left: 15px;
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p {
    margin-bottom: 25px;
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333333;
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label .required {
    color: #EE390F;
}

@media (max-width: 479px) {
    .woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p {
        width: 100%;
    }
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 {
    text-transform: capitalize;
    border-left: 2px solid #EE390F;
    padding-left: 15px;
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p {
    margin-bottom: 25px;
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333333;
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label .required {
    color: #EE390F;
}

@media (max-width: 479px) {
    .woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p {
        width: 100%;
    }
}

/* --------------------------------------------
	MY-ACCOUNT
-------------------------------------------- */
.woocommerce table.my_account_orders {
    font-size: 14px;
    border: 2px solid #eeeeee;
}

.woocommerce table.my_account_orders th {
    font-size: 13px;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.4;
    padding: 14px 12px;
    font-weight: normal;
    border-bottom-width: 2px;
}

.woocommerce table.my_account_orders td {
    text-align: center;
}

.woocommerce table.my_account_orders .order-actions .button {
    margin: 0;
    min-width: 120px;
}

.woocommerce-account .customer_login_form_wrap .col2-set {
    margin-top: 5%;
    margin-bottom: 10%;
}

.woocommerce-account .customer_login_form_wrap .col2-set .col-1,
.woocommerce-account .customer_login_form_wrap .col2-set .col-2 {
    background: #ffffff;
    border: 2px solid #eeeeee;
    padding: 50px 45px 30px 45px;
}

.woocommerce-account .customer_login_form_wrap .col2-set p {
    text-align: left;
}

.woocommerce-account .customer_login_form_wrap .col2-set h2 {
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 1;
}

.woocommerce-account .customer_login_form_wrap .col2-set h2:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 2px;
    height: 100%;
    background: #EE390F;
}

.woocommerce-account .customer_login_form_wrap .col2-set label {
    text-align: left;
    font-weight: 900;
}

.woocommerce-account .customer_login_form_wrap form.login,
.woocommerce-account .customer_login_form_wrap form.register {
    padding: 0;
    margin: 0;
    text-align: left;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.woocommerce-account .customer_login_form_wrap form.login .form-row,
.woocommerce-account .customer_login_form_wrap form.register .form-row {
    margin-bottom: 20px;
}

.woocommerce-account .customer_login_form_wrap form.login label,
.woocommerce-account .customer_login_form_wrap form.register label {
    margin-bottom: 5px;
}

.woocommerce-account .customer_login_form_wrap form.login .input-text,
.woocommerce-account .customer_login_form_wrap form.register .input-text {
    height: 40px;
    text-align: left;
    background: #ffffff;
    border: 2px solid #eeeeee;
}

.woocommerce-account .customer_login_form_wrap form.login label[for="rememberme"],
.woocommerce-account .customer_login_form_wrap form.register label[for="rememberme"] {
    display: block;
    text-transform: none;
    margin-top: 12px;
    color: #333333;
    font-weight: normal;
}

.woocommerce-account .customer_login_form_wrap form.login label[for="rememberme"] input,
.woocommerce-account .customer_login_form_wrap form.register label[for="rememberme"] input {
    margin-right: 5px;
}

.woocommerce-account .customer_login_form_wrap form.login .button,
.woocommerce-account .customer_login_form_wrap form.register .button {
    margin-top: 5px;
    min-width: 120px;
    text-transform: uppercase;
    font-weight: 900;
    float: left;
    margin-right: 30px;
}

/* --------------------------------------------
	MY WISHLIST
-------------------------------------------- */
.wishlist-title {
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    margin: 60px 0 40px;
}

.wishlist-title h2 {
    margin-top: 0;
}

.woocommerce table.shop_table.cart.wishlist_table {
    font-size: 100%;
    border: 1px solid #eeeeee;
    margin-bottom: 85px;
}

.woocommerce table.shop_table.cart.wishlist_table td.product-remove a {
    font-size: 0;
    height: 16px;
    width: 16px;
    margin: auto;
    background-color: transparent;
}

.woocommerce table.shop_table.cart.wishlist_table td.product-remove a:before {
    font-size: 16px;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e681";
    color: #666;
}

.woocommerce table.shop_table.cart.wishlist_table td.product-remove a:hover::before {
    color: #EE390F;
}

.woocommerce table.shop_table.cart.wishlist_table tr th {
    border: none;
    color: #ffffff;
    background-color: #EE390F;
    font-size: 14px;
    line-height: 3;
}

@media (max-width: 480px) {
    .woocommerce table.shop_table.cart.wishlist_table tr th.product-stock-stauts {
        display: none;
    }
}

.woocommerce table.shop_table.cart.wishlist_table tr td {
    text-align: left;
}

.woocommerce table.shop_table.cart.wishlist_table tr td.product-remove {
    text-align: center;
}

.woocommerce table.shop_table.cart.wishlist_table td.product-name a {
    color: #333333;
    font-size: 16px;
}

.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock,
.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-out-of-stock {
    font-size: 13px;
    text-transform: uppercase;
    color: #888888;
}

.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock {
    color: #D90000;
}

@media (max-width: 480px) {
    .woocommerce table.shop_table.cart.wishlist_table td.product-stock-status {
        display: none;
    }
}

.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
    text-align: right;
    padding-right: 30px;
}

@media (max-width: 480px) {
    .woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
        padding-right: 5px;
    }
}

.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart .add-to-cart-wrap {
    display: inline-block;
}

.woocommerce table.shop_table.cart.wishlist_table tbody tr:last-child td {
    boder-bottom: none;
}

.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a {
    font-size: 15px;
    min-width: 140px;
    padding: 10px 10px;
    background: #EE390F;
    color: #ffffff;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    line-height: 25px;
    border: none;
    float: left;
    opacity: 1;
    line-height: 40px;
}

.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a:hover {
    background-color: #222222;
}

@media (max-width: 480px) {
    .woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a {
        padding: 8px;
        height: 35px;
        line-height: 35px;
        min-width: 95px;
        font-size: 12px;
    }
}

.woocommerce table.shop_table.cart.wishlist_table tfoot td {
    border-top: 1px solid #eeeeee;
}

.wishlist_table tr th.product-thumbnail {
    width: 120px;
}

.wishlist_table tr th.product-remove {
    width: 70px;
}

.wishlist_table tr td.product-thumbnail a {
    max-width: 70px;
}

.woocommerce-wishlist .page-content {
    margin: 0;
}

/* --------------------------------------------
	PRODUCT LISTING
	-------------------------------------------- */
.woocommerce .archive-product-wrap .product-item-wrap,
.single-product .archive-product-wrap .product-item-wrap {
    padding: 0 15px 0 15px;
    margin: 25px 0;
}

@media (max-width: 480px) {
    .woocommerce .archive-product-wrap .product-item-wrap,
    .single-product .archive-product-wrap .product-item-wrap {
        padding: 0px;
    }
}

.woocommerce .archive-product-wrap .product-item-wrap .product-item-inner,
.single-product .archive-product-wrap .product-item-wrap .product-item-inner {
    overflow: hidden;
}

.woocommerce .archive-product-wrap .product-item-wrap .product-item-inner:hover,
.single-product .archive-product-wrap .product-item-wrap .product-item-inner:hover {
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.05);
}

.woocommerce div .star-rating,
.single-product div .star-rating {
    height: 16px;
    width: 68px;
    letter-spacing: 2px;
    font-size: 11px;
}

.woocommerce .star-rating.rating-invisible,
.single-product .star-rating.rating-invisible {
    display: none;
}

.woocommerce .product-item-inner,
.single-product .product-item-inner {
    background-color: #ffffff;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.woocommerce .product-thumb img,
.single-product .product-thumb img {
    width: 100%;
}

.woocommerce .product-thumb,
.single-product .product-thumb {
    position: relative;
    background-color: #ffffff;
}

.woocommerce .product-thumb .product-thumb-primary,
.single-product .product-thumb .product-thumb-primary {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.woocommerce .product-thumb .product-thumb-primary img,
.single-product .product-thumb .product-thumb-primary img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.woocommerce .product-thumb.white .product-link:before,
.single-product .product-thumb.white .product-link:before {
    background-color: transparent;
}

.woocommerce .product-link,
.single-product .product-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.woocommerce .product-link:before,
.single-product .product-link:before {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: rgba(0, 0, 0, 0.04);
    mix-blend-mode: darken;
}

.woocommerce .product-link:hover .product-hover-sign hr:nth-child(1),
.single-product .product-link:hover .product-hover-sign hr:nth-child(1) {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
}

.woocommerce .product-link:hover .product-hover-sign hr:nth-child(2),
.single-product .product-link:hover .product-hover-sign hr:nth-child(2) {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
}

.woocommerce .product-link .product-hover-sign,
.single-product .product-link .product-hover-sign {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 12;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce .product-link .product-hover-sign hr,
.single-product .product-link .product-hover-sign hr {
    top: 50%;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -o-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    width: 40px;
    opacity: 0;
    margin: 0;
    left: 50%;
    position: absolute;
    border: 0;
    border-top: 1px solid #EE390F;
    height: 0;
    z-index: 11;
}

.woocommerce .product-link .product-hover-sign hr:nth-child(1),
.single-product .product-link .product-hover-sign hr:nth-child(1) {
    -moz-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
    -o-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
}

.woocommerce .product-link .product-hover-sign hr:nth-child(2),
.single-product .product-link .product-hover-sign hr:nth-child(2) {
    -moz-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
    -o-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
}

.woocommerce .add-to-cart-wrap,
.single-product .add-to-cart-wrap {
    display: inline-block;
}

.woocommerce .add-to-cart-wrap a,
.single-product .add-to-cart-wrap a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    display: inline-block;
    padding: 0;
    opacity: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 0;
    min-width: 0;
    vertical-align: middle;
}

.woocommerce .add-to-cart-wrap a:before,
.single-product .add-to-cart-wrap a:before {
    font-family: FontAwesome;
    content: "\f217";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 1;
    vertical-align: middle;
    display: none;
}

.woocommerce .add-to-cart-wrap a:hover,
.single-product .add-to-cart-wrap a:hover {
    font-size: 14px;
}

.woocommerce .product-actions,
.single-product .product-actions {
    opacity: 0;
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    left: auto;
    right: 8px;
    text-align: center;
    margin: auto;
    font-size: 0;
    padding: 5px 0;
    z-index: 2;
    width: 50px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .product-actions .add_to_wishlist,
.single-product .product-actions .add_to_wishlist,
.woocommerce .product-actions .compare,
.single-product .product-actions .compare,
.woocommerce .product-actions .product-quick-view,
.single-product .product-actions .product-quick-view,
.woocommerce .product-actions .btn_add_to_cart,
.single-product .product-actions .btn_add_to_cart,
.woocommerce .product-actions .add-to-cart-wrap a,
.single-product .product-actions .add-to-cart-wrap a,
.woocommerce .product-actions .add_to_cart_button,
.single-product .product-actions .add_to_cart_button,
.woocommerce .product-actions .added_to_cart,
.single-product .product-actions .added_to_cart {
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    background-color: transparent;
    display: inline-block;
    padding: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 0;
    min-width: 0;
    vertical-align: middle;
    opacity: 1;
    border-bottom: 1px solid #eee;
}

.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.woocommerce .product-actions .add_to_wishlist i,
.single-product .product-actions .add_to_wishlist i,
.woocommerce .product-actions .compare i,
.single-product .product-actions .compare i,
.woocommerce .product-actions .product-quick-view i,
.single-product .product-actions .product-quick-view i,
.woocommerce .product-actions .btn_add_to_cart i,
.single-product .product-actions .btn_add_to_cart i,
.woocommerce .product-actions .add-to-cart-wrap a i,
.single-product .product-actions .add-to-cart-wrap a i,
.woocommerce .product-actions .add_to_cart_button i,
.single-product .product-actions .add_to_cart_button i,
.woocommerce .product-actions .added_to_cart i,
.single-product .product-actions .added_to_cart i {
    font-size: 16px;
    line-height: 35px;
    vertical-align: middle;
}

.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce .product-actions .add_to_wishlist:hover,
.single-product .product-actions .add_to_wishlist:hover,
.woocommerce .product-actions .compare:hover,
.single-product .product-actions .compare:hover,
.woocommerce .product-actions .product-quick-view:hover,
.single-product .product-actions .product-quick-view:hover,
.woocommerce .product-actions .btn_add_to_cart:hover,
.single-product .product-actions .btn_add_to_cart:hover,
.woocommerce .product-actions .add-to-cart-wrap a:hover,
.single-product .product-actions .add-to-cart-wrap a:hover,
.woocommerce .product-actions .add_to_cart_button:hover,
.single-product .product-actions .add_to_cart_button:hover,
.woocommerce .product-actions .added_to_cart:hover,
.single-product .product-actions .added_to_cart:hover,
.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.woocommerce .product-actions .add_to_wishlist.active,
.single-product .product-actions .add_to_wishlist.active,
.woocommerce .product-actions .compare.active,
.single-product .product-actions .compare.active,
.woocommerce .product-actions .product-quick-view.active,
.single-product .product-actions .product-quick-view.active,
.woocommerce .product-actions .btn_add_to_cart.active,
.single-product .product-actions .btn_add_to_cart.active,
.woocommerce .product-actions .add-to-cart-wrap a.active,
.single-product .product-actions .add-to-cart-wrap a.active,
.woocommerce .product-actions .add_to_cart_button.active,
.single-product .product-actions .add_to_cart_button.active,
.woocommerce .product-actions .added_to_cart.active,
.single-product .product-actions .added_to_cart.active {
    color: #EE390F;
}

.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a.added,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a.added,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a.added,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a.added,
.woocommerce .product-actions .add_to_wishlist.added,
.single-product .product-actions .add_to_wishlist.added,
.woocommerce .product-actions .compare.added,
.single-product .product-actions .compare.added,
.woocommerce .product-actions .product-quick-view.added,
.single-product .product-actions .product-quick-view.added,
.woocommerce .product-actions .btn_add_to_cart.added,
.single-product .product-actions .btn_add_to_cart.added,
.woocommerce .product-actions .add-to-cart-wrap a.added,
.single-product .product-actions .add-to-cart-wrap a.added,
.woocommerce .product-actions .add_to_cart_button.added,
.single-product .product-actions .add_to_cart_button.added,
.woocommerce .product-actions .added_to_cart.added,
.single-product .product-actions .added_to_cart.added {
    display: none;
}

.woocommerce .product-actions a.product-quick-view,
.single-product .product-actions a.product-quick-view {
    border-bottom: none;
}

.woocommerce .product-actions .add-to-cart-wrap,
.single-product .product-actions .add-to-cart-wrap {
    display: inline-block;
}

.woocommerce .product-actions .added_to_cart.wc-forward:before,
.single-product .product-actions .added_to_cart.wc-forward:before,
.woocommerce .product-actions .added_to_cart.wc-forward i,
.single-product .product-actions .added_to_cart.wc-forward i {
    color: #EE390F;
}

.woocommerce .product-actions .add_to_cart_button:hover:before,
.single-product .product-actions .add_to_cart_button:hover:before {
    color: #EE390F;
}

.woocommerce .product-actions .add_to_cart_button.loading i,
.single-product .product-actions .add_to_cart_button.loading i {
    display: none !important;
}

.woocommerce .product-actions .add_to_cart_button.loading:before,
.single-product .product-actions .add_to_cart_button.loading:before {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    content: "\f110";
    font-family: Fontawesome;
    display: block;
    font-size: 16px;
    line-height: 40px;
}

.woocommerce .product-actions .added_to_cart:before,
.single-product .product-actions .added_to_cart:before {
    color: #EE390F;
    content: '\f00c';
    font-family: FontAwesome;
    color: #333333;
    font-size: 16px;
    display: block;
    line-height: 40px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.woocommerce .product-actions .product-quick-view i,
.single-product .product-actions .product-quick-view i {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    line-height: 1;
}

.woocommerce .product-actions .product-quick-view i:before,
.single-product .product-actions .product-quick-view i:before {
    font-family: FontAwesome;
}

.woocommerce .product-actions .compare .blockUI.blockOverlay,
.single-product .product-actions .compare .blockUI.blockOverlay {
    background: none !important;
}

.woocommerce .product-actions .compare.added,
.single-product .product-actions .compare.added {
    color: #EE390F;
}

.woocommerce .product-actions .product-quick-view,
.single-product .product-actions .product-quick-view {
    margin-right: 0;
}

.woocommerce .product-actions .product-quick-view i,
.single-product .product-actions .product-quick-view i {
    font-size: 15px;
}

.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a {
    color: #EE390F;
}

.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:before {
    color: #EE390F;
}

.woocommerce .product-actions .added-spinner,
.single-product .product-actions .added-spinner {
    color: #EE390F;
}

.woocommerce .product-actions .yith-wcwl-add-to-wishlist,
.single-product .product-actions .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0;
}

.woocommerce .product-actions .yith-wcwl-add-to-wishlist + div.clear,
.single-product .product-actions .yith-wcwl-add-to-wishlist + div.clear {
    display: none;
}

.woocommerce .product-actions .yith-wcwl-add-button,
.single-product .product-actions .yith-wcwl-add-button {
    font-size: 0;
    position: relative;
}

.woocommerce .product-actions .yith-wcwl-add-button a i,
.single-product .product-actions .yith-wcwl-add-button a i {
    margin-right: 0px;
}

.woocommerce .product-actions .yith-wcwl-add-button .ajax-loading,
.single-product .product-actions .yith-wcwl-add-button .ajax-loading {
    display: none !important;
}

.woocommerce .product-actions .add_to_wishlist:before,
.single-product .product-actions .add_to_wishlist:before,
.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .product-actions .compare.added:before,
.single-product .product-actions .compare.added:before {
    font-family: FontAwesome;
    content: "\f08a";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.woocommerce .product-actions .compare.added:before,
.single-product .product-actions .compare.added:before {
    content: "\f012" !important;
}

.woocommerce .product-actions .add_to_wishlist.added-spinner:before,
.single-product .product-actions .add_to_wishlist.added-spinner:before {
    content: "";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.woocommerce:hover .ylp-product-thumb .product-quick-view,
.single-product:hover .ylp-product-thumb .product-quick-view {
    opacity: 1;
}

.woocommerce:hover .ylp-product-actions,
.single-product:hover .ylp-product-actions {
    transform: translateX(0);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.woocommerce .product-item-wrap:hover .product-info span.price,
.single-product .product-item-wrap:hover .product-info span.price {
    color: #EE390F;
}

.woocommerce .product-item-wrap:hover .product-info span.price ins span.amount,
.single-product .product-item-wrap:hover .product-info span.price ins span.amount {
    color: #EE390F;
}

.woocommerce .product-info,
.single-product .product-info {
    padding: 10px 10px 0;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 3;
}

.woocommerce .product-info h3,
.single-product .product-info h3 {
    font-family: 'Roboto';
    position: relative;
    top: 0;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    width: 100%;
    padding-right: 0px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.woocommerce .product-info .star-rating,
.single-product .product-info .star-rating {
    position: absolute;
    right: 10px;
    top: 70%;
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 10px;
    width: 75px;
    bottom: 15px;
}

.woocommerce .product-info span.price,
.single-product .product-info span.price {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 5px;
    color: #EE390F !important;
    text-align: left;
    font-weight: 400;
}

.woocommerce .product-info span.price ins,
.single-product .product-info span.price ins {
    float: left;
    margin-right: 10px;
}

.woocommerce .product-info span.price ins span.amount,
.single-product .product-info span.price ins span.amount {
    color: #EE390F;
}

.woocommerce .product-item-wrap.active .product-item-inner,
.single-product .product-item-wrap.active .product-item-inner,
.woocommerce .product-item-wrap .product-item-inner:hover,
.single-product .product-item-wrap .product-item-inner:hover {
    -webkit-box-shadow: 3px 3px 10px 0px #eeeeee;
    -moz-box-shadow: 3px 3px 10px 0px #eeeeee;
    box-shadow: 3px 3px 10px 0px #eeeeee;
}

.woocommerce .product-item-wrap.active .product-item-inner .product-thumb .product-thumb-primary img,
.single-product .product-item-wrap.active .product-item-inner .product-thumb .product-thumb-primary img,
.woocommerce .product-item-wrap .product-item-inner:hover .product-thumb .product-thumb-primary img,
.single-product .product-item-wrap .product-item-inner:hover .product-thumb .product-thumb-primary img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.woocommerce .product-item-wrap.active .product-item-inner .product-actions,
.single-product .product-item-wrap.active .product-item-inner .product-actions,
.woocommerce .product-item-wrap .product-item-inner:hover .product-actions,
.single-product .product-item-wrap .product-item-inner:hover .product-actions {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.woocommerce .product-item-wrap.active .product-item-inner .product-link,
.single-product .product-item-wrap.active .product-item-inner .product-link,
.woocommerce .product-item-wrap .product-item-inner:hover .product-link,
.single-product .product-item-wrap .product-item-inner:hover .product-link {
    opacity: 1;
    visibility: visible;
}

.woocommerce .product-item-wrap.active .product-item-inner .product-thumb-primary,
.single-product .product-item-wrap.active .product-item-inner .product-thumb-primary,
.woocommerce .product-item-wrap .product-item-inner:hover .product-thumb-primary,
.single-product .product-item-wrap .product-item-inner:hover .product-thumb-primary {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.woocommerce.columns-2 .product-item-wrap,
.single-product.columns-2 .product-item-wrap {
    width: 50%;
    float: left;
}

.woocommerce.columns-3 .product-item-wrap,
.single-product.columns-3 .product-item-wrap {
    width: 33.33333333%;
    float: left;
}

.woocommerce.columns-4 .product-item-wrap,
.single-product.columns-4 .product-item-wrap {
    width: 25%;
    float: left;
}

.woocommerce.columns-5 .product-item-wrap,
.single-product.columns-5 .product-item-wrap {
    width: 20%;
    float: left;
}

.woocommerce.product-slider .product-item-wrap,
.single-product.product-slider .product-item-wrap {
    float: none;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .woocommerce.columns-5 .product-item-wrap,
    .single-product.columns-5 .product-item-wrap,
    .woocommerce .columns-4 .product-item-wrap,
    .single-product .columns-4 .product-item-wrap {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .woocommerce.columns-5 .product-item-wrap,
    .single-product.columns-5 .product-item-wrap,
    .woocommerce .columns-4 .product-item-wrap,
    .single-product .columns-4 .product-item-wrap,
    .woocommerce .columns-3 .product-item-wrap,
    .single-product .columns-3 .product-item-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .woocommerce.columns-5 .product-item-wrap,
    .single-product.columns-5 .product-item-wrap,
    .woocommerce .columns-4 .product-item-wrap,
    .single-product .columns-4 .product-item-wrap,
    .woocommerce .columns-3 .product-item-wrap,
    .single-product .columns-3 .product-item-wrap,
    .woocommerce .columns-2 .product-item-wrap,
    .single-product .columns-2 .product-item-wrap {
        width: 100%;
    }
}

.product-flash-wrap .product-flash + .product-flash {
    margin-top: 0;
}

.product-flash-wrap span {
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
    top: 0;
    left: 0;
    z-index: 3;
}

.product-flash-wrap span.on-sale {
    background-color: #EE390F;
}

.product-flash-wrap span.on-new {
    background-color: #ff7506;
}

.product-flash-wrap span.on-hot {
    background-color: #eb7060;
}

.product-flash-wrap span:nth-child(2) {
    top: 34px;
}

.product-flash-wrap span:nth-child(3) {
    top: 68px;
}

.product-flash-wrap span:nth-child(4) {
    top: 102px;
}

.woocommerce > .woocommerce {
    margin: 0;
}

.woocommerce > .woocommerce .product-item-wrap {
    padding: 0;
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    overflow: hidden;
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb {
    width: 33.33%;
    float: left;
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-thumb-primary img {
    padding-top: 0;
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info {
    padding: 0 0 0 15px;
    width: 66.66%;
    float: left;
    text-align: left;
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info .star-rating {
    position: relative;
    text-align: left;
    right: 0;
    margin: 0;
    top: 5px;
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info .star-rating:before {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info span.price {
    margin: 10px 0 0;
    padding: 0;
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info h3 {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info h3:hover {
    color: #EE390F;
}

@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info {
        padding-left: 10px;
    }

    .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info h3 {
        font-size: 14px;
    }
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-actions {
    display: none;
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner:hover {
    -moz-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

.woocommerce.columns-1 .product-item-wrap {
    width: 100%;
}

.woocommerce.columns-1 .product-item-wrap .product-info h3 {
    font-size: 14px;
    color: #333333;
    text-align: left;
}

.woocommerce.columns-1 .product-item-wrap .product-info .star-rating:before {
    left: 0;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.woocommerce.columns-1 .product-item-wrap .product-info span.price {
    text-align: left;
    font-weight: bold;
}

.woocommerce.columns-1 .product-item-wrap .product-info .product-single-short-description {
    text-align: left;
}

.shortcode-product-wrap.grid .product-item-wrap:hover {
    z-index: 2;
}

.shortcode-product-wrap.grid .product-item-wrap:hover .product-item-inner {
    -webkit-box-shadow: 3px 3px 10px 0px #eeeeee;
    -moz-box-shadow: 3px 3px 10px 0px #eeeeee;
    box-shadow: 3px 3px 10px 0px #eeeeee;
}

.shortcode-product-wrap.list {
    padding: 0 15px;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #eeeeee;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner {
    padding: 10px;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-thumb {
    padding-top: 20px;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .star-rating {
    top: 30px;
}

@media (max-width: 479px) {
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .star-rating {
        top: 60px;
        right: auto;
    }
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner h3 {
    top: 0px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    color: #222222;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner span.price {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

@media (max-width: 479px) {
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner span.price {
        margin-top: 55px;
    }
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info {
    padding: 30px;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions {
    border: none;
    opacity: 1;
    margin-top: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: relative;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .added_to_cart,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .product_type_soldout {
    border: 1px solid #eeeeee;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable {
    text-align: left;
    width: 190px;
    background-color: #EE390F;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff !important;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button i,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable i {
    padding: 0 20px;
    color: #ffffff;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:after,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable:after {
    opacity: 1;
    content: '';
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:hover,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable:hover {
    background-color: #51941f;
}

@media (max-width: 479px) {
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button,
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable {
        width: 40px;
        border: 1px solid #eeeeee;
        background-color: #ffffff;
        font-size: 0;
    }

    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button i,
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable i {
        color: #333333;
        text-align: center;
        padding: 10px;
    }

    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:hover,
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable:hover {
        background-color: #ffffff;
    }

    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:hover i,
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable:hover i {
        color: #EE390F;
    }
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistaddedbrowse a,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistexistsbrowse a,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_wishlist,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.compare,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product-quick-view {
    border: 1px solid #eeeeee;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistaddedbrowse a:hover:after,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistexistsbrowse a:hover:after,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_wishlist:hover:after,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.compare:hover:after,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product-quick-view:hover:after {
    opacity: 0;
}

@media (max-width: 479px) {
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions {
        margin-top: 30px;
    }
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-single-short-description {
    padding-bottom: 50px;
    position: relative;
}

.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-single-short-description:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #EE390F;
}

@media (max-width: 479px) {
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info {
        padding: 15px;
    }
}

/*--------------------------------------------
COMPARE
---------------------------------------------*/
.woocommerce-compare-page h1 {
    font-size: 24px;
    background-color: #f7f7f7;
}

/* --------------------------------------------
	QUICK VIEW
	-------------------------------------------- */
#popup-product-quick-view-wrapper {
    margin-bottom: 0;
}

#popup-product-quick-view-wrapper .modal-body {
    padding: 30px;
}

#popup-product-quick-view-wrapper .single-product-info {
    margin: 0 -15px;
}

@media (min-width: 992px) {
    #popup-product-quick-view-wrapper .single-product-info .single-product-image-wrap,
    #popup-product-quick-view-wrapper .single-product-info .summary-product-wrap {
        width: 50%;
    }
}

/* --------------------------------------------
	ORDER RECEIVED
	-------------------------------------------- */
.woocommerce-order-received .woocommerce h2,
.woocommerce-account .woocommerce h2,
.woocommerce-order-received .woocommerce header.title h3,
.woocommerce-account .woocommerce header.title h3 {
    font-size: 25px;
    color: #25262C;
    margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce address,
.woocommerce-account .woocommerce address {
    line-height: 1.8;
}

.woocommerce .order_details {
    padding: 0;
}

/* --------------------------------------------
	ORDER TRACKING
	-------------------------------------------- */
.track_order {
    text-align: center;
}

.track_order p:first-child {
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
    float: none;
    margin: auto;
    margin-bottom: 20px;
}

.woocommerce form.track_order .form-row input.input-text {
    text-align: center;
    height: 42px;
}

/* --------------------------------------------
	PRODUCT-LOADMORE
	-------------------------------------------- */
.product-paging-load-more button {
    background-color: #EE390F;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.product-paging-load-more button:hover {
    background-color: #51941f;
}

/* --------------------------------------------
	SHOPPING CART
-------------------------------------------- */
.cart-form {
    margin-bottom: 40px;
}

.woocommerce table.shop_table.cart {
    border: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    min-width: 400px;
}

@media (max-width: 480px) {
    .woocommerce table.shop_table.cart {
        min-width: auto;
    }
}

.woocommerce table.shop_table.cart thead th {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 2.4;
    font-weight: normal;
    padding: 9px 12px;
    background-color: #EE390F;
}

.woocommerce table.shop_table.cart thead th:first-child {
    border-radius: 3px 0 0 0;
}

.woocommerce table.shop_table.cart thead th:last-child {
    border-radius: 0 3px 0 0;
}

.woocommerce table.shop_table.cart tbody td {
    border-top: 1px solid #eeeeee;
    padding: 20px 5px;
}

.woocommerce table.shop_table.cart .product-remove {
    text-align: right;
}

.woocommerce table.shop_table.cart .product-remove a {
    background-color: #bbb;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 16px;
    line-height: 18px;
    text-align: center;
    width: 16px;
}

.woocommerce table.shop_table.cart .product-remove a:hover {
    background-color: #EE390F;
}

.woocommerce table.shop_table.cart .actions {
    border-top: 1px solid #eeeeee;
}

.woocommerce table.shop_table.cart tbody tr.cart_item:first-child td {
    border-top: none;
}

.woocommerce table.shop_table.cart tbody td.product-name img {
    width: 70px;
    float: left;
    margin-right: 50px;
}

@media (max-width: 479px) {
    .woocommerce table.shop_table.cart tbody td.product-name img {
        display: none;
    }
}

.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap {
    position: relative;
    overflow: hidden;
    height: 70px;
    display: table;
}

.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner {
    display: table-cell;
    vertical-align: middle;
}

.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner a {
    font-size: 15px;
    color: #202020;
    line-height: 1.4;
}

.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner a:hover {
    text-decoration: none;
}

@media (max-width: 479px) {
    .woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner a {
        font-size: 14px;
    }
}

.woocommerce table.shop_table.cart tbody td.product-name dl.variation {
    color: #777777;
    margin: 5px 0 0 0;
}

.woocommerce table.shop_table.cart tbody td.product-name dl.variation dt {
    font-weight: normal;
    padding: 0 0 5px;
}

.woocommerce table.shop_table.cart tbody td.product-name dl.variation dd {
    padding: 0 0 5px;
    margin: 0;
}

.woocommerce table.shop_table.cart td.product-price,
.woocommerce table.shop_table.cart td.product-subtotal {
    font-size: 14px;
    line-height: 1.2;
}

@media (max-width: 479px) {
    .woocommerce table.shop_table.cart td.product-quantity label {
        display: none;
    }

    .woocommerce table.shop_table.cart td.product-quantity .quantity-inner {
        border: none;
    }

    .woocommerce table.shop_table.cart td.product-quantity .quantity-inner input {
        border: none;
        background-color: transparent;
        padding: 0 10px 0 15px;
    }
}

@media (max-width: 479px) {
    .woocommerce table.shop_table.cart td.product-subtotal {
        display: none;
    }
}

.woocommerce table.shop_table.cart td.actions {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 35px;
    padding-top: 35px;
}

.woocommerce table.shop_table.cart td.actions .coupon .input-text {
    min-width: 270px;
    padding: 0 15px;
    margin: 0 15px 0 0;
    outline: 0;
    border: none;
    height: 44px;
}

@media (max-width: 767px) {
    .woocommerce table.shop_table.cart td.actions .coupon .input-text {
        min-width: auto;
    }
}

@media (max-width: 479px) {
    .woocommerce table.shop_table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width: 479px) {
    .woocommerce table.shop_table.cart td.actions .coupon {
        padding-bottom: 0;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .woocommerce table.shop_table.cart td.actions a {
        margin-top: 15px;
    }
}

.woocommerce table.shop_table.cart td.actions .button {
    padding: 13px 25px;
    min-width: 140px;
}

@media (max-width: 479px) {
    .woocommerce table.shop_table.cart td.actions .button {
        min-width: auto;
        width: 100%;
        margin-bottom: 5px;
    }
}

.woocommerce table.shop_table.cart td.actions input[name="update_cart"] {
    background-color: #222222;
    margin-right: 12px;
}

.woocommerce table.shop_table.cart td.actions input[name="update_cart"]:hover {
    background-color: #EE390F;
}

@media (max-width: 479px) {
    .woocommerce table.shop_table.cart td.actions input[name="update_cart"] {
        width: 100%;
    }
}

.cart-collaterals h4.widget-title,
.cart-collaterals h2 {
    font-size: 18px;
    color: #25262C;
    margin-bottom: 45px;
    text-align: left;
    text-transform: capitalize;
    border-left: 2px solid #EE390F;
    padding-left: 15px;
    font-weight: bold;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: left;
    margin: 0 -15px;
}

@media (max-width: 479px) {
    .woocommerce .cart-collaterals .cart_totals {
        margin: 0;
    }
}

.woocommerce .cart-collaterals .cart_totals_inner,
.woocommerce-page .cart-collaterals .cart_totals_inner,
.woocommerce-shipping-calculator {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
}

@media (max-width: 479px) {
    .woocommerce .cart-collaterals .cart_totals_inner,
    .woocommerce-page .cart-collaterals .cart_totals_inner,
    .woocommerce-shipping-calculator {
        width: 100%;
    }
}

.shipping-calculator-form {
    display: block !important;
}

.shipping-calculator-form .button {
    padding: 13px 25px !important;
    display: block !important;
    width: 100%;
}

.shipping-calculator-form p {
    margin-bottom: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    margin: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
    font-size: 14px;
    font-weight: normal;
    color: #777777;
    line-height: 1.8;
    padding: 6px 0;
    border-top: 1px solid #eeeeee;
}

.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal strong,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total strong {
    font-weight: normal;
}

.woocommerce ul#shipping_method {
    line-height: 2;
}

.woocommerce ul#shipping_method li {
    padding: 0;
    text-indent: 0;
}

.woocommerce ul#shipping_method li input[type=radio] {
    margin: 0;
    vertical-align: middle;
}

.woocommerce ul#shipping_method li label {
    font-weight: normal;
    margin: 0;
}

.woocommerce ul#shipping_method .amount {
    font-weight: normal;
}

p.return-to-shop {
    margin-bottom: 80px !important;
}

.woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce {
    background: #ffffff;
    padding: 0;
}

.woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table {
    border: 0;
}

.woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead {
    background: #EE390F;
}

.woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto';
    text-align: left;
}

@media (max-width: 479px) {
    .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th {
        font-size: 12px;
        text-align: center;
        padding: 10px 0;
    }

    .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th.product-name {
        width: 40%;
    }

    .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th.product-price {
        width: 20%;
    }

    .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th.product-quantity {
        width: 30%;
    }

    .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th.product-subtotal {
        display: none;
    }

    .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th.product-remove {
        width: 10%;
    }
}

@media (max-width: 479px) {
    .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table {
        table-layout: fixed;
        min-width: auto;
    }
}

@media (max-width: 479px) {
    .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce {
        padding: 40px 15px;
    }
}

/* --------------------------------------------
	SINGLE PRODUCT INFO
-------------------------------------------- */
.site-content-single-product .single-product-info {
    position: relative;
    background-color: #ffffff;
    padding: 30px 0px;
    overflow: hidden;
}

.site-content-single-product .single-product-info .single-product-image-wrap {
    float: left;
    width: 40%;
}

.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image {
    position: relative;
}

.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap {
    left: 0px;
    top: 0px;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    position: relative;
    z-index: 9;
}

.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap .product-flash {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}

.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap .product-flash:first-child {
    color: #ffffff;
    background-color: #333333;
}

.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap .product-flash:nth-child(2) {
    background-color: #EE390F;
    margin-top: 0;
}

.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div {
    border-radius: 0;
    position: absolute;
    top: 50%;
    opacity: 0;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.2);
}

.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div:hover {
    background-color: #EE390F;
}

.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div.owl-prev {
    left: 0px;
}

.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div.owl-next {
    right: 0px;
}

.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner:hover .owl-buttons div {
    opacity: 1;
}

.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-main-image {
    display: block;
}

.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-main-image:after {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-main-image img {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.site-content-single-product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    padding: 0;
}

.site-content-single-product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
    width: 100%;
}

.site-content-single-product .single-product-info .single-product-image-wrap .product-image-total-1,
.site-content-single-product .single-product-info .single-product-image-wrap .product-thumb-disable {
    display: none;
}

.site-content-single-product .single-product-info .single-product-image-wrap .product-thumb-wrap {
    width: 100%;
    margin: 20px auto;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync1:hover .owl-nav {
    opacity: 1;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav {
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    line-height: 1;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div:hover {
    color: #EE390F;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div.owl-next {
    right: 30px;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div.owl-prev {
    left: 30px;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync2:hover .owl-nav {
    opacity: 1;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav {
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    padding: 7px 10px;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div:hover {
    background-color: #EE390F;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div.owl-next {
    right: 0;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div.owl-prev {
    left: 0;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a {
    display: block;
    position: relative;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .synced .thumbnail-image a:after {
    border: 1px solid #EE390F;
}

.site-content-single-product .single-product-info .summary-product-wrap {
    float: left;
    padding: 0% 0% 4% 4%;
    width: 60%;
}

.site-content-single-product .single-product-info .summary-product-wrap h1.product_title {
    color: #EE390F;
    font-weight: normal;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.4;
}

.site-content-single-product .single-product-info .summary-product-wrap h1.product_title a {
    color: #1F1F1F;
}

.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating {
    width: 100%;
    float: right;
    margin-bottom: 10px;
    vertical-align: middle;
    line-height: 20px;
}

.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating .woocommerce-review-link {
    font-size: 15px;
    line-height: 1.4;
    color: #878787;
    margin-left: 25px;
}

.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating .star-rating {
    float: none;
    margin: 0;
    display: inline-block;
    font-size: 11px;
    height: 15px;
    vertical-align: middle;
}

.site-content-single-product .single-product-info .summary-product-wrap p.price {
    width: 60%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    font-style: normal;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #000000;
}

.site-content-single-product .single-product-info .summary-product-wrap p.price del {
    position: relative;
    font-size: 18px;
    color: #a8a8a8;
}

.site-content-single-product .single-product-info .summary-product-wrap .product-single-short-description {
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}

.site-content-single-product .single-product-info .summary-product-wrap .product-single-short-description p {
    margin-bottom: 0;
	display:none;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart {
    float: left;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity {
    margin-right: 10px;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity label {
    display: none;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity .quantity-inner {
    height: 40px;
    border: 1px solid #eeeeee;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity .quantity-inner input {
    height: 38px;
    font-size: 16px;
    padding: 0 5px 0 15px;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart .button,
.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart {
    font-size: 18px;
    padding-top: 7px;
    text-transform: uppercase;
    padding-bottom: 7px;
    height: 40px;
    min-width: 180px;
    background-color: #EE390F;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart .button:hover,
.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart:hover {
    background-color: #3f3f3f;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart .button.added {
    display: none;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table {
    border: none;
    margin-bottom: 20px;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td {
    padding-bottom: 20px;
    line-height: 42px;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.label {
    padding: 0 10px;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table label {
    font-weight: normal;
    font-size: 15px;
    color: #1f1f1f;
    margin: 0;
    line-height: 42px;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price {
    font-weight: normal;
    line-height: 42px;
    font-size: 18px;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price ins {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price del {
    display: inline-block;
    font-size: 16px;
    color: #a0a0a0;
    opacity: 1;
    margin-right: 15px;
}

.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price .out-of-stock {
    display: inline-block;
    margin-bottom: 0;
    color: #cacaca;
    font-size: 11px;
    margin-left: 3px;
}

.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations {
    width: 100%;
    margin: 0;
}

.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr:nth-child(3) td {
    padding: 0;
}

.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td {
    display: table-cell;
    text-align: left;
}

.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td.label {
    padding: 0;
}

.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr + tr td,
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr + tr td.label {
    padding: 10px 0 0 0;
}

.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td.label label {
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 0;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
}

.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap:after,
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations_button:after {
    content: "";
    display: block;
    clear: both;
}

.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation span.price {
    font-size: 30px !important;
    color: #EE390F;
    line-height: 1;
    margin-bottom: 20px;
}

.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap .single_add_to_cart_button {
    background-color: #EE390F;
}

.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap .single_add_to_cart_button:hover {
    background-color: #222;
    color: #ffffff;
}

.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist {
    margin-left: 0px;
    display: inline-block;
    margin-top: 0;
    text-align: center;
    line-height: 48px;
    margin-bottom: 20px;
    display: none;
}

.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    font-size: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #eeeeee;
}

.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    display: block;
}

.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img {
    display: none !important;
}

.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist i {
    line-height: 48px;
    font-size: 18px;
    margin-right: 0;
}

.site-content-single-product .single-product-info .summary-product-wrap .single-product-function {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-to-wishlist {
    margin: 0 15px 0 0;
    display: inline-block;
}

.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist {
    font-size: 13px;
    color: #777;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:hover:before {
    color: #ffffff;
}

.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:before {
    font-family: FontAwesome;
    content: "\f004";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background-color: #FAFAFA;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    color: #888888;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before {
    content: "\f012";
}

.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare {
    font-size: 13px;
    color: #777;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare i {
    font-size: 11px;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background-color: #FAFAFA;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    color: #888888;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare:hover i {
    color: #ffffff;
}

.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .feedback {
    display: none !important;
}

.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .fa-heart-o {
    display: none;
}

.site-content-single-product .single-product-info .summary-product-wrap .product_meta {
    font-size: 14px;
    color: #777;
}

.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span {
    display: block;
    padding-bottom: 15px;
}

.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span + span {
    margin-top: 5px;
}

.site-content-single-product .single-product-info .summary-product-wrap .product_meta .yith-wcbr-brands-logo {
    padding: 0px;
    margin: 0px;
}

.site-content-single-product .single-product-info .summary-product-wrap .product_meta .yith-wcbr-brands {
    display: none;
}

.site-content-single-product .single-product-info .summary-product-wrap .product_meta label {
    font-weight: 400;
    margin-bottom: 0;
    font-weight: bold;
    color: #000000;
    width: 77px;
}

.site-content-single-product .single-product-info .summary-product-wrap .product_meta .tagged_as a {
    padding-right: 3px;
}

.site-content-single-product .single-product-info .summary-product-wrap .stock {
    display: none;
}

.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap label {
    font-size: 14px;
    text-transform: none;
    color: #000000;
    font-weight: bold;
}

.site-content-single-product .single-product-info .summary-product-wrap .select_option {
    margin-right: 15px;
}

.site-content-single-product .single-product-info .summary-product-wrap .select_option span {
    font-weight: bold;
    color: rgba(51, 51, 51, 0.5);
}

.site-content-single-product .single-product-info .summary-product-wrap .select_option.selected span {
    color: #000000;
}

.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 25px;
    text-align: left;
    width: 100%;
}

.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share {
    display: inline-block;
    padding: 0;
}

.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share label {
    float: left;
}

.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li {
    margin-left: 3px;
    display: inline-block;
    text-align: center;
}

.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li a {
    padding: 0;
    display: block;
    height: 23px;
    width: 23px;
    line-height: 21px;
    border-radius: 3px;
    border: 1px solid #999;
    color: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color: #999;
    font-size: 0;
}

.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li a i {
    font-size: 14px;
    line-height: 21px;
}

.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li a:hover {
    border: 1px solid #EE390F;
    background-color: #EE390F;
}

.site-content-single-product .single-product-info .yith-wcwl-add-to-wishlist {
    display: none;
}

.site-content-single-product .single-product-info .compare {
    display: none;
}

@media (max-width: 768px) {
    .site-content-single-product .single-product-info .single-product-image-wrap {
        width: 100%;
    }

    .site-content-single-product .single-product-info .summary-product-wrap {
        width: 100%;
    }

    .site-content-single-product .single-product-info .summary-product-wrap h1 {
        padding-top: 30px;
    }
}

.site-content-single-product.modal .single-product-info {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.site-content-single-product.modal .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info {
    padding: 0;
    background-color: #fcfcfc;
}

.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .single-product-image-wrap {
    width: 50%;
}

.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    padding: 0;
    text-align: center;
}

.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
    width: 70%;
}

.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .summary-product-wrap {
    width: 50%;
    padding: 75px 10% 75px 70px;
}

.single-product-wrap .full .site-content-single-product .single-product-inner .product.product-type-variable .single-product-info .single-product-image-wrap {
    width: 50%;
}

.single-product-wrap .full .site-content-single-product .single-product-inner .product.product-type-variable .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
    width: 70% !important;
}

.single-product-wrap .full .site-content-single-product .single-product-inner .product.product-type-variable .single-product-info .summary-product-wrap {
    width: 50%;
}

.single-product-wrap .full .site-content-single-product .woocommerce-tabs {
    margin-top: 0;
    background-color: #3f3f3f;
    padding: 50px 0;
}

.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container {
    border: none;
    background-color: transparent;
}

.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs {
    background-color: transparent;
    margin-bottom: 30px;
}

.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-color: transparent;
    margin: 0 10px;
}

.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li a {
    padding: 7px 20px;
    border-radius: 0;
    color: #ffffff;
}

.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li:after {
    display: none;
}

.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li.active {
    background-color: #EE390F;
}

.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li.active a {
    color: #333333;
}

.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container .panel {
    width: 100%;
    padding: 60px 30px;
}

.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container .panel#tab-description p {
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 30px;
}

.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container .panel#tab-description p:before {
    content: '';
    height: 100%;
    width: 2px;
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    left: 0;
}

/* --------------------------------------------
	SINGLE PRODUCT TAB
-------------------------------------------- */
.woocommerce div.product .woocommerce-tabs {
    background-color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
    padding: 0px;
    background-color: #ffffff;
    margin: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    font-weight: bold;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    content: '/';
    position: relative;
    border: none;
    right: 0;
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 25px;
    padding-top: 35px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000000;
}

.woocommerce div.product .woocommerce-tabs .panel {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 40px 10px;
    padding-top: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
    font-size: 25px;
    margin: 0px;
    padding: 0 30px 20px 30px;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs .panel #reviews h2 {
    font-weight: 400;
    display: block;
    font-size: 16px;
    color: #333333;
}

.woocommerce div.product .woocommerce-tabs .panel .commentlist {
    padding: 0 0 0 30px;
}

.woocommerce div.product .woocommerce-tabs .panel #review_form_wrapper {
    padding: 0 30px;
}

.woocommerce div.product .woocommerce-tabs .panel #review_form_wrapper .form-submit input#submit {
    background-color: #EE390F;
    min-width: auto;
    padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs .panel #review_form_wrapper .form-submit input#submit:hover {
    background-color: #3f3f3f;
}

.woocommerce div.product .woocommerce-tabs .panel .shop_attributes th {
    padding: 8px 8px 8px 30px;
}

.woocommerce div.product .woocommerce-tabs .panel .shop_attributes .alt th,
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes .alt td {
    background-color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs #tab-description {
    text-align: center;
}

@media (max-width: 768px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        width: 100%;
    }

    .woocommerce div.product .woocommerce-tabs div.panel {
        width: 100%;
    }
}

.woocommerce div.product .woocommerce-tabs #tab-description,
.woocommerce div.product .woocommerce-tabs #tab-reviews {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* --------------------------------------------
	SINGLE PRODUCT REVIEW
-------------------------------------------- */
.woocommerce #reviews .woocommerce-noreviews {
    padding: 0 30px;
    padding-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0px;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
    border-color: transparent;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
    height: 70px;
    padding: 0;
    margin: 0;
    border: none;
    position: static;
    border-radius: 50%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 80px;
    padding: 0 25px 0px 25px;
    border: none;
    position: relative;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    float: right;
    margin: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    margin-right: 20px;
    color: #000000;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    font-size: 12px;
    text-transform: capitalize;
}

.woocommerce #review_form #respond h3.comment-reply-title {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}

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

.woocommerce #review_form #respond p p.stars {
    display: inline-block;
    line-height: 1;
    padding: 0px;
    padding-left: 30px;
}

.woocommerce #review_form #respond p.form-submit {
    margin-top: 20px;
}

.woocommerce #review_form #respond .comment-fields-wrap .row {
    margin: 0;
}

.woocommerce #review_form #respond .comment-fields-wrap .row label {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000000;
    text-transform: uppercase;
}

.woocommerce #review_form #respond .comment-fields-wrap .row .comment-form-rating:hover label,
.woocommerce #review_form #respond .comment-fields-wrap .row .comment-form-comment:hover label {
    color: #EE390F;
}

.woocommerce #review_form #respond .comment-form-rating label,
.woocommerce #review_form #respond .comment-form-comment label {
    text-transform: uppercase;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.upsells.products h4.widget-title,
.related.products h4.widget-title,
.cross-sells h4.widget-title {
    font-size: 30px;
    border-bottom: 1px solid;
}

.upsells.products .product-slider .owl-theme .owl-controls,
.related.products .product-slider .owl-theme .owl-controls,
.cross-sells .product-slider .owl-theme .owl-controls {
    margin: 0;
    height: 0;
    position: absolute;
    top: -98px;
    right: 15px;
}

.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div {
    width: 42px;
    height: 42px;
    border: 2px solid #eeeeee;
    background-color: transparent;
    padding: 0;
    line-height: 38px;
    opacity: 1;
    color: #333333;
    margin: 0;
    font-size: 15px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div:hover,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div:hover,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}

.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: 5px;
}

.site-content-single-product .related.products h4.widget-title {
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 3px;
    padding: 50px 0px;
    background-color: #ffffff;
}

.related {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.related .widget-title {
    position: relative;
    border: none !important;
    text-align: left;
    text-transform: capitalize;
    margin: 0;
    z-index: 1;
    font-weight: 400;
    margin-bottom: 40px;
}

.related .slider .owl-nav div {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 44px;
    width: 44px;
    padding: 0;
    background-color: rgba(128, 128, 128, 0.5);
    text-align: center;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.related .slider .owl-nav div i {
    font-size: 24px;
    color: #ffffff;
    line-height: 44px;
}

.related .slider .owl-nav div:hover {
    background-color: #EE390F;
}

.related .slider .owl-nav .owl-prev {
    left: -10px;
}

.related .slider .owl-nav .owl-next {
    right: -10px;
}

.related .slider .product-item-wrap {
    padding: 0px 10px;
}

.related .slider .product-item-wrap .product-info h3 {
    margin-bottom: 20px;
    width: 100%;
}

.woocommerce.slider .product {
    margin-bottom: 25px;
}

.variable-items-wrapper.color-variable-wrapper {
    display: flex;
    padding-left: 15px;
    list-style: none;
    margin-bottom: 0 !important;
}

.variable-items-wrapper.color-variable-wrapper > li {
    width: 20px !important;
    height: 20px !important;
    display: inline-flex;
    padding: 0;
    margin-right: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

.variable-items-wrapper.color-variable-wrapper > li.selected {
    cursor: pointer;
    border-color: #EE390F;
}

.variable-items-wrapper.label-variable-wrapper {
    padding-left: 15px;
}

.variable-items-wrapper.label-variable-wrapper > li {
    cursor: pointer;
    position: relative;
    padding: 5px 10px;
    border: 1px solid;
    margin-right: 5px;
}

.variable-items-wrapper.label-variable-wrapper > li.selected {
    cursor: pointer;
    border-color: #EE390F;
}

.single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a:hover {
    border-color: #EE390F;
}

.single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li.selected a {
    border-color: #EE390F;
}

.site-content-archive-product .archive-product-wrap .product-item-wrap .product-info h3 {
    font-family: Roboto;
}

.site-content-archive-product .archive-product-wrap .product-item-wrap .product-info h3:hover {
    color: #EE390F;
}

.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery {
    margin-top: -60px;
}

.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul {
    height: 50px;
}

.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a {
    height: 50px;
}

.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a:hover {
    border-color: #EE390F;
}

.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li.selected a {
    border-color: #EE390F;
}

/**
 * 8.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
/* Visual Composer */
/*
 *
 * Custom Heading
 *
 */
/**
 * 9.0 - Mega Menu
 * ----------------------------------------------------------------------------
 */
/* Style for Mega Menu */
/***** TABLE OF CONTENTS *****
*** 1. GENERAL
*** 2. MEGA MENU STYLE COLUMN
*** 3. MEGA MENU STYLE DROPDOWN
*** 4. MEGA MENU STYLE TAB
*/
header .navbar-nav > li.menu_style_tab > ul,
header .menu-wrapper #main-menu li.menu_style_column > .sub-menu {
    max-width: 100%;
}

@media (max-width: 1199px) {
    header .navbar-nav > li.menu_style_tab > ul,
    header .menu-wrapper #main-menu li.menu_style_column > .sub-menu {
        width: 970px;
    }
}

.header-3 .navbar-nav > li.menu_style_tab > ul,
.header-3 .menu-wrapper #main-menu li.menu_style_column > .sub-menu {
    left: auto;
    right: 0;
}

@media (min-width: 992px) {
    li.yolo-menu.yolo_megamenu.menu-item {
        position: inherit !important;
    }

    li.yolo-menu.yolo_megamenu.menu-item ul.posts-thumbnail-list li {
        width: 33.33%;
        float: left;
        padding: 0 15px;
    }

    li.yolo-menu.yolo_megamenu.menu-item ul.posts-thumbnail-list li .posts-thumbnail-image {
        display: block;
        padding-bottom: 15px;
        width: 100%;
        height: auto;
    }

    li.yolo-menu.yolo_megamenu.menu-item .widget-post-thumbnail {
        min-height: 1px;
    }

    li.yolo-menu.yolo_megamenu.menu-item .widget-post-thumbnail > ul {
        left: 0;
    }

    li.yolo-menu.yolo_megamenu.menu-item .yolo_megamenu_widget_area.columns-3 section {
        padding: 0 15px;
    }

    li.yolo-menu.yolo_megamenu.menu-item .sub-menu .menu-item .yolo_megamenu_widget_area {
        padding: 0;
    }
}

/* RESET MENU STYLE */
.navbar-nav,
.navbar-nav a,
.navbar-nav ul,
.navbar-nav li,
.navbar-nav div,
.navbar-nav form,
.navbar-nav input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.navbar-nav a {
    text-decoration: none;
}

.navbar-nav {
    display: inline-block;
    cursor: default;
}

.navbar-nav li {
    list-style: none;
}

.navbar-nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
    padding: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-nav > li > a span.yolo_sub_label {
    font-size: 11px;
}

@media (max-width: 1200px) {
    .navbar-nav > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1200px) {
    .header-4 .navbar-nav > li > a,
    .header-1 .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Change ' +' in order to change the Dropdown symbol */
.navbar-nav li > a:after {
    font-family: FontAwesome;
    padding-left: 5px;
    position: absolute;
    right: 15px;
}

.navbar-nav li > a:only-child:after {
    content: '';
}

.navbar-nav > li > a:after {
    position: relative;
    right: auto;
}

span.yolo_sub_label {
    font-size: 10px;
    font-weight: normal;
    color: #eeeeee;
    letter-spacing: 0;
    line-height: 1;
    display: inline-block;
    padding: 1px 2px;
    vertical-align: baseline;
    margin-left: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    top: -1px;
}

/* 1. MEGA MENU STYLE COLUMN */
.navbar-nav > li.menu_style_column > ul {
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    display: none;
    width: 100%;
    top: 98%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.navbar-nav > li.menu_style_column:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.navbar-nav > li.menu_style_column.mega-fullwidth {
    position: inherit;
}

.navbar-nav > li.menu_style_column.mega-fullwidth > ul {
    left: 0;
}

.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-2 > ul > li {
    float: left;
    width: 50%;
}

.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-3 > ul > li {
    float: left;
    width: 33.3333333%;
}

.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-4 > ul > li {
    float: left;
    width: 25%;
}

.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-5 > ul > li {
    float: left;
    width: 20%;
}

.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-6 > ul > li {
    float: left;
    width: 16.6666666%;
}

.navbar-nav > li.menu_style_column {
    position: relative;
}

.navbar-nav > li.menu_style_column > ul {
    left: 0;
}

.navbar-nav > li.menu_style_column > ul > li {
    width: 250px;
}

.navbar-nav > li.menu_style_column > ul > li a > i {
    line-height: 25px;
}

.navbar-nav > li.menu_style_column > ul > li a > i.left {
    padding-right: 10px;
    float: left;
}

.navbar-nav > li.menu_style_column > ul > li a > i.center {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav > li.menu_style_column > ul > li a > i.right {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.navbar-nav > li.menu_style_column.mega-col-columns-2 > ul {
    width: 500px;
}

.navbar-nav > li.menu_style_column.mega-col-columns-2 > ul > li {
    float: left;
}

.navbar-nav > li.menu_style_column.mega-col-columns-3 > ul {
    width: 750px;
}

.navbar-nav > li.menu_style_column.mega-col-columns-3 > ul > li {
    float: left;
}

.navbar-nav > li.menu_style_column.mega-col-columns-4 > ul > li {
    float: left;
}

.navbar-nav > li.menu_style_column.mega-col-columns-5 > ul {
    width: 1250px;
}

.navbar-nav > li.menu_style_column.mega-col-columns-5 > ul > li {
    float: left;
}

.navbar-nav > li.menu_style_column.mega-col-columns-6 > ul {
    width: 1500px;
}

.navbar-nav > li.menu_style_column.mega-col-columns-6 > ul > li {
    float: left;
}

/* 2. MEGA MENU STYLE DROPDOWN */
.navbar-nav > li > a > i {
    line-height: inherit;
}

.navbar-nav > li > a > i.left {
    padding-right: 10px;
    float: left;
}

.navbar-nav > li > a > i.center {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav > li > a > i.right {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.navbar-nav > li > a > span {
    font-size: 9px;
    line-height: 14px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    color: #ffffff;
    padding: 0 5px;
    display: inline-block;
}

.navbar-nav > li.menu_style_dropdown {
    z-index: 1;
}

.navbar-nav > li.menu_style_dropdown > ul {
    position: absolute;
    display: none;
    top: 98%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    z-index: 1;
}

.navbar-nav > li.menu_style_dropdown > ul > li {
    min-width: 250px;
    float: none;
    display: list-item;
    position: relative;
    display: block;
    border-bottom: 1px solid #eeeeee;
}

.navbar-nav > li.menu_style_dropdown > ul > li a {
    padding-left: 20px !important;
}

.navbar-nav > li.menu_style_dropdown > ul > li a > i {
    line-height: 25px;
}

.navbar-nav > li.menu_style_dropdown > ul > li a > i.left {
    padding-right: 10px;
    float: left;
}

.navbar-nav > li.menu_style_dropdown > ul > li a > i.center {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav > li.menu_style_dropdown > ul > li a > i.right {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.navbar-nav > li.menu_style_dropdown > ul > li a > span {
    font-size: 9px;
    line-height: 12px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    color: #ffffff;
    padding: 0 5px;
    display: inline-block;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul {
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 90%;
    display: none;
    opacity: 0;
    background-color: #ffffff;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li {
    text-align: left;
    min-width: 250px;
    float: none;
    display: list-item;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i {
    line-height: 25px;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i.left {
    padding-right: 10px;
    float: left;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i.center {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i.right {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > span {
    font-size: 10px;
    line-height: 18px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    color: #ffffff;
    padding: 0 5px;
    display: inline-block;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul {
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 90%;
    display: none;
    opacity: 0;
    background-color: #ffffff;
    visibility: hidden;
    overflow: hidden;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    z-index: 1;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li {
    min-width: 250px;
    float: none;
    display: list-item;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i {
    line-height: 25px;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i.left {
    padding-right: 10px;
    float: left;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i.center {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i.right {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > span {
    font-size: 10px;
    line-height: 18px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    color: #ffffff;
    padding: 0 5px;
    display: inline-block;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul {
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 90%;
    display: none;
    opacity: 0;
    background-color: #ffffff;
    visibility: hidden;
    overflow: hidden;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    z-index: 1;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li {
    min-width: 250px;
    float: none;
    display: list-item;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i {
    line-height: 25px;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i.left {
    padding-right: 10px;
    float: left;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i.center {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i.right {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > span {
    font-size: 10px;
    line-height: 18px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    color: #ffffff;
    padding: 0 5px;
    display: inline-block;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul {
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 90%;
    display: none;
    opacity: 0;
    background-color: #ffffff;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li {
    min-width: 250px;
    float: none;
    display: list-item;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i {
    line-height: 25px;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i.left {
    padding-right: 10px;
    float: left;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i.center {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i.right {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > span {
    font-size: 10px;
    line-height: 18px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    color: #ffffff;
    padding: 0 5px;
    display: inline-block;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 90%;
    display: none;
    opacity: 0;
    background-color: #ffffff;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
    min-width: 250px;
    float: none;
    display: list-item;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i {
    line-height: 25px;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i.left {
    padding-right: 10px;
    float: left;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i.center {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i.right {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > span {
    font-size: 10px;
    line-height: 18px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    color: #ffffff;
    padding: 0 5px;
    display: inline-block;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 90%;
    display: none;
    opacity: 0;
    background-color: #ffffff;
    visibility: hidden;
    overflow: hidden;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    z-index: 1;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.navbar-nav > li.menu_style_dropdown > ul > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.navbar-nav > li.menu_style_dropdown > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

/* Display Dropdowns on Hover */
.navbar-nav > li.menu_style_dropdown:hover > ul {
    opacity: 1;
    display: block;
    visibility: visible;
    overflow: visible;
}

/* 3. MEGA MENU STYLE TAB */
.navbar-nav > li.menu_style_tab > ul {
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    position: absolute;
    display: none;
    width: 100%;
    top: 98%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.navbar-nav > li.menu_style_tab > ul:after {
    content: '';
    position: absolute;
    left: 25%;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #eeeeee;
}

.navbar-nav > li.menu_style_tab > ul > li {
    display: block;
    width: 25%;
    position: static;
    clear: none;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
}

.navbar-nav > li.menu_style_tab > ul > li:hover a:before,
.navbar-nav > li.menu_style_tab > ul > li.active a:before {
    height: 100%;
}

.navbar-nav > li.menu_style_tab > ul > li > a {
    padding: 15px 20px;
    display: block;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
}

.navbar-nav > li.menu_style_tab > ul > li > a:after {
    content: '';
}

.navbar-nav > li.menu_style_tab > ul > li > a:before {
    content: '';
    position: absolute;
    height: 0;
    width: 2px;
    top: 0;
    left: 0;
    background-color: #EE390F;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.navbar-nav > li.menu_style_tab > ul > li > a > i {
    line-height: 25px;
}

.navbar-nav > li.menu_style_tab > ul > li > a > i.left {
    padding-right: 10px;
    float: left;
}

.navbar-nav > li.menu_style_tab > ul > li > a > i.center {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav > li.menu_style_tab > ul > li > a > i.right {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.navbar-nav > li.menu_style_tab > ul > li.active > a {
    color: #EE390F;
}

.navbar-nav > li.menu_style_tab > ul > li ul.social-profile > li a i {
    padding-right: 10px;
}

.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area,
.navbar-nav > li.menu_style_tab > ul > li ul {
    padding: 20px 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: auto;
    height: auto;
    left: 25%;
    top: 100%;
    right: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area.columns-1 section,
.navbar-nav > li.menu_style_tab > ul > li ul.columns-1 section {
    width: 100%;
}

.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area.columns-2 section,
.navbar-nav > li.menu_style_tab > ul > li ul.columns-2 section {
    width: 50%;
    float: left;
}

.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area.columns-3 section,
.navbar-nav > li.menu_style_tab > ul > li ul.columns-3 section {
    width: 33.3333%;
    float: left;
}

.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area.columns-4 section,
.navbar-nav > li.menu_style_tab > ul > li ul.columns-4 section {
    width: 25%;
    float: left;
}

.navbar-nav > li.menu_style_tab > ul > li.active .yolo_megamenu_widget_area,
.navbar-nav > li.menu_style_tab > ul > li.active ul {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.navbar-nav > li.menu_style_tab:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* YOLO MOBILE MENU */
.yolo-nav-mobile-menu li {
    list-style-type: none;
}

.yolo-nav-mobile-menu li > ul.sub-menu {
    background-color: #444;
    position: relative;
    list-style: none;
    padding: 0;
    padding-left: 20px;
    margin: 0;
    display: none;
    background: transparent;
}

.yolo_widget_area > .yolo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-meta .comment-count,
.yolo_widget_area > .yolo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-meta time {
    width: auto;
    font-size: 14px;
    margin-right: 10px;
}

.yolo_widget_area > .yolo_megamenu_widget_area section {
    position: relative;
}

.yolo_widget_area > .yolo_megamenu_widget_area section:hover .widget-title-wrapper h3 {
    color: #EE390F;
}

.yolo_widget_area > .yolo_megamenu_widget_area section .widget-title-wrapper {
    margin: 0;
}

.yolo_widget_area > .yolo_megamenu_widget_area section .widget-title-wrapper h3 {
    font-family: 'Roboto';
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.yolo_widget_area > .yolo_megamenu_widget_area section .widget-title-wrapper h3:before {
    content: '';
    background-color: #EE390F;
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 2px;
    width: 46px;
}

.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget {
    width: 100%;
    left: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li {
    color: #333;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-bottom: 1px solid #eeeeee;
}

.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li del {
    color: rgba(34, 34, 34, 0.5);
}

.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li ins {
    padding-left: 10px;
    color: #222222;
    text-decoration: none;
}

.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li:last-child {
    border: none;
}

.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li:hover {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li a img {
    width: 33.33%;
    float: left;
    margin: 0;
    padding-right: 10px;
}

.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li a:after {
    content: '';
}

.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li .star-rating {
    margin: 10px 0;
    text-align: left;
}

.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li .star-rating:before {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.yolo_megamenu_widget_area ul.instagram-pics {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.yolo_megamenu_widget_area ul.instagram-pics li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.yolo_megamenu_widget_area ul.instagram-pics a {
    display: block;
    position: relative;
    overflow: hidden;
}

.yolo_megamenu_widget_area ul.instagram-pics a:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 101%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
}

.yolo_megamenu_widget_area ul.instagram-pics a:hover:before {
    opacity: 1;
}

.yolo_megamenu_widget_area .instagram-col-2 ul.instagram-pics li {
    width: 50%;
}

.yolo_megamenu_widget_area .instagram-col-3 ul.instagram-pics li {
    width: 33.333333333333336%;
}

.yolo_megamenu_widget_area .instagram-col-4 ul.instagram-pics li {
    width: 25%;
}

.yolo_megamenu_widget_area .instagram-col-6 ul.instagram-pics li {
    width: 16.666666666666668%;
}

.yolo_megamenu_widget_area .instagram-col-8 ul.instagram-pics li {
    width: 12.5%;
}

.yolo_megamenu_widget_area .padding-2 ul.instagram-pics {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
    padding: 15px 15px 50px 0;
}

.yolo_megamenu_widget_area .padding-2 ul.instagram-pics li {
    padding: 4px;
}

.yolo_megamenu_widget_area .padding-3 ul.instagram-pics {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -3px;
    padding: 15px 15px 50px 0;
}

.yolo_megamenu_widget_area .padding-3 ul.instagram-pics li {
    padding: 3px;
}

.yolo_megamenu_widget_area .padding-4 ul.instagram-pics {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -4px;
    padding: 15px 15px 50px 0;
}

.yolo_megamenu_widget_area .padding-4 ul.instagram-pics li {
    padding: 4px;
}

.yolo_megamenu_widget_area .title-center .widget-title {
    text-align: center;
}

.yolo_megamenu_widget_area ul.instagram-pics + p {
    margin: 0;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.02em;
}

.yolo_megamenu_widget_area .widget-text-center {
    text-align: center;
}

.menu-wrapper #main-menu > li:first-child > a {
    padding-left: 0;
}

.menu-wrapper #main-menu li.menu_style_dropdown .sub-menu {
    background-color: #ffffff;
    text-align: left;
}

.menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #333333;
}

.menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #EE390F;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li:hover {
    padding-left: 5px;
}

.menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li a {
    position: relative;
    display: block;
    padding: 10px 20px;
}

.menu-wrapper #main-menu li.menu_style_column > .sub-menu {
    text-align: left;
    padding: 40px 0px;
    background-color: #ffffff;
}

.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li {
    border-left: 2px solid #eeeeee;
    color: #333333;
}

.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li:first-child {
    border: none;
    padding-left: 2px;
}

.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li > a {
    position: relative;
    display: block;
    padding: 0 20px 15px 20px !important;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li > a:hover {
    color: #EE390F;
}

.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li > a:after {
    content: '';
    background-color: #EE390F;
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 2px;
    width: 46px;
}

.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li ul {
    background-color: transparent;
}

.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li ul li:before {
    width: 2px;
    left: -2px;
}

.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li .yolo_megamenu_widget_area > .widget-social-profile > span {
    padding: 10px 20px;
    display: block;
}

.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li .yolo_megamenu_widget_area > .widget-social-profile ul li i {
    padding-right: 10px;
}

/* Menu Tagcloud */
.yolo_widget_area .tagcloud {
    font-size: 0;
    margin-top: 20px;
}

.yolo_widget_area .tagcloud a {
    color: #222222 !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: 1;
    font-size: 14px;
    border: 1px solid #eeeeee;
    font-weight: 500;
}

.yolo_widget_area .tagcloud a:last-child {
    margin-right: 0;
}

.yolo_widget_area .tagcloud a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #EE390F !important;
    border-color: #EE390F;
}

/**
 * 10 - Sections
 * * ----------------------------------------------------------------------------
 */
#yolo-button-sections {
    width: 39px;
    height: 38px;
    display: inline-block;
    background-image: url("../../assets/img/favicon.png");
    margin-left: 20px;
}

.popup {
    position: absolute;
    height: auto;
    float: left;
    width: 800px;
    left: 50%;
    top: 100px;
    margin: 0px 0 100px -400px;
    z-index: 1000000;
    background: #fff;
    border-radius: 5px;
    border: none;
    padding-bottom: 10px;
}

.popup .yolo-selection {
    display: none;
    margin: 20px 0 0 15px;
}

.popup .yolo-loading {
    position: absolute;
    top: 60px;
    left: 310px;
    text-align: center;
}

.popup .yolo-loading .fa.fa-spinner.fa-spin {
    font-size: 25px;
}

.popup .popup-body {
    margin: 0px;
    color: #333;
    padding: 15px 2% 15px 2%;
    min-height: 150px;
    text-align: center;
}

.popup .popup-body #sectionsStore {
    display: inline-block;
    width: 100%;
}

.popup .popup-body #sectionsStore .sc-layout {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}

.popup .popup-body #sectionsStore .sc-layout .loadMore {
    width: 100%;
    margin-top: 30px;
    background-color: #9fca45;
    border: 1px solid transparent;
    padding: 6px 12px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.popup .popup-body #sectionsStore .sc-layout .loadMore .fa.fa-angle-double-down {
    margin-right: 3px;
}

.popup .popup-body #sectionsStore .sc-layout .loadMore:hover {
    background-color: #86ae33;
}

.popup .popup-body #sectionsStore .sc-layout h4 {
    border-top: 1px solid #eee;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.popup .popup-body #sectionsStore .sc-layout .ltitem:nth-child(odd) {
    background: rgba(0, 0, 0, 0.025);
}

.popup .popup-body #sectionsStore .sc-layout .ltitem .item-desc .installSection {
    background: #ddd;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.popup .popup-body #sectionsStore .sc-layout .ltitem .item-desc .installSection:hover {
    background: #9fca45;
    border-color: #9fd045;
}

.popup .popup-body #sectionsStore .sc-layout .ltitem .item-desc .installSection .fa.fa-cloud-download {
    margin-right: 3px;
}

.popup .popup-body #sectionsStore .sc-layout .ltitem .item-thumbn img {
    width: 356px;
}

.popup .popup-head {
    width: 100%;
    height: 53px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin: 0px;
    background-color: #9fca45;
    position: relative;
}

.popup .popup-head h3.poptit {
    display: inline-block;
    margin: 0 auto;
    line-height: 45px;
    color: #fff;
    font-size: 21px;
}

.popup .popup-head .btn {
    margin: 12px 5px;
    padding: 5px 10px 6px 10px;
    background: none !important;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 0px;
    text-decoration: none;
    border: 1px solid transparent;
}

.popup .popup-head .btn:hover {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.05) !important;
}

.popup-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 100000;
    content: "";
    overflow-y: auto;
    overflow-x: hidden;
}

#sectionsStore .sc-layout {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}

#sectionsStore .sc-layout .ltitem {
    float: left;
    padding-top: 20px;
    border-top: 1px solid #EAEAEA;
    width: 100%;
    clear: both;
    padding-bottom: 20px;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

#sectionsStore .sc-layout .ltitem.item-1 {
    background: rgba(0, 0, 0, 0.025);
}

#sectionsStore .item-thumbn {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 356px;
    float: left;
    display: inline-block;
    margin: 0 0px 0 20px;
    position: relative;
    transition: all ease 0.35s;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
}

#sectionsStore .item-thumbn i.fa {
    position: absolute;
    top: 49%;
    left: 49%;
    z-index: -1;
    transition: all ease 5s;
}

#sectionsStore .item-thumbn:hover {
    transform: scale(1.2);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 10;
}

#sectionsStore .item-thumbn:hover i.fa {
    opacity: 0;
    transition: all ease 0s;
}

#sectionsStore .item-desc {
    display: inline-block;
    margin-left: 30px;
}

#sectionsStore .item-desc span {
    display: inline-block;
    margin: 10px 0;
    font-size: 18px;
}

#sectionsStore .loadMore {
    width: 100%;
    margin-top: 30px;
}

.popup {
    position: absolute;
    height: auto;
    float: left;
    width: 800px;
    left: 50%;
    top: 100px;
    margin: 0px 0 100px -400px;
    z-index: 1000000;
    background: #fff;
    border-radius: 5px;
    border: none;
    padding-bottom: 10px;
}

.popup-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 100000;
    content: "";
    overflow-y: auto;
    overflow-x: hidden;
}
