/*------------------------------------------------------------------
Author by: T_T
[ Sofani Stylesheet]
Project:	Sofani
Version:	1.1
Last change:	17/11/16 [fixed Float bug, vf]
Primary use:	Blog, Shop 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------------
COMMON STYLING
BOXED LAYOUT
HEADER
FOOTER
PAGES
------------------------------------------------------------------------ */
/**/
/**/
/**/
.flexi .taghover_tag {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: all 0.5s ease 0s;
}

.flexi .tag_taghover {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    transition: all 0.5s ease 0s;
}

@media (min-width: 1201px) {
    .flexi .container {
        width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .flexi .container {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexi .container {
        width: 750px;
    }
}

/*--------------------------------------------------------------------- */
/* COMMON STYLING
/* --------------------------------------------------------------------- */
{
    font-family: 'Lato', sans-serif
;
    font-weight: 400
;
    font-style: normal
;
    font-size: 14px
;
    overflow-x: hidden
;
    line-height: 1.8
;
    color: #808080
;
    -webkit-font-smoothing: antialiased
;
}
.flexi img {
    max-width: 100%;
    height: auto;
}

.flexi ul {
    padding: 0;
}

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

.flexi select {
    max-width: 100%;
}

.flexi .block-center:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.flexi .block-center {
    height: 100%;
    width: 100%;
    text-align: center;
}

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

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

.flexi .sn-site .color-3f {
    color: #3f3f3f;
}

.flexi .sn-site .font-25 {
    font-size: 25px;
}

.flexi .sn-site .font-60 {
    font-size: 60px;
}

.flexi .sn-site .font-24 {
    font-size: 24px;
}

.flexi .sn-site .font-36 {
    font-size: 36px;
}

.flexi .sn-site .bg-ff9999 {
    background-color: #ff9999;
}

.flexi .sn-site .bg-ffdc73 {
    background-color: #ffdc73;
}

.flexi .sn-site .bg-6fd9ec {
    background-color: #6fd9ec;
}

.flexi .sn-site .bg-84deee {
    background-color: #84deee;
}

.flexi .sn-site .bg-9e7fe8 {
    background-color: #9e7fe8;
}

.flexi .sn-site .bg-81d742 {
    background-color: #81d742;
}

.flexi .sn-site .bg-ce78db {
    background-color: #ce78db;
}

.flexi .sn-site .bg-df8888 {
    background-color: #df8888;
}

.flexi .sn-site .bg-e3c56b {
    background-color: #e3c56b;
}

.flexi .sn-site .color-6fd9ec {
    color: #6fd9ec;
}

.flexi .sn-site .color-ff9999 {
    color: #ff9999;
}

.flexi .sn-site .color-ffdc73 {
    color: #ffdc73;
}

.flexi .sn-site .color-e5e5e5 {
    color: #e5e5e5;
}

.flexi .sn-site .color-c00 {
    color: #c00;
}

.flexi .sn-site .color-808080 {
    color: #808080;
}

.flexi .sn-site .bd-6fd9ec {
    border-color: #6fd9ec;
}

.flexi .sn-site .bd-ff9999 {
    border-color: #ff9999;
}

.flexi .sn-site .bd-ffdc73 {
    border-color: #ffdc73;
}

.flexi .sn-site .bg-42d667 {
    background-color: #42d667;
}

.flexi .sn-site .bg-dd3333 {
    background-color: #dd3333;
}

.flexi .sn-site .bg-b7b7b7 {
    background-color: #b7b7b7;
}

.flexi .sn-site .bg-333 {
    background-color: #333;
}

.flexi .sn-site .bg-fff {
    background-color: #fff;
}

.flexi .sn-site .bg-ee2 {
    background-color: #ee2;
}

.flexi .sn-site .height-250 {
    height: 250px;
}

.flexi .sn-site .height-500 {
    height: 500px;
}

.flexi .sn-site .height-315 {
    height: 315px;
}

.flexi .sn-site .height-630 {
    height: 630px;
}

.flexi .sn-site .width-33-32 {
    width: 33.32%;
}

.flexi .sn-site .height-380 {
    height: 380px;
}

.flexi .sn-site .height-760 {
    height: 760px;
}

.flexi .sn-site .countdown-home-2 {
    background-size: cover;
}

.flexi .sn-site .sn-newletter-style2 .newletter-content-left {
}

.flexi .sn-site .margin-lr-0 {
    margin-left: 0;
    margin-right: 0;
}

.flexi .sn-site .pd-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.flexi .sn-site .width-80 {
    width: 80%;
}

.flexi .sn-site .width-50 {
    width: 50%;
}

.flexi .sn-site .products-in-category-tabs-wrapper > .row > .col-md-3 {
    margin-top: 70px;
}

.flexi .sn-site .mt-70 {
    margin-top: 70px;
}

.flexi .sn-site .toggle-sidebar-shop {
    display: none;
}

.flexi .sn-site .bg-f5-p-20 {
    background-color: #f5f5f5;
    padding: 20px 0;
}

.flexi .price ins {
    text-decoration: none;
}

.flexi .product-flash + .product-flash {
    margin-top: 5px;
}

.flexi .on-sale {
    background-color: #B1D1C9;
}

.flexi .on-sold {
    background-color: #DDBE86;
}

.flexi .on-new {
    background-color: #C5CDA0;
}

.flexi .on-hot {
    background-color: #FDB3A6;
}

.flexi .product-quantity div.quantity {
    margin: 0;
}

.flexi .product-quantity div.quantity .quantity-inner {
    display: inline-block;
    position: relative;
    border: 2px solid #eeeeee;
    line-height: 1;
}

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

.flexi .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;
    transition: opacity 0.3s ease;
}

.flexi .product-quantity div.quantity .quantity-inner:hover .btn-number {
    opacity: 1;
}

.flexi .product-quantity div.quantity label {
    display: inline-block;
    text-transform: uppercase;
    width: 135px;
}

/*
 * product listing
 */
.flexi .single-product .product-item-wrap {
    padding: 0 15px 0 15px;
    margin: 25px 0;
}

@media (max-width: 480px) {
    .flexi .single-product .product-item-wrap {
        padding: 0px;
    }
}

.flexi .single-product .star-rating.rating-invisible {
    display: none;
}

.flexi .single-product .product-item-inner {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.flexi .single-product .product-thumb img {
    width: 100%;
}

.flexi .single-product .product-thumb {
    position: relative;
    background-color: #ffffff;
}

.flexi .single-product .product-thumb .product-thumb-primary {
    overflow: hidden;
}

.flexi .single-product .product-thumb .product-thumb-primary img {
    transition: all 0.5s ease;
}

.flexi .single-product .product-thumb .product-thumb-secondary img {
    transition: all 0.5s ease;
}

.flexi .single-product .product-thumb .product-flash-wrap {
    position: relative;
    z-index: 2;
}

.flexi .single-product .product-thumb .product-flash-wrap span {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
    z-index: 1;
}

.flexi .single-product .product-thumb .product-flash-wrap span:first-child {
    padding: 18px 41px 4px;
    background-color: #6fd9ec;
    top: -10px;
    left: -45px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    color: #ffffff;
}

.flexi .single-product .product-thumb .product-flash-wrap span:nth-child(2) {
    padding: 17px 45px 4px;
    background-color: #ff9999;
    top: -10px;
    right: -45px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    color: #ffffff;
}

.flexi .single-product .product-thumb-secondary {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s linear;
}

.flexi .single-product .product-thumb.white .product-link:before {
    background-color: transparent;
}

.flexi .single-product .product-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: all 0.25s ease-in-out;
}

.flexi .single-product .product-link:before {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    background-color: rgba(0, 0, 0, 0.04);
    mix-blend-mode: darken;
}

.flexi .single-product .product-link:hover .product-hover-sign hr:nth-child(1) {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
}

.flexi .single-product .product-link:hover .product-hover-sign hr:nth-child(2) {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
}

.flexi .single-product .product-link .product-hover-sign {
    width: 50px;
    height: 50px;
    display: block;
    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;
}

.flexi .single-product .product-link .product-hover-sign hr {
    top: 50%;
    transition: all 0.35s ease;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-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 #ffdc73;
    height: 0;
    z-index: 11;
}

.flexi .single-product .product-link .product-hover-sign hr:nth-child(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);
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
}

.flexi .single-product .product-link .product-hover-sign hr:nth-child(2) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
}

.flexi .single-product .add-to-cart-wrap {
    display: inline-block;
}

.flexi .single-product .add-to-cart-wrap a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #808080;
    display: inline-block;
    padding: 0;
    opacity: 0;
    position: relative;
    border-radius: 0;
    font-size: 0;
    min-width: 0;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 0;
}

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

.flexi .single-product .add-to-cart-wrap a:hover {
    font-size: 14px;
}

.flexi .single-product .product-actions {
    opacity: 0;
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 1;
    font-size: 0;
    padding: 5px 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    border-bottom: 1px solid #eeeeee;
    transition: all 0.35s ease-in-out;
}

.flexi .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a,
.flexi .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a,
.flexi .single-product .product-actions .add_to_wishlist,
.flexi .single-product .product-actions .compare,
.flexi .single-product .product-actions .product-quick-view,
.flexi .single-product .product-actions .btn_add_to_cart,
.flexi .single-product .product-actions .add-to-cart-wrap a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #888;
    background-color: transparent;
    display: inline-block;
    padding: 0;
    position: relative;
    border-radius: 0;
    font-size: 0;
    min-width: 0;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    opacity: 1;
}

.flexi .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.flexi .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.flexi .single-product .product-actions .add_to_wishlist i,
.flexi .single-product .product-actions .compare i,
.flexi .single-product .product-actions .product-quick-view i,
.flexi .single-product .product-actions .btn_add_to_cart i,
.flexi .single-product .product-actions .add-to-cart-wrap a i {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
}

.flexi .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.flexi .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.flexi .single-product .product-actions .add_to_wishlist:hover,
.flexi .single-product .product-actions .compare:hover,
.flexi .single-product .product-actions .product-quick-view:hover,
.flexi .single-product .product-actions .btn_add_to_cart:hover,
.flexi .single-product .product-actions .add-to-cart-wrap a:hover,
.flexi .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.flexi .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.flexi .single-product .product-actions .add_to_wishlist.active,
.flexi .single-product .product-actions .compare.active,
.flexi .single-product .product-actions .product-quick-view.active,
.flexi .single-product .product-actions .btn_add_to_cart.active,
.flexi .single-product .product-actions .add-to-cart-wrap a.active {
    color: #ffdc73;
}

.flexi .single-product .product-actions .added_to_cart.wc-forward i {
    color: #ffdc73;
}

.flexi .single-product .product-actions .product-quick-view {
    margin-right: 0;
}

.flexi .single-product .product-actions .product-quick-view i {
    font-size: 15px;
}

.flexi .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a {
    color: #ffdc73;
}

.flexi .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a,
.flexi .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a,
.flexi .single-product .product-actions .add_to_wishlist {
    margin-right: 8px;
}

.flexi .single-product .product-actions .added-spinner {
    color: #ffdc73;
}

.flexi .single-product .product-actions .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0;
}

.flexi .single-product .product-actions .yith-wcwl-add-to-wishlist + div.clear {
    display: none;
}

.flexi .single-product .product-actions .yith-wcwl-add-button {
    font-size: 0;
    position: relative;
}

.flexi .single-product .product-actions .yith-wcwl-add-button a i {
    margin-right: 0px;
}

.flexi .single-product .product-actions .add_to_wishlist:before,
.flexi .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.flexi .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.flexi .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;
}

.flexi .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:before {
    color: #ffdc73;
}

.flexi .single-product .product-actions .add_to_wishlist:before {
    content: '';
}

.flexi .single-product .product-actions .compare.added:before {
    content: "\f012";
}

.flexi .single-product .product-actions .add_to_wishlist.added-spinner:before {
    content: "";
}

.flexi .single-product .product-actions .added-spinner:before {
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.flexi .single-product .product-info {
    padding: 10px;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 3;
}

.flexi .single-product .product-info h3 {
    position: relative;
    top: 0;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #3f3f3f;
    text-align: left;
    font-weight: 300;
    width: 100%;
    padding-right: 0px;
}

.flexi .single-product .product-info .rate {
    position: absolute;
    right: 10px;
    top: 20px;
    margin-top: 0;
    font-size: 14px;
    left: auto;
    margin-bottom: 10px;
}

.flexi .single-product .product-info span.price {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffdc73;
    text-align: left;
    width: 100%;
    display: inline-block;
}

.flexi .single-product .product-info span.price ins span.amount {
    color: #ffdc73;
}

.flexi .single-product .product-item-wrap.active .product-item-inner,
.flexi .single-product .product-item-wrap:hover .product-item-inner {
    box-shadow: 0px 2px 15px 0px #dedede;
}

.flexi .single-product .product-item-wrap.active .product-thumb .product-thumb-primary img,
.flexi .single-product .product-item-wrap:hover .product-thumb .product-thumb-primary img {
    transition: all 0.5s ease;
}

.flexi .single-product .product-item-wrap.active .product-actions,
.flexi .single-product .product-item-wrap:hover .product-actions {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.flexi .single-product .product-item-wrap.active .product-link,
.flexi .single-product .product-item-wrap:hover .product-link {
    opacity: 1;
    visibility: visible;
}

.flexi .single-product .product-item-wrap.active .product-thumb-secondary,
.flexi .single-product .product-item-wrap:hover .product-thumb-secondary {
    opacity: 1;
}

.flexi .single-product.columns-2 .product-item-wrap {
    width: 50%;
}

.flexi .single-product.columns-3 .product-item-wrap {
    width: 33.33333333%;
}

.flexi .single-product.columns-4 .product-item-wrap {
    width: 25%;
    float: left;
}

.flexi .single-product.columns-5 .product-item-wrap {
    width: 20%;
}

.flexi .single-product.columns-6 .product-item-wrap {
    width: 16.66%;
}

.flexi .single-product.product-slider .product-item-wrap {
    float: none;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .flexi .single-product.columns-5 .product-item-wrap,
    .flexi .single-product .columns-4 .product-item-wrap,
    .flexi .single-product.columns-6 .product-item-wrap {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .flexi .single-product.columns-5 .product-item-wrap,
    .flexi .single-product .columns-4 .product-item-wrap,
    .flexi .single-product .columns-3 .product-item-wrap,
    .flexi .single-product.columns-6 .product-item-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .flexi .single-product.columns-5 .product-item-wrap,
    .flexi .single-product .columns-4 .product-item-wrap,
    .flexi .single-product .columns-3 .product-item-wrap,
    .flexi .single-product .columns-2 .product-item-wrap,
    .flexi .single-product.columns-6 .product-item-wrap {
        width: 100%;
    }
}

.flexi .shortcode-product-wrap.grid .product-item-wrap:hover {
    z-index: 2;
}

.flexi .shortcode-product-wrap.grid .product-item-wrap:hover .product-item-inner {
    box-shadow: 2px 2px 15px 5px #eeeeee;
}

/*
 * banner shortcode
 */
.flexi .banner-shortcode-wrap {
    /*background-color: #ffffff;*/
}

.flexi .banner-shortcode-wrap .banner-content img {
    width: 100%;
}

.flexi .banner-shortcode-wrap.style_1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.flexi .banner-shortcode-wrap.style_1 .banner-content {
    position: relative;
    overflow: hidden;
}

.flexi .banner-shortcode-wrap.style_1 .banner-content.title_top .banner-title {
    top: 18px;
}

.flexi .banner-shortcode-wrap.style_1 .banner-content.title_top .overlay-bg {
    top: 15px;
}

.flexi .banner-shortcode-wrap.style_1 .banner-content.title_bottom .banner-title {
    bottom: 18px;
}

.flexi .banner-shortcode-wrap.style_1 .banner-content.title_bottom .overlay-bg {
    bottom: 15px;
}

.flexi .banner-shortcode-wrap.style_1 .banner-content .banner-title {
    position: absolute;
    left: 30px;
    z-index: 2;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexi .banner-shortcode-wrap.style_1 .banner-content .banner-title {
        font-size: 24px;
    }
}

.flexi .banner-shortcode-wrap.style_1 .banner-content .overlay-bg {
    opacity: 0.8;
    width: 40px;
    height: 50px;
    position: absolute;
    left: 20px;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexi .banner-shortcode-wrap.style_1 .banner-content .overlay-bg {
        height: 35px;
    }
}

@media (max-width: 767px) {
    .flexi .banner-shortcode-wrap.style_1 .banner-content img {
        height: auto;
        width: 100%;
    }
}

.flexi .banner-shortcode-wrap.style_1:hover .banner-content.title_bottom .overlay-bg {
    bottom: 0;
    top: auto;
    left: 0;
}

.flexi .banner-shortcode-wrap.style_1:hover .banner-content.title_bottom .banner-title {
    bottom: 50%;
    top: auto;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.flexi .banner-shortcode-wrap.style_1:hover .banner-content .overlay-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.flexi .banner-shortcode-wrap.style_1:hover .banner-content .banner-title {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto;
}

@media (max-width: 767px) {
    .flexi .banner-shortcode-wrap.style_1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/*
 * Clients Shortcode
 */
.clients-shortcode-wrap {
    position: relative;
}

.flexi .clients-shortcode-wrap.style_1 .clients-list .client-item {
    text-align: center;
}

.flexi .clients-shortcode-wrap.style_1 .clients-list .client-item img {
    transition: all 0.35s ease-in-out;
}

.flexi .clients-shortcode-wrap.style_1 .clients-list .client-item:hover img {
    opacity: 0.5;
}

.flexi .clients-shortcode-wrap.style_1 .clients-control .clients-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.flexi .clients-shortcode-wrap.style_1 .clients-control .clients-nav:hover {
    cursor: pointer;
}

.flexi .clients-shortcode-wrap.style_1 .clients-control .clients-nav.nav_prev {
    float: left;
}

.flexi .clients-shortcode-wrap.style_1 .clients-control .clients-nav.nav_next {
    float: right;
    right: 0;
}

.flexi .clients-shortcode-wrap.style_1 .clients-control .clients-nav i {
    padding: 15px;
    background: #ffffff;
}

/* 
 * team member
 */
.flexi .yolo-teammember.teammember-carousel {
    background: #ffffff;
    padding: 40px 100px;
    position: relative;
}

.flexi .yolo-teammember.teammember-carousel .teammember-list {
    margin: 20px 0 0 0;
    list-style: none;
    list-style-type: none;
}

.flexi .yolo-teammember.teammember-carousel .teammember-list .teammember-item {
    position: relative;
    margin: 10%;
}

.flexi .yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content {
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
    transition: all 0.5s;
}

.flexi .yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-image:before {
    background: rgba(255, 220, 115, 0.9);
}

.flexi .yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-meta {
    right: 20px;
    transition: all 0.5s;
}

.flexi .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.flexi .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-background:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 94%;
    margin: 5%;
    background: #ffffff;
}

.flexi .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 0.5s;
}

.flexi .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-image {
    position: relative;
}

.flexi .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-image:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.flexi .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta {
    position: absolute;
    bottom: 40px;
    left: 20px;
    color: #ffffff;
}

.flexi .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
    color: #ffffff;
}

.flexi .yolo-teammember.teammember-carousel .teammember-control {
    color: #222222;
}

.flexi .yolo-teammember.teammember-carousel .teammember-control:hover {
    cursor: pointer;
}

.flexi .yolo-teammember.teammember-carousel .teammember-control .teammember-nav {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 5px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.flexi .yolo-teammember.teammember-carousel .teammember-control .teammember-nav i {
    padding: 15px;
    background: #ffffff;
}

.flexi .yolo-teammember.teammember-carousel .teammember-control .teammember-nav.nav_next {
    right: 0;
}

.flexi .yolo-teammember.teammember-carousel .teammember-control .teammember-nav.nav_prev {
    left: 0;
}

@media (max-width: 1199px) {
    .flexi .yolo-teammember.teammember-carousel {
        padding: 40px 0px;
    }

    .flexi .yolo-teammember.teammember-carousel .teammember-list {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .flexi .yolo-teammember.teammember-carousel {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .flexi .yolo-teammember.teammember-carousel .teammember-list {
        margin: 0;
    }
}

/* TESTIMONIAL */
@media (max-width: 480px) {
    .flexi div div .yolo-testimonial.slider-pro .sp-mask.sp-grab,
    .flexi div div .yolo-testimonial.slider-pro .sp-grabbing {
        height: 550px;
    }
}

.flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide {
    padding: 75px;
    background-color: #f6f6f6;
}

.flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content {
    padding-left: 50px;
    position: relative;
}

.flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content p {
    color: #b3b3b3;
}

.flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content hr {
    width: 60px;
    position: absolute;
    left: 0;
    margin-left: 50px;
    border-top: 1px solid #ffffff;
}

.flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content:before {
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    line-height: 1.3;
    color: #ffdc73;
}

@media (max-width: 480px) {
    .flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content {
        padding-top: 45px;
        padding-left: 0;
    }

    .flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info {
    padding-left: 50px;
    margin-top: 65px;
}

.flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info img {
    width: 60px;
    float: left;
}

.flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta {
    margin-left: 80px;
}

.flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta p {
    color: #b3b3b3;
    margin: 0;
}

@media (max-width: 480px) {
    .flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .flexi .yolo-testimonial.slider-pro .sp-slides .sp-slide {
        height: 550px;
    }
}

.flexi .yolo-testimonial.slider-pro .sp-selected-thumbnail:before {
    display: none;
    border-color: #ffdc73;
}

.flexi .yolo-testimonial.slider-pro .sp-selected-thumbnail:after {
    display: none;
    border-right-color: #ffdc73;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail {
    width: 100%;
    height: 100%;
    left: 28px;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .sp-thumbnail-inner {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info img {
    width: 90px;
    float: left;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta {
    z-index: 2;
    margin-left: 120px;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
    transition: all 0.35s ease;
    margin-top: 0;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta p {
    margin: 0;
    transition: all 0.35s ease;
    color: #b3b3b3;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay:before {
    content: '';
    right: -64%;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-30deg) skewY(0);
    -ms-transform: skewX(-30deg) skewY(0);
    transform: skewX(-30deg) skewY(0);
    transition: all 0.35s ease;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay i {
    position: absolute;
    left: 65%;
    top: 50%;
    -webkit-transform: translate(-65%, -50%);
    -ms-transform: translate(-65%, -50%);
    transform: translate(-65%, -50%);
    transition: all 0.35s ease;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay i:before {
    font-size: 18px;
    color: white;
    height: 50px;
    width: 50px;
    background-color: #ffdc73;
    display: block;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-overlay:before {
    right: 0%;
    -webkit-transform: skewX(0) skewY(0);
    -ms-transform: skewX(0) skewY(0);
    transform: skewX(0) skewY(0);
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-overlay i {
    left: 75%;
    -webkit-transform: translate(-75%, -50%);
    -ms-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%);
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-info .testimonial-meta h3 {
    color: #ffffff;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-info .testimonial-meta p {
    color: #ffffff;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container {
    margin-top: 8px;
    margin-bottom: 8px;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-overlay:before {
    right: 0%;
    -webkit-transform: skewX(0) skewY(0);
    -ms-transform: skewX(0) skewY(0);
    transform: skewX(0) skewY(0);
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-overlay i {
    left: 75%;
    -webkit-transform: translate(-75%, -50%);
    -ms-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%);
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-info .testimonial-meta h3 {
    color: #ffffff;
}

.flexi .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-info .testimonial-meta p {
    color: #ffffff;
}

@media (max-width: 991px) {
    .flexi .yolo-testimonial.slider-pro .sp-thumbnails {
        display: none;
    }
}

.flexi .yolo-testimonial.slider-pro .testimonial-control {
    position: absolute;
    height: 40px;
    width: 90px;
    bottom: 55px;
    left: 100px;
    z-index: 999;
}

.flexi .yolo-testimonial.slider-pro .testimonial-control .nav_prev,
.flexi .yolo-testimonial.slider-pro .testimonial-control .nav_next {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
    transition: all 0.35s ease;
}

.flexi .yolo-testimonial.slider-pro .testimonial-control .nav_prev:hover,
.flexi .yolo-testimonial.slider-pro .testimonial-control .nav_next:hover {
    color: #ffdc73;
}

@media (max-width: 480px) {
    .flexi .yolo-testimonial.slider-pro .testimonial-control {
        bottom: 10px;
    }
}

.flexi .yolo-testimonial.slider-pro-2 {
    position: relative;
}

.flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top {
    padding: 10px;
}

.flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay {
    background: #ffffff;
    height: 450px;
}

.flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
    margin: 0;
    padding-top: 115px;
}

.flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-image {
    text-align: center;
}

@media (max-width: 480px) {
    .flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-image {
        display: none;
    }
}

.flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content {
    position: relative;
}

.flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content .testimonial-meta h3 {
    text-transform: uppercase;
}

.flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content .testimonial-meta span:first-child {
    text-transform: uppercase;
}

.flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content:before {
    content: "\f10d";
    position: absolute;
    left: 50%;
    top: -75px;
    font-size: 30px;
    font-family: fontawesome;
    opacity: 0.3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content:before {
        display: none;
    }
}

@media (max-width: 768px) {
    .flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
        padding-top: 60px;
    }
}

@media (max-width: 480px) {
    .flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
        padding-top: 20px;
    }
}

.flexi .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-bottom .testimonial-meta {
    margin: 50px 0;
}

.flexi .yolo-testimonial.slider-pro-2 .sp-selected-thumbnail:before {
    border-color: #ffdc73;
}

.flexi .yolo-testimonial.slider-pro-2 .sp-selected-thumbnail:after {
    border-bottom-color: #ffdc73;
}

.flexi .yolo-testimonial.slider-pro-2 .testimonial-control {
    display: none;
    top: -70px;
    z-index: 10;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #222222;
}

.flexi .yolo-testimonial.slider-pro-2 .testimonial-control:hover {
    cursor: pointer;
}

.flexi .yolo-testimonial.slider-pro-2 .testimonial-control .testimonial-nav {
    display: inline-block;
    margin: 0 5px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.flexi .yolo-testimonial.slider-pro-2 .testimonial-control .testimonial-nav i {
    padding: 15px;
    background: #ffffff;
}

.flexi .yolo-testimonial.testimonial-carousel {
    text-align: center;
    background: #ffffff;
    padding: 55px 100px;
    position: relative;
}

.flexi .yolo-testimonial.testimonial-carousel > i {
    font-size: 36px;
    color: #ffdc73;
}

.flexi .yolo-testimonial.testimonial-carousel .testimonial-list {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    list-style-type: none;
}

.flexi .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 30px;
    color: #b3b3b3;
}

.flexi .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content:before {
    width: 60px;
    height: 2px;
    background-color: #eeeeee;
    position: absolute;
    bottom: 0;
    content: '';
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.flexi .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-title {
    text-transform: uppercase;
    color: #222222;
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.flexi .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-position {
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #b3b3b3;
}

.flexi .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-special {
    margin-bottom: 0px;
    display: none;
}

.flexi .yolo-testimonial.testimonial-carousel .testimonial-control {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #808080;
}

.flexi .yolo-testimonial.testimonial-carousel .testimonial-control:hover {
    cursor: pointer;
}

.flexi .yolo-testimonial.testimonial-carousel .testimonial-control .testimonial-nav {
    display: inline-block;
    margin: 0 5px;
    z-index: 99;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.flexi .yolo-testimonial.testimonial-carousel .testimonial-control .testimonial-nav i {
    padding: 15px;
    background: #ffffff;
}

@media (max-width: 480px) {
    .flexi .yolo-testimonial.testimonial-carousel {
        padding: 40px 20px;
    }
}

.flexi .yolo-testimonial.testimonial-carousel-2 {
    text-align: center;
    padding: 40px 100px;
    position: relative;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .owl-controls {
    margin-top: 75px;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page {
    height: 30px;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page span {
    width: 25px;
    height: 2px;
    margin: 0 5px;
    margin-top: 14px;
    background-color: #ffffff;
    transition: all 0.35s ease;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page:hover span {
    background-color: #808080;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page.active span {
    background-color: #808080;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-list {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item:hover .testimonial-position:before {
    width: 10%;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item p {
    z-index: 2;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    width: 80%;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item p:before {
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #ffffff;
    z-index: -1;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-title {
    text-transform: uppercase;
    color: #808080;
    font-weight: 700;
    font-size: 30px;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-position {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 30px;
    margin-top: 0;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-position:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5%;
    height: 1px;
    background: #000000;
    transition: width 0.2s;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-special {
    display: none;
    position: relative;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-control:hover {
    cursor: pointer;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #808080;
    margin: 0 5px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav i {
    padding: 15px;
    background: #ffffff;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav.nav_next {
    right: 20px;
}

.flexi .yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav.nav_prev {
    left: 20px;
}

/* 
 * product masonry
 */
.flexi .shortcode-product-wrap {
    position: relative;
}

.flexi .shortcode-product-wrap .product-item-wrap:hover .product-item-inner {
    box-shadow: none;
}

.flexi .shortcode-product-wrap .product-filters ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
}

.flexi .shortcode-product-wrap .product-filters ul.filter-center {
    text-align: center;
}

.flexi .shortcode-product-wrap .product-filters ul.filter-left {
    text-align: left;
}

.flexi .shortcode-product-wrap .product-filters ul.filter-right {
    text-align: right;
}

.flexi .shortcode-product-wrap .product-filters ul.style_1 {
    margin-bottom: 35px;
}

.flexi .shortcode-product-wrap .product-filters ul.style_1 li a {
    position: relative;
    padding: 5px;
}

.flexi .shortcode-product-wrap .product-filters ul.style_1 li a:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #808080;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.35s ease;
}

.flexi .shortcode-product-wrap .product-filters ul.style_1 li a:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #808080;
    bottom: 0;
    left: 0;
    transition: all 0.35s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.flexi .shortcode-product-wrap .product-filters ul.style_1 li a:hover:before,
.flexi .shortcode-product-wrap .product-filters ul.style_1 li a.selected:before,
.flexi .shortcode-product-wrap .product-filters ul.style_1 li a:hover:after,
.flexi .shortcode-product-wrap .product-filters ul.style_1 li a.selected:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.flexi .shortcode-product-wrap .product-filters ul.style_2 {
    margin-bottom: 45px;
}

.flexi .shortcode-product-wrap .product-filters ul.style_2 li a {
    color: #808080;
    position: relative;
    padding: 5px;
    transition: all 0.35s ease;
}

.flexi .shortcode-product-wrap .product-filters ul.style_2 li a:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ffdc73;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.35s ease;
}

.flexi .shortcode-product-wrap .product-filters ul.style_2 li a:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ffdc73;
    bottom: 0;
    left: 0;
    transition: all 0.35s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.flexi .shortcode-product-wrap .product-filters ul.style_2 li a:hover,
.flexi .shortcode-product-wrap .product-filters ul.style_2 li a.selected {
    color: #ffdc73;
}

.flexi .shortcode-product-wrap .product-filters ul.style_2 li a:hover:before,
.flexi .shortcode-product-wrap .product-filters ul.style_2 li a.selected:before,
.flexi .shortcode-product-wrap .product-filters ul.style_2 li a:hover:after,
.flexi .shortcode-product-wrap .product-filters ul.style_2 li a.selected:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.flexi .shortcode-product-wrap .product-filters ul.style_3 {
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 25px;
}

.flexi .shortcode-product-wrap .product-filters ul.style_3 li a {
    color: #808080;
    position: relative;
    padding-bottom: 7px;
    transition: all 0.35s ease;
}

.flexi .shortcode-product-wrap .product-filters ul.style_3 li a:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ffdc73;
    bottom: -2px;
    left: 10px;
    transition: all 0.35s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.flexi .shortcode-product-wrap .product-filters ul.style_3 li a:hover,
.flexi .shortcode-product-wrap .product-filters ul.style_3 li a.selected {
    color: #ffdc73;
}

.flexi .shortcode-product-wrap .product-filters ul.style_3 li a:hover:before,
.flexi .shortcode-product-wrap .product-filters ul.style_3 li a.selected:before {
    background-color: #ffdc73;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.flexi .shortcode-product-wrap .product-filters ul.style_4 li a {
    position: relative;
    text-transform: uppercase;
}

.flexi .shortcode-product-wrap .product-filters ul.style_4 li a:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: transparent;
    left: -10px;
    transition: all 0.35s ease;
    bottom: 10px;
}

.flexi .shortcode-product-wrap .product-filters ul.style_4 li a:hover:before,
.flexi .shortcode-product-wrap .product-filters ul.style_4 li a.selected:before {
    background-color: #ffdc73;
    left: 10px;
}

.flexi .shortcode-product-wrap .product-filters ul.style_5 li a {
    color: #808080;
    margin: 0 15px;
    position: relative;
    text-transform: uppercase;
}

.flexi .shortcode-product-wrap .product-filters ul.style_5 li a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 120%;
    background-color: transparent;
    left: -20%;
    transition: all 0.35s ease;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.flexi .shortcode-product-wrap .product-filters ul.style_5 li a:hover:before,
.flexi .shortcode-product-wrap .product-filters ul.style_5 li a.selected:before {
    left: 0;
    background-color: #808080;
}

@media (max-width: 991px) {
    .flexi .shortcode-product-wrap .product-filters ul.style_5 {
        margin-top: 60px;
        text-align: center;
    }
}

.flexi .shortcode-product-wrap .product-filters ul.style_6 li a {
    margin: 0 15px;
    position: relative;
    text-transform: uppercase;
}

.flexi .shortcode-product-wrap .product-filters ul.style_6 li a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 120%;
    background-color: transparent;
    left: -20%;
    transition: all 0.35s ease;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.flexi .shortcode-product-wrap .product-filters ul.style_6 li a:hover,
.flexi .shortcode-product-wrap .product-filters ul.style_6 li a.selected {
    color: #808080;
}

.flexi .shortcode-product-wrap .product-filters ul.style_6 li a:hover:before,
.flexi .shortcode-product-wrap .product-filters ul.style_6 li a.selected:before {
    left: 0;
    background-color: #808080;
}

.flexi .shortcode-product-wrap .product-filters ul li {
    display: inline-block;
}

.flexi .shortcode-product-wrap .product-filters ul li a {
    font-weight: bold;
    color: rgba(128, 128, 128, 0.6);
    margin: 0 30px;
    padding: 15px 0;
    text-transform: uppercase;
    display: block;
}

.flexi .shortcode-product-wrap .product-filters ul li a.selected {
    color: #808080;
}

.flexi .shortcode-product-wrap .product-style_1 {
    padding: 0;
    margin: -1px -1px 0px 0px;
    border: 1px solid #e1e1e1;
    z-index: 1;
}

.flexi .shortcode-product-wrap .product-style_2 .product-info .star-rating {
    margin-bottom: 0;
}

.flexi .shortcode-product-wrap .product-style_2 .product-info span.price {
    margin: 0;
    position: relative;
    margin-bottom: 0;
}

.flexi .shortcode-product-wrap .product-style_2 .product-info h3 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
}

.flexi .shortcode-product-wrap .product-style_3 .product-info {
    transition: all 0.35s ease-in-out;
}

.flexi .shortcode-product-wrap .product-style_3 .product-actions {
    background-color: transparent;
}

.flexi .shortcode-product-wrap .product-style_3 .star-rating {
    top: 0px;
    right: auto;
    position: relative;
}

.flexi .shortcode-product-wrap .product-style_3 span.price {
    position: relative;
    text-align: center;
    margin: 0px;
}

.flexi .shortcode-product-wrap .product-style_3 h3 {
    position: relative;
    text-align: center;
    margin: 5px 0;
    padding-right: 0;
}

.flexi .shortcode-product-wrap .product-style_3:hover .product-info {
    border-bottom: 1px solid #eeeeee;
}

.flexi .shortcode-product-wrap .slider_home4 .owl-wrapper-outer:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 320px;
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
}

.flexi .shortcode-product-wrap .slider_home4 .owl-wrapper-outer:after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 320px;
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
    .flexi .shortcode-product-wrap .slider_home4 .owl-wrapper-outer:before {
        background-color: transparent;
    }

    .flexi .shortcode-product-wrap .slider_home4 .owl-wrapper-outer:after {
        background-color: transparent;
    }
}

.flexi .shortcode-product-wrap .product-paging-wrapper {
    margin-bottom: 50px;
}

.flexi h3.sc-title {
    font-size: 30px;
    padding-bottom: 20px;
    padding-left: 5px;
    margin-bottom: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-2 .product-item-wrap {
    width: 50%;
    float: left;
}

@media (max-width: 480px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-2 .product-item-wrap {
        width: 100%;
    }
}

.flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-3 .product-item-wrap {
    width: 33.333333%;
    float: left;
}

@media (max-width: 768px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-3 .product-item-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-3 .product-item-wrap {
        width: 100%;
    }
}

.flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-4 .product-item-wrap {
    width: 25%;
    float: left;
}

@media (max-width: 991px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-4 .product-item-wrap {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-4 .product-item-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-4 .product-item-wrap {
        width: 100%;
    }
}

.flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-5 .product-item-wrap {
    width: 20%;
    float: left;
}

@media (max-width: 1199px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-5 .product-item-wrap {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-5 .product-item-wrap {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-5 .product-item-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-5 .product-item-wrap {
        width: 100%;
    }
}

.flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-6 .product-item-wrap {
    width: 16.666666%;
    float: left;
}

@media (max-width: 1199px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-6 .product-item-wrap {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-6 .product-item-wrap {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-6 .product-item-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .flexi .products-in-category-tabs-wrapper .products-content .product-listing.columns-6 .product-item-wrap {
        width: 100%;
    }
}

/* 
 * product list
 */
.flexi .products-list .product-listing .product-style.list_style_1 .product-item-inner .product-info {
    text-align: left;
}

.flexi .products-list .product-listing .product-style.list_style_1 .product-item-inner .product-info .star-rating:before {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Pagination style */
.flexi .product-paging-wrapper.product-paging-none {
    display: none;
}

.flexi .products-in-category-tabs-wrapper {
    border-top-color: #ffdc73;
}

.flexi .products-in-category-tabs-wrapper .products-tabs {
    text-align: center;
    margin-bottom: 45px;
}

.flexi .products-in-category-tabs-wrapper .products-tabs li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
}

.flexi .products-in-category-tabs-wrapper .products-tabs li span {
    display: block;
    color: #3f3f3f;
    position: relative;
    padding: 5px;
    text-transform: uppercase;
    margin: 0 30px;
    font-weight: bold;
    transition: all 0.35s ease;
}

.flexi .products-in-category-tabs-wrapper .products-tabs li span:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ffdc73;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.35s ease;
}

.flexi .products-in-category-tabs-wrapper .products-tabs li span:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ffdc73;
    bottom: 0;
    left: 0;
    transition: all 0.35s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.flexi .products-in-category-tabs-wrapper .products-tabs li span:hover,
.flexi .products-in-category-tabs-wrapper .products-tabs li span.selected {
    color: #ffdc73;
}

.flexi .products-in-category-tabs-wrapper .products-tabs li span:hover:before,
.flexi .products-in-category-tabs-wrapper .products-tabs li span.selected:before,
.flexi .products-in-category-tabs-wrapper .products-tabs li span:hover:after,
.flexi .products-in-category-tabs-wrapper .products-tabs li span.selected:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.flexi .products-in-category-tabs-wrapper .products-tabs li.current span {
    color: #ffdc73;
}

.flexi .products-in-category-tabs-wrapper .products-tabs li.current span:before,
.flexi .products-in-category-tabs-wrapper .products-tabs li.current span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.flexi .product-item-wrap .product-item-inner .product-actions .compare-button .compare:before {
    content: '\f012';
    color: #888;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-family: fontAwesome;
}

.flexi .products-in-category-tabs-wrapper .products-content {
    transition: all 0.35s ease;
}

.flexi .products-in-category-tabs-wrapper .products-content.loading {
    position: relative;
    transition: all 0.35s ease;
}

.flexi .products-in-category-tabs-wrapper .products-content.loading:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: 0;
    z-index: 5;
    background-color: #ffffff;
}

.flexi .products-in-category-tabs-wrapper .products-content.loading:before {
    content: '\f110';
    font-family: fontAwesome;
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 6;
    font-size: 24px;
}

.flexi .products-in-category-tabs-wrapper .see-more-wrapper {
    display: none;
}

/* 
 * Single Product Shortcode
 */
.flexi .shortcode-single-product-wrap .product-item-wrap {
    padding: 0;
    margin: 0 0 30px 0;
}

.flexi .shortcode-single-product-wrap .product-item-wrap:hover .product-item-inner {
    box-shadow: none;
}

.flexi .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-thumb .product-link {
    z-index: 4;
}

.flexi .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-thumb .product-hover-sign {
    display: none;
}

.flexi .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-actions {
    z-index: 4;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner:before {
    content: '';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.6s ease;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-thumb .product-link {
    z-index: 4;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-info {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-info h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    top: auto;
    transition: all 0.35s ease;
    color: #404040;
    left: 0;
    padding-right: 0;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-info span.price {
    opacity: 0;
    right: auto;
    left: 50%;
    position: absolute;
    top: 30px;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.35s ease;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    width: auto;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-info span.price ins {
    color: #ffffff;
    text-decoration: none;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-info span.price del {
    display: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions {
    background-color: transparent;
    border: none;
    top: 50%;
    bottom: auto;
    z-index: 4;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: all 0.6s ease 0s;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add_to_wishlist,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .compare,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .product-quick-view,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .btn_add_to_cart,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add-to-cart-wrap a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.35);
    display: inline-block;
    padding: 0;
    position: relative;
    border-radius: 100%;
    font-size: 0;
    min-width: 0;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    opacity: 1;
    transition: all 0.4s ease;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add_to_wishlist i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .compare i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .product-quick-view i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .btn_add_to_cart i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add-to-cart-wrap a i {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add_to_wishlist i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .compare i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .product-quick-view i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .btn_add_to_cart i,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add-to-cart-wrap a i {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add_to_wishlist:hover,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .compare:hover,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .product-quick-view:hover,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .btn_add_to_cart:hover,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add-to-cart-wrap a:hover,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add_to_wishlist.active,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .compare.active,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .product-quick-view.active,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .btn_add_to_cart.active,
.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add-to-cart-wrap a.active {
    color: #404040;
    background-color: #ffffff;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-item-inner:before {
    opacity: 1;
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-item-inner::before {
    opacity: 1;
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-item-inner .product-info span.price {
    opacity: 1;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-item-inner .product-info h3 {
    color: #ffffff;
}

.flexi .shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-item-inner .product-actions {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 20%;
    float: left;
    opacity: 1;
    border: none;
    z-index: 4;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
    margin-top: 15px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    border: 1px solid #eeeeee;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i {
    font-size: 24px;
    color: #595959;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i:before {
    content: '\f290';
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a.added-spinner i:before {
    content: '\f110';
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions:hover .add-to-cart-wrap a {
    border-color: #ffdc73;
    background-color: #ffdc73;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info {
    float: right;
    width: 80%;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    padding-right: 0;
    margin: 0;
    white-space: nowrap;
    transition: all 0.35s ease;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3:hover {
    color: #ffdc73;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info .star-rating {
    display: none;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-content {
    position: relative;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb a.shop_now {
    opacity: 0;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #595959;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    -ms-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transition: all 0.35s ease-in-out;
    padding: 8px 30px;
    z-index: 3;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link .product-hover-sign {
    display: none;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link:after {
    opacity: 0;
    content: 'shop now';
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #595959;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    -ms-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transition: all 0.35s ease-in-out;
    padding: 8px 30px;
    z-index: 3;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link:before {
    opacity: 0;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb {
    padding-top: 50px;
    padding-bottom: 25px;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner:hover .product-thumb a.shop_now {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media (max-width: 479px) {
    .flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
        font-size: 14px;
    }

    .flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info span.price {
        margin-top: 25px;
    }
}

@media (max-width: 479px) {
    .flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
        font-size: 16px;
    }

    .flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info span.price {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .flexi .shortcode-single-product-wrap .product-item-wrap {
        margin: 15px 0;
    }
}

.flexi .recent-news-home_2 .recent-news-container article .post-thumbnail {
    border: 1px solid #eeeeee;
}

.flexi .recent-news-home_2 .recent-news-container article:hover .post-thumbnail {
    border: 1px solid #eeeeee;
}

.flexi .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .entry-title,
.flexi .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .post-info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.flexi .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .btn-readmore i {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 479px) {
    .flexi .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .btn-readmore i {
        top: 70%;
    }
}

.flexi .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-image {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.flexi .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-image:before {
    opacity: 1;
}

/*------------------------------------------------------------------------
COMMON STYLING
BOXED LAYOUT
HEADER
FOOTER
PAGES
------------------------------------------------------------------------ */
/**/
/**/
/*TT*/
.flexi .single-product .product-actions > div {
    margin: 0 5px;
}

.flexi .single-product .product-info .product-style_2 span.price {
    float: left;
    width: 100%;
}

.flexi .product-item-wrap.button-has-tooltip.product-style_2 .rate {
    left: auto;
    position: absolute;
    right: 15px;
    top: 15px;
}

.flexi .nav-pills > li.active > a,
.flexi .nav-pills > li.active > a:focus,
.flexi .nav-pills > li.active > a:hover {
    background-color: transparent;
}

.flexi a {
    color: #000;
}

.flexi a:hover,
.flexi a:active,
.flexi a:focus {
    color: #d92231;
}

.flexi .mv-color-primary {
    color: #ffb535;
}

{
    overflow-x: hidden
;
    font-family: 'Lato', sans-serif
;
    font-size: 15px
;
}
.flexi img {
    max-width: 100%;
    margin: 0;
}

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

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

.flexi .text-center {
    text-align: center;
}

/*************************************************************/
/*************.flexi .banner-shortcode-wrap.style_5 **************/
/*************************************************************/
.flexi .banner-shortcode-wrap.style_5 {
    text-align: center;
}

.flexi .banner-shortcode-wrap.style_5 .banner-content {
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.flexi .banner-shortcode-wrap.style_5 .banner-content a:before {
    opacity: 0;
    content: '\f0c1';
    height: 50px;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.35);
    line-height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    font-family: FontAwesome;
    transition: all 0.35s ease-in-out;
}

@media (max-width: 767px) {
    .flexi .banner-shortcode-wrap.style_5 .banner-content a img {
        width: 100%;
    }
}

.flexi .banner-shortcode-wrap.style_5 .banner-content .banner-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.flexi .banner-shortcode-wrap.style_5 .banner-content .banner-hover {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100px;
    opacity: 0;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.flexi .banner-shortcode-wrap.style_5 .banner-content .banner-hover .banner-hover-title {
    color: #3f3f3f;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 15px;
}

.flexi .banner-shortcode-wrap.style_5 .banner-content .banner-hover .banner-hover-sub-title {
    margin-bottom: 10px;
    color: rgba(63, 63, 63, 0.5);
    transition: all 0.35s ease-in-out;
}

.flexi .banner-shortcode-wrap.style_5 .banner-content .banner-hover .banner-hover-sub-title:hover {
    color: #ffdc73;
}

.flexi .banner-shortcode-wrap.style_5:hover .banner-content {
    border: 1px solid #eeeeee;
    padding: 10px;
}

.flexi .banner-shortcode-wrap.style_5:hover .banner-content a:before {
    opacity: 1;
}

.flexi .banner-shortcode-wrap.style_5:hover .banner-content .banner-title {
    opacity: 0;
}

.flexi .banner-shortcode-wrap.style_5:hover .banner-content .banner-hover {
    opacity: 1;
    bottom: 0;
}

.flexi .slide-home-1 .slide1 .slide1-left {
    border-left: 2px solid #777;
    left: 368px;
    padding-left: 30px;
    position: absolute;
    top: 100px;
    width: 42%;
    z-index: 2;
}

.flexi .slide-home-1 .slide1 .slide1-left .title {
    background-color: #333;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    display: inline-block;
}

.flexi .slide-home-1 .slide1 .slide1-left h1 {
    font-size: 60px;
    font-weight: 900;
    margin: 20px 0;
    text-transform: uppercase;
    color: #333;
}

.flexi .slide-home-1 .slide1 .slide1-left p {
    color: #555;
    font-size: 15px;
    letter-spacing: 0.75px;
}

.flexi .slide-home-1 .slide1 .slide1-left a {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.flexi .slide-home-1 .slide1 .slide1-right {
    display: inline-block;
    float: right;
    width: 100%;
}

.flexi .slide-home-1 .slide1 .slide1-right .slide1-content {
    background-color: #ffdc73;
    border: 1px solid #ffdc73;
    border-radius: 50%;
    color: #000;
    height: 180px;
    line-height: 180px;
    position: absolute;
    right: 18%;
    text-align: center;
    top: 65px;
    width: 180px;
    font-size: 35px;
}

.flexi .slide-home-1 .slde2-content {
    display: inline-block;
    position: absolute;
    right: 368px;
    text-align: center;
    top: 23%;
    color: #333;
}

.flexi .slide-home-1 .slde2-content > p {
    font-size: 15px;
    letter-spacing: 0.75px;
    margin-bottom: 40px;
}

.flexi .slide-home-1 .slde2-content .year {
    position: relative;
}

.flexi .slide-home-1 .slde2-content .year p {
    color: #ffdc73;
    font-size: 150px;
    font-weight: 600;
    letter-spacing: 6px;
}

.flexi .slide-home-1 .slde2-content .year span {
    font-size: 40px;
    left: 50%;
    position: absolute;
    text-transform: capitalize;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 200%;
}

.flexi .slide-home-1 .slde2-content .btn-slide2 {
    border-radius: 50px;
    margin: 0 20px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.flexi .slide-home-1 .slde2-content .btn-slide2.learn {
    color: #fff;
    background-color: #ffdc73;
}

.flexi .slide-home-1 .slde2-content .btn-slide2.start {
    background-color: #fff;
    color: #333;
}

.flexi .slide-home-1 .year {
    position: relative;
}

.flexi .slide-home-1 .year p {
    color: #ffdc73;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: 6px;
}

.flexi .slide-home-1 .year span {
    font-size: 30px;
    left: 50%;
    position: absolute;
    text-transform: capitalize;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 200%;
}

.flexi .slide-home .owl-nav > div,
.flexi .home-sidebar-banner-sider .owl-nav > div {
    background-color: #fff;
    color: #555;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 50px;
}

.flexi .slide-home .owl-prev,
.flexi .home-sidebar-banner-sider .owl-prev {
    left: 0px;
    opacity: 0;
    transition: all 0.35s ease 0s;
}

.flexi .slide-home .owl-next,
.flexi .home-sidebar-banner-sider .owl-next {
    right: 0px;
    opacity: 0;
    transition: all 0.35s ease 0s;
}

.flexi .slide-home:hover .owl-prev,
.flexi .home-sidebar-banner-sider:hover .owl-prev {
    left: 40px;
    opacity: 1;
    transition: all 0.35s ease 0s;
}

.flexi .slide-home:hover .owl-next,
.flexi .home-sidebar-banner-sider:hover .owl-next {
    right: 40px;
    opacity: 1;
    transition: all 0.35s ease 0s;
}

.flexi .overlay-blue .ess-grid-box .ess-grid-overlay {
    background-color: rgba(0, 0, 255, 0.5);
}

.flexi .overlay-yellow .ess-grid-box .ess-grid-overlay {
    background-color: rgba(255, 255, 0, 0.5);
}

.flexi .overlay-red .ess-grid-box .ess-grid-overlay {
    background-color: rgba(255, 0, 0, 0.5);
}

.flexi .overlay-pink .ess-grid-box .ess-grid-overlay {
    background-color: rgba(255, 192, 203, 0.5);
}

.flexi .overlay-orange .ess-grid-box .ess-grid-overlay {
    background-color: rgba(255, 165, 0, 0.5);
}

.flexi .overlay-green .ess-grid-box .ess-grid-overlay {
    background-color: rgba(0, 128, 0, 0.5);
}

.flexi .overlay-black .ess-grid-box .ess-grid-overlay {
    background-color: rgba(0, 0, 0, 0.1);
}

.flexi .ess-grid .ess-grid-box {
    margin-bottom: 30px;
    position: relative;
}

.flexi .ess-grid .ess-grid-box img {
    height: 230px;
    width: 100%;
}

.flexi .ess-grid .ess-grid-box h4 {
    display: inline-block;
    left: 40px;
    margin: 0;
    position: absolute;
    top: 30px;
    z-index: 3;
    transition: all 0.5s ease 0s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}

.flexi .ess-grid .ess-grid-box .ess-grid-overlay {
    background-color: rgba(225, 220, 115, 0.5);
    height: 30px;
    left: 30px;
    position: absolute;
    top: 30px;
    width: 30px;
    transition: all 0.5s ease 0s;
}

.flexi .ess-grid .ess-grid-box:hover h4 {
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.5s ease 0s;
}

.flexi .ess-grid .ess-grid-box:hover .ess-grid-overlay {
    transition: all 0.5s ease 0s;
    height: auto;
    width: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.flexi .sperator {
    margin-bottom: 50px;
}

.flexi .sperator.text-center {
    text-align: center;
}

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

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

.flexi .sperator p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
    margin-top: 0;
}

.flexi .sperator span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #333;
    margin-bottom: 0;
    color: #aaa;
}

.flexi .product-tab .nav.nav-pills,
.flexi .home-sidebar-content .filter-button-group {
    text-align: center;
    padding: 20px 0 40px 0;
    display: inline-block;
    width: 100%;
}

.flexi .product-tab .nav.nav-pills li {
    display: inline-block;
    float: inherit;
    width: auto;
}

.flexi .product-tab .nav.nav-pills li a {
    color: #333;
    position: relative;
}

.flexi .product-tab .nav.nav-pills li a::before,
.flexi .home-sidebar-content .filter-button-group button:before {
    background-color: #ffdc73;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    transition: all 0.5s ease 0s;
}

.flexi .product-tab .nav.nav-pills li a::after,
.flexi .home-sidebar-content .filter-button-group button:after {
    background-color: #ffdc73;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    top: auto;
    bottom: 0;
    transition: all 0.5s ease 0s;
}

.flexi .product-tab .nav.nav-pills li:hover a,
.flexi .product-tab .nav.nav-pills li.active a {
    color: #ffdc73;
}

.flexi .product-tab .nav.nav-pills li:hover a::before,
.flexi .product-tab .nav.nav-pills li.active a::before {
    left: 15px;
    right: 15px;
    transition: all 0.5s ease 0s;
}

.flexi .product-tab .nav.nav-pills li:hover a::after,
.flexi .product-tab .nav.nav-pills li.active a::after {
    left: 15px;
    right: 15px;
    transition: all 0.5s ease 0s;
}

/*.flexi .tab-pane.active {*/
    /*-webkit-animation: 0.2s ease-in-out 0.2s normal both 1 running fadeInUp;*/
    /*animation: 0.2s ease-in-out 0.2s normal both 1 running fadeInUp;*/
/*}*/

.flexi .rate {
    display: inline-block;
    height: 20px;
    width: 80px;
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

.flexi .rate .fa-star {
    color: #ffdc73;
}

.flexi .banner-page {
    margin-bottom: 30px;
}

.flexi .banner-page .content-banner {
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
}

.flexi .banner-page .content-banner .banner-name {
    font-size: 40px;
    padding: 0 20px;
    display: inline-block;
}

.flexi .banner-page .content-banner span {
    font-size: 20px;
    display: inline-block;
    width: 100%;
}

.flexi .banner-page img {
    width: 100%;
}

.flexi .banner-page .cost {
    border: 1px solid #ffdc73;
    border-radius: 50%;
    height: 100px;
    left: 50%;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    z-index: 4;
    color: #555;
    font-size: 30px;
    background-color: #ffdc73;
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.flexi .banner-page-left {
    position: relative;
}

.flexi .banner-page-left::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 50%;
    top: 0;
    transition: all 0.5s ease 0s;
}

.flexi .banner-page-left .content-hover {
    color: #fff;
    font-size: 20px;
    left: 30px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    left: 0;
    padding: 0 30px;
    width: 50%;
    transition: all 0.5s ease 0s;
    opacity: 1;
    visibility: visible;
}

.flexi .banner-page-left .content-hover p {
    margin: 0;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.flexi .banner-page-left .content-hover .banner-name {
    font-size: 50px;
    line-height: 60px;
}

.flexi .banner-page-left:hover .content-hover {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.flexi .banner-page-left:hover .content-banner {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    transition: all 0.5s ease 0s;
    visibility: visible;
}

.flexi .banner-page-left:hover::before {
    right: 0;
    transition: all 0.5s ease 0s;
}

.flexi .banner-page-left:hover .cost {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.flexi .banner-page-right {
    position: relative;
}

.flexi .banner-page-right::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transition: all 0.5s ease 0s;
}

.flexi .banner-page-right .content-hover {
    color: #fff;
    right: 30px;
    position: absolute;
    top: 50%;
    z-index: 3;
}

.flexi .banner-page-right:hover .content-hover {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.flexi .banner-page-right:hover .content-banner {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    transition: all 0.5s ease 0s;
    visibility: visible;
}

.flexi .banner-page-right:hover::before {
    left: 0;
    transition: all 0.5s ease 0s;
}

.flexi .banner-page-right:hover .cost {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.flexi .home-blog-box {
    padding: 0 30px;
}

.flexi .home-blog-box .owl-nav > div {
    background-color: #fff;
    box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 50px;
    z-index: 3;
}

.flexi .home-blog-box .owl-nav > div.owl-prev {
    left: -30px;
}

.flexi .home-blog-box .owl-nav > div.owl-next {
    right: -30px;
}

.flexi a.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 0;
}

.flexi .btn-color-white {
    color: #fff;
}

.flexi .btn-color-dark {
    color: #333;
}

.flexi .btn-background-dark {
    background-color: #333;
}

.flexi .btn-background-white {
    background-color: #fff;
}

.flexi .btn-background-yellow {
    background-color: #ffdc73;
}

.flexi .shop-checkout #place_order,
.flexi .slide-home-1 .slide1 .slide1-left a,
.flexi a.btn,
.flexi .slide-home-2 .slide1-content a,
.flexi .count-downt.style-1 a,
.flexi .product-page .button a,
.flexi .portfolio-full .button a,
.flexi .portfolio-hover .button a,
.flexi .shop .load-more-shop,
.flexi .cart .cart-form .button-cart a,
.flexi .my-acount .customer_login_form_wrap .login .button,
.flexi .wishlist form table tr .buttuon,
.flexi .contact-us .contact-bottom-left input.wpcf7-submit,
.flexi .page-404 .img-404 a.return-home,
.flexi .banner-home-5 .banner-home-5-content > a,
.flexi .home-5 .home-5-colection-sale .sperator a,
.flexi .home-6-colection .home-6-colection-content a,
.flexi .home-6-sale .home-6-sale-content .home-6-sale-right a,
.flexi .slide-home-7 a,
.flexi .slide-home-8 a,
.flexi .button-home-blog a,
.flexi .home-sidebar-banner-sider .slide2-content a,
.flexi .home-sidebar-content div.button a,
.flexi .slide-home-1 .slde2-content .btn-slide2,
.flexi .home-sidebar-banner-sider a,
.flexi .home-sidebar-content div.button a {
    transition: all 0.2s;
}

.flexi .shop-checkout #place_order:hover,
.flexi .slide-home-1 .slide1 .slide1-left a:hover,
.flexi a.btn:hover,
.flexi .slide-home-2 .slide1-content a:hover,
.flexi .count-downt.style-1 a:hover,
.flexi .product-page .button a:hover,
.flexi .portfolio-full .button a:hover,
.flexi .portfolio-hover .button a:hover,
.flexi .shop .load-more-shop:hover,
.flexi .cart .cart-form .button-cart a:hover,
.flexi .my-acount .customer_login_form_wrap .login .button:hover,
.flexi .wishlist form table tr .buttuon:hover,
.flexi .contact-us .contact-bottom-left input.wpcf7-submit:hover,
.flexi .page-404 .img-404 a.return-home:hover,
.flexi .banner-home-5 .banner-home-5-content > a:hover,
.flexi .home-5 .home-5-colection-sale .sperator a:hover,
.flexi .home-6-colection .home-6-colection-content a:hover,
.flexi .home-6-sale .home-6-sale-content .home-6-sale-right a:hover,
.flexi .slide-home-7 a:hover,
.flexi .slide-home-8 a:hover,
.flexi .button-home-blog a:hover,
.flexi .home-sidebar-banner-sider .slide2-content a:hover,
.flexi .home-sidebar-content div.button a:hover,
.flexi .slide-home-1 .slde2-content .btn-slide2:hover,
.flexi .home-sidebar-banner-sider a:hover {
    color: #fff !important;
    background-color: #FFC30D !important;
    border-color: #FFC30D !important;
    transition: all 0.2s;
}

.flexi .style-1 .banner-content {
    position: relative;
    overflow: hidden;
}

.flexi .style-1 .banner-content > img {
    width: 100%;
}

.flexi .style-1 .banner-content::before {
    opacity: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0%;
    transition: all 0.35s ease-in-out;
}

.flexi .style-1 .banner-content .banner-label-outer {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
}

.flexi .style-1 .banner-content .banner-label-outer span {
    position: relative;
    background-color: #ffffff;
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 20px;
    line-height: 50px;
    display: block;
}

.flexi .style-1 .banner-content .banner-label-outer span::before {
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0;
    border-style: solid;
    border-color: #fff transparent #fff transparent;
    border-width: 25px 25px 25px 0;
}

.flexi .style-1 .banner-content img {
    transition: all 0.8s ease-in-out;
}

.flexi .style-1 .banner-content .banner-content-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    white-space: nowrap;
}

.flexi .style-1 .banner-content .banner-content-title .banner-title {
    position: relative;
    margin: 10px 15px;
    z-index: 2;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
}

.flexi .style-1 .banner-content .banner-content-title .overlay-bg {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
}

.flexi .style-1 .banner-content:hover .banner-content-title .overlay-bg {
    width: 100%;
}

.flexi .style-1 .banner-content:hover:before {
    opacity: 1;
}

.flexi .style-1 .banner-content:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.flexi .banner-shortcode-wrap.style_2 {
    position: relative;
    margin-bottom: 40px;
}

/*
.flexi .banner-shortcode-wrap.style_2::before,
.flexi .banner-shortcode-wrap.style_2 .banner-content::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 25%;
  background-color: rgba(255, 255, 255, 0.45);
  transition: all 0.8s ease 0s;
  z-index: 3;
}*/
.flexi .banner-shortcode-wrap.style_2::before {
    left: 0;
}

.flexi .banner-shortcode-wrap.style_2 .banner-content::before {
    left: 50%;
}

/*
.flexi .banner-shortcode-wrap.style_2::after,
.flexi .banner-shortcode-wrap.style_2 .banner-content::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 25%;
  background-color: rgba(255, 255, 255, 0.45);
  transition: all 0.8s ease 0s;
  z-index: 3;
}*/
.flexi .banner-shortcode-wrap.style_2::after {
    left: 25%;
}

.flexi .banner-shortcode-wrap.style_2 .banner-content::after {
    left: 75%;
}

.flexi .banner-shortcode-wrap.style_2:hover::before,
.flexi .banner-shortcode-wrap.style_2:hover .banner-content::before {
    top: 100%;
    transition: all 0.8s ease 0s;
}

.flexi .banner-shortcode-wrap.style_2:hover::after,
.flexi .banner-shortcode-wrap.style_2:hover .banner-content::after {
    bottom: 100%;
    transition: all 0.8s ease 0s;
}

.flexi .banner-shortcode-wrap.style_2 .banner-overlay {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 15px 40px;
    mix-blend-mode: luminosity;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center;
    z-index: 2;
}

.flexi .banner-shortcode-wrap.style_2 .banner-overlay h3 {
    color: #333;
    font-family: Lato;
    letter-spacing: 0.5px;
    font-size: 55px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.flexi .banner-shortcode-wrap.style_2 .banner-overlay::before {
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background-color: transparent;
    border: 1px solid #fff;
}

/*
.flexi .banner-shortcode-wrap.style_2 .banner-content img {
  width: 100%;
}*/

@-webkit-keyframes toup {
    0% {
        opacity: 0;
        bottom: -20px;
        left: -20px;
        right: -20px;
        top: -20px;
    }
    99% {
        opacity: 0.5;
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }
    100% {
        opacity: 0;
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }
}

@keyframes toup {
    0% {
        opacity: 0;
        bottom: -20px;
        left: -20px;
        right: -20px;
        top: -20px;
    }
    99% {
        opacity: 0.5;
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }
    100% {
        opacity: 0;
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }
}

.flexi .banner-shortcode-wrap.style-4 .banner-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.flexi .banner-shortcode-wrap.style-4 .banner-content img {
    width: 100%;
}

.flexi .banner-shortcode-wrap.style-4 .banner-content .banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.flexi .banner-shortcode-wrap.style-4 .banner-content .banner-overlay::before {
    content: '';
    height: 100%;
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    transition: all 0.7s ease-in-out;
}

.flexi .banner-shortcode-wrap.style-4 .banner-content .banner-overlay::after {
    content: '';
    height: 100%;
    width: 25%;
    position: absolute;
    top: 0;
    left: 25%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    transition: all 0.7s ease-in-out;
}

.flexi .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap:before {
    content: '';
    height: 100%;
    width: 25%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    transition: all 0.7s ease-in-out;
}

.flexi .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap:after {
    content: '';
    height: 100%;
    width: 25%;
    position: absolute;
    top: 0;
    left: 75%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    transition: all 0.7s ease-in-out;
}

.flexi .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap .banner-title {
    font-size: 70px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 4px solid transparent;
    outline: 1px solid #ffffff;
    padding: 10px 40px;
    mix-blend-mode: luminosity;
    font-weight: 300;
    z-index: 2;
}


.flexi .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap .banner-title::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.flexi .banner-shortcode-wrap.style-4 .banner-content:hover .banner-overlay:before {
    top: 100%;
}

.flexi .banner-shortcode-wrap.style-4 .banner-content:hover .banner-overlay:after {
    top: -100%;
}

.flexi .banner-shortcode-wrap.style-4 .banner-content:hover .banner-overlay .banner-title-wrap:before {
    top: 100%;
}

.flexi .banner-shortcode-wrap.style-4 .banner-content:hover .banner-overlay .banner-title-wrap:after {
    top: -100%;
}

.flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay:before {
    height: 25%;
    width: 100%;
    top: 0;
    left: 0;
}

.flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay:after {
    height: 25%;
    width: 100%;
    top: 25%;
    left: 0;
}

.flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap:before {
    height: 25%;
    width: 100%;
    top: 50%;
    left: 0;
}

.flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap:after {
    height: 25%;
    width: 100%;
    top: 75%;
    left: 0;
}

.flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title {
    line-height: 0.8;
    font-weight: bold;
}

.flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
    font-size: 36px;
    display: inline-block;
    width: 100%;
}

.flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content:hover .banner-overlay:before {
    left: 100%;
}

.flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content:hover .banner-overlay:after {
    left: -100%;
}

.flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content:hover .banner-overlay .banner-title-wrap:before {
    left: 100%;
}

.flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content:hover .banner-overlay .banner-title-wrap:after {
    left: -100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexi div div .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 36px;
    }

    .flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .flexi div div .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 36px;
    }

    .flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
        font-size: 24px;
    }
}

.flexi .shortcode-single-product-wrap .product-style_1 .product-info .rate {
    top: 85%;
    position: relative;
}

/**************************************/
/*******.click-back-top-**********/
/*************************************/
.flexi .click-back-top- {
    bottom: 5px;
    display: inline-block;
    position: fixed;
    right: 5px;
    z-index: 900;
}

.flexi .click-back-top- button {
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    background-color: #eee;
    font-size: 25px;
    color: #aaa;
    line-height: 45px;
    z-index: 20;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.flexi .click-back-top- button.on {
    opacity: 1;
    transition: all 0.6s ease 0s;
}


.flexi .sofani-owl-carousel {
    position: relative;
}

.flexi .slide-home-7 {
    margin-bottom: 40px;
}

.flexi .slide-home-7 .slide1 {
    position: relative;
}

.flexi .slide-home-7 .slide1-content,
.flexi .slide-home-7 .slide2-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.flexi .slide-home-7 .slide1-content {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 50px;
}

.flexi .slide-home-7 .slide1-content .desc {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    padding: 0 20px;
}

.flexi .slide-home-7 .slide1-content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin: 30px 0;
    text-transform: uppercase;
    line-height: 1.1;
}

.flexi .slide-home-7 .slide1-content a,
.flexi .slide-home-7 .slide2-content a,
.flexi .home-full-sreen .home-sidebar-banner-sider a {
    background-color: #fff;
    color: #333;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
}

.flexi .slide-home-7 .slide2-content {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.flexi .slide-home-7 .slide2-content .desc {
    display: inline-block;
    font-size: 20px;
    padding: 0 15px;
    position: relative;
    margin-bottom: 10px;
}

.flexi .slide-home-7 .slide2-content .desc::before {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    height: 6px;
    left: 100%;
    position: absolute;
    top: 15px;
    width: 50px;
}

.flexi .slide-home-7 .slide2-content .desc::after {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    height: 6px;
    left: auto;
    right: 100%;
    position: absolute;
    top: 15px;
    width: 50px;
}

.flexi .slide-home-7 .slide2-content h2 {
    background-color: #ffdc73;
    font-size: 50px;
    font-weight: 600;
    padding: 20px 80px;
    margin: 0;
}

.flexi .slide-home-7 .slide2-content p {
    background-color: #3f3f3f;
    font-size: 16px;
    padding: 16px;
}

.flexi .slide-home-7 .slide2-content a {
    margin-top: 25px;
}

.flexi .slide-home-8 .slide1-content,
.flexi .slide-home-8 .slide2-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.flexi .slide-home-8 .slide1-content {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px;
}

.flexi .slide-home-8 .slide1-content .desc {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    padding: 0 20px;
}

.flexi .slide-home-8 .slide1-content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin: 30px 0;
    text-transform: uppercase;
}

.flexi .slide-home-8 .slide1-content a {
    background-color: #fff;
    color: #333;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
}

.flexi .slide-home-8 .slide2-content figure {
    display: inline-block;
    width: 100%;
}

.flexi .slide-home-8 .slide2-content figure img {
    width: auto;
    margin: 0 auto;
}

.flexi .slide-home-8 .slide2-content h2 {
    background-color: rgba(255, 220, 115, 0.8);
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 30px 0 0;
    padding: 25px 70px;
}

.flexi .slide-home-8 .slide2-content p {
    color: #fff;
    font-size: 20px;
    margin: 30px 0;
}

.flexi .slide-home-8 .slide2-content a {
    background-color: #fff;
    color: #333;
    padding: 12px 30px;
    text-transform: uppercase;
}

/***************************************/
/*************product-list****************/
/****************************************/
.flexi .shortcode-product-wrap.list {
    padding: 0 15px;
}

/***************************************/
/*************.post-item****************/
/****************************************/
.flexi .post-item {
    background-color: #ffffff;
}

.flexi .post-item .prettyPhoto {
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
}

.flexi .post-item :hover .prettyPhoto {
    opacity: 1;
}

.flexi .post-item .entry-wrap {
    position: relative;
    margin-bottom: 30px;
}

.flexi .post-item .entry-wrap .entry-meta {
    text-align: center;
}

.flexi .post-item .entry-wrap .entry-thumbnail-wrap {
    position: relative;
}

.flexi .post-item .entry-wrap .entry-thumbnail-wrap .entry-thumbnail {
    overflow: hidden;
}

.flexi .post-item .entry-wrap .entry-thumbnail-wrap a.entry-thumbnail_overlay:before {
    position: absolute;
    content: '\f064';
    font-family: 'FontAwesome';
    top: 40%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease;
    padding: 15px;
    line-height: 15px;
    color: #ffffff;
    background: rgba(128, 128, 128, 0.6);
    z-index: 2;
}

.flexi .post-item .entry-wrap .entry-thumbnail-wrap a.entry-thumbnail_overlay img {
    transition: all 1s ease-in-out;
    width: 100%;
}

.flexi .post-item .entry-wrap .entry-thumbnail-wrap .date-overlay {
    display: none;
}

.flexi .post-item .entry-wrap .entry-content-wrap {
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0px 15px;
}

.flexi .entry-thumbnail img {
    margin: 0 auto !important;
    display: block;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail {
    padding-top: 20px;
    background-color: #ffffff;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail h3 {
    font-weight: bold;
    margin-top: 0px;
    font-size: 24px;
    color: #333;
    line-height: 1.1;
    margin-bottom: 10px;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap li a {
    font-weight: bold;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap li.entry-meta-author a {
    text-transform: capitalize;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
    position: relative;
    background-color: #e6e6e6;
    display: block;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    transition: all 0.35s ease;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore::before {
    display: none;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore span {
    padding: 10px 0px;
    display: block;
    text-align: center;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover:before {
    left: 120%;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
    margin-bottom: 30px;
    text-align: center;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail h3.entry-title a {
    color: #3f3f3f;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    height: 1px;
    width: 50%;
    background: #eeeeee;
    transition: all 0.3s ease;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li {
    margin: 0 15px;
    display: inline-block;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li i,
.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li a {
    color: #3f3f3f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-author,
.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
    display: none;
}

@media (max-width: 479px) {
    .flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap:before {
        bottom: -10px;
    }
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
    padding: 0px 40px;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt p {
    color: #3f3f3f;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail a.btn-readmore span.span-text {
    display: block;
    padding: 15px 0px;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail h3.entry-title a {
    font-size: 16px;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
    display: none;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
    padding: 0 20px;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt p {
    font-size: 14px;
}

.flexi .post-item .entry-wrap .entry-content-wrap .entry-detail a.btn-readmore span.span-text {
    padding: 10px 0px;
}

.flexi .post-item .entry-wrap:hover .entry-content-wrap .entry-detail .entry-post-meta-wrap:before {
    width: 100%;
    background: #808080;
}

.flexi .post-item :hover .entry-wrap .entry-thumbnail-wrap .entry-thumbnail a.entry-thumbnail_overlay:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.flexi .post-item :hover .entry-wrap .entry-thumbnail-wrap .entry-thumbnail a.entry-thumbnail_overlay img {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.flexi .post-item .blog-list .entry-wrap {
    display: inline-block;
}

.flexi .post-item .blog-list .entry-wrap > div {
    float: left;
    width: 50%;
}

.flexi .post-item .blog-list .entry-wrap > div .entry-meta {
    text-align: center;
}

.flexi .post-item .blog-list .entry-wrap > div .entry-thumbnail_overlay img {
    width: 100%;
}

.flexi .post-item .blog-list:nth-child(2n+1) .entry-wrap > div.entry-thumbnail-wrap {
    padding: 0 15px 0 0;
    float: left;
}

.flexi .post-item .blog-list:nth-child(2n+1) .entry-wrap > div.entry-content-wrap {
    padding: 0 0 0 15px;
    float: right;
}

.flexi .post-item .blog-list:nth-child(2n) .entry-wrap > div.entry-thumbnail-wrap {
    padding: 0 0 0 15px;
    float: right;
}

.flexi .post-item .blog-list:nth-child(2n) .entry-wrap > div.entry-content-wrap {
    padding: 0 15px 0 0;
    float: left;
}

/***************************************/
/*************.sidebar****************/
/****************************************/

/*****************************/
/*********blog page******/
/******************************/
.flexi .blog section {
    display: inline-block;
    width: 100%;
    margin-top: 90px;
}

.flexi .blog-3-columns .blog-grid {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.flexi .blog-3-columns .blog-grid:nth-child(3n+1) {
    clear: both;
}

.flexi .blog-3-columns .blog-3-columns-content {
    margin: 0 -15px;
}

.flexi .blog-2-columns .blog-grid {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.flexi .blog-2-columns .blog-grid:nth-child(2n+1) {
    clear: both;
}

.flexi .blog-2-columns .blog-2-columns-content {
    margin: 0 -15px;
}

.flexi .single-product .owl-carousel .owl-nav > div:hover {
    color: #808080;
    background-color: transparent;
}

.flexi .single-product .owl-carousel .owl-nav > div.owl-prev {
    left: 35px;
}

.flexi .single-product .owl-carousel .owl-nav > div.owl-next {
    right: 35px;
}

.flexi .single-product .owl-carousel:hover .owl-nav > div {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.flexi .single-product .owl-carousel figure {
    position: relative;
}

.flexi .single-product .owl-carousel figure::before {
    background-color: rgba(0, 0, 0, 0.04);
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: darken;
    position: absolute;
    top: 0;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
    z-index: 1;
}

.flexi .single-product #sync2 .owl-item,
.portfolio-full .portfolio-slider #syncs2 .owl-item {
    padding: 5px;
}

.flexi .single-product #sync2 .owl-item .item {
    padding: 0;
    transition: all 0.25s ease-in-out 0s;
}

.flexi .single-product #sync2 .owl-item.current .item,
.portfolio-full .portfolio-slider #syncs2 .owl-item.current .item {
    border: 1px solid #333;
    padding: 10px;
    transition: all 0.25s ease-in-out 0s;
}

.flexi .single-product .summary-product h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
}

.flexi .single-product .summary-product .rate-price {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.flexi .single-product .summary-product .rate-price p.price {
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
}

.flexi .single-product .summary-product .rate-price .rate {
    margin-right: 25px;
}

.flexi .single-product .summary-product .rate-price a {
    color: #808080;
}

.flexi .single-product .summary-product .rate-price a:hover {
    color: #ffdc73;
}

.flexi .single-product .summary-product .product-single-short-description {
    font-size: 14px;
}

.flexi .single-product .summary-product .cart {
    margin: 25px 0;
}

.flexi .single-product .summary-product .cart input {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 68px;
    border: 1px solid #eee;
}

.flexi .single-product .summary-product .cart .quantity {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.flexi .single-product .summary-product .cart button {
    background-color: #3f3f3f;
    border: 0 none;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 44px;
    margin: 0;
    padding: 0 40px;
    text-transform: uppercase;
}

.flexi .single-product .summary-product .cart button:hover {
    background-color: #ffdc73;
}

.flexi .single-product .summary-product .product_meta > span {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.flexi .single-product .summary-product .product_meta > span label,
.flexi .single-product .summary-product .social-share-wrap label {
    width: 140px;
    float: left;
    color: #000;
}

.flexi .single-product .summary-product .product_meta > span span {
    font-size: 13px;
}

.flexi .single-product .summary-product .product_meta > span a {
    color: #808080;
    font-size: 13px;
}

.flexi .single-product .summary-product .product_meta > span a:hover {
    color: #ffdc73;
}

.flexi .single-product .summary-product .social-share-wrap .social-share {
    width: 100%;
    display: inline-block;
    float: left;
}

.flexi .single-product .summary-product .social-share-wrap .social-share li {
    width: 25%;
    margin-left: 10px;
    display: inline-block;
}

.flexi .single-product .summary-product .social-share-wrap .social-share li a {
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
    color: #3f3f3f;
    padding: 5px;
    text-align: center;
}

.flexi .single-product .summary-product .social-share-wrap .social-share li a i {
    margin-right: 10px;
}

.flexi .single-product .summary-product .social-share-wrap .social-share li a:hover {
    border: 1px solid #ffdc73;
    color: #ffdc73;
}

.flexi .single-product .product-single-tab {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    padding: 45px 0;
}

.flexi .single-product .product-single-tab .nav {
    text-align: center;
}

.flexi .single-product .product-single-tab .nav li {
    width: auto;
    float: inherit;
    display: inline-block;
    position: relative;
}

.flexi .single-product .product-single-tab .nav li::before {
    content: "/";
    position: absolute;
    right: -3px;
    top: 10px;
}

.flexi .single-product .product-single-tab .nav li:last-child::before {
    content: "";
}

.flexi .single-product .product-single-tab .nav li a {
    color: #808080;
}

.flexi .single-product .product-single-tab .nav li.active a,
.flexi .single-product .product-single-tab .nav li:hover a {
    color: #ffdc73;
}

.flexi .single-product .product-single-tab p {
    text-align: center;
}

.flexi .single-product .product-single-tab #reviews h2 {
    color: #808080;
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.flexi .single-product .product-single-tab #reviews ol {
    list-style: outside none none;
    padding: 0;
}

.flexi .single-product .product-single-tab #reviews .comment_container {
    display: inline-block;
    width: 100%;
    position: relative;
}

.flexi .single-product .product-single-tab #reviews .avatar {
    float: left;
    width: 75px;
    margin-right: 35px;
}

.flexi .single-product .product-single-tab #reviews .comment-text {
    display: inline-block;
    float: left;
}

.flexi .single-product .product-single-tab #reviews .comment-text .rate {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}

.flexi .single-product .product-single-tab #reviews .comment-text .meta {
    font-size: 13px;
}

.flexi .single-product .product-single-tab #reviews .comment-text .meta strong {
    color: #333;
    margin-right: 15px;
}

.flexi .single-product .product-single-tab #reply-title {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    padding-bottom: 3px;
}

.flexi .single-product .product-single-tab #reply-title::before {
    background-color: #ffb535;
    bottom: -5px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.flexi .single-product .product-single-tab .comment-form .comment-form-rating label {
    width: auto;
}

.flexi .single-product .product-single-tab .comment-form label {
    color: #000000;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 0;
}

.flexi .single-product .product-single-tab .comment-form .comment-form-rating {
    display: inline-block;
    margin-right: 25px;
}

.flexi .single-product .product-single-tab .comment-form input,
.flexi .single-product .product-single-tab .comment-form textarea {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 20px;
    line-height: 38px;
}

.flexi .single-product .product-single-tab .comment-form #submit {
    width: auto;
    padding: 0 40px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #3f3f3f;
    float: left;
}

.flexi .single-product .product-single-tab .comment-form #submit:hover {
    background-color: #ffdc73;
}

.flexi .single-product .relative-single-page h2 {
    border: medium none !important;
    font-weight: bold;
    margin: 0 0 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    color: #3f3f3f;
}

.flexi .single-product section {
    margin-bottom: 90px;
    display: inline-block;
    width: 100%;
}

.flexi .single-product.variable-product .chose-value label {
    width: 70px;
    float: left;
    text-transform: uppercase;
    color: #333;
}

.flexi .single-product.variable-product .chose-value > div {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.flexi .single-product.variable-product .chose-value > div li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin: 0 5px;
    cursor: pointer;
}

.flexi .single-product.variable-product .chose-value .chose-color div {
    border: 1px solid #808080;
    height: 30px;
    width: 30px;
}

.flexi .single-product.variable-product .chose-value .chose-size li {
    border: 1px solid #808080;
    padding: 2px 5px;
}

.flexi .single-product.variable-product .chose {
    border-top: 1px dotted #cccc;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.flexi .single-product.variable-product .chose li {
    list-style: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #cccc;
    padding: 3px 0;
}

.flexi .single-product.variable-product .chose li label {
    width: 100px;
    padding: 0 20px;
}

.flexi .single-product.group-product .summary-product .cart .quantity {
    margin-bottom: 20px;
    width: 100%;
}

.flexi .single-product.group-product .summary-product .cart .quantity input {
    float: left;
}

.flexi .single-product.group-product .summary-product .cart .quantity label {
    line-height: 50px;
    float: left;
}

.flexi .single-product.group-product .summary-product .cart .quantity span {
    width: 180px;
    float: left;
    padding: 0 10px;
}

.flexi .single-product.group-product .summary-product .cart .quantity span:nth-child(1) {
    color: #333;
    font-weight: 300;
}

.flexi .single-product.group-product .summary-product .cart .quantity span:nth-child(2) {
    font-size: 18px;
}

.flexi .single-product.group-product .summary-product .cart button {
    padding: 0 50px;
}

.flexi .single-product.affiliate-product .price del {
    color: #808080;
    font-size: 18px;
    margin-right: 15px;
}

.flexi .single-product.affiliate-product .price ins {
    color: #333;
    font-size: 24px;
}

.flexi .single-product.affiliate-product .summary-product .cart button {
    background-color: #ffdc73;
    height: 45px;
    line-height: 45px;
}

.flexi .single-product.product-full-with .product-single-tab {
    background-color: #333;
    border: medium none;
}

.flexi .single-product.product-full-with .product-single-tab .desc-review-content {
    background: #fff none repeat scroll 0 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px;
}

.flexi .single-product.product-full-with .product-single-tab .desc-review-content .col-md-6 > p {
    text-align: left;
    border-left: 2px solid #ccc;
    padding-left: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    div .sn-header-style-3 .header-right .header-customize.header-customize-right {
        right: 20px;
    }
}

.da-thumbs.sofani-owl-carousel .hover-dir figure {
    margin-bottom: 1px;
}

form *:focus,
form:focus,
button:focus {
    outline: none;
}

.flexi #preloaderKDZ {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    background: #ffffff url(../images/loading.gif) center no-repeat;
}

.flexi .relative-single-page .product-actions > div.compare-button {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.flexi .relative-single-page .product-actions > div.compare-button a.compare {
    margin-top: 0;
}

.flexi .relative-single-page .product-actions > div.compare-button a.compare:hover {
    background-color: transparent;
}

.flexi .relative-single-page .product-actions > div.compare-button a.compare:hover:before {
    color: #ffdc73;
}

.flexi .product-page .product-actions > div.compare-button a.compare {
    margin: 0;
}

@media (min-width: 992px) {
    product-page.sn-header-style-3 .header-bottom .header-right {
        display: none;
    }
}

.flexi .shortcode-single-product-wrap.product-style-4 .row {
    margin-left: 0;
    margin-right: 0;
}

.flexi .shortcode-single-product-wrap.product-style-4 .row .col-md-3 {
    padding: 0;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap {
    position: relative;
    overflow: hidden;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .rate {
    top: 25px;
    left: 25px;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-thumb img {
    transition: all 0.8s ease 0s;
    width: 100%;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span:first-child {
    display: none;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span:nth-child(2) {
    top: 30px;
    right: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 0;
    background-color: #ff9999;
    color: #ffffff;
    position: absolute;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-thumb .product-link:before {
    background-color: transparent;
    mix-blend-mode: normal;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info .star-rating {
    right: auto;
    top: 30px;
    left: 30px;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info h3 {
    position: absolute;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    bottom: 10px;
    top: auto;
    left: 0;
    transition: all 0.35s ease;
    color: #404040;
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 15px;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info span.price {
    right: 30px;
    position: absolute;
    bottom: 30px;
    margin: 0;
    transition: all 0.35s ease;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    font-size: 24px;
    color: #404040;
    line-height: 1;
    width: auto;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info span.price ins {
    color: #404040;
    text-decoration: none;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info span.price del {
    display: none;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions {
    background-color: transparent;
    border: none;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) scale(1.5);
    -ms-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    transition: all 0.6s ease;
    font-size: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions > div {
    display: inline-block;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .compare,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .product-quick-view,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 0;
    position: relative;
    font-size: 0;
    min-width: 0;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    opacity: 1;
    transition: all 0.35s ease;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist i,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .compare i,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .product-quick-view i,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart i,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist:hover,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .compare:hover,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .product-quick-view:hover,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart:hover,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a:hover,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist.active,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .compare.active,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .product-quick-view.active,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart.active,
.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a.active {
    color: #404040;
    background-color: #ffffff;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info span.price ins span.amount {
    color: #ffdc73;
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap:hover .product-item-inner .product-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flexi .shortcode-single-product-wrap.product-style-4 .product-item-wrap:hover .product-item-inner .product-actions {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.flexi .shortcode-single-product-wrap .product-item-wrap {
    padding: 0;
    margin: 0;
}

.flexi .shortcode-single-product-wrap .product-item-wrap:hover .product-item-inner {
    box-shadow: none;
}

.flexi .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-thumb .product-link {
    z-index: 4;
}

.flexi .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-thumb .product-hover-sign {
    display: none;
}

.flexi .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-actions {
    z-index: 4;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner:before {
    content: '';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.35s ease-in-out;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info .star-rating {
    display: none;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info h3 {
    opacity: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: -15%;
    top: auto;
    transition: all 0.35s ease;
    color: #ffffff;
    margin: 0;
    padding-right: 0;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info span.price {
    opacity: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -15%;
    margin: 0;
    transition: all 0.35s ease;
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info span.price ins {
    color: #ffffff;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info span.price del {
    display: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions {
    background-color: transparent;
    border: none;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: all 0.35s ease;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .compare,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .product-quick-view,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.35);
    display: inline-block;
    padding: 0;
    position: relative;
    border-radius: 100%;
    font-size: 0;
    min-width: 0;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: 4px;
    opacity: 1;
    transition: all 0.35s ease;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist i,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .compare i,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .product-quick-view i,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart i,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist:hover,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .compare:hover,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .product-quick-view:hover,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart:hover,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a:hover,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist.active,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .compare.active,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .product-quick-view.active,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart.active,
.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a.active {
    color: #404040;
    background-color: #ffffff;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap:hover .product-item-inner:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap:hover .product-item-inner .product-info span.price {
    opacity: 1;
    top: 15%;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap:hover .product-item-inner .product-info h3 {
    opacity: 1;
    color: #ffffff;
    bottom: 15%;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap:hover .product-item-inner .product-info .star-rating {
    opacity: 1;
}

.flexi .shortcode-single-product-wrap.product-style-5 .product-item-wrap:hover .product-item-inner .product-actions {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.flexi .banner-shortcode-wrap.style_12 .banner-content {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.flexi .banner-shortcode-wrap.style_12 .banner-content img {
    transition: all 2s ease;
    width: 100%;
}

.flexi .banner-shortcode-wrap.style_12 .banner-content .banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.flexi .banner-shortcode-wrap.style_12 .banner-content .banner-overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.8s ease;
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
}

.flexi .banner-shortcode-wrap.style_12 .banner-content .banner-overlay .banner-title-wrap .banner-title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 5px;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 30px;
    z-index: 2;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transition: all 0.5s ease;
    white-space: nowrap;
}

.flexi .banner-shortcode-wrap.style_12 .banner-content:hover .banner-overlay:before {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.flexi .banner-shortcode-wrap.style_12 .banner-content:hover .banner-overlay .banner-title-wrap .banner-title {
    border-color: #3f3f3f;
    color: #3f3f3f;
}

.flexi .banner-shortcode-wrap.style_12 .banner-content:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexi div div.banner-shortcode-wrap.style_12 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .flexi .banner-shortcode-wrap.style_12 {
        margin: 15px 0;
    }
}

.flexi .banner-shortcode-wrap.style_12.effect_2 {
    padding: 10px;
    border: 1px solid #eeeeee;
    transition: all 0.5s ease;
}

.flexi .banner-shortcode-wrap.style_12.effect_2 .banner-content .banner-overlay:before {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.flexi .banner-shortcode-wrap.style_12.effect_2 .banner-content .banner-overlay:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.4s ease;
}

.flexi .banner-shortcode-wrap.style_12.effect_2 .banner-content:hover .banner-overlay:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.flexi .banner-shortcode-wrap.style_12.effect_2 .banner-content:hover .banner-overlay:after {
    opacity: 0;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb {
    padding-top: 50px;
    padding-bottom: 25px;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link:before {
    opacity: 0;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link:after {
    opacity: 0;
    content: 'shop now';
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #595959;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    -ms-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transition: all 0.35s ease-in-out;
    padding: 8px 30px;
    z-index: 3;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link .product-hover-sign {
    display: none;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb a.shop_now {
    opacity: 0;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #595959;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    -ms-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transition: all 0.35s ease-in-out;
    padding: 8px 30px;
    z-index: 3;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-content {
    position: relative;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 20%;
    float: left;
    opacity: 1;
    border: none;
    z-index: 4;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
    margin-top: 15px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    border: 1px solid #eeeeee;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i {
    font-size: 24px;
    color: #595959;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i:before {
    content: '\f290';
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a.added-spinner i:before {
    content: '\f110';
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexi div div .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media (max-width: 479px) {
    .flexi div div .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions:hover .add-to-cart-wrap a {
    border-color: #ffdc73;
    background-color: #ffdc73;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info {
    float: right;
    width: 80%;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    padding-right: 0;
    margin: 0;
    white-space: nowrap;
    transition: all 0.35s ease;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3:hover {
    color: #ffdc73;
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info .star-rating {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
        font-size: 14px;
    }

    .flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info span.price {
        margin-top: 25px;
    }
}

@media (max-width: 479px) {
    .flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
        font-size: 16px;
    }

    .flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info span.price {
        margin-top: 25px;
    }
}

.flexi .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner:hover .product-thumb a.shop_now {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner:before {
    content: '';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.35s ease;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-thumb .product-link {
    z-index: 4;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-thumb .product-hover-sign {
    display: none;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info .rate {
    opacity: 0;
    right: auto;
    top: auto;
    bottom: 50px;
    left: 100%;
    transition: all 0.35s ease;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info h3 {
    opacity: 0;
    position: absolute;
    text-align: left;
    bottom: 0;
    top: auto;
    padding-left: 20px;
    transition: all 0.35s ease;
    color: #404040;
    left: 100%;
    padding-right: 0;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info span.price {
    opacity: 0;
    right: auto;
    left: 100%;
    position: absolute;
    top: 30px;
    margin: 0;
    transition: all 0.35s ease;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    width: auto;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info span.price ins {
    color: #ffffff;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info span.price del {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions {
    z-index: 4;
    background-color: transparent;
    border: none;
    top: 50%;
    bottom: auto;
    left: -50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.35s ease-in-out;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .compare,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .product-quick-view,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.35);
    display: inline-block;
    padding: 0;
    position: relative;
    border-radius: 100%;
    font-size: 0;
    min-width: 0;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: 4px;
    opacity: 1;
    transition: all 0.35s ease;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist i,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .compare i,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .product-quick-view i,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart i,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist:hover,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .compare:hover,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .product-quick-view:hover,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart:hover,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a:hover,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist.active,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .compare.active,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .product-quick-view.active,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart.active,
.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a.active {
    color: #404040;
    background-color: #ffffff;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner .product-thumb img {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    -ms-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner .product-info span.price {
    opacity: 1;
    left: 30px;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner .product-info h3 {
    opacity: 1;
    color: #ffffff;
    left: 10px;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner .product-info .rate {
    opacity: 1;
    left: 30px;
}

.flexi .shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner .product-actions {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

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

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

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

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

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

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

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

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

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

[dir='rtl'] .slick-slide {
    float: right;
}

.flexi .slick-slide img {
    display: block;
}

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

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

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

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

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

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

@media (max-width: 480px) {
    .flexi .home-2 .our-home-2 .row-col .col-4,
    .flexi .home-2 .our-home-2 .row-col .col-8 {
        width: 100%;
    }

    .flexi .header.header-bottom .header-right {
        display: none !important;
    }

    .flexi .count-downt.style-1 .count-down-time > div {
        width: 100%;
    }

    .flexi .count-downt.style-1 .count-down-time > div:before {
        display: none;
    }

    .flexi .footer-style-1 .footer-bottom ul li {
        margin: 0 12px;
    }

    .flexi .banner-shortcode-wrap.style_2 .banner-overlay h3 {
        font-size: 25px;
    }

    .flexi .cart .cart-form .button-cart > div {
        text-align: center !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .flexi .cart .cart-form .button-cart > div a,
    .flexi .cart .cart-form .button-cart > div input {
        width: 90%;
        margin: 10px 0 !important;
    }

    .flexi .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 28px;
    }

    .flexi div .home-blog-content .post-item {
        width: 100%;
    }

    .flexi .header.sn-header-style-7 div .header-bottom .header-right {
        display: none;
    }

    .flexi .home-sidebar div .header.sn-header-style-8 .header-bottom .header-right {
        display: none;
    }

    .flexi .home-sidebar-content .filter-button-group button {
        width: 100%;
        margin-bottom: 10px;
    }

    .flexi .footer-style-5 .social ul li a {
        font-size: 20px;
        height: 50px;
        line-height: 48px;
        width: 50px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .flexi .recent-news-container article .post-content .entry-title {
        font-size: 12px;
        padding-left: 10px;
    }

    .flexi .home-8-our-offer-content .product-style-7 .col-md-4 {
        width: 50%;
        float: left;
    }

    .flexi div .home-blog-content .post-item {
        width: 100%;
        clear: none !important;
    }

    .flexi div .home-blog-content .post-item:nth-child(2n+1) {
        clear: both !important;
    }

    .flexi .home-sidebar-content .filter-button-group button {
        font-size: 14px;
        margin: 0 3px;
        padding: 4px 6px;
    }
}

@media (max-width: 767px) {
    .flexi .header-top aside,
    .flexi .header-top .header-top-right {
        float: left;
        width: 100%;
    }

    .flexi .sn-header-style-3 div .header-top-logo form {
        margin: 0 0 20px 0;
    }

    .flexi .header-top .header-top-right {
        position: relative;
        height: auto;
        border-right: none;
        padding: 0 50px 20px 0;
    }

    .flexi .header-top .header-top-right > div {
        margin: 10px 0;
    }

    .flexi .header-top .header-top-right > div a {
        position: relative;
    }

    .flexi .header-top .header-top-right input {
        width: 80%;
        height: 50px;
        line-height: 50px;
        width: 100%;
        border: 1px solid #555;
        padding: 0 10px;
    }

    .flexi .header-top .header-top-right a {
        position: absolute;
        right: 0;
        top: 10px;
        width: 50px;
    }

    .flexi .header-top-left {
        height: auto;
    }

    .flexi .slide-home-1 .slide1-right img,
    .flexi .slide-home-1 .slide2-bg img {
        min-height: 350px;
    }

    .flexi .slide-home-1 .slide1 .slide1-right .slide1-content {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .flexi .slide-home-1 .slide1 .slide1-left {
        width: 80%;
    }

    .flexi .slide-home-1 .slide1 .slide1-left {
        left: 20px;
        top: 20px;
        width: 80%;
    }

    .flexi .slide-home-1 .slide1 .slide1-left .title {
        font-size: 12px;
    }

    .flexi .slide-home-1 .slide1 .slide1-left h1 {
        font-size: 30px;
    }

    .flexi .slide-home-1 .slide1 .slide1-left p {
        display: inline-block;
        overflow: hidden;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .flexi .slide-home-1 .slde2-content {
        right: 20px;
        top: 20px;
    }

    .flexi .slide-home-1 .slde2-content .year p {
        font-size: 60px;
    }

    .flexi .slide-home-1 .slde2-content .year span {
        font-size: 40px;
    }

    .flexi .slide-home-1 .slde2-content .btn-slide2 {
        padding: 10px 15px;
        font-size: 14px;
        margin: 0 10px;
    }

    .flexi .footer-style-1 .footer-top .desc {
        padding: 0 10px;
    }

    .flexi .banner-page-left .content-hover .banner-name {
        font-size: 24px;
        line-height: 30px;
    }

    .flexi .banner-page .content-banner .banner-name {
        font-size: 20px;
    }

    .flexi .banner-page .content-banner span {
        font-size: 15px;
    }

    .flexi .home-2 .our-home-2 .row-col .col-4,
    .flexi .home-2 .our-home-2 .row-col .col-8 {
        width: 100%;
    }

    .flexi .product-item-wrap.our-style-1 .product-actions {
        width: 200px;
    }

    .flexi .banner-shortcode-wrap.style_2 .banner-overlay {
        padding: 5px 20px;
    }

    .flexi .count-downt.style-1 h2 {
        font-size: 25px;
    }

    .flexi .home-2 .recent-news-home_2 .recent-news-container .recent-news-absolute {
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 300px;
        position: relative;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .flexi .home-2 .recent-news-home_2 .recent-news-container .recent-news-absolute::before {
        border: 1px solid rgba(0, 0, 0, 0.3);
    }

    .flexi .sn-newletter-style2 .newletter-content-left,
    .flexi .sn-newletter-style2 .newletter-content {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .flexi .footer-style-2 .tagcloud {
        display: inline-block;
        width: 100%;
    }

    .flexi .style-1 .banner-content .banner-content-title .banner-title {
        font-size: 15px;
    }

    .flexi .slide-home-2 .slide1 > figure > img,
    .flexi .slide-home-2 .slide2 > figure > img {
        min-height: 450px;
    }

    .flexi .slide-home-2 .slide-content {
        width: 80%;
    }

    .flexi .slide-home-2 .slide-content h2 {
        font-size: 30px;
    }

    .flexi .slide-home-2 .slide-content p {
        font-size: 20px;
    }

    .flexi .slide-home-3 .slide1 > figure > img,
    .flexi .slide-home-3 .slide2 > figure > img {
        min-height: 450px;
    }

    .flexi .slide-home-3 .slide-content {
        width: 70%;
    }

    .flexi .slide-home-3 .slide-content .text {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .flexi .slide-home-3 .slide-content p {
        font-size: 16px;
        letter-spacing: 0;
    }

    .footer-style-2 .footer-top h3 {
        margin-top: 40px;
    }

    .flexi .header-top-logo > a,
    .flexi .sn-header-style-3 .header-top-logo > form,
    .flexi .header-top-logo > .header-right {
        float: left;
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }

    .flexi .sn-header-style-3 .header-top-logo form select {
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .flexi .sn-header-style-3 div .header-top-logo form input {
        padding: 0 10px;
    }

    .flexi .sn-header-style-3 .header-top-logo form button {
        width: 30px;
    }

    .flexi .header-right .cart_list_wrapper {
        width: 280px;
    }

    .flexi .home-3 .banner-shortcode-5-content {
        top: 0;
    }

    .flexi .countTo.countTo-style-1 {
        margin-bottom: 15px;
    }

    .flexi .sn-newletter-style3 .sn-newletter-style3-right {
        padding-bottom: 70px;
    }

    .sn-newletter-style3 .sn-newletter-style3-right input {
        padding: 0 20px;
    }

    .sn-newletter-style3 .sn-newletter-style3-right a {
        top: auto;
        bottom: 0;
        left: 0;
    }

    .product-tab .nav.nav-pills li {
        margin-bottom: 10px;
        width: 100%;
    }

    .banner-page .cost {
        height: 80px;
        line-height: 80px;
        width: 80px;
    }

    .flexi .post-item {
        padding: 0px 0px 20px 0px;
    }

    .blog-3-columns div .blog-grid {
        width: 100%;
    }

    .blog-2-columns .blog-grid {
        width: 100%;
    }

    .cart .cart-form .quanlity,
    .wishlist-form .quanlity {
        display: none;
    }

    .cart .cart-form table tr,
    .wishlist-form table tr {
        border-bottom: 1px solid #000;
    }

    .cart .cart-form table tr:first-child,
    .wishlist-form table tr:first-child {
        border: none;
    }

    .cart .cart-form table th,
    .wishlist-form table th {
        display: none;
    }

    .cart .cart-form table td,
    .wishlist-form table td {
        border-bottom: 1px solid #ddd;
        display: inline-block;
        padding: 10px 0 10px 100px;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .cart .cart-form table td::before,
    .wishlist-form table td::before {
        content: attr(data-title);
        height: 100%;
        left: 0;
        padding-top: 10px;
        position: absolute;
        top: 0;
    }

    .cart .cart-form table td:last-child,
    .wishlist-form table td:last-child {
        border: none;
    }

    .cart .cart-form table td::after,
    .wishlist-form table td::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100px;
        width: 1px;
        background-color: #eee;
        content: "";
    }

    .about-us .about-us-content {
        padding: 0 10px;
    }

    .about-us .about-us-content .about-bottom .about-bottom-left {
        padding-right: 0;
    }

    .contact-us .contact-us-content {
        padding: 0;
    }

    .page-404 .img-404 a.return-home {
        border: 1px solid #ffdc73;
        background-color: #ffdc73;
        font-size: 15px;
        padding: 5px 20px;
        bottom: 10px;
    }

    div .footer.footer-style-4 .footer-top > div {
        width: 100%;
    }

    .home-5,
    .home-6 {
        padding: 0;
    }

    div .banner-home-5 .banner-home-5-content {
        left: 10px;
        width: 100%;
    }

    div .banner-home-5 .banner-home-5-content .text h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0;
        padding-top: 10px;
    }

    div .banner-home-5 .banner-home-5-content .text .price-box {
        margin: 0;
        padding: 0;
        height: 50px;
    }

    div .banner-home-5 .banner-home-5-content .text .price-box span {
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-top: 0;
    }

    div .banner-home-5 .banner-home-5-content .text .price-box .price {
        font-size: 14px;
    }

    div .banner-home-5 .banner-home-5-content .desc span {
        font-size: 15px;
        padding-right: 20px;
    }

    div .banner-home-5 .banner-home-5-content > a {
        font-size: 12px;
        margin-top: 5px;
        padding: 2px 10px;
    }

    .home-6-banner figure img,
    .home-6-sale figure img,
    .home-6-colection figure img {
        min-height: 350px;
    }

    div .home-6-banner .home-6-banner-content {
        width: 100%;
    }

    div .home-6-banner .home-6-banner-content .home-6-banner-top .desc {
        font-size: 15px;
        padding: 10px 0;
    }

    div .home-6-banner .home-6-banner-content .home-6-banner-top h2 {
        font-size: 50px;
    }

    .sn-header-style-1 .header-top-left aside,
    .sn-header-style-1 .header-top-right {
        border-left: none;
    }

    .home-6-sale .home-6-sale-content {
        width: 85%;
    }

    .home-6-sale .home-6-sale-content .row > div > div {
        height: 90px;
    }

    .home-6-sale .home-6-sale-content .row > div > div.home-6-sale-left {
        display: none;
    }

    .home-6-sale .home-6-sale-content .row > div > div.home-6-sale-right {
        display: inline-block;
    }

    .home-6-sale .home-6-sale-content .row > div > div.home-6-sale-right h6 {
        font-size: 20px;
    }

    .recent-news-home_6 .recent-news-container article .post-thumbnail .post-info span {
        font-size: 12px;
    }

    .recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore .span-text {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .flexi .slide-home-7 img {
        min-height: 350px;
    }

    .flexi .slide-home-7 .slide1-content {
        width: 85%;
        padding: 20px;
    }

    .flexi .slide-home-7 .slide1-content .desc {
        font-size: 18px;
        padding: 0 10px;
    }

    .flexi .slide-home-7 .slide1-content h2 {
        font-size: 21px;
    }

    .flexi .slide-home-7 .slide2-content {
        width: 85%;
    }

    .flexi .slide-home-7 .slide2-content h2 {
        font-size: 20px;
        padding: 20px;
    }

    .flexi .banner-shortcode-wrap.style-4 .banner-content {
        margin: 15px 0;
    }

    .flexi .banner-shortcode-wrap.style-4.effect_2 .banner-content img {
        width: 100%;
    }

    .flexi .slide-home-8 .slide1 > figure > img,
    .flexi .slide-home-8 .slide2 > figure > img {
        min-height: 350px;
    }

    .flexi .slide-home-8 .slide1-content {
        padding: 20px;
        width: 80%;
    }

    .flexi .slide-home-8 .slide1-content .desc {
        font-size: 16px;
    }

    .flexi .slide-home-8 .slide1-content h2 {
        font-size: 30px;
        margin: 20px 0;
    }

    .flexi .slide-home-8 .slide2-content {
        width: 85%;
    }

    .flexi .slide-home-8 .slide2-content h2 {
        font-size: 20px;
        margin: 10px 0 0;
        padding: 10px;
    }

    .flexi .slide-home-8 .slide2-content p {
        font-size: 15px;
        margin: 15px 0;
    }

    .flexi .slide-home-8 .slide2-content a {
        padding: 12px 24px;
    }

    .home-sidebar-banner-sider .slide1 > figure img,
    .home-sidebar-banner-sider .slide2 > figure img {
        min-height: 350px;
    }

    .home-sidebar-banner-sider .slider1-content h2 {
        font-size: 60px;
        padding: 0 10px;
    }

    .home-sidebar-banner-sider .slide2-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .sperator p {
        font-size: 20px;
    }

    .flexi .sn-site div .width-33-32,
    .flexi .sn-site div .width-50 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-5 .home-5-colection-sale .sperator {
        margin-top: 20px;
    }

    .header-top > div > div {
        display: inline-block;
        float: left;
        width: 100%;
    }

    .header-top > div > div.header-top-left {
        border-bottom: 1px solid #555;
        border-right: 1px solid #555;
    }

    /*
   .style-1 .banner-content img,
   .flexi .banner-shortcode-wrap.style_2 .banner-content img {
    width: 100%;
  }*/
    .product-item-wrap div .product-actions {
        width: 100%;
    }

    .sn-newletter-style2 .newletter-content-left {
        padding: 20px;
    }

    .footer-style-2 .intagram {
        padding: 0 100px;
    }

    .footer-style-2 .intagram li a {
        width: 100%;
    }

    .footer-style-2 .intagram li a img {
        width: 100%;
    }

    .flexi .slide-home-2 .slide-content {
        text-align: center;
        width: 100%;
    }

    .flexi .slide-home-2 .slide1-content h2 {
        margin: 0;
    }

    .flexi .slide-home-2 .slide1-content p {
        font-size: 20px;
        line-height: 20px;
    }

    .flexi .slide-home-2 .slide2-content p {
        font-size: 18px;
        margin: 5px 0 10px;
    }

    .blog-3-columns .blog-grid {
        width: 100%;
    }

    .cart .cart-form .button-cart > div {
        margin-bottom: 15px;
        text-align: center !important;
        width: 100%;
    }

    .cart .cart-form .button-cart > div a,
    .cart .cart-form .button-cart > div input {
        width: 220px;
    }

    .footer-style-4 .footer-top > div {
        width: 50%;
    }

    .footer-style-4 .footer-top > div.logo-footer-4 {
        width: 100%;
    }

    .home-5,
    .home-6 {
        padding: 0 20px;
    }

    .banner-home-5 .banner-home-5-content {
        width: 95%;
        left: 10px;
    }

    .banner-home-5 .banner-home-5-content .text .price-box {
        height: 65px;
        margin: 0;
        padding: 0;
    }

    .banner-home-5 .banner-home-5-content .text .price-box span {
        margin-top: 0;
    }

    .banner-home-5 .banner-home-5-content .text h2 {
        font-size: 65px;
        line-height: 65px;
    }

    .banner-home-5 .banner-home-5-content .desc span {
        font-size: 22px;
    }

    .home-6-banner .home-6-banner-content .home-6-banner-top .desc {
        font-size: 17px;
        padding: 10px 0;
    }

    .home-6-banner .home-6-banner-content .home-6-banner-top h2 {
        font-size: 80px;
    }

    .home-6-banner .home-6-banner-content .home-6-banner-text {
        padding: 15px 50px;
    }

    .home-6-banner img,
    .home-6-sale img,
    .home-6-colection img {
        min-height: 500px;
    }

    .home-6-sale .home-6-sale-content {
        width: 80%;
    }

    .home-6-sale .home-6-sale-content .home-6-sale-left span {
        width: 100%;
    }

    .flexi .slide-home-7 img {
        min-height: 450px;
    }

    .flexi .slide-home-7 .slide1-content {
        width: 85%;
        padding: 20px;
    }

    .flexi .slide-home-7 .slide1-content h2 {
        font-size: 30px;
    }

    .flexi .slide-home-7 .slide2-content {
        width: 85%;
    }

    .flexi .slide-home-7 .slide2-content h2 {
        font-size: 30px;
        padding: 30px;
    }

    .flexi .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 24px;
    }

    .flexi .slide-home-8 .slide1 > figure > img,
    .flexi .slide-home-8 .slide2 > figure > img {
        min-height: 450px;
    }

    .flexi .slide-home-8 .slide1-content {
        padding: 30px;
        width: 80%;
    }

    .flexi .slide-home-8 .slide1-content .desc {
        font-size: 18px;
    }

    .flexi .slide-home-8 .slide1-content h2 {
        font-size: 40px;
        margin: 25px 0;
    }

    .flexi .slide-home-8 .slide2-content {
        width: 85%;
    }

    .flexi .slide-home-8 .slide2-content h2 {
        font-size: 30px;
        margin: 20px 0 0;
        padding: 20px;
    }

    .flexi .slide-home-8 .slide2-content p {
        font-size: 18px;
        margin: 20px 0;
    }

    .flexi .slide-home-8 .slide2-content a {
        padding: 12px 28px;
    }

    .home-8-our-offer-content .product-style-7 .col-md-4 {
        width: 50%;
        float: left;
    }

    .home-sidebar-banner-sider .slide1 > figure img,
    .home-sidebar-banner-sider .slide2 > figure img {
        min-height: 450px;
    }

    .flexi .slide-home-1 .slide1-right img,
    .flexi .slide-home-1 .slide2-bg img {
        min-height: 450px;
    }

    .flexi .slide-home-1 .slide1 .slide1-right .slide1-content {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .flexi .slide-home-1 .slide1 .slide1-left {
        width: 80%;
    }

    .flexi .slide-home-1 .slide1 .slide1-left {
        left: 20px;
        top: 20px;
        width: 80%;
    }

    .flexi .slide-home-1 .slide1 .slide1-left .title {
        font-size: 14px;
    }

    .flexi .slide-home-1 .slide1 .slide1-left h1 {
        font-size: 40px;
    }

    .flexi .slide-home-1 .slide1 .slide1-left p {
        display: inline-block;
        overflow: hidden;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .flexi .slide-home-1 .slde2-content {
        right: 20px;
        top: 20px;
    }

    .flexi .slide-home-1 .slde2-content .year p {
        font-size: 80px;
    }

    .flexi .slide-home-1 .slde2-content .year span {
        font-size: 50px;
    }

    .flexi .slide-home-1 .slde2-content .btn-slide2 {
        padding: 15px 25px;
        font-size: 16px;
        margin: 0 10px;
    }

    .flexi .home-4 .sofa-left .row .col-md-4:nth-child(n + 3) {
        display: none;
    }

    .home-7-banner .row .col-md-8 {
        float: left;
        width: 68%;
    }

    .home-7-banner .row .col-md-4 {
        width: 32%;
        float: left;
    }

    .sperator p {
        font-size: 25px;
    }

    .flexi .slide-home-2 .slide1 > figure > img,
    .flexi .slide-home-2 .slide2 > figure > img {
        min-height: 550px;
    }

    .flexi .slide-home-3 .slide1 > figure > img,
    .flexi .slide-home-3 .slide2 > figure > img {
        min-height: 550px;
    }

    .flexi .slide-home-3 .slide-content {
        width: 60%;
    }

    .flexi .slide-home-3 .slide-content .text {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .flexi .slide-home-3 .slide-content p {
        font-size: 16px;
        letter-spacing: 0;
    }

    .flexi .sn-site .width-33-32,
    .flexi .sn-site .width-50 {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .flexi .header.fixed {
        position: fixed;
        z-index: 10;
    }

    a[href="#primary-menu"] {
        display: inline-block;
        padding: 18px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
        font-size: 20px;
    }

    .flexi .sn-header-style-1 > .container {
        width: 100%;
    }

    .flexi .icon-box {
        margin-bottom: 20px;
    }

    .flexi .banner-shortcode-wrap.style-1,
    .flexi .banner-shortcode-wrap.style_2,
    .flexi .slide-home-7 {
        margin-bottom: 20px;
    }

    .flexi .banner-sub-page .container h2 {
        font-size: 20px;
        z-index: 2;
    }

    .flexi .header.sn-header-style-2 {
        padding: 0;
        position: relative;
        width: 100%;
    }

    .flexi .header.sn-header-style-2 .header-left {
        text-align: center;
    }

    .flexi .header.sn-header-style-2 .header-bottom {
        position: relative;
        height: 100%;
        top: 0;
        left: 0;
    }

    .flexi .header.sn-header-style-2 .header-logo {
        float: inherit !important;
        left: auto;
        margin: 0 auto;
        padding: 10px 0;
        position: relative;
    }

    .flexi .header.sn-header-style-2 .header-right {
        right: 0;
    }

    .flexi .header.sn-header-style-2 .header-right .header-right-box {
        width: 110px;
    }

    .flexi .header.sn-header-style-2 .header-right .header-right-box .shopping-cart-wrapper,
    .flexi .header.sn-header-style-2 .header-right .header-right-box .my-wishlist {
        margin-left: 10px;
    }

    .flexi .header.sn-header-style-2 .header-customize-item {
        padding: 20px 0;
    }

    .flexi .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .entry-title {
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
    }

    .flexi .header-top-left aside {
        margin-right: 30px;
    }

    .flexi div .header-top-right .header-top-search {
        margin-top: 2px;
        padding-right: 50px;
        position: relative;
    }

    .flexi div .header-top-right .header-top-search input {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    .flexi div .header-top-right .header-top-search a {
        position: absolute;
        width: 50px;
        top: 0;
        right: 0;
    }


    .flexi .header.header-top {
        display: none;
    }

    .flexi .sn-header-style-1 .header-left {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 70px;
    }

    .flexi .sn-header-style-1 .header-left .header-logo {
        padding: 10px 0;
        position: relative;
        float: inherit !important;
        margin: 0;
        left: auto;
    }

    .flexi .sn-header-style-1 .my-wishlist {
        margin-left: 10px;
    }

    .flexi .sn-header-style-1 .header-customize-item {
        padding: 15px 0 0;
    }

    .flexi .sn-header-style-1.sn-header-style-5 .header-right .header-right-box {
        width: 70px;
    }

    .flexi .sn-header-style-1.sn-header-style-5 .header-customize-item {
        padding: 20px 0;
    }

    .flexi .home-4 .banner-shortcode-wrap.style_2 .banner-overlay {
        padding: 15px 20px;
    }


    .flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-top-style-3 {
        display: none;
    }

    .flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .header-logo,
    .flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .header-right {
        display: inline-block;
    }


    .flexi .header.sn-header-style-7 {
        position: relative;
    }

    .flexi .header.sn-header-style-7 .header-logo.pull-left a {
        display: inline-block;
        position: relative;
    }

    .flexi .header.sn-header-style-7 .header-logo.pull-left a::before {
        /* content: url("../images/logo-black.png"); */
        position: absolute;
    }

    .flexi .header.sn-header-style-7 .header-bottom {
        position: inherit;
    }

    .flexi .header.sn-header-style-7 .header-bottom .header-logo {
        display: block;
        margin: 0;
        padding: 10px 0 5px;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .flexi .header.sn-header-style-7 .header-bottom .header-right {
        display: block;
    }

    .flexi .header.sn-header-style-7 .header-bottom .header-right .header-right-box {
        position: absolute;
        right: 15px;
        top: 0;
        display: inline-block;
        width: 120px;
    }

    .flexi .header.sn-header-style-7 .header-bottom .header-right .header-right-box .header-customize-item {
        padding: 20px 0;
    }

    .flexi .header.sn-header-style-7 .header-bottom .header-right .header-right-box .header-customize-item i {
        color: rgba(63, 63, 63, 0.75);
        font-size: 16px;
    }

    .flexi .header.sn-header-style-7 .header-bottom .header-right .header-right-box .header-customize-item span {
        background-color: #ffdc73;
        border-radius: 50%;
        color: #333;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        right: 0;
        text-align: center;
        top: -6px;
        width: 20px;
    }

    .flexi .home-sidebar {
        padding-left: 0;
    }

    .flexi .home-sidebar .header.sn-header-style-8 {
        height: auto;
        position: relative;
        width: 100%;
    }

    .flexi .home-sidebar .header.sn-header-style-8 .header-bottom {
        width: 100%;
    }

    .flexi .home-sidebar .header.sn-header-style-8 .header-bottom .form-header-home-8 {
        display: none;
    }

    .flexi .home-sidebar .header.sn-header-style-8 .header-bottom .header-left .header-logo {
        padding: 15px 0;
    }

    .flexi .home-sidebar .header.sn-header-style-8 .header-bottom .header-right {
        display: block;
    }

    .flexi .home-sidebar .header.sn-header-style-8 .header-bottom .header-right .header-customize-item {
        padding: 20px 0;
    }

    .flexi .home-sidebar .header.sn-header-style-8 .header-bottom .header-right .header-customize-item span {
        background-color: #ffdc73;
        border-radius: 50%;
        color: #333;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        right: 0;
        text-align: center;
        top: -6px;
        width: 20px;
    }

    .flexi .home-sidebar .header.sn-header-style-8 .header-bottom .header-right .my-wishlist {
        margin-left: 14px;
    }

    .flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 {
        position: relative;
    }

    .flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-right .header-customize-right > div i {
        color: #333;
    }
}

@media (min-width: 992px) and (max-width: 1365px) {
    .flexi .count-downt.style-1 h2 {
        font-size: 30px;
    }

    .flexi .count-downt.style-1 .count-down-time > div {
        padding: 0 15px 30px;
    }

    .flexi .home-2 .countdown-home-2 .count-downt.style-1 {
        margin-top: 20px;
    }

    .flexi .product-item-wrap .product-actions {
        width: 100%;
    }

    .flexi .header.sn-header-style-2 {
        padding: 0 10px;
    }

    .flexi .header.sn-header-style-2 .header-bottom {
        padding-top: 0;
    }

    .flexi .header.sn-header-style-2 .header-right {
        right: 0;
    }

    .flexi .header.sn-header-style-2 .header-logo {
        left: 50px;
        margin: 0;
    }

    .flexi .header-top-left aside {
        margin-right: 25px;
    }

    .flexi .home-2 .countdown-home-2 .count-downt.style-1 {
        margin-top: 30px;
    }

    .flexi .banner-shortcode-wrap.style_2 .banner-overlay {
        padding: 15px 20px;
    }

    .flexi .banner-shortcode-wrap.style_2 .banner-overlay h3 {
        font-size: 45px;
    }

    .flexi .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .entry-title {
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
    }

    .flexi .banner-home-5 .banner-home-5-content {
        left: 10px;
        width: 90%;
    }


    .flexi .home-6-sale .home-6-sale-content {
        width: 80%;
    }

    .flexi .icon-box.icon-box-style5 .icon-box-container .icon-content {
        top: 30px;
    }

    .flexi .home-8-our-offer .sperator {
        margin-top: 35px;
    }

    .flexi .shortcode-single-product-wrap.product-style-7 .col-md-4 {
        width: 50%;
    }

    .flexi .slide-home-8 .slide1 > figure > img,
    .flexi .slide-home-8 .slide2 > figure > img {
        min-height: 550px;
    }

    .flexi .home-sidebar {
        padding-left: 260px;
    }

    .flexi .home-sidebar .header.sn-header-style-8 {
        width: 260px;
    }

    .flexi .home-sidebar .header.sn-header-style-8 .header-bottom {
        width: 260px;
    }

    .flexi .home-sidebar .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu {
        width: 720px;
    }

    .flexi .home-sidebar .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.menu-blog > .sub-menu {
        width: 255px;
        padding: 0;
    }

    .flexi .home-sidebar .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li > a {
        padding: 10px 0 10px 10px;
    }

    .flexi .home-sidebar .slide-logo .container {
        width: auto;
    }

    .flexi .home-sidebar-banner-sider .slide1 > figure img,
    .flexi .home-sidebar-banner-sider .slide2 > figure img {
        min-height: 450px;
    }

    .flexi .slide-home-1 .slide1-right img,
    .flexi .slide-home-1 .slide2-bg img {
        min-height: 550px;
    }

    .flexi .slide-home-1 .slide1 .slide1-right .slide1-content {
        width: 140px;
        height: 140px;
        line-height: 140px;
    }

    .flexi .slide-home-1 .slide1 .slide1-left {
        left: 20px;
        top: 20px;
        width: 80%;
    }

    .flexi .slide-home-1 .slide1 .slide1-left h1 {
        font-size: 80px;
    }

    .flexi .slide-home-1 .slde2-content {
        right: 60px;
        top: 20px;
    }

    .flexi .slide-home-1 .slde2-content .year p {
        font-size: 120px;
    }

    .flexi .slide-home-1 .slde2-content .year span {
        font-size: 60px;
    }

    .flexi .slide-home-1 .slde2-content .btn-slide2 {
        padding: 10px 15px;
        font-size: 14px;
        margin: 0 10px;
    }

    .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info span.price {
        bottom: 55px;
    }

    /*
   .flexi .home-4-sofa-product > .row > .col-md-6,
   .flexi .home-4-chair-product > .row > .col-md-6 {
    width: 100%;
  }*/
    .flexi .slide-home-3 .slide1 > figure > img,
    .flexi .slide-home-3 .slide2 > figure > img {
        min-height: 550px;
    }
}

@media (max-width: 1919px) {
    .flexi .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 50px;
    }
}

@media (min-width: 1366px) and (max-width: 1520px) {
    .flexi .slide-logo .container {
        width: 100%;
    }
}

/* --------------------------------------------------------------------- */
/* HEADER
/* --------------------------------------------------------------------- */
/***********T_T**************/
.flexi a:focus,
.flexi a:hover {
    outline: medium none transparent;
    text-decoration: none;
}

.flexi .header-bottom {
    display: inline-block;
    display: block;
    position: relative;
    width: 100%;
    width: 1200px;
    margin: 0 auto;
}

.flexi .header-logo {
    margin-right: 120px;
    padding: 50px 0;
    left: 15px;
    position: absolute;
    top: 0;
}

.flexi .main-nav {
    text-align: right;
    width: 100%;
}

.flexi .main-nav > ul.nav {
    display: inline-block;
    padding-left: 0;
}

.flexi .header-left nav {
    display: inline-block;
}

.flexi .header-left > div {
    display: inline-block;
    float: left;
}

.flexi .flexi .header {
    background: #424242;
}

.flexi .header-top {
    border-bottom: 1px solid #555;
    color: #808080;
    font-size: 14px;
}

.flexi .sn-header-style-1 .header-top {
    color: #b5b5b5;
}

.flexi .header-top-left {
    display: inline-block;
    float: left;
    height: 55px;
    line-height: 55px;
}

.flexi .header-top-left aside {
    display: inline-block;
    margin-right: 45px;
    padding-left: 20px;
    border-left: 1px solid #555;
}

.flexi .header-top-left aside i {
    color: #ffdc73;
    margin: 0 10px 0 0;
}

.flexi .header-top-right {
    border-left: 1px solid #555;
    border-right: 1px solid #555;
    display: inline-block;
    float: right;
    height: 55px;
    padding: 0 30px 0 20px;
}

.flexi .header-top-right .header-top-search {
    margin-top: 8px;
}

.flexi .header-top-right .header-top-search input {
    background-color: transparent;
    border: medium none;
    color: #b5b5b5;
}

.flexi .header-top-right .header-top-search a {
    color: #fff;
}

.flexi .header-top-right .header-top-search a.btn {
    margin: 0;
    background-color: transparent;
}

.flexi .header-top-right .header-top-search a:hover {
    color: #ffdc73;
    background-color: transparent;
}

.flexi .container-inner {
    display: inline-block;
    padding: 50px 0 0;
    position: relative;
    width: 100%;
}

.flexi .sub-menu {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    padding: 0;
    z-index: 9;
}

.flexi .sub-menu li {
    display: inline-block;
}

.flexi .sn-header-style-1 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    color: #fff;
}

.flexi .main-nav > .nav > li {
    display: inline-block;
    position: inherit;
    padding-bottom: 50px;
    padding-top: 50px;
}

.flexi .main-nav > .nav > li > .sub-menu {
    border: none;
    box-shadow: 1px 1px 3px 1px #ddd;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.05s ease 0s;
    visibility: hidden;
    padding: 40px 0;
    left: 15px;
    right: 15px;
}

.flexi .main-nav > .nav > li > .sub-menu > li {
    border-left: 2px solid rgba(0, 0, 0, 0.09);
    float: left;
    position: relative;
    width: 25%;
    text-align: left;
}

.flexi .main-nav> .nav > li > .sub-menu > li:first-child {
    border: none;
}

.flexi .main-nav> .nav > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    transition: all 0.5s ease 0.05s;
}

.flexi .sub-menu .sub-menu {
    position: inherit;
}

.flexi .sub-menu .sub-menu li {
    display: block;
}

.flexi div.sub-menu .sub-menu-mega {
    padding: 0;
    position: relative;
}

.flexi .sub-menu .desc-review-content section {
    float: left;
    width: 33.33%;
}

.flexi .nav.nav-pills li {
    width: 100%;
}

.flexi .sub-menu .nav-pills {
    float: left;
    width: 25%;
}

.flexi .sub-menu .desc-review-content {
    float: right;
    width: 75%;
}

.flexi .sub-menu .desc-review-content section {
    float: left;
    width: 33.33%;
}

.flexi .main-nav> .nav > li.mega-menu .sub-menu-mega {
    padding: 0;
}

.flexi .main-nav> .nav > li > .sub-menu > li > a,
.flexi .main-nav> .nav > li.mega-menu .widget-title-wrapper .heading-title {
    color: #333;
    display: inline-block;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    padding-left: 20px;
    font-size: 15px;
}

.flexi .main-nav> .nav > li > .sub-menu > li > a::before,
.flexi .main-nav> .nav > li.mega-menu .widget-title-wrapper .heading-title::before {
    background-color: #ffdc73;
    bottom: 0;
    content: "";
    height: 2px;
    left: 20px;
    position: absolute;
    width: 50px;
}

.flexi .main-nav> .nav > li > .sub-menu > li > a:hover,
.flexi .main-nav> .nav > li.mega-menu .widget-title-wrapper .heading-title:hover {
    color: #ffdc73;
}

.flexi .main-nav> .nav > li > .sub-menu > li > ul {
    padding-bottom: 20px;
}

.flexi .main-nav> .nav > li > .sub-menu > li li {
    padding: 10px 0 10px 20px;
    position: relative;
}

.flexi .main-nav> .nav > li > .sub-menu > li li a {
    color: #808080;
    width: 100%;
}

.flexi .main-nav> .nav > li > .sub-menu > li li a span {
    border-radius: 3px;
    color: #eee;
    font-size: 9px;
    margin-left: 5px;
    padding: 1px 4px;
}

.flexi .main-nav> .nav > li > .sub-menu > li li:before {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 50%;
    left: 0;
    width: 2px;
    background-color: #ffdc73;
    transition: all 0.5s ease 0s;
}

.flexi .main-nav> .nav > li > .sub-menu > li li:hover {
    padding-left: 25px;
    transition: all 0.5s ease 0s;
}

.flexi .main-nav> .nav > li > .sub-menu > li li:hover::before {
    top: 3px;
    bottom: 3px;
    transition: all 0.3s ease 0s;
}

.flexi .main-nav> .nav > li > .sub-menu > li li:hover a {
    color: #ffdc73;
}

.flexi .product-mega-menu-content {
    display: inline-block;
    float: right;
}

.flexi .product-mega-menu-content .rate {
    display: block;
}

.flexi .nav > li > a:focus,
.flexi .nav > li > a:hover {
    background-color: #fff;
}

.flexi .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.flexi .nav > li > a:focus,
.flexi .nav > li > a:hover {
    background-color: transparent;
    color: #ffdc73;
}

.flexi .main-nav > .nav > li.menu-shop > .sub-menu > li {
    width: 25%;
}

.flexi #primary-menu > .nav > li > a {
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
}

/*
#primary-menu > .nav > li > a::before {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: 100;
  position: absolute;
  right: 0;
}*/
.flexi .header-right {
    position: absolute;
    right: 0;
    top: 0;
}

.flexi .header-right .header-right-box {
    width: 100px;
}

.flexi .header-right .header-customize-right > div {
    display: inline-block;
    float: left;
    position: relative;
}

.flexi .header-right .header-customize-right > div i {
    color: #f6f6f6;
    font-size: 18px;
}

.flexi .header-right .header-customize-right > div:hover i {
    color: #ffdc73;
}

.flexi .header-right .sub-total-text {
    display: none;
}

.flexi .header-right .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    z-index: 21;
}

.flexi .header-right .shopping-cart-wrapper:hover .widget_shopping_cart_content .cart_list_wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s ease 0s;
    z-index: 21;
}

.flexi .header-right .cart_list_wrapper {
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
    background-color: #fff;
    border: none;
    position: absolute;
    right: 0;
    top: 100%;
    text-align: center;
    width: 300px;
}

.flexi .header-right .cart_list_wrapper ul {
    padding: 20px 30px;
}

.flexi .header-right .cart_list_wrapper ul li {
    list-style: outside none none;
}

.flexi .header-right .cart_list_wrapper ul li h4 {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.flexi .header-right .cart_list_wrapper ul li p {
    color: #888;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.flexi .header-customize-item {
    padding: 60px 0;
}

.flexi .canvas-menu-toggle-wrapper {
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.flexi .my-wishlist {
    margin-left: 40px;
}

.flexi .widget_shopping_cart_icon,
.flexi .yolo-wishlist {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    cursor: pointer;
}

.flexi .widget_shopping_cart_icon:hover,
.flexi .yolo-wishlist:hover {
    background-color: transparent;
}

.flexi .yolo-canvas-menu-wrapper.in {
    right: 0;
    transition: all 0.5s ease 0s;
    z-index: 22;
}

.flexi .yolo-canvas-menu-wrapper {
    z-index: 6;
    transition: all 0.5s ease 0s;
    background-color: #333;
    position: fixed;
    right: -305px;
    top: 0;
    width: 300px;
    padding: 20px;
    height: 100vh;
    z-index: 22;
}

.flexi .yolo-canvas-menu-wrapper .yolo-canvas-menu-close {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 18px;
    padding: 20px 10px 0 0;
    text-align: right;
    width: 100%;
    padding: 20px;
}

.flexi .yolo-canvas-menu-wrapper .about-description {
    color: #fff;
    margin-top: 20px;
}

.flexi .yolo-canvas-menu-wrapper .widget-social-profile ul {
    padding: 25px 0;
    margin: 0;
}

.flexi .yolo-canvas-menu-wrapper .widget-social-profile ul li {
    display: inline-block;
    margin: 0 5px;
}

.flexi .yolo-canvas-menu-wrapper .widget-social-profile ul li a {
    background-color: #fff;
    border-radius: 50%;
    color: #777;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    position: relative;
}

.flexi .yolo-canvas-menu-wrapper .widget-social-profile ul li a:hover {
    background-color: #ffdc73;
    color: #333;
}

.flexi .yolo-canvas-menu-wrapper .widget-social-profile ul li a:hover::before {
    bottom: -5px;
    content: "";
    left: -5px;
    opacity: 1;
    right: -5px;
    top: -5px;
    transition: all 0.3s ease 0s;
}

.flexi .yolo-canvas-menu-wrapper .widget-social-profile ul li a::before {
    background-color: transparent;
    border: 1px solid #ffdc73;
    border-radius: 50%;
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.flexi .yolo-canvas-menu-wrapper h4.widget-title {
    color: #ffdc73;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.flexi ul.intagram {
    padding: 0;
}

.flexi ul.intagram li {
    display: inline-block;
    float: left;
    padding: 2.5px;
    width: 33%;
}

.flexi ul.intagram li img {
    max-width: 100%;
}

.flexi ul.intagram li:hover {
    opacity: 0.6;
}

.flexi .clear a {
    color: #fff;
    display: inline-block;
    font-style: italic;
    margin-top: 10px;
}

.flexi .mega-menu .product_list_widget li a {
    float: left;
    width: 35%;
}

.flexi .mega-menu .product_list_widget li .mega-right {
    float: left;
    padding-top: 10px;
    width: 65%;
}

.flexi .mega-menu .product_list_widget li .mega-right .amount,
.flexi .mega-menu .product_list_widget li .mega-right .amount span,
.flexi .mega-menu .product_list_widget li .mega-right del,
.flexi .mega-menu .product_list_widget li .mega-right ins {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    margin-top: 10px;
}

.flexi .mega-menu .product_list_widget li .mega-right del {
    color: #888;
    margin-right: 5px;
}

.flexi .mega-menu .product_list_widget li .mega-right .amount {
    width: 100%;
}

.flexi .header.sn-header-style-2 {
    display: inline-block;
    padding: 0 100px;
    width: 100%;
}

.flexi .header.sn-header-style-2 .header-bottom {
    display: inline-block;
    width: 100%;
}

.flexi .header.sn-header-style-2 .header-right .header-right-box {
    display: inline-block;
    width: 160px;
}

.flexi .header.sn-header-style-2 .header-right .shopping-cart-wrapper {
    margin-left: 40px;
}

.flexi .header.sn-header-style-2 .canvas-menu-toggle-wrapper {
    float: left;
    margin: 0;
}

.flexi .header.sn-header-style-2 .header-logo {
    left: 85px;
}

.flexi .header.sn-header-style-2.menu-fixed .canvas-menu-toggle-wrapper {
    padding-top: 20px;
}

.flexi .sn-header-style-3.menu-fixed {
    background-color: #424242;
    box-shadow: 0 0 3px 0 #ccc;
    z-index: 20;
    top: 0;
}

.flexi .sn-header-style-3.menu-fixed .header-bottom {
    top: 0;
}

.flexi .menu-fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fixed;
    animation-name: fixed;
    box-shadow: 0 0 3px #eee;
}

.flexi .menu-fixed .header-right {
    top: 10px;
}

.flexi .menu-fixed .main-nav > .nav > li,
.flexi .menu-fixed .header-customize-item {
    padding: 10px 0;
}

.flexi .menu-fixed .header-logo {
    padding: 8px 0;
}

.flexi .menu-fixed .header-top {
    display: none;
}

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

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

.flexi .yolo-search-wrapper.show {
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.flexi .yolo-search-wrapper {
    background-color: #333333;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 21;
    visibility: hidden;
    opacity: 0;
}

.flexi .yolo-search-wrapper input {
    background-color: transparent;
    border-width: 0 0 2px;
    margin-top: 45vh;
    width: 80vw;
}

.flexi .yolo-search-wrapper button.close {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    opacity: 1;
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 22;
}

.flexi .yolo-search-wrapper .search {
    background-color: transparent;
    border: medium none;
    margin-left: -36px;
    color: #fff;
}

.flexi .header-right .header-customize-right button.close i {
    font-size: 35px;
}

.flexi .header-right .header-customize-right button i {
    color: #fff;
}

.flexi .icon-search-menu {
    cursor: pointer;
}

.flexi .header-social-profile-wrapper {
    display: none;
}

.flexi .sn-header-style-1 .main-nav-wrapper.header-right .my-wishlist-wrapper,
.flexi .sn-header-style-2 .main-nav-wrapper.header-right .my-wishlist-wrapper,
.flexi .sn-header-style-1 .main-nav-wrapper.header-right .widget_shopping_cart_icon,
.flexi .sn-header-style-2 .main-nav-wrapper.header-right .widget_shopping_cart_icon {
    position: relative;
}

.flexi .sn-header-style-1 .main-nav-wrapper.header-right .my-wishlist-wrapper span,
.flexi .sn-header-style-2 .main-nav-wrapper.header-right .my-wishlist-wrapper span,
.flexi .sn-header-style-1 .main-nav-wrapper.header-right .widget_shopping_cart_icon span,
.flexi .sn-header-style-2 .main-nav-wrapper.header-right .widget_shopping_cart_icon span {
    background-color: #ffdc73;
    border-radius: 50%;
    color: #333;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -6px;
    width: 20px;
}

@media screen and (max-width: 1024px) {
    .flexi .main-nav {
        width: 100%;
    }

    .flexi .header-bottom {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    a[href="#primary-menu"] {
        display: none;
    }

    .flexi nav .sub-menu {
        top: 100%;
    }
}

@media screen and (max-width: 991px) {
    .flexi nav#primary-menu {
        display: none;
    }

    .flexi .banner-shortcode-wrap.style_2 .banner-overlay h3 {
        font-size: 4vw;
    }
    .flexi .main-nav > ul.nav {
        display: block;
        padding-left: 0;
        overflow: hidden;
    }
    .flexi .main-nav > .nav > li{
        display: block;
        padding: 2px 0;

    }
    .flexi #primary-menu > .nav > li > a{
        margin: 0;
        text-align: center;
    }
}

.flexi .main-nav > .nav > li.menu-item.menu-blog {
    position: relative;
}

.flexi .main-nav > .nav > li.menu-item.menu-blog ul {
    width: 300px;
    padding-top: 0;
    padding-bottom: 0;
}

.flexi .main-nav > .nav > li.menu-item.menu-blog ul li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
    border-left: none;
}

.flexi .main-nav > .nav > li.menu-item.menu-blog ul li a {
    text-transform: capitalize;
    margin: 3px 0;
    padding: 8px 15px;
    transition: all 0.4s ease 0s;
    color: #808080;
    font-weight: 400;
}

.flexi .main-nav > .nav > li.menu-item.menu-blog ul li a::before {
    background-color: #ffdc73;
    bottom: 50%;
    height: auto;
    left: 0;
    top: 50%;
    transition: all 0.4s ease 0s;
    width: 2px;
}

.flexi .main-nav > .nav > li.menu-item.menu-blog ul li a:hover {
    transition: all 0.4s ease 0s;
    padding: 8px 15px 8px 20px;
    color: #d92231;
}

.flexi .main-nav > .nav > li.menu-item.menu-blog ul li a:hover::before {
    top: 0;
    bottom: 0;
    transition: all 0.4s ease 0s;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li {
    display: block;
    float: inherit;
    width: 100%;
    height: 60px;
    border-left: none;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > a {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 15px 10px;
    width: 20%;
    color: #808080;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > a::before {
    background-color: #ffdc73;
    bottom: 50%;
    content: "";
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    width: 2px;
    transition: all 0.5s ease 0s;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
    padding: 0;
    border-left: 1px solid #ddd;
    z-index: -2;
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    background-color: #fff;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li {
    width: 33.33%;
    float: left;
    padding: 0;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li .tagcloud a {
    border: 1px solid #eee;
    color: #333;
    display: inline-block;
    float: left;
    font-size: 15px;
    margin: 3px;
    padding: 2px 10px;
    width: auto;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li .tagcloud a:hover {
    background-color: #ffdc73;
    border: 1px solid #ffdc73;
    color: #fff;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list {
    width: 100%;
    padding-bottom: 30px;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram {
    width: 80%;
    float: left;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram a {
    display: inline-block;
    padding: 5px;
    width: 25%;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram a img {
    width: 100%;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram a:hover {
    opacity: 0.6;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .clear {
    width: 20%;
    float: left;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list:hover {
    padding-bottom: 30px;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li > a {
    color: #555;
    font-family: ubuntu;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li > a::before {
    background-color: #ffdc73;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li::before {
    display: none;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li:hover {
    padding-left: 20px;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li ul {
    padding: 0;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li,
.sidebar-product .featured-products li {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:last-child {
    border: none;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li a,
.sidebar-product .featured-products li a {
    display: inline-block;
    float: left;
    width: 40%;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right,
.sidebar-product .featured-products li p {
    display: inline-block;
    float: left;
    width: 60%;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right > span {
    color: #333;
    display: inline-block;
    width: 100%;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right > span del > span {
    color: #808080;
    font-size: 14px;
    margin-right: 10px;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:hover {
    padding: 0;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:before {
    display: none;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:before:hover {
    padding-left: 20px;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li:hover {
    padding: 0;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(2) > ul {
    top: -60px;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(3) > ul {
    top: -120px;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(4) > ul {
    top: -180px;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(5) > ul {
    top: -240px;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s ease 0s;
    z-index: 3;
    height: auto;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li:hover > a,
.flexi .main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > a {
    color: #ffdc73;
}

.flexi .main-nav .nav .mega-menu .sub-menu-mega > li:hover > a::before,
.flexi .main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > a::before {
    top: 0;
    bottom: 0;
    transition: all 0.5s ease 0s;
}

.flexi .sn-header-style-2.sn-header-style-4.menu-fixed .header-right {
    top: 0;
}

.flexi .sn-header-style-2.sn-header-style-4,
.flexi .sn-header-style-1.sn-header-style-5 {
    background-color: #fff;
}

.flexi .sn-header-style-2.sn-header-style-4 .nav > li > a,
.flexi .sn-header-style-1.sn-header-style-5 .nav > li > a,
.flexi .sn-header-style-2.sn-header-style-4 .canvas-menu-toggle-wrapper,
.flexi .sn-header-style-1.sn-header-style-5 .canvas-menu-toggle-wrapper {
    color: #333;
}

.flexi .header-logo img {
    height: 50px;
}

.flexi .sn-header-style-2.sn-header-style-4 .header-logo.pull-left a,
.flexi .sn-header-style-1.sn-header-style-5 .header-logo.pull-left a {
    display: inline-block;
    position: relative;
}

.flexi .sn-header-style-2.sn-header-style-4 .header-logo.pull-left a::before,
.flexi .sn-header-style-1.sn-header-style-5 .header-logo.pull-left a::before {
    /* content: url("../images/logo-black.png"); */
    position: absolute;
}

.flexi .sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i,
.flexi .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i,
.flexi .sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i.wicon,
.flexi .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i.wicon {
    color: rgba(63, 63, 63, 0.75);
    font-size: 16px;
}

.flexi .sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i:hover,
.flexi .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i:hover,
.flexi .sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i.wicon:hover,
.flexi .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i.wicon:hover {
    color: #ffdc73;
}

.flexi .sn-header-style-2.sn-header-style-4 .header-customize-item,
.flexi .sn-header-style-1.sn-header-style-5 .header-customize-item {
    padding: 55px 0;
}

.flexi .sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,
.flexi .sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
    left: 0;
    right: 0;
}

.flexi .sn-header-style-2.sn-header-style-4.menu-fixed .header-customize-item,
.flexi .sn-header-style-1.sn-header-style-5.menu-fixed .header-customize-item {
    padding: 20px 0;
}

.flexi .sn-header-style-1.sn-header-style-5 {
    display: inline-block;
    float: left;
    width: 100%;
    /*max-width: 1200px; */
}

.flexi .sn-header-style-1.sn-header-style-5 .header-logo {
    left: 0;
}

.flexi .header.header.sn-header-style-2 .main-nav > .nav > li > .sub-menu,
.flexi .header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,
.flexi .header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
    left: 50%;
    -webkit-transform: translateY(50px) translateX(-50%);
    -ms-transform: translateY(50px) translateX(-50%);
    transform: translateY(50px) translateX(-50%);
}

@media (max-width: 1200px) and (min-width: 992px) {
    .flexi .header.header.sn-header-style-2 .main-nav > .nav > li > .sub-menu,
    .flexi .header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,
    .flexi .header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
        width: 970px;
    }
}

@media (min-width: 1201px) {
    .flexi .header.header.sn-header-style-2 .main-nav > .nav > li > .sub-menu,
    .flexi .header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,
    .flexi .header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
        width: 1200px;
    }
}

.flexi .header.header.sn-header-style-2 .main-nav > .nav > li:hover > .sub-menu,
.flexi .header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li:hover > .sub-menu,
.flexi .header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li:hover > .sub-menu {
    -webkit-transform: translateY(-1px) translateX(-50%);
    -ms-transform: translateY(-1px) translateX(-50%);
    transform: translateY(-1px) translateX(-50%);
}

.flexi .header.header.sn-header-style-2 .main-nav > .nav > li.menu-item.menu-blog > .sub-menu,
.flexi .header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li.menu-item.menu-blog > .sub-menu,
.flexi .header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li.menu-item.menu-blog > .sub-menu {
    width: 300px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    left: 0;
}

.flexi .header.header.sn-header-style-2 .main-nav > .nav > li.menu-item.menu-blog:hover > .sub-menu,
.flexi .header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li.menu-item.menu-blog:hover > .sub-menu,
.flexi .header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li.menu-item.menu-blog:hover > .sub-menu {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.flexi .sn-header-style-1.sn-header-style-5.menu-fixed {
    padding: 0;
    margin: 0 auto;
    z-index: 10000;
}

.flexi .sn-header-style-1.sn-header-style-5.menu-fixed .main-nav-wrapper.header-left {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
}

.flexi .sn-header-style-1.sn-header-style-5.menu-fixed .header-bottom {
    float: left;
    float: none;
}

.flexi .sn-header-style-1.sn-header-style-5.menu-fixed .header-right {
    top: 0;
}

.flexi .header-top-style-3 {
    border-bottom: 1px solid #eee;
}

.flexi .header-top-style-3 .header-top-social-profile-wrapper {
    text-align: right;
    margin: 0;
}

.flexi .header-top-style-3 .header-top-social-profile-wrapper li {
    display: inline-block;
    margin: 0 2px;
    padding-top: 10px;
}

.flexi .header-top-style-3 .header-top-social-profile-wrapper li a {
    color: #808080;
    padding: 0 10px;
}

.flexi .header-top-style-3 .header-top-social-profile-wrapper li a:hover {
    color: #ffdc73;
}

.flexi .header-top-style-3 .logo {
    text-align: center;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.flexi .header-top-style-3 .header-right {
    margin: 0;
}

.flexi .header-top-style-3 .header-right .header-right-box .header-customize.header-customize-right {
    padding-top: 10px;
}

.flexi .header-top-style-3 .header-right .header-right-box .header-customize.header-customize-right .header-customize-item {
    padding: 0;
}

.flexi .header-top-style-3 .header-right .header-right-box .header-customize.header-customize-right .header-customize-item span.total {
    background-color: #ffdc73;
    border-radius: 50%;
    color: #333;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -6px;
    width: 20px;
}

.flexi .header-top-style-3 .header-top-social-profile-wrapper,
.flexi .header-top-style-3 .header-right,
.flexi .header-top-style-3 .logo {
    padding: 45px 30px;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6 {
    padding: 0;
    background-color: #fff;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .header-logo,
.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .canvas-menu-toggle-wrapper,
.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .header-right {
    display: none;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.menu-fixed .header-top-style-3 {
    display: none;
}

.flexi .header.sn-header-style-7 {
    background-color: #fff;
}

.flexi .header.sn-header-style-7 .box-header-top {
    background-color: #3f3f3f;
    border: medium none;
}

.flexi .header.sn-header-style-7 .header-top {
    border-bottom: 1px solid #ddd;
}

.flexi .header.sn-header-style-7 .header-top-right .header-top-search {
    margin-top: 13px;
}

.flexi .header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box {
    width: 210px;
}

.flexi .header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .widget_shopping_cart_icon {
    border: none;
    line-height: 20px;
    height: 20px;
}

.flexi .header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .widget_shopping_cart_icon i {
    font-size: 16px;
}

.flexi .header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .widget_shopping_cart_icon span {
    background-color: #ffdc73;
    border-radius: 50%;
    color: #333;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -6px;
    width: 20px;
}

.flexi .header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .header-right-phone {
    margin-right: 15px;
}

.flexi .header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .header-right-phone span {
    font-weight: 600;
}

.flexi .header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .header-right-phone i {
    color: #333;
    margin-right: 10px;
    padding-top: 5px;
    float: left;
}

.flexi .header.sn-header-style-7 .sn-header-style-3 .header-top-logo {
    padding: 40px 0;
}

.flexi .header.sn-header-style-7 .header-bottom {
    display: inline-block;
    width: 100%;
}

.flexi .header.sn-header-style-7 .header-bottom .nav > li > a {
    color: #333;
}

.flexi .header.sn-header-style-7 .header-bottom .main-nav > .nav > li {
    padding: 10px 0 5px;
}

.flexi .header.sn-header-style-7 .header-bottom .canvas-menu-toggle-wrapper,
.flexi .header.sn-header-style-7 .header-bottom .header-logo,
.flexi .header.sn-header-style-7 .header-bottom .header-right {
    display: none;
}

.flexi .home-sidebar {
    position: relative;
    padding-left: 300px;
}

.flexi .header.sn-header-style-8 {
    position: fixed;
    -webkit-animation: none;
    animation: none;
    left: 0;
    top: 0;
    height: 100vh;
    width: 300px;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.flexi .header.sn-header-style-8 .yolo-canvas-menu-wrapper {
    display: none;
}

.flexi .header.sn-header-style-8 .header-bottom {
    width: 300px;
    padding: 0;
}

.flexi .header.sn-header-style-8 .header-bottom .header-social-profile-wrapper {
    display: block;
    height: 40px;
    margin: 105px 0 0 0;
    padding: 0;
}

.flexi .header.sn-header-style-8 .header-bottom .header-social-profile-wrapper li {
    display: inline-block;
}

.flexi .header.sn-header-style-8 .header-bottom .header-social-profile-wrapper li a {
    background-color: #424242;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    text-align: center;
    width: 40px;
}

.flexi .header.sn-header-style-8 .header-bottom .header-social-profile-wrapper li a:hover {
    color: #ffdc73;
    transition: color 0.5s ease 0s;
}

.flexi .header.sn-header-style-8 .header-bottom .form-header-home-8 {
    bottom: 40px;
    display: inline-block;
    left: 0;
    padding-bottom: 30px;
    position: absolute;
    width: 100%;
}

.flexi .header.sn-header-style-8 .header-bottom .form-header-home-8 form {
    margin: 0 20px;
    position: relative;
}

.flexi .header.sn-header-style-8 .header-bottom .form-header-home-8 form input {
    border: 1px solid #eee;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
}

.flexi .header.sn-header-style-8 .header-bottom .form-header-home-8 form a {
    color: #333;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.flexi .header.sn-header-style-8 .header-bottom .form-header-home-8 form a:hover {
    color: #ffdc73;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left .header-logo {
    background-color: #424242;
    left: 0;
    margin: 0;
    padding: 45px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left .canvas-menu-toggle-wrapper {
    display: none;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li {
    width: 100%;
    float: left;
    padding: 5px 0;
    position: relative;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li:hover {
    background-color: #424242;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li:hover > a {
    color: #ffdc73;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li:hover > a::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > a {
    color: #333;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 12px;
    font-weight: 600;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > a::before {
    right: 10px;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu {
    top: 0;
    left: 100%;
    width: 970px;
    padding: 10px 0;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li {
    border-width: 1px;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > a {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 8px;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > ul {
    padding-bottom: 10px;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > ul li {
    padding: 6px 0 6px 20px;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > ul li a {
    font-size: 12px;
    font-weight: 600;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu {
    padding: 0;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li {
    height: 45px;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li > a {
    padding: 10px;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li:nth-child(2) > ul {
    top: -45px;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li:nth-child(3) > ul {
    top: -90px;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li p,
.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li span {
    font-size: 12px;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li ul {
    padding: 0;
}

.flexi .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.menu-blog > .sub-menu {
    width: 255px;
    padding: 0;
}

.flexi .header.sn-header-style-8 .header-bottom .header-right {
    display: none;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 {
    background-color: transparent;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 22;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-social-profile-wrapper li a {
    color: #fff;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-style-3 .logo a {
    position: relative;
    display: inline-block;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-style-3 .logo a::before {
    /*content: url("../images/logo/logo.png");*/
    position: absolute;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-style-3 .logo a img {
    opacity: 0;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-right .header-customize-right > div i {
    color: #fff;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 #primary-menu > .nav > li > a {
    color: #fff;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9.menu-fixed {
    background-color: #424242;
    box-shadow: 0 0 3px #888;
    position: fixed;
}

.flexi .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .main-nav > .nav > li {
    padding: 10px 0;
}

.flexi #mm-primary-menu {
    overflow: hidden;
}

.flexi #mm-primary-menu li {
    width: 97% !important;
}

.flexi #mm-primary-menu li a {
    color: #333 !important;
}

.flexi #mm-primary-menu li a:hover {
    color: #d92231 !important;
}

.flexi #mm-primary-menu .mm-close::before {
    border: medium none;
    content: "\e681";
    font-family: "Pe-icon-7-stroke";
    font-size: 20px;
    left: -30px;
    position: absolute;
    top: -10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.flexi #mm-primary-menu .mm-close::after {
    display: none;
}

.flexi #mm-primary-menu .mm-close:hover::before {
    /*color: #mm-close;*/
}

.flexi #mm-primary-menu .mm-listview {
    background-color: transparent;
    position: relative;
    text-align: center !important;
}

.flexi #mm-primary-menu .mm-listview li a span {
    border-radius: 3px;
    color: #eee;
    font-size: 9px;
    margin-left: 5px;
    padding: 1px 4px;
}

/* --------------------------------------------------------------------- */
/* FOOTER
/* --------------------------------------------------------------------- */
.flexi .footer ul {
    display: inline-block;
    padding: 0;
    width: 100%;
}
