/*
Theme Name:     Cislen
Theme URI:      http://cislen.famithemes.com/
Author:         Famithemes
Text Domain:    cislen
Author URI:     http://famithemes.net/
Description:    Cislen Shop is a simple but modern responsive WordPress theme that oozes high-street sophistication. Its sharp lines and flat design style has been designed to be pixel perfect. Simply load your photography and you can have an online shop to matches the likes of Prada, Gucci and Yves St Laurent.
Version:        1.0.3
License:        GNU General Public License v1 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready

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

/* -------------------------------------------
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #868686
    Accent color: #ff3636
[Typography]
    Body:       14px/28px 'Poppins', sans-serif;
    Input: 14px/50px
    Textarea: 14px/28px
[Component module]
1.0 RESET BROWSER
    1.1 FORM THEME
    1.2 TABLE THEME
    1.3 WORDPRESS THEME
    1.4 WOOCOMMERCE THEME
2.0 DEFAULT SETTING
    2.1 ADMIN
    2.2 CONTAINER + DEFAULT CLASS
    2.3 CAROUSEL THEME
3.0 HEADER THEME
    3.1 HEADER LOGO
    3.2 MAIN NAVIGATION
    3.3 HORIZON MENU
    3.4 MOBILE MENU
    3.5 VERTICAL MENU
    3.6 HEADER CONTROL
    3.7 HEADER STYLE
    3.8 HEADER STYLE ( WHITE + DARK + TRANSPARENT + STICKY )
4.0 FOOTER THEME
    4.1 BACK TO TOP
    4.2 FOOTER TOP
    4.3 FOOTER BOTTOM
5.0 HERO SECTION THEME
    5.1 HAS BACKGROUND
    5.2 NO BACKGROUND
6.0 BLOG THEME
    6.1 SINGLE BLOG
    6.2 BLOG CLASSIC
    6.3 BLOG LIST
    6.4 BLOG GRID
    6.5 BLOG TYPOGRAPHY
    6.6 LOADMORE AND PAGINATION
7.0 WIDGET THEME
    7.1 WIDGET SEARCH FORM
    7.2 WIDGET NEWSLETTER
    7.3 WIDGET CATEGORIES
    7.4 WIDGET LASTEST POST
    7.5 WIDGET INSTAGRAM
    7.6 WIDGET TAGCLOUD
    7.7 WIDGET MINICART
    7.8 WIDGET PRODUCT
    7.9 WIDGET SHOP
8.0 SHOP THEME
    8.1 PRODUCT TOOLBAR
    8.2 FILTER CANVAS
    8.3 PRODUCT ITEM
    8.4 SINGLE PRODUCT
    8.5 SHOP TABLE
8.0 PAGE THEME
    8.1 PAGE GALLERY
    8.2 PAGE FAQs
    8.3 PAGE CONTACT
    8.4 PAGE 404
    8.5 PAGE COMMING SOON
9.0 SHORTCODE
    9.1 CISLEN SOCIALS
    9.2 CISLEN TITLE
    9.3 CISLEN BLOCK INFO
    9.4 CISLEN PRODUCT SIMPLE
    9.5 CISLEN BANNER
    9.6 CISLEN BLOG
    9.7 CISLEN LOOKBOOK
    9.8 CISLEN CATEGORIES
    9.9 CISLEN INSTAGRAM
    9.10 CISLEN TAB
    9.11 CISLEN TESTIMONIALS
    9.12 CISLEN ICONBOX
    9.13 CISLEN MAPPER
    9.14 CISLEN PRODUCT
    9.15 CISLEN FULL PAGE ELEM
    9.16 CISLEN CATEGORIES
10.0 PAGE THEME
    10.1 ORDER TRACKING
    10.2 MY ACCOUNT
    10.3 CHECKOUT
    10.4 FULLPAGE (Home Collection)
    10.5 SEARCH PAGE
    10.6 CONTACT PAGE
    10.7 PAGE 404
    10.8 HOME INSTAGRAM PAGE
11.0 RESPONSIVE
12.0 LOADING, POPUP

------------------------------------------- */

/* ==========================================================================
  1.0 RESET BROWSER
========================================================================== */
html {
    overflow-x: hidden;
    font-size: 1rem;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #868686;
    font-weight: 400;
    overflow-x: hidden;
}

label {
    color: #333333;
}

a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #ff3636;
}

img {
    max-width: 100%;
    height: auto;
}
div.wpb_single_image img {
    vertical-align: middle;
}
ul, ol {
    margin: 0;
    padding-left: 17px;
}

.woocommerce ul {
    list-style: none;
}

ul ul,
ul ol,
ol ol,
ol ul {
    padding-left: 17px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: normal;
    color: #000;
    margin-top: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    margin-bottom: 20px;
}

/* ==========================================================================
  1.1 FORM THEME
============================================================================ */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.post-item ul, .post-item ol {
    margin-bottom: 20px;
}

.post-item dd {
    margin: 5px 15px 15px;
}

.post-item ul ul, .post-item ol ul, .post-item ul ol, .post-item ol ol {
    margin-bottom: 0;
}
blockquote, q {
    display: inline-block;
    padding: 25px 20px 25px 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-left: none;
    font-size: 20px;
    color: #333333;
    position: relative;
    font-weight: 400;
    font-style: italic;
    line-height: 32px;
    width: 100%;
}
q {
    border-left: 3px solid #ff3636;
}
blockquote p::before {
    content: "";
    border-left: 3px solid #ff3636;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

blockquote p {
    position: relative;
    padding: 20px 25px;
}

blockquote span {
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #999999;
    font-size: 12px;
    padding: 5px 0;
    letter-spacing: 1px;
    font-weight: 400;
}

blockquote span::before {
    content: "";
    border-bottom: 1px solid #bbb;
    width: 20px;
    position: relative;
    display: inline-block;
    top: -4px;
    margin-right: 10px;
}

button, input, select, textarea {
    border-color: #d6d6d6;
    transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
}

select {
    background: transparent;
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 0 !important;
    font-size: 13px;
    line-height: 46px;
    padding: 0 25px;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
    outline: none;
}

.zoom, .imagezoom {
    cursor: zoom-in;
}

.over-flow-auto {
    overflow: auto !important;
}

figcaption {
    font-style: italic;
    font-size: 12px;
}

address {
    font-style: italic;
}

.post-item-info ins, .post-item-info mask {
    background: #eee;
    text-decoration: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"] {
    border: 1px solid #dddddd;
    border-radius: 0;
    font-size: 14px;
    line-height: 54px;
    height: 56px;
    padding: 0 25px;
    -webkit-appearance: none;
    appearance: none;
}

textarea {
    line-height: 28px;
    padding: 15px 26px;
    height: auto;
    width: 100%;
}

select {
    font-size: 15px;
    color: #000000;
    padding: 0 0 0 21px;
    -webkit-border-radius: 0px;
}

option {
    padding: 5px 21px;
    height: 30px;
    line-height: 30px;
}

button,
input[type="submit"] {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 15px;
    background: #000000;
    border: none;
    border-radius: 0;
    vertical-align: top;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
input[type="submit"]:focus,
button:focus,
select:focus {
    outline: none;
}

:focus {
    outline: none;
}

::-webkit-input-placeholder {
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    /* Firefox 18- */
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

.return-message {
    line-height: 20px;
    padding: 10px 30px;
    font-size: 13px;
    margin-top: 15px;
}

/* ==========================================================================
  1.2 TABLE THEME
============================================================================ */
table {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}

table thead {
    background-color: #f8f8f8;
}

th, td {
    border: 1px solid #ebebeb;
    padding: 10px;
    font-weight: normal;
}

.page-main-content dl dd {
    padding: 10px;
}

.page-main-content > ol, .page-main-content > ul {
    margin-bottom: 20px;
}

/*----------------------------Auto Clear--------------------------------*/
@media (min-width: 1500px) {
    .auto-clear .col-bg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-bg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-bg-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-bg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-bg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-bg-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-lg-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-md-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-sm-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-xs-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 479px) {
    .auto-clear .col-ts-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-ts-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-ts-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-ts-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-ts-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-ts-6:nth-child(odd) {
        clear: left;
    }
}

/*-------------------Custom Bostrap Colum > 1500px---------------------*/
@media (min-width: 1500px) {
    .col-bg-1,
    .col-bg-10,
    .col-bg-11,
    .col-bg-12,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9 {
        position: relative;
        min-height: 1px;
    }

    .col-bg-1,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9,
    .col-bg-10,
    .col-bg-11 {
        float: left;
    }

    .col-bg-12 {
        width: 100%;
    }

    .col-bg-11 {
        width: 91.66666667%;
    }

    .col-bg-10 {
        width: 83.33333333%;
    }

    .col-bg-9 {
        width: 75%;
    }

    .col-bg-8 {
        width: 66.66666667%;
    }

    .col-bg-7 {
        width: 58.33333333%;
    }

    .col-bg-6 {
        width: 50%;
    }

    .col-bg-5 {
        width: 41.66666667%;
    }

    .col-bg-4 {
        width: 33.33333333%;
    }

    .col-bg-3 {
        width: 25%;
    }

    .col-bg-2 {
        width: 16.66666667%;
    }

    .col-bg-1 {
        width: 8.33333333%;
    }
}

/*-------------------Custom Bostrap Colum < 480px----------------------*/
@media (max-width: 479px) {
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9 {
        position: relative;
        min-height: 1px;
    }

    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11 {
        float: left;
    }

    .col-ts-12 {
        width: 100%;
    }

    .col-ts-11 {
        width: 91.66666667%;
    }

    .col-ts-10 {
        width: 83.33333333%;
    }

    .col-ts-9 {
        width: 75%;
    }

    .col-ts-8 {
        width: 66.66666667%;
    }

    .col-ts-7 {
        width: 58.33333333%;
    }

    .col-ts-6 {
        width: 50%;
    }

    .col-ts-5 {
        width: 41.66666667%;
    }

    .col-ts-4 {
        width: 33.33333333%;
    }

    .col-ts-3 {
        width: 25%;
    }

    .col-ts-2 {
        width: 16.66666667%;
    }

    .col-ts-1 {
        width: 8.33333333%;
    }

    .col-ts-pull-12 {
        right: 100%;
    }

    .col-ts-pull-11 {
        right: 91.66666667%;
    }

    .col-ts-pull-10 {
        right: 83.33333333%;
    }

    .col-ts-pull-9 {
        right: 75%;
    }

    .col-ts-pull-8 {
        right: 66.66666667%;
    }

    .col-ts-pull-7 {
        right: 58.33333333%;
    }

    .col-ts-pull-6 {
        right: 50%;
    }

    .col-ts-pull-5 {
        right: 41.66666667%;
    }

    .col-ts-pull-4 {
        right: 33.33333333%;
    }

    .col-ts-pull-3 {
        right: 25%;
    }

    .col-ts-pull-2 {
        right: 16.66666667%;
    }

    .col-ts-pull-1 {
        right: 8.33333333%;
    }

    .col-ts-pull-0 {
        right: auto;
    }

    .col-ts-push-12 {
        left: 100%;
    }

    .col-ts-push-11 {
        left: 91.66666667%;
    }

    .col-ts-push-10 {
        left: 83.33333333%;
    }

    .col-ts-push-9 {
        left: 75%;
    }

    .col-ts-push-8 {
        left: 66.66666667%;
    }

    .col-ts-push-7 {
        left: 58.33333333%;
    }

    .col-ts-push-6 {
        left: 50%;
    }

    .col-ts-push-5 {
        left: 41.66666667%;
    }

    .col-ts-push-4 {
        left: 33.33333333%;
    }

    .col-ts-push-3 {
        left: 25%;
    }

    .col-ts-push-2 {
        left: 16.66666667%;
    }

    .col-ts-push-1 {
        left: 8.33333333%;
    }

    .col-ts-push-0 {
        left: auto;
    }

    .col-ts-offset-12 {
        margin-left: 100%;
    }

    .col-ts-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-ts-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-ts-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-ts-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-ts-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-ts-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-ts-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-ts-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-ts-offset-0 {
        margin-left: 0;
    }

    .hidden-ts {
        display: none;
    }
}

/*---------------------Custom Bostrap 5 columns------------------------*/
.col-bg-15,
.col-bg-45,
.col-lg-15,
.col-lg-45,
.col-md-15,
.col-md-45,
.col-sm-15,
.col-sm-45,
.col-xs-15,
.col-xs-45,
.col-ts-15,
.col-ts-45 {
    position: relative;
    min-height: 1px;
}

.col-ts-15,
.col-ts-45 {
    float: left;
}

.col-ts-15 {
    width: 20%;
}

.col-ts-45 {
    width: 80%;
}

@media (min-width: 480px) {
    .col-xs-15,
    .col-xs-45 {
        float: left;
    }

    .col-xs-15 {
        width: 20%;
    }

    .col-xs-45 {
        width: 80%;
    }
}

@media (min-width: 768px) {
    .col-sm-15,
    .col-sm-45 {
        float: left;
    }

    .col-sm-15 {
        width: 20%;
    }

    .col-sm-45 {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .col-md-15,
    .col-md-45 {
        float: left;
    }

    .col-md-15 {
        width: 20%;
    }

    .col-md-45 {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15,
    .col-lg-45 {
        float: left;
    }

    .col-lg-15 {
        width: 20%;
    }

    .col-lg-45 {
        width: 80%;
    }
}

@media (min-width: 1500px) {
    .col-bg-15,
    .col-bg-45 {
        float: left;
    }

    .col-bg-15 {
        width: 20%;
    }

    .col-bg-45 {
        width: 80%;
    }
}

/*rows-space*/
div .rows-space-0 {
    margin-bottom: 0;
}
div .rows-space-5 {
    margin-bottom: 5px;
}
div .rows-space-10 {
    margin-bottom: 10px;
}
div .rows-space-15 {
    margin-bottom: 15px;
}
div .rows-space-20 {
    margin-bottom: 20px;
}
div .rows-space-30 {
    margin-bottom: 30px;
}
div .rows-space-40 {
    margin-bottom: 40px;
}

div .rows-space-50 {
    margin-bottom: 50px;
}

div .rows-space-60 {
    margin-bottom: 60px;
}

div .rows-space-70 {
    margin-bottom: 70px;
}

div .rows-space-80 {
    margin-bottom: 80px;
}

div .rows-space-90 {
    margin-bottom: 90px;
}

div .rows-space-100 {
    margin-bottom: 100px;
}

/*------------------------------
 CUSTOM BOOSTRAP COLUMNS
 ------------------------------*/

/* ==========================================================================
  1.3 WORDPRESS THEME
============================================================================ */
.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone {
    margin: 0;
}
.wpb_text_column p img {
    margin: 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption {
    background: #ffffff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 0;
    text-align: center;
    margin: 0;
}

.wp-caption.alignnone {
    margin: 0 20px 20px 0;
    clear: both;
}

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

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

.wp-caption.aligncenter {
    margin: 0 auto;
}

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

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 4px 5px;
    margin: 0 !important;
}

.gallery-caption {
    color: #707070;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}

iframe {
    max-width: 100% !important;
}

.vc_video-bg iframe {
    max-width: 1000% !important;
}

.alignright {
    float: right;
    margin: 5px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}

.gallery {
    margin: 0 -15px -15px;
}

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

.gallery-item {
    margin: 0;
    float: left;
    padding: 15px;
    font-size: 0.8125rem;

    text-align: center;
}

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

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

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

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

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

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

.page-links {
    margin-top: 10px;
    margin-bottom: 20px;
    clear: both;
}

.page-links > a, .page-links > span:not(.page-links-title) {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #b8b6b6;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    border: 1px solid #dddddd;
    margin: 5px;
}

.page-links > span:not(.page-links-title),
.page-links > a:hover {
    color: #000000;
    border-color: #000000;
}

.bypostauthor {
    display: inline-block;
    width: 100%;
}

.bypostauthor > article .fn:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 1;
}

.post-title,
.widget {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.widget select {
    width: 100%;
}

.widget_rss .rss-date {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #ff3636;
    margin-bottom: 5px;
}

.widget_rss cite {
    color: #999;
    font-weight: 600;
    margin: 10px 0 0;
    display: inline-block;
}

.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
    padding: 0;
    text-align: center;
}

.page-template-minimal .site-main .vc_row[data-vc-full-width] {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

.vc_row.bg-shop {
    background-position: bottom right !important;
}
.vc_row {
    position: relative;
    z-index: 1;
}
div.vc_row.cislen-overflow-hidden {
    overflow: visible;
    z-index: 1;
}
section.vc_row.cislen-overflow-hidden {
    overflow: visible;
    z-index: 1;
}

/* The css below for test */
.clear-both {
    clear: both;
}
.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}
/* Custom REV */
.rev_slider .custom .tp-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
}
.custom .tp-bullet.selected, .custom .tp-bullet:hover {
    background: transparent;
}
.rev_slider .custom .tp-bullet.selected::before,
.rev_slider .custom .tp-bullet:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.rev_slider .custom .tp-bullet::before {
    content: "";
    border: 2px solid #000;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    transition: transform 0.3s linear 0s;
    border-radius: 50%;
    transform: scale(0.6);
    opacity: 0;
    visibility: hidden;
}
/* ==========================================================================
  1.4 WOOCOMMERCE
============================================================================ */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin: 15px 0;
    position: relative;
    background-color: #fafafa;
    color: #000000;
    border-top: 3px solid #337ab7;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
    content: " ";
    display: table;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    margin: 0;
}

.woocommerce-error {
    border-color: #fcf8e3;
}

.woocommerce-info {
    border-color: #dff0d8;
    margin: 0 0 30px;
}
.row.products p.woocommerce-info {
    margin: 15px;
}
.checkout .woocommerce-error {
    margin: 0 0 50px;
}

/* ==========================================================================
    2.0 DEFAULT SETTING
========================================================================== */
/* ==========================================================================
    2.1 ADMIN
========================================================================== */
html.minicart-canvas-open,
html.sidebar-canvas-open,
html.instant-search-open,
html.vertical-menu-open,
html.real-mobile-show-menu,
body.minicart-canvas-open,
body.sidebar-canvas-open,
body.instant-search-open,
body.vertical-menu-open,
body.real-mobile-show-menu {
    overflow: hidden !important;
}
body.reset-minicart-canvas-open.minicart-canvas-open,
html.reset-minicart-canvas-open.minicart-canvas-open {
    overflow-y: auto!important;
}
html.box-mobile-menu-open .page-wrapper,
html.sidebar-canvas-open .page-wrapper,
html.instant-search-open .page-wrapper,
html.vertical-menu-open .page-wrapper {
    z-index: 100000;
}

/*.admin-bar*/

/* ==========================================================================
    2.2 CONTAINER + DEFAULT CLASS
========================================================================== */
@media (min-width: 1281px) {
    .container {
        width: 1440px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

    .single-product .main-content-product {
        margin-left: -15px;
        margin-right: -15px;
    }

    .single-product .produc-bottom-inner {
        margin-left: -15px;
        margin-right: -15px;
    }

    div.product-extend-horizontal {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    div.row-table {
        width: calc(100% + 30px);
    }

    ul.products > [class^="col-"],
    ul.products > [class*="col-"],
    .row > [class^="col-"],
    .row > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .famibt-product.in-stock.col-fxl-15 {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    ul.products > [class^="col-"],
    ul.products > [class*="col-"],
    .row > [class^="col-"],
    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.container-inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-sup-inner {
    width: 760px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.overflow-visible {
    overflow: visible !important;
}
.overflow-visible .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.cislen-slider.overflow-visible {
    padding: 35px;
    overflow: hidden!important;
    margin: -35px;
}
/* ==========================================================================
3.0 HEADER THEME
========================================================================== */
body:not(.minicart-canvas-open) header {
    z-index: 10;
    position: relative;
}
body:not(.minicart-canvas-open) header.header-setup-sticky,
body:not(.minicart-canvas-open) .disable-banner header{
    z-index: 12;
}
body.real-mobile-show-menu header {
    z-index: 100000;
}
.row-table {
    display: table;
    width: calc(100% + 30px);
}
.row-table > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    white-space: nowrap;
    position: static;
}
.header-center.horizon-menu {
    white-space: normal;
}
.horizon-menu{
    position: static;
}
.row-table > div:first-child {
    text-align: left !important;
}

.row-table > div .main-navigation {
    text-align: left;
}

.row-table > div.header-center .main-navigation {
    text-align: center;
}

body .header:not(.style-02):not(.style-03) .header-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    width: auto;
    -o-transition: all .3s;
    transition: all .3s;
}
.cislen-theme header.style-03 .header-wrap .header-position {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.header-container > .main-header.horizon-menu {
    padding: 20px 0;
}

.header-sidebar .header-container {
    padding-left: 20px;
    padding-right: 20px;
}
.header-topbar {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 13px;
    z-index: 1;
    width: 100%!important;
}
html.minicart-canvas-open .header-topbar {
    z-index: 0;
}

span.close-notice::before {
    content: "\f117";
    font-family: Flaticon;
    font-size: 12px;
}

span.close-notice {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 120px;
}

.header-type-transparent-dark .header-topbar,
.header-type-transparent-white .header-topbar {
    background-color: rgba(27, 27, 27, 0.9);
}

/*Header position*/
.header-action-res {
    display: none;
}
.cislen-theme .header-action-res {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.header-wrap {
    z-index: 3;
    position: relative;
}

.header-pos-fixed .header-wrap {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
}

.no-banner .header-pos-relative .header-wrap {
    position: relative;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.header-pos-static .header-wrap {
    position: static;
    left: 0;
    right: 0;
}

.header-pos-absolute .header-wrap {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 0;
    height: auto !important;
}

.admin-bar .header-pos-fixed .header-wrap {
    top: 32px;
}

header.header-pos-fixed .header-position.fixed, header.header-pos-fixed .header-position:not(.hide-header).fixed {
    position: static;
}

header.header-pos-fixed .header-position.hide-header {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}
body.page-template-fullscroll .disable-banner .header-pos-absolute .header-wrap {
    background: transparent !important;
}
body:not(.page-template-fullscroll):not(.page-template-fullpage):not(.error404) .page-wrapper:not(.single-layout1):not(.disable-banner) .header-pos-absolute:not(.header-no-background) .header-wrap {
    background: transparent !important;
}
body:not(.page-template-fullscroll) .disable-banner .header-pos-absolute .header-wrap {
    position: relative;
}
.page-template-fullscroll:not(.fp-viewing-0) .header.header-pos-absolute .header-wrap {
    display: none;
}
header:not(.style-07):not(.style-05) .sticky-wrapper:not(.is-sticky) .header-position {
    background: transparent !important;
}

.minicart-canvas-open header .header-wrap {
    z-index: 100001;
}
.minicart-canvas-open.reset-minicart-canvas-open header .header-wrap {
    z-index: 10000;
}
.minicart-canvas-open.page-template-sidebarpage .header.header-sidebar {
    z-index: 100000;
}

div#sticky-wrapper {
    height: auto !important;
}

header .header-wrap .is-sticky .header-position {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: 9 !important;
    padding: 10px 0!important;
}
header .is-sticky  button.search-submit {
    height: 42px;
    line-height: 42px;
}
header .is-sticky .search-field {
    line-height: 42px;
    height: 42px;
}
.header-s_l-lg_c-mm_c-ic_r .is-sticky .header-logo {
    padding-top: 0;
    padding-bottom: 0;
}

.header-s_l-lg_c-mm_c-ic_r .is-sticky .header-search {
    padding-top: 25px;
    padding-bottom: 10px;
}

.header-s_l-lg_c-mm_c-ic_r .is-sticky .header-control-right {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-s_l-lg_m-mm_c-ic_r .is-sticky .header-search {
    padding-top: 15px;
    padding-bottom: 10px;
}

.header-s_l-lg_m-mm_c-ic_r .is-sticky .header-control-right {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-s_l-lg_m-mm_c-ic_r .is-sticky .header-search {
    padding-top: 15px;
    padding-bottom: 10px;
}

.header-s_l-lg_m-mm_c-ic_r .is-sticky .header-logo {
    padding: 0;
}
.single header.style-03 .header-wrap .header-position {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.style-01 .search-box-drop .search-field {
    width: 320px;
}
/* Custom Rev */
span.subtile-slide::before {
    content: "";
    border-bottom: 1px solid;
    width: 50px;
    display: inline-block;
    margin-right: 20px;
    top: -5px;
    position: relative;
}

.button1 i {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 10px;
}

/*Header table cell*/
.block-icon-menu .mobile-navigation {
    display: inline-block;
    white-space: normal;
}

.header-control-wrap > div {
    display: inline-block;
}
a.header-wish-list, a.header-wish-list:hover {
    font-size: 21px;
    font-weight: 600;
    margin-left: 12px;
    color: inherit;
}
.header .cislen-minicart .mini-cart-icon, a.header-wish-list, .block-account > a {
    opacity: 0.8;
    transition: opacity 0.3s linear 0s;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
}
.header .cislen-minicart .mini-cart-icon:hover, a.header-wish-list:hover, .block-account > a:hover{
    opacity: 1;
}
.style-06.style-07 a.header-wish-list {
    margin-left:0;
}
span.reset-instant-search {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    z-index: 1;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-weight: 600;
}
header .search-field {
    width: 340px;
    max-width: 100%;
    line-height: 52px;
    border: none;
    height: 52px;
    color: #868686;
    padding: 0 20px 0 70px;
    background: #f8f8f8;
}
body .page-wrapper:not(.single-layout1) .style-02.header-pos-absolute .header-wrap .header-position, body .page-wrapper:not(.single-layout1) .style-01.header-pos-absolute .header-wrap .header-position {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.single .style-02 .header-wrap .header-position {
    border-bottom: 1px solid rgba(0,0,0,.08);
}
header.style-02 .search-field {
    border-radius: 0;
    border-bottom: 1px solid #dedede;
    background: transparent;
    padding-left: 30px;
    color: inherit;
}
.style-02 .header-container > .main-header.horizon-menu{
    padding: 20px 0 0;
}
header button.search-submit {
    width: 56px;
    position: absolute;
    top: 0;
    font-size: 19px;
    font-weight: 400;
    height: 52px;
    line-height: 54px;
    text-align: center;
    left: 0px;
    color: #fff;
    padding: 0;
    background: #000;
}
header.style-02 button.search-submit {
    text-align: left;
    color: inherit;
    width: 30px;
    background: transparent;
}

.style-03 .header-menu > div {
    display: inline-block;
}

.style-03 .header-menu > div.header-logo {
    padding: 0 66px 0 0;
}
header.style-03  .search-field {
    width: 300px;
    max-width: 100%;
    line-height: 34px;
    border: none;
    height: 34px;
    padding: 0 20px 0 30px;
    border-bottom: 2px solid;
    background: transparent;
    color: inherit;
}
header.style-03 button.search-submit {
    width: auto;
    position: absolute;
    top: 0;
    font-size: 21px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    text-align: center;
    left: 0;
    color: inherit;
    padding: 0;
    background: transparent;
}
.style-03 span.reset-instant-search,
.style-04 span.reset-instant-search{
    text-align: right;
    color: inherit;
}
.single header.style-03 .header-wrap .header-position {
    border-bottom: 1px solid rgba(255,255,255,.2);
}
body:not(.woocommerce-js) .header-control-right .header-search-box {
    top: 0;
}
.header-control-right .header-search-box {
     position: relative;
     line-height: 30px;
     top: -2px;
 }
/*header.style-04*/
header.style-04 .header-wrap .header-position{
    padding: 50px 0;
}
header.style-04 .search-field {
    background: #f8f8f8;
}
header.style-04  .search-field {
    width: 300px;
    max-width: 100%;
    line-height: 34px;
    border: none;
    height: 34px;
    padding: 0 20px 0 30px;
    border-bottom: 2px solid;
    background: transparent;
    color: inherit;
}
header.style-04 button.search-submit {
    width: auto;
    position: absolute;
    top: 0;
    font-size: 19px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    text-align: center;
    left: 0px;
    color: inherit;
    padding: 0;
    background: transparent;
}
/*header.style-05*/
.header-wrap-stick {
    position: relative;
    z-index: 2;
}
.header-wrap .main-header-menu .header-position {
    padding: 35px 0;
    background: #fff;
    color: #000;
    position: static !important;
}

.style-05 .header-wrap-stick .header-container {
    padding-top: 20px;
    z-index: 0;
    padding-bottom: 20px;
    position: relative;
}

.style-05 .header-menu.horizon-menu {
    position: relative;
}
span.close-menu::before {
    content: "";
    width: 14px;
    position: relative;
    border-bottom: 1px solid;
    display: inline-block;
    top: -2px;
    margin-right: 10px;
}
span.close-menu {
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 14px;
    position: absolute;
    margin-right: -39px;
    right: 120px;
    top: 50%;
    cursor: pointer;
    transform-origin: 50% 50% 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    margin-top: -200px;
    transition: margin 1s linear 0s;
    -o-transition: margin 1s linear 0s;
    -webkit-transition: margin 1s linear 0s;
    z-index: 1;
}
.box-mobile-menu-open span.close-menu {
    margin-top: 0;
}

.vc_mobile .box-mobile-menu-open .box-mobile-menu {
    left: 0;
}

header .cislen-custommenu.style-01 .widgettitle::before, .box-mobile-menu .cislen-custommenu.style-01 .widgettitle::before {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.box-mobile-menu .vc_row {
    background: transparent !important;
    width: 100%!important;
    left: 0!important;
}
.box-mobile-menu .cislen-demo.style-01 {
    margin: 10px;
    width: calc(50% - 20px);
}
.box-mobile-menu .cislen-demo.style-01:nth-child(2n+1) {
    clear: left;
}
.box-mobile-menu .cislen-demo.style-01:nth-child(5n+1) {
    clear: none;
}
.box-mobile-menu .main-menu .submenu .vc_row .wpb_column {
    padding: 0 0 15px;
    width: 100% !important;
}
.main-header-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: -webkit-transform 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, visibility 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, opacity 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s;
    -o-transition: -o-transform 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, visibility 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, opacity 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, visibility 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s, opacity 0.4s cubic-bezier(0.54, 0.15, 0.02, 0.07) 0s;
}

.box-mobile-menu-open .main-header-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

header.style-05 .search-field {
    line-height: 50px;
    height: 50px;
    border: 2px solid;
    background: transparent;
    color: inherit;
}

header.style-05 button.search-submit {
    height: 50px;
    line-height: 50px;
    color: #fff;
}

header.style-05 .block-icon-menu .mobile-navigation {
    top: -4px;
}
.style-05 .header-menu > div.header-logo {
    padding: 0 66px 0 0;
}
.style-05 .header-menu > div {
    display: inline-block;
}
.style-06 .header-main-inner {
    z-index: 3;
    position: fixed;
    height: 100vh;
    width: 115px;
    background: #fff;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
    left:0;
}
.page-header-style06 .vc_row[data-vc-stretch-content="true"],
.page-header-style06 .vc_row[data-vc-full-width="true"],
.page-header-style06 .fullwidth-template .vc_row,
.page-header-style06 .site-main .vc_row ,
.page-header-style06 footer .vc_row {
    border-left: 130px solid #fff;
}
.page-header-style06 .footer {
    display: none;
}
.page-header-style06 .slider-rev-wrap {
    border-left: 115px solid;
}
.page-header-style06 .fullscreen-container {
    left: 0!important;
    width: 100%!important;
}
.admin-bar .style-06 .header-main-inner {
    top: 32px;
    height: calc(100vh - 32px);
}
.style-06 .block-icon-menu .mobile-navigation {
    margin-left: 0;
}
.style-06 .block-icon-menu:hover span.nav-text,
.box-mobile-menu-open .style-06 .block-icon-menu span.nav-text{
    top: -100%;
    opacity: 1;
}
.style-06 span.nav-text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -120%;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transition: top 0.35s linear 0s, opacity 0.35s linear 0s;
    -o-transition: top 0.35s linear 0s, opacity 0.35s linear 0s;
    -webkit-transition: top 0.35s linear 0s, opacity 0.35s linear 0s;
    font-style: italic;
}
.style-06 .block-icon-menu {
    width: 25px;
    height: 27px;
    position: relative;
}
.style-06 .menu-social {
    margin-right: 0;
}
.style-06 .menu-social .social-list {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.style-06 .menu-social .social-list li {
    display: inline-block;
    margin-right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 5px;
    margin-top: 5px;
}
.style-06 .header-main-inner .logo img {
    max-width: inherit;
    -webkit-transform: rotate(-90deg) translateY(50%);
    -moz-transform: rotate(-90deg) translateY(50%);
    -ms-transform: rotate(-90deg) translateY(50%);
    -o-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);
    transform-origin: bottom center;
    margin-top: 20%;
    margin-right: 15px;
}
.box-mobile-menu-open .style-07.style-06 .header-menu.horizon-menu {
    left: 115px;
}
.style-07.style-06 .header-menu.horizon-menu{
    background: rgba(0,0,0,.9);
    color: #fff;
}
.style-06 .main-header-content .header-control-wrap {
    margin-bottom: 80px;
}
.style-06 .main-header-content .header-control-wrap > div {
    margin-right: 12px;
    display: inline-block;
    margin-left: 0;
}
.style-06.style-07 .search-block {
    position: relative;
    margin-top: 0;
    top: -3px;
}
.style-06 .cislen-custommenu.style-01 .widgettitle {
    margin-bottom: 0;
    color: #fff;
}
.style-06.style-07 .submenu.megamenu > .vc_row {
    background: transparent !important;
    left: 0!important;
}
.box-mobile-menu-open .style-06 .menu-btn-icon span:nth-child(1) {
    border-color: inherit;
    transform: rotate(45deg);
    top: 5px;
    right: 3px;
}
.box-mobile-menu-open .style-06 span.menu-btn-icon span {
    width: 25px;
    transform: rotate(-45deg);
    right: 3px;
}
.box-mobile-menu-open .style-06 .menu-btn-icon span::before {
    opacity: 0;
}
.instant-search-open .style-07.style-06 .header-menu.horizon-menu{
    z-index: 5;
}
header.style-07 button.search-submit {
    width: 35px;
    text-align: left;
}

span.close-menu-horizon {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

.admin-bar .style-07 .header-menu.horizon-menu {
    padding: 90px 30px 40px 90px;
}

.admin-bar .style-07.header-setup-sticky .header-menu.horizon-menu, .admin-bar .hide-topbar.style-07 .header-menu.horizon-menu {
    padding-top: 85px;
}

.admin-bar .style-07.header-setup-sticky .horizon-menu .main-navigation, .admin-bar .hide-topbar.style-07 .horizon-menu .main-navigation {
    height: calc(100vh - 335px) !important;
}

.style-07 .header-menu.horizon-menu {
    margin: 0;
    background: #fff;
    width: 440px;
    max-width: 100%;
    position: fixed;
    top: 0;
    padding: 100px 30px 70px 120px;
    z-index: 2;
    bottom: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    left: -440px;
    transition: left 0.4s cubic-bezier(.645, .090, .355, 1) 0s, padding 0.4s cubic-bezier(.645, .090, .355, 1) 0s;
    -o-transition: left 0.4s cubic-bezier(.645, .090, .355, 1) 0s, padding 0.4s cubic-bezier(.645, .090, .355, 1) 0s;
    -webkit-transition: left 0.4s cubic-bezier(.645, .090, .355, 1) 0s, padding 0.4s cubic-bezier(.645, .090, .355, 1) 0s;
}

.style-07.header-setup-sticky .header-menu.horizon-menu, .hide-topbar.style-07 .header-menu.horizon-menu {
    padding-top: 55px;
}

.style-07.header-setup-sticky .horizon-menu .main-navigation, .hide-topbar.style-07 .horizon-menu .main-navigation {
    height: calc(100vh - 305px) !important;
}

.box-mobile-menu-open .style-07 .header-menu.horizon-menu {
    left: 0;
}

header.style-07 .search-field {
    border-radius: 0;
    border-bottom: 1px solid;
    background: transparent;
    padding-left: 35px;
}

header.style-07 button.search-submit {
    color: inherit;
    background: transparent;
}

.style-07 .header-control-right .header-control-wrap {
    width: auto;
}

.style-07 .search-block {
    position: relative;
    margin-top: -10px;
}

.style-07 .horizon-menu .main-navigation .main-menu > .menu-item {
    margin: 0;
    display: inline-block;
    line-height: 34px;
    text-align: left;
    width: 100%;
}

.style-07 .main-navigation .main-menu > .menu-item > a {
    font-weight: 400;
    font-size: 24px;
    color: inherit;
    padding: 18px 0;
    letter-spacing: 0;
    text-transform: CAPITALIZE;
    vertical-align: inherit;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.style-07 .main-menu > li > a span.image {
    top: -3px;
    left: auto;
    right: auto;
    transform: none;
}
.style-07 .main-navigation .main-menu > .menu-item:first-child > a {
    padding-top: 0;
}

.style-07 .horizon-menu .main-navigation .main-menu > .menu-item:first-child .toggle-submenu {
    top: -3px;
}

.style-07 .horizon-menu .main-navigation .main-menu > .menu-item > .submenu,
.style-07 .horizon-menu .main-navigation .main-menu > .menu-item .submenu.megamenu {
    text-align: left;
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100% !important;
    box-shadow: none;
    padding: 10px 0 !important;
    border: none;
    margin: 0 !important;
    display: none;
    transition: none;
}
.style-07 .horizon-menu .main-navigation {
    max-height: calc(100vh - 350px) !important;
    overflow-y: auto;
    overflow-x: hidden;
}
.style-07 .main-header-content {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.style-07:not(.style-06) .main-header-content {
    justify-content: space-between;
}
.style-07 .main-navigation .main-menu {
    padding: 0;
    overflow: hidden;
}

.style-07 .horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item {
    line-height: 24px;
    position: relative;
    padding: 3px 0;
}

.style-07 .horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 30px;
    z-index: 2;
    display: block;
    cursor: pointer;
}

.style-07 .horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
    display: block;
    content: '\f105';
    font-family: 'FontAwesome', sans-serif;
    height: 35px;
    line-height: 35px;
    width: 33px;
    text-align: center;
    font-size: 25px;
    color: inherit;
    z-index: 999;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
    -o-transition: -o-transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s;
}

.style-07 .horizon-menu .main-navigation .main-menu .menu-item.show-submenu .toggle-submenu::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.style-07 .horizon-menu .main-navigation .main-menu .menu-item .submenu:not(.megamenu) {
    padding: 10px 0;
}

.style-07 .header-wrap .header-position {
    padding-bottom: 40px;
    padding-top: 40px;
}
.style-07 .main-menu .submenu .wpb_column:last-child {
    padding: 0;
}
.style-07 .main-menu .submenu .wpb_column {
    width: 100%;
    padding-bottom: 0;
}

.style-07 .submenu .vc_column_container > .vc_column-inner {
    padding: 0!important;
}
.style-07 .cislen-custommenu {
    width: 100%;
    padding-bottom: 30px!important;
}
.style-07 .cislen-custommenu.style-01 .widgettitle::before{
    display: none;
}
.style-07 .cislen-custommenu.style-01 .menu {
    padding: 0;
}
.style-07 .main-menu .submenu .wpb_column:last-child .cislen-custommenu {
    margin-bottom: 0;
}

.style-07 .header-topbar {
    z-index: 3;
}

.style-07 .block-icon-menu {
    display: inline-block;
    white-space: normal;
}

.style-07 .block-icon-menu .mobile-navigation {
    margin: 0 5px 0 0;
}

.style-07 .cislen-demo.style-01 img, .style-07 .cislen-demo.style-01 .demo-button::before {
    display: none;
}

.style-07 .cislen-demo.style-01 .demo-button {
    position: relative;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #868686;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 0;
}

.style-07 .cislen-demo.style-01 .demo-button:hover {
    color: #ff3636;
}

.style-07 .custom-header07 {
    background: transparent !important;
    padding: 0 !important;
}

.style-07 .custom-header07 .vc_row {
    margin: 0 !important;
    padding: 0 !important;
}
.style-07:not(.style-06) .menu-social .social-list li a {
    display: flex;
    font-size: 15px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
header .header-left > div {
    top: 0;
    margin-right: 12px;
    margin-left: 0;
    line-height: 40px;
    padding-left: 0;
}
.style-09 .header-wrap .header-position {
    padding: 18px 0;
}
.style-09 .main-header.horizon-menu {
    padding: 12px 0;
}
.single .style-09 .main-header.horizon-menu {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}
.style-09 .horizon-menu .main-navigation {
    text-align: left;
}
.search-box-drop .search-field {
    width: 510px;
    max-width: 100%;
    line-height: 50px;
    border: none;
    height: 50px;
    color: #fff;
    padding: 0 60px 0 30px;
    background: #252525;
}
.header-search-box {
    position: relative;
}
.search-box-drop button.search-submit {
    width: 50px;
    position: absolute;
    top: 0px;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 42px;
    text-align: center;
    left: auto;
    color: #fff;
    padding: 0;
    background: #ff3636;
    right: 1px;
}
.search-box-drop span.reset-instant-search {
    right: 40px;
    color: #fff;
}
.search-box-drop .container-search .search-results-wrap .product-item-search {
    width: 100%;
}
.style-09 .main-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.icon-contact {
    width: 47px;
    height: 47px;
    justify-content: center;
    border: 1px solid;
    font-size: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
p.contact-number {
    margin: 0;
}
.phone-online {
    display: flex;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    align-items: center;
}
.contact-text a:not(:hover) {
    color: #000;
}
/*.menu-social*/
.menu-social {
    margin-right: 30px;
    overflow: hidden;
}
.menu-social .social-title::before {
    content: "";
    width: 110px;
    border-bottom: 1px solid;
    position: absolute;
    left: 100%;
    top: 50%;
}
.menu-social .social-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: none;
    position: relative;
    color: inherit;
    margin-bottom: 20px;
    padding-right: 20px;
}
.style-07:not(.style-06) .menu-social .social-title {
    display: inline-block;
    margin-top: 30px;
}
.menu-social .social-list {
    padding: 0;
}
.menu-social .social-list li {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 0;
}
.menu-social .social-list li:last-child {
    margin-right: 0;
}
.menu-social .social-list li a {
    display: inline-block;
    font-size: 15px;
    color: #000;
}
header.style-08 .search-field {
    width: 320px;
}
body header.site-header.style-08 div.wcml_currency_switcher.wcml-dropdown {
    margin: 0;
}
.header-pos-absolute.style-08 .header-position::before {
    content: '';
    border-bottom: 1px solid;
    opacity: 0.15;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.style-08 .header-control-right .header-control-wrap {
    width: auto;
}
header.style-08 .mobile-navigation {
    top: -2px;
}
header.style-08 .menu-btn-icon span{
    right:0;
}
.style-08 .header-bottom {
    padding: 25px 0;
    z-index: 0;
    position: relative;
}
.style-08 .header-wrap .main-header-menu .header-position {
    padding: 28px 0;
}
/* ==========================================================================
    3.1 HEADER LOGO
========================================================================== */

/* ==========================================================================
    3.2 MAIN NAVIGATION
========================================================================== */
.main-navigation .main-menu {
    padding: 0;
    list-style: none;
}

.main-navigation .main-menu .menu-item {
    list-style: none;
    position: relative;
}
.main-navigation .main-menu .menu-item.position-static {
    position: static;
}
.main-navigation .main-menu .menu-item.position-static .submenu {
    width: 100% !important;
    left: 0!important;
    max-width: inherit!important;
    top: auto!important;
}
.main-navigation .main-menu > .menu-item > a {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    color: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.main-navigation .main-menu > .menu-item:not(.item-logo) > a::before {
    content: "";
    width: 0;
    border-top: 2px solid;
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    height: 30px;
    transition: width 0.4s linear 0s;
    -o-transition: width 0.4s linear 0s;
    -webkit-transition: width 0.4s linear 0s;
}
.main-navigation .main-menu > .menu-item:not(.item-logo) > a::after {
    content: "";
    width: 0;
    border-top: 2px solid;
    position: absolute;
    right: 50%;
    top: calc(100% + 8px);
    height: 30px;
    transition: width 0.4s linear 0s;
    -o-transition: width 0.4s linear 0s;
    -webkit-transition: width 0.4s linear 0s;
}

header:not(.style-07) .main-navigation .main-menu > .menu-item:not(.item-logo):hover > a::before,
header:not(.style-07) .main-navigation .main-menu > .menu-item:not(.item-logo):hover > a::after {
    width: 50%;
}
header.site-header-mobile:not(.style-07) .main-navigation .main-menu > .menu-item:not(.item-logo):hover > a::before,
header.site-header-mobile:not(.style-07) .main-navigation .main-menu > .menu-item:not(.item-logo):hover > a::after{
    display: none;
}
.main-navigation .main-menu > .menu-item.item-logo > a {
    font-size: 0;
    letter-spacing: 0;
}

.item-logo span.logo {
    margin: 0 10px;
}

/* ==========================================================================
    3.3 HORIZON MENU
========================================================================== */
.horizon-menu .main-navigation {
    text-align: center;
    transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    -webkit-transition: padding 0.5s ease 0s;
}

/*sup menu*/
.horizon-menu .main-navigation .main-menu > .menu-item {
    margin: 0 20px;
    display: inline-block;
    line-height: 34px;
}

.horizon-menu .main-navigation .main-menu > .menu-item:first-child {
    margin-left: 0;
}

.horizon-menu .main-navigation .main-menu > .menu-item:last-child {
    margin-right: 0;
}
.horizon-menu .main-navigation .main-menu > .menu-item::before {
    display: block;
    width: 100%;
    height: 55px;
    position: absolute;
    top: auto;
    left: 0;
}
.woocommerce-tabs .wpb_text_column ul li {
    padding-left: 20px;
}
.woocommerce-tabs .wpb_text_column ul li:before{
    content: "";
    width: 7px;
    display: inline-block;
    height: 7px;
    border-radius: 50%;
    top: calc(50% - 3px);
}
.style-07 .horizon-menu .main-navigation .main-menu .menu-item:hover > a {
    color: #ff3636;
}

/*sub menu*/
header:not(.style-07) .horizon-menu .main-navigation .main-menu .menu-item .submenu {
    min-width: 280px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    z-index: 1;
    -webkit-animation-name: smoothFadeOutLeft;
    animation-name: smoothFadeOutLeft;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: visibility 0s linear 0.4s, opacity 0.4s linear;
    -webkit-transition: visibility 0s linear 0.4s, opacity 0.4s linear;
    white-space: normal;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu.megamenu {
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.horizon-menu .main-navigation .main-menu .menu-item .submenu:not(.megamenu) {
    padding: 13px 20px 13px 31px;
}

header:not(.style-07) .horizon-menu .main-navigation .main-menu .menu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transition: none;
    -webkit-transition: none;
    -webkit-animation-name: smoothFadeInRight;
    animation-name: smoothFadeInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    overflow: hidden;
}
header:not(.style-07) .horizon-menu .main-navigation .main-menu .menu-item:hover > .submenu:not(.megamenu) {
    overflow: visible;
}
header:not(.style-07) .horizon-menu .main-navigation .main-menu > .menu-item > .submenu {
    top: 100%;
    left: 0;
    margin-top: 17px;
    text-align: left;
}

.style-07 .submenu.megamenu > .vc_row {
    background-repeat: no-repeat !important;
    margin: 0;
    padding: 0 !important;
}
.style-07 .main-menu .submenu .custom-header07 .wpb_column.hide-on-mobile {
    display: none;
}
.style-07 .submenu.megamenu > .vc_row {
    background: #fff !important;
    left: 0!important;
}
.style-07 .main-menu .submenu .custom-header07 .wpb_column {
    padding: 0;
}

.style-07 .cislen-demo.style-01.comming-mode {
    display: none;
}

.style-07 .cislen-demo.style-02 {
    display: none;
}
.style-07 .cislen-demo.style-01 {
    padding: 0;
    margin: 0;
    top: 0!important;
    box-shadow: none!important;
    width: 100%;
}
.style-07 div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.horizon-menu .main-navigation .main-menu > .menu-item > .submenu .submenu {
    top: -13px;
    left: 100%;
    margin-left: 20px;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item {
    line-height: 24px;
    position: relative;
    padding: 5px 0;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item a > span.icon {
    float: left;
    margin-right: 10px;
}

.submenu span.image {
    position: relative;
    top: -2px;
    margin: 0 10px;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% + 62px);
    width: -moz-calc(100% + 62px);
    width: calc(100% + 62px);
    height: 100%;
    z-index: -1;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu li > a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #868686;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu li.active > a {
    color: #ff3636;
}

.main-menu > li > a span.image {
    position: absolute;
    top: -20px;
    right: 8px;
    line-height: 20px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

header .cislen-custommenu span.image {
    display: inline-block;
    position: absolute;
    left: auto;
    right: auto;
    width:100%;
    top: -7px;
    margin-left: 5px;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu li > a:hover {
    color: #ff3636;
}
/*.megamenu*/
/*.toggle-submenu*/
.horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu {
    display: none;
    position: absolute;
    top: -2px;
    right: -25px;
    cursor: pointer;
}

.horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
    display: block;
    content: '\f107';
    font-family: 'FontAwesome', sans-serif;
    height: 35px;
    line-height: 35px;
    width: 25px;
    text-align: center;
    font-size: 15px;
    color: inherit;
    z-index: 999;
}

.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
    color: #ffffff;
}

.horizon-menu .main-navigation .main-menu .menu-item .submenu .toggle-submenu::before {
    content: '\f105';
}

.horizon-menu .main-navigation .main-menu .menu-item:hover .toggle-submenu::before {
    color: #ff3636 !important;
}


/*==========================================================================
    3.3 MOBILE MENU
========================================================================== */
.blog header.site-header.site-header-mobile,
.category header.site-header.site-header-mobile {
    margin-bottom: 15px;
}
.box-mobile-menu-open header.site-header.site-header-mobile,
.minicart-canvas-open header.site-header.site-header-mobile{
    z-index:999999;
}
header.site-header.site-header-mobile {
    background: #fff;
    position: relative;
    z-index: 99999;

}
.site-header-mobile .header-content::before {
    content: "";
    border-bottom: 1px solid #e7e7e7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.single-product .site-header-mobile .header-content::before{
    display: none;
}
.site-header-mobile .header-content {
    display: inline-block;
    z-index: 100000;
    position: relative;
    width: 100%;
}

.main-header.header-mobile > div {
    float: none;
}
.main-header.header-mobile {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    background: #fff;
}
.is-sticky .main-header.header-mobile {
    border-bottom: 1px solid #e7e7e7;
}
.header-mobile .header-right {
    padding-right: 10px;
    color: #000;
    position: relative;
    text-align: right;
}
.header.header-mobile .cislen-minicart .mini-cart-icon {
    font-size: 23px;
    top: 0px;
}
.cislen-minicart {
    margin-left: 10px;
    position: relative;
}
header .cislen-minicart .cislen-minicart {
    margin: 0;
}
.header-mobile .cislen-minicart {
    margin-right: 8px;
    display: inline-block;
    margin-left: 0;
}
.header-mobile .logo {
    text-align: center;
}

header.header-mobile .search-field {
    width: 100%;
}

header.site-header-mobile form.search-form {
    width: 100%;
    position: relative;
    padding: 15px;
    display: inline-block;
}
html.instant-search-open header.site-header-mobile .instant-search-close{
    right: 0;
}
.site-header-mobile .instant-search-modal .search-results-croll .post-thumb {
    border: 1px solid #e5e5e5;
}
header.site-header-mobile form.search-form .search-field {
    width: 100%;
    box-shadow: 0 0 0;
}
.site-header-mobile .search-fields {
    position: relative;
}

.site-header-mobile .search-results-croll {
    top: calc(100% + 10px);
    width: 100%;
    z-index: 11;
    max-height: calc(100vh - 145px)!important;
    height: auto !important;
    box-shadow: none;
}
.site-header-mobile .container-search .search-results-wrap .product-item-search {
    padding: 10px;
}
.scrollbar-macosx > .scroll-element.scroll-y {
    z-index: 11;
    opacity: 0;
}

.scrollbar-macosx:hover > .scroll-element.scroll-y {
    opacity: 1;
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 27px;
    height: 21px;
    float: left;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 27px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
    width: 27px;
}

.hamburger-inner::after {
    bottom: -16px;
    width: 27px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before {
    width: 30px;
}

/*
* Hamburger Collapse
*/
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    bottom: -8px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
* Hamburger Collapse Reverse
*/
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 2px;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.box-mibile-overlay {
    content: "";
    background: rgba(45, 51, 55, 0.66);
    position: absolute;
    top: 0;
    width: 99999em;
    bottom: 0;
    z-index: 1;
    display: none;
    left: 100%;
}

.box-mobile-menu-open .box-mibile-overlay {
    display: block;
}

.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
    left: 0 !important;
}

.box-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -360px;
    width: 360px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    line-height: 24px;
    background-color: #ffffff;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1000000;
}

.real-mobile-show-menu .body-overlay {
    left: 0;
}

.box-mobile-menu-inner {
    height: 100%;
}

.box-mobile-menu .box-inner {
    height: -webkit-calc(100% - 96px);
    height: -moz-calc(100% - 96px);
    height: calc(100% - 96px);
    overflow: hidden;
}

.box-mobile-menu .box-title {
    display: none;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    font-weight: 600;
    font-size: 11px;
    color: #000000;
    text-transform: uppercase;
    padding: 12px 0 10px 5px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-left: 45px;
    margin-right: 45px;
}

.box-mobile-menu > span.box-title {
    display: block !important;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    margin: 0;
    font-size: 12px;
    text-align: center;
    background-color: #f3f3f3;
}

.box-mobile-menu > a.back-menu {
    position: absolute;
    top: 0;
    left: 0px;
}

.box-mobile-menu .close-menu {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    z-index: 102;
    width: 100%;
    line-height: 52px;
    height: 50px;
    text-align: left;
    display: inline-block;
    padding-left: 40px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    background: #333;
    text-transform: uppercase;
    font-weight: 500;
}

.box-mobile-menu .back-menu {
    position: relative;
    display: none;
    height: 45px;
    width: 45px;
    float: left;
    margin-left: 10px;
    border-right: 1px solid #e6e6e6;
}

.box-mobile-menu .back-menu:hover,
.box-mobile-menu .close-menu:hover {
    color: #ff3636;
}

.box-mobile-menu .back-menu::before {
    content: '';
    position: absolute;
    top: 23px;
    left: 14px;
    margin: auto;
    display: block;
    width: 18px;
    border-bottom: 1px solid;
}

.box-mobile-menu .back-menu::after {
    content: '';
    position: absolute;
    top: 20px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    left: 13px;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.box-mobile-menu .close-menu::before, .box-mobile-menu .close-menu::after {
    border-bottom: 1px solid;
    content: "";
    left: 14px;
    position: absolute;
    top: 25px;
    width: 19px;
}

.box-mobile-menu .close-menu::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box-mobile-menu .close-menu::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-mobile-menu .toggle-submenu {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 48px;
    line-height: 48px;
    border-left: 1px solid #e5e5e5;
    text-align: center;
}

.box-mobile-menu .toggle-submenu::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    content: "\f105";
    font-size: 14px;
    color: #9f9f9f;
}

.box-mobile-menu .main-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.box-mobile-menu .main-menu .menu-item {
    display: block;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.box-mobile-menu .main-menu .menu-item > a {
    display: block;
    padding: 8px 40px 8px 15px;
    color: #111111;
}

.box-mobile-menu .main-menu .menu-item.active > a {
    color: #ff3636;
}

.box-mobile-menu .main-menu .menu-item:hover > a {
    color: #ff3636;
}

.box-mobile-menu .main-menu .menu-item > .toggle-submenu {
    top: 0;
    right: 0;
    color: #111111;
}

.box-mobile-menu .main-menu .menu-item:hover > .toggle-submenu::before {
    color: #ff3636;
}

.box-mobile-menu .main-menu .menu-item > .toggle-submenu::before {
    content: '\f105';
}

.box-mobile-menu .main-menu .menu-item-for-wish-list a {
    padding: 18px 20px !important;
    line-height: 12px;
    width: 100%;
}

.box-mobile-menu .main-menu .menu-item-for-wish-list .icon {
    float: right;
    text-align: center;
    width: 50px;
    height: 48px;
    line-height: 48px;
    border-left: 1px solid #e5e5e5;
}

.box-mobile-menu .main-menu .submenu .vc_row:not(.custom-header07) .wpb_column {
    padding: 0 10px;
    width: 100%;
}

.box-mobile-menu .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.box-mobile-menu .hide-on-mobile {
    display: none!important;
}
.box-mobile-menu .cislen-demo.style-01:hover {
    top: 0;
}
.box-mobile-menu .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px !important;
}

.box-mobile-menu .custom-header07 .vc_row {
    padding: 0px !important;
}
.box-mobile-menu .custom-header07 .vc_row .wpb_column {
    width: 50%;
    display: inline-block;
    padding: 10px;
    float: left;
}
.box-mobile-menu .cislen-custommenu .widgettitle {
    padding-top: 5px;
    margin-bottom: 15px;
    padding-right: 0;
    margin-left: 0;
}
.box-mobile-menu .nav-tabs > li > a {
    padding-bottom: 20px;
}

header .box-mobile-menu .custom-header07 {
    background: transparent !important;
}

/*body-overlay*/
.body-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.66);
    z-index: 999999;
    transition: opacity 0.3s linear, opacity 0.3s linear;
    -o-transition: opacity 0.3s linear, visibility 0.3s linear;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
}

/*mobile-navigation*/
.mobile-navigation {
    display: none;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #111111;
    margin-left: 25px;
}

.mobile-navigation:hover {
    color: #ff3636;
}

.box-mobile-menu .main-menu .menu-item .submenu > .toggle-submenu {
    left: 0;
    z-index: 9999;
}

/* MENU MOBILE */

.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
    left: 0 !important;
    z-index: 101;
}

.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .megamenu {
    max-width: inherit !important;
}

.box-mobile-menu .toggle-submenu {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.box-mobile-menu .toggle-submenu::before {
    display: block;
}

.box-mobile-menu .submenu .submenu .toggle-submenu {
    display: none;
}

.box-mobile-menu .main-menu .submenu {
    list-style: none;
    display: none;
    padding: 0;
    position: static;
    top: 0 !important;
    padding-top: 10px;
    max-width: inherit !important;
    left: 0;
    bottom: 0;
    width: 100% !important;
    z-index: 0;
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
}

.box-mobile-menu .main-menu .cislen-custommenu {
    float: left;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px!important;
}

.box-mobile-menu .main-menu .menu-item {
    display: inline-block;
    position: static;
    float: left;
    overflow: hidden;
    width: 100%;
}
.box-mobile-menu .main-menu li .menu-item:last-child {
    border: none;
}
.box-mobile-menu .main-menu .menu-item.menu-item-for-wish-list > span {
    font-size: 18px;
    position: relative;
    top: 12px;
    padding-right: 15px;
    font-weight: 600;
    text-align: right;
    float: right;
}
.box-mobile-menu .main-menu .menu-item.item-logo {
    display: none;
}

.box-mobile-menu .main-menu .cislen-custommenu .menu-item {
    border: none;
}

.box-mobile-menu .main-menu .submenu:not(.megamenu) .mobile-active .menu-item {
    padding-left: 0;
}

.box-mobile-menu .main-menu .menu .menu-item > a {
    display: block;
    padding: 5px 0;
    position: relative;
    font-weight: 400;
}

.box-mobile-menu .main-menu .menu-item > a {
    display: block;
    padding: 12px 0;
    font-weight: 600;
    font-size: 14px;
}

.real-mobile-show-menu .box-mobile-menu .main-menu > .menu-item > a {
    font-size: 12px;
}

.box-mobile-menu .main-menu .menu-item-has-children > a, .box-mobile-menu .main-menu li.menu-item > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    padding: 18px 20px;
    width: calc(100% - 51px);
}

.box-mobile-menu .main-menu .vc_row li.menu-item > a {
    line-height: 24px;
}

.box-mobile-menu .main-menu .submenu .submenu .menu-item-has-children > a {
    display: block;
    width: auto;
}

.box-mobile-menu .main-menu .menu-item-has-children > .toggle-submenu {
    float: right;
    z-index: 30;
}

.show-submenu > span.toggle-submenu {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.box-mobile-menu .main-menu .submenu:not(megamenu) li li a {
    padding-left: 60px;
}

.box-mobile-menu .main-menu .submenu:not(megamenu) li a {
    padding-left: 40px;
}

/*mobile-navigation*/
.mobile-navigation {
    display: none;
}

.menu-btn-icon {
    display: inline-block;
    height: 22px;
    vertical-align: middle;
    line-height: 0;
    position: relative;
    width: 22px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    cursor: pointer;
}

.menu-btn-icon span {
    border-bottom: 2px solid;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 10px;
    right: -10px;
}
.menu-btn-icon:hover span {
    width: 22px;
    right: 0;
}
.menu-btn-icon span:nth-child(1) {
     border-color: rgba(0, 0, 0, 0);
}
.menu-btn-icon span:nth-child(1)::before {
    border-top: 2px solid;
    content: "";
    right: 0;
    position: absolute;
    top: -1px;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 22px;
}
.menu-btn-icon span:nth-child(3) {
    border-color: rgba(0, 0, 0, 0);
}
.menu-btn-icon span:nth-child(3)::before {
    border-top: 2px solid;
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 15px;
}
.menu-btn-icon span:nth-child(2)::before {
    border-left: 2px solid;
    content: "";
    height: 0;
    left: 10px;
    position: absolute;
    top: -10px;
    transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.menu-btn-icon:hover span:nth-child(1)::before,
.menu-btn-icon:hover span:nth-child(3)::before {
    width: 0;
}
.menu-btn-icon:hover span:nth-child(2)::before {
    height: 22px;
}
.header-type-transparent-dark .menu-btn-icon span {
    background-color: #ffffff;
}


/* Menu on real mobile (not responsive menu) */
.box-tabs-nav-wrap {
    position: absolute;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
}

.box-tabs-nav-wrap .box-tabs-nav {
    width: 100%;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav {
    width: 50%;
    float: left;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    text-transform: uppercase;
    height: 58px;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger {
    padding-top: 9px;
    padding-left: 0;
    float: left;
    padding-right: 10px;
    padding-bottom: 0;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger-inner, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger-inner::before, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger-inner::after {
    background-color: #000;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .icon {
    margin-right: 10px;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .nav-text {
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 600;
    line-height: 60px;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav:first-child {
    padding-left: 20px;
    text-align: left;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .nav-text.account-text {
    margin-left: 10px;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active {
    color: #fff;
    background-color: #000;
    border-bottom: 1px solid #000;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active .hamburger-inner, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active .hamburger-inner::before, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active .hamburger-inner::after {
    background-color: #fff;
}

.box-mobile-menu-tabs .mobile-back-nav-wrap {
    border-bottom: 1px solid #e7e7e7;
}

.box-mobile-menu-tabs .mn-mobile-content-tab {
    display: none;
    overflow-x: hidden;
    width: 100%;
    padding-top: 57px;
    height: calc(100% - 30px);
}

.box-mobile-menu-tabs .mn-mobile-content-tab.active {
    display: block;
}

.box-mobile-menu-tabs .my-account-wrap {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.box-mobile-menu-tabs .my-account-wrap .nav-tabs {
    border-bottom: none;
}

.box-mobile-menu-tabs .my-account-wrap .nav-tabs > li {
    position: relative;
}

.box-mobile-menu-tabs .my-account-wrap .nav-tabs > li.active {
    display: none;
}

.box-mobile-menu-tabs .my-account-wrap p.des-login {
    line-height: 22px;
    display: none;
}

.box-mobile-menu-open span.minicart-number {
    opacity: 0;
}

.my-account-wrap .woocommerce-MyAccount-content {
    display: none;
}

.box-mobile-menu-tabs .woocommerce-privacy-policy-text {
    display: none;
}

/*Shop Mobile*/
.enable-shop-page-mobile .shop-page {
    padding-top: 0;
    padding-bottom: 30px;
    z-index: inherit;
}
.cislen-is-real-mobile .sidebar.widget-shop-wrap {
    display: none;
}
.cislen-is-real-mobile .shop-page .row .drawer_sidebar_elem.has-sidebar,
.cislen-is-real-mobile .row-filter-drawer{
    z-index: inherit;
}
/* Single product mobile (real mobile) */
.single-product.single-product-mobile {
    background: #f8f8f8;
}

.single-product-mobile .product-toolbar {
    display: none;
}

.single-product-mobile div.cislen-single-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.single-product-mobile div.cislen-product-button:not(.detail_special) {
    bottom: auto;
    left: 20px;
    top: 20px;
}
.single-product-mobile div.cislen-product-button:not(.detail_special) .product-360-button a::before {
    font-size: 30px;
}
.single-product-mobile .cislen-product-button:not(.detail_special) .cislen-bt-video a,
.single-product-mobile .cislen-product-button:not(.detail_special) .product-360-button a {
    padding: 0 8px;
    width: 50px;
    font-size: 0;
    height: 50px;
    text-align: center;
}
.single-product-mobile .upsells::before, .single-product-mobile .related::before {
    background-color: transparent;
}

.single-product-mobile .product-grid-title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.single-product-mobile .upsells, .single-product-mobile .related {
    position: relative;
    margin: 0 -1px;
}

.single-product-mobile.enable-shop-page-mobile .upsells .product-item, .single-product-mobile.enable-shop-page-mobile .related .product-item {
    border-width: 1px 1px 1px 0;
    padding: 0;
}

.single-product-mobile .product-grid-title::before {
    display: none;
}

.single-product-mobile .product-grid .product-info .star-rating {
    display: none;
}

.single-product-mobile .product-grid .product-info .add_to_cart_button, .single-product-mobile .product-grid .product-info .ajax_add_to_cart, .single-product-mobile .product-grid .product-info .product_type_grouped {
    display: none;
}

.single-product-mobile .product-grid .product-info .price {
    color: #ff3636;
}

.single-product-mobile .product-grid-title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
}

.single-product-mobile .owl-carousel {
    margin-bottom: 30px;
}

.single-product-mobile .slider_images .woocommerce-variation-add-to-cart {
    width: 100%;
}

.single-product-mobile table.variations {
    margin-left: 0;
    max-width: 100%;
    margin-top: 10px;
}

.single-product-mobile .slider_images .summary {
    padding-left: 0;
    padding-right: 0
}

.single-product-mobile .summary.has-border {
    padding: 0;
    border: none
}

.product-mobile-layout .product_meta {
    text-align: left;
    background: #fff;
    padding: 20px;
}

.product-mobile-layout .product-mobile-more-detail-wrap {
    z-index: 9999999999;
}
.product-mobile-layout form.cart + .product_meta {
    margin: -7px 0 0;
}
.product-mobile-layout form.cart.variable_mobile + .product_meta {
    margin: 0;
}
.product-mobile-layout .single-left {
    width: 100% !important;
    position: relative;
}

.product-mobile-layout .single-left .flex-control-nav {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.product-mobile-layout .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 15px;
    height: 40px;
    font-size: 12px;
    width: 40px;
    line-height: 40px;
    display: none;
    top: 15px;
}
.product-mobile-layout .single-left .flex-control-nav > li {
    display: inline-block;
    width: auto;
}

.product-mobile-layout .single-left .flex-control-nav > li::after {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #acacac;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
}

.cislen-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
    width: 10px;
    height: 10px;
    position: relative;
    padding: 0;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
}

.cislen-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
    opacity: 0;
    transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    -webkit-transition: padding 0.5s ease 0s;
    margin: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 5px;
}

.single-product-mobile .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li::after {
    display: block !important;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #acacac;
    position: absolute;
    border-radius: 0;
    top: 0;
    left: 0;
    z-index: -1;
}

.cislen-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
    background-color: #ff3636;
    opacity: 1;
}

.cislen-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    margin-top: 0;
    padding-right: 0;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
}

.product-mobile-layout .detail-content {
    position: relative;
    padding-top: 0px !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.enable-shop-page-mobile.single .main-product {
    padding-bottom: 0px;
    margin: 0;
}

.product-mobile-layout .summary.entry-summary {
    position: relative;
}

div.cislen-content-single-product-mobile .summary .yith-wcwl-add-to-wishlist {
    width: auto;
    margin: 0;
    min-width: 0;
    position: absolute;
    border: none;
    border-radius: 50%;
    right: 15px;
    text-align: center;
    padding: 0;
    line-height: 20px;
    height: auto;
    top: 17px;
    background: transparent;
    color: #ff3636;
    box-shadow: 0 0 0;
}

.product-mobile-layout .summary > .variations_form {
    padding: 0 15px;
}
.product-mobile-layout .detail-content .summary .entry-title {
    padding-left: 20px;
    background: #fff;
    line-height: 24px;
    padding-right: 30px;
    text-align: left;
    color: #000;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: -2px;
    font-size: 18px;
    padding-top: 15px;
}
.sticky_detail.product-mobile-layout .theiaStickySidebar {
    padding-bottom: 0px !important;
}
.product-mobile-layout div.star-rating.no-rate {
    width: auto;
    margin-bottom: -7px;
    font-size: 12px;
    background: #fff;
    text-align: left;
    padding: 17px 20px 0 20px;
}

.product-mobile-layout .summary .woocommerce-product-rating .woocommerce-review-link {
    width: auto;
}
.product-mobile-layout .detail-content .summary .price {
    background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
    line-height: 20px;
    padding-top: 0;
    text-align: left;
}
.product-mobile-layout .summary .brand-product {
    background: #fff;
    border-top: none;
    padding-top: 20px;
    display: block;
    padding-left: 20px;
    padding-bottom: 20px;
}
.single-product-mobile .shop-page .slider_images .brand-product ul,
.single-product-mobile .shop-page .big_images .brand-product ul {
    display: inherit;
}
.product-mobile-layout .summary .brand-product + .woocommerce-product-details__short-description{
    padding-top: 0;
}
.product-mobile-layout .detail-content .summary .price ins, .product-mobile-layout .detail-content .summary .price del {
    padding-left: 5px;
    padding-right: 5px;
}

.product-mobile-layout .woocommerce-tabs::before {
    display: none;
}

.product-mobile-layout .detail-content .summary .price del {
    color: #333;
    font-size: 14px;
    padding: 0;
}

.product-mobile-layout .detail-content .summary .quantity {
    width: 80px;
    display: inline-block;
    margin: 0 10px 0 0 !important;
    padding: 0;
    background: #fff;
}
.product-mobile-layout .cart .quantity .input-qty {
    font-weight: 600;
    color: #000000;
    height: 54px;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    padding: 0 0 0 20px;
    border: none;
    float: left;
}
.product-mobile-layout .detail-content .summary .product_title + .quantity {
    margin-top: 15px;
}

.product-mobile-layout .summary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.product-mobile-layout .detail-content .summary .quantity .control {
    font-size: 15px;
    width: 100%;
    display: inline-block;
}
.product-mobile-layout.sticky_detail .main-content-product {
    padding-bottom: 0;
}
.product-mobile-layout .summary .woocommerce-product-details__short-description {
    margin-bottom: 15px;
    background: #fff;
    border: none;
    text-align: left;
    padding: 20px;
}

.product-mobile-layout .woocommerce-product-details__short-description ul {
    margin-bottom: 10px;
}

.product-mobile-layout form.cart.grouped_form {
    background: #ffff;
    padding: 15px;
}
.product-mobile-layout .cart .quantity .btn-number {
    font-size: 15px;
    width: 20px;
    height: 26px;
    line-height: 36px;
    position: absolute;
    float: left;
    text-align: center;
    top: 0;
    right: 8px;
}

.product-mobile-layout .cart .quantity .btn-number.qtyminus {
    text-align: center;
    bottom: 0;
    top: auto;
    line-height: 26px;
}

.product-mobile-layout .detail-content .summary .cart .single_add_to_cart_button {
    width: calc(100% - 90px);
    margin: 0;
}

.product-mobile-layout .woocommerce-product-details__short-description {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 100%;
}

.product-mobile-layout .detail-content .summary .woocommerce-product-details__short-description .title-s-desc {
    display: none;
}

.product-mobile-layout div form.cart {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    padding: 20px;
    position: static;
}
.product-mobile-more-detail-wrap p.stock + form.cart {
    padding: 15px 20px 20px;
}
.product-mobile-layout .summary a.fami-wccp-button {
    padding-top: 20px;
    justify-content: center;
    display: none;
}
.product-mobile-layout .summary .cart .single_add_to_cart_button {
    margin-bottom: 0;
}

.product-mobile-more-detail-wrap p.stock.in-stock {
    margin: 0;
    padding: 20px 0 5px 20px;
    width: 100%;
    text-align: left;
}

.product-mobile-layout p.stock {
    background: #fff;
    padding: 10px;
    text-align: center;
    margin: 15px 20px;
    max-width: inherit;
    float: left;
    line-height: 20px;
    width: auto;
}

p.stock.out-of-stock {
    margin: 0;
    padding: 15px 0;
    width: 100%;
    border: none;
}

.product-mobile-layout .summary .clear {
    display: none;
}

.product-mobile-layout .detail-content .summary .add-to-cart {
    display: none;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs {
    margin-top: 30px;
    background: #fff;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-top: 30px;
    text-align: justify;
    width: 100%;
    padding: 20px;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .vc_row {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-left: 0 !important;
    left: auto !important;
    padding-right: 0 !important;
    right: auto !important;
    padding-top: 0!important;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 28px!important;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
    text-align: left;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .comment-form .comment-form-comment {
    margin-bottom: 18px;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .comment-form .form-submit {
    text-align: left;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .commentlist .avatar {
    float: left;
    margin-right: 15px;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .commentlist .comment-text {
    width: auto;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper {
    margin-top: 20px;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .comment-respond .comment-reply-title {
    text-align: center;
    margin-bottom: 15px;
}

.product-mobile-layout .summary tr.variation {
    display: inline-block;
    line-height: 30px;
    padding: 0;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
}

.product-mobile-layout .detail-content .summary tr.variation td {
    text-align: left;
    width: 100%;
    float: left;
    height: auto;
    display: inline-block;
    padding: 0;
}

.product-mobile-layout .summary .attribute-pa_size a.change-value:not(.color) {
    border-radius: 0;
    padding: 0;
    width: 44px;
    border-width: 2px;
    height: auto;
    border: 1px solid #dbdbdb;
    line-height: 24px;
    margin-bottom: 12px;
}

.product-mobile-layout .summary .attribute-pa_size a.change-value.active:not(.color) {
    border-color: #000000;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr {
    display: table-row;
}

.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr .quantity {
    border: 1px solid #b0b0b0;
    padding: 2px;
    height: 40px;
}

.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td {
    display: table-cell;
    text-align: left;
}

.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td .qtyplus {
    top: 7px;
}

.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td .qtyminus {
    top: 20px;
}

.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td .input-qty {
    height: auto;
    line-height: 34px;
    font-weight: 400;
    padding: 0;
    width: 30px;
    font-size: 16px;
    border: none;
    text-align: center;
}

.product-mobile-layout .detail-content .summary .cart.grouped_form .single_add_to_cart_button {
    width: 100%;
}

.product-mobile-layout.product-type-grouped .detail-content .summary td.price {
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    background-color: transparent;
    color: #000;
}

.product-mobile-layout.product-type-grouped .detail-content .summary ins .woocommerce-Price-amount.amount {
    font-size: 16px;
}

.product-mobile-layout.product-type-grouped .detail-content .summary del .woocommerce-Price-amount.amount {
    font-size: 12px;
}

.product-mobile-layout.product-type-grouped .summary .cart .group_table {
    margin-bottom: 0px;
}

.product-mobile-layout .product-toggle-more-detail {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #000;
    background-color: #e9e9e9;
    display: inline-block;
    z-index: 1;
    position: relative;
    height: 52px;
    line-height: 52px;
    box-shadow: 0px -70px 55px #fff;
    font-weight: 500;
}

.product-mobile-layout .product-toggle-more-detail.active {
    box-shadow: 0 0 0;
}

.product-mobile-layout .product-toggle-more-detail:after {
    font-family: Flaticon;
    content: "\f108";
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
}

.product-mobile-layout .product-toggle-more-detail.active:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.product-mobile-layout .product-mobile-more-detail-wrap {
    display: block !important;
    width: 100%;
}

.product-mobile-layout .woocommerce-product-rating-clone .woocommerce-review-link {
    line-height: 20px;
    width: 100%;
}

.product-mobile-more-detail-wrap .variations_form {
    display: none;
}
.product-mobile-layout .detail-content {
    text-align: center;
}

.product-mobile-layout div.famibt-wrap {
    padding: 15px 25px 30px;
}

.product-mobile-layout .product-item form.variations_form {
    position: static;
    display: none;
}

.product-mobile-layout section.products.product-grid {
    background: #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.product-mobile-layout .deals-in-wrap {
    background: #fff;
    padding: 15px 15px 0px;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.woocommerce-product-gallery-wrap-clone ul.slick-dots {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
.woocommerce-product-gallery-wrap-clone ul.slick-dots > li {
    width: 10px;
    height: 10px;
    position: relative;
    padding: 0;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
}
.woocommerce-product-gallery-wrap-clone ul.slick-dots > li.slick-active button,
.woocommerce-product-gallery-wrap-clone ul.slick-dots > li button:hover{
    background-color: #ff3636;
}
.woocommerce-product-gallery-wrap-clone ul.slick-dots > li button {
    background: rgba(0,0,0,.5);
    width: 10px;
    height: 10px;
    padding: 0;
}
/*Variable Mobile*/
.variable-mobile {
    width: 100%;
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    right: 0;
    z-index: 9;
}

.product-mobile-layout .detail-content .summary .variable_mobile .price {
    padding-bottom: 0;
    margin-bottom: 0;
}

.variable-mobile .flex-control-nav.flex-control-thumbs {
    display: none !important;
}

.product-mobile-layout div .woocommerce-variation-add-to-cart {
    display: none;
}

.variable_mobile ol.flex-control-nav.flex-control-thumbs {
    display: none!important;
}
.cislen-content-single-product-mobile .product-mobile-layout .variable_mobile .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    margin-top: 0;
    padding-right: 0;
    float: left;
    width: 100px;
    -webkit-transform: none;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: none;
    position: absolute;
    height: 100px;
    overflow: hidden;
    left: 0;
    display: inline-block;
    top: 0;
    z-index: 1;
}
.product-mobile-layout .detail-content .summary .variable_mobile .quantity {
    width: auto;
    display: inline-block;
    margin-bottom: 5px;
    border: none;
    padding: 0 5px;
    background: #fff;
    height: auto;
    line-height: 30px;
}

.product-mobile-layout .variable_mobile.cart .quantity .btn-number.qtyplus {
    width: 40px;
    height: 40px;
    position: static;
    border-radius: 50%;
    line-height: 40px;
    border: none;
    font-size: 22px;
    font-weight: 600;
    margin: 0 10px;
    background: #e9e9e9;
}
.product-mobile-layout .variable_mobile.cart .quantity .btn-number.qtyminus {
    width: 40px;
    height: 40px;
    position: static;
    border-radius: 50%;
    line-height: 42px;
    letter-spacing: -5px;
    border: none;
    font-size: 30px;
    text-align: center;
    margin: 0 10px;
    background: #e9e9e9;
}
.variable_mobile.cart .quantity .input-qty {
    font-weight: 600;
    color: #000000;
    width: 40px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    float: left;
    border-radius: 50%;
    height: 40px;
    border: 2px solid #aaa;
}

.variable_mobile .woocommerce-variation.single_variation {
    display: inline-block;
    width: 100%;
}

.variable_mobile .woocommerce-product-gallery {
    position: relative;
    overflow: hidden;
    width: 100px;
    margin-top: -25px;
    float: left;
}

.variable_mobile .single_variation_wrap {
    overflow: hidden;
    min-height: 90px;
}

.product-mobile-layout .variable_mobile .detail-content .summary .price {
    margin: 0;
    padding: 0;
}

div.summary .variable_mobile .price .woocommerce-Price-amount.amount {
    font-size: 18px;
}
div.summary .variable_mobile .price del .woocommerce-Price-amount.amount {
    font-size: 13px;
}
.variable_mobile_show .body-overlay {
    opacity: 1;
    visibility: visible;
}

.product-mobile-layout form.cart.variable_mobile.show-box-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.variable_mobile_show .body-overlay {
    opacity: 1;
    visibility: visible;
    display: none;
}
.single.variable_mobile_show .body-overlay {
    display: block;
}
.product-mobile-layout form.cart.variable_mobile {
    position: fixed;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 0;
    z-index: 999999;
    padding: 10px 15px 15px;
    margin: 0;
    visibility: hidden;
    transition: opacity 0.3s linear, opacity 0.3s linear, transform 0.3s linear;
    -o-transition: opacity 0.3s linear, visibility 0.3s linear, -o-transform 0.3s linear;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear, -webkit-transform 0.3s linear;
}

.product-mobile-layout a.reset_variations {
    position: static;
    margin: 15px 0 0;
    padding: 0 15px;
    font-size: 11px;
    font-weight: 600;
    float: left;
    line-height: 30px;
    height: 30px;
}

.single div .variable_mobile a.change-value.color {
    margin: 3px 12px 12px 0;
}

button.single_add_to_cart_button-clone.button {
    line-height: 30px;
    height: auto;
    margin-top: 15px;
    float: right;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
}

button.single_add_to_cart_button-clone.button::before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 13px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top: 0px;
}

button.single_add_to_cart_button-clone.button.loading::before {
    content: "\f110";
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
    font-size: 14px;
    top: 0px;
    width: 20px;
}
button.single_add_to_cart_button-clone.button.added::before {
    content: "\f116";
    font-family: Flaticon;
}

.variable_mobile tr.variation label {
    font-size: 12px;
    font-weight: 600;
    line-height: 36px;
}

.variable_mobile tr.variation td.variation-title label::after {
    display: none;
}

.toggle-variations-select-mobile {
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
}
.brand-product + .toggle-variations-select-mobile {
    margin-top: 15px;
}
.toggle-variations-select-mobile::before {
    content: "\f105";
    float: right;
    font-family: 'Fontawesome';
    font-size: 16px;
}

.variable_mobile_show {
    overflow-y: hidden;
    margin: 0 !important;
}

a.close-box-content {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*Tabs Single Mobile*/
.woocommerce-tabs-mobile {
    margin-top: 15px;
}

.tabs-mobile-content a.button-togole {
    line-height: 50px;
    background: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
    padding: 0 20px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000;
}

.tabs-mobile-content a.button-togole::before {
    content: "\f105";
    float: right;
    font-family: 'Fontawesome', sans-serif;
    font-size: 16px;
}
.tabs-mobile-content h2.woocommerce-Reviews-title {
    font-size: 25px;
    margin-bottom: 0;
}
.content-tab-element {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 868686;
    transition: transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
}

.tab-show .content-tab-element {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.content-tab-element .content-des > h2 {
    display: none;
}

button.close-tab {
    background: transparent;
    height: auto;
    top: 0;
    width: 50px;
    border-right: 1px solid #e5e5e5;
    line-height: 53px;
    position: absolute;
    left: 0;
}

button.close-tab::before {
    font-size: 22px;
    content: "\f104";
    font-family: 'Fontawesome', sans-serif;
    color: #333;
}

h3.title-tab {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    background: #fff;
    padding: 15px 5px;
    margin: 0;
}

.content-des {
    padding: 20px 30px;
    overflow-x: hidden;
    text-align: left;
    overflow-y: scroll;
    height: calc(100% - 54px);
}
.content-des h2.vc_custom_heading {
    font-size: 28px!important;
}
html.body-hide {
    overflow: hidden;
}

.content-des th p, .content-des td p {
    margin: 0;
}

.content-des table.shop_attributes {
    color: #333;
}
.content-des #review_form_wrapper {
    margin-top: 20px;
    margin-left: 0;
}
.content-des .comment-respond .comment-reply-title {
    position: relative;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    letter-spacing: 0;
    font-weight: 600;
    width: 100%;
    text-transform: CAPITALIZE;
    color: #000;
}

.add-to-cart-fixed-btn {
    position: fixed;
    z-index: 10000;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-weight: 500;
    line-height: 40px;
    display: none;
}

.add-to-cart-fixed-btn .icon {
    margin-right: 10px;
}

/* .single-product-mobile */

.single-product-mobile .summary .wc-tabs {
    margin-left: -20px;
    margin-right: -20px;
}

.single-product-mobile .summary .wc-tabs li {
    width: 100%;
    margin: 0;
}

.single-product-mobile .summary .wc-tabs li a {
    width: 100%;
    padding: 0px 10px;
    margin: 10px 0;
}

.single-product-mobile .summary .wc-tabs li a:before {
    border-bottom: 1px solid #e5e5e5;
}

.single-product-mobile .summary .wc-tabs li:hover, .single-product-mobile .summary .wc-tabs li.active {
    background-color: #f1f1f1;
    color: #000;
}

.single-product-mobile .summary .wc-tabs li:hover a, .single-product-mobile .summary .wc-tabs li.active a {
    color: #000;
}

.single-product-mobile .summary .wc-tabs li:hover a:before, .single-product-mobile .summary .wc-tabs li.active a:before {
    border-bottom: 1px solid #eee;
}

.single-product-mobile .woocommerce-Tabs-panel .vc_row .vc_column-inner {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.single-product-mobile .summary .wc-tabs {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}

.single-product-mobile .big_images .woocommerce-variation-add-to-cart {
    float: none;
}

.single-product-mobile .big_images .single_variation_wrap {
    text-align: center;
}

.single-product-mobile .cislen-single-add-to-cart-btn.add-to-cart-fixed-btn .icon {
    font-size: 24px;
    top: 3px;
    position: relative;
}
.single-product-mobile .summary .woocommerce-product-rating {
    padding-bottom: 8px;
    margin: 0 0 -2px;
    background: #fff;
    line-height: 18px;
    padding-left: 20px;
    width: 100%;
    text-align: left;
}
.single-product-mobile .summary .woocommerce-Reviews .woocommerce-product-rating {
    width: 160px;
    padding: 0;
    display: table;
    margin: 20px auto;
    text-align: center;
    float: none;
}
.single-product-mobile .deal-add-to-cart {
    display: none;
}

.single-product-mobile .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
    width: 50px;
    padding: 2px
}

.product-mobile-layout.slider_images .single-left .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav > li:after {
    display: none
}
.single-product.single-product-mobile .responsive_js_composer_custom_css_1877412332 {
    display: none;
}
.single-product.single-product-mobile footer {
    background: #fff;
}
.content-des .comment-form-rating p.stars {
    top: 2px;
    position: relative;
}
/* Single product mobile show varition */
.layout-variation-show .product-mobile-layout form.cart.variable_mobile.show-box-content::before{
    display:none;
}
.layout-variation-show .product-mobile-layout div form.cart.variable_mobile {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    position: relative;
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    margin: 15px 0;
    opacity: 1;
    z-index: 10;
}
.layout-variation-show .product-mobile-layout .summary .brand-product {
    margin-bottom: 20px;
}
.layout-variation-show a.close-box-content {
    display: none;
}
.layout-variation-show a.toggle-variations-select-mobile {
    display: none;
}
.layout-variation-show .product-mobile-layout div.detail-content .summary .variable_mobile .quantity {
    padding: 5px;
    line-height: 10px;
}
.layout-variation-show .product-mobile-layout .variable_mobile .flex-viewport {
    border: 1px solid #e5e5e5;
}
.layout-variation-show .social-share-product {
    display: none;
}

/* Shop page mobile */
.shop-page-mobile .products_list-size-3 .product-item {
    width: 100%;
}

.shop-page-mobile .products_list-size-3 .product-item .product-info {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.shop-page-mobile .products_list-size-3 .product-item .star-rating {
    margin: 0 auto;
}

.shop-page-mobile .products_list-size-3 .product-item .star-rating::before,
.shop-page-mobile .products_list-size-3 .product-item .star-rating span::before {
    padding-left: 3px;
}

.woocommerce-cart-form .variation {
    margin-bottom: 0;
}

/*Mobile CART .shop_table_mobile*/
.enable-shop-page-mobile .woocommerce-page-header {
    margin: 0 -13px;
}

.enable-shop-page-mobile .woocommerce-page-header ul {
    min-width: 0;
}

.enable-shop-page-mobile .woocommerce-page-header ul .line-hover:first-child {
    margin-left: 0;
}

.woocommerce-cart-form-mobile .shop_table_mobile {
    border: none;
    display: block;
}

.woocommerce-cart-form-mobile .shop_table_mobile tbody {
    display: block;
}

.woocommerce-cart-form-mobile .shop_table_mobile tr {
    position: relative;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}

.woocommerce-cart-form-mobile .shop_table_mobile td {
    border: none;
    display: block;
    float: left;
}

.woocommerce-cart-form-mobile .shop_table_mobile tr:first-child {
    padding-top: 0;
}

.woocommerce-cart-form-mobile .shop_table_mobile tr::after {
    content: '';
    position: absolute;
    width: 100vw;
    border-bottom: 1px solid #ebebeb;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.woocommerce-cart-form-mobile .shop_table_mobile tr::after {
    bottom: 0;
}

.shop_table_mobile .product-thumbnail {
    width: 110px;
}

.shop_table_mobile .product-info {
    width: calc(100% - 115px);
    margin: 0;
}

.shop_table_mobile .product-info > a {
    display: block;
    font-size: 15px;
    margin-top: -5px;
    margin-bottom: 0;
    font-weight: 500;
}

.shop_table_mobile .product-info .product-price {
    display: block;
    font-size: 15px;
    color: #6d6d6d;
    margin-bottom: 10px;
}

.shop_table_mobile .product-info .quantity {
    display: inline-block;
    height: 46px;
    margin: 0;
}

.cart.shop_table_mobile .quantity .input-qty {
    height: 44px;
    width: 40px;
    border-bottom: none;
    border-top: none;
}
.cart.shop_table_mobile .quantity a.btn-number {
    width: 40px;
    height: 22px;
    line-height: 24px;
}
.shop_table_mobile .product-info .quantity .control {
    display: flex;
}

.enable-shop-page-mobile .product-remove .remove {
    font-size: 20px !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    float: right;
    line-height: 22px;
    border: none;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr td {
    float: none;
}

.product-remove .remove span {
    font-size: 0;
}

.enable-shop-page-mobile .product-remove .remove span {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ff0000;
    font-size: 11px;
    text-decoration: underline;
    padding-left: 9px;
}

.woocommerce-cart-form-mobile .actions .actions-btn {
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 8px;
}

.woocommerce-cart-form-mobile .actions .actions-btn::before {
    content: '';
    border-bottom: 1px solid #ebebeb;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.woocommerce-cart-form-mobile .actions .actions-btn .button {
    width: 100%;
}

.woocommerce-cart-form-mobile .actions .actions-btn .shopping {
    width: 100%;
    background-color: transparent;
    border: 1px solid;
    color: #000000;
    line-height: 56px;
    margin: 0;
    font-weight: 600;
}

.woocommerce-cart-form-mobile .actions .actions-btn .shopping:hover {
    background-color: #ff3636;
    border-color: #ff3636;
    color: #fff;
}

.woocommerce-cart-form-mobile .actions .coupon {
    padding: 0 0 27px 0;
    margin-bottom: 23px;
    border: none;
    position: relative;
}

.woocommerce-cart-form-mobile .actions .coupon::before {
    content: '';
    border-bottom: 1px solid #ebebeb;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.woocommerce-cart-form-mobile .actions .coupon label {
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.woocommerce-cart-form-mobile .actions .coupon .button {
    margin-top: 20px;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals {
    padding: 0;
    border: none;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals h2 {
    display: none;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    width: 100%;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr {
    overflow: hidden;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr p {
    margin-bottom: 0;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr strong {
    font-weight: normal;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr th,
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr td {
    padding: 10px 0;
    float: left;
    width: auto;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr th {
    width: 90px !important;
    text-align: left;
    border: none;
    text-transform: uppercase;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr td {
    width: calc(100% - 90px) !important;
    text-align: right;
    border: none;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table .shipping-calculator-button {
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .enable-shop-page-mobile .woocommerce-page-headermid {
        padding-bottom: 25px;
        padding-top: 40px;
    }

    .enable-shop-page-mobile .page-main-content {
        padding: 0 0 35px 0;
    }

    div.cislen-products.text-center .product-item .product-title {
        margin-top: 10px;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 5px;
        text-align: left;
        text-transform: none;
    }

    div.cislen-products .product-inner .price, div.cislen-products.text-center .product-item .star-rating {
        text-align: left;
    }

    div.cislen-products.text-center .product-item .star-rating {
        margin-left: 0;
    }
    div.famibt-wrap div.famibt-products-wrap .famibt-product .famibt-product-title {
        min-height: 48px;
    }
}

/* Mobile WISHLIST */
.enable-shop-page-mobile .wishlist-title {
    display: none;
}

.enable-shop-page-mobile .woocommerce .wishlist_table {
    border: none;
    margin-bottom: 0;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr {
    display: inline-block;
    padding-bottom: 21px;
    margin-bottom: 24px;
    text-align: left;
    width: 100%;
    position: relative;
    border: none;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr::before {
    content: '';
    border-bottom: 1px solid #ebebeb;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr td {
    border: none;
    padding: 0;
    text-align: left;
    display: inline;
    width: 100%;
}

body.enable-shop-page-mobile .woocommerce table.shop_table.wishlist_table thead {
    display: none;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr td:first-child {
    float: left;
    width: 100px !important;
    padding: 0 0 10px;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr td.wishlist-empty {
    margin: 0;
    display: inline-block;
    width: 100% !important;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr .product-name {
    display: block;
    font-size: 15px;
    margin-top: -5px;
    margin-bottom: 0;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr .product-price {
    display: block;
    font-size: 15px;
    color: #6d6d6d;
    margin-bottom: 8px;
    clear: none;
}

.enable-shop-page-mobile .woocommerce .wishlist_table .product-add-to-cart {
    margin-top: 15px;
}

.enable-shop-page-mobile .woocommerce .wishlist_table .product-add-to-cart .add_to_cart::before {
    display: none;
}

.enable-shop-page-mobile .woocommerce .wishlist_table .product-add-to-cart .add_to_cart {
    width: 100%;
    font-size: 12px;
    float: left;
    text-align: center;
    height: 44px;
    line-height: 44px;
    margin-top: 15px;
}

.enable-shop-page-mobile form#yith-wcwl-form {
    padding: 0;
}

.enable-shop-page-mobile .woocommerce .wishlist_table .product-remove {
    padding: 0;
}

.enable-shop-page-mobile .woocommerce .wishlist_table .product-remove .remove {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    border: none;
}

.enable-shop-page-mobile .shop_table tr td.product-stock-status > span {
    padding: 7px 12px;
    text-align: center;
    width: auto;
    margin-bottom: 10px;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tfoot tr {
    padding-bottom: 0;
    margin-bottom: 0;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tfoot tr td:first-child {
    width: 100% !important;
    text-align: center;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tfoot tr::before {
    display: none;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tfoot .yith-wcwl-share {
    margin-bottom: 0;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tfoot .yith-wcwl-share h4.yith-wcwl-share-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 2px 0 17px 0;
}
.enable-shop-page-mobile .woocommerce table.wishlist_table tr td.product-remove {
    width: 43px !important;
    height: 43px !important;
    line-height: 41px;
    padding: 0 !important;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #e3e3e3;
}
.enable-shop-page-mobile .woocommerce table.wishlist_table tr td.product-remove a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 41px;
}
@media (min-width: 768px) {
    .shop-page-mobile .products_list-size-3 .product-item .product-thumb {
        float: left;
    }

    .shop-page-mobile .products_list-size-3 .product-item .product-info {
        margin-top: 0;
        padding: 20px;
        text-align: left;
    }

    .shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating {
        margin-left: 0;
    }

    .shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating:before, .shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating span:before {
        padding-left: 0;
    }

    .shop-page-mobile .products_list-size-3 .product-item .onsale, .shop-page-mobile .products_list-size-3 .product-item .onnew {
        position: absolute;
        z-index: 2;
        top: 0;
    }

    .shop-page-mobile .products_list-size-3 .product-item .onsale {
        left: 15px;
    }

    .shop-page-mobile .products_list-size-3 .product-item .onnew {
        right: 15px;
    }

    .product-mobile-layout div.detail-content .summary .cart .single_add_to_cart_button {
        max-width: inherit;
        margin-left: 0;
        margin-right: 0;
    }

    .product-mobile-layout .woocommerce-variation-add-to-cart {
        width: calc(100% - 283px);
        float: left;
    }

    .product-mobile-layout .summary .yith-wcwl-add-to-wishlist {
        clear: none;
    }
    .main-single-content .nav-links {
        display: flex;
        justify-content: space-between;
    }
}

/*==========================================================================
    3.5 VERTICAL MENU
========================================================================== */
/*vertical-menu-overlay*/
.vertical-menu-open .vertical-menu-overlay {
    left: 0;
}

.vertical-menu-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(45, 51, 55, 0.66);
    z-index: 10;
}

/*.close-vertical-menu*/
.close-vertical-menu {
    display: none;
    width: 20px;
    height: 20px;
    color: #000000;
    position: relative;
    cursor: pointer;
    margin-left: 46px;
    margin-bottom: 140px;
}

.close-vertical-menu:hover {
    color: #ff3636;
}

.close-vertical-menu::before,
.close-vertical-menu::after {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    top: 9px;
    left: -2px;
    width: 24px;
}

.close-vertical-menu::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-vertical-menu::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-scroll {
    height: -webkit-calc(100vh - 395px);
    height: -moz-calc(100vh - 395px);
    height: calc(100vh - 395px);
    padding-bottom: 50px;
}

.menu-scroll .scrollbar-macosx {
    height: -webkit-calc(100vh - 405px);
    height: -moz-calc(100vh - 405px);
    height: calc(100vh - 405px);
}

.menu-scroll-inner {
    width: 100%;
    overflow-x: hidden;
}

/*submenu*/
.vertical-menu .main-navigation .main-menu .menu-item .submenu {
    display: none;
}

.vertical-menu .main-navigation .main-menu > .menu-item > .submenu {
    padding: 20px 0 0 40px;
    border-bottom: 1px solid #eae7e7;
}

.vertical-menu .main-navigation .main-menu .menu-item .submenu .submenu {
    padding-left: 17px;
}

.vertical-menu .main-navigation .main-menu .menu-item .submenu .submenu li:first-child {
    margin-top: 4px;
}

.vertical-menu .main-navigation .main-menu > .menu-item > .submenu > li:first-child {
    margin-top: 10px;
}

.vertical-menu .main-navigation .main-menu > .menu-item > .submenu > li:last-child {
    margin-bottom: 10px;
}

.vertical-menu .main-navigation .main-menu > .menu-item > a {
    display: inline-block;
    width: 100%;
    padding: 18px 40px;
    border-bottom: 1px solid #eae7e7;
}

.vertical-menu .main-navigation .main-menu > .menu-item:last-child > a {
    border-bottom: none;
}

.vertical-menu .main-navigation .main-menu > .menu-item.menu-item-has-children:last-child > .submenu {
    border-top: 1px solid #eae7e7;
}

.vertical-menu .main-navigation .main-menu > .menu-item .submenu li {
    width: calc(100% - 27px);
    display: inline-block;
    line-height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.vertical-menu .main-navigation .main-menu > .menu-item:hover > a {
    color: #ff3636;
}

.vertical-menu .main-navigation .main-menu > .menu-item .submenu a {
    width: 100%;
    display: inline-block;
    color: #9d9d9d;
}

.vertical-menu .main-navigation .main-menu > .menu-item .submenu .menu-item > a:hover,
.vertical-menu .main-navigation .main-menu > .menu-item .submenu .menu-item.show-submenu > a {
    color: #000000;
}

/*.toggle-submenu*/
.vertical-menu .main-navigation .main-menu .menu-item .toggle-submenu {
    position: absolute;
    right: 30px;
    display: block;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
    line-height: 24px;
}

.vertical-menu .main-navigation .main-menu .menu-item.show-submenu > .toggle-submenu {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vertical-menu .main-navigation .main-menu > .menu-item > .toggle-submenu {
    top: 16px;
}

.vertical-menu .main-navigation .main-menu .menu-item .submenu .toggle-submenu {
    top: 5px;
    right: 0;
}

.vertical-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
    content: "\f105";
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    font-family: FontAwesome;
    height: 24px;
    width: 24px;
    text-align: center;
}

/*==========================================================================
    3.6 HEADER CONTROL
========================================================================== */
.header-control-right .header-control-wrap {
    width: 345px;
    max-width: 100%;
    display: inline-block;
}

.header-control-wrap {
    transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    -webkit-transition: padding 0.5s ease 0s;
}

.header-control-right > div {
    display: inline-block;
    overflow: visible;
}

/*header-search-box*/
.header-search-box {
    display: inline-block;
}
.search-icon {
    font-size: 14px;
    background: #ff3636;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.search-icon:hover,
.search-icon:focus{
    color: #ffffff;
}
.site-header:not(.has-mousemove-effect) a.search-icon:hover {
    background: #e86363;
}
.search-icon > span {
    display: inline-block;
}
.header-search-box > .icons {
    font-size: 25px;
    color: inherit;
    font-weight: 500;
    line-height: 46px;
    cursor: pointer;
}

.header-search-box > .icons:hover {
    color: #ff3636;
}

/*.instant-search*/
.search-results-wrap {
    margin: 0;
}
.scroll-wrapper > .scroll-content.search-results-croll {
    overflow: auto !important;
}
header:not(.site-header-mobile) .search-results-croll {
    max-height: calc(100vh - 200px);
}
.search-results-croll {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden !important;
    position: absolute !important;
    background: #fff;
    top: calc(100% + 5px);
    border-radius: 0;
    padding: 0 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
    min-width: 300px;
}
.container-search .search-results-wrap .product-item-search {
    padding: 15px 15px 0;
}
.container-search .search-results-wrap .product-item-search:last-child {
    padding-bottom: 15px;
}
.search-results-croll .post-thumb {
    width: 80px;
    float: left;
    margin-right: 15px;
}

.container-search .product-info {
    min-height: 90px;
    text-align: left;
    overflow: hidden;
}

.container-search .product-title {
    font-size: 14px;
    font-weight: 500;
}

.container-search .star-rating {
    margin-bottom: 5px;
}

.container-search .product-inner .price {
    font-size: 0;
}
.container-search .woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px 0 0;
}
.instant-search-open header.header {
    z-index: 1000000;
    position: relative;
}

.instant-search-modal {
    position: fixed;
    background: rgba(255, 255, 255, 1);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    height: 100vh;
    visibility: hidden;
    transition: opacity 0.5s, visible 0.5s;
    -o-transition: opacity 0.5s, visible 0.5s;
    -webkit-transition: opacity 0.5s, visible 0.5s;
    z-index: 100000;
}

.instant-search-open .instant-search-modal {
    opacity: 1;
    visibility: visible;
}

.product-item-search:last-child {
    padding-bottom: 0;
}

/*.instant-search-close*/
html.instant-search-open .instant-search-close {
    right: 50px;
}
.instant-search-close {
    color: #000000;
    width: 50px;
    position: absolute;
    height: 50px;
    top: 45px;
    right: 20px;
    cursor: pointer;
}
.instant-search-close:hover {
    color: #ff3636;
}

.instant-search-close span {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    display: block;
    transition: right 0.2s ease 0s;
    -o-transition: right 0.2s ease 0s;
    -webkit-transition: right 0.2s ease 0s;
    cursor: pointer;
    z-index: 9;
}

.instant-search-close:hover span::before, .instant-search-close:hover span::after {
    width: 30px;
}

.instant-search-close span::before, .instant-search-close span::after {
    border-bottom: 1px solid;
    content: "";
    left: 3px;
    position: absolute;
    top: 20px;
    width: 25px;
    transition: width 0.2s ease 0s;
    -o-transition: width 0.2s ease 0s;
    -webkit-transition: width 0.2s ease 0s;
}

.instant-search-close span::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.instant-search-close span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Search Instant Mobile*/
.instant-search-modal .instant-search-wrap {
    padding-top: 150px;
}

.instant-search-modal .instant-search-title {

    font-size: 40px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.instant-search-modal .product-cats {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.instant-search-modal .product-cats label {
    margin: 0 23px
}

.instant-search-modal .product-cats label span {
    -webkit-transition: 0.3s;
    transition: 0.3s;

    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a6a6a6;
    cursor: pointer;
    position: relative;
    padding-bottom: 5px;
}

.instant-search-modal .product-cats label span::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ff3636;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.instant-search-modal .product-cats label span:hover,
.instant-search-modal .product-cats label.selected span {
    color: #ff3636;
}

.instant-search-modal .product-cats label span:hover::before,
.instant-search-modal .product-cats label.selected span::before {
    opacity: 1;
    visibility: visible;
}

.instant-search-modal .product-cats input[type='radio'] {
    display: none;
}

/*.search-submit*/
.instant-search-modal .search-fields {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.instant-search-modal .search-input {
    position: relative;
}

.instant-search-modal .search-fields .search-field {
    padding: 0;
    height: 51px;
    line-height: 51px;
    width: 100%;
    font-size: 40px;
    position: relative;
    background: transparent;
    border: none;
    font-weight: 300;
    color: #000;
    text-align: center;
    z-index: 1;
    top: 0;
    transition: top 0.5s cubic-bezier(0, 0.24, 0.46, 0.77) 0s;
    -o-transition: top 0.5s cubic-bezier(0, 0.24, 0.46, 0.77) 0s;
    -webkit-transition: top 0.5s cubic-bezier(0, 0.24, 0.46, 0.77) 0s;
}
header.site-header .instant-search-modal form.search-form .search-field.search-has-results {
    top: -55px;
}
span.text-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    z-index: 0;
    color: #000;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    line-height: 50px;
    transition: margin-top 0.5s ease 0s, opacity 0.5s ease 0s;
    -o-transition: margin-top 0.5s ease 0s, opacity 0.5s ease 0s;
    -webkit-transition: margin-top 0.5s ease 0s, opacity 0.5s ease 0s;
}

.instant-search-modal .search-fields .search-field:focus + span.text-search,
.instant-search-modal .search-fields .search-field.search-has-results + span.text-search {
    opacity: 0;
}

.instant-search-modal .search-fields .search-submit {
    position: absolute;
    top: -1px;
    left: -1px;
    display: none;
    width: 64px;
    height: 58px;
    font-size: 15px;
    text-align: center;
}
header.site-header .instant-search-modal form.search-form .search-field {
    border-radius: 0;
    padding: 0 20px;
}
/*.search-reset*/
.instant-search-modal .search-fields .search-reset {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 53px;
    display: block;
    background: transparent;
    color: #a9a9a9;
}

.instant-search-modal .search-reset::before,
.instant-search-modal .search-reset::after {
    border-bottom: 2px solid;
    content: "";
    left: 20px;
    position: absolute;
    top: 25px;
    width: 17px;
}

.instant-search-modal .search-reset::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.instant-search-modal .search-reset::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.instant-search-modal .search-fields .search-reset:hover {
    color: #000000;
}

.instant-search-modal {
    position: fixed;
    background: rgba(255,255,255,1);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    height: 100vh;
    visibility: hidden;
    transition: opacity 0.5s,visible 0.5s;
    -o-transition: opacity 0.5s,visible 0.5s;
    -webkit-transition: opacity 0.5s,visible 0.5s;
    z-index: 100000;
}
.instant-search-modal span.reset-instant-search-wrap {
    display: none;
}
.instant-search-modal .search-results-croll .post-thumb {
    width: 100%;
    float: none;
    margin-right: 0;
    border: 1px solid #e5e5e5;
}
.instant-search-modal .instant-search .product-info {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 0;
    min-height: 50px;
    padding-left: 0;
}
.search-view-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.search-view {
    display: none;
    min-width: 200px;
    padding: 0 10px;
    text-align: center;
    height: 49px;
    line-height: 49px;

    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
    margin: 50px auto 0 auto;
}

.search-view:hover {
    background-color: #ff3636;
    color: #ffffff;
}

.container-search .scrollbar-macosx {
    max-height: -webkit-calc(100vh - 450px);
    max-height: -moz-calc(100vh - 450px);
    max-height: calc(100vh - 450px);
}

.scrollbar-macosx > .scroll-element.scroll-x {
    display: none;
}

/*header currency + language*/
.currency-language-wrap {
    position: relative;
    display: inline-block;
}

.currency-language {
    display: inline-block;
    padding-left: 0;
    position: relative;
    top: -2px;
}

/*currency*/
.woocommerce .header .wcml-dropdown-click.product {
    margin: 0 0 0 10px;
}

.currency-language .wcml-dropdown-click {
    display: inline-block;
    width: auto;
}

.currency-language .wcml-dropdown-click li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;

}

.currency-language .wcml-dropdown-click a {
    display: inline-block;

    font-weight: 600;
    position: relative;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle {
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    vertical-align: middle;
    margin-top: -5px;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 0;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::before {
    border-color: #ff3636;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 3px solid;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -11px;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::after {
    border-color: #ff3636 transparent transparent transparent;
}

.currency-language .wcml-dropdown-click .wcml-cs-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 126px;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    list-style: none;
    padding: 10px;
    margin-top: 22px !important;
    z-index: 10;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
}

.currency-language .wcml-dropdown-click .wcml-cs-submenu li {
    line-height: 38px;
}

/*language*/
.currency-language .dropdown {
    list-style: none;
    display: inline-block;
    line-height: 35px;
}

.currency-language .dropdown a {
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.currency-language .dropdown > a {
    height: 36px;
    line-height: 34px;
    padding: 0 35px 0 10px;
    border: 1px solid;
    color: inherit;
    min-width: 80px;
}

.currency-language .dropdown > a::after {
    content: "\f107";
    display: block;
    width: 0;
    height: 0;
    font-family: Fontawesome;
    position: absolute;
    right: 20px;
    margin: auto;
    float: right;
    top: 0px;
    font-size: 14px;
}

.currency-language .dropdown > a:hover::after {
    border-color: #ff3636 transparent transparent transparent;
}

.header-control-right .currency-language > li {
    margin: 0;
}

.currency-language .dropdown > a:hover::before {
    border-color: #ff3636;
}

.currency-language .dropdown .active a {
    color: #ff3636;
}

/*dropdown-submenu*/
.dropdown > .submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    text-align: left;
    background-color: #fff;
    list-style: none;
    padding: 0 20px;
    border-radius: 0;
    margin-top: 10px;
    z-index: 10;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
}

.dropdown.open > .submenu,
.dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
}
.currency-language .dropdown > a::before,
header .wcml_currency_switcher li a.wcml-cs-item-toggle::before{
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 100%;
}
.dropdown > .submenu li {
    line-height: 38px;
}

.dropdown img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

/*currency_switcher*/
body header.site-header div.wcml_currency_switcher.wcml-dropdown {
    width: auto;
    border: 1px solid;
    line-height: 36px;
    height: 36px;
    position: relative;
    margin: 0 0 0 10px;
    display: inline-block;
}
header .wcml_currency_switcher li {
    background: transparent;
    border: none !important;
}

header .wcml_currency_switcher li a {
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    color: inherit;
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

header .wcml_currency_switcher li li a {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    color: #333;
}

header .wcml_currency_switcher li li a:hover {
    color: #ff3636;
}

header .wcml_currency_switcher li .wcml-cs-submenu {
    top: calc(100% + 9px);
    min-width: 150px;
    color: #000;
    background: #fff;
    border-radius: 0;
    text-align: left;
    margin-top: 10px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
}

header .wcml_currency_switcher li:hover, header .wcml_currency_switcher li:focus {
    background-color: transparent;
}

header .wcml_currency_switcher li a.wcml-cs-item-toggle:after {
    content: "\f107";
    border: none;
    position: absolute;
    right: 10px;
    font-weight: 600;
    top: -1px;
    font-family: Fontawesome;
}

/*block-account*/
.block-account {
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.block-account > a,.block-account > a:hover {
    border: 1px solid;
    line-height: 30px;
    font-size: 14px;
    padding: 0 20px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 0;
    color: inherit;
}
.block-account > a > span > span:first-child,
.header-userlink > span:first-child{
    font-weight: 600;
    font-size: 16px;
    margin-right: 5px;
}
/*Modal Popup*/
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 920px;
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
    height: 588px;
    max-height: -webkit-calc(100% - 30px);
    max-height: -moz-calc(100% - 30px);
    max-height: calc(100% - 30px);
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(143, 27, 15, 0.8);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    transition: transform 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/*popup login register*/
.md-content button {
    font-size: 30px;
    color: #a3a3a3 !important;
    display: block;
    top: 8px;
    right: 8px;
}

.mfp-content {
    width: 920px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-height: 588px;
}

.md-content {
    background: #ffffff;
    position: relative;
    border-radius: 0;
    margin: 0 auto;
}

.cislen-modal-content {
    padding: 60px 15px;
    margin: auto;
    box-shadow: 3px 7px 120px rgba(0, 0, 0, .07);
}

.cislen-modal-content .nav-tabs {
    border: none;
    padding-bottom: 40px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
}

.woocommerce-account .cislen-modal-content .woocommerce .customer-form {
    margin-bottom: 0;
    width: 450px;
    max-width: 100%;
}

.customer-form .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
}

.customer-form .nav-tabs > li.active {
    opacity: 0;
    z-index: -1;
}

.customer-form .nav > li > a:focus, .customer-form .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    opacity: 0.6;
}
.customer-form .nav-tabs > li > a::after {
    content: "";
    font-family: Flaticon;
    font-weight: 600;
    position: absolute;
    width: 70px;
    display: inline-block;
    left: 50%;
    border-bottom: 1px solid;
    clear: both;
    transform: translateX(-50%);
    bottom: -1px;
}
.box-mobile-menu div.spec {
    overflow: visible;
    margin: 5px 0 10px;
}

div.spec {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    overflow: hidden;
}

.spec span {
    position: relative;
    padding: 0 10px;
}

.spec span::before {
    content: "";
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 5px;
    right: 100%;
    width: 9999em;
}

.spec span::after {
    content: "";
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 5px;
    left: 100%;
    width: 9999em;
}
.tab-over {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: top left;
    display: none;
}
#login-popup .tab-over {
    display: block;
}
.tab-over .nav-tabs > li {
    display: inline-block;
    padding-right: 4px;
    float: none;
}
.tab-over .nav-tabs > li a {
    min-width: 135px;
    color: #868686;
    position: relative;
    padding: 6px 15px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border: none;
    margin: 0;
}
.tab-over .nav-tabs > li.active > a,
.tab-over .nav-tabs > li > a:focus,
.tab-over .nav-tabs > li > a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    opacity: 1;
}
form.login .form-row span[class^="flaticon-"], form.register .form-row span[class*="flaticon-"] {
    font-size: 18px;
    color: #000;
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*block-minicart cislen-mini-cart*/
.header.cislen-minicart {
    display: inline-block;
    vertical-align: top;
}
.header .cislen-minicart .mini-cart-icon {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    top: 0px;
    color: inherit;
    position: relative;
    cursor: pointer;
}
.header .cislen-minicart .mini-cart-icon .minicart-number {
    letter-spacing: 0;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    line-height: 20px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    top: -5px;
    right: -12px;
    opacity: 1;
}
.header .minicart-canvas-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(45, 51, 55, 0.66);
    z-index: 10;
}

.minicart-canvas-open .header .minicart-canvas-overlay {
    left: 0;
}
.mini-cart-dropdown .minicart-canvas-overlay {
    display: none;
}
.minicart-canvas-open .header .minicart-content {
    right: 0;
}

.header .minicart-content {
    position: fixed;
    top: 0;
    right: -380px;
    width: 380px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    height: 100vh;
    background-color: #f7f7f7;
    padding-top: 0;
    z-index: 100001;
    transition: right 0.4s;
}

.header .minicart-content-inner {
    position: relative;
}
.header .minicart-content-inner .minicart-title {

    font-weight: 600;
    font-size: 12px;
    line-height: 46px;
    height: 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #ecebeb;
    padding-bottom: 0;
    margin-bottom: 20px;
    text-align: center;
}

.header .minicart-content-inner .minicart-number-items {

    font-weight: 600;
    display: block;
    min-width: 45px;
    height: 45px;
    text-align: center;
    line-height: 46px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #ecebeb;
}

.header .minicart-content-inner .close-minicart {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    color: #000000;
    border-right: 1px solid #dedede;
}

.header .minicart-content-inner .close-minicart:hover {
    color: #ff3636;
}

.header .minicart-content-inner .close-minicart::before,
.header .minicart-content-inner .close-minicart::after {
    border-bottom: 2px solid;
    content: "";
    left: 14px;
    position: absolute;
    top: 21px;
    width: 17px;
}

.header .minicart-content-inner .close-minicart::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .minicart-content-inner .close-minicart::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.minicart-list-items */
.header .minicart-list-items {
    height: -webkit-calc(100vh - 183px);
    height: -moz-calc(100vh - 183px);
    height: calc(100vh - 183px);
    position: relative;
}

.header .minicart-items {
    list-style: none;
    padding: 0 15px;
}

.header .minicart-items .product-cart {
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ecebeb;
    text-align: left;
}

.header .minicart-items .product-cart:last-child {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: none;
}
.header .minicart-items .product-cart .product-media {
    float: left;
    width: 87px;
    border: 1px solid #eee;
}
.header .minicart-items .product-cart .product-detail {
    overflow: hidden;
    padding-left: 20px;
}

.header .minicart-items .product-name {
    width: calc(100% - 20px);
    margin-top: -5px;
    font-size: 14px;
}

.header .minicart-items .product-cart .product-detail .product-detail-info {
    overflow: hidden;
}

.header .minicart-items .product-cart .product-detail .product-detail-info .product-cost {
    float: left;
    line-height: 18px;
    color: #5b5a5a;
}

.header .minicart-items .product-cart .product-detail .product-detail-info .product-quantity {
    display: block;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 2px;
}

.header .minicart-items .product-cart .product-remove {
    position: absolute;
    top: 0;
    right: -5px;
}

.header .minicart-items .product-cart .product-remove .remove {
    font-size: 0;
    color: #a9a9a9;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: right;
    line-height: 20px;
    z-index: 1;
    background: transparent !important;
}

.header .minicart-items .product-cart .product-remove .remove > i {
    display: none !important;
}

.header .minicart-items .product-cart .product-remove .remove:hover {
    color: #ff3636;
}

.header .minicart-items .product-cart .product-remove .remove::before,
.header .minicart-items .product-cart .product-remove .remove::after {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
}

.header .minicart-items .product-cart .product-remove .remove::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .minicart-items .product-cart .product-remove .remove::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .minicart-content-inner .subtotal {
    height: 59px;
    line-height: 59px;
    background-color: #ffffff;
    color: #000000;
    padding: 0 40px;
    overflow: hidden;
}

.header .minicart-content-inner .subtotal .total-title {
    float: left;
    font-size: 16px;
}

.header .minicart-content-inner .subtotal .total-price {
    float: right;
    width: auto;
    font-weight: 500;
    display: block;
}

.header .minicart-content-inner .actions {
    overflow: hidden;
}

.header .minicart-content-inner .actions .button {
    width: 50%;
    display: block;
    float: left;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    height: 59px;
    line-height: 61px;
    color: #ffffff;
}

.header .minicart-content-inner .actions .button:hover {
    color: #ff3636;
}

.header .minicart-content-inner .actions .button.button-viewcart {
    background-color: #2a2a2a;
}

.header .minicart-content-inner .actions .button.button-checkout {
    background-color: #000000;
}
/*Mini Cart Dropdown*/
.minicart-content-wrap {
    position: absolute;
    right: 0;
    top: calc(100% + 13px);
    width: 320px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    -webkit-animation-name: smoothFadeOutLeft;
    animation-name: smoothFadeOutLeft;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 9999999;
    transition: visibility 0s linear 0.4s, opacity 0.4s linear;
    -webkit-transition: visibility 0s linear 0.4s, opacity 0.4s linear;
}
.cislen-minicart::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 20px;
    right: 0;
    top: 100%;
    background: transparent;
    opacity: 0;
}
.cislen-minicart:hover .minicart-content-wrap {
    opacity: 1;
    visibility: visible;
    transition: none;
    -webkit-transition: none;
    -webkit-animation-name: smoothFadeInRight;
    animation-name: smoothFadeInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    overflow: hidden;
}
.header .minicart-content-wrap .minicart-content-inner .minicart-title {
    margin-bottom: 20px;
}
.header .minicart-content-wrap .minicart-list-items {
    max-height: 313px;
    min-height: 100px;
    height: auto!important;
}
.header .minicart-content-wrap .minicart-content-inner .subtotal {
    border-top: 1px solid #ecebeb;
}
.header .minicart-content-wrap .minicart-items .product-cart {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.header .minicart-content-wrap .minicart-items .product-cart .product-remove {
    position: absolute;
    right: -9px;
    top: 0;
}
/*Empty minicart*/
.header .empty-wrap {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.header .minicart-content-wrap .empty-wrap {
    text-align: center;
    padding: 10px 0 30px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;

}
.header .minicart-content-wrap.empty-wrap .minicart-list-items {
    height: 220px;
}
.header .empty-wrap .to-cart {
    font-weight: 700;
    display: inline-block;
    min-width: inherit;
    height: auto;
    position: relative;
    line-height: 40px;
    background-color: transparent!important;
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0;
    text-align: center;
    margin-top: 10px;
}
.header .minicart-content-wrap.empty-wrap .minicart-content-inner .minicart-title {
    margin-bottom: 0;
}
.header .empty-wrap .to-cart::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: 1px solid #000;
}
.header .empty-wrap .to-cart:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
.header .empty-title {
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
}

.header .to-cart {
    font-weight: 600;
    display: inline-block;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    margin-top: 30px;
}

.header a.to-cart:after {
    content: "\f105";
    font-family: Flaticon;
    margin-left: 7px;
}

.header .to-cart:hover {
    background-color: #ff3636;
}

.header .des-cart a {
    display: table;
    margin: 30px auto 0;
    text-align: center;
    line-height: 20px;
    border-bottom: 1px solid;
}

/*effect cislen-minicart*/
.header .cislen-minicart.is-adding-to-cart .minicart-content-inner > .minicart-list-items::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 247, 247, .8);
    z-index: 1;
}

.header .cislen-minicart.is-adding-to-cart .minicart-content-inner > .minicart-list-items::after {
    width: 70px;
    height: 70px;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    background-image: url(assets/images/loading-icon.gif);
    margin-left: -17px;
    background-size: 70px 70px;
    z-index: 999;
}

.header .minicart-items .product-cart.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 247, 247, .8);
}

.header .minicart-items .product-cart.loading::after {
    width: 30px;
    height: 30px;
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
    z-index: 999;
}

/*.header-control-left*/
.header-control-left .currency-language .wcml-dropdown-click,
.header-control-left .currency-language > li,
.header-control-left .block-account,
.header-control-left .cislen-minicart {
    margin-right: 13px;
}

/*.header-control-right*/
.header-control-right .currency-language .wcml-dropdown-click,
.header-control-right .currency-language > li,
.header-control-right .block-account,
.header-control-right .cislen-minicart {
    margin-left: 13px;
    display: inline-block;
}

/*==========================================================================
    3.7 HEADER STYLE
========================================================================== */
.header-wrap .header-position {
    padding: 35px 0;
    transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
    -webkit-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
}

header.has-shadow .header-wrap .header-position {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.site-header.hide-topbar {
    margin-bottom: -44px;
}

.site-header {
    transition: margin 0.2s linear 0s;
    -o-transition: margin 0.2s linear 0s;
    -webkit-transition: margin 0.2s linear 0s;
    display: block;
}
.fullwidth-template {
    z-index: 10;
    position: relative;
}
.logo img {
    max-width: initial;
    -webkit-transform: translate3d(0,0,0) scale(0.9999);
    -moz-transform: translate3d(0,0,0) scale(0.9999);
    -ms-transform: translate3d(0,0,0) scale(0.9999);
    -o-transform: translate3d(0,0,0) scale(0.9999);
    transform: translate3d(0,0,0) scale(0.9999);
}

header:not(.menu-sticky-smart):not(.style-05):not(.style-08) .header-position {
    background: transparent !important;
}

.header-pos-relative .header-wrap-stick {
    height: auto !important;
}

.lg_c .header-logo {
    text-align: center;
}

/* header-lg_l-mn_c-ic_r */
.header-logo {
    padding-left: 20px;
    padding-right: 20px;
    z-index: 9;
    position: relative;
}

.header-logo:not(:first-child) {
    text-align: center;
}

.mn_c .header-menu.horizon-menu {
    text-align: center;
    float: none;
}

.header-center {
    text-align: center;
}
.header-control-right {
    text-align: right;
}
/* header-lg_l-mn_l-ic_r */
.ic_r .header-control-right {
    text-align: right;
}

/* header-lg_l-mn_l-ic_r_sd */
.header-pos-relative.h_sd .header-wrap .header-position,
.header-pos-static.h_sd .header-wrap .header-position {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

/* header-mn_l-lg_c-ic_r */
.mn_l.lg_c .header-menu.horizon-menu {
    margin: 0;
}

/* header-s_l-lg_c-mm_c-ic_r */
.mm_c .header-logo {
    text-align: center;
}

.mm_c .header-menu.horizon-menu {
    float: none;
}

.header-s_l-lg_c-mm_c-ic_r .header-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    -webkit-transition: padding 0.5s ease 0s;
}

.header-s_l-lg_c-mm_c-ic_r .header-search {
    padding-top: 35px;
    padding-bottom: 30px;
    transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    -webkit-transition: padding 0.5s ease 0s;
}

.header-s_l-lg_c-mm_c-ic_r .header-control-right {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    -webkit-transition: padding 0.5s ease 0s;
}

.header-s_l-lg_c-mm_c-ic_r .header-logo .logo {
    padding-bottom: 25px;
    padding-top: 22px;
    transition: padding 0.5s ease 0s, height 0.5s ease 0s;
    height: auto;
    overflow: visible;
    -o-transition: padding 0.5s ease 0s, height 0.5s ease 0s;
    -webkit-transition: padding 0.5s ease 0s, height 0.5s ease 0s;
}

.header-s_l-lg_c-mm_c-ic_r .is-sticky .header-logo .logo {
    padding: 5px;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.header-s_l-lg_c-mm_c-ic_r .currency-language {
    margin: 0;
}

.header-s_l-lg_c-mm_c-ic_r .fixed .header-control-right {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-s_l-lg_c-mm_c-ic_r .fixed .header-logo {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-s_l-lg_c-mm_c-ic_r .fixed .header-search {
    padding-top: 25px;
    padding-bottom: 20px;
}

.lg_c.mm_c .horizon-menu .main-navigation {
    padding-top: 14px;
    padding-bottom: 12px;
}

/* .header-s_l-lg_m-mm_c-ic_r */
.header-s_l-lg_m-mm_c-ic_r .header-logo > .logo {
    display: none;
}

.header-s_l-lg_m-mm_c-ic_r .header-search {
    padding-top: 35px;
    padding-bottom: 30px;
    transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    -webkit-transition: padding 0.5s ease 0s;
}

.header-s_l-lg_m-mm_c-ic_r .header-logo {
    padding-top: 10px;
    padding-bottom: 15px;
    transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    -webkit-transition: padding 0.5s ease 0s;
}

.header-s_l-lg_m-mm_c-ic_r .header-control-right {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    -webkit-transition: padding 0.5s ease 0s;
}

/* Header sidebar */
.page-template-sidebarpage {
    margin-left: 360px;
}

.page-template-sidebarpage .btn-canvas {
    left: 345px;
}

.page-template-sidebarpage.sidebar-canvas-open .page-wrapper {
    margin-left: 0;
}

.header.header-sidebar {
    width: 360px;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    -webkit-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.02);
    padding-top: 0;
    padding-bottom: 10px;
}

.admin-bar .header.header-sidebar {
    padding-top: 32px;
}

.nost-header-sidebar {
    margin-left: 360px;
}

.nost-header-sidebar .btn-canvas {
    left: 345px
}

.nost-header-sidebar.sidebar-canvas-open .page-wrapper {
    margin-left: 0;
}

.header.header-sidebar .header-vertical-top {
    padding: 0 0 40px;
    overflow: hidden;
}

.header.header-sidebar .header-vertical-top .logo {
    line-height: 75px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 40px;
}

.header-vertical-control {
    display: table;
    width: calc(100% + 1px);
    border-collapse: collapse;
    border-spacing: 0;
}

.header.header-sidebar .header-vertical-top .header-vertical-control > div {
    position: relative;
    padding: 20px;
    border-spacing: 8px;
    display: table-cell;
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-collapse: collapse;
}

.header.header-sidebar .header-logo,
.header.header-sidebar .header-control-right {
    display: none;
}

/* ==========================================================================
    3.8 HEADER STYLE ( WHITE + DARK + TRANSPARENT + STICKY )
========================================================================== */
/*header dark*/
.main-navigation ul li a {

}

/*.header-type-white*/
.header-type-white .header-position {
    background-color: #ffffff;
}

.header-type-white.style1 .header-position,
.header-type-white.style2 .header-position,
.header-type-white.style3 .header-position {
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
}

/*header-type-transparent-dark + .header-type-transparent-light*/
.header-type-transparent-white .header-wrap,
.header-type-transparent-dark .header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.admin-bar.header-type-transparent-white .header-wrap,
.admin-bar.header-type-transparent-dark .header-wrap {
    top: 32px
}

.page-template-minimal .header-type-transparent-white .header-wrap,
.page-template-minimal .header-type-transparent-dark .header-wrap {
    position: static;
}

.page-template-minimal .header-type-transparent-dark .header-wrap {
    background-color: #000000;
}

.header-type-transparent-white .horizon-menu .main-navigation .main-menu .menu-item a {
    color: #000000;
}

.header-type-transparent-white .horizon-menu .main-navigation .main-menu .menu-item:hover > a {
    color: #ff3636;
}

.header-type-transparent-white .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::before,
.header-type-transparent-white .currency-language .dropdown > a::before {
    border-color: #000000;
}

.header-type-transparent-white .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::before,
.header-type-transparent-white .currency-language .dropdown > a:hover::before {
    border-color: #ff3636;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a,
.header-type-transparent-dark .currency-language .dropdown a,
.header-type-transparent-dark .block-account a,
.header-type-transparent-dark .header-search-box > .icons,
.header-type-transparent-dark .cislen-minicart .mini-cart-icon,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item a,
.header-type-transparent-dark .cislen-custommenu .widgettitle {
    color: #ffffff;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a:hover,
.header-type-transparent-dark .currency-language .dropdown a:hover,
.header-type-transparent-dark .block-account a:hover,
.header-type-transparent-dark .header-search-box > .icons:hover,
.header-type-transparent-dark .cislen-minicart .mini-cart-icon:hover,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item:hover > a {
    color: #ff3636;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click .wcml-cs-submenu,
.header-type-transparent-dark .dropdown > .submenu,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item .submenu {
    background-color: #000000;
    border-top-color: #000000;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::after,
.header-type-transparent-dark .currency-language .dropdown > a::after {
    border-color: #ffffff transparent transparent transparent;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::after,
.header-type-transparent-dark .currency-language .dropdown > a:hover::after {
    border-color: #ff3636 transparent transparent transparent;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::before,
.header-type-transparent-dark .currency-language .dropdown > a::before {
    border-color: #ffffff;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::before,
.header-type-transparent-dark .currency-language .dropdown > a:hover::before {
    border-color: #ff3636;
}

/*.header-sticky*/
.header-position.hide-header.fixed {
    position: static;
}

.header-position:not(.hide-header).fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    animation: move_down 0.7s ease 0s;
    -o-animation: move_down 0.7s ease 0s;
    -webkit-animation: move_down 0.7s ease 0s;
}

.admin-bar .header-position:not(.hide-header).fixed {
    top: 32px;
    animation: move_down_admin 0.7s ease 0s;
    -o-animation: move_down_admin 0.7s ease 0s;
    -webkit-animation: move_down_admin 0.7s ease 0s;
}


.header-type-transparent-dark .header-position:not(.hide-header).fixed {
    background: rgba(0, 0, 0, 0.95);
}

/* ==========================================================================
   4.1 BACK TO TOP
========================================================================== */
.totop-holder {
    position: fixed;
    right: 37px;
    z-index: 10001;
    bottom: 150px;
}
a.backtotop {
    color: #000;
    display: block;
    float: left;
    width: 40px;
    transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    bottom: 200px;
    height: 40px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    background: #fff;
    line-height: 36px;
    font-size: 20px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease 0s, opacity 0.4s ease, visibility 0.4s ease;
    -o-transition: transform 0.4s ease 0s, opacity 0.4s ease, visibility 0.4s ease;
    -webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease, visibility 0.4s ease;
}

.totop-holder.b_show a.backtotop {
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

[data-tooltip]::before {
    top: 16%;
    right: 60px;
    margin-right: 0;
    width: 200px;
    height: 16px;
    transform: translateX(136px) translateY(-170px) rotate(-90deg);
    -o-transform: translateX(136px) translateY(-170px) rotate(-90deg);
    -webkit-transform: translateX(136px) translateY(-170px) rotate(-90deg);
    content: attr(data-tooltip);
    font-size: 12px;
    font-weight: 600;

    color: #000;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
    text-align: left;
}

[data-tooltip]::after, [data-tooltip]::before {
    position: absolute;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 12px;
}

[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: '';
}

[data-tooltip]::after, [data-tooltip]::before {
    position: absolute;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 12px;
}

.b_show[data-tooltip]:hover::before {
    transform: translateX(136px) translateY(-130px) rotate(-90deg);
    -webkit-transition: all .3s ease-out 0.5s;
    transition: all .3s ease-out 0.5s;
}

.b_show[data-tooltip]:hover::after, .b_show[data-tooltip]:hover::before {
    opacity: 1;
}

.totop-holder:hover .circle-line {
    -webkit-animation: mouse-line-right 0.3s ease-in 0.1s;
    animation: mouse-line-right 0.3s ease-in 0.1s;
}
#popup-newsletter .wpb_single_image, #popup-newsletter .wpb_raw_code {
    margin: 0;
}

#popup-newsletter h5.vc_custom_heading {
    margin: 0;
}

h5.vc_custom_heading span {
    color: #ff3636;
}
.box-center {
    float: none!important;
    display: table;
    margin: 0 auto;
}
.letter-spacing-02 {
    letter-spacing: 2px;
}
.map-field > i {
    margin-right: 5px;
    width: 13px;
}
/* ========================================================================
   5.0 HERO SECION THEME
========================================================================== */
.page-template-minimal .arrow-down {
    display: block;
    position: relative;
    width: 49px;
    height: 120px;
    -webkit-animation: arrow-down 1s infinite;
    animation: arrow-down 1s infinite;
    cursor: pointer;
}

.page-template-minimal .arrow-down::before {
    border-right: 1px solid;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
}

.page-template-minimal .arrow-down::after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 9px;
    bottom: 7px;
}
.site-header .container .container {
    width: 100%;
}

.banner-page {
    position: relative;
    min-height: 90px;
    z-index: 1;
    margin-top: 30px;
}
.banner-page .content-banner .title-page {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    position: relative;
    -ms-word-wrap: break-word;
    letter-spacing: 10px;
    margin-bottom: 15px;
    word-wrap: break-word;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.banner-page .content-banner .title-page::before {
    content: "";
    width: 50px;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.banner-page .content-banner .breadcrumb-trail .trail-items {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item {
    list-style: none;
    display: inline-block;
}

.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item + .trail-item::before {
    content: '\f105';
    display: inline-block;
    width: 10px;
    height: 1px;
    padding: 0;
    position: relative;
    color: inherit;
    font-size: 13px;
    margin: 0 7px 0 7px;
    top: 0px;
    font-family: FontAwesome;
}

.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item a, .banner-page .content-banner .breadcrumb-trail .trail-items .trail-item span {
    font-size: 12px;
    line-height: 24px;
    color: inherit;
}

.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item a:hover span {
    color: #ff3636;
}

.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item a:hover {
    color: #ff3636;
}

.single-post .header-pos-absolute .banner-page.hero-banner-page.no_background {
    min-height: 114px !important;
}

.single-post .header-pos-relative .banner-page.hero-banner-page.no_background {
    display: none;
}

/* ========================================================================
   5.1 HAS BACKGROUND
========================================================================== */

/*.banner-page.has_background*/
.has_background:before {
    content: "";
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-page.has_background .content-banner {
    position: absolute;
    display: block;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    bottom: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.header-pos-absolute .banner-page .content-banner {
    padding-top: 55px;
}


.banner-page.has_background .content-banner .title-page,
.banner-page.has_background .content-banner .breadcrumb-trail .trail-items .trail-item {
    color: inherit;
}

.content-banner a {
    color: inherit;
}
.content-banner.layout-dark {
    color: #fff;
}
.content-banner.layout-light {
    color: #000;
}
/* ========================================================================
   5.2 NO BACKGROUND
========================================================================== */
.banner-page.no_background .content-banner {
    text-align: center;
    position: absolute;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    padding-top: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.no_background .content-banner .banner-inner {
    background: transparent;
}
.header-pos-absolute .banner-page.no_background .content-banner {
    padding-top: 110px;
}

.banner-page.no_background .content-banner .title-page {
    margin-bottom: 11px;
}

.banner-page.no_background .content-banner .title-page,
.banner-page.no_background .content-banner .breadcrumb-trail .trail-items .trail-item {
    color: #000000;
}

/* ==========================================================================
   6.0 BLOG THEME
========================================================================== */
.blog .banner-page.has_background,
.search .banner-page.has_background,
.category .banner-page.has_background {
    margin-bottom: 40px;
}

.search .blog-content.classic .post-item {
    margin-bottom: 50px;
}

.search-results .blog-content.classic .cislen-footer-info {
    display: none;
}

.no-sidebar .sidebar {
    display: none;
}

.blog-page {
    padding-bottom: 60px;
    margin: 40px auto 0;
}
.blog-page.no-sidebar.standard {
    width: 1040px!important;
}
.blog-page.list {
    padding-bottom: 54px;
}

.blog-page.left-sidebar .main-content {
    float: right;
}

.post-content {
    width: 100%;
    display: inline-block;
}

.post-content .ziss-shop-wrap {
    padding: 0;
}

span.title-tag {
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.post-info .cat-post, .post-info .tag-post {
    max-width: 50%;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.main-single-content:not(.single-standard) .post-info .tag-post a {
    color: #868686;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #dddddd;
    display: inline-block;
    padding: 0 20px;
    letter-spacing: 0;
    margin-right: 7px;
    margin-bottom: 10px;
    text-transform: none;
    line-height: 34px;
}

.single-standard .post-info .cat-post a, .single-standard .post-info .tag-post a {
    color: #aaaaaa;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    margin: 0;
}

.post-info .cat-post a {
    color: #aaaaaa;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 10px;
    display: inline-block;
}

.post-info .cat-post a:hover, .main-single-content:not(.single-standard) .post-info .cat-post a:hover, .main-single-content:not(.single-standard) .post-info .tag-post a:hover {
    color: #ff3636;
    border-color: #ff3636;
}

.post-title {
    color: #000000;
    font-weight: 400;
}

.post-title a {
    color: inherit;
}

.sticky .post-title a, .sticky .post-name a {
    color: #ff3636;
}

.sticky .post-title a:hover, .sticky .post-name a:hover {
    text-decoration: underline;
}

.post-title a:hover {
    color: #ff3636;
}

.post-date, .post-author {
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #868686;
    display: inline-block;
}

.post-author a {
    color: inherit;
}

.post-author-blog {
    display: inline-block;
}

.post-author-blog a {
    font-weight: 600;
    color: #000;
    text-transform: CAPITALIZE;
}

.post-author-blog a:hover {
    color: #ff3636;
}

.post-author a:hover {
    color: #ff3636;
}

.post-author span {
    color: #000000;
}

.post-content p:last-child {
    margin-bottom: 0;
}

.single-post-meta {
    width: 100%;
    padding: 15px 0 48px;
    border-bottom: 1px solid #e4e4e4;
}

.single-standard .single-post-meta {
    padding: 20px 0 40px;
}

.single-standard .comments-area .title-comment {
    margin-bottom: 10px;
}

.comment-navigation .nav-links {
    margin: 15px 0;
}

.title-comment + .comment-navigation .nav-links {
    margin-top: 0;
}

/*Single Layout2*/
.main-single-content:not(.single-standard) .single-post-meta {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main-single-content:not(.single-standard) .post-info .tag-post {
    display: inline-block;
    font-size: 0;
}

.tag-post span.title-tag {
    display: none;
}

/* ==========================================================================
   6.1 SINGLE BLOG
========================================================================== */
/*breadcrumb*/
.cislen-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0 15px;
    margin: 20px 0;
}

.breadcrumb > li + li::before {
    padding: 0 7px;
    color: #666;
    content: "\f105";
    font-family: Fontawesome;
}

.cislen-breadcrumb .breadcrumb > li a, .cislen-breadcrumb .breadcrumb > li {
    color: #666;
    font-size: 15px;
}

.cislen-breadcrumb .breadcrumb > li.active {
    color: #999;
}

.cislen-breadcrumb .breadcrumb > li:hover {
    color: #ff3636;
}

.post-info-layout1 .post-date {
    margin: 0px 0 10px;
    width: 100%;
}

.post-info-layout1 .post-thumb, .post-info-layout1 > img {
    margin-bottom: 20px;
}

.post-info-layout1 .post-title {
    margin-bottom: 20px;
}

.single-container .header-post {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
}

.single-container .header-post::before {
    content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.header-pos-absolute .single-container {
    padding-top: 170px;
}

.single-container {
    padding-bottom: 60px;
    margin: 0 auto;
}

.single-container .post-single {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.post-content .cislen-mapper {
    margin-top: 30px;
}

.single-container .header-post {
    text-align: center;
    margin-bottom: 50px;
    min-height: 480px;
}

.single-container.no-sidebar .header-post .post-thumb {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.single-container .header-post .post-thumb img {
    margin: auto;
    min-height: 200px;
    object-fit: cover;
}

.single-container .header-post .post-title {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
}

.single-container .header-post .cat-post, .single-container .header-post .tag-post {

    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.single-container .header-post .cat-post a,
.single-container .header-post .tag-post a {
    color: #999999;
}

.single-container .header-post .tag-post a::before {
    content: "#";
}

.single-container .header-post .cat-post a:hover,
.single-container .header-post .tag-post a:hover {
    color: #ff3636;
}

.single-container .header-post .post-date {
    position: relative;
    width: 100%;
    color: #fff;
    font-weight: 500;
}

.single-container .header-post .post-info {
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: 80px;
    transform: translateY(-50%);
    left: 0;
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.single-post-products-carousel-wrap {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}

.has-sidebar .single-post-products-carousel-wrap {
    margin: 0;
    left: 0;
    width: auto;
}

h3.single-post-products-carousel-title {
    margin-top: 60px;
    margin-bottom: 50px;
}

.single-post-products-carousel {
    margin-bottom: 10px;
}

.single-post-products-carousel.owl-carousel .owl-dots {
    margin: 0 0 30px;
}

span.dropcap {
    font-size: 40px;
    color: #fff;
    width: 68px;
    height: 68px;
    display: inline-block;
    background: #000;
    float: left;
    margin-right: 24px;
    text-align: center;
    line-height: 68px;
    top: 7px;
    position: relative;
}

.single-container .post-content p.drop-cap:first-letter {
    color: #ffffff;
    float: left;
    font-size: 36px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    padding: 22px 25px;
    margin-right: 16px;
    margin-top: 5px;
    border-radius: 50%;
    background-color: #000000;
}

.post-gallery .owl-dots {
    bottom: 10px;
}

/*.footer-post*/
.single-container .footer-post {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    clear: both;
    text-align: center;
    padding-top: 25px;
}

.main-single-content .cislen-social a:hover {
    background: #ff3636;
    color: #fff;
}

.main-single-content .cislen-social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f2f2f2;
    font-size: 17px;
    border-radius: 50%;
    margin: 0 6px;
}

.about-me {
    border: 1px solid #dedede;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.about-me .author-title {
    display: inline-block;
    position: absolute;
    top: -26px;
    left: 50%;
    z-index: 1;
    font-weight: 600;
    font-size: 22px;
    background-color: #fff;
    padding: 10px 50px;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.about-me .avatar-img {
    width: 175px;
    margin: 40px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}

.about-me .about-text {
    padding: 40px;
}

.about-me .author-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}

.about-me .author-desc {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .about-me .author-title {
        top: -22px;
        font-size: 18px;
        padding: 10px 30px;
        min-width: 200px;
    }

    .about-me .avatar-img {
        width: 100px;
    }
}

@media (max-width: 479px) {
    .about-me .avatar-img {
        margin: 40px auto;
        float: none;
        text-align: center;
    }

    .about-me .about-text {
        display: inline-block;
        width: 100%;
        padding-top: 0;
    }
}

.user-socials-wrap .user-social {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.user-socials-wrap .user-social i {
    line-height: 48px;
    font-size: 16px;
}

.user-socials-wrap .user-social:hover {
    background-color: #ff3636;
}

/*Related post*/
.cislen-related-posts-wrap {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

h3.related-posts-title::before {
    content: "";
    width: 50px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-bottom: 1px solid #ff3636;
    bottom: 0;
}

.single-container .post-info + h3.related-posts-title {
    margin-top: 65px;
}

h3.related-posts-title {
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 23px;
    position: relative;
    font-size: 25px;
}

.single-container .cislen-related-posts-wrap .no-post-thumbnail .post-info {
    margin-top: 0;
}

.single-container .cislen-related-posts-wrap .post-info {
    padding-bottom: 5px;
    margin-top: 10px;
}

.cislen-related-posts-wrap .post-date {
    color: #333;
}

.cislen-related-posts-wrap a + a.post-date {
    display: inline-block;
    background: #fff;
    position: absolute;
    padding: 12px 22px;
    font-size: 12px;
    top: 0;
    color: #333;
    letter-spacing: 2px;
    width: auto;
    line-height: 28px;
    height: 52px;
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-weight: 600;
    white-space: nowrap;
    left: 52px;
}

.post-single .owl-dots {
    margin-top: 30px;
}

.post-single .owl-dots .owl-dot.active span {
    border-color: #ff3636;
    background: #ff3636;
}

/*Single Standard*/
.single-standard .tag-post span.title-tag {
    display: inline-block;
}

/*.comments-area*/
.comments-area .title-comment {
    margin-bottom: 30px;
    text-align: left;
    padding-bottom: 23px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.comments-area .commentlist,
.comments-area .commentlist .children {
    list-style: none;
}

.comments-area .no-comments {
    text-align: center;
    margin-top: 10px;
}

div.comments-area .no-comments {
    margin-top: 80px;
}

/*.commentlist*/
.commentlist {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

.comment:not(:last-child) {
    border-bottom: 1px solid #dedede;
    padding-bottom: 48px;
    margin-bottom: 50px;
}

.commentlist .children {
    padding-left: 60px;
    padding-top: 50px;
    margin-top: 48px;
    border-top: 1px solid #dedede;
}

.comment_container {
    position: relative;
    overflow: hidden;
}

.comment_container .cislen-avatar {
    float: left;
    width: 120px;
}

.comment-text {
    font-size: 14px;
    padding-left: 25px;
    overflow: hidden;
    text-align: left;
}
.comment-top {
    display: table;
    width: 100%;
    padding-bottom: 9px;
}

.comment-top .comment-meta {
    display: table-cell;
}

.comment-top .comment-meta .comment-author {
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px;
}

.comment-top .comment-meta .grow {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #b0b0b0;
}

.comment_container .flex {
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    padding-left: 20px;
}

.comment_container .flex a {
    color: #c2c2c2;
    display: inline-block;
    font-size: 0px;
    line-height: 13px;
    margin-left: 5px;
}

.comment_container .flex a.comment-edit-link {
    margin-bottom: 15px;
}

.comment_container .flex a.comment-edit-link::before {
    content: "\f040";
}

.pingback > p > a {
    padding-left: 5px;
}

.pingback .edit-link {
    display: inline-block;
}

.pingback .edit-link::before {
    content: "\002f";
    display: inline-block;
    padding: 0 5px;
}

.comment_container .flex a::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f112';
    font-size: 14px;
    padding-right: 10px;
}

.comment_container .flex a:hover {
    color: #ff3636;
}

.comment-text p:last-child {
    margin-bottom: 0;
}

/*.comment-respond*/
.page-template-default div#comments {
    margin-top: 80px;
}

.commentlist ~ .comment-respond, .commentlist .comment-respond {
    border-top: 1px solid #e3e3e3;
    padding-top: 51px;
    margin: 75px auto 0;
}
.comment-respond .comment-reply-title {
    margin-bottom: 9px;
    position: relative;
    font-size: 20px;
    text-align: left;
    display: inline-block;
    font-weight: 500;
    width: 100%;
    color: #000;
}
.comment-respond .comment-reply-title small {
    display: block;
    font-size: 13px;
    color: #ff3636;
    margin: 10px 0 0;
    font-style: italic;
}
.comment-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.comment-form p.stars {
    top: 2px;
    position: relative;
}
.comment-form-cookies-consent input[type=checkbox] {
    margin: 5px 5px 0 0;
    position: relative;
    top: 2px;
}
p.comment-form-cookies-consent {
    display: flex;
}

.comment-form .row > div {
    padding: 0 10px;
}

.comment-form .row {
    margin: 0 -10px;
}

.comment-form label {

    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.comment-form .required {
    color: #ff0000;
    font-size: 16px;
}

.comment-form input[type="text"], .comment-form input[type="email"] {
    width: 100%;
}
#review_form_wrapper {
    margin-left: 40px;
}
.woocommerce-Reviews > #review_form_wrapper {
    margin-top: 50px;
    margin-left: 0;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
    margin-bottom: 22px;
}

.comment-form .comment-form-comment {
    margin-bottom: 22px;
}

.comment-form .form-submit {
    margin-bottom: 0;
}

.comment-form .form-submit .submit {
    min-width: 200px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
}
#review_form_wrapper input#submit {
    margin-bottom: 50px;
}
.comment-form .form-submit .submit:hover {
    background: #ff3636;
}

.single-container .post-single + .comments-area {
    margin-top: 63px;
}

/*Custom review product*/
.woocommerce-Tabs-panel .woocommerce-Reviews {
    text-align: left;
}
h2.woocommerce-Reviews-title {
    text-align: center;
    margin-bottom: 30px;
}
.average-rating {
    width: 160px;
    height: 160px;
    display: flex;
    font-size: 60px;
    align-items: center;
    color: #000;
    justify-content: center;
    background: #f4f4f4;
    border-radius: 50%;
    margin-bottom: 20px;
}
.woocommerce-Reviews .woocommerce-product-rating {
    display: inline-block;
    text-align: center;
    float: left;
}
.woocommerce-product-rating p.preview-count {
    position: relative;
    top: -3px;
}
.entry-summary p.preview-count {
    display: none;
}
.woocommerce-product-rating a.woocommerce-review-link {
    display: block;
    color: #868686;
    font-size: 16px;
}
.woocommerce-product-rating .star-rating {
    display: table;
    margin: 15px auto;
}
.woocommerce-Reviews .woocommerce-product-rating .star-rating::before,.woocommerce-Reviews .woocommerce-product-rating .star-rating span::before {
    font-size: 20px;
}
span.rating-detail-title {
    font-size: 18px;
    color: #000;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}
.star-rating-count {
    display: inline-block;
    background: #f4f4f4;
    width: calc(100% - 35px);
    height: 10px;
    border-radius: 10px;
}
.star-rating-count {
    display: inline-block;
    background: #f4f4f4;
    width: calc(100% - 40px);
    height: 10px;
    position: relative;
    border-radius: 10px;
}
.star-rating-count span {
    display: inline-block;
    height: 10px;
    position: absolute;
    background: #f2b03d;
    top: 0;
    border-radius: 10px;
    left: 0;
}
ul.review-details-list {
    line-height: 42px;
}
span.review-num {
    font-size: 14px;
    color: #000;
    margin-right: 5px;
    max-width: 40px;
    font-weight: 600;
}
span.review-num::after {
    content: "\f005";
    font-family: Fontawesome;
    color: #f2b03d;
    margin: 0 5px;
}
.woocommerce-Reviews .review {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid#e4e4e4;
}
.woocommerce-Reviews .review:last-child {
    padding-bottom: 0;
}
.woocommerce-Reviews .comment_container {
    padding: 0;
}
/*blog container*/
.cislen-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}

.more-link, .read-more {

    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
    position: relative;
    color: #333333;
    padding-bottom: 2px;
    display: inline-block;
}

.more-link::before, .read-more::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    transition: bottom 0.5s ease 0s;
    -o-transition: bottom 0.5s ease 0s;
    -webkit-transition: bottom 0.5s ease 0s;
    border-bottom: 1px solid;
}

.more-link::after, .read-more::after {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.more-link:hover::before, .read-more:hover::before {
    bottom: 1px;
}

.more-link .meta-nav {
    font-size: 18px;
}

.footer-info {
    position: relative;
}

.classic .footer-info {
    margin-top: 30px;
}

/*.post-expand*/
.post-expand {
    position: relative;
}

.post-expand > div:first-child {
    margin-left: 0 !important;
}

.post-expand > div:last-child {
    margin-right: 0 !important;
}

/*icons*/
.post-product-carousel .icons,
.social-share .icons {
    display: inline-block;
    line-height: 28px;
    font-size: 16px;
    color: #000000;
    position: relative;
}

.post-product-carousel:hover .icons,
.social-share:hover .icons {
    color: #ff3636;
}

.post-product-carousel .icons::after {
    opacity: 0;
    visibility: hidden;
    content: '';
    border-width: 10px 9px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: 27px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 2;
    transition: opacity 0.7s, visibility 0.7s, border-color 0.7s;
}

/*.post-product-carousel*/
.post-product-carousel {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.post-product-carousel:hover .icons::after,
.post-product-carousel:hover .post-product-list {
    opacity: 1;
    visibility: visible;
}

.post-product-carousel .post-product-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 50px;
    width: 439px;
    padding: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
    transition: 0.7s;
    z-index: 1;
}

/*.social-share*/
body:not(.single) .social-share {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

body:not(.single) .social-share:hover .icons::after,
body:not(.single) .social-share:hover .cislen-social {
    opacity: 1;
    visibility: visible;
}

body:not(.single) .social-share .cislen-social {
    opacity: 0;
    visibility: hidden;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #efefef;
    border-radius: 32px;
    position: absolute;
    bottom: -45px;
    transition: 0.7s;
    z-index: 1;
    display: inline-flex;
    min-width: 185px;
    justify-content: center;
}

body:not(.single) .social-share .cislen-social a {
    display: inline-block;
    line-height: 36px;
    padding: 0 13px;
    font-size: 14px;
}

body:not(.single) .social-share:hover .flaticon-share::after {
    opacity: 1;
    visibility: visible;
}

body:not(.single) .social-share .flaticon-share::after {
    opacity: 0;
    visibility: hidden;
    content: '';
    border-width: 10px 6px;
    border-style: solid;
    border-color: transparent transparent #efefef transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    transition: opacity 0.7s, visibility 0.7s, border-color 0.7s;
    z-index: 2;
}

/*.comment-count*/
.comment-count {
    display: inline-block;
    line-height: 20px;
    background-color: transparent;
    padding: 0 5px;
    color: #868686;
    font-size: 14px;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-top: 3px;
}
.comment-count::before {
    content: "\f111";
    font-family: Flaticon;
    font-size: 18px;
    color: #000;
    position: relative;
    margin-right: 5px;
    top: 2px;
}
/* ==========================================================================
   6.2 BLOG CLASSIC
========================================================================== */
/*.blog-content.classic*/
.blog-content.classic .post-item {
    margin-bottom: 60px;
}

.blog-content.classic .post-thumb {
    margin-bottom: 20px;
}

.blog-content.classic .post-info .post-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

.blog-content.classic .post-info .cislen-post-meta {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.blog-content.classic .cislen-post-meta > span:not(:last-child)::after {
    display: inline-block;
    content: '|';
    padding: 0 8px 0 12px;
}

.blog-content.classic .cislen-post-meta .cislen-post-date,
.blog-content.classic .cislen-post-meta .cislen-post-author,
.blog-content.classic .cislen-post-meta .cislen-comment-count {
    display: inline-block;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.blog-content.classic .cislen-footer-info {
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid #ebebeb;
}

.blog-content.classic .cislen-footer-info .cislen-cat-post,
.blog-content.classic .cislen-footer-info .cislen-tag-post {
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* ==========================================================================
   6.3 BLOG LIST SIMPLE
========================================================================== */
.blog-content.list .post-info .cat-post {
    margin-bottom: 7px;
}
.blog-content.list .post-info .post-title {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 400;
    padding-bottom: 15px;
}
.blog-content.list .post-info .post-title::before {
    content: "";
    width: 50px;
    border-bottom: 1px solid #ff3636;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-content.list .post-info .post-date {
    margin-bottom: 5px;
}

.blog-content.list .content-info {
    margin-bottom: 20px;
}

.blog-content.list .read-more {
    float: left;
}

.blog-content.list .post-expand {
    float: right;
    text-align: right;
    line-height: 30px;
}

.blog-content.list .post-expand > div {
    margin-right: 10px;
}

.blog-content.list .post-product-carousel {
    color: #000;
    font-size: 20px;
}

.blog-content.list .post-product-carousel .post-product-list {
    right: -89px;
}

.social-share {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.post-thumb-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.blog-content.list .social-share .cislen-social {
    right: -49px;
}

.list .post-thumb + .post-info {
    margin-top: 12px;
}

.simplpe .footer-info {
    margin-top: 20px;
    margin-bottom: 23px;
}

.simplpe .post-thumb {
    display: inline-block;
    width: 100%;
}
.blog-content.list {
    margin-left: -15px;
    width: auto;
    margin-right: -15px;
}
.simplpe .post-item {
    padding-bottom: 45px;
    width: 33.33%;
    padding-left: 15px;
    float: left;
    padding-right: 15px;
}
.has-sidebar .simplpe .post-item ,
.has-sidebar .simplpe .post-item:nth-child(4n+1){
    width: 50%;
}
.simplpe .post-item:nth-child(4n+1) {
    width: 100%;
}
.has-sidebar .simplpe .post-item:nth-child(3n+1) {
    width: 100%;
}
a.read-more-blog::after {
    content: "\f105";
    font-family: Fontawesome;
    margin: 0 0 0 10px;
}
a.read-more-blog {
    padding: 0;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
/*.post-list-item-full*/
.blog-content.list .post-list-item-full {
    margin-bottom: 68px;
}

.blog-content.list .post-list-item-full .post-thumb {
    margin-bottom: 33px;
}

/*.post-list-item-cols*/
.blog-content.list .post-list-item-cols {
    display: table;
    width: 100%;
    margin-bottom: 45px;
}

.blog-content.list .post-list-item-cols .post-thumb {
    width: 399px;
    display: table-cell;
    padding-right: 41px;
}

.post-item a.thumb-link {
    overflow: hidden;
    display: inline-block;
    float: left;
}

.blog-content.list .post-list-item-cols .post-info {
    display: block;
    vertical-align: top;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 35px;
    padding-bottom: 35px;
}

.blog-content.list .post-list-item-cols .post-thumb + .post-info {
    display: table-cell;
}

/*Blog Simple*/
.blog-content.list.simple .post-list-item-cols .post-info {
    padding-top: 0;
    border: none;
}

.blog-content.list.simple .post-list-item-cols .post-thumb + .post-info {
    padding-left: 80px
}

.blog-content.list.simple .post-list-item-cols .post-thumb {
    padding-right: 0;
}

.blog-content.list.simple .post-list-item-cols {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    float: left;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.blog-content.list.simple article:last-child {
    margin-bottom: 32px;
    border: none;
}

/* ==========================================================================
   6.4 BLOG GRID
========================================================================== */
.blog-content.grid .post-thumb {
    overflow: hidden;
}

.blog-content.grid .post-thumb:hover img {
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.post-thumb img {
    position: relative;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    z-index: 0;
}

.post-item:hover .post-thumb img {
    transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.blog-content.grid article {
    position: relative;
    text-align: center;
    margin-bottom: 62px;
}

.grid .post-info .cat-post a {
    margin: 0;
}

.blog-content.grid .post-info {
    display: inline-block;
    background: #ffffff;
    margin-top: 0;
    text-align: left;
    width: 100%;
    padding: 27px 0 0 0;
}

.blog-content.grid .post-info .cat-post {
    font-size: 12px;
    color: #919191;
    letter-spacing: 1px;
    float: left;
    max-width: calc(100% - 90px);
}

.blog-content.grid .post-info .post-title::before {
    content: "";
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ff3636;
}
.blog-content.grid .post-info .post-title {
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
}
.grid a.read-more-blog {
    border: none;
    padding: 0;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.grid .post-expand {
    float: right;
    line-height: 28px;
    max-width: 90px;
}

.blog-content.grid .post-info .post-date {
    font-size: 9px;
    margin-bottom: 12px;
}

.grid .header-info {
    display: none;
    width: 100%;
    line-height: 20px;
    margin-top: 7px;
}

.blog-content.grid .content-info {
    margin-bottom: 15px;
}
.content-desc {
    padding-bottom: 25px;
}
.blog-content.grid .read-more {
    margin-bottom: 13px;
}

.blog-content.grid .post-expand > div {
    margin-left: 8px;
}

.blog-content.grid .post-product-carousel .post-product-list,
.blog-content.grid .social-share .cislen-social {
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.post-thumb-grid {
    position: relative;
}

.post-thumb-grid .post-date {
    display: inline-block;
    background: #fff;
    position: absolute;
    padding: 12px 22px;
    font-size: 12px;
    color: #444;
    letter-spacing: 2px;
    line-height: 28px;
    height: 52px;
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-weight: 600;
    white-space: nowrap;
    left: 52px;
    z-index: 1;
}

.post-password-form input[type="submit"], .post-password-form input {
    line-height: 48px;
    padding: 0 25px;
    height: 48px;
}

.post-item:not(.has-post-thumbnail) .post-thumb-grid .post-date {
    position: relative;
    transform: none;
    padding: 0;
    left: 0;
    height: auto;
    text-align: left;
    float: left;
}

/* ==========================================================================
   6.5 BLOG MODERN
========================================================================== */
@media (min-width: 4000px) {
    div div.blog-content.blog-modern {
        padding: 0 400px;
    }
}

@media (min-width: 2400px) {
    div.blog-content.blog-modern {
        padding: 0 200px;
    }
}

.blog_style_modern {
    background: #f6f6f6;
}

.blog-content.blog-modern {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 0 120px;
    margin-right: 0;
}

.modern nav.navigation.pagination {
    text-align: center;
}

.blog-modern .post-item {
    display: table;
    vertical-align: middle;
    margin-bottom: 60px;
}

.post-item-inner {
    background: #fff;
}

.blog-modern .post-item:nth-child(2n+1) {
    clear: left;
}

.blog-modern .post-thumb {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.blog-modern .post-info {
    max-width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    text-align: center;
}

.blog-modern .post-item a.thumb-link, .blog-modern .post-item a.thumb-link img {
    width: 100%;
}

.blog-modern .post-title::before {
    content: "";
    width: 50px;
    border-bottom: 1px solid #ff3636;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.blog-modern .post-title {
    color: #000000;
    font-weight: 600;
    padding: 10px 50px 17px;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
}

.blog-modern a.read-more-blog {
    display: inline-block;
    font-size: 12px;
    line-height: 44px;
    font-weight: 700;
    padding: 0 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid;
    margin-top: 38px;
}

.blog-modern a.read-more-blog::after {
    display: none;
}
.post-item select {
    margin-bottom: 20px;
}
/*BLOG STANDARD*/
.blog-content-standard .post-item {
    margin-bottom: 55px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.blog-content-standard .post-item:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.blog-content-standard .post-expand {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.blog-content-standard .post-expand .cat-post,
.blog-content-standard .post-expand .tag-post {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999999;
    margin-top: 5px;
}

.blog-content-standard .post-expand a {
    color: #aaa;
    font-weight: 600;
}

.blog-content-standard .post-expand a:hover {
    color: #ff3636;
}

.blog-content-standard .tag-post span.title-tag {
    display: inline-block;
}

.blog-content-standard .post-expand .comment-count {
    float: right;
}

.blog-content-standard .post-comment {
    display: inline-block;
    min-width: 25px;
    height: 17px;
    line-height: 20px;
    background-color: #000000;
    padding: 0 5px;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    top: 0;
    right: 0;
    position: absolute;
    vertical-align: top;
    margin-top: 3px;
}

.blog-content-standard .post-comment::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    bottom: -5px;
    border-width: 0 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #000000;
}

.blog-content-standard .post-expand {
    display: inline-block;
    width: 100%;
    margin-top: 30px
}

.blog-content-standard .categories.cat-post, .blog-content-standard .tabs.tag-post {
    text-transform: uppercase;
    padding-right: 40px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.blog-content-standard .categories.cat-post a, .blog-content-standard .tabs.tag-post a {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
}

.blog-content-standard + nav.navigation.pagination {
    padding-top: 60px;
    margin-top: 40px;
    border-top: 1px solid #ebebeb;
}

.blog-content-standard .post-date {
    margin-bottom: 10px;
}
.blog-content-standard .post-thumb {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.blog-content-standard .post-date a {
    color: #999;
}

.blog-content-standard .post-date a:hover {
    color: #ff3636;
}

.blog-content-standard a.more-link::after {
    display: none;
}
.blog-content-standard h3.post-name {
    word-wrap: break-word;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 30px;
}
.blog-content-standard .comment-count {
    float: right;
}
/* ==========================================================================
   6.7 LOADMORE AND PAGINATION
========================================================================== */
nav.navigation.pagination {
    margin-bottom: 0px;
}

.pagination {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.post-pagination {
    margin-top: 40px;
    margin-bottom: 11px;
}

.woocommerce-pagination {
    margin-top: 10px;
}

nav.prdctfltr-ignite {
    opacity: 1;
}

.has-sidebar .prdctfltr_faded + .prdctfltr-pagination-load-more {
    display: none;
}

.prdctfltr-ignite::after {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    content: "Loading...";
    margin-left: 15px;
}
.prdctfltr-ignite a.button {
    display: inline-block;
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 24px!important;
    height: 24px !important;
    border-radius: 50%;
    background: #9c9c9c;
    background: -moz-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
    background: -webkit-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
    background: -o-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
    background: -ms-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
    background: linear-gradient(to right, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
    position: relative;
    -webkit-animation: loading_p 1.4s infinite linear;
    animation: loading_p 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.prdctfltr-ignite .button::before {
    width: 50%;
    height: 50%;
    background: #9c9c9c;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.prdctfltr-ignite .button::after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
ul.page-numbers {
    text-align: left;
}
.pagination_align_center ul.page-numbers {
    text-align: center;
}
.pagination_align_right ul.page-numbers {
    text-align: right;
}
ul.page-numbers li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
}
ul.page-numbers li:last-child{
    margin:0;
}
ul.page-numbers li a {
    list-style: none;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    background: #f4f4f4;
    color: #868686;
}
a.next.page-numbers {
    font-size: 0 !important;
}

a.prev.page-numbers {
    font-size: 0 !important;
}

a.next.page-numbers::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
}

a.prev.page-numbers::before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 16px;
}

ul.page-numbers li span, ul.page-numbers li a:hover {
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #000;
    font-size: 16px;
    color: #fff;
}
.post-pagination > span:not(.title),
.post-pagination a span,
.pagination .page-numbers {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #b8b6b6;
    display: inline-block;
    width: 40px;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    background: #f4f4f4;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: middle;
}
.pagination .page-numbers:first-child {
    margin-left: 0;
}

.pagination .page-numbers:last-child {
    margin-right: 0;
}
.post-pagination > span:not(.title),
.post-pagination a span:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: #fff;
    background: #000;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    position: relative;
    font-size: 0;
}

.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 13px;
}

.blog-page.typography .pagination,
.blog-page.grid .pagination {
    text-align: center;
}

/*load more*/
.more-items {
    text-align: center;
}

.cislen-ajax-load {
    margin-top: 39px;
    text-align: center;
    margin-bottom: 27px;
}

.cislen-ajax-load a, .more-items .woo-product-loadmore {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 44px;
    padding: 0 35px;
    text-align: center;

    font-weight: 500;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    border: 2px solid;
    border-radius: 50px;
}

.more-items .woo-product-loadmore::before {
    content: "\f10b";
    font-family: Flaticon;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.cislen-ajax-load a:hover, .more-items .woo-product-loadmore:hover {
    background: #ff3636;
    color: #fff;
}

.cislen-ajax-load a i {
    font-size: 18px;
    line-height: 54px;
}

.more-items .woo-product-loadmore.loading {
    border-color: #ff3636;
    background-color: #ff3636;
    cursor: not-allowed;
    letter-spacing: 0;
    line-height: 44px;
    color: #fff;
    pointer-events: none;
}

.more-items .woo-product-loadmore.loading::before {
    animation: spin 0.6s linear 0s;
    -o-animation: spin 0.6s linear 0s;
    -webkit-animation: spin .6s linear 0s;
    color: #fff;
    line-height: 46px;
    display: inline-block;
    z-index: 1;
    text-align: center;
}
.cislen-ajax-load a.disabled,
.more-items .woo-product-loadmore.disabled {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

/* ==========================================================================
   7.0 WIDGET THEME
========================================================================== */
.widget table {
    margin: 0;
}

.sidebar .widget.widget_media_image {
    border: none;
    position: relative;
    margin-bottom: 50px;
}

.sidebar .widget.widget_media_image a {
    z-index: 2;
    position: relative;
    display: inline-block;
}

.sidebar .widget.widget_media_image a::before {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 0.4s linear 0s;
    -o-transition: -o-transform 0.4s linear 0s;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
    z-index: 1;
}

.sidebar .widget.widget_media_image a::after {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 0.4s linear 0s;
    -o-transition: -o-transform 0.4s linear 0s;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
    z-index: 1;
}

.sidebar .widget.widget_media_image:hover a::before,
.sidebar .widget.widget_media_image:hover a::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.sidebar .widget.widget_media_image:hover img {
    filter: brightness(0.9);
}

.widget_media_image img {
    transition: filter 0.3s linear 0s;
    -o-transition: filter 0.3s linear 0s;
    -webkit-transition: filter 0.3s linear 0s;
}
body .sidebar div.widget > ul {
    padding: 20px 0 45px;
    overflow: hidden;
}
body .sidebar div.widget > div {
    padding: 25px 0 45px;
    overflow: hidden;
}
body .sidebar div.widget > div#calendar_wrap {
    padding-bottom: 45px;
}
body .sidebar div.widget form:first-child {
    padding-bottom: 50px;
}
.left-sidebar .main-single-content,
.left-sidebar .main-content.has-sidebar,
.left-slidebar .main-content {
    float: right;
}

.sidebar .widget select {
    color: #666;
}
.sidebar div.widget .widgettitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding: 8px 20px 4px;
    border: 1px solid #e5e5e5;
    margin: 0;
}
.sidebar div.widget span.prdctfltr_widget_title {
    position: relative;
    top: 1px;
}
h2.widgettitle::before {
    content: "\f04b";
    font-family: Fontawesome;
    font-size: 9px;
    position: relative;
    margin-right: 10px;
    top: -2px;
}
.sidebar span.product-title {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    display: block;
}
.sidebar .widget ul,
.sidebar .widget ol {
    padding: 0;
    list-style: none;
}

.sidebar .widget ul ul,
.sidebar .widget ul ol,
.sidebar .widget ol ol,
.sidebar .widget ol ul {
    padding-left: 17px;
}

.sidebar .widget ul ul ul {
    padding-left: 17px;
}
.sidebar .widget ul li {
    list-style: none;
    padding: 7px 0 7px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    width: 100%;
    position: relative;
}
.sidebar .widget ul li:last-child::before {
    display: none;
}

.sidebar .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
}
.sidebar .widget ul.children li:last-child::before {
    display: inline-block;
    top: 0;
    bottom: auto;
}
.sidebar .widget ul ul.children {
    margin-top: 5px;
    position: relative;
}

.sidebar .widget > ul > li:first-child {
    padding-top: 0;
}

.sidebar .widget > ul > li:last-child {
    padding-bottom: 0;
}

.sidebar .widget p:last-child {
    margin-bottom: 0;
}

.sidebar .widget ul li a {
    display: inline-block;
    color: #000;
    font-weight: 400;
}

.sidebar .widget.widget_recent_comments ul li a {
    display: initial;
}
.sidebar .widget.widget_recent_comments ul li a.url {
    font-style: italic;
}
.sidebar .widget ul li a:hover {
    color: #ff3636;
}
.sidebar .widget ul .menu-item ul {
    position: relative;
    padding-top: 0;
}

.sidebar .widget ul li.menu-item {
    border: none;
    padding: 0;
}

.sidebar .widget ul li.menu-item a {
    display: inline-block;
    padding: 7px 0;
    width: 100%;
}

.sidebar .widget ul.menu > li.menu-item:first-child > a {
    padding-top: 0;
}

.sidebar .widget ul.menu > li.menu-item:last-child > a {
    padding-bottom: 0;
}

.sidebar .widget ul li.menu-item a:empty {
    display: none;
}

.sidebar .widget label:not(.screen-reader-text) {
    width: 100%;
    margin: 15px 0;
}

.calendar_wrap caption {
    padding-top: 0;
    margin-bottom: 15px;
    line-height: 10px;
}

/* Products Filter Sidebar*/
.sidebar .prdctfltr-widget .prdctfltr_wc {
    position: relative;
    padding: 0;
    margin-top: 0;
}
.sidebar .prdctfltr_wc.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
    padding: 0;
    margin-top: 0;
    margin: 0;
    box-shadow: none;
}
.sidebar .shop-sidebar div.widget.prdctfltr-widget {
    border: none;
    margin: 0 0 25px;
}

.sidebar .widget .prdctfltr_checkboxes label:not(.screen-reader-text) {
    width: auto;
}
.prdctfltr_filter.prdctfltr_product_brand .prdctfltr_add_scroll,
.sidebar .widget .prdctfltr_filter.prdctfltr_product_brand .prdctfltr_add_scroll {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 25px;
}
.prdctfltr_filter.prdctfltr_product_brand label {
    border-radius: 0;
    margin: 10px!important;
}
.prdctfltr_filter.prdctfltr_product_brand label {
    border-radius: 0;
    padding: 7.5px!important;
    width: 33.33%!important;
    margin: 0!important;
}
.prdctfltr_filter.prdctfltr_product_brand label img {
    height: auto!important;
}
.prdctfltr_filter.prdctfltr_product_brand label .prdctfltr_customize_block{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    margin: 0;
    padding: 10px;
    box-shadow: none;
}
.prdctfltr_filter.prdctfltr_product_brand label.prdctfltr_active .prdctfltr_customize_block,
.prdctfltr_filter.prdctfltr_product_brand label:hover .prdctfltr_customize_block{
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    box-shadow: none;
}
.sidebar .prdctfltr_filter .widgettitle {
    padding-top: 38px;
    border-bottom: none;
    margin: 0;
}

.sidebar .prdctfltr-widget .prdctfltr_add_scroll {
    margin: 25px 0 15px;
}

.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter[data-filter="product_cat"] {
    border-width: 2px;
}
.sidebar .prdctfltr-widget div[data-filter="product_cat"] .prdctfltr_add_scroll {
    margin: 22px 0;
}
.sidebar .prdctfltr-widget div[data-filter="product_cat"] label {
    padding-bottom: 0;
    color: #000;
    margin-bottom: 12px;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400;
}
.sidebar .prdctfltr-widget div[data-filter="product_cat"] .prdctfltr_sub label {
    padding-bottom: 0;
    color: #868686;
    margin: 4px 0;
    font-weight: 600;
    border: none;
    font-size: 14px;
}
div[data-filter="product_cat"] .prdctfltr-plus:before {
    content: "\f123" !important;
    font-family: Flaticon !important;
    font-size: 9px;
    font-weight: 900!important;
    color: #000;
}
div[data-filter="product_cat"] .prdctfltr_hierarchy_hide i.prdctfltr-minus,
div[data-filter="product_cat"]  .prdctfltr_hierarchy_hide i.prdctfltr-plus {
    display: inline-block;
    text-align: right;
    width: 50px;
}
div[data-filter="product_cat"] .prdctfltr_show_subs .prdctfltr-plus:before {
    content: "\f122"!important;
}
.sidebar .prdctfltr-widget div[data-filter="product_cat"] label:last-child {
    padding-bottom: 0;
    border: none;
}

.sidebar .prdctfltr_wc.prdctfltr_round .prdctfltr_filter[data-filter="product_cat"] label > span:before {
    display: none;
}

.sidebar .prdctfltr_wc.prdctfltr_round .prdctfltr_filter[data-filter="product_cat"] label > span:after {
    display: inline-block;
    content: "\f105";
    position: static;
    margin: 0 20px 0 0;
    font-family: Fontawesome;
    font-weight: 400;
    font-size: 15px;
    float: right;
    background: transparent;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_pa_color .prdctfltr_add_scroll,
.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_pa_size .prdctfltr_add_scroll {
    margin: 25px 0 15px;
}

.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
    padding-bottom: 0;
    margin: 0;
}

.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons > span {
    top: 0;
    width: 100%;
}

.sidebar .prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
    height: 22px;
    display: inline-block;
    margin: 0;
}

.sidebar div label .prdctfltr_customize_block {
    margin: 0 2px 0 0;
    padding: 2px;
    border-color: transparent;
}

.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
    margin-bottom: 0;
}
div .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
    display: inline-block;
    font-size: 12px;
    height: auto;
    color: #333;
    font-weight: 400;
    width: 33.33%;
    white-space: nowrap;
    margin-bottom: 11px;
    margin-top: 4px;
}
.prdctfltr_wc label.prdctfltr_ft_none {
    display: none!important;
}
div .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label:hover {
    color: #ff3636;
}
div .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text_tip {
    margin-left: 5px;
}
.prdctfltr_terms_customized_color span.prdctfltr_count {
    width: auto;
    font-size: 12px;
    height: auto;
    border: none;
    color: #979797;
    margin: 0;
}
.prdctfltr_terms_customized_color span.prdctfltr_count::before {
    content: "(";
    margin-right: 1px;
}
.prdctfltr_terms_customized_color span.prdctfltr_count::after {
    content: ")";
    margin-left: 1px;
}
div .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text {
    display: inline-block;
    vertical-align: middle;
    padding: 1px;
    border: 1px solid transparent;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-sizing: content-box;
}
div .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_color_text {
    border: 1px solid #e5e5e5;
    padding: 1px;
}
.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block::after{
    display: none;
}
div .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text span {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}
.prdctfltr_terms_customized_color .prdctfltr_customize_block {
    overflow: visible;
}
div .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color label:hover .prdctfltr_customize_block .prdctfltr_customize_color_text {
    border-color: #ccc;
}
/* ==========================================================================
   7.1 WIDGET SEARCH FORM
========================================================================== */
.widgettitle + form {
    padding: 25px 0 50px;
}
.sidebar .widget > select {
    margin: 25px 0 50px;
}
.cislen-searchform {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.cislen-searchform input[type='text'] {
    width: 100%;
    height: 54px;
    font-size: 14px;
    line-height: 54px;
    border: none;
    padding: 0 20px 0 75px;
    background-color: #f5f5f5;
    color: #666;
}
.cislen-searchform button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 57px;
    font-weight: 400;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    background: #333;
    font-size: 20px;
}
.cislen-searchform button:hover {
    color: #fff;
    background: #000;
}

/* ==========================================================================
   7.2 WIDGET NEWSLETTER
========================================================================== */
/*.widget-cislen-newsletter*/
body .sidebar div.widget .widget-cislen-newsletter {
    padding: 30px 20px 38px;
    background-color: #f6f6f6;
    margin-bottom: 50px;
    margin-top: 25px;
}
.widget-cislen-newsletter .newsletter-title {
    text-align: center;

    font-size: 22px;
    line-height: 26px;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.widget-cislen-newsletter .newsletter-title::before {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.widget-cislen-newsletter .newsletter-subtitle {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}

.widget-cislen-newsletter .newsletter-content .newsletter-form-wrap input[type=email] {
    border-bottom: 1px solid #333;
    height: 48px;
    line-height: 48px;
    color: #999999;
    text-align: center;
    border-width: 0 0 2px;
    font-size: 12px;
    padding: 0;
    width: 100%;
    background-color: transparent;
}

.widget-cislen-newsletter .newsletter-content .newsletter-form-wrap button {
    height: 48px;
    line-height: 48px;
    letter-spacing: 3px;
    font-size: 12px;
    margin: 30px auto 0;
    display: table;
    padding: 0 30px;
}

/* ==========================================================================
   7.3 WIDGET CATEGORIES
========================================================================== */
/*.widget_categories*/
.sidebar .widget_categories ul ul {
    border: none;
}

.widget_categories ul li.cat-item {
    border-bottom: none;
}

.widget_categories ul li.cat-item a {
    color: #000;
}

.widget_categories ul li.cat-item a:hover,
.widget_categories ul li.cat-item.current-cat,
.widget_categories ul li.cat-item.current-cat a {
    color: #ff3636;
}
.widget_categories ul li.cat-item::before{
    display: none;
}
div.sidebar .widget > ul li::before, div.sidebar .widget > ul li:last-child::before,
div.sidebar .widget.widget_nav_menu ul li a::before {
    font-weight: 900;
    content: "\f123";
    font-family: Flaticon;
    display: inline-block;
    font-size: 10px;
    color: #000;
    margin-right: 8px;
    position: relative;
    top: -2px;
}
div.sidebar .widget.widget_rss > ul li::before {
    display: none;
}
/* ==========================================================================
   7.4 WIDGET LASTEST POST
========================================================================== */
.cislen_latest_posts_widget .latest-post li.post {
    display: inline-block;
    padding: 0 0 20px;
}

.cislen_latest_posts_widget .latest-post li.post .item-photo {
    width: 80px;
    float: left;
}

.cislen_latest_posts_widget .latest-post li.post .item-detail {
    padding-left: 20px;
    overflow: hidden;
}
.cislen_latest_posts_widget .latest-post li.post .item-detail .item-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.cislen_latest_posts_widget .latest-post li.post .item-detail .item-athur {
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #868686;
    text-transform: uppercase;
    margin-top: -6px;
}
.cislen_latest_posts_widget .latest-post li.post .item-detail .item-athur a {
    font-weight: 600;
}
.sidebar .widget ul li .item-athur a:not(:hover) {
    color: #868686;
}

/* ==========================================================================
   7.5 WIDGET INSTAGRAM
========================================================================== */
.widget_cislen_instagram .cislen-instagram {
    margin: -5px;
    overflow: hidden;
    padding: 0 0 5px 0;
}
.widget_cislen_instagram .cislen-instagram .item {
    float: left;
    padding: 5px;
    width: 33.33%;
}
.widget_cislen_instagram .cislen-instagram .item:nth-child(3n+1) {
    clear: left;
}
.cislen-instagram .item:hover img {
    filter: brightness(0.6);
}
/* ==========================================================================
   7.6 WIDGET SOCIAL
========================================================================== */
.widget-cosre-socials_list {
    margin-bottom: -5px;
}

a.social {
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    background: #000;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

a.social:hover {
    background: #ff3636;
    color: #fff;
}

/* ==========================================================================
   7.6 WIDGET TAGCLOUD
========================================================================== */
/*.tagcloud*/
body .sidebar div.widget div.tagcloud {
    padding-bottom: 16px;
}

.tagcloud {
    overflow: hidden;
}
.tagcloud a {
    border: 1px solid #dddddd;
    color: #868686;
    display: inline-block;
    float: left;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 34px;
    margin: 0 12px 12px 0;
    padding: 0px 20px;
}

.tagcloud a:hover {
    color: #fff;
    border-color: #ff3636;
    background: #ff3636;
}

/* ==========================================================================
   7.7 WIDGET MINICART
========================================================================== */
.sidebar .widget_shopping_cart .cart_list .mini_cart_item {
    position: relative;
    padding: 15px 0;
}

.widget_shopping_cart .cart_list .mini_cart_item > a:not(.remove) {
    display: inline-block;
    margin-right: 15px;
}

.widget_shopping_cart .cart_list .mini_cart_item .remove {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 20px;
}

.widget_shopping_cart .cart_list .mini_cart_item img {
    margin-right: 15px;
    float: left;
}

.widget_shopping_cart .cart_list .mini_cart_item .quantity {
    display: block;
    margin-top: 10px;
}

.widget_shopping_cart .woocommerce-mini-cart__total.total {

    font-weight: 600;
    color: #000000;
}

.widget_shopping_cart .woocommerce-mini-cart__total.total > strong {
    font-weight: normal;
    color: #999999;
}

.widget_shopping_cart .woocommerce-mini-cart__total.total > .woocommerce-Price-amount {
    float: right;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons {
    overflow: hidden;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    float: left;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    display: block;

    font-weight: 600;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    background-color: #000000;
    vertical-align: top;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
    background-color: #ff3636;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
    float: right;
}

/* ==========================================================================
   7.8 WIDGET PRODUCT
========================================================================== */
.sidebar .widget_products .product_list_widget li {
    padding: 15px 0;
}

.widget_products .product_list_widget li > a {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.widget_products .product_list_widget li > a img {
    width: 100px;
    float: left;
    margin-right: 15px;
}

/* ==========================================================================
   7.9 WIDGET SHOP
========================================================================== */
/*WOOF_Widget*/
.icheckbox_flat-purple,
.iradio_flat-purple {
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #d1d1d1 !important;
    background: none !important;
}

.WOOF_Widget .woof_container li .icheckbox_flat-purple.hover,
.WOOF_Widget .woof_container li .iradio_flat-purple.hover,
.icheckbox_flat-purple.checked,
.iradio_flat-purple.checked {
    background: #ff3636!important;
    border: 1px solid #ff3636 !important;
}

.WOOF_Widget .woof_container .icheckbox_flat-purple.checked ~ label,
.WOOF_Widget .woof_container .iradio_flat-purple.checked ~ label,
.WOOF_Widget .woof_container li label.hover,
.WOOF_Widget .woof_container li label.hover {
    color: #ff3636;
}

.icheckbox_flat-purple input[type=checkbox],
.iradio_flat-purple input[type=radio] {
    margin: 0;
}

.WOOF_Widget .woof_redraw_zone > .woof_container {
    margin-bottom: 47px;
}

.WOOF_Widget .woof_redraw_zone > .woof_container.woof_container_size {
    margin-bottom: 10px;
}

.WOOF_Widget .woof_container {
    padding-bottom: 0;
    margin-bottom: 0;
}

.WOOF_Widget .woof_container h4 {

    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    margin-top: -8px;
    margin-bottom: 12px;
}

.WOOF_Widget .woof_container ul {
    padding-left: 0;
}

.WOOF_Widget .woof_container li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 30px !important;
    border: none !important;
}

.WOOF_Widget .woof_container label {
    width: auto !important;
    color: #a9a9a9;
    font-weight: normal;
    line-height: 32px;
    padding: 0;
    margin: 0 !important;
}

.WOOF_Widget .woof_container .woof_childs_list {
    margin: 0 !important;
    padding-left: 17px;
}

.woof_reset_search_form {
    float: none !important;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

div.woof_info_popup {
    font-size: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div.woof_info_popup::before {
    font-family: 'FontAwesome', sans-serif;
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
    content: "\f110";
    font-size: 80px;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}

/* ==========================================================================
   8.0 SHOP THEME
========================================================================== */

/*main setting*/
.shop-page {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.shop-page ul {
    padding-left: 0;
    clear: both;
}
/*Shop top categories*/
.disable-banner .shop-top-categories.cate-image {
    margin-top: 50px;
}
.shop-top-categories.cate-image {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: -124px;
    z-index: 1;
    position: relative;
}
.shop-top-categories .shop-top-categories-inner {
    width: 1000px;
    display: inline-block;
    max-width: calc(100% - 30px);
    padding: 0 50px;
}
.cate-image .category-container {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    padding: 15px;
    margin: 10px;
}
.cate-image .category-container:hover{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    filter: brightness(0.98);
}
.shop-top-categories.cate-image h3.category-title {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.shop-top-categories h3.category-title a {
    color: #000;
    padding-bottom: 25px;
}
.shop-top-categories .category-thumb {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.shop-top-categories.cate-image .owl-nav > button {
    margin-top: -5px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0,0,0,.08);
}
.shop-top-categories.cate-list {
    background: #ff3636;
    text-align: center;
    display: flex;
    justify-content: center;
}
.shop-top-categories.cate-list .owl-stage-outer{
    padding:20px 0;
}
.cate-list .owl-carousel.nav-center .owl-nav > button {
    color: #fff;
    font-size: 25px;
}
.cate-list h3.category-title {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.shop-top-categories.cate-list h3.category-title a {
    color: #ffffff;
    position: relative;
    top: 0;
    transition: top 0.3s cubic-bezier(0, 0, 0, 0.91) 0s;
    -o-transition: top 0.3s cubic-bezier(0, 0, 0, 0.91) 0s;
    -webkit-transition: top 0.3s cubic-bezier(0, 0, 0, 0.91) 0s;
    padding: 0;
}
.shop-top-categories.cate-list h3.category-title a::before {
    content: "";
    width: 34px;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: -27px;
    margin-left: -17px;
    transition: top 0.3s cubic-bezier(0, 0, 0, 0.91) 0s;
    -o-transition: top 0.3s cubic-bezier(0, 0, 0, 0.91) 0s;
    -webkit-transition: top 0.3s cubic-bezier(0, 0, 0, 0.91) 0s;
    border-bottom: 3px solid;
}
.shop-top-categories.cate-list h3.category-title a:hover::before,
.shop-top-categories.cate-list .current-product-cat h3.category-title a::before{
    top: -23px;
}
.shop-top-categories.cate-list .owl-item {
    border-left: 1px solid #fff;
}
.shop-top-categories.cate-list .owl-item.item-first {
    border-left: none;
}
/*Shop Modern*/
.shop-page.shop-modern {
    padding: 0 170px;
    background-position: bottom center;
    background-size: 100% auto;
    background-color: #fcfcfc;
    background-repeat: no-repeat;
}

.main-modern {
    padding: 25px 60px;
    background: #fff;
    margin-top: -75px;
    position: relative;
    z-index: 11;
}

/* product-category */
.list-cate + .prdctfltr_wc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

ul.list-cate {
    margin: 30px -15px;
    display: inline-block;
    width: calc(100% + 30px);
}

h2.woocommerce-loop-category__title {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}

li.product-category:hover {
    top: -5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

li.product-category {
    float: left;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: relative;
    padding: 15px;
    top: 0;
}

mark.count {
    background: transparent;
    color: inherit;
}

/*drawer_sidebar filter*/
.prdctfltr_filter_title span.prdctfltr_woocommerce_filter_title {
    display: none;
}
body:not(.cislen-is-real-mobile) .main-product .prdctfltr_filter_title span.prdctfltr_woocommerce_filter_title {
    display: none!important;
}
.row-filter-drawer {
    position: relative;
    z-index: 999999;
}
.shop-page .product-item:not(.style-5) .product-inner.equal-elem {
    height: auto!important;
}
.main-content-drawer form.prdctfltr_woocommerce_ordering {
    display: none !important;
}

.show-drawer-filter .sidebar.drawer_sidebar_elem {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    position: relative;
}
.sidebar.drawer_sidebar_elem {
    position: absolute;
    top: 30px;
    left: 0;
    height: 100%;
    opacity: 0;
    margin: 0;
    display: inline-block;
    width: 360px;
    visibility: hidden;
    bottom: 0;
    overflow: hidden;
    transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s, left 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s, left 0.3s linear 0s;
    -webkit-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s, left 0.3s linear 0s;
}

.wc-prdctfltr-active .sidebar.drawer_sidebar_elem {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.shop-page .row .drawer_sidebar_elem.has-sidebar {
    width: 100%;
    z-index: 1;
    transition: width 0.3s linear 0s;
    -o-transition: width 0.3s linear 0s;
    -webkit-transition: width 0.3s linear 0s;
    float: right;
}
.shop-page .show-drawer-filter.row .drawer_sidebar_elem.has-sidebar {
    width: calc(100% - 360px);
}
.cislen-is-real-mobile .shop-page .show-drawer-filter.row .drawer_sidebar_elem.has-sidebar {
    width: 100%;
}
.drawer_sidebar_elem div.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
    display: none;
}

.drawer_sidebar_elem span.prdctfltr_woocommerce_filter_title::before {
    content: "\f10a";
    font-family: Flaticon;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

/*offcanvas_sidebar filter*/
.offcanvas_sidebar.show-offcanvas-filter .sidebar.widget-shop-wrap {
    left: 0;
}
.admin-bar.shop-page-mobile .offcanvas_sidebar .sidebar.widget-shop-wrap {
    top: 0;
}
.admin-bar .offcanvas_sidebar .sidebar.widget-shop-wrap {
    top: 32px;
}
.shop-page-mobile .offcanvas_sidebar .sidebar.widget-shop-wrap {
     z-index: 100000;
}
.offcanvas_sidebar .sidebar.widget-shop-wrap {
    position: fixed;
    left: -370px;
    width: 360px;
    z-index: 9;
    bottom: 0;
    top: 0;
    height: 100vh;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    background: #fff;
    transition: left 0.4s linear 0s;
    -webkit-transition: left 0.4s linear 0s;
    -o-transition: left 0.4s linear 0s;
    display: block;
}
.show-offcanvas-filter .offcanvas_sidebar .sidebar.widget-shop-wrap {
    left: 0;
}
.offcanvas_sidebar .widget-area.shop-sidebar {
    padding: 25px;
}
.offcanvas_sidebar .sidebar.widget-shop-wrap .widget-shop-inner {
    overflow-y: scroll;
    height: calc(100% - 65px);
    position: relative;
    background: #fff;
    z-index: 2;
}

.offcanvas_sidebar .sidebar .prdctfltr_filter[data-filter="product_cat"] .widgettitle {
    background-color: #fff;
    color: #000000;
}

.filter-block-head {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #000;
    color: #fff;
    align-items: center;
    position: relative;
    z-index: 2;
}

h4.title-filter-block {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
}

a.close-filter-block {
    font-size: 15px;
    color: #ffff;
    font-weight: 600;
}

.offcanvas_sidebar .sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
    padding: 10px !important;
}

.ovelay-close {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
}

.show-offcanvas-filter .ovelay-close {
    opacity: 1;
    visibility: visible;
}

.ovelay-close {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    -o-transition: opacity 0.4s linear 0s, visibility 0.4s linear 0s;
    -webkit-transition: opacity 0.4s linear 0s, visibility 0.4s linear 0s;
    transition: opacity 0.4s linear 0s, visibility 0.4s linear 0s;
}
@media (max-width: 1100px) {
    div ul.list-cate {
        margin-top: 0;
    }
}

@media (min-width: 1280px) {
    li.product-category {
        width: 20%;
    }

    li.product-category:nth-child(5n+1) {
        clear: left;
    }

    a.reset_variations {
        top: auto;
        margin-top: -21px;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    span.size-guide-text {
        position: absolute;
        right: 0;
        top: 4px;
    }
}

@media (min-width: 1301px) and (max-width: 1336px) {
    div.header-control-right .header-control-wrap {
        width: 300px;
    }
}

@media (min-width: 1301px) and (max-width: 1500px) {
    header.header .search-field {
        width: 260px;
    }

    header:not(.style-01):not(.style-02):not(.style-05):not(.style-07):not(.style-08) .header-control-right .header-control-wrap {
        width: 260px;
    }

    div.shop-page.shop-modern {
        padding: 0 100px;
    }

    .shop-modern .main-modern {
        padding: 30px 10px;

    }

    header.style-07 .header-menu.horizon-menu {
        padding: 90px 30px 50px 120px;
    }

    header.style-07 .horizon-menu .main-navigation {
        height: calc(100vh - 300px) !important;
    }

    .style-07 span.close-menu-horizon {
        margin-bottom: 40px;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
    header.header .search-field, header .header-control-right .header-control-wrap {
        width: 260px;
    }

    header.header.style-05 div .search-field, header.header.style-05 div.header-control-right .header-control-wrap {
        width: 345px;
    }

    div.shop-page.shop-modern {
        padding: 0 50px;
    }

    .shop-modern .main-modern {
        padding: 30px 10px;

    }

    header .currency-language .dropdown > a {
        padding: 0 25px 0 15px;
        min-width: 70px;
    }

    header div.wcml_currency_switcher li a {
        padding: 0 15px;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    li.product-category {
        width: 25%;
    }

    li.product-category:nth-child(4n+1) {
        clear: left;
    }

    header:not(.style-05):not(.style-06):not(.style-09) .horizon-menu .main-navigation .main-menu > .menu-item {
        margin: 0 6px;
    }
    header .logo img {
        max-width: 120px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    li.product-category {
        width: 33.33%;
    }

    li.product-category:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    li.product-category {
        width: 50%;
    }

    li.product-category:nth-child(2n+1) {
        clear: left;
    }
}

.single-product .site-header {
    z-index: 3;
    position: relative;
}

.single-product .shop-page {
    padding-top: 0;
}

.single-product .cislen-single-container {
    padding-left: 5px;
    padding-right: 5px;
}
.main-product p.woocommerce-result-count {
    float: left;
    margin: 0 0 10px 0;
}
.main-product form.woocommerce-ordering {
    float: right;
    margin-bottom: 30px;
}

/* ==========================================================================
   8.1 PRODUCT TOOLBAR
========================================================================== */
.product-toolbar {
    position: relative;
    width: auto;
    max-width: 100%;
    padding: 0 120px;
    margin: 20px 0;
    transition: padding 0.3s linear 0s;
    -o-transition: padding 0.3s linear 0s;
    -webkit-transition: padding 0.3s linear 0s;
}
.product-toolbar-wrap {
    position: relative;
}

nav.woocommerce-breadcrumb {
    font-size: 14px;
    font-weight: 500;
    color: #aeaeae;
}

nav.woocommerce-breadcrumb a {
    margin: 0 3px;
}

nav.woocommerce-breadcrumb a:hover {
    color: #ff3636;
}

.product-toolbar .breadcrumb-trail {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 24px;
}

.product-toolbar .breadcrumb-trail .trail-items {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.product-toolbar .breadcrumb-trail .breadcrumb > li + li::before {
    content: '\f105';
    display: inline-block;
    font-family: Fontawesome;
    margin: 5px;
    color: #666666;
}

.product-toolbar .post-navigation {
    position: absolute;
    right: 0;
    top: 3px;
}

.shop-prdctfltr-filter-wrap .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
    background: #f8f8f8;
    margin: 0 0 25px;
    padding: 50px 60px 20px 80px;
}

.shop-prdctfltr-filter-wrap .prdctfltr_wc {
    margin-bottom: 20px;
}
.product-toolbar .post-navigation .nav-links a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    align-items: center;
    line-height: 27px;
}
.product-toolbar span.navigation-text {
    font-size: 10px;
    margin: 12px;
}
.product-toolbar .post-navigation .nav-links a:hover {
    color: #000000;
}

.product-toolbar .post-navigation .nav-links a .arrow {
    display: inline-block;
    width: 18px;
    height: 12px;
}

.product-toolbar .post-navigation .nav-links a .arrow::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 18px;
    border-bottom: 1px solid;
}

.product-toolbar .post-navigation .nav-links a .arrow::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 18px;
    border-bottom: 1px solid;
}

.product-toolbar .post-navigation .nav-links a .arrow::after {
    content: '';
    position: absolute;
    top: 2px;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid;
    border-right: 1px solid;
}

.product-toolbar .post-navigation .nav-links .nav-previous a .arrow::after {
    left: 0px;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.product-toolbar .post-navigation .nav-links .nav-next a .arrow::after {
    left: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.toolbar-products .category-filter {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
}

.toolbar-products .category-filter li {
    display: inline-block;
    margin: 0 17px;
    position: relative;
    overflow: hidden;
}

.toolbar-products .category-filter li a {

    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999999;
    position: relative;
    padding-bottom: 8px;
}

.toolbar-products .category-filter li a::before {
    border-bottom: 1px solid #ff3636;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    width: 100%;
}

.toolbar-products .category-filter li.active a,
.toolbar-products .category-filter li a:hover {
    color: #ff3636;
}

.toolbar-products .category-filter li.active a::before,
.toolbar-products .category-filter li a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.vc_row .prdctfltr_sc .prdctfltr_wc {
    margin-bottom: 20px;
}
div.prdctfltr_wc {
    width: 100%;
    margin-bottom: 0;
}
.cislen-is-real-mobile .shop-page .offcanvas_sidebar div.prdctfltr_wc {
    display: block;
}
.enable-shop-page-mobile .offcanvas_sidebar .sidebar .prdctfltr-widget .prdctfltr_add_scroll {
    padding: 0;
    margin: 25px 0 15px;
}
.cislen-is-real-mobile .shop-page div.prdctfltr_wc {
    display: none;
}
.cislen-is-real-mobile.wc-prdctfltr-active .shop-page div.prdctfltr_wc {
    display: block;
}
.main-product .prdctfltr_wc .prdctfltr_filter_title {
    margin: 30px 0 0;
    font-size: 0;
    line-height: 0;
}
.main-product div.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
    display: none;
}
.main-product .prdctfltr_wc .prdctfltr_filter_title .prdctfltr-bars {
    display: none;
}
.part-filter-wrap span.prdctfltr_title_selected {
    margin: 0 0 0 10px;
    display: inline-block;
}
span.prdctfltr_title_selected {
    background: #ff3636;
    color: #fff;
    display: inline-block;
    line-height: 28px;
    padding: 0 15px 0 10px;
    margin: 0 10px 10px 0;
}
span.prdctfltr_title_selected a {
    color: inherit;
}

span.prdctfltr_title_selected:hover {
    color: #fff;
    background: #000;
}
.prdctfltr_topbar > span + span.reset-filter-product {
    display: inline-block;
}

.prdctfltr_topbar > span + span.reset-filter-product + span.reset-filter-product {
    display: none;
}

.prdctfltr_topbar span.reset-filter-product {
    line-height: 28px;
    background: #000;
    color: #fff;
    height: 28px;
    margin: 5px 0 0 0;
    padding: 0 15px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
span.reset-filter-product {
    display: none;
}
.prdctfltr_topbar span.reset-filter-product:hover {
    background: #333;
    color: #fff;
}
.prdctfltr_pa_color .prdctfltr_add_scroll {
    margin: 0 -5px;
}
.prdctfltr_woocommerce .prdctfltr_filter {
    margin-bottom: 10px;
}
.prdctfltr_showing:before {
    margin: 0 5px 0 0;
}
div.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms .prdctfltr_search_terms_input {
    border: 1px solid #e5e5e5;
    line-height: 40px;
    padding-left: 30px!important;
}
div.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms i {
    margin-right: -20px;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span {
    font-size: 16px;
    color: inherit;
    font-weight: 400;
}
.prdctfltr_woocommerce .prdctfltr_filter.prdctfltr_product_cat .prdctfltr_search_terms{
    margin-top: -16px;
}
div.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms {
    position: relative;
    display: block;
    margin-top: 0;
    padding: 0;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 10px;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span::before {
    margin-right: 12px;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 1px double #dddddd;
    margin-top: 3px;
    margin-bottom: 6px;
    margin-right: 12px;
    vertical-align: middle;
    box-sizing: content-box;
    background-color: #dddddd;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 4px;
    display: inline-block;
}

div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span::before, div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover > span::before {
    background: #ff3636;
    border: 1px double #ff3636;
    color: #ff3636;
    height: 9px;
    width: 9px;
}

div.prdctfltr_wc .mCS_no_scrollbar > div, div.prdctfltr_wc .mCS_no_scrollbar > div > div {
    overflow: hidden !important;
}

div.prdctfltr_filter .prdctfltr_regular_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.prdctfltr_filter .prdctfltr_regular_title::before {
    content: "";
    width: 35px;
    border-top: 1px solid #ff3636;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    left: 0;
    bottom: 0;
}
div .prdctfltr_customize_block .prdctfltr_customize_color {
    display: block;
    width: 16px;
    border: 1px solid transparent;
    height: 16px;
    border-radius: 50%;
}
div .prdctfltr_ft_none .prdctfltr_customize_block .prdctfltr_customize_color {
    border-color: #e5e5e5;
}
.prdctfltr_active span.prdctfltr_customize_block::before {
    content: "\f118";
    top: 50%;
    position: absolute;
    left: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-family: Flaticon;
}

label .prdctfltr_customize_block {
    padding: 4px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 50%;
}

div label .prdctfltr_customize_block {
    padding: 2px;
    border: 1px solid #b0b0b0;
    box-shadow: 0 0 0;
}

div label.prdctfltr_active .prdctfltr_customize_block, div label:hover .prdctfltr_customize_block {
    border: 1px solid #b0b0b0;
    padding: 2px;
}

.prdctfltr_wc .prdctfltr_buttons {
    margin-top: 20px;
    padding: 0 10px 0px;
    text-align: center;
}

.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label {
    display: inline-block;
    margin: 0;
}
.prdctfltr_pa_size. span.prdctfltr_count {
    position: absolute;
    top: -5px;
    right: -5px;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span {
    color: #979797;
    font-weight: 400;
    border: 1px solid #d5d5d5;
    min-width: 36px;
    display: inline-block;
    height: 36px;
    text-align: center;
    margin: 0 12px 12px 0;
    font-size: 14px;
    line-height: 34px;
    padding: 0px 8px;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span:hover {
    color: #fff;
    border-color: #000;
    background: #000;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span::before {
    display: none !important;
}

.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label.prdctfltr_active > span,
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label.prdctfltr_hover:hover > span {
    color: #000;
}

.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single .prdctfltr_ft_none > span {
    font-size: 10px;
    text-transform: uppercase;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label:hover > span, .prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label.prdctfltr_active > span {
    border-color: #000;
    color: #fff;
    background: #000;
}
div.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span::after,
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span::before {
    display: none;
}

div.prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
    height: 40px;
    display: inline-block;
    margin: 8px 3px;
}

div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover {
    color: #ff3636;
}

.prdctfltr_filter label {
    color: #868686;
}

.prdctfltr_filter.prdctfltr_text label {
    margin-bottom: 10px;
    font-weight: 400;
}
.prdctfltr_wc .prdctfltr_filter label > span{
    transition: color 0.2s linear 0s, font-weight 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s, font-weight 0.2s linear 0s;
    -webkit-transition: color 0.2s linear 0s, font-weight 0.2s linear 0s;
}
.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span,
.prdctfltr_wc .prdctfltr_filter label:hover >span {
    font-weight: 600;
    color: #000;
}
.prdctfltr_wc div.prdctfltr_buttons {
    padding: 0 10px 15px;
    margin: 0;
}
.prdctfltr_woocommerce_filter_submit,
.prdctfltr_sale,
.prdctfltr_instock {
    background: #000;
    color: #fff;
    line-height: 44px;
    padding: 0 20px;
    position: relative;
    display: inline-block;
}

.prdctfltr_woocommerce.pf_default a.prdctfltr_woocommerce_filter_submit {
    margin-right: 6px;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_filter_submit {
    margin-top: 0;
    margin-bottom: 10px !important;
    width: 100%;
    line-height: 48px;
}
.prdctfltr_wc.prdctfltr_wc_regular div.prdctfltr_buttons label {
    margin: 0;
}

.prdctfltr_wc div.prdctfltr_buttons label, .prdctfltr_wc div.prdctfltr_buttons span {
    color: #fff;
    line-height: 44px;
    font-weight: 400;
}

.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons > span {
    margin-bottom: 10px;
}

.prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset span {
    background: #000;
    color: #fff;
    line-height: 44px;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    top: -1px;
}

.prdctfltr_woocommerce_filter_submit:hover, .prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset span:hover, .prdctfltr_sale:hover,
.prdctfltr_instock:hover {
    background: #ff3636;
    color: #ffffff;
}
.hide-filter-bar span.prdctfltr_filter_title {
    display: none;
}
.prdctfltr_wc .prdctfltr_filter_title {
    font-size: 0;
}
div.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
    font-size: 0;
    margin-left: 26px;
    line-height: inherit;
    height: auto;
    top: -5px;
}
.sidebar .widget .prdctfltr_product_tag .prdctfltr_checkboxes label {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    margin: 0 12px 12px 0;
    padding: 0 15px;
}
.sidebar .widget .prdctfltr_product_tag .prdctfltr_checkboxes label:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}
/*Filter category images*/
.prdctfltr_sc .products {
    padding: 0;
}

.prdctfltr_sc .products li {
    list-style: none;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
}

.prdctfltr_sc h2.woocommerce-loop-category__title {
    font-size: 16px;
    margin: 20px 0;
}

.prdctfltr_sc.hide-cat-thumbs .product-category img.fami-img {
    display: none !important;
}

.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title:hover {
    color: #ff3636;
}

.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title {

    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a6a6a6;
    position: relative;
    padding-bottom: 5px;
}

.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title::before {
    border-bottom: 1px solid #ff3636;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    width: 100%;
}

.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title:hover::before, .prdctfltr_sc.hide-cat-thumbs .product-categoryh2.woocommerce-loop-category__title.active a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title {
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}

.prdctfltr_sc .product-info {
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
    text-align: left;
}
div.prdctfltr_sc .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label,
div.main-product .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
    width: calc(50% - 6px);
}
.prdctfltr-pagination-load-more.woocommerce-pagination {
    margin: 20px 0 0 0;
}
.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button::before {
    font-family: 'Flaticon';
    content: "\f10f";
    font-size: 0;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -1px;
}
.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button {
    padding: 0 15px;
    line-height: 48px;
    height: 50px!important;
    min-width: 190px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background: #000;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button:hover {
    background: #ff3636;
    color: #fff;
}

/*Price range*/
.sidebar div.prdctfltr_wc .prdctfltr_description {
    margin: 20px 0 0;
    padding: 0;
}
.prdctfltr_wc .prdctfltr_filter.prdctfltr_range .prdctfltr_add_scroll {
    margin: 10px 0 30px;
}
div.prdctfltr_wc .prdctfltr_description {
    font-size: 16px;
    color: #868686;
    padding: 0;
    margin: 0;
}
div.pf_rngstyle_flat .irs-from::after, div.pf_rngstyle_flat .irs-to::after, div.pf_rngstyle_flat .irs-single::after {
    display: none;
}
div.pf_rngstyle_flat .irs-from, div.pf_rngstyle_flat .irs-to, div.pf_rngstyle_flat .irs-single {
    background: transparent;
    color: #979797;
    padding: 0;
    top: auto;
    font-size: 16px;
    bottom: -20px;
}
div.pf_rngstyle_flat .irs-bar {
    height: 2px;
    background: #000;
}
div.pf_rngstyle_flat .irs-slider.to::after {
    content: "";
    height: 15px;
    width: 15px;
    background: #ffff;
    position: absolute;
    right: 0;
    border: 1px solid;
    top: -3.5px;
}
div.pf_rngstyle_flat .irs-slider.from::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    top: -3.5px;
    border: 1px solid;
    left: 0;
}
.pf_rngstyle_flat .irs-max, .pf_rngstyle_flat .irs-min {
    display: none;
}
div.pf_rngstyle_flat .irs-line {
    height: 3px;
}

div.pf_rngstyle_flat .irs-slider {
    height: 0;
}

/*arrow*/
.product-toolbar .post-navigation .nav-links > div::before {
    content: "";
    height: 20px;
    right: -2px;
    border-left: 1px solid #d6d6d6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.product-toolbar .post-navigation .nav-links > div:last-child::before {
    display: none;
}

.product-toolbar .post-navigation .nav-links > div {
    display: inline-block;
    position: relative;
}

.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_buttons label {
    font-weight: 500;
}

.product-toolbar .nav-links > div > a:hover .img-thumb-nav {
    opacity: 1;
    visibility: visible;
}

.img-thumb-nav {
    border: 2px solid #eaeaea;
    display: inline-block;
    margin-top: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -webkit-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    visibility: hidden;
    width: 100px;
    z-index: 2;
}

.img-thumb-nav::before {
    border-bottom: 13px solid #eaeaea;
    border-left: 13px solid rgba(0, 0, 0, 0);
    border-right: 0 solid #eaeaea;
    content: "";
    position: absolute;
    right: 10px;
    top: -14px;
}
.product-toolbar .nav-links > div > a {
    border-radius: 50%;
    color: #898989;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    position: relative;
    text-align: center;
    padding-right: 1px;
}

.product-toolbar .nav-links > div {
    float: left;
}

.product-toolbar .nav-links > div.nav-next {
    float: right;
    margin-left: 5px;
}

/* Shop/Products page on real mobile */

.toolbar-products-mobile .cat-item a::before,
.real-mobile-toolbar.toolbar-products-shortcode .cat-item a::before {
    border-bottom: 1px solid;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    bottom: 0;
    right: 0;
}

.toolbar-products-mobile .cat-item, .real-mobile-toolbar.toolbar-products-shortcode .cat-item {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 3px;
}

.toolbar-products-mobile .cat-item a, .toolbar-products-shortcode .cat-item a {
    color: #999999;
    margin-right: 25px;
    position: relative;
    display: block;
}

.toolbar-products-mobile .cat-item.active a::before, .real-mobile-toolbar.toolbar-products-shortcode .cat-item.active a::before {
    opacity: 1
}

.toolbar-products-mobile .cat-item.active, .toolbar-products-mobile .cat-item.active a,
.real-mobile-toolbar.toolbar-products-shortcode .cat-item.active, .real-mobile-toolbar.toolbar-products-shortcode .cat-item.active a {
    color: #ff3636;
}

.category-filter-mobile.owl-carousel .owl-nav > button, .category-filter-mobile.owl-carousel:hover .owl-nav > button {
    opacity: 1;
    right: -13px;
    width: 26px;
    font-size: 20px;
    height: 30px;
    top: 0;
    line-height: 32px;
    transform: none;
    background: #fff;
}

.category-filter-mobile.owl-carousel .owl-nav > button.owl-prev {
    right: -45px;
    left: auto;
}

.category-filter-mobile.owl-carousel .owl-nav > button.owl-next {
    right: -70px;
}

.category-filter-mobile.owl-carousel .owl-nav > .owl-next.disabled,
.category-filter-mobile.owl-carousel .owl-nav > .owl-prev.disabled {
    color: #cecece;
}

.toolbar-products-mobile .part-filter-wrap {
    float: none;
    width:100%;
    text-align: center;
}

.toolbar-products-mobile .actions-wrap {
    display: flex;
    width: 100%;
    border: 1px solid #dbdbdb;
    line-height: 20px;
    padding: 12px 0;
}
.action-mini a.filter-toggle {
    font-size: 12px;
    color: #333;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
    background: transparent;
    line-height: 20px;
    margin: 0;
    float: none;
    font-weight: 600;
}

.action-mini .fami-woocommerce-ordering select.orderby {
    width: calc(100% + 20px);
    border: none;
    font-size: 12px;
    display: inline-block;
    padding: 0;
    letter-spacing: 1px;
    line-height: 20px;
    height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.action-mini form.fami-woocommerce-ordering {
    width: 120px;
    max-width: calc(100% - 20px);
    display: inline-block;
    position: relative;
    border: none;
    background-position: calc(100% - 10px) center;
    background-color: transparent;
}

.action-mini {
    height: 20px;
    width: 50%;
    line-height: 20px;
    float: left;
    border-right: 1px solid #dbdbdb;
}

.action-mini:last-child {
    border-right: 0px solid #dbdbdb;
}

.action-layout-item.part-wrap {
    float: left;
    margin-left: 15px;
}

.action-layout .list-mode a.display-mode::before {
    background: none;
    content: "\f12b";
    font-family: Flaticon;
}

.action-layout .grid-mode a.display-mode::before {
    background: none;
    content: "\f12a";
    font-family: Flaticon;
}

.action-layout {
    float: right;
    padding-right: 5px;
    margin-top: 7px;
}

.action-layout-item.part-wrap {
    float: left;
    margin-left: 15px;
    line-height: 16px;
}

.action-layout a.display-mode {
    width: 16px;
    font-size: 16px;
    height: 16px;
}

.action-layout a.display-mode.flaticon-lists {
    width: 20px;
    font-size: 18px;
    position: relative;
    line-height: 50px;
    height: 20px;
    top: -1px;
}

.toolbar-products-mobile .part-cats-list-wrap, .toolbar-products-shortcode.real-mobile-toolbar .part-cats-list-wrap {
    float: none;
    width: auto;
    overflow-x: visible;
    padding-right: 60px;
}

.toolbar-products-shortcode.real-mobile-toolbar .category-filter {
    padding-left: 30px;
}

div .row.mobile-shop-real {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 11px;
    margin-top: 10px;
}

.mobile-shop-real .woocommerce-products-header__title.page-title {
    padding-left: 5px;
    margin: 0;
    font-size: 24px;
}

.cislen-is-real-mobile .info-top {
    margin: 0;
}

.enable-shop-page-mobile .shop-page .products-list svg {
    display: none;
}

.enable-shop-page-mobile .shop-page .products-size.products-list {
    height: 5px;
    width: 15px;
    position: relative;
    display: inline-block;
    color: #999999;
    margin: 0 5px;
    border-top: 2px solid;
}

.enable-shop-page-mobile .shop-page .products-size.products-list::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid;
    top: -8px;
    left: 0;
    width: 100%;
}

.enable-shop-page-mobile .shop-page .products-size.products-list::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid;
    width: 100%;
    left: 0;
    bottom: -3px;
}

.enable-shop-page-mobile .shop-page a.products-size.products-list.active {
    color: #ff3636;
}

.prdctfltr_woocommerce.pf_sidebar .prdctfltr_woocommerce_ordering, .prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_woocommerce_ordering, .prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_woocommerce_ordering, .prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_woocommerce_ordering {
    z-index: 100000 !important;
}

.enable-shop-page-mobile .shop-page .product-item {
    list-style: none;
    padding: 7.5px;
    margin: 0;
}

.enable-shop-page-mobile .product-list .product-inner {
    border: none;
    display: inline-flex;
}

.enable-shop-page-mobile .shop-page .product-info {
    height: auto !important;
}

.enable-shop-page-mobile .prdctfltr_wc.prdctfltr_mobile {
    margin-bottom: 0;
}

.enable-shop-page-mobile .shop-page .product-inner .product-title {
    color: #000;
    margin-bottom: 5px;
    margin-top: 13px;
    line-height: 18px;
}

.wc-prdctfltr-active header.site-header.site-header-mobile,
.variable_mobile_show header.site-header.site-header-mobile {
    z-index: 2;
}

.enable-shop-page-mobile .shop-prdctfltr-filter-wrap {
    margin-bottom: 0;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9999999;
    width: 360px;
    overflow-y: auto;
    transition: transform 0.4s linear 0s;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    max-width: calc(100% - 20px);
    overflow-x: hidden;
    opacity: 0;
}

.enable-shop-page-mobile.wc-prdctfltr-active .shop-prdctfltr-filter-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.enable-shop-page-mobile .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter {
    width: 100% !important;
}

.enable-shop-page-mobile form.prdctfltr_woocommerce_ordering {
    display: block !important;
}

.enable-shop-page-mobile .shop-prdctfltr-filter-wrap .prdctfltr_wc .prdctfltr_filter_title {
    display: inline-block;
    padding: 20px 20px 0;
    margin: 0;
    width: 100%;
}

.enable-shop-page-mobile span.prdctfltr_showing {
    display: none;
}

.enable-shop-page-mobile form.prdctfltr_woocommerce_ordering {
    height: auto !important;
    padding: 20px !important;
    box-shadow: none !important;
}

.enable-shop-page-mobile span.prdctfltr_showing::before {
    content: "\f119";
    font-family: Flaticon;
    font-size: 20px;
    color: #000;
}

.enable-shop-page-mobile span.prdctfltr_showing {
    width: 40px;
    height: 40px;
    font-size: 0;
    position: absolute;
    text-align: center;
    line-height: 40px;
    left: 10px;
    cursor: pointer;
    top: 13px;
}
.enable-shop-page-mobile .main-product .prdctfltr_wc.shop-prdctfltr-filter-wrap .prdctfltr_filter_title {
    padding: 20px 10px 0;
    line-height: 20px;
}
.enable-shop-page-mobile .prdctfltr_wc .prdctfltr_filter_title > span.prdctfltr_woocommerce_filter_title {
    max-width: inherit;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 600;
    display: inline-block;
    color: #000;
    float: none;
    overflow: visible;
    padding: 0 10px;
}
.enable-shop-page-mobile .prdctfltr_wc .prdctfltr_filter_title > span.prdctfltr_woocommerce_filter_title::before {
    content: "\f117";
    font-family: Flaticon;
    float: left;
    position: relative;
    margin-top: 1px;
}
.enable-shop-page-mobile div.prdctfltr_sc .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label,
.enable-shop-page-mobile div.main-product .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
    margin-bottom: 0;
}
.enable-shop-page-mobile label .prdctfltr_customize_block {
    border: 1px solid none;
    border-radius: 0;
}
.enable-shop-page-mobile span.prdctfltr_title_selected {
    background: #ff3636;
    color: #fff;
    display: inline-block;
    line-height: 28px;
    padding: 0 12px;
    margin: 5px 5px 0 0;
}

.enable-shop-page-mobile.wc-prdctfltr-active .body-overlay {
    opacity: 1;
    visibility: visible;
}

.enable-shop-page-mobile .prdctfltr_wc div.prdctfltr_buttons label,
.enable-shop-page-mobile .prdctfltr_wc div.prdctfltr_buttons span {
    width: 100%;
}

.prdctfltr_wc div.prdctfltr_buttons > span {
    margin-bottom: 10px;
}

.enable-shop-page-mobile .prdctfltr_topbar {
    font-size: 13px;
    margin: 10px 0 0 0;
}

.enable-shop-page-mobile .shop-page .product-inner .price {
    color: #ff3636;
}

.enable-shop-page-mobile .product-list .product-inner .product-info .product-title a {
    font-size: 15px;
    color: #000;
}

.enable-shop-page-mobile .shop-page .product-inner .add_to_cart_button,
.enable-shop-page-mobile .shop-page .product-inner .added_to_cart,
.enable-shop-page-mobile .shop-page .product-inner .product_type_variable,
.enable-shop-page-mobile .shop-page .product-inner .product_type_simple,
.enable-shop-page-mobile .shop-page .product-inner .product_type_external,
.enable-shop-page-mobile .shop-page .product-inner .product_type_grouped {
    display: none;
}

.enable-shop-page-mobile .shop-page div .row.products {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.enable-shop-page-mobile .banner-page.hero-banner-page {
    display: none
}
.enable-shop-page-mobile .product-list .list-button-action {
    display: flex;
    align-items: center;
}
.enable-shop-page-mobile .product-list .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}
.enable-shop-page-mobile .product-list .product-item .product-inner a.fami-wccp-button{
    display: none;
}
.enable-shop-page-mobile .product-list .list-button-action .add-to-cart a.button::before ,
.enable-shop-page-mobile .product-list .product-inner .added_to_cart::before{
    display: block!important;
    letter-spacing: -1px;
}
.enable-shop-page-mobile .product-list .list-button-action .add-to-cart a.button {
    box-shadow: none;
    border: 1px solid #e5e5e5;
    display: block;
}
.enable-shop-page-mobile .product-list .product-inner .added_to_cart {
    display: inline-block;
    top: 0;
    border-color: #e5e5e5;
    width: 40px;
    margin: 0;
    box-shadow: none;
}
.enable-shop-page-mobile .product-list .add-to-cart {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}
/* enable-shop-page-mobile Cart */
.enable-shop-page-mobile .woocommerce-page-headermid .title-page {
    font-size: 32px;
    text-align: center;
}

.enable-shop-page-mobile .woocommerce-page-headermid {
    text-align: left;
    padding: 15px 0 0;
}
.enable-shop-page-mobile .woocommerce-page-headermid + .site-main {
    padding-top: 0;
}
body.enable-shop-page-mobile .woocommerce table.shop_table{
    margin-top:0;
}
.enable-shop-page-mobile.woocommerce-page div.breadcrumb-trail.breadcrumbs {
    display: none;
}
.enable-shop-page-mobile .banner-page.no_background {
    min-height: 90px !important;
    margin: 0 !important;
}

.enable-shop-page-mobile .woocommerce-page-headermid .trail-items {
    padding: 0 3px;
    background-color: transparent;
    margin-bottom: 0;
}

.enable-shop-page-mobile .woocommerce-page-header ul .line-hover a {
    display: inline-block;
    height: auto;
    background: transparent !important;
    line-height: 20px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999999;
    padding: 0 0 5px;
    text-align: center;
    position: relative;
    border-radius: 0;
}

.enable-shop-page-mobile .woocommerce-page-header ul .line-hover a:hover,
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover.active a {
    color: #ff3636;
}

.enable-shop-page-mobile .woocommerce-page-header ul .line-hover.active a::before {
    opacity: 1;
}

.enable-shop-page-mobile .woocommerce-page-header ul .line-hover a::before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    bottom: 0;
    right: 0;
}

.enable-shop-page-mobile .woocommerce-page-header ul .line-hover {
    width: auto;
    margin-bottom: 0;
}

.enable-shop-page-mobile .woocommerce-page-header {
    padding: 5px 0 5px;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    overflow-x: auto;
}

.enable-shop-page-mobile .woocommerce-page-header ul {
    padding: 0 0 3px;
    white-space: nowrap;
    text-align: center;
    min-width: 500px;
}

.shop_table_mobile th, .shop_table_mobile td {
    border-width: 1px 0;
    padding: 0;
}

.shop_table_mobile td.product-thumbnail > a {
    width: 88px;
    display: inline-block;
}

.shop_table_mobile input[type="text"] {
    border: 1px solid #dddddd;
    border-radius: 0 !important;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
}

.shop_table_mobile .product-info .quantity {
    font-size: 0;
    text-align: left;
}

.shop_table_mobile .cart .quantity .btn-number {
    width: 20px;
    height: 22px;
    line-height: 22px;
    top: 0;
    right: 8px;
}

.shop_table_mobile .cart .quantity .input-qty {
    width: 40px;
    height: 42px;
    font-size: 20px;
    line-height: 44px;
    line-height: 44px;
}

.shop_table_mobile .checkout.woocommerce-checkout p {
    margin-bottom: 15px;
}

.prdctfltr_wc.prdctfltr_mobile {
    margin-bottom: 20px;
}

.sidebar .prdctfltr_wc .prdctfltr-bars::before {
    font-size: 0;
}

div .pf_ajax_loading .css-spinner-full-01::before {
    border-top-color: #000;
    font-size: 0;
}
div .pf_ajax_loading .css-spinner-01:before,
div .pf_ajax_loading .css-spinner-full-01:before{
    width: 70px;
    height: 70px;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    background-image: url(assets/images/loading-icon.gif);
    margin-left: -12px;
    background-size: 70px 70px;
    z-index: 11;
    animation:none;
    -webkit-animation:none;
    -o-animation:none;
    border: none;
}
.prdctfltr_woocommerce.pf_sidebar div.prdctfltr_close_sidebar,
.prdctfltr_woocommerce.pf_sidebar_right div.prdctfltr_close_sidebar,
.prdctfltr_woocommerce.pf_sidebar_css div.prdctfltr_close_sidebar,
.prdctfltr_woocommerce.pf_sidebar_css_right div.prdctfltr_close_sidebar {
    font-size: 14px;
    color: #000;
    padding: 14px 15px 10px;
}

.prdctfltr_mobile .prdctfltr_buttons > span {
    margin-bottom: 15px;
    width: 100%;

}

.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_mobile div.prdctfltr_buttons label,
.prdctfltr_wc.prdctfltr_mobile .prdctfltr_buttons .prdctfltr_reset span {
    width: 100%;
    margin: 0;
}

.enable-shop-page-mobile .checkout-before-top .woocommerce-info {
    margin: 0 0 30px;
}

@media (min-width: 360px) and (max-width: 767px) {
    .enable-shop-page-mobile .shop-page .product-item {
        width: 50%;
        border: none;
        clear: none;
        margin: 0;
    }

    .enable-shop-page-mobile .shop-page .products_list-size-3 .product-item {
        width: 100%;
    }

    .enable-shop-page-mobile .shop-page .owl-carousel .product-item {
        width: 100%;
    }

    .enable-shop-page-mobile .shop-page .product-inner .product-title {
        font-size: 14px;
    }

    .enable-shop-page-mobile .shop-page .product-item:nth-child(2n+1) {
        clear: left;
    }
}

/* ==========================================================================
   8.2 FILTER CANVAS
========================================================================== */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -10px;
    width: 3px;
    background: #ff3636;
    opacity: 0.6;
    transition: width 0.4s ease 0s;
    -o-transition: width 0.4s ease 0s;
    -webkit-transition: width 0.4s ease 0s;
}

.scrollbar-macosx > .scroll-element.scroll-y:hover .scroll-bar {
    width: 5px;
}

.menu-scroll .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -3px;
}

/*end scrollbar*/
.sidebar-canvas .scrollbar-macosx {
    max-height: -webkit-calc(100vh - 156px);
    max-height: -moz-calc(100vh - 156px);
    max-height: calc(100vh - 156px);
}

.sidebar-canvas-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.24);
    z-index: 10;
}

.sidebar-canvas-open .sidebar-canvas-overlay {
    left: 0
}

.page-wrapper {
    position: relative;
    width: 100%;
    transition: margin 0.4s;
    background-attachment: fixed;
    background-size: cover;
    display: inline-block;
    float: left;
    height: 100%;
}

.sidebar-canvas-open .page-wrapper {
    margin-left: 360px;
}

.sidebar-canvas {
    position: fixed;
    top: 0;
    width: 360px;
    left: -360px;
    padding: 78px 0;
    height: 100%;
    background: #ffffff;
    transition: left 0.4s;
    z-index: 999;
}

.sidebar-canvas-open .sidebar-canvas {
    left: 0;
}

.sidebar-canvas-inner {
    padding: 0 40px;
}

.btn-canvas {
    font-size: 12px;
    color: #ffffff;
    min-width: 66px;
    height: 35px;
    line-height: 35px;
    padding: 0 14px 0 18px;
    background-color: #000000;
    position: fixed;
    top: 237px;
    left: -16px;
    display: block;
    transition: left 0.4s;
    cursor: pointer;
    z-index: 999;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.btn-canvas::after {
    content: '';
    display: inline-block;
    width: 20px;
    margin-left: 8px;
    border-bottom: 1px solid;
    margin-bottom: 3px;
    position: absolute;
    top: 50%;
}

.sidebar-canvas-open .btn-canvas {
    left: 345px
}

/* ==========================================================================
   8.4 SINGLE PRODUCT
========================================================================== */
body.single-product .single-left {
    width: 58%;
    float: left;
    position: relative;
    overflow: hidden;
}

h4.title-s-desc {
    display: none;
}

.has-sidebar .wc-tabs-wrapper .vc_row-o-equal-height, .has-sidebar .wc-tabs-wrapper .vc_row[data-vc-full-width] {
    position: static !important;
    width: 100% !important;
}

.product:not(.big_images):not(.slider_images) h4.title-s-desc {
    display: block;
}

/*.woocommerce-product-gallery*/
body.single-product .woocommerce-product-gallery {
    position: relative;
    overflow: hidden;
}

.woocommerce-product-gallery .onsale {
    position: absolute;
    top: 10px;
    right: 70px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: block;
    position: absolute;
    right: 17px;
    border-radius: 50%;
    height: 56px;
    font-size: 0;
    font-weight: 700;
    width: 56px;
    line-height: 56px;
    z-index: 1;
    background-color: #ffffff;
    color: #000000;
    bottom: 17px;
    box-shadow: 0 3px 28px rgba(0,0,0,.08);
    text-align: center;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    content: "\f12c";
    font-family: Flaticon;
    font-size: 19px;
    letter-spacing: -1px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    color: #ff3636;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
    opacity: 0;
    visibility: hidden;
    display: none!important;
}
.pswp__button:hover {
    background: transparent;
}
div.pswp{
    z-index: 999999;
}
.woocommerce-product-gallery .flex-viewport {
    text-align: center;
    cursor: zoom-in;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    width: 100%;
}

.sticky_detail .flex-control-thumbs {
    display: none !important;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    list-style: none;
    border: none;
    cursor: pointer;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
    width: 25%;
    padding: 5px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li.slick-slide img.flex-active {
    filter: brightness(0.95);
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
    color: #ff3636;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-up {
    top: 10px;
    left: 33px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-down {
    bottom: 10px;
    left: 33px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-left {
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-right {
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:not(.slick-vertical) .slick-arrow {
    color: #fff;
    top: 50%;
    margin: 0;
    left: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:not(.slick-vertical) .slick-arrow:last-child {
    left: auto;
    right: 0;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.slick-vertical .slick-arrow {
    left: 35px;
    top: 10px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.slick-vertical .slick-arrow:last-child {
    top: auto;
    bottom: -10px;
}

@media (max-width: 991px) {
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
        opacity: 1;
        visibility: visible;
    }
}

.product:not(.sticky_detail) .theiaStickySidebar {
    position: static !important;
    transform: none !important;
}

.flex-control-thumbs:not(.slick-vertical) .slick-list {
    margin: 0 -10px;
}

.flex-control-thumbs.slick-vertical .slick-list {
    margin: -10px 0;
}

/*.summary*/

body.single-product .detail-content {
    width: 42%;
    float: left;
    padding-left: 110px;
}

.summary del {
    font-size: 16px;
    color: #999999;
}
.summary ins .woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 500;
}
.summary ins {
    font-size: 26px;
    text-decoration: none;
}
.summary .woocommerce-product-rating {
    margin-top: -7px;
    margin-bottom: 8px;
}
.summary .woocommerce-Reviews .woocommerce-product-rating {
    width: 160px;
}
.summary .woocommerce-product-rating .star-rating {
    display: inline-block;
    overflow: visible;
    margin: 0 5px 0 0;
}
.summary .woocommerce-Reviews .woocommerce-product-rating .star-rating {
    width: 124px;
    margin-bottom: 15px;
    margin-right: 0;
}
p.preview-count {
    overflow: hidden;
    float: left;
    margin: 0;
}
.summary .woocommerce-product-rating .star-rating + .woocommerce-review-link {
    display: inline-block;
}

.summary .woocommerce-product-rating .woocommerce-review-link {
    font-size: 13px;
    color: #999999;
    display: none;
    vertical-align: top;
}
.summary .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #ff3636;
}
.summary .entry-title {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #333;
    width: calc(100% - 50px);
}
.summary .price {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #ff3636;
    margin-bottom: 37px;
}

.summary .price .woocommerce-Price-amount.amount {
    font-size: 25px;
}
.summary .price del .woocommerce-Price-amount.amount {
    font-size: 15px;
}
.summary > .price {
    margin-bottom: 22px;
}
.summary li.item-brand {
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
}
a.brand-link {
    margin-left: 10px;
    max-width: 40px;
}
.summary .brand-product + form.cart {
    margin-top: 50px;
}
.summary .brand-product {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    display: block;
}
.summary .brand-product + .woocommerce-product-details__short-description{
    border: none;
}
.summary .woocommerce-product-details__short-description {
    margin-bottom: 25px;
    border-top: 1px solid #ebebeb;
    padding-top: 22px;
}
.extra_image_single {
    margin-bottom: 20px;
}
.extra_image_single + form.cart {
    margin-top: 40px;
}
.summary .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.summary h4.deals-title::before {
    content: url(assets/images/frie.png);
    position: relative;
    margin-right: 10px;
    top: 5px;
}

h4.deals-title {
    color: #ff421d;
    font-weight: 400;
}

.deals-in-wrap span.time {
    width: 70px;
    height: 70px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    line-height: 68px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #000000;
}

.deals-in-wrap .box {
    display: inline-block;
    margin: 0 8px;
}

.deals-in-wrap .countdown-product.cislen-countdown {
    margin: 30px -8px;
}

.has-deals .summary form.variations_form {
    margin-top: 30px;
}
button.cislen-single-add-to-cart-deal {
    line-height: 56px;
    padding: 0;
    height: 56px;
    font-size: 20px;
    letter-spacing: 2px;
    background: #39b93c;
    font-weight: 600;
    width: calc(100% - 80px);
    border-radius: 0;
}

button.cislen-single-add-to-cart-deal:hover {
    background: #000;
    color: #fff;
}

.deal-add-to-cart.cart .quantity {
    float: right;
    margin: 0 0 0 10px;
}

.deal-add-to-cart {
    margin-bottom: 15px;
}

.deals-in-wrap span.time-title {
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
}

.stock.out-of-stock {
    line-height: 23px;
    border: 1px solid;
    width: 100%;
    text-align: center;
    color: #333;
    max-width: 100%;
    padding: 10px 0;
}

.summary .stock {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
}

.summary.title-price-stars-outside-summary {
    margin-bottom: 50px;
}

.summary.title-price-stars-outside-summary .woocommerce-product-rating,
.summary.title-price-stars-outside-summary .product_title,
.summary.title-price-stars-outside-summary .price {
    display: none;
}

.summary.title-price-stars-outside-summary .woocommerce-product-details__short-description {
    border: none;
    padding-top: 0;
}

.outside-title-price-stars-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.summary.has-border {
    border: 2px solid #000;
    padding: 30px 35px;
}

.summary a.change-value.color {
    width: 20px;
    height: 20px;
    margin-right: 18px;
    margin-bottom: 10px;
}
.summary a.change-value::before {
    content: "";
    font-family: Fontawesome;
    top: auto;
    border: none;
    left: 50%;
    bottom: -11px;
    width: 0;
    border-radius: 0;
    right: auto;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #000;
    height: 0;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.summary a.change-value.color:hover::before, .summary a.change-value.color.active::before {
    opacity: 1;
}

.woocommerce-product-rating-outside .star-rating {
    float: left;
    margin: 5px;
}

.has-title-outside-summary.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
    border-radius: 50%;
    border: 1px solid #ebebeb;
}

.price.price-outside {
    margin-bottom: 20px;
    font-size: 26px;
    color: #dc9814;
}

.price-outside del {
    font-size: 16px;
}

.woocommerce-product-rating.woocommerce-product-rating-outside {
    display: inline-block;
    margin-bottom: 13px;
}

.woocommerce-product-details__short-description ul {
    padding-left: 0;
    color: #39b93c;
    clear: both;
    font-weight: 700;
    margin-bottom: 25px;
}

.woocommerce-product-details__short-description li {
    position: relative;
}

.woocommerce-product-details__short-description li::before {
    content: "";
    font-family: Flaticon;
    margin-right: 10px;
    font-weight: 600;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #39b93c;
    position: relative;
    top: 2px;
    border-radius: 50%;
}

.woocommerce-product-details__short-description li::after {
    content: "";
    background: #fff;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 5px;
}
/*offer-boxed-product*/
.offer-boxed-product {
    border: 1px solid #dcdcdc;
    padding: 13px 20px 17px;
    border-radius: 3px;
    margin-bottom: 25px;
    background: #ffff;
}
h4.title-offer {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 34px;
}
h4.title-offer::before {
    content: url(assets/images/special.png);
    position: relative;
    margin-right: 13px;
    top: 8px;
}
.offer-boxed-product ul {
    font-weight: 700;
    line-height: 34px;
    color: #ec9047;
}
.offer-boxed-product ul li {
    position: relative;
}
.offer-boxed-product ul li::before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 10px;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #ec9047;
    border-style: solid;
}
.extra_image_single {
    margin-bottom: 25px;
}
/*variations*/
form.variations_form {
    position: relative;
}

h4.title-variable {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 22px;
}

.variations .variation select {
    float: left;
    display: none;
    width: 100%;
    margin-bottom: 14px;
    margin-right: 14px;
}

.data-val[data-attributetype="select"] {
    display: none;
}

.variation select[data-attributetype="select"] {
    display: block;
    position: relative;
    top: 5px;
}
.summary .variation select[data-attributetype="select"] {
    top: 0;
    margin-top: 20px;
}
tr:last-child .value select[data-attributetype="select"] {
    width: calc(100% - 70px);
    margin-bottom: 10px;
}
.reset_variations {
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #ffffff;
    display: block;
    height: 24px;
    position: absolute;
    text-transform: uppercase;
    padding: 0 10px;
    width: 67px;
    background-color: #000000;
    float: left;
    margin-bottom: 14px;
    right: 0;
    top: -25px;
    text-align: center;
}

.reset_variations:hover {
    color: #ffffff;
}

table.variations {
    border: none;
    margin-bottom: 40px;
}

.reset_variations:hover {
    background-color: #ff3636;
}

.summary a.change-value:not(.color):hover, .summary a.change-value.active:not(.color) {
    border-color: #000;
}

.summary table.variations {
    border: none;
    margin-bottom: 10px;
}

.summary tr.variation {
    line-height: 30px;
}

tr.variation td {
    margin: 0;
    border: none;
    padding: 0 10px 0 0;
    font-size: 16px;
    line-height: 15px;
    display: block;
    vertical-align: text-bottom;
    min-width: 100px;
    position: relative;
}

.product-item .variations tr {
    text-align: center;
    width: 100%;
}

a.change-value.color {
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin: 6px 11px 5px 4px;
}

div.product-item a.change-value.photo {
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 50%;
}

a.change-value.color[data-value="white"] {
    border: 1px solid #dedede;
}

a.change-value::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    left: -4px;
    border: 1px solid #333;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
}

.product-item a.change-value.active::before, .product-item a.change-value:hover::before {
    opacity: 1
}
tr.variation .data-val.attribute-pa_color {
    margin-top: 20px;
    margin-bottom: 10px;
}
.value .data-val {
    margin-top: 20px;
}
tr:last-child .value .data-val {
    width: calc(100% - 70px);
}
tr.variation label {
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    border-bottom: 1px solid;
    font-weight: 700;
}
.woocommerce-variation-description p:last-child {
    margin-bottom: 0;
}

.woocommerce-variation-price .price {
    margin-bottom: 15px;
}

.product-item a.change-value.photo {
    width: 35px;
    height: 35px;
}

a.change-value {
    position: relative;
    margin-right: 15px;
}

.product-item .variations a.change-value.label {
    display: none;
}

a.change-value:not(.color) {
    width: 35px;
    height: 35px;
    font-weight: 400;
    color: #000;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    margin-right: 15px;
}

.summary a.change-value:not(.color):hover, .summary a.change-value.active:not(.color) {
    border-color: #000;
}

.product-item a.change-value.color.active::before, .product-item a.change-value.color:hover::before {
    border-color: #cccccc;
}

.size-guide-inner {
    padding: 0 15px;
}
span.size-guide-text {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    line-height: 24px;
    display: inline-block;
    padding-left: 30px;
    font-weight: 700;
    cursor: pointer;
    z-index: 1;
    background: url(assets/images/size_guide.png) no-repeat;
}
#popup-size-guide .modal-content {
    box-shadow: 0 0px 15px rgba(0, 0, 0, .2);
    border: none;
    border-radius: 0;
}

#popup-size-guide .modal-dialog {
    max-width: 90%;
    margin-top: 50px;
    width: 750px;
}

div button.close {
    font-size: 12px;
    font-weight: 400;
    border: 1px solid;
    width: 25px;
    text-transform: uppercase;
    height: 25px;
    border-radius: 50%;
    color: #666;
    opacity: 1;
    margin: 10px;
}

div button.close {
    color: #ff3636;
    background-color: transparent;
}

/*form single product*/
.woocommerce-variation-add-to-cart {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.cart .quantity {
    height: 56px;
    line-height: 54px;
    border: 1px solid #000;
    color: #000000;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-right: 10px;
    float: left;
    padding-left: 0;
    margin-bottom: 20px;
}
.quantity .control {
    display: grid;
    align-items: center;
    text-align: center;
    grid-template-columns: 50px 50px 50px;
}
input[type='number'] {
    -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.cart .quantity .input-qty {
    font-weight: 600;
    color: #000000;
    border-left: 1px solid;
    padding: 0 5px;
    height: 58px;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    border-right: 1px solid;
    float: left;
    background: none;
    position: relative;
    box-shadow: none!important;
    top: -2px;
}
.cart .quantity .btn-number {
    font-size: 12px;
    font-weight: 300;
}
.cart .quantity .btn-number.qtyminus {
    text-align: center;
    bottom: 0;
    top: auto;
    line-height: 0;
}

.summary p.cart {
    margin-bottom: 0;
}

.summary .cart .single_add_to_cart_button {
    display: block;
    float: left;
    letter-spacing: 2px;
    margin-bottom: 20px;
    vertical-align: top;
    font-weight: 500;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    background: #ff3636;
    border: none;
    border-radius: 0;
    margin-right: 12px;
}
.summary .cart .single_add_to_cart_button.loading::before {
    font-family: 'FontAwesome', sans-serif;
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
    content: "\f110";
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}
.summary .cart .single_add_to_cart_button.added::before {
    font-family: Flaticon ;
    -webkit-animation: none;
    animation: none;
    content: "\f116";
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}
.summary a.change-value:not(.color){
    width: auto;
    height: 36px;
    font-weight: 600;
    border: 1px solid #b0b0b0;
    line-height: 40px;
    border-radius: 5px;
    display: inline-block;
    color: #979797;
    font-size: 14px;
    text-align: center;
    padding: 0 15px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.summary a.change-value.photo {
    width: 56px;
    border-radius: 50%;
    border-color: #d5d5d5;
    height: 56px;
}
.summary .attribute-pa_size a.change-value:not(.color) {
    padding: 0;
    min-width: 36px;
    border-width: 1px;
    padding: 0 10px;
    height: 36px;
    font-weight: 500;
    border-radius: 0;
    float: left;
    line-height: 34px;
}
.summary a.change-value:not(.color):hover, .summary a.change-value.active:not(.color) {
    border-color: #000;
    color: #000;
}
.summary .cart .single_add_to_cart_button:hover {
    background-color: #000000;
}

.summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

.summary .compare, .summary .social-share {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    min-width: 56px;
    height: 56px;
    line-height: 54px;
    border: 2px solid #333;
    margin: 0 11px 15px 0;
    float: left;
    box-shadow: none;
}

.summary .yith-wcwl-add-to-wishlist {
    text-align: center;
    position: absolute;
    top: 0;
    border-radius: 50%;
    right: 0;
    line-height: 46px;
    border: 1px solid #e8e8e8;
    box-shadow: none;
}
.summary .yith-wcwl-wishlistaddedbrowse a::before,.summary .yith-wcwl-wishlistexistsbrowse a::before {
    font-size: 15px;
}
.summary a.fami-wccp-button {
    font-size: 16px;
    display: flex;
    font-weight: 600;
    padding-top: 15px;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    clear: both;
    text-transform: capitalize;
    box-shadow: 0 0 0;
    padding: 0;
    border-radius: 0;
}
.summary a.fami-wccp-button::before {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 400;
}
.single_variation_wrap .yith-wcwl-add-to-wishlist {
    display: none;
}
.summary .add_to_wishlist::before {
    font-size: 15px;
    font-weight: 600;
}
div#yith-wcwl-popup-message {
    background: #0fb0f0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 5px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    padding: 0 35px;
    box-shadow: 0 0 5px #0fb0f0;
    position: fixed;
    text-align: center;
    top: 50px;
    left: auto;
    z-index: 10000;
    right: 50px;
}

.summary .compare {
    position: relative;
    top: -1px;
}

.summary .social-share .icons {
    font-size: 15px;
    line-height: 50px;
}

.summary .social-share .cislen-social {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product_meta {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.woocommerce .product_meta .wcml-dropdown-click.product {
    margin: 0 0 15px;
}

.product_meta .meta-title {
    font-weight: 400;
    text-transform: capitalize;
}
.product_meta > span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #999;
    margin-right: 28px;
    text-transform: capitalize;
}
.product_meta span.sku {
    text-transform: uppercase;
    font-size: 14px;
}
.product_meta .sku_wrapper .meta-title {
    font-size: 12px;
    letter-spacing: 1px;
}
.product_meta .meta-title {
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    margin-right: 3px;
}
.product_meta a {
    color: #999999;
    font-size: 14px;
}.product_meta a {
     color: #999999;
     font-size: 14px;
 }
.product_meta a:hover {
    color: #ff3636;
}
/*.guaranteed_safe*/
.guaranteed_safe {
    margin-bottom: 10px;
}
.guaranteed_safe_title {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
}
.guaranteed_safe_title::before {
    content: "\f10d";
    font-family: Flaticon;
    font-weight: 400;
    font-size: 28px;
    margin-right: 12px;
    position: relative;
    top: 5px;
}
/*Custom vc*/
.vc_row .center-element {
    display: table;
    margin: 0 auto;
    float: none;
}
.wpb_text_column ul li {
    position: relative;
    line-height: 28px;
    font-size: 16px;
    padding: 5px 0 5px 15px;
}
.wpb_text_column ul li::before {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    top: calc(50% - 2px);
    left: 0px;
    background: #000;
    border-radius: 50%;
}
.content-des .wpb_text_column ul li::before {
    display: block!important;
}
ul.list-contact {
    list-style: none;
    padding: 0;
    color: #000;
    font-weight: 600;
}
ul.list-contact li{
    padding-left: 0;
}
ul.list-contact a:not(:hover) {
    color: #979797;
}
ul.list-contact a {
    font-weight: 400;
}
.wpb_text_column ul li::before{
    display: none;
}
/* social-share-product */
.social-share-product {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    width: 40px;
    background: #000000;
    border-radius: 0 10px 10px 0;
    z-index: 999;
    padding: 5px;
}

.cislen-social-product a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
}

.cislen-social-product a:hover {
    color: #dddddd;
}

/* .sticky_info_single_product  */
.sticky_info_single_product {
    position: fixed;
    left: 0;
    right: 0;
    padding: 10px 0;
    top: 0px;
    transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.show-sticky_info_single .sticky_info_single_product {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.admin-bar .sticky_info_single_product {
    top: 32px;
}

.sticky_info_single_product img.fami-img {
    max-width: 50px;
}

.sticky-thumb-left {
    float: left;
    margin-right: 20px;
    border: 2px solid #e5e5e5;
    position: relative;
}

.sticky_info_single_product .entry-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    display: block;
}

.sticky_info_single_product a.woocommerce-review-link {
    float: left;
    line-height: 12px;
    font-size: 12px;
    margin: 0 5px;
}
.sticky_info_single_product .star-rating {
    float: left;
    margin: 0;
}

.sticky-info-right {
    overflow: hidden;
    position: relative;
    min-height: 54px;
}

.sticky_info_single_product button.cislen-single-add-to-cart-btn.btn.button {
    float: right;
    background: #ff3636;
    font-size: 12px;
    line-height: 42px;
    height: 42px;
    top: 50%;
    color: #fff;
    padding: 0 40px;
    letter-spacing: 2px;
    white-space: nowrap;
    position: absolute;
    border-radius: 50px;
    outline: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border: none;
}

.sticky_info_single_product button.cislen-single-add-to-cart-btn.btn.button:hover {
    background-color: #333;
    color: #fff;
}

.star-rating.no-rate {
    width: auto;
    margin-bottom: 10px;
    font-size: 12px;
}

.sticky_info_single_product .star-rating.no-rate a.woocommerce-review-link, .star-rating.no-rate a.woocommerce-review-link {
    float: none;
    letter-spacing: 0;
    margin: 0;
}

.wrapper_menu-sticky .sticky_info_single_product {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

.show-sticky_info_single .wrapper_menu-sticky .sticky_info_single_product {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/*.product-type-grouped*/
.product-type-grouped .summary .woocommerce-product-details__short-description {
    margin-bottom: 15px;
}

.product-type-grouped .summary .cart .group_table {
    border: none;
    margin-bottom: 30px;
}

.product-type-grouped .summary .cart .group_table td {
    padding: 10px 10px 10px 0;
    border-left: none;
    border-right: none;
    border-top: none;
    line-height: 20px;
    color: #000;
}

.product-type-grouped .summary .cart .group_table td.label,
.product-type-grouped .summary .cart .group_table td.price {
    text-align: inherit;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 0;
}

.product-type-grouped .summary .cart .group_table td:last-child {
    text-align: right;
}

.product-type-grouped .summary .cart .group_table .quantity {
    width: 75px;
    padding: 0;
    margin: 0 !important;
    border: none;
    font-size: 0;
    height: 26px;
    display: block !important;
}

.product-type-grouped .summary .cart .group_table .quantity .control {
    width: 75px;
    grid-template-columns: 20px 35px 20px;
}
.product-type-grouped .summary .cart .group_table .quantity .btn-number {
    height: 14px;
    top: 0px;
    line-height: 14px;
}

.product-type-grouped .summary .cart .group_table .quantity .input-qty {
    height: 26px;
    border: none;
    line-height: 26px;
    padding: 0;
}
.product-type-grouped .summary .cart .group_table .quantity .btn-number.qtyminus {
    top: 12px;
    line-height: 14px;
    height: 14px;
}

.product-type-grouped .summary .cart .group_table label {
    margin-bottom: 0;
    font-weight: normal;
}

.product-type-grouped .summary .cart .group_table .stock {
    display: none;
}

/*default*/
.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    margin-top: 20px;
}

.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
    width: 100%;
}

.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    margin: 0 10px;
    position: relative;
}

/*vertical_thumnail*/
.vertical_thumnail .flex-viewport {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    float: right;
}

.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    width: 120px;
    float: left;
    padding-right: 20px;
    margin-top: -10px;
}

.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
    margin: 20px 0 0;
    opacity: 1;
    transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    -webkit-transition: padding 0.5s ease 0s;
}

.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active,
.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li:hover img {
    border-color: #333;
}

figure.woocommerce-product-gallery__wrapper img {
    width: 100%;
}
.single-left img {
    background: #fff;
}
/* Single Product Sticky */
.sticky_detail .flex-viewport figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:last-child) {
    margin-bottom: 38px;
}

/*slider_images*/

body.single-product .slider_images .single-left {
    width: 100%;
    text-align: center;
}

.slider_images .cislen-product-single-gallery:not(.cislen-center-mode) .cislen-product-gallery__image {
    display: inline-block;
}

.slider_images .cislen-product-single-gallery:not(.cislen-center-mode) .cislen-product-gallery__image a {
    padding: 0 40px;
}

.slider_images .cislen-product-gallery__image a {
    display: block;
    padding: 0 4.7619048%;
}

.slider_images .slick-dots li {
    display: inline-block;
}

.slider_images ul.slick-dots {
    margin-top: 45px;
    margin-bottom: 3px;
}

.slider_images .slick-dots li.slick-active button {
    width: 25px;
    background: #ff3636;
}

.slider_images .slick-dots li button:hover {
    background: #ff3636;
}

.slider_images .slick-dots li button {
    width: 6px;
    height: 6px;
    transition: width 0.3s ease 0s;
    font-size: 0;
    background: #b2b2b2;
    margin: 0 6px;
    padding: 0;
    -o-transition: width 0.3s ease 0s;
    -webkit-transition: width 0.3s ease 0s;
    border-radius: 6px;
    display: inline-block;
}

body.single-product .slider_images .detail-content {
    display: inline-block;
    width: 100%;
    padding: 33px 0 0 0;
    text-align: center;
}

.slider_images .summary {
    width: 920px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.slider_images .variations .variation select {
    float: none;
    margin-left: 5px;
    margin-right: 5px;
}

.slider_images .reset_variations {
    float: none;
    height: 30px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.slider_images .woocommerce-variation-add-to-cart {
    display: inline-block;
    width: auto;
}

.slider_images .single_variation_wrap {
    display: inline-block;
    width: 100%;
}

.slider_images .summary .cart .quantity,
.slider_images .summary .cart .single_add_to_cart_button,
.slider_images .summary .yith-wcwl-add-to-wishlist,
.slider_images .summary .compare,
.slider_images .summary .social-share {
    display: inline-block;
    clear: none;
    float: left;
    vertical-align: top;
}
.slider_images .summary a.fami-wccp-button,
.big_images .summary a.fami-wccp-button {
    justify-content: center;
    margin-bottom: 20px;
}
.slider_images td.variation-title {
    min-width: 115px;
    text-align: left;
}

.slider_images .summary > .price {
    margin-bottom: 44px;
}

.slider_images .woocommerce-product-details__short-description {
    width: 760px;
    max-width: 100%;
    margin: 0 auto 40px auto;
}

.slider_images .product_meta {
    margin-top: 19px;
}

.slider_images .product_meta > span {
    position: relative;
    margin-right: 14px;
    padding-right: 14px;
}

.slider_images .woocommerce-tabs {
    margin-top: 42px;
}

.slider_images .summary table.variations {
    text-align: left;
    display: inline-block;
    width: auto;
}

.slider_images form.cart {
    display: table;
    margin: 0 auto;
}

.slider_images span.size-guide-text {
    display: table;
    margin: 0 auto 20px;
}

.slider_images .single_variation_wrap .yith-wcwl-add-to-wishlist {
    display: none;
}
/*gallery_detail*/
.gallery_detail .cislen-detail-gallery {
    margin: -10px;
    display: inline-block;
}
.gallery_detail .cislen-product-gallery__image {
    width: 50%;
    float: left;
    padding: 10px;
}
/* big_images detail */
.big_images .data-val {
    white-space: nowrap;
}
.big_images span.size-guide-text {
    display: table;
    margin: 0 auto 20px;
}

.big_images .single_variation_wrap .yith-wcwl-add-to-wishlist {
    display: none!important;
}

.big_images .main-content-product {
    margin: 0 -60px;
}

.big_images .cislen-product-single-gallery:not(.cislen-center-mode) .cislen-product-gallery__image {
    display: inline-block;
}

.big_images .cislen-product-single-gallery:not(.cislen-center-mode) .cislen-product-gallery__image a {
    padding: 0 40px;
}

.big_images .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
    margin: 0;
    border: 1px solid #ddd;
}

.big_images .cislen-product-gallery__image a {
    display: block;
    padding: 0 4.7619048%;
}

.big_images .slick-dots li {
    display: inline-block;
    width: 15px;
    margin: 5px;
}

.big_images ul.slick-dots {
    margin-top: 45px;
    margin-bottom: 3px;
}

.big_images .slick-dots li button {
    width: 15px;
    height: 15px;
    position: absolute;
    background: transparent;
    cursor: pointer;
}

.big_images .slick-dots li button::before {
    content: "";
    border: 2px solid #ff3636;
    top: -5px;
    position: absolute;
    left: -5px;
    right: -5px;
    opacity: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    bottom: -5px;
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
    -o-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
}

.big_images .slick-dots li button::after {
    background: #ccc;
    height: 6px;
    content: "";
    width: 6px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    bottom: 0;
}

.big_images .slick-dots li:hover button::before, .big_images .slick-dots li.slick-active button::before {
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.big_images .slick-dots li:hover button::after, .big_images .slick-dots li.slick-active button::after {
    transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
}

.big_images figure.woocommerce-product-gallery__wrapper img {
    width: auto;
}

.big_images .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    list-style: none;
    border: none;
    margin: 10px 0;
    cursor: pointer;
}

body.single-product .big_images .detail-content {
    display: inline-block;
    width: 100%;
    padding: 50px 0 0 0;
    text-align: center;
}
body.single-product .big_images .single-left{
    width: 100%;
}
.big_images .summary {
    width: 920px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.big_images .variations .variation select {
    float: none;
    margin-left: 5px;
    margin-right: 5px;
}
.big_images .summary .reset_variations {
    float: none;
    position: relative;
    top: auto;
    margin: 10px auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.big_images .woocommerce-variation-add-to-cart {
    display: inline-block;
    width: auto;
}

.big_images .single_variation_wrap {
    display: inline-block;
    width: 100%;
}

.big_images .single_variation_wrap .woocommerce-variation-price {
    margin-top: 20px;
}

.big_images .summary .cart .quantity, .big_images .summary .cart .single_add_to_cart_button, .big_images .summary .yith-wcwl-add-to-wishlist, .big_images .summary .compare, .big_images .summary .social-share {
    display: inline-block;
    clear: none;
    float: left;
    vertical-align: top;
}
.shop-page .slider_images .brand-product ul,
.shop-page .big_images .brand-product ul{
    display: table;
    margin: 0 auto;
}
.big_images .summary > .price {
    margin-bottom: 44px;
}

.big_images .woocommerce-product-details__short-description {
    width: 760px;
    max-width: 100%;
    margin: 0 auto 40px auto;
}

.big_images .product_meta {
    margin-top: 0px;
}

.big_images .product_meta > span {
    position: relative;
    margin-right: 14px;
    padding-right: 14px;
}

.big_images .product_meta > span:last-child::before {
    display: none;
}

.big_images .woocommerce-tabs {
    margin-top: 42px;
}

.big_images tr.variation td.variation-title {
    text-align: left;
}

.big_images .summary table.variations {
    text-align: center;
    display: inline-block;
    width: auto;
}

.big_images .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
}

.big_images .vertical_thumnail .flex-viewport {
    width: 100vw;
    float: none;
    left: 50%;
    margin-left: -50vw;
}

.big_images form.cart {
    margin: 0 auto;
    display: table;
}
/*detail_special*/
.detail_special ol.flex-control-nav.flex-control-thumbs {
    display: none;
}
.cislen-product-gallery-special-item:not(:first-child) {
    position: absolute;
    z-index: -1;
}

.cislen-product-gallery-special-item {
    position: relative;
    background: #fff;
    z-index: 1;
}
.cislen-product-gallery-special-item img {
    opacity: 0;
    visibility: hidden;
}
.cislen-product-gallery-special-item a:before {
    content: "\f12f";
    font-family: Flaticon;
    position: absolute;
    font-size: 60px;
    left: 50%;
    font-weight: 300;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.detail_special .cislen-bt-video a::before{
    font-size: 60px;
}
.detail_special .product-360-button a::before{
    font-size: 75px;
}
.detail_special ol.flex-control-nav.flex-control-thumbs {
    display: none;
}
.cislen-product-button.detail_special {
    margin: 15px -5px 0;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cislen-product-button.detail_special > div {
    padding: 5px;
    margin: 0;
}
div#special-element {
    display: none;
}
#special-element .modal-dialog {
    display: flex;
    width: 1140px;
    max-width: calc(100% - 30px);
    align-items: center;
    height: calc(100% - 80px);
}
.big_images .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
.sticky_detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    display: none;
}
.detail_special .cislen-bt-video a,
.detail_special .product-360-button a,
.detail_special .cislen-product-gallery-special-item:first-child a,
.detail_special .special-button a {
    border: 1px solid #e5e5e5;
}
.detail_special .cislen-bt-video:hover a,
.detail_special .product-360-button:hover a,
.detail_special .cislen-product-gallery-special-item:first-child:hover a,
.detail_special .special-button:hover a {
    border: 1px solid #ff3636;
    background-color: #ff3636;
    color: #ffffff;
}

.detail_special .cislen-bt-video a,
.detail_special .product-360-button a,
.detail_special .cislen-product-gallery-special-item a,
.detail_special .special-button a {
    display: flex;
    font-size: 60px;
    padding: 0;
    line-height: 1;
    align-items: center;
    background: #fff;
    justify-content: center;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #a0a0a0;
    transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
/*sticky_details*/
.sticky_detail .main-content-product {
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}

.sticky_detail .theiaStickySidebar {
    padding-bottom: 30px !important;
}

.woocommerce-tabs-sticky {
    margin-top: 40px;
}

.content-tab-sticky-element {
    display: none;
    padding: 30px 0;
    background: #fff;
    border-top: 1px solid #e2e2e2;
}

.content-tab-sticky p:last-child {
    margin: 0;
}
.content-tab-sticky h2 {
    font-size: 25px;
    margin-bottom: 30px;
}
.content-tab-sticky table {
    color: #000;
}

.content-tab-sticky table p {
    margin-bottom: 0;
}
.content-tab-sticky #review_form_wrapper {
    margin-top: 20px;
    margin-left: 0;
}

content-tab-sticky .comment-respond .comment-reply-title {
    font-size: 14px;
}
.content-tab-sticky .woocommerce-Reviews .row > div {
    width: 50%;
    text-align: center;
}
.content-tab-sticky .woocommerce-Reviews  .row > div:last-child {
    width: 100%;
    margin-top: 20px;
}
.content-tab-sticky ul.review-details-list {
    line-height: 30px;
}
a.product-sticky-toggle-tab-content {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #e2e2e2;
    width: 100%;
    display: inline-block;
    line-height: 24px;
    padding: 12px 0;
    color: #000;
}

a.product-sticky-toggle-tab-content::before {
    content: "\f107";
    font-family: Fontawesome;
    float: right;
    font-size: 18px;
    font-weight: 600;
}

a.product-sticky-toggle-tab-content.active::before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/*360deg*/

.default .cislen-product-button,
.sticky_detail .cislen-product-button {
    top: 10px;
    left: 10px;
}

.vertical_thumnail .cislen-product-button:not(.detail_special) {
    bottom: 17px;
    left: 135px;
}

.cislen-product-button:not(.detail_special) {
    position: absolute;
    z-index: 1;
}

.cislen-product-button:not(.detail_special) .cislen-bt-video a,
.cislen-product-button:not(.detail_special) .product-360-button a {
    display: inline-block;
    font-size: 12px;
    line-height: 50px;
    padding: 0 20px;
    background: #fff;
    letter-spacing: 2px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .06);
    text-transform: uppercase;
    color: #000;
    transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.cislen-product-button:not(.detail_special) .cislen-bt-video a:hover,
.cislen-product-button:not(.detail_special) .product-360-button a:hover,
.cislen-product-button:not(.detail_special) .cislen-bt-video a:focus,
.cislen-product-button:not(.detail_special) .product-360-button a:focus {
    background: #333;
    color: #fff;
}

.cislen-bt-video a::before,
.product-360-button a::before {
    position: relative;
    margin-right: 10px;
    text-align: center;
    top: -1px;
    vertical-align: top;
}

.cislen-bt-video a::before {
    content: "\f126";
    font-family: Flaticon;
    font-size: 30px;
    font-weight: 400;
    padding-left: 4px;
    position: relative;
    top: 0px;
}

.product-360-button a::before {
    content: "\f121";
    font-family: Flaticon;
    font-size: 40px;
    padding-left: 2px;
    font-weight: 400;
}

.cislen-bt-video a span,
.product-360-button a span {
    vertical-align: middle;
    position: relative;
}
.special-button {
    height: 100%;
}
.special-button a::before {
    content: "\f114";
    font-family: Flaticon;
    font-size: 65px;
    font-weight: 400;
}
div.mfp-wrap div .mfp-close {
    font-weight: 300;
    position: absolute;
    width: 15px;
    line-height: 20px;
    margin: 0;
    height: 15px;
    top: 20px;
    right: 25px;
    padding: 0;
}

.mfp-close-btn-in .mfp-close:hover {
    background: transparent;
}

.product-360-button + .cislen-bt-video {
    margin-top: 10px;
}

/*threed 360deg*/
.product-360-view-wrapper {
    margin: 100px auto;
    max-width: 800px;
    position: relative;
}

.spinner {
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}

.cislen-threed-view::after {
    border-color: rgba(175, 175, 175, 0.05) rgba(175, 175, 175, 0.1) rgba(175, 175, 175, 0.15);
    border-radius: 50%;
    border-style: solid;
    border-width: 2px 2px 5px;
    bottom: 15px;
    content: "";
    height: 50%;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: 10;
}

.cislen-threed-view {
    cursor: ew-resize;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.cislen-threed-view .threed-view-images {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cislen-threed-view .threed-view-images img.current-image {
    visibility: visible;
    z-index: 9;
}

.cislen-threed-view .threed-view-images img {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.cislen-threed-view .nav_bar {
    bottom: 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    left: 50%;
    background: #fff;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}

.cislen-threed-view .nav_bar a {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    font-size: 0;
    text-align: center;
}

.cislen-threed-view .nav_bar a:hover {
    background-color: #f9f9f9;
}

.cislen-threed-view .nav_bar a::after {
    font-family: "FontAwesome", sans-serif;
    font-size: 18px;
    position: relative;
    top: 4px;
}

.cislen-threed-view .nav_bar a.nav_bar_play::after {
    content: "\f04b";
}

.cislen-threed-view .nav_bar a.nav_bar_stop::after {
    content: "\f04d";
}

.cislen-threed-view .nav_bar a.nav_bar_previous::after {
    content: "\f048";
}

.cislen-threed-view .nav_bar a.nav_bar_next::after {
    content: "\f051";
}

.cislen-dark .cislen-threed-view .nav_bar a {
    color: black;
}

/*woocommerce-tabs*/
.woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    margin-top: 75px;
    text-align: center;
}

.has-sidebar .woocommerce-tabs {
    overflow: hidden;
}

.has-sidebar .woocommerce-tabs::before {
    width: 100%;
}

/*.wc-tabs*/
.wc-tabs {
    padding-left: 0;
    text-align: center;
}

.wc-tabs li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}
.wc-tabs li a {
    font-weight: 600;
    display: inline-block;
    font-size: 15px;
    color: #868686;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    padding: 10px 0;
}
.wc-tabs li a::before {
    border-bottom: 2px solid #ff3636;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    width: 100%;
}

.wc-tabs li a:hover,
.wc-tabs li.active a {
    color: #000;
}

ul.tabs.wc-tabs {
    position: relative;
    display: table;
    margin: 0 auto;
}

ul.tabs.wc-tabs::before {
    content: "";
    border-bottom: 1px solid #ededed;
    position: absolute;
    bottom: 0;
    width: 99999em;
    left: 0;
}

ul.tabs.wc-tabs::after {
    content: "";
    border-bottom: 1px solid #ededed;
    position: absolute;
    bottom: 0;
    width: 99999em;
    right: 0;
}

.wc-tabs li a:hover::before,
.wc-tabs li.active a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}

/*.woocommerce-Tabs-panel*/
.woocommerce-Tabs-panel {
    max-width: 100%;
    margin-top: 30px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 50px;
    text-align: left;
}

.woocommerce-Tabs-panel:not(.woocommerce-Tabs-panel--description) {
    margin-top: 50px;
}

.woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}

.woocommerce-Tabs-panel .woocommerce-Reviews {
    text-align: center;
}

.woocommerce-Tabs-panel .vc_custom_heading {
    line-height: 1.2;
}
.woocommerce-Tabs-panel h2 {
    font-size: 28px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}
/*comment star*/
.comment-form-rating label {
    vertical-align: baseline;
}

p.stars {
    margin-left: 15px;
    line-height: 18px;
    display: inline-block;
}

p.stars,
p.stars a {
    display: inline-block
}

p.stars a {
    font-weight: 400;
    height: 1em
}

p.stars a:before,
p.stars a:hover ~ a:before {
    color: #e2e2e2;
    content: "\f005"
}

p.stars a {
    position: relative;
    width: 1em;
    text-indent: -999em;
    margin-right: 1px
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'FontAwesome', sans-serif;
    text-indent: 0;
}

p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
    color: #f2b03d;
}

p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
    color: #e2e2e2;
}

/*comment product*/
.main-single-content .commentlist .avatar {
    width: 120px;
}
.commentlist .avatar {
    width: 60px;
    float: left;
}

.woocommerce-Tabs-panel .commentlist .avatar {
    width: 60px;
}

.woocommerce-Tabs-panel .commentlist, .woocommerce-Tabs-panel .comment-form {
    max-width: 100%;
}
.commentlist .comment-text .meta {
    margin-bottom: 0;
    line-height: 16px;
    margin-top: 7px;
}
.commentlist .comment-text .meta strong {
    font-weight: 600;
}
time.woocommerce-review__published-date {
    font-size: 13px;
}
.owl-products[data-dots='true'] .product-item {
    list-style: none;
    margin-bottom: 0;
}

/*.upsells + related*/
.upsells,
.related {
    position: relative;
}

.upsells::before,
.related::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-calc(100vw);
    width: -moz-calc(100vw);
    width: calc(100vw);
    height: 1px;
    background-color: #ebebeb;
}

.has-sidebar .upsells::before,
.has-sidebar .related::before {
    width: 100%;
}

.product-grid-title {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 22px;
    padding-top: 70px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-weight: 600;
}
.product-grid-title::before {
    content: '';
    display: block;
    width: 42px;
    height: 2px;
    background-color: #ff3636;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.owl-carousel.owl-products {
    margin-bottom: 20px;
}

/*Buy Together*/
.famibt-wrap {
    border: 2px solid #e8e8e8;
    overflow: hidden;
    width: 100%;
    padding: 40px 10px 40px 30px;
    margin: 40px 0 0;
    display: inline-block;
}

.famibt-product.out-of-stock {
    display: block;
    opacity: 0.4;
}

h3.famibt-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.famibt-right-part::after {
    content: "";
    border-left: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 99999em;
}

.famibt-right-part::before {
    content: "";
    border-left: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
    height: 99999em;
}

.famibt-right-part {
    text-align: center;
}

.total-price-html {
    font-size: 30px;
    color: #ff3636;
}

span.for-items-text {
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-top: 10px;
    line-height: 26px;
}

.total-price-html {
    font-size: 30px;
    color: #ff3636;
    font-weight: 300;
}

button.famibt-add-all-to-cart {
    line-height: 42px;
    height: 46px;
    padding: 0 25px;
    background: transparent;
    border: 2px solid #333;
    border-radius: 0;
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

button.famibt-add-all-to-cart:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}

div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-product-title {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    min-height: inherit;
    margin: 10px 0 5px;
}
.famibt-products-wrap .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 400;
}
div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-price {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap {
    border: none;
    padding: 0;
}

div.famibt-wrap .famibt-item {
    color: #000;
}

.famibt-wrap .famibt-item label {
    font-weight: 400;
}

div.famibt-wrap .famibt-item .famibt-price {
    color: #ff3636;
    font-size: 16px;
}

.famibt-wrap ins {
    color: #ff3636;
}

.famibt-wrap .woocommerce-error, .famibt-wrap .woocommerce-info, .famibt-wrap .woocommerce-message {
    padding: 10px 0 12px;
    margin: 0 0 30px;
    background: #fff;
    border: none;
    z-index: 1;
}

.famibt-messages-wrap {
    margin-top: -40px;
    position: relative;
    min-height: 50px;
}

.famibt-messages-wrap::before {
    content: "";
    border-bottom: 2px solid #e5e5e5;
    width: 9999999em;
    left: -50%;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.famibt-messages-wrap a.button.wc-forward {
    background: #333;
    color: #fff;
    line-height: 28px;
    height: 28px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 300;
}

.famibt-messages-wrap a.button.wc-forward:hover {
    background: #ff3636;
    color: #fff;
}

div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap::before {
    z-index: 9;
    margin-left: -16px;
}

.famibt-wrap .famibt-products-wrap div.famibt-product img {
    width: 100%;
}

.famibt-right-part span.woocommerce-Price-amount.amount {
    font-size: 28px;
}

/* .famisp-sales-popup-wrap */
div.famisp-sales-popup-wrap {
    z-index: 9999;
}

div.famisp-sales-popup-wrap .famisp-product-thumb {
    margin-right: 15px;
}

.famisp-sales-popup-wrap .famisp-sales-popup {
    line-height: 24px;
}

div.famisp-sales-popup-wrap .famisp-sales-popup .famisp-close {
    line-height: 18px;
}

div.famisp-sales-popup-wrap .famisp-sales-popup {
    line-height: 20px;
    padding: 10px 30px 10px 10px;
    font-size: 13px;
}

div.famisp-sales-popup-wrap .famisp-product-thumb {
    margin-right: 15px;
    width: 60px;
}

div.famisp-sales-popup-wrap .famisp-product-name {
    font-size: 13px;
}

div.famisp-sales-popup-wrap {
    border-radius: 0;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

/*Extend Single Product*/
body.single-product .has-extend  .detail-content {
    padding-left: 80px;
}
.has-extend .cislen-iconbox {
    text-align: center;
    padding: 30px;
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.has-extend .desc {
    font-size: 14px;
    color: #868686;
}
.has-extend .icon > span {
    font-size: 50px;
    color: #000;
}
.has-extend .icon > span.flaticon-delivery-truck {
    font-size: 60px;
}

.has-extend h4.title {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 15px 0 10px;
}

.product-extend-horizontal > div {
    padding: 20px;
}

.product-extend-horizontal {
    display: flex;
    width: 100%;
}

.has-extend .product-extend-horizontal .cislen-iconbox {
    margin-bottom: 0;
    margin-top: 20px;
}

.has-extend .img-extend {
    z-index: 2;
    position: relative;
    display: inline-block;
}

.has-extend .img-extend::before {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 0.4s linear 0s;
    -o-transition: -o-transform 0.4s linear 0s;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
    z-index: 1;
}

.has-extend .img-extend::after {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 0.4s linear 0s;
    -o-transition: -o-transform 0.4s linear 0s;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
    z-index: 1;
}

.has-extend .img-extend:hover::before,
.has-extend .img-extend:hover::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.img-extend:hover img {
    filter: brightness(0.9);
}

@media (min-width: 1200px) {
    .summary .cart .single_add_to_cart_button {
        min-width: 180px;
        width: calc(100% - 162px);
        margin: 0 0 20px;
    }
    div.row-filter-drawer {
        z-index: 9;
    }
    body.single-product .has-sidebar .detail-content {
        padding-left: 80px;
    }
}

/* ==========================================================================
   8.5 SHOP TABLE
========================================================================== */
/*shop table empty*/
.wishlist-empty,
.cart-empty {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 100px;
}

.return-to-shop {
    text-align: center;
    margin-bottom: 224px;
}

.return-to-shop .button {

    font-weight: 500;
    display: inline-block;
    height: 57px;
    line-height: 57px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 15px;
    background-color: #000000;
    min-width: 200px;
}

.return-to-shop .button:hover {
    background-color: #ff3636;
}

/*table shop*/

.product-name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.product-name a {
    display: inline-block;
    max-height: 48px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
}

.product-price,
.product-subtotal {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

/*table account wishlist*/
.wishlist_table .yith-wcqv-button {
    display: none;
}

body .woocommerce table.shop_table {
    margin-bottom: 27px;
    border: 2px solid #e3e3e3;
    margin-top: 40px;
}

body table.shop_table tr th:last-child,
body table.shop_table tr td:last-child {
    border-right: 0;
}

body .woocommerce table.shop_table thead {
    background: transparent;
}

body .woocommerce table.shop_table thead th {

    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    background: transparent;
    padding: 15px 20px;
}

body .woocommerce table.shop_table thead th,
body .woocommerce table.shop_table tbody td {
    border-left: none;
    border-right: none;
    text-align: left;
    vertical-align: middle;
}

body .woocommerce table.shop_table td {
    padding: 25px 20px;
}

body .woocommerce table.shop_table .product-thumbnail {
    width: 150px;
    padding-left: 40px;
}

body .woocommerce table.shop_table .product-thumbnail a {
    display: inline-block;
}

body .woocommerce table.shop_table tr td.product-remove {
    padding-left: 10px;
    padding-right: 40px;
    width: 10px;

}

body .woocommerce table.shop_table tr td.product-remove a {
    font-size: 25px;
    color: #6f6f6f;
    display: inline-block;
    height: 25px;
}

.enable-shop-page-mobile .woocommerce .wishlist_table .product-remove .remove {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    font-size: 25px !important;
}

.product-remove .remove span {
    display: none;
}

body .woocommerce table.shop_table tr td.product-remove a:hover {
    color: #ff3636;
}

body .woocommerce table.shop_table tr td.product-remove a .remove-text {
    display: none;
}

body .shop_table tr td.product-stock-status {
    width: 240px;
}

body .shop_table tr td.product-stock-status > span {

    font-weight: 500;
    display: inline-block;
    width: 200px;
    padding: 17px 15px;
    line-height: 21px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a9a9a9 !important;
    border: 1px solid #e5e5e5;
    text-align: center;
}

body .woocommerce table.shop_table .product-add-to-cart {
    width: 190px;
}

body .woocommerce table.shop_table .product-add-to-cart .add_to_cart {

    font-weight: 500;
    width: 190px;
    margin: 0 auto;
    padding: 0 15px;
    height: 57px;
    line-height: 57px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    text-align: center;
    border-radius: 0;
}

body .woocommerce table.shop_table .product-add-to-cart .add_to_cart:hover {
    background: #ff3636;
}

body .shop_table tr td.product-quantity {
    width: 240px;
}

.yith-wcwl-share {
    padding-left: 40px;
}

.wishlist_table td.product-price {
    white-space: nowrap;
}

.wishlist_table td.product-name {
    white-space: nowrap;
}
.order_details .product-name a{
    width:auto;
}
.wishlist_table .yith-wcwl-share li {
    padding: 3px 3px 0 0;
}
/*.actions*/
.actions-btn {
    text-align: right;
    margin-bottom: 19px;
}

.actions-btn .button {
    min-width: 275px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 58px;
    height: 56px;
    font-size: 12px;
}

.actions-btn .shopping {
    min-width: 275px;
    height: 56px;
    line-height: 58px;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
    margin-left: 9px;
}

.actions-btn .shopping:hover {
    background-color: #ff3636;
}

.actions .coupon {
    overflow: hidden;
    padding: 66px 40px 75px 40px;
    border: 2px solid #e3e3e3;
    margin-bottom: 53px;
}

.actions .coupon label {

    font-size: 12px;
    line-height: 56px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    float: left;
}

.actions .coupon .input-text {
    float: left;
    border-color: #e5e5e5;
    width: -webkit-calc(100% - 377px);
    width: -moz-calc(100% - 377px);
    width: calc(100% - 377px);
    margin-left: 52px;
    margin-right: 15px;
}

.actions .coupon .button {
    display: block;
    float: left;
    width: 240px;
    font-size: 12px;
    letter-spacing: 2px;
    vertical-align: middle;
}

.woocommerce-shipping-calculator .shipping-calculator-button {
    margin-bottom: 15px;
}

.woocommerce-shipping-calculator .form-row {
    margin-bottom: 15px;
}

.woocommerce-shipping-calculator #calc_shipping_state_field {
    margin-bottom: 0;
}

.woocommerce-shipping-calculator #calc_shipping_state_field .select2 {
    margin-bottom: 15px;
}

/*.cart-collaterals */
.cart-collaterals .cart_totals {
    border: 2px solid #e3e3e3;
    padding: 41px 40px 63px 40px;
    overflow: hidden;
}

.cart-collaterals .cart_totals h2 {

    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
    padding: 17px 20px 17px 0;
}

.cart-collaterals .cart_totals .shop_table {
    width: 100%;
    border: none;
    float: right;
}

.cart-collaterals .cart_totals .shop_table tr th,
.cart-collaterals .cart_totals .shop_table tr td {
    border-width: 0 0 1px 0;
    padding: 17px 0;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.cart-collaterals .cart_totals .shop_table .shipping-calculator-button {

    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 33px;
    display: inline-block;
}

.cart-collaterals .cart_totals .shop_table .shipping-calculator-button::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cart-collaterals .cart_totals .shop_table .shipping input[type="radio"] {
    display: none;
}

.cart-collaterals .cart_totals .shop_table .shipping label {
    font-weight: normal;
    margin-bottom: 0;
}

.cart-collaterals .cart_totals .shop_table .shipping label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    border-radius: 50%;
    margin-right: 11px;
    transition: all 0.3s;
}

.cart-collaterals .cart_totals .shop_table .shipping label:hover::before,
.cart-collaterals .cart_totals .shop_table .shipping input[type="radio"]:checked + label::before {
    background: #000000;
    border-color: #000000;
}

.wc-proceed-to-checkout {
    float: right;
    width: 100%;
}

.wc-proceed-to-checkout .checkout-button {

    font-weight: 500;
    display: inline-block;
    height: 56px;
    line-height: 58px;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 40px;
    text-align: center;
    margin-top: 12px;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #ff3636;
}
ul.order_details {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
}
ul.order_details li {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0 20px 0px 0;
    margin-right: 20px;
    color: #000;
}
ul.order_details li:last-child {
    border-right:none ;
    padding: 0;
    margin-right: 0px;
}
.order_details .wc-item-meta > li {
    display: flex;
    padding: 5px 0 0;
}
.order_details .wc-item-meta strong {
    margin-right: 8px;
}
@media (max-width: 767px) {
    .wc-proceed-to-checkout .checkout-button {
        width: 100%;
    }

    div.product-extend-horizontal {
        display: inline-block;
        width: 100%;
    }

    div.product-extend-horizontal > div {
        padding: 0;
        width: 100%;
        margin-top: 40px;
    }
}

/* ==========================================================================
   9.0 SHORTCODE
========================================================================== */
.cislen-mapper.fade {
    opacity: 1
}

.cislen-mapper .csre-pin:hover {
    z-index: 21;
}

.csre-pin .csre-popup-footer a::before {
    margin-right: 10px;
}

.rows-space-0 {
    margin-bottom: 0 !important;
}

.letter02 {
    letter-spacing: 0.2em;
}

.owl-carousel .owl-item img {
    width: auto;
}

.text-center .product-item img {
    margin: 0 auto;
}

.cislen-products.no-label .flash {
    display: none;
}

.cislen-products.text-center .product-item .star-rating {
    margin-right: auto;
    margin-left: auto;
}

.cislen-products.text-center .product-item .product-title {
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

@media (max-width: 1280px) {
    .rows-space-40,
    .rows-space-50,
    .rows-space-60,
    .rows-space-70,
    .rows-space-80,
    .rows-space-90,
    .rows-space-100 {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .center991 {
        text-align: center !important;
    }
    .center991.cislen-custommenu.style-01 .widgettitle::before,
    .center991 .cislen-custommenu.style-01 .widgettitle::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .left991 {
        text-align: left !important;
    }

    .letter02 {
        letter-spacing: 0.1em;
    }
    .hide991 {
        display: none!important;
    }
}

@media (max-width: 767px) {
    .center767 {
        text-align: center !important;
    }
    .center767 .cislen-title.style4 .block-title::before{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .left767 {
        text-align: left !important;
    }

    .center767 .cislen-custommenu.style-01 .widgettitle::before,
    .cislen-custommenu.style-01.center767 .widgettitle::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    ul.products > [class^="col-"],
    ul.products > [class*="col-"],
    .row > [class^="col-"],
    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .rows-space-30,
    .rows-space-40,
    .rows-space-50,
    .rows-space-60,
    .rows-space-70,
    .rows-space-80,
    .rows-space-90,
    .rows-space-100 {
        margin-bottom: 20px;
    }
    div.cislen-banner.style-08 {
        display: table;
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/*---------------------------
1.2 VISUAL COMPOSER
-----------------------------*/
.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0;
}

body .wpb_button, body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}

.vc_row-no-padding .vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}

div.vc_row.vc_row-no-padding .vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}

div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.vc_separator * {
    display: block;
}

div.vc_separator .vc_sep_holder {
    height: auto;
}

div.vc_separator .vc_sep_holder .vc_sep_line {
    height: auto;
    top: auto;
}

@media (max-width: 1199px) {
    .product-item .thumb-link img {
        width: 100% !important;
    }
}

.bg-parallax {
    background-size: cover;
}

@media (min-width: 1281px) {
    .bg-parallax {
        background-attachment: fixed;
    }
}

/*=====================*/
.upsells .owl-carousel .owl-dots, .related .owl-carousel .owl-dots {
    margin-top: 20px;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.cislen-products.style-1 .owl-carousel .owl-dots {
    margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: 0 6px;
}

.owl-carousel .owl-dots .owl-dot:last-child {
    padding-right: 0;
}

.owl-carousel .owl-dots .owl-dot:first-child {
    padding-left: 0;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    border-bottom: 2px solid rgba(0,0,0,.2);
    margin: 0 5px;
    display: inline-block;
    -webkit-transition: background 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s;
    -ms-transition: background 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s;
    transition: background 0.3s linear 0s;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    border-color: #000;
}
.owl-carousel.dots-light .owl-dots .owl-dot.active span,
.owl-carousel.dots-light .owl-dots .owl-dot:hover span{
    background-color: #ffffff;
}
.owl-carousel.dots-style2 .owl-dots .owl-dot span {
    height: 10px;
    background-color: rgba(0,0,0,.2);
    width: 10px;
    border: none;
    border-radius: 50%;
}
.owl-carousel.dots-style2.dots-light .owl-dots:hover .owl-dot span,
.owl-carousel.dots-style2.dots-light .owl-dots.active .owl-dot span {
    background-color: #ff3636;
}
.owl-carousel.dots-style2 .owl-dots .owl-dot.active span,
.owl-carousel.dots-style2 .owl-dots .owl-dot:hover span{
    background: #000;
}
.owl-carousel.nav-center {
    position: relative;
}
.cislen-slider .owl-carousel.nav-center .owl-nav > button {
    width: 50px;
    text-align: center;
    height:50px;
}
.owl-carousel.nav-center .owl-nav > button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 23px;
    color: #000000;
    transition: all 0.25s linear 0.6s;
    -o-transition: all 0.25s linear 0.6s;
    -webkit-transition: all 0.25s linear 0.6s;
    display: inline-block;
    margin-left: 20px;
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
}
.owl-carousel.nav-center.nav-small .owl-nav > button {
    font-size: 25px;
    font-weight: 600;
    color: #d2d2d2;
    box-shadow: 0 10px 15px rgba(0,0,0,.06);
    border-radius: 50%;
    background: #fff;
}
.owl-carousel.nav-center.nav-small .owl-nav > button:hover {
    color: #000;
    box-shadow: 0 10px 15px rgba(0,0,0,.08);
}
.owl-carousel.nav-light .owl-nav > button {
    color: #ffffff;
}

.owl-carousel.nav-center .owl-nav > button:hover {
    color: #ff3636;
}

.owl-carousel.nav-center .owl-nav .owl-prev {
    left: -15px;
}
.owl-carousel.nav-center .owl-nav .owl-next {
    margin-right: 20px;
    transition: all 0.25s linear 0.6s;
    -o-transition: all 0.25s linear 0.6s;
    -webkit-transition: all 0.25s linear 0.6s;
    right: -15px;
}

.owl-carousel.nav-center:hover.owl-carousel.nav-center .owl-nav > button {
    opacity: 1;
    visibility: visible;
}

.owl-carousel.nav-center:hover.owl-carousel.nav-center .owl-nav > button {
    opacity: 1;
    margin-left: 0;
}

.owl-carousel.nav-center:hover.owl-carousel.nav-center .owl-nav .owl-next {
    margin-right: 0;
}

.owl-carousel.nav-left .owl-nav {
    position: absolute;
    left: -34.2%;
    top: 50%;
}

.owl-carousel.nav-left .owl-nav > button {
    display: inline-block;
    margin-right: 13px;
}
.owl-carousel.nav-circle .owl-nav > button {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    background-color: #ffffff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.09);
    font-size: 26px;
    color: #000000;
}
.owl-carousel.nav-circle .owl-nav .owl-prev {
    left: -28px;
}

.owl-carousel.nav-circle .owl-nav .owl-next {
    right: -28px;
}

.owl-carousel[data-dots="true"] .owl-nav > button {
    top: 35%;
}
.nav-big.owl-carousel[data-dots="true"] .owl-nav > button {
    top: 50%;
    font-size: 60px;
}
.nav-big.owl-carousel[data-dots="true"] .owl-nav > button .fa-angle-left:before {
    font-family: Flaticon;
    content: "\F108";
}
.nav-big.owl-carousel[data-dots="true"] .owl-nav > button .fa-angle-right:before {
    font-family: Flaticon;
    content: "\F109";
}
.layout-02 .owl-carousel.nav-center .owl-nav button {
    width: 60px;
    height: 60px;
    font-size: 24px;
    left: 33.33%;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    top: calc(50% - 86px);
    opacity:1;
    visibility: visible;
    margin: 0;
}
.layout-02 .owl-carousel.nav-center .owl-nav button.owl-next {
    left: auto;
    right:33.33%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -moz-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    -o-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}
.layout-02 .owl-carousel.nav-center .owl-nav button:hover {
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.08);
    transition: none;
    -o-transition: none;
    -webkit-transition: none;
}
.cislen-slider.layout-03 {
    box-shadow: 0 1px 80px rgba(0,0,0,.06);
    background: #fff;
}
.track_order {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.track_order > p {
    margin-bottom: 40px;
    text-align: center;
    color: #919191;
}

.track_order .form-tracking {
    padding: 41px 80px 29px 80px;
    background-color: #efefef;
    display: inline-block;
    width: 100%;
}

.track_order .form-tracking label {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 14px;
}

.track_order .form-tracking input {
    width: 100%;
}

.track_order .form-tracking .input-text {
    background: #ffffff;
}

.track_order .form-tracking .button {
    letter-spacing: 2px;
    margin-top: 10px;
    font-weight: 600;
}

.track_order .form-tracking .button:hover {
    background-color: #ff3636;
}

@media (max-width: 767px) {
    .track_order .form-tracking {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*------------------------
NEWSLETTER
-------------------------*/
.cislen-newsletter .newsletter-form-wrap input {
    color: #868686;
}

.cislen-newsletter.style-01 .newsletter-top {
    float: left;
    display: table;
}

.cislen-newsletter.style-01 .newsletter-top .icon {
    display: table-cell;
    vertical-align: middle;
}

.cislen-newsletter.style-01 .newsletter-top .icon > span {
    font-size: 90px;
    color: #000000;
}

.cislen-newsletter.style-01 .newsletter-top .newsletter-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    padding-left: 40px;
    font-weight: 600;
    line-height: 34px;
    min-width: 480px;
}

.cislen-newsletter.style-01 .newsletter-form-wrap {
    float: right;
    position: relative;
    margin-top: 10px;
}

.cislen-newsletter.style-01 .newsletter-form-wrap input {
    background-color: inherit;
    border: none;
    border-bottom: 2px solid #000;
    padding: 0;
    width: 410px;
    height: 44px;
}

.cislen-newsletter.style-01 .newsletter-form-wrap button {
    background-color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    color: #868686;
    transition: 0.5s;
    padding: 0;
    width: 20px;
}

.cislen-newsletter.style-01 .newsletter-form-wrap button::before {
    content: "\f11b";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: Flaticon;
    font-size: 20px;
    text-align: right;
}

.cislen-newsletter.style-01 .newsletter-form-wrap.processing button::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-size: 18px;
    color: #ff3636;
    display: inline-block;
}

.cislen-newsletter.style-01 .newsletter-form-wrap button:hover {
    color: #ff3636;
}

.cislen-newsletter.style-01 .return-message {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.cislen-newsletter.style-02, .cislen-newsletter.style-03, .cislen-newsletter.style-04 {
    text-align: center;
}
.cislen-newsletter.style-02 {
    padding: 20px;
}

.cislen-newsletter.style-02 .newsletter-top .icon span {
    font-size: 77px;
    color: #000000;
}

.cislen-newsletter.style-02 .newsletter-top .newsletter-title {
    font-weight: 400;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 45px;
    line-height: 45px;
}
.cislen-newsletter.style-02 .newsletter-form-wrap input {
    max-width: 520px;
    height: 46px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    border-width: 0 0 2px 0;
    border-color: #000;
    text-transform: capitalize;
    background: transparent;
}
.cislen-newsletter.style-02 .newsletter-form-wrap button {
    width: 200px;
    height: 53px;
    font-size: 12px;
    letter-spacing: 0.2em;
    margin-top: 30px;
    font-weight: 800;
    line-height: 53px;
}

.cislen-newsletter.style-02 .newsletter-form-wrap button:hover {
    background-color: #ff3636;
}

.cislen-newsletter.style-02 .newsletter-form-wrap.processing button span {
    position: relative;
}

.cislen-newsletter.style-02 .newsletter-form-wrap.processing button span::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    left: -28px;
    bottom: -100%;
}
.cislen-newsletter.style-03::before {
    content: "";
    border: 1px solid rgba(0,0,0,.2);
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}
.cislen-newsletter.style-03.no-border::before {
    display: none;
}
.cislen-newsletter.style-03.light::before {
    border: 1px solid rgba(255,255,255,.2);
}
.cislen-newsletter.style-03 .newsletter-top .icon span {
    font-size: 62px;
    color: #000000;
}
.cislen-newsletter.style-03.light .newsletter-top .icon span {
    color: #fff;
}
.cislen-newsletter.style-03 .newsletter-top .newsletter-title {
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1.6;
}
.cislen-newsletter.style-03.light .newsletter-top .newsletter-title {
    color: #fff;
}

.cislen-newsletter.style-03 .newsletter-form-wrap {
    margin: 40px auto 0 auto;
    position: relative;
    width: 450px;
    max-width: 100%;
}

.cislen-newsletter.style-03 .newsletter-form-wrap input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #000000;
    padding: 0;
    height: 44px;
    background: transparent;
}
.cislen-newsletter.style-03.light .newsletter-form-wrap input {
    border-bottom: 2px solid #fff;
    color: #fff;
}
.cislen-newsletter.style-03 .newsletter-form-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    background: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #000000;
    transition: 0.5s;
    height: 44px;
    line-height: 44px;
}
.cislen-newsletter.style-03.light .newsletter-form-wrap button {
    color: #fff;
}
.cislen-newsletter.style-03 .newsletter-form-wrap button:hover {
    color: #ff3636;
}

.cislen-newsletter.style-03 .newsletter-form-wrap button::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: -1px;
    right: 0;
}

.cislen-newsletter.style-03 .newsletter-form-wrap.processing button::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
    font-size: 12px;
}

.cislen-newsletter.style-04 {
    text-align: center;
}
.cislen-newsletter.style-04 .newsletter-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    padding-bottom: 7px;
}
.cislen-newsletter.style-04 .newsletter-description {
    font-size: 18px;
    color: #000000;
    line-height: 34px;
}

.cislen-newsletter.style-04 .newsletter-form-wrap {
    margin-top: 36px;
    display: inline-block;
    position: relative;
}
.cislen-newsletter.style-04 .newsletter-form-wrap input {
    width: 520px;
    height: 58px;
    display: inline-block;
    border: none;
}
.cislen-newsletter.style-04 .newsletter-form-wrap button {
    width: 105px;
    height: 58px;
    letter-spacing: 0.2em;
    font-weight: 800;
    position: absolute;
    right: 0;
    font-size: 0;
    top: 0;
}
.cislen-newsletter.style-04 .newsletter-form-wrap button span {
    position: relative;
}

.cislen-newsletter.style-04 .newsletter-form-wrap.processing button span::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: -100%;
    left: -14px;
}

.cislen-newsletter.style-05.light .processing .submit-newsletter:after {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
    font-size: 18px;
}

.cislen-newsletter.style-06 .processing .submit-newsletter::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
    font-size: 12px;
}

.cislen-newsletter.style-07 .processing .submit-newsletter::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
}

.cislen-newsletter.style-08.light .processing .submit-newsletter::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
}

.cislen-newsletter.style-09 .newsletter-form-wrap button span {
    position: relative;
}

.cislen-newsletter.style-09 .newsletter-form-wrap.processing button span::after {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: -100%;
    left: -14px;
}

.cislen-newsletter.style-10 .processing .submit-newsletter::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
}

.cislen-newsletter.style-11 .newsletter-form-wrap button span {
    position: relative;
}

.cislen-newsletter.style-11 .newsletter-form-wrap.processing button span::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: -14px;
}

/*------------------------
TESTIMONIAL
-------------------------*/
.cislen-testimonial {
    text-align: center;
}

.cislen-slider.Testimonials-style-01 .owl-carousel.nav-circle .owl-nav > button {
    top: 27%;
}

.cislen-slider.Testimonials-style-02 .owl-carousel .owl-nav > button {
    top: 30%;
    font-size: 90px;
}
.cislen-testimonial.style-02 .testimonial-inner .thumb {
    text-align: center;
    margin-bottom: 28px;
}
.cislen-testimonial.style-02 .testimonial-inner .thumb img {
    display: inline-block;
    border-radius: 50%;
}
.cislen-testimonial.style-02 .content {
    font-size: 24px;
    color: #000000;
    font-family: Time new roman;
    line-height: 40px;
    font-style: italic;
    padding: 0 10px;
}
.cislen-testimonial.style-02 .name {
    margin-top: 35px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cislen-testimonial.style-02 .name a {
    color: #000;
}
.cislen-testimonial.style-02 .position {
    font-weight: 400;
}

.cislen-testimonial.style-03 {
    color: #ffffff;
}

.cislen-testimonial.style-03 .thumb img {
    border-radius: 50%;
    display: inline-block;
    width: inherit;
}

.cislen-testimonial.style-03 .content {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    position: relative;
}

.cislen-testimonial.style-03 .content::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #8d8d8d;
}

.cislen-testimonial.style-03 .name {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    margin-top: 2px;
    text-transform: uppercase;
}

.cislen-testimonial.style-03 .name a {
    color: #ffffff;
}

.cislen-testimonial.style-03 .name a:hover {
    color: #ff3636;
}

.cislen-testimonial.style-03 .position {
    font-weight: 400;
}

/*------------------------
BLOG ELEMENT
-------------------------*/
.cislen-blog.style-01 .owl-carousel.nav-circle .owl-nav > button {
    top: 31.5%;
}

.cislen-blog.style-02 .owl-carousel .owl-nav > button {
    top: 39%;
}

.cislen-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-prev {
    left: -35px;
}

.cislen-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-next {
    right: -35px;
}

.cislen-blog.style-04 .owl-carousel.nav-circle .owl-nav > button {
    top: 32%;
}
.cislen-blog .owl-carousel .owl-dots {
    margin-top: 5px;
}
/*.cislen-blog.style-01*/
.cislen-blog.style-01 .blog-thumb {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.cislen-blog.style-01 .blog-title {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding-bottom: 18px;
    overflow: hidden;
    display: block;
    margin-bottom: 13px;
}
.cislen-blog.style-01 .blog-title::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #ff3636;
    width: 10%;
    bottom: 0;
}

.cislen-blog.style-01 .blog-content {
    font-size: 16px;
    color: #868686;
    margin-bottom: 15px;
}
.cislen-blog.style-01 .blog-readmore, .cislen-blog.style-03 .blog-readmore {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    color: #000000;
    overflow: hidden;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 25px 5px 0;
    display: inline-block;
}
.cislen-blog.style-01 .blog-readmore:hover {
    color: #ff3636;
}

.cislen-blog.style-01 .blog-readmore::after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    right: 0;
    font-weight: 600;
}

.cislen-blog.style-01 .blog-readmore::before,
.cislen-blog.style-03 .blog-readmore::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #ff3636;
    width: 96%;
    bottom: 0;
    left: 0;
    font-weight: 300;
    opacity: 0;
}

.cislen-blog.style-01 .blog-readmore:hover::before,
.cislen-blog.style-03 .blog-readmore:hover::before {
    opacity: 1;
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}

.cislen-blog.style-01 .blog-heading {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.cislen-blog.style-01 .blog-heading::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 67px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #ff3636;
}
a.blog-date {
    margin-bottom: 10px;
    display: block;
}
a.blog-date-onthumb {
    position: absolute;
    width: 66px;
    height: 66px;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 10px;
    display: inline-block;
    line-height: 24px;
    text-transform: uppercase;
    background: #fff;
    font-weight: 700;
    top: 0;
    left: 0;
    color: #000;
    z-index: 1;
    text-align: left;
}
span.time-date {
    display: block;
    position: relative;
    font-size: 14px;
}
span.time-date::before {
    content: "";
    height: 30px;
    border-left: 1px solid #c5c5c5;
    position: absolute;
    -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
    -moz-transform: rotate(45deg) translateX(-50%) translateY(-50%);
    -ms-transform: rotate(45deg) translateX(-50%) translateY(-50%);
    -o-transform: rotate(45deg) translateX(-50%) translateY(-50%);
    transform: rotate(45deg) translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: 7px;
}
span.time-month {
    display: block;
    text-align: right;
}
/*.cislen-blog.style-02*/
.cislen-blog.style-02 .blog-item {
    overflow: hidden;
    background-color: #fff;
}

.cislen-blog.style-02 .blog-thumb {
    float: left;
    width: 47%;
    overflow: hidden;
}

.cislen-blog.style-02 .blog-info {
    text-align: center;
    overflow: hidden;
    padding: 65px 15px 15px 15px;
    width: 53%;
}

.cislen-blog.style-02 .blog-info .blog-date {
    font-size: 12px;
    font-weight: 700;
    color: #999999;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.cislen-blog.style-02 .blog-info .blog-title {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cislen-blog.style-02 .blog-info .blog-title::after {
    position: absolute;
    content: '';
    width: 50px;
    border: 1px solid #ff3636;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cislen-blog.style-02 .blog-info .blog-content {
    font-size: 14px;
    color: #868686;
    margin-bottom: 40px;
    display: -webkit-box;
    max-height: 84px;
    overflow: hidden;
}

.cislen-blog.style-02 .blog-readmore {
    min-width: 165px;
    height: 50px;
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 0 35px;
    line-height: 46px;
    border: 2px solid #000000;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.cislen-blog.style-02 .blog-readmore:hover {
    border: 2px solid #ff3636;
}

.cislen-blog.style-02 .blog-readmore::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ff3636;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.cislen-blog.style-02 .blog-readmore:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cislen-blog.style-02 .blog-readmore:hover span {
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.cislen-blog.style-02 .blog-heading {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    margin-bottom: 70px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/*.cislen-blog.style-03*/
.cislen-blog.style-03 .blog-thumb img {
    border-radius: 50%;
    margin: auto auto 35px;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.cislen-blog.style-03 .blog-info {
    text-align: center;
}

.cislen-blog.style-03 .blog-title {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.cislen-blog.style-03 .blog-title::after {
    position: absolute;
    content: '';
    width: 50px;
    border: 1px solid #ff3636;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cislen-blog.style-03 .blog-content {
    font-size: 14px;
    color: #868686;
    margin-bottom: 17px;
}

.cislen-blog.style-03 .blog-readmore {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 15px 5px 0;
}

.cislen-blog.style-03 .blog-readmore:hover {
    color: #ff3636;
}

.cislen-blog.style-03 .blog-readmore::after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    right: 0;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.cislen-blog.style-03 .blog-thumb:hover img {
    opacity: .5;
}

/*.cislen-blog.style-04*/
.cislen-blog.style-04 .blog-thumb {
    position: relative;
    overflow: hidden;
}

.cislen-blog.style-04 .blog-thumb .blog-date {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 57px;
    height: 69px;
    padding: 0 10px 10px 10px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.cislen-blog.style-04 .blog-day {
    position: relative;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 5px;
}

.cislen-blog.style-04 .blog-day::before {
    position: absolute;
    content: '';
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    bottom: 0;
    left: -2%;
}

.cislen-blog.style-04 .blog-info {
    background: #ffffff;
    padding: 30px 20px;
}

.cislen-blog.style-04 .blog-title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 7px
}

.cislen-blog.style-04 .blog-meta {
    list-style-type: none;
    padding: 0;
}

.cislen-blog.style-04 .blog-meta li {
    display: inline-block;
    margin-right: 5px;
}

.cislen-blog.style-04 .blog-meta .blog-author {
    position: relative;
    padding-right: 10px;
}

.cislen-blog.style-04 .blog-meta .blog-author::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    right: 0;
    top: 20%;
    border: 1px solid #cdcdcd;
}

.cislen-blog.style-04 .blog-heading {
    text-align: center;
    font-size: 40px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 70px;
}

.cislen-blog.style-04 .blog-month {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}

/*------------------------
TEAM
-------------------------*/
.cislen-team.style-01 .thumb {
    position: relative;
}

.cislen-team.style-01 .thumb img {
    width: 100%;
}

.cislen-team.style-01 .thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ff3636;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}

.cislen-team.style-01 .thumb:hover::before {
    opacity: 0.6;
    visibility: visible;
}

.cislen-team.style-01 .thumb .team-social {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}

.cislen-team.style-01 .thumb .team-social a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin: 6px;
    font-size: 16px;
}

.cislen-team.style-01 .thumb .team-social a:first-child {
    margin-left: 0;
}

.cislen-team.style-01 .thumb:hover .team-social {
    opacity: 1;
    visibility: visible;
}

.cislen-team.style-01 .name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 40px;
    margin-bottom: 0;
}

.cislen-team.style-01 .position {
    font-size: 18px;
    text-align: center;
}

/*------------------------
CATEGORIES ELEMENT
-------------------------*/
.cislen-categories.style-01 .category-thumb{
    overflow: hidden;
}
.cislen-categories.style-01:hover .category-thumb img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.cislen-categories.style-01 .category-thumb img {
    width: 100%;
    transition: transform 0.4s linear 0s;
    -o-transition: -o-transform 0.4s linear 0s;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
}
.cislen-categories.style-01:hover .category-name {
    opacity: 1;
    visibility: visible;
}
.cislen-categories.style-01 .category-name {
    font-weight: 300;
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    bottom: 20px;
    right: 20px;
    white-space: normal;
    font-size: 30px;
    left: 20px;
    line-height: 40px;
    transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    opacity: 0;
    padding: 25px 20px;
    visibility: hidden;
}
.cislen-categories.style-01 .category-name::before {
    content: "";
    width: 0;
    position: absolute;
    top: 0;
    -o-transition: width 0.4s linear 0s;
    -webkit-transition: width 0.4s linear 0s;
    transition: width 0.4s linear 0s;
    right: 0;
    bottom: 50%;
    background: #fff;
}
.cislen-categories.style-01:hover .category-name::before,
.cislen-categories.style-01:hover .category-name::after {
    width: 100%;
}
.cislen-categories.style-01 .category-name::after {
    content: "";
    width: 0;
    position: absolute;
    top: 50%;
    -o-transition: width 0.4s linear 0s;
    -webkit-transition: width 0.4s linear 0s;
    transition: width 0.4s linear 0s;
    left: 0;
    bottom: 0;
    background: #fff;
}
.cislen-categories.style-01 .category-name a {
    color: #000;
    position: relative;
    z-index: 1;
}
.cislen-slider.categories-style-02 .owl-carousel.nav-circle .owl-nav .owl-prev {
    left: 31px;
}

.cislen-slider.categories-style-02 .owl-carousel.nav-circle .owl-nav .owl-next {
    right: 31px;
}

.cislen-slider.categories-style-02 .owl-carousel.nav-circle .owl-nav > button {
    top: 34%;
}

.cislen-categories.style-02 .info {
    text-align: center;
}

.cislen-categories.style-02 .category-thumb {
    text-align: center;
    display: inline-block;
}

.cislen-categories.style-02 .category-thumb img {
    border-radius: 50%;
    transition: all 2s;
}

.cislen-categories.style-02 .category-thumb:hover img {
    transform: rotateY(190deg);
}

.cislen-categories.style-02 .category-thumb a {
    max-width: 327px;
}

.cislen-categories.style-02 .category-name {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 0;
}

.cislen-categories.style-02 .category-name a {
    color: #ffffff;
}

.cislen-categories.style-02 .category-name a:hover {
    color: #ff3636;
}

.cislen-categories.style-03 .category-thumb {
    overflow: hidden;
}
.style-03 .cislen-category-inner {
    background: #fff;
    padding: 35px 35px 20px;
}
.cislen-categories.style-03 .category-thumb img {
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}

.cislen-categories.style-03:hover .category-thumb img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.cislen-categories.style-03 .category-name {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 15px 0 25px;
}
.cislen-categories.style-04 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.cislen-categories.style-04:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
    transform: translateY(100%);
}

.cislen-categories.style-04 .category-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
    text-align: center;
}

.cislen-categories.style-04 .category-name {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
}

.cislen-categories.style-04 .category-name a {
    color: #ffffff;
}

.cislen-categories.style-04 .shopnow {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 12px;
    padding-bottom: 7px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.cislen-categories.style-04 .shopnow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 68px;
    height: 2px;
    background-color: #ffffff;
    text-align: center;
    transition: 0.7s;
}

.cislen-categories.style-04 .shopnow:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}

.cislen-categories.style-04:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cislen-categories.style-04:hover .category-info {
    opacity: 1;
    visibility: visible;
}
.cislen-categories.style-05 .cislen-category-inner {
    text-align: center;
    padding-bottom: 40px;
}
.cislen-categories.style-05 figure.category-thumb {
    display: inline-block;
}
.cislen-categories.style-05 h3.category-name a:not(:hover){
    color: #000;
}
.cislen-categories.style-05 h3.category-name {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}
.owl-item .cislen-categories.style-05 {
    border-left: 1px solid #ebebeb;
    transition: margin-top 0.3s linear 0s;
    -o-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}
.owl-item .cislen-categories.style-05 img {
    position: relative;
    top: 0;
    transition: top 0.2s linear 0s;
    -o-transition: top 0.2s linear 0s;
    -webkit-transition: top 0.2s linear 0s;
}
.owl-item:hover .cislen-categories.style-05 img {
    top: -5px;
}
.owl-item.item-first .cislen-categories.style-05 {
    border-left: none;
}
.owl-item.active:not(.item-first):not(.item-last) .cislen-categories.style-04 .category-info {
    opacity: 1;
    visibility: visible;
}

.owl-item.active:not(.item-first):not(.item-last) .cislen-categories.style-04:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.cislen-categories.style-06{
    text-align: center;
}
.style-06 .cislen-category-inner {
    margin: 10px;
    display: inline-block;
    position: relative;
}
.style-06 .category-thumb img {
    border-radius: 50%;
    transition: filter 0.5s linear 0s;
    -o-transition: filter 0.5s linear 0s;
    -webkit-transition: filter 0.5s linear 0s;
}
.style-06 .category-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
}
.style-06 h3.category-name {
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    margin: 0;
    z-index: 1;
}
.style-06 h3.category-name::before {
    content: "";
    width: 0;
    border-bottom: 1px solid #ff3636;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transition: width 0.3s linear 0s, bottom 0.3s linear 0s;
    -o-transition: width 0.3s linear 0s, bottom 0.3s linear 0s;
    -webkit-transition: width 0.3s linear 0s, bottom 0.3s linear 0s;
}
.style-06 h3.category-name::after {
    content: "";
    width: 0;
    border-bottom: 1px solid #ff3636;
    position: absolute;
    bottom: -7px;
    right: 50%;
    transition: width 0.3s linear 0s, bottom 0.3s linear 0s;
    -o-transition: width 0.3s linear 0s, bottom 0.3s linear 0s;
    -webkit-transition: width 0.3s linear 0s, bottom 0.3s linear 0s;
}
.style-06 .cislen-category-inner:hover .category-thumb img {
    filter: brightness(0.6);
}
.style-06 .cislen-category-inner:hover h3.category-name::before,
.style-06 .cislen-category-inner:hover h3.category-name::after{
    width:50%;
}
.cislen-slider .slick-arrow {
    width: 34px;
    height: 34px;
    background: #ff3636;
    border-radius: 50%;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: -7px;
    color: #fff;
    left: 50%;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cislen-slider .slick-arrow:hover {
    filter: brightness(0.8);
}
.cislen-slider .slick-arrow:last-child {
    bottom:7px;
    top: auto;
}
.cislen-slider.layout-04 {
    padding: 0 30px;
}
.style-06 h3.category-name a {
    color: inherit;
    position: relative;
    transition: top 0.3s linear 0s, opacity 0.3s linear 0s;
    -o-transition: top 0.3s linear 0s, opacity 0.3s linear 0s;
    -webkit-transition: top 0.3s linear 0s, opacity 0.3s linear 0s;
    top: 5px;
    opacity:0;
}
.style-06 .cislen-category-inner:hover h3.category-name a {
    top: 0;
    opacity:1;
}
@media (min-width: 1025px) {
    .custom-nav .owl-carousel.nav-center .owl-nav .owl-next {
        right: -65px;
    }

    .custom-nav .owl-carousel.nav-center .owl-nav .owl-prev {
        left: -65px;
    }
}

/*------------------------
INSTAGRAM FEED
-------------------------*/
.cislen-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-prev {
    left: -54px;
}

.cislen-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-next {
    right: -54px;
}

.cislen-instagram-sc.style-02 .instagram-inner {
    text-align: center;
}
.cislen-instagram-sc.style-02 .instagram-inner::before {
    content: "";
    height: 75px;
    border-left: 1px solid #ccc;
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}
.cislen-instagram-sc.style-02 h3.title::before {
    content: url(assets/images/ins-icon.png);
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.cislen-instagram-sc.style-02 .title {
    font-size: 30px;
    margin-bottom: 20px;
}
.cislen-instagram-sc.style-02 .desc {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #ff3636;
}

.cislen-instagram-sc.style-02 .desc a {
    color: inherit;
}

.cislen-instagram-sc.style-02 .desc::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom: 2px solid #ff3636;
}

.cislen-instagram-sc.style-02 .desc:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}

.cislen-instagram-sc.style-02 .item-table {
    display: table;
    width: 100%;
}

.cislen-instagram-sc.style-02 .item-cell {
    display: table-cell;
    vertical-align: bottom;
    overflow: hidden;
}

.cislen-instagram-sc.style-02 .item-cell:nth-child(1),
.cislen-instagram-sc.style-02 .item-cell:nth-child(2) {
    width: 17.08%;
}

.cislen-instagram-sc.style-02 .item-cell:nth-child(3) {
    width: 34.16%;
}

.cislen-instagram-sc.style-02 .item-cell:nth-child(4) {
    width: 31.68%;
}

.cislen-instagram-sc.style-02 .item {
    margin-right: 40px;
    margin-top: 40px;
    float: left;
}

.cislen-instagram-sc.style-02 .item-cell:last-child .item {
    margin-right: 0;
}

.cislen-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(2),
.cislen-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(3) {
    width: calc(50% - 40px);
}

.cislen-instagram-sc.style-02 .item-cell:nth-child(4) .item:nth-child(1) {
    width: calc(50% - 20px);
}

/*.cislen-instagram-sc.style-03*/
.cislen-instagram-sc.style-03 .instagram-inner {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
}

.cislen-instagram-sc.style-03 .item-wrap {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    width: 25%;
}

.cislen-instagram-sc.style-03 .item-wrap:first-child {
    width: 50%;
}

.cislen-instagram-sc.style-03 .title {
    font-size: 40px;
    font-weight: 300;
    margin-top: 27px;
    margin-bottom: 18px;
}

.cislen-instagram-sc.style-03 .desc {
    font-size: 16px;
    color: #868686;
}

.cislen-instagram-sc.style-03 .desc a {
    font-weight: 700;
    color: #000000;
}

/*------------------------
DEAL ELEMENT
-------------------------*/
.prdctfltr_sc .products {
    margin-bottom: 0 !important;
}

.toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap span.filter-text {
    font-size: 14px !important;
    display: inline !important;
}

.enable-header-mobile div.toolbar-products.toolbar-products-mobile,
.enable-header-mobile div.real-mobile-toolbar.toolbar-products-shortcode {
    padding-bottom:0;
}

.product-item.style-01 .product-thumb {
    float: right;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.product-item.style-01 .product-thumb .product-gallery-slick {
    float: left;
    width: calc(100% - 120px);
    padding-right: 20px;
}

.product-item.style-01 .product-thumb .product-gallery-slick img {
    width: 100%;
}

.product-item.style-01 .product-thumb .vertical_thumnail {
    float: right;
    text-align: center;
    width: 120px;
}

.product-item.style-01 .product-thumb .vertical_thumnail figure img {
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.product-item.style-01 .product-thumb .vertical_thumnail .slick-current img {
    border-color: #ff3636;
}

.product-item.style-01 .product-thumb .vertical_thumnail .fa {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    line-height: 20px;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    font-size: 30px;
}

.product-item.style-01 .product-thumb .vertical_thumnail .fa.fa-angle-up {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item.style-01 .product-thumb .vertical_thumnail .fa.fa-angle-down {
    position: absolute;
    bottom: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item.style-01 .product-thumb .vertical_thumnail:hover .fa {
    opacity: 1;
    visibility: visible;
}

.product-item.style-01 .product-info {
    width: 50%;
    float: left;
    padding-top: 80px;
}
.product-item.style-01 .deal-info::before {
    content: url(assets/images/icon-deal.png);
    float: left;
    margin-right: 40px;
}
.cislen-dealproduct .style-01 .product-info .price {
    margin-bottom: 20px;
    line-height: 30px;
}
.deal-info-inner {
    display: inline-block;
    overflow: hidden;
}
.product-item.style-01 .star-rating {
    margin-top: 0px;
}
.product-item.style-01 .product-info .deal-title {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 15px;
}
.product-item.style-01 .product-info .product-title {
    font-size: 22px;
    font-weight: 400;
    color: #868686;
    margin-bottom: 25px;
}
.product-item.style-03 {
    margin: 0;
}
.product-item.style-03 .product-inner {
    margin: 90px 0 80px;
    display: inline-block;
    width: 100%;
}
.product-item.style-03 .product-thumb {
    float: right;
    width: 50%;
    position: relative;
    overflow: hidden;
    margin-top: -280px;
}

.product-item.style-03 .product-thumb .product-gallery-slick {
    float: left;
    width: calc(100% - 120px);
    padding-right: 20px;
}

.product-item.style-03 .product-thumb .product-gallery-slick img {
    width: 100%;
}

.product-item.style-03 .product-thumb .vertical_thumnail {
    float: right;
    text-align: center;
    width: 120px;
}

.product-item.style-03 .product-thumb .vertical_thumnail figure img {
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.product-item.style-03 .product-thumb .vertical_thumnail .slick-current img {
    border-color: #ff3636;
}

.product-item.style-03 .product-thumb .vertical_thumnail .fa {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    line-height: 20px;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    font-size: 30px;
}

.product-item.style-03 .product-thumb .vertical_thumnail .fa.fa-angle-up {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item.style-03 .product-thumb .vertical_thumnail .fa.fa-angle-down {
    position: absolute;
    bottom: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item.style-03 .product-thumb .vertical_thumnail:hover .fa {
    opacity: 1;
    visibility: visible;
}

.product-item.style-03 .product-info {
    width: 50%;
    float: left;
    padding-top: 80px;
}
.cislen-dealproduct .style-03 .product-info .price {
    margin-bottom: 20px;
    line-height: 30px;
}
.product-item.style-03 .star-rating {
    margin-top: 0px;
    display: none;
}
.product-item.style-03 .product-info .deal-title {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 15px;
}
.product-item.style-03 .product-info .product-title {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}
.style-01 .yith-wcwl-add-to-wishlist,
.style-03 .yith-wcwl-add-to-wishlist{
    display: none;
}
.cislen-dealproduct .product-info .price {
    margin-bottom: 35px;
    line-height: 30px;
}

.cislen-dealproduct .product-info .price del {
    line-height: 50px;
}
.cislen-dealproduct .product-info .price del span {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}
.cislen-dealproduct .product-info .price ins {
    margin-right: 10px;
    position: relative;
    float: left;
    min-width: 130px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    background-color: #ff3636;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.cislen-dealproduct .product-info .price ins .woocommerce-Price-amount.amount{
    font-size: 18px;
}
.cislen-dealproduct .product-info .cislen-countdown .timers .box {
    color: #000000;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.cislen-dealproduct .product-info .cislen-countdown .timers .box > span {
    display: block;
}

.cislen-dealproduct .product-info .cislen-countdown .timers .box:last-child {
    margin-right: 0;
}

.cislen-dealproduct .product-info .cislen-countdown .timers .box .time {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 30px;
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.07);
    border: none;
}

.cislen-dealproduct .product-info .cislen-countdown .timers .box .time-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 10px;
}


.product-list-owl .product-item.style-02 .product-inner {
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
    padding: 22px 22px 22px 55px;
    margin: 22px;
    display: inline-block;
    width: calc(100% - 44px);

}

.product-item.style-02 .product-thumb {
    float: right;
    width: 40%;
}

.product-item.style-02 .product-info {
    float: left;
    width: 60%;
}

.product-item.style-02 .product-info .product-title {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

.cislen-dealproduct .owl-carousel.nav-circle .owl-nav .owl-prev {
    left: -8px;
}

.cislen-dealproduct .owl-carousel.nav-circle .owl-nav .owl-next {
    right: -8px;
}

/*------------------------
INSTAGRAM SHOP
-------------------------*/
.cislen-instagramshopwrap .slick-dots {
    padding: 0;
    text-align: center;
    margin-top: 70px;
    display: inline-block;
    width: 100%;
}

.cislen-instagramshopwrap .slick-dots li button {
    padding: 0;
    font-size: 0;
}

.cislen-instagramshopwrap .slick-dots li {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 50%;
    margin: 0 7px;
}

.cislen-instagramshopwrap .slick-dots li:first-child {
    margin-left: 0;
}

.cislen-instagramshopwrap .slick-dots li.slick-active {
    background-color: #ff3636;
    border-color: #ff3636;
}

.cislen-instagramshopwrap .fa {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #ffffff;
    font-size: 33px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 50px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    color: #000000;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;

}

.cislen-instagramshopwrap .fa-angle-left {
    left: -28px;
}

.cislen-instagramshopwrap .fa-angle-right {
    right: -28px;
}

.cislen-instagramshopwrap:hover .fa {
    opacity: 1;
    visibility: visible;
}

/*Product Element*/
.cislen-products .view-products {
    width: 200px;
    height: 48px;
    line-height: 48px;
    border: 2px solid #000000;
    display: table;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 45px auto 0;
    position: relative;
    background: #000;
    color: #fff;
}
.cislen-products.style-5 .view-products {
    margin: 80px auto 0;
}
.cislen-products .view-products:hover {
    background-color: #ff3636;
    color: #ffffff;
    border-color: #ff3636;
}

.cislen-products.style-1 .owl-carousel.nav-center .owl-nav > button {
    top: 38%;
}

.cislen-products:not(.cate-nav).style-1 .owl-carousel.nav-center .owl-nav .owl-prev {
    left: -65px;
}

.cislen-products:not(.cate-nav).style-1 .owl-carousel.nav-center .owl-nav .owl-next {
    right: -65px;
}

/*------------------------
CONTACT
-------------------------*/
.contact-form-container .contact-label {
    font-weight: 500 !important;
}

.contact-form-container .wpcf7-textarea {
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
    width: 100%;
}

.contact-form-container .wpcf7-submit {
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2px;
}

.contact-form-container .wpcf7-submit:hover {
    background-color: #ff3636;
}

.contact-form-container input {
    width: 100%;
}
.contact-form-container label {
    width: 100%;
    color: #979797;
    margin-bottom: 20px;
}
.product-grid .owl-carousel .owl-nav > button {
    top: 33%;
}

/*REPONSIVE*/
@media (max-width: 1441px) {
    .big_images div.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        left: 20px;
    }

}
@media (max-width: 1366px) {
    .owl-carousel.nav-left .owl-nav {
        top: 57%;
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(4) .item:nth-child(1) {
        width: calc(50% - 39px);
    }

    .product-item.style-02 .product-info .product-title {
        font-size: 18px;
    }

    .product-list-owl .product-item.style-02 .product-inner {
        padding: 15px;
    }

    .cislen-dealproduct .product-info .price {
        margin-bottom: 15px;
    }

    .cislen-dealproduct .product-info .cislen-countdown .timers .box .time {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .cislen-dealproduct .product-info .cislen-countdown .timers .box {
        margin-right: 10px;
    }

    .product-item.style-01 .product-info {
        padding-top: 40px;
    }

    .owl-carousel.nav-circle .owl-nav > button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }

    .owl-carousel.nav-circle .owl-nav .owl-prev {
        left: -20px;
    }

    .owl-carousel.nav-circle .owl-nav .owl-next {
        right: -20px;
    }

    .cislen-instagramshopwrap .fa {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }

    .cislen-instagramshopwrap .fa-angle-left {
        left: -20px;
    }

    .cislen-instagramshopwrap .fa-angle-right {
        right: -20px;
    }

    .cislen-instagramshopwrap .slick-dots {
        margin-top: 50px;
    }

    .cislen-dealproduct .owl-carousel.nav-circle .owl-nav .owl-prev {
        left: 0;
    }

    .cislen-dealproduct .owl-carousel.nav-circle .owl-nav .owl-next {
        right: 0;
    }

    .cislen-products.style-1 .owl-carousel.nav-center .owl-nav .owl-prev {
        left: 0;
    }

    .cislen-products.style-1 .owl-carousel.nav-center .owl-nav .owl-next {
        right: 0;
    }

    .cislen-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-prev {
        left: -15px;
    }

    .cislen-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-next {
        right: -15px;
    }
    div h3.title-video-right {
        right: -25px;
    }
    div h3.title-video-left {
        left: -25px;
    }
}

@media (max-width: 1280px) {
    .owl-carousel.nav-left .owl-nav {
        top: 60%;
    }
}

@media (max-width: 1199px) {
    .cislen-testimonial.style-02 .content br {
        display: none;
    }

    .prdctfltr_sc .product-info {
        margin-top: 0;
        margin-bottom: 0;
    }
    div.prdctfltr_sc .products li{
        margin-bottom: 13px;
        padding: 0 10px;
    }
    .cislen-newsletter.style-01 .newsletter-form-wrap input {
        width: 250px;
    }

    .cislen-newsletter.style-01 .newsletter-top .newsletter-title {
        padding-left: 20px;
    }

    .cislen-instagram-sc.style-02 .item {
        margin-right: 20px;
        margin-top: 20px;
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(2), .cislen-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(3) {
        width: calc(50% - 20px);
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(4) .item:nth-child(1) {
        width: calc(50% - 6px);
    }

    .cislen-instagram-sc.style-03 .item-wrap:first-child {
        width: 100%;
        text-align: center;
    }

    .cislen-instagram-sc.style-03 .item-wrap {
        width: 33.33334%;
    }

    .product-item.style-01 .product-info .deal-title {
        font-size: 36px;
    }

    .product-item.style-01 .product-info .product-title {
        font-size: 22px;
    }

    .cislen-dealproduct .product-info .price ins {
        min-width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .cislen-dealproduct .product-info .price del {
        line-height: 30px;
    }

    .product-list-owl .product-item.style-02 .product-inner {
        margin: 16px;
        width: calc(100% - 32px);
    }

    .product-item.style-02 .product-thumb {
        width: 100%;
        margin-bottom: 17px;
    }

    .product-item.style-02 .product-thumb img {
        width: 100%;
    }

    .product-item.style-02 .product-info {
        width: 100%;
        text-align: center;
    }

    .cislen-dealproduct .product-info .price ins {
        float: none;
        margin-left: 10px;
    }

    .owl-carousel.nav-left .owl-nav {
        position: static;
    }

    .owl-carousel.nav-left .owl-nav > button {
        position: absolute;
        top: 35%;
    }

    .owl-carousel.nav-left .owl-nav > button {
        margin: 0;
    }
    div.cislen-title.style6 .block-title {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        padding: 0 15px;
        min-width: inherit;
        line-height: 40px;
    }
    body div.sidebar div.widget form:first-child {
        padding-bottom: 30px;
    }
    body div.sidebar div.widget > ul {
        padding: 20px 0 25px;
    }
    body div.sidebar div.widget > div {
        padding: 25px 0 25px;
    }
    body div.sidebar div.widget .widget-cislen-newsletter {
        margin-bottom: 30px;
    }
    .flex-control-thumbs .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: table;
        margin: 0 auto;
    }
    div.vc_custom_1542943461482 {
        padding-top: 0 !important;
    }
    div.totop-holder {
        bottom: 50px;
    }
    .shop-page .show-drawer-filter.row div.drawer_sidebar_elem.has-sidebar {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .menu-item span.image,
    header:not(.style-07) .main-navigation .main-menu > .menu-item:not(.item-logo):hover > a::before,
    header:not(.style-07) .main-navigation .main-menu > .menu-item:not(.item-logo):hover > a::after {
        display: none !important;
    }

    .owl-carousel.nav-circle .owl-nav > button {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 18px;
    }

    .owl-carousel.nav-circle .owl-nav .owl-prev {
        left: -13px;
    }

    .owl-carousel.nav-circle .owl-nav .owl-next {
        right: -13px;
    }

    .cislen-categories.style-04::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cislen-categories.style-04 .category-info {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .product-item.style-01 .product-thumb .product-gallery-slick {
        width: 100%;
        float: none;
        padding: 0;
    }

    .product-item.style-01 .product-thumb .vertical_thumnail {
        width: 100%;
    }

    .product-item.style-01 .product-info {
        padding-top: 140px;
    }

    .product-item.style-01 .product-thumb .vertical_thumnail figure {
        padding: 10px;
    }

    .product-item.style-01 .product-thumb .vertical_thumnail figure img {
        margin: 0;
    }

    .cislen-dealproduct .product-info .price ins {
        width: 80px;
        height: 40px;
        line-height: 40px;
    }

    .cislen-instagramshopwrap .fa {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }

    .cislen-instagramshopwrap .fa-angle-left {
        left: -13px;
    }

    .cislen-instagramshopwrap .fa-angle-right {
        right: -13px;
    }
}
.cislen-demo.style-01:hover {
    top: -5px;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.cislen-demo.style-01 {
    padding: 0;
    box-shadow: 0 6px 70px rgba(0,0,0,.1);
    top: 0;
    position: relative;
    transition: top 0.3s linear 0s;
    -o-transition: top 0.3s linear 0s;
    -webkit-transition: top 0.3s linear 0s;
    display: inline-block;
    margin: 20px;
    width: calc(20% - 40px);
    float: left;
}
.cislen-demo.style-01:nth-child(5n+1) {
    clear: left;
}
.cislen-demo.style-01 .demo-inner {
    position: relative;
}

.cislen-demo.style-01.comming-mode .demo-inner::after {
    content: 'Comming Soon';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.cislen-demo.style-01.comming-mode .demo-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.cislen-demo.style-01 img {
    width: 100%;
}

.cislen-demo.style-01 .demo-button {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 13px;
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 3px;
    line-height: 18px;
    letter-spacing: -0.05em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
}

.cislen-demo.style-01 .demo-button::before {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 4px 5px 0 5px;
    margin-left: -3px;
}

.cislen-demo.style-01 .demo-inner:hover .demo-button {
    opacity: 1;
    visibility: visible;
}

/*.cislen-demo.style-02 */
.cislen-demo.style-02 {
    margin-bottom: 10px;
}

.cislen-demo.style-02 .demo-inner {
    overflow: hidden;
}

.cislen-demo.style-02 .demo-left {
    float: left;
    width: 70%;
    padding-bottom: 13px;
}

.cislen-demo.style-02 .demo-title {
    margin-bottom: 15px;
}

.cislen-demo.style-02 .demo-title span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding-left: 67px;
    color: #919191;
}

.cislen-demo.style-02 .demo-title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 13px;
    border-bottom: 1px solid #000000;
    width: 40px;
}

.cislen-demo.style-02 .demo-des {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}

.cislen-demo.style-02 .demo-des::before {
    content: "\f132";
    font-weight: normal;
    font-family: 'Flaticon', sans-serif;
    font-size: 35px;
    vertical-align: middle;
    margin-right: 7px;
}

.cislen-demo.style-02 .demo-right {
    float: left;
    width: 30%;
    min-width: 245px;
    text-align: right;
}

.cislen-demo.style-02 .demo-button {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #09b60f;
}

.cislen-demo.style-02 .demo-button::before {
    content: "\f133";
    font-family: 'Flaticon', sans-serif;
    font-weight: normal;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border-radius: 50%;
    font-size: 23px;
    vertical-align: middle;
    margin-right: 9px;
    background: linear-gradient(45deg, #45b649, #6ce86d);
    text-align: center;
    color: #fff;
}

@media (max-width: 1024px) {
    .cislen-demo.style-02 .demo-right,
    .cislen-demo.style-02 .demo-left {
        width: 100%;
    }
}

/*------------------------
1.1 CISLEN-ACCORDION
-------------------------*/
/*.flash*/
.flash {
    position: absolute;
    top: 0;
    left: 11px;
    z-index: 2;
}

.onsale, .onnew {
    display: block;
    margin-top: 9px;
    padding: 0 10px;
    min-width: 52px;
    height: 26px;
    border-radius: 0;
    line-height: 26px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    background: #6ae08c;
}

span.onsale {
    background: #58cbe6;
}

.product-item .outofstock {
    background: #ff7a7a;
    color: #ffff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    height: 26px;
    letter-spacing: 2px;
    line-height: 26px;
    margin-top: 9px;
    top: 0;
    right: 9px;
    border-radius: 20px;
    padding: 0 12px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}
.button-loop-action .add-to-cart .product_type_simple.add_to_cart_button {
    top: 0;
    position: relative;
}
.button-loop-action .add-to-cart .product_type_simple.add_to_cart_button.loading{
    top: 0;
}
.product-item.style-4 .button-loop-action .add-to-cart .product_type_simple.add_to_cart_button {
    top: 0;
}
/*.yith-wcqv-button*/
.product-grid .list-button-action {
    display: none;
}

.button-loop-action {
    position: absolute;
    visibility: hidden;
    bottom: 20px;
    left: 8px;
    text-align: center;
    z-index: 9999;
    min-width: 220px;
    margin: 0 -5px;
    right: 8px;
    opacity: 0;
    display: flex;
    height: 46px;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    justify-content: center;
}
.product-inner:hover .button-loop-action {
    opacity: 1;
    visibility: visible;
}
.button-loop-action a.button {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.product-inner .product_type_variable{
    top: -1px;
}
.product-inner:hover .button-loop-action a.button {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.button-loop-action a.button:nth-child(2) {
    transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
}

.product-inner:hover .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
}
.product-item a.fami-wccp-button:hover {
    background: #ff3636;
    color: #fff;
}
.product-grid .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 4px;
    position: relative;
    padding: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
    font-size: 0;
    line-height: 50px;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4;
}

.product-grid .yith-wcqv-button:hover {
    color: #ffffff;
    background-color: #ff3636;
}

.yith-wcqv-button::before {
    font-family: Flaticon;
    content: "\f127";
    font-size: 18px;
    margin-left: 2px;
}

.yith-wcqv-button:hover {
    color: #ff3636;
}
.product-item .star-rating {
    margin-top: 15px;
}
.product-info > .star-rating {
    display: none;
}
.product-item a.fami-wccp-button {
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 0;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity:0;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
}
.product-inner:hover a.fami-wccp-button {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity:1;
}
a.fami-wccp-button:before {
    font-size: 19px;
}
/*blockUI blockOverlay*/
.yith-wcqv-button .blockUI.blockOverlay {
    display: none !important;
}

/*#yith-quick-view-modal*/
#yith-quick-view-modal {
    z-index: 99999999;
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background-color: rgba(48, 51, 55, 0.66);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    width: 1257px !important;
    height: 670px !important;
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
    max-height: -webkit-calc(100% - 30px);
    max-height: -moz-calc(100% - 30px);
    max-height: calc(100% - 30px);
}

#yith-quick-view-modal.loading,
#yith-quick-view-modal.loading .yith-quick-view-modal {
    visibility: visible;
    opacity: 1;
}

#yith-quick-view-modal.loading .yith-quick-view-overlay::before {
    content: '';
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    -webkit-animation: fa-spin 0.5s infinite linear;
    -o-animation: fa-spin 0.5s infinite linear;
    animation: fa-spin 0.5s infinite linear;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -30px;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    overflow: hidden;
    -webkit-box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
    box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
}

/*#yith-quick-view-close*/
#yith-quick-view-close {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 45px;
    height: 45px;
    border: none;
    font-size: 0;
    display: block;
    opacity: 1;
    color: #999999;
}

#yith-quick-view-close:hover {
    color: #ff3636;
}

#yith-quick-view-close::before,
#yith-quick-view-close::after {
    border-bottom: 2px solid;
    content: "";
    left: 14px;
    position: absolute;
    top: 19px;
    width: 17px;
}

#yith-quick-view-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#yith-quick-view-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#yith-quick-view-content .product-media {
    position: relative;
}

#yith-quick-view-content .owl-carousel.nav-caret .owl-nav .owl-prev {
    left: 2px;
}

#yith-quick-view-content .owl-carousel.nav-caret .owl-nav .owl-next {
    right: 2px;
}

#yith-quick-view-content .onsale {
    top: 0;
    left: auto;
    right: 11px;
    display: inline-block;
    z-index: 1;
}

.yith-wcqv-wrapper span.size-guide-text {
    display: none;
}

#yith-quick-view-content div.images {
    width: 44.5967749%;
    position: relative;
}

#yith-quick-view-content .star-rating.no-rate a.woocommerce-review-link {
    float: none;
    margin-right: 10px;
}

#yith-quick-view-content div.summary {
    width: 55.4032251%;
    padding: 67px 0 40px 88px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

#yith-quick-view-content div.summary .summary-content {
    padding-right: 40px;
    height: 100%;
}

#yith-quick-view-content .summary .social-share .cislen-social {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#yith-quick-view-content div.images .owl-nav {
    display: none;
}

#yith-quick-view-content .owl-carousel .owl-dots {
    bottom: 20px;
}

#yith-quick-view-content .owl-carousel .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    position: relative;
    background: transparent;
    cursor: pointer;
}

#yith-quick-view-content .owl-carousel .owl-dots .owl-dot:hover::before, #yith-quick-view-content .owl-carousel .owl-dots .owl-dot.active::before {
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

#yith-quick-view-content .owl-carousel .owl-dots .owl-dot::before {
    content: "";
    border: 2px solid #000;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    bottom: 0;
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
    -o-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.6, 0.26, 0.35, 0.59) 0s;
}

#yith-quick-view-content .owl-carousel .owl-dots .owl-dot:hover::after, #yith-quick-view-content .owl-carousel .owl-dots .owl-dot.active::after {
    transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
}

#yith-quick-view-content .owl-carousel .owl-dots .owl-dot::after {
    background: #000;
    height: 6px;
    content: "";
    width: 6px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    right: 4px;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    bottom: 4px;
}

#yith-quick-view-content .woocommerce-product-gallery .flex-viewport {
    min-height: 670px;
}

#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 15px;
}

#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
    width: 40px;
    display: inline-block;
    padding: 0;
    margin: 5px 2.5px;
    cursor: pointer;
}

#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li img {
    border: 1px solid #e5e5e5;
}

#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li img.flex-active {
    border: 1px solid #ff3636;
}

#yith-quick-view-content figure.woocommerce-product-gallery__wrapper {
    overflow: hidden;
}

#yith-quick-view-content .woocommerce-product-gallery__image {
    height: 100%;
}

#yith-quick-view-content .summary .stock {
    margin-top: 14px;
}

#yith-quick-view-content .summary .yith-wcwl-add-to-wishlist {
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
}
.yith-wcqv-main .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}
/* Products List  */
.product-list .product-item {
    width: 50%;
    margin-bottom: 40px;
}

.product-list .product-inner {
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
    width: 100%;
}

.product-list .product-item:last-child {
    margin: 0;
}

.product-list .product-item .variations {
    bottom: 0;
}

.product-list .product-inner .product-title {
    display: inline-block;
    font-size: 18px;
    line-height: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 15px;
    margin-top: 0;
}

.product-list .product-inner .product-info .product-title a {
    font-size: 18px;
}

.product-list .product-item .product-thumb {
    position: relative;
    max-width: 250px;
    float: left;
}
.product-list .product-info > .star-rating {
    display: none;
}

.product-list .list-button-action .clear {
    display: none;
}

.cislen-loop-title-rate {
    width: 100%;
}

.product-list .product-item.style-1 .product-inner:hover .price {
    opacity: 1;
}

.product-list .yith-wcwl-add-to-wishlist {
    margin-top: 10px;
    width: 40px;
    color: #333;
    height: 40px;
    float: left;
    display: inline-block;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    margin-left: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
}

.product-list .yith-wcwl-add-to-wishlist:hover {
    border-color: #ff3636;
    color: #fff;
    background: #ff3636;
}

.product-list .product-inner .add_to_cart_button, .product-list .product-inner .product_type_variable, .product-list .product-inner .product_type_grouped, .product-list .product-inner .product_type_simple, .product-list .product-inner .product_type_external {
    position: static;
    width: 40px;
    color: #333;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    float: left;
    font-weight: 600;
    opacity: 1;
    font-size: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
    letter-spacing: -4px;
}

.product-list .product-inner .add_to_cart_button:hover,
.product-list .product-inner .product_type_variable:hover,
.product-list .product-inner .product_type_grouped:hover,
.product-list .product-inner .product_type_simple:hover,
.product-list .product-inner .product_type_external:hover {
    border-color: #ff3636;
    color: #fff;
    background: #ff3636;
}

.product-list .product_type_variable::before,
.product-list .product_type_grouped::before,
.product-list .product_type_simple::before,
.product-list .product_type_external::before {
    content: "\f105";
    font-family: Flaticon;
    margin-right: 5px;
    line-height: 38px;
    font-size: 18px;
    font-weight: 600;
}
.product-list .add_to_cart_button::before,
.product-list .product_type_simple.add_to_cart_button::before {
    content: "\f129";
    font-family: "Flaticon";
    position: relative;
    top: 0;
    line-height: 40px;
    margin-right: 0;
    font-weight: 500;
    font-size: 20px;
}
.product-list .product-item .product-inner a.fami-wccp-button {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 10px;
    margin-top: 10px;
}
.product-list a.fami-wccp-button:before {
    font-size: 20px;
}
.product-list .product-item .product-inner a.fami-wccp-button:hover {
    color: #fff;
    background: #ff3636;
}
.product-grid .product-des, .product-list .product-des ul {
    display: none;
}

.product-list .product-des {
    margin: 20px 0;
}

.product-list .yith-wcwl-add-to-wishlist a {
    color: inherit;
}
.product-list .product-info {
    margin-top: 0;
    overflow: hidden;
    padding: 0 0 20px 40px;
}

.product-list .list-button-action .button.loading::before {
    font-size: 0;
}

.product-list .product-inner .add_to_cart_button.loading {
    letter-spacing: 0;
}

.list-button-action .button {
    display: none;
}
.product-list .list-button-action .button {
    display: inline-block;
    margin: 10px 10px 0 0;
    float: none;
}
.product-list .list-button-action .add-to-cart .button {
    margin: 0 5px 0 0;
}
.product-list .button-loop-action {
    display: none;
}

.product-list .yith-wcqv-button {
    width: 40px;
    color: #333;
    height: 40px;
    line-height: 40px;
    margin: 10px;
    float: left;
    font-weight: 600;
    opacity: 1;
    font-size: 0;
    text-align: center;
    letter-spacing: -1px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
}

.product-list .yith-wcqv-button:hover {
    color: #fff;
    background-color: #ff3636;
}

.product-list .product-inner .added_to_cart {
    border: 1px solid;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    margin: 10px 5px;
}

.product-list .product-inner .added_to_cart:hover {
    border-color: #ff3636;
}

.add_to_cart_button.added {
    display: none;
}

/*Product style-2*/
.product-grid .style-2 .product-inner {
    position: relative;
    display: inline-block;
    width: 100%;
}
.product-grid .style-2 .product-thumb {
    overflow: visible;
}
.product-grid .style-2 .button-loop-action {
    position: absolute;
    display: inline-block;
    text-align: left;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    right: auto;
    min-width: inherit;
    width: 48px;
    left: 20px;
    height: auto;
}

.product-grid .product-item.style-2 .yith-wcwl-add-to-wishlist,
.product-grid .product-item.style-2 .add-to-cart,
.product-grid .product-item.style-2 .yith-wcqv-button {
    display: block;
    clear: left;
    margin: 5px 0;
    float: left;
}

.product-grid .style-2 .info-top {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 0 20px 20px;
    z-index: 1;
}

.product-grid .style-2 a.yith-wcqv-button,
.product-grid .style-2 .product-inner .add_to_cart_button,
.product-grid .style-2 .product-inner .added_to_cart,
.product-grid .style-2 .product-inner .product_type_variable,
.product-grid .style-2 .product-inner .product_type_simple,
.style-2 .product-inner .product_type_external,
.product-grid .style-2 .product-inner .product_type_grouped {
    margin: 0;
}

.product-grid .product-item.style-2 .variations {
    bottom: 15px;
    right: 15px;
}
.product-item.style-2 a.fami-wccp-button {
    margin: 4px 0;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.product-item.style-2 .product-inner:hover a.fami-wccp-button {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
/*Product style 3*/
.product-item.style-3 .product-thumb form.variations_form {
    display: none;
}

.varible-loop form.variations_form {
    display: block !important;
}

.varible-loop > * {
    display: none !important;
}

.info-product-content {
    text-align: center;
}

.product-grid .product-item.style-3 .star-rating {
    margin: 15px auto 0;
}

.info-product-content {
    text-align: center;
    padding: 5px 10px 25px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.product-grid .style-3 .product-inner .add_to_cart_button,
.product-grid .style-3 .product-inner .added_to_cart,
.product-grid .style-3 .product-inner .product_type_variable,
.product-grid .style-3 .product-inner .product_type_simple,
.product-grid .style-3 .product-inner .product_type_external,
.product-grid .style-3 .product-inner .product_type_grouped {
    margin: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-grid .product-item.style-3 .yith-wcwl-add-to-wishlist,
.product-grid .product-item.style-3 .add-to-cart,
.product-grid .product-item.style-3 a.yith-wcqv-button {
    display: block;
    clear: left;
    opacity: 0;
    margin: 5px 0;
    float: left;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: hidden;
    transition: transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -o-transition: -o-transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}

.product-grid .product-item.style-3 .product-inner:hover .yith-wcwl-add-to-wishlist {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-grid .product-item.style-3 .product-inner:hover .add-to-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transition: transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}

.product-grid .product-item.style-3 .product-inner:hover a.yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transition: transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -o-transition: -o-transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}

.product-grid .style-3 .button-loop-action {
    position: static;
    display: table-cell;
    text-align: left;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    visibility: visible;
    min-width: inherit;
    opacity: 1;
    width: 48px;
    height: auto;
}
.product-item.style-3 a.fami-wccp-button {
    margin: 4px 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.product-item.style-3 .product-inner:hover a.fami-wccp-button {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.product-grid .varible-loop {
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.product-grid .product-item.style-3 .varible-loop {
    padding: 0;
}
.product-grid .product-item.style-3 .variations {
    position: static;
    opacity: 1;
    visibility: visible;
}

.product-grid .style-3 .info-top {
    display: flex;
    vertical-align: bottom;
    align-items: flex-end;
    width: 100%;
    padding: 0 20px 17px 10px;
    justify-content: space-between;
}

.style-3 .product-inner {
    position: relative;
}

.product-grid .style-3 .product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
    -o-transition: -o-transform 0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    margin: 0;
}

.product-grid .style-3 .product-inner:hover .product-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.product-item.style-3 .thumb-link img {
    width: 100%;
}
/*Product Style4*/

.product-grid .style-4 .product-inner .add_to_cart_button,
.product-grid .style-4 .product-inner .added_to_cart,
.product-grid .style-4 .product-inner .product_type_variable,
.product-grid .style-4 .product-inner .product_type_simple,
.product-grid .style-4 .product-inner .product_type_external,
.product-grid .style-4 .product-inner .product_type_grouped {
    margin: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    color: #fff;
    box-shadow: 0 0 0;
    width: 100%;
    background: transparent !important;
    z-index: 99;
}

.product-grid .product-item.style-4 .button-loop-action {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    bottom: 0;
    display: table;
    width: 100%;
    justify-content: center;
    background: #303030;
    transition: transform 0.4s ease-in-out 0s;
    -o-transition: -o-transform 0.4s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
}

.product-grid .product-item.style-4 .product-inner:hover .button-loop-action {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist a:not(:hover) {
    color: #ffff;
}

.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist a {
    line-height: 48px;
}

.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist:hover,
.product-grid .product-item.style-4 .add-to-cart:hover,
.product-grid .product-item.style-4 a.yith-wcqv-button:hover,
.product-grid .style-4 .product-inner .add_to_cart_button:hover,
.product-grid .style-4 .product-inner .added_to_cart:hover,
.product-grid .style-4 .product-inner .product_type_variable:hover,
.product-grid .style-4 .product-inner .product_type_simple:hover,
.product-grid .style-4 .product-inner .product_type_external:hover,
.product-grid .style-4 .product-inner .product_type_grouped:hover {
    color: #ff3636;
}

.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist,
.product-grid .product-item.style-4 .add-to-cart,
.product-grid .product-item.style-4 a.yith-wcqv-button {
    display: table-cell;
    clear: none;
    opacity: 1;
    margin: 0;
    color: #fff;
    float: left;
    visibility: visible;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    box-shadow: 0 0 0 0;
    width: 33.33%;
    z-index: 1;
    line-height: 44px;
    background: transparent;
    position: relative;
}

.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist::after,
.product-grid .product-item.style-4 .add-to-cart::after,
.product-grid .product-item.style-4 a.yith-wcqv-button::after {
    content: "";
    height: 25px;
    border-left: 1px solid rgba(242, 242, 242, .16);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-grid .product-item.style-4 div:first-child::after {
    display: none;
}

.product-grid .product-item.style-4 .variations {
    bottom: 60px;
}
.product-item.style-4 a.fami-wccp-button {
    display: none;
}
.product-grid .style-5 .product-inner .added_to_cart,
.product-grid .style-5 .product-inner .product_type_variable,
.product-grid .style-5 .product-inner .product_type_simple,
.product-grid .style-5 .product-inner .product_type_external {
    margin: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-item.style-4 .yith-wcwl-add-to-wishlist,
.product-item.style-4 a.yith-wcqv-button,
.product-item.style-4 .yith-wcwl-add-button a.add_to_wishlist,
.product-item.style-4 .product-inner .add_to_cart_button,
.product-item.style-4 .product-inner .added_to_cart,
.product-item.style-4 .product-inner .product_type_variable,
.product-item.style-4 .product-inner .product_type_simple,
.product-item.style-4 .product-inner .product_type_external,
.product-item.style-4 .product-inner .product_type_grouped {
    border-radius: 0 !important;
}

.product-grid .style-5 .product-inner .add_to_cart_button {
    opacity: 0;
}

.product-grid .product-item.style-5 .yith-wcwl-add-to-wishlist,
.product-grid .product-item.style-5 .add-to-cart,
.product-grid .product-item.style-5 a.yith-wcqv-button,
.product-grid .style-5 .product-inner .add_to_cart_button,
.product-grid .style-5 .product-inner .product_type_simple,
.product-grid .style-5 .product-inner .product_type_grouped,
.product-grid .style-5 .product-inner .product_type_external,
.product-grid .style-5 .product-inner .product_type_variable {
    display: block;
    clear: left;
    opacity: 0;
    margin: 5px 0;
    float: left;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: hidden;
    transition: transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -o-transition: -o-transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}

.product-grid .product-item.style-5 .product-inner:hover .yith-wcwl-add-to-wishlist {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-grid .product-item.style-5 .product-inner:hover .add-to-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transition: transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}

.product-grid .product-item.style-5 .product-inner:hover a.yith-wcqv-button,
.product-grid .style-5 .product-inner:hover .add_to_cart_button,
.product-grid .style-5 .product-inner:hover .product_type_simple,
.product-grid .style-5 .product-inner:hover .product_type_grouped,
.product-grid .style-5 .product-inner:hover .product_type_external,
.product-grid .style-5 .product-inner:hover .product_type_variable {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transition: transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -o-transition: -o-transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.6s ease 0s, visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}
.product-grid .style-5 .button-loop-action {
    position: absolute;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    visibility: visible;
    min-width: inherit;
    opacity: 1;
    right: 10px;
    bottom: 10px;
    left: auto;
    width: 46px;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: auto;
}
.product-grid .product-item.style-5 .product-inner .add-to-cart {
    margin: 0;
}
ul.row.products.product-grid.product-style-5 {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin: 0 0 30px;
}
.product-item.style-5 {
    border: 1px solid #dfdfdf;
    border-left: none;
    padding: 25px !important;
    margin-top: -1px;
    margin-bottom: 0 !important;
    background: #ffff;
}
.style-5 .owl-carousel .owl-stage-outer {
    border-left: 1px solid #e5e5e5;
    margin-right: -1px;
}
.product-list-owl .product-item.style-5 {
    border-left: none;
}
.product-grid .style-5 .button-loop-action a {
    display: inline-block;
    margin: 5px 0px;
}
.product-grid .product-item.style-5 .product-inner .yith-wcwl-add-to-wishlist a {
    line-height: 40px;
}
.product-item.style-5 .add_to_wishlist::before,
.product-item.style-5 .yith-wcwl-wishlistaddedbrowse a::before,
.product-item.style-5.yith-wcwl-wishlistexistsbrowse a::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f004';
    font-size: 17px;
    line-height: 38px;
}
.product-item.style-5 .product-thumb {
    overflow: visible;
}
.product-item.style-5 a.fami-wccp-button {
    transform: translateY(-10px);
}
.product-item.style-5 .product-inner:hover a.fami-wccp-button {
    transform: translateY(0px);
}
.product-item.style-5 a.fami-wccp-button:hover {
    background: #ff3636;
    color: #fff;
}
.product-item .fami-wccp-button.added:before {
    content: "\f101";
    font-weight: 500;
    font-size: 18px;
}
.product-item.style-5 .product-inner:hover .add_to_cart_button {
    opacity: 1;
}

.product-item.style-5 .variations td.value {
    bottom: 20px;
    left: 10px;
    position: absolute;
    z-index: 2;
    opacity: 0;
}

.product-item.style-5 .product-inner:hover .variations td.value {
    opacity: 1;
}

.product-item.style-5 .product-title {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 6px;
    line-height: 18px;
}

.product-item.style-5 .product-inner .price {
    text-align: center;
    color: #868686;
    font-size: 14px;
}

.product-item.style-5 .woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 500;
}

.product-item.style-5 .product-info.equal-elem .product-title a {
    text-align: center;
    color: #010101;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.product-item.style-5 .star-rating {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.product-grid .varible-loop {
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}

.product-grid .product-item.style-5 .variations {
    position: static;
    opacity: 1;
    visibility: visible;
}

.style-5 .product-inner {
    position: relative;
}

.cislen-products.style-5 .product-grid {
    margin: 0;
    padding-top: 1px;
}

@media (min-width: 1500px) {
    .product-item.style-5.col-bg-1:nth-child(12n) {
        border-right: none;
    }

    .product-item.style-5.col-bg-2:nth-child(6n) {
        border-right: none;
    }

    .product-item.style-5.col-bg-15:nth-child(5n) {
        border-right: none;
    }

    .product-item.style-5.col-bg-3:nth-child(4n) {
        border-right: none;
    }

    .product-item.style-5.col-bg-4:nth-child(3n) {
        border-right: none;
    }

    .product-item.style-5.col-bg-6:nth-child(2n) {
        border-right: none;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .product-item.style-5.col-lg-1:nth-child(12n) {
        border-right: none;
    }

    .product-item.style-5.col-lg-2:nth-child(6n) {
        border-right: none;
    }

    .product-item.style-5.col-lg-15:nth-child(5n) {
        border-right: none;
    }

    .product-item.style-5.col-lg-3:nth-child(4n) {
        border-right: none;
    }

    .product-item.style-5.col-lg-4:nth-child(3n) {
        border-right: none;
    }

    .product-item.style-5.col-lg-6:nth-child(odd) {
        border-right: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .product-item.style-5.col-md-1:nth-child(12n) {
        border-right: none;
    }

    .product-item.style-5.col-md-2:nth-child(6n) {
        border-right: none;
    }

    .product-item.style-5.col-md-15:nth-child(5n) {
        border-right: none;
    }

    .product-item.style-5.col-md-3:nth-child(4n) {
        border-right: none;
    }

    .product-item.style-5.col-md-4:nth-child(3n) {
        border-right: none;
    }

    .product-item.style-5.col-md-6:nth-child(odd) {
        border-right: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-item.style-5.col-sm-1:nth-child(12n) {
        border-right: none;
    }

    .product-item.style-5.col-sm-2:nth-child(6n) {
        border-right: none;
    }

    .product-item.style-5.col-sm-15:nth-child(5n) {
        border-right: none;
    }

    .product-item.style-5.col-sm-3:nth-child(4n) {
        border-right: none;
    }

    .product-item.style-5.col-sm-4:nth-child(3n) {
        border-right: none;
    }

    .product-item.style-5.col-sm-6:nth-child(2n) {
        border-right: none;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .product-item.style-5.col-xs-1:nth-child(12n) {
        border-right: none;
    }

    .product-item.style-5.col-xs-2:nth-child(6n) {
        border-right: none;
    }

    .product-item.style-5.col-xs-15:nth-child(5n) {
        border-right: none;
    }

    .product-item.style-5.col-xs-3:nth-child(4n) {
        border-right: none;
    }

    .product-item.style-5.col-xs-4:nth-child(3n) {
        border-right: none;
    }

    .product-item.style-5.col-xs-6:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 479px) {
    .product-item.style-5.col-ts-1:nth-child(12n) {
        border-right: none;
    }

    .product-item.style-5.col-ts-2:nth-child(6n) {
        border-right: none;
    }

    .product-item.style-5.col-ts-15:nth-child(5n) {
        border-right: none;
    }

    .product-item.style-5.col-ts-3:nth-child(4n) {
        border-right: none;
    }

    .product-item.style-5.col-ts-4:nth-child(3n) {
        border-right: none;
    }

    .product-item.style-5.col-ts-6:nth-child(2n) {
        border-right: none;
    }
}
/*.product-item.style-6*/
.light .product-grid .product-item.style-6 .yith-wcwl-add-to-wishlist{
    color: #ffffff;
}

.product-item.style-6 .product-title {
    margin: 10px 0 8px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: calc(100% - 20px);
}
.product-item.style-6 .star-rating + .product-title {
    margin-top: 10px;
    margin-bottom: 9px;
}
.product-item.style-6 .product-title:first-child {
    margin-top: 20px;
}
.style-6 .add_to_wishlist::before {
    font-size: 18px;
}
.style-01 .style-6 .yith-wcwl-add-to-wishlist {
    display: inline-block;
}
/*.product-item.style-7*/
.product-item.style-7 .product-info {
    text-align: center;
}
.product-item.style-7 .product-inner .price {
    text-align: center;
}
.product-item.style-7 .product-title {
    margin: 20px 0 10px;
    color: #868686;
    font-size: 16px;
}
.style-7 .yith-wcwl-add-to-wishlist {
    top: -1px;
    display: inline-block;
}
.product-list-owl .owl-dots {
    margin-top: 50px;
}
.product-item.style-7 .star-rating {
    display: table;
    margin: 10px auto;
}
/*------------------------
1.1 CISLEN-ACCORDION
-------------------------*/
/*accordion*/
body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #fff !important;
    border: 1px solid #dfdfdf !important;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
    font-size: 26px;
    padding: 28px 80px 28px 40px !important;
}

body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #000 !important;
}

body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #ff3636 !important;
}

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 34px !important;
}

body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    border-color: #000 !important;
}

body.wpb-js-composer .vc_tta-style-classic .vc_tta-controls-icon::after {
    border-color: #666 !important;
}

body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff !important;
    padding: 21px 34px 21px 40px !important;
    border: 1px solid #dfdfdf !important;
}

body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel:not(:last-child) {
    margin-bottom: 20px;
}

/*faqs*/
body .vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    right: 0;
    left: auto !important;
    width: 12px !important;
    height: 2px !important;
    background: #000;
    border-color: #000;
}

body .vc_toggle_default .vc_toggle_icon::before {
    height: 12px !important;
    width: 2px !important;
    border-color: #000000;
}

body .vc_toggle_default .vc_toggle_icon::after {
    height: 2px !important;
    width: 12px !important;
    background: #000000;
}

body .wpb-js-composer .vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #000000 !important;
}

body .vc_toggle_default .vc_toggle_title {
    padding: 0 46px 0 0 !important;
}

body .vc_toggle_default .vc_toggle_title > h4 {
    font-size: 20px;
    font-weight: 600;
}

body .vc_toggle_default.vc_toggle_active .vc_toggle_title > h4 {
    color: #ff3636;
}

body .vc_toggle_default:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 18px;
}

body .vc_toggle_default .vc_toggle_content {
    padding-left: 0 !important;
    padding-right: 46px;
    margin-bottom: 7px !important;
    line-height: 28px;
    font-size: 14px;
    color: #868686;
}

body .vc_toggle_default .vc_toggle_content:last-child {
    margin-bottom: 0;
}

body .vc_toggle_default .vc_toggle_content p:last-child {
    margin-bottom: 0;
}

/*------------------------
1.1 CISLEN-BANNER
-------------------------*/
/*.cislen-banner.style-01*/
.cislen-banner.style-01 .banner-inner,
.cislen-banner.style-01.small .banner-inner,
.cislen-banner.style-02 .banner-inner,
.cislen-banner.style-03 .banner-inner,
.cislen-banner.style-04 .banner-inner,
.cislen-banner.style-05 .banner-inner,
.cislen-banner.style-06 .banner-inner,
.cislen-banner.style-08 .banner-inner,
.cislen-banner.style-09 .banner-inner,
.cislen-banner.style-10 .banner-inner,
.cislen-banner.style-11 .banner-inner,
.cislen-banner.style-12 .banner-inner,
.cislen-banner.style-13 .banner-inner {
    position: relative;
    overflow: hidden;
    background: transparent;
    display: block;
    padding: 0;
}

.cislen-banner.style-01 .banner-thumb::before {
    position: absolute;
    content: '';
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: #ffffff;
    opacity: 0;
    z-index: 2;
}

.cislen-banner.style-01 .banner-inner:hover .banner-thumb::before {
    opacity: 0.75;
    transition: opacity 0.4s;
}
.cislen-banner.style-01 .banner-inner:hover .banner-info {
    opacity: 1;
}
.cislen-banner.style-01 .banner-inner .banner-info {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 8;
}
.cislen-banner.style-01 .banner-info .bigtitle {
    font-size: 26px;
    color: #010101;
}
.cislen-banner.style-01 .banner-info .button {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    color: #000;
    overflow: hidden;
    display: inline-block;
    padding: 0 0 5px;
}
.cislen-banner.style-01 .banner-info .button::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #000;
    width: 100%;
    bottom: 0;
    left: 0;
}

.cislen-banner.style-01 .button:hover::before,
.cislen-banner.style-03 .button:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}

.cislen-banner.style-01.small .banner-inner .banner-thumb::before {
    opacity: 0;
}

.cislen-banner.style-01.small .banner-inner .banner-info {
    position: absolute;
    width: 328px;
    max-width: 90%;
    padding: 50px 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    opacity: 0;
    transition: opacity 0.4s;
}

.cislen-banner.style-01.small .banner-inner:hover .banner-info {
    opacity: 0.75;
}

/*CISLEN-BANNER-STYLE-02*/
.cislen-banner.style-02.border::before {
    position: absolute;
    content: '';
    top: 30px;
    left: 45px;
    right: 45px;
    bottom: 30px;
    border: 1px solid #ffffff;
    z-index: 2;
}
.cislen-banner.style-02 .banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 60px 30px;
    background: rgba(255,255,255,.95);
    display: inline-block;
    text-align: center;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    min-width: 60%;
}
.cislen-banner.style-02 .bigtitle {
    font-size: 40px;
    font-weight: 300;
    color: #000;
    line-height: 55px;
    margin-bottom: 20px;
}
.cislen-banner.style-02 .button{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
    display: inline-block;
}
.cislen-banner.style-10 .button,
.cislen-banner.style-11 .button,
.cislen-banner.style-12 .button {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
    display: inline-block;
}

.cislen-banner.style-02 .button {
    padding-bottom: 5px;
}

.cislen-banner.style-08 .button:hover,
.cislen-banner.style-06 .bigtitle:hover a,
.cislen-iconbox.style-07 .button:hover {
    color: #ff3636;

}

.cislen-banner.style-02 .button::before,
.cislen-banner.style-08 .button::before,
.cislen-banner.style-05 .button::before,
.cislen-banner.style-06 .bigtitle::before,
.cislen-banner.style-10 .button::before,
.cislen-banner.style-11 .button::before,
.cislen-banner.style-12 .button::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 1px solid;
}

.cislen-banner.style-02 .button:hover::before,
.cislen-banner.style-05 .button:hover::before,
.cislen-banner.style-10 .button:hover::before,
.cislen-banner.style-11 .button:hover::before,
.cislen-banner.style-12 .button:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}

.cislen-banner.style-08 .button:hover::before,
.cislen-iconbox.style-07 .button:hover::before,
.cislen-banner.style-17 .button:hover::before{
    border-color: #ff3636;
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;

}
/*.cislen-banner.style-03*/
.cislen-banner.style-03 .banner-thumb {
    overflow: hidden;
}

.cislen-banner.style-03 .banner-inner img,
.cislen-banner.style-04 .banner-inner img,
.cislen-banner.style-06 .banner-inner img,
.cislen-banner.style-08 .banner-inner img,
.cislen-banner.style-10 .banner-inner img,
.cislen-banner.style-11 .banner-inner img,
.cislen-banner.style-12 .banner-inner img,
.cislen-blog.style-02 .blog-thumb img,
.cislen-blog.style-04 .blog-thumb img {
    width: 100%;
    transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.cislen-banner.style-01 .banner-inner img,
.cislen-banner.style-01.small .banner-inner img,
.cislen-banner.style-05 .banner-inner img,
.cislen-banner.style-09 .banner-inner img,
.cislen-banner.style-13 .banner-inner img,
.cislen-blog.style-01 .blog-thumb img {
    transition: 0.25s;
    width: 100%;
}

.cislen-banner.style-09 .banner-inner img {
    object-fit: cover;
    min-height: 350px;
}

.cislen-banner.style-01 .banner-inner:hover img,
.cislen-banner.style-01.small .banner-inner:hover img,
.cislen-banner.style-03 .banner-inner:hover img,
.cislen-banner.style-04 .banner-inner:hover img,
.cislen-banner.style-05 .banner-inner:hover img,
.cislen-banner.style-06 .banner-inner:hover img,
.cislen-banner.style-08 .banner-inner:hover img,
.cislen-banner.style-09 .banner-inner:hover img,
.cislen-banner.style-10 .banner-inner:hover img,
.cislen-banner.style-11 .banner-inner:hover img,
.cislen-banner.style-12 .banner-inner:hover img,
.cislen-banner.style-13 .banner-inner:hover img,
.cislen-blog.style-01 .blog-thumb:hover img,
.cislen-blog.style-02 .blog-thumb:hover img,
.cislen-blog.style-04 .blog-thumb:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.cislen-banner.style-03 .banner-info {
    position: absolute;
    top: 45%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cislen-banner.style-03 .bigtitle {
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 15px;
}

.cislen-banner.style-03 .desc {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.cislen-banner.style-03 .button {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 5px;
}
.cislen-banner.style-03 .button::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 1px solid #000;
}

.cislen-blog.style-03 .blog-heading{
    font-size: 20px;
    letter-spacing: 0.3em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 55px;
}

.cislen-blog.style-03 .blog-heading::before {
    position: absolute;
    content: '';
    width: 67px;
    border-bottom: 1px solid #c7c7c7;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*.cislen-banner.style-04*/
.cislen-banner.style-04 .banner-info,
.cislen-banner.style-06 .banner-info{
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
}
.cislen-banner.style-04 .bigtitle {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    min-width: 251px;
    height: 67px;
    background: #ffffff;
    line-height: 65px;
    text-align: center;
    letter-spacing: 0.2em;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.cislen-banner.style-04 .bigtitle a {
    position: relative;
}

.cislen-banner.style-04 .bigtitle::before {
    content: '';
    background-color: #ff3636;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -o-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -ms-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -moz-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
    -o-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
    -webkit-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
    transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);

}

.cislen-banner.style-04 .bigtitle:hover::before {
    opacity: 1;
    background-color: #ff3636;
    -moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    -o-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}

.cislen-banner.style-04 .bigtitle:hover a {
    color: #ffffff;
}

/*.cislen-banner.style-05*/
.cislen-banner.style-05 .bigtitle {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 6px;
}
.cislen-banner.style-05 .button {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
    overflow: hidden;
}
.cislen-banner.style-05.text-dark .bigtitle{
    color: #000;
}
.cislen-banner.style-05.text-dark .button{
    color: #000;
}
.cislen-banner.style-05 .button::before{
    border: 1px solid #000;
}
.cislen-banner.style-05 .banner-info {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 17%;
    left: 50%;
    text-align: center;
}
/*.cislen-banner.style-06*/
.cislen-banner.style-06 .bigtitle {
    font-size: 26px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 20px;
    transition: all 0.25s;
}

.cislen-banner.style-06 .bigtitle::before {
    width: 40%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    border: 1px solid #fff;
}

.cislen-banner.style-06 .bigtitle a {
    color: #ffffff !important;
}

.cislen-banner.style-06 .bigtitle:hover {
    padding-bottom: 10px;
}

/*.cislen-banner.style-07*/
.cislen-banner.style-07 .banner-inner {
    overflow: hidden;
    padding: 0;
    display: inherit;
    background: transparent;
}
.cislen-banner.style-07 .banner-thumb {
    float: left;
    width: 50%;
    overflow: hidden;
}

.cislen-banner.style-07 .banner-thumb img {
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
    width: 100%;
}

.cislen-banner.style-07:hover .banner-thumb img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.cislen-banner.style-07.right .banner-thumb {
    float: right;
}

.cislen-banner.style-07 .banner-info {
    float: left;
    width: 50%;
    display: table;
}

.cislen-banner.style-07 .banner-info-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cislen-banner.style-07 span.banner-image-icon {
    margin-bottom: 40px;
    display: inline-block;
}
.cislen-banner.style-07 .title {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}

.cislen-banner.style-07 .bigtitle {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
}

.cislen-banner.style-07 .desc {
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 28px;
}

.cislen-banner.style-07 .button {
    min-width: 161px;
    height: 50px;
    line-height: 50px;
    background: #000000;
    color: #ffffff;
    padding: 0 40px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
}
.cislen-banner.style-07.text-light .title,
.cislen-banner.style-07.text-light .bigtitle,
.cislen-banner.style-07.text-light .desc{
    color: #fff;
}
/*.cislen-banner.style-08*/
.cislen-banner.style-08 {
    padding-bottom: 35px;
    position: relative;
    display: inline-block;
}
.bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 285px;
    z-index: -1;
}
.style-08 .banner-info-inner {
    text-align: center;
    margin-top: 20px;
}
.cislen-banner.style-08 .bigtitle {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
}
.cislen-banner.style-08.text-dark .bigtitle {
    color: #000;
}
.cislen-banner.style-08 .banner-info-inner {
    text-align: center;
}
.cislen-banner.style-08 .button {
    font-size: 14px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    color:#000;
}
.cislen-banner.style-08.text-light .button {
    color: #fff;
}
.cislen-banner.style-08 .button,
.cislen-banner.style-10 .button,
.cislen-banner.style-11 .button,
.cislen-banner.style-11 .button {
    padding-bottom: 5px;
}
.b-right {
    float: right;
}
.b-center {
    display: table;
    margin: auto;
}
/*.cislen-banner.style-09*/
.cislen-banner.style-09 .banner-info {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 5%;
    text-align: center;
    z-index: 1;
}

.cislen-banner.style-09 .title {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 35px;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
}

.cislen-banner.style-09 .title::before {
    position: absolute;
    content: '';
    height: 48px;
    border-left: 1px solid #000;
    bottom: -30px;
    left: 50%;
}

.cislen-banner.style-09 .bigtitle {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #000000;
}

.cislen-banner.style-09 .desc {
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
}

.cislen-banner.style-09 .button {
    min-width: 161px;
    height: 48px;
    line-height: 46px;
    background: #000000;
    padding: 0 40px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
}

.cislen-banner.style-09 .button span,
.cislen-banner.style-07 .button span {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.cislen-banner.style-09 .button::before,
.cislen-banner.style-07 .button::before {
    background: #fc3c3c;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -1px;
    right: 0;
    content: "";
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.cislen-banner.style-09 .button:hover::before,
.cislen-banner.style-07 .button:hover::before {
    webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.cislen-banner.style-09 .button:hover {
    color: #fff;
}

/*.cislen-banner.style-10*/
.cislen-banner.style-10 .banner-info {
    position: absolute;
    left: 50%;
    bottom: 60px;
    text-align: center;
    min-width: 80%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cislen-banner.style-10 .title,
.cislen-banner.style-11 .title,
.cislen-banner.style-12 .title,
.cislen-banner.style-13 .title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cislen-banner.style-10 .title {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 4px;
}
.cislen-banner.style-10 .bigtitle {
    font-size: 40px;
    font-weight: 300;
    color: #ffffff;
}
div.cislen-banner.style-10 .button{
    font-size: 16px;
}
.cislen-banner.style-11 .bigtitle,
.cislen-banner.style-12 .bigtitle {
    font-size: 30px;
    color: #ffffff;
}

/*.cislen-banner.style-11*/
.cislen-banner.style-11 .banner-info {
    position: absolute;
    text-align: center;
    display: inline-block;
    top: 50%;
    left: 12px;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.cislen-banner.style-11 .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 290px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.cislen-banner.style-11 .bigtitle {
    margin-bottom: 25px;
}

.cislen-banner.style-11 .banner-inner::before {
    position: absolute;
    content: '';
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background: #9b7964;
    z-index: 2;
    opacity: 0.75;
}

/*.cislen-banner.style-12*/
.cislen-banner.style-12 .banner-info {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cislen-banner.style-12 .title,
.cislen-banner.style-12 .bigtitle {
    margin-bottom: 10px;
}

.cislen-banner.style-12 .button {
    padding-bottom: 5px;
}

/*.cislen-banner.style-13*/
.cislen-banner.style-13 .banner-info {
    position: absolute;
    text-align: center;
    display: inline-block;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cislen-banner.style-13 .bigtitle {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cislen-banner.style-13 .button {
    min-width: 241px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ffffff;
    padding: 0 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
    overflow: hidden;
}

.cislen-banner.style-13 .button::before,
.cislen-banner.style-15 .button::before {
    z-index: -1;
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -o-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -ms-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -moz-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
    -o-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
    -webkit-transition: transform 0.5s cubic-bezier(.59, .03, .2, 1);
    transition: all 0.5s cubic-bezier(.59, .03, .2, 1);
    opacity: 0;
}

.cislen-banner.style-13 .button:hover::before,
.cislen-banner.style-15 .button:hover::before {
    opacity: 1;
    background-color: #fff;
    -moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    -o-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}

.cislen-banner.style-13 .button:hover {
    color: #ff3636;
}

/*.cislen-banner.style-14*/
.cislen-banner.style-14 .banner-thumb {
    position: relative;
}

.cislen-banner.style-14 .banner-info {
    position: absolute;
    top: 50%;
    left: 73%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cislen-banner.style-14 .bigtitle {
    font-size: 40px;
    font-weight: 300;
}

.cislen-banner.style-14 .desc {
    font-size: 14px;
    margin-bottom: 40px;
}

.cislen-banner.style-14 .button {
    min-width: 210px;
    height: 47px;
    padding: 0 47px;
    line-height: 45px;
    border: 1px solid #000000;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #000000;
}

.cislen-banner.style-14 .button:hover {
    background: #000000;
    color: #ffffff;
}

/*.cislen-banner.style-15*/
.cislen-banner.style-15 .banner-inner {
    position: relative;
}

.cislen-banner.style-15 img {
    min-height: 250px;
    object-fit: cover;
}

.cislen-banner.style-15 .banner-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cislen-banner.style-15 .desc {
    font-weight: 300;
    font-size: 16px;
    color: #868686;
    margin-bottom: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cislen-banner.style-15 .bigtitle {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    position: relative;
    margin-left: 40px;
    padding-left: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.cislen-banner.style-15 .bigtitle::before {
    content: '';
    position: absolute;
    width: 33px;
    bottom: 50%;
    left: -41px;
    border-bottom: 1px solid #ffffff;
}

.cislen-banner.style-15 .button {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    min-width: 241px;
    height: 50px;
    text-align: center;
    display: inline-block;
    line-height: 48px;
    border: 1px solid #ffffff;
    position: relative;
    overflow: hidden;
}

.cislen-banner.style-15 .button:hover {
    color: #ff3636;
}
/*.cislen-banner.style-16*/
.cislen-banner.style-16 {
    position: relative;
    overflow: hidden;
}
.cislen-banner.style-16:hover figure.banner-thumb img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.cislen-banner.style-16 figure.banner-thumb img {
    width: 100%;
    transition: transform 0.8s cubic-bezier(0, 0, .44, 1.18) 0s;
    -o-transition: -o-transform 0.8s cubic-bezier(0, 0, .44, 1.18) 0s;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, .44, 1.18) 0s;
}
.cislen-banner.style-16 .banner-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 120px;
}
.cislen-banner.style-16 .title {
    font-weight: 300;
    font-size: 40px;
}
.cislen-banner.style-16.text-light .title {
    color: #fff;
}
.cislen-banner.style-16 h3.bigtitle::before {
    content: "";
    width: 75px;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cislen-banner.style-16 h3.bigtitle {
    font-size: 50px;
    font-weight: 300;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 15px;
}
.cislen-banner.style-16.text-light .bigtitle {
    color: #fff;
}
.cislen-banner.style-16 a.button {
    line-height: 44px;
    min-width: 165px;
    padding: 0 30px;
    background: #000;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    margin-top: 29px;
    text-align: center;
}
.cislen-banner.style-16.text-light a.button {
    color: #000;
    background: #fff;
}
.cislen-banner.style-16 a.button:hover,
.cislen-banner.style-16.text-light a.button:hover{
    background-color: #ff3636;
    color: #ffffff;
}
/*.cislen-banner.style-17*/
.cislen-banner.style-17 {
    text-align: center;
    padding: 0 50px;
    background: transparent!important;
}
.cislen-banner.style-17 .banner-inner {
    display: inline-block;
}
.cislen-banner.style-17 h3.bigtitle {
    font-size: 38px;
    font-weight: 300;
    margin: 30px 0 10px;
    color: #000;
}
.cislen-banner.style-17 a.button::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-bottom: 2px solid;
}
.cislen-banner.style-17 a.button {
    font-size: 14px;
    color: #000;
    display: inline-block;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
}
.cislen-banner.style-17 a.button:hover{
    color: #ff3636;
}
.cislen-banner.style-17 figure.banner-thumb {
    position: relative;
}
.cislen-banner.style-17 figure.banner-thumb::before {
    content: "";
    border-bottom: 1px solid #e9e9e9;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: -1;
    width: 999999em;
}
.style-17 .bg-overlay {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
}
div.owl-item:hover .style-17 .banner-thumb img{
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: smoothFadeInRight;
}
/*.cislen-banner.style-18*/
.style-18 .banner-inner {
    overflow: hidden;
}
.cislen-banner.style-18 .banner-info {
    position: absolute;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
.cislen-banner.style-18:hover .banner-thumb img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.cislen-banner.style-18 .banner-thumb img {
    width: 100%;
    transition: transform 0.3s linear 0s;
    -o-transition: -o-transform 0.3s linear 0s;
    -webkit-transition: -webkit-transform 0.3s linear 0s;
}
.style-18:hover h3.bigtitle {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.style-18 h3.bigtitle {
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 8px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-transform: uppercase;
    transition: transform 0.4s linear 0s;
    -o-transition: -o-transform 0.4s linear 0s;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
}
.style-18:hover a.button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.style-18 a.button {
    font-size: 16px;
    font-weight: 600;
    transition: opacity 0.4s linear 0s,transform 0.4s linear 0s,visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s linear 0s,-o-transform 0.4s linear 0s,visibility 0.4s linear 0s;
    -webkit-transition: opacity 0.4s linear 0s,-webkit-transform 0.4s linear 0s,visibility 0.4s linear 0s;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
}
.style-18 a.button::before {
    content: "";
    border-bottom: 2px solid;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: bottom 0.4s linear 0s;
    -o-transition: bottom 0.4s linear 0s;
    -webkit-transition: bottom 0.4s linear 0s;
}
.style-18 a.button:hover::before {
    bottom: 3px;
}
.style-18 a.button {
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    position: relative;
    display: inline-block;
}
.style-18 a.button:hover {
    color: #ff3636;
}
/*.cislen-banner.style-19*/
.cislen-banner.style-19 .banner-info {
    padding: 20px;
    position: absolute;
    color: #fff;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cislen-banner.style-19 h6.title {
    font-size: 18px;
    position: relative;
    letter-spacing: 5px;
    font-weight: 600;
    margin: 0 0 7px;
    text-transform: uppercase;
}
.cislen-banner.style-19.text-light h6.title {
    color: #fff;
}
.cislen-banner.style-19.text-light h3.bigtitle {
    color: #fff;
}
.cislen-banner.style-19 h3.bigtitle {
    font-size: 90px;
    font-weight: 100;
    color: #fff;
    line-height: 1.2;
}
.cislen-banner.style-19 a.button {
    line-height: 50px;
    display: inline-block;
    min-width: 180px;
    background: #000;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 28px;
    font-weight: 600;
}
.cislen-banner.style-19.text-light a.button {
    background: #ffffff;
    color: #000000;
}
.cislen-banner.style-19 a.button:hover,
.cislen-banner.style-19.text-light a.button:hover{
    background: #ff3636;
    color: #ffffff;
}
/*cislen-banner.style-20*/
.cislen-banner.style-20 .banner-content {
    display: flex;
    align-items: center;
}
.style-20 .banner-info {
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.style-20 h6.title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    padding-left: 50px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.style-20 h6.title::before {
    content: "";
    width: 30px;
    border-bottom: 2px solid;
    position: absolute;
    top: 50%;
    left: 0;
}
.style-20 h3.bigtitle {
    font-size: 60px;
    font-weight: 300;
}
.style-20 a.button {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    display: inline-block;
    min-width: 165px;
    line-height: 44px;
    background: #000;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.style-20 a.button:hover {
    color: #ffffff;
    background: #ff3636;
}
.style-20 .desc {
    margin-bottom: 30px;
    margin-top: 28px;
}
.cislen-banner.style-21 {
    width: 100%;
}
.banner-inner {
    position: relative;
    overflow: hidden;
}
.style-21 .banner-info {
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 0;
    text-align: center;
    z-index: 2;
    transition: transform 0.4s linear 0s;
    -o-transition: -o-transform 0.4s linear 0s;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
}
.style-21:hover .banner-info {
    -webkit-transform: translate3d(0,20px,0);
    -moz-transform: translate3d(0,20px,0);
    -ms-transform: translate3d(0,20px,0);
    -o-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.style-21:hover .banner-thumb img {
    -webkit-transform: translate3d(-30px,0,0);
    -moz-transform: translate3d(-30px,0,0);
    -ms-transform: translate3d(-30px,0,0);
    -o-transform: translate3d(-30px,0,0);
    transform: translate3d(-30px,0,0);
}
.style-21 .banner-thumb img {
    max-width: calc(100% + 30px);
    transition: transform 0.4s linear 0s;
    -o-transition: -o-transform 0.4s linear 0s;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
}
.style-21 h3.bigtitle {
    font-size: 24px;
    color: #fff;
}
.cislen-banner.style-21 .button {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
    display: inline-block;
}
.cislen-banner.style-21 .button::before{
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 1px solid;
}
.cislen-banner.style-21 .button:hover::before{
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
.cislen-banner.style-21 .banner-inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,0.42)), color-stop(100%, rgba(0,0,0,0.7))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
}
/*.cislen-banner.style-22*/
.cislen-banner.style-22 .bigtitle {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.cislen-banner.style-22 .button {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
    overflow: hidden;
}
.cislen-banner.style-22.text-dark .bigtitle{
    color: #000;
}
.cislen-banner.style-22.text-dark .button{
    color: #000;
}
.cislen-banner.style-22 .button::before{
    border: 1px solid #000;
}
.cislen-banner.style-22 .banner-info {
    position: absolute;
    bottom: 90px;
    left: 60px;
}
.cislen-banner.style-22 .button::before{
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 1px solid;
}
.cislen-banner.style-22 .button:hover::before{
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
.cislen-banner.style-22 .banner-inner img,
.cislen-banner.style-23 .banner-inner img{
    transition: 0.25s;
    width: 100%;
}
.cislen-banner.style-22 .banner-inner:hover img,
.cislen-banner.style-23 .banner-inner:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/*.cislen-banner.style-23*/
.cislen-banner.style-23 .bigtitle {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.cislen-banner.style-23 .button {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
    overflow: hidden;
}
.cislen-banner.style-23.text-dark .bigtitle{
    color: #000;
}
.cislen-banner.style-23.text-dark .button{
    color: #000;
}
.cislen-banner.style-23 .button::before{
    border: 1px solid #000;
}
.cislen-banner.style-23 .banner-info {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 85px;
    left: 50%;
    text-align: center;
}
.cislen-banner.style-23 .button::before{
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 1px solid;
}
.cislen-banner.style-23 .button:hover::before{
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
.style-24 .banner-info {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0,-100%,0);
    padding: 65px 0 70px 70px;
    width: 100%;
    background: #fff;
    transition: transform 0.4s linear 0s;
}
.style-24:hover .banner-info {
    transform: translate3d(0,0,0);
}
.cislen-banner.style-24 figure.banner-thumb img {
    transition: transform 0.3s linear 0s;
}
.cislen-banner.style-24:hover figure.banner-thumb img {
     transform: translate3d(0,50px,0);
}
.style-24 .banner-info::before {
    content: "";
    width: 0;
    position: absolute;
    top: 0;
    left: 50%;
    border-bottom: 2px solid #ff3636;
    transition: width 0.7s linear 0s;
}
.style-24 .banner-info::after {
    content: "";
    width: 0;
    position: absolute;
    top: 0;
    right: 50%;
    border-bottom: 2px solid #ff3636;
    transition: width 0.7s linear 0s;
}
.style-24:hover .banner-info::after,
.style-24:hover .banner-info::before{
    width: 50%;
}
.style-24 .title {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
    color: #898888;
}
.style-24 .bigtitle {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 14px;
}
.cislen-banner.style-24 .button {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
    overflow: hidden;
}
.cislen-banner.style-24 .button::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 1px solid;
}
.cislen-banner.style-24 .button:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
.cislen-slider .owl-item{
    transition: filter 0.3s linear 0s;
    -o-transition: filter 0.3s linear 0s;
    -webkit-transition: filter 0.3s linear 0s;
}
.cislen-slider .owl-item.item-hover {
    filter: brightness(0.5);
}
/*.cislen-banner.style-25*/
.cislen-banner.style-25 .banner-info {
    padding: 20px;
    position: absolute;
    color: #fff;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-slide.active .cislen-banner.style-25 .banner-inner img {
    animation: kenburns 20s infiniter;
    -ms-animation: kenburns 20s infinite;
    -webkit-animation: kenburns 20s infinite;
    -o-animation: kenburns 20s infinite;
    -moz-animation: kenburns 20s infinite;
}
.cislen-banner.style-25 h6.title {
    font-size: 18px;
    position: relative;
    letter-spacing: 6px;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.cislen-banner.style-25.text-light h6.title {
    color: #fff;
}
.cislen-banner.style-25.text-light h3.bigtitle {
    color: #fff;
}
.cislen-banner.style-25 h3.bigtitle {
    font-size: 100px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
}
.cislen-banner.style-25 a.button {
    line-height: 50px;
    display: inline-block;
    min-width: 190px;
    background: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: none;
    margin-top: 28px;
    font-weight: 500;
}
.cislen-banner.style-25.text-light a.button {
    background: #ff3636;
    color: #ffffff;
}
.cislen-banner.style-26 .banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 390px;
    min-height: 360px;
    padding: 20px;
    text-align: center;
    display: flex;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    align-items: center;
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    justify-content: center;
    transition: transform 0.3s linear 0s;
}
.style-26 h3.bigtitle {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 500;
}
.style-26 .banner-thumb img {
    transition: transform 0.35s linear 0s, filter 0.35s linear 0s;
    -o-transition: -o-transform 0.35s linear 0s, filter 0.35s linear 0s;
    -webkit-transition: -webkit-transform 0.35s linear 0s, filter 0.35s linear 0s;
}
.style-26:hover .banner-thumb img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    filter: brightness(0.9);
}
.cislen-banner.style-26 .button {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
    overflow: hidden;
}
.cislen-banner.style-26 .button::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 1px solid;
}
.cislen-banner.style-26 .button:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
.cislen-banner.style-26 .banner-info::before {
    border: 1px solid #fff;
    position: absolute;
    content: "";
    top: -1%;
    left: -1%;
    bottom: -1%;
    right: -1%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transition: transform 0.35s linear 0s;
    -o-transition: -o-transform 0.35s linear 0s;
    -webkit-transition: -webkit-transform 0.35s linear 0s;
}
.cislen-banner.style-26 .banner-info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.35s linear 0s;
    -o-transition: -o-transform 0.35s linear 0s;
    -webkit-transition: -webkit-transform 0.35s linear 0s;
    background: #fff;
    z-index: -1;
}
.cislen-banner.style-26:hover .banner-info::after {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
.cislen-banner.style-26:hover .banner-info::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*Cislen Video*/
.cislen-video {
    text-align: center;
}
.video-inner {
    position: relative;
    display: inline-block;
}
h3.title-video-left {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -55px;
    color: #000;
    font-weight: 600;
    padding-left: 125px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0;
    transform-origin: top left;
}
h3.title-video-left::before {
    content: "";
    width: 100px;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
    left: 0;
}
h3.title-video-right {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    padding-right: 125px;
    right: -60px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: right bottom;
    margin: 0;
}
h3.title-video-right::before {
    content: "";
    width: 100px;
    border-bottom: 1.2px solid;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cislen-video-button a {
    width: 85px;
    height: 85px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    line-height: 85px;
    text-align: center;
    top: 50%;
    letter-spacing: -4px;
    font-size: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #000;
}
.cislen-video-button a::before {
    content: "";
    border: 2px solid rgba(255,255,255,.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0);
}
.cislen-video-button a:hover::before {
    top:-7px;
    left: -7px;
    bottom: -7px;
    right:-7px;
    box-shadow: 0 0 10px rgba(255, 255, 255, .8);
}
/*------------------------
1.2 CISLEN-TAB
-------------------------*/
.tab-container {
    position: relative;
}

.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
    -webkit-transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
}

.tab-container .tab-panel.active {
    opacity: 1;
    visibility: visible;
    position: static;
    height: auto;
    overflow: inherit;
}

.cislen-tabs {
    position: relative;
    z-index: 1;
}

.cislen-tabs .tab-link {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.cislen-tabs .tab-link::before,
.cislen-tabs .tab-link::after {
    content: '';
    display: table;
}

.cislen-tabs .tab-link::after {
    clear: both;
}

.cislen-tabs .tab-head .tab-link li.dropdown {
    display: none !important;
    position: absolute;
    top: 2px;
    right: 85px;
    padding: 0 !important;
}

.cislen-tabs .tab-head .tab-link li.dropdown a {
    width: 20px;
    text-align: center;
}

.cislen-tabs .tab-head .tab-link li.dropdown a::before {
    display: none;
}

.cislen-tabs .tab-head .tab-link li.dropdown > a > span {
    font-size: 22px;
}

.cislen-tabs .tab-head .tab-link li[style="display: none;"] ~ .dropdown {
    display: inline-block !important;
}

.cislen-tabs .dropdown-menu {
    border: none;
    text-align: left;
    box-shadow: 0 0 9px rgba(0, 0, 0, .175);
    right: -10px;
}

.cislen-tabs .dropdown-menu > li > a {
    padding: 5px 10px !important;
}

.cislen-tabs .dropdown-menu > li > a:focus,
.cislen-tabs .dropdown-menu > li > a:hover {
    background-color: transparent;
}

.cislen-tabs .dropdown-menu > .active > a {
    background-color: transparent;
}

.cislen-tabs .tab-head .tab-link {
    list-style-type: none;
    text-align: center;
    margin-bottom: 65px;
}

.cislen-tabs .tab-head .tab-link li {
    display: inline-block;
    margin-right: 40px;
}

.cislen-tabs .tab-head .tab-link li:last-child {
    margin-right: 0;
}
.cislen-tabs .tab-head .tab-link li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: block;
    letter-spacing: 3px;
    padding-bottom: 8px;
}
.cislen-tabs .tab-head .tab-link li:hover a,
.cislen-tabs .tab-head .tab-link li.active a {
    color: #000000;
}

.cislen-tabs .tab-head .tab-link li a::before {
    content: '';
    position: absolute;
    border: 1px solid #ff3636;
    width: 100%;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cislen-tabs .tab-head .tab-link li a:hover::before,
.cislen-tabs .tab-head .tab-link li.active a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product-info.equal-elem .product-title a {
    color: #000;
    font-size: 14px;
}

.product-info.equal-elem .product-title a:hover {
    color: #ff3636;
}

.woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 400;
}

.cislen-products.light .product-info.equal-elem .product-title a,
.cislen-products.light .product-info .product-title a,
.cislen-products.light .product-inner .price {
    color: #ffffff;
}

/*=========================
1.4 DETAIL PRODUCT
===========================*/

/*=================
1.5 CISLEN-ICONBOX
===================*/
/*.cislen-iconbox.style-01*/
.cislen-iconbox.style-01 .iconbox-inner {
    border: 2px solid #dbdbdb;
    padding: 45px 20px 45px 37px;
    overflow: hidden;
}

.cislen-iconbox.style-01 .icon {
    display: inline-block;
    font-size: 50px;
    margin-right: 15px;
    color: #000000;
    float: left;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.cislen-iconbox.style-01 .icon:hover,
.cislen-iconbox.style-02 .icon:hover,
.cislen-iconbox.style-03 .icon:hover,
.cislen-iconbox.style-04 .icon:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.cislen-iconbox.style-01 .content {
    overflow: hidden;
}
.cislen-iconbox.style-01 .title,
.cislen-iconbox.style-02 .title,
.cislen-iconbox.style-03 .title {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.cislen-iconbox.style-03 .title {
    margin-bottom: 13px;
}

.cislen-iconbox.style-01 .desc {
    font-size: 14px;
    color: #868686;
}

.cislen-iconbox.style-02 .desc,
.cislen-iconbox.style-03 .desc,
.cislen-iconbox.style-04 .desc,
.cislen-iconbox.style-05 .desc {
    font-size: 14px;
    color: #868686;
    margin: auto;
    max-width: 370px;
}

.cislen-iconbox.style-03 .desc {
    max-width: 330px;
}

/*.cislen-iconbox.style-02*/
.owl-item .cislen-iconbox.style-02 .iconbox-inner {
    border-left: 1px solid rgba(211, 211, 211,.2);
    padding: 60px 20px;
    text-align: center;
}

.owl-item.item-first .cislen-iconbox.style-02 .iconbox-inner {
    border-left: none;
}

.cislen-iconbox.style-02 .icon {
    font-size: 50px;
    margin-bottom: 20px;
    color: #000000;
    transition: 0.8s;
}
.cislen-iconbox.style-02.text-light .title,
.cislen-iconbox.style-02.text-light .desc,
.cislen-iconbox.style-02 .icon{
    color: #fff;
}
.cislen-iconbox.style-02 .title {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
}
/*.cislen-iconbox.style-03*/
.owl-item .cislen-iconbox.style-03 .iconbox-inner {
    position: relative;
    text-align: center;
    padding: 0 10px;
}

.cislen-iconbox.style-03 .icon {
    font-size: 50px;
    margin-bottom: 20px;
    color: #ff3636;
    transition: 0.8s;
    padding-top: 5px;
}

.owl-item .cislen-iconbox.style-03 .content::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #868686;
    width: 50px;
    top: 30%;
    right: -25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-item .cislen-iconbox.style-03 .title::before {
    position: absolute;
    content: '';
    border: 3px solid #ffffff;
    background: #868686;
    width: 12px;
    height: 12px;
    top: 26%;
    right: -6px;
    border-radius: 50%;
    z-index: 2;
}

.owl-item .cislen-iconbox.style-03 .content::after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #868686;
    width: 50px;
    top: 30%;
    right: -25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.owl-item.item-last .cislen-iconbox.style-03 .content::before,
.owl-item.item-last .cislen-iconbox.style-03 .title::before,
.owl-item.item-last .cislen-iconbox.style-03 .content::after {
    display: none;
}

/*.cislen-iconbox.style-04*/
.cislen-iconbox.style-04 .title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 30px;
}

.owl-item .cislen-iconbox.style-04 .iconbox-inner {
    border-left: 1px solid rgba(247, 247, 247, 0.3);
    padding: 27px;
    text-align: center;
}

.owl-item.item-first .cislen-iconbox.style-04 .iconbox-inner {
    border-left: none;
}

.cislen-iconbox.style-04 .icon {
    font-size: 50px;
    margin-bottom: 20px;
    color: #ffffff;
    transition: 0.8s;
}

.cislen-iconbox.style-04 .iconbox-inner .icon span {
    display: inline-block;
}

.cislen-iconbox.style-04:hover .iconbox-inner .icon span {
    animation: bounceIn 0.3s ease;
}

span.flaticon-delivery-truck {
    font-size: 54px;
    position: relative;
}

/*.cislen-iconbox.style-05*/
.cislen-iconbox.style-05 .title {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cislen-iconbox.style-05 .iconbox-inner {
    border-right: 2px solid #ffffff;
    text-align: center;
}

.cislen-iconbox.style-05 .icon {
    font-size: 50px;
    color: #ffffff;
    min-width: 180px;
    height: 180px;
    line-height: 178px;
    border-radius: 50%;
    margin: auto;
    display: inline-block;
    margin-bottom: 20px;
    transition: 1.5s;
    overflow: hidden;
}

.cislen-iconbox.style-05 .icon:hover {
    -webkit-transform: rotateY(180deg);;
    -moz-transform: rotateY(180deg);;
    -ms-transform: rotateY(180deg);;
    -o-transform: rotateY(180deg);;
    transform: rotateY(180deg);;
    transition: 1.5s;
}

/*.cislen-iconbox.style-06*/
.cislen-iconbox.style-06 {
    text-align: center;
}

.cislen-iconbox.style-06 .icon {
    margin-bottom: 30px;
    font-size: 44px;
    color: #000000;
}

.cislen-iconbox.style-06 .title {
    font-size: 40px;
    color: #000000;
    font-weight: 300;
    line-height: 55px;
    margin-bottom: 20px;
}

.cislen-iconbox.style-06 .button {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    overflow: hidden;
}

.cislen-iconbox.style-06 .button:hover {
    color: #ff3636;
}

.cislen-iconbox.style-06 .button::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #000000;
    width: 100%;
    bottom: 0;
}

.cislen-iconbox.style-06 .button:hover::before {
    border-color: #ff3636;
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}

/*.cislen-iconbox.style-07*/
.cislen-iconbox.style-07 {
    text-align: center;
}

.cislen-iconbox.style-07 .icon {
    margin-bottom: 45px;
}

.cislen-iconbox.style-07 .title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.3em;
    position: relative;
    padding-bottom: 30px;
}

.cislen-iconbox.style-07 .title::before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 67px;
    border-bottom: 1px solid #c7c7c7;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cislen-iconbox.style-07 .desc {
    font-size: 26px;
    font-style: italic;
    color: #000000;
    margin: 40px 0 50px;
    line-height: 40px;
}

.cislen-iconbox.style-07 .button {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    display: inline-block;
}

.cislen-iconbox.style-07 .button::before {
    content: '';
    position: absolute;
    border: 1px solid #000000;
    width: 100%;
    bottom: 0;
}

.owl-item .cislen-iconbox {
    transition: 0.35s;
    -o-transition: 0.35s;
    -webkit-transition: 0.35s;
    position: relative;
    top: 0;
    cursor: pointer;
}
.owl-item .cislen-iconbox.style-08:hover {
    box-shadow: 0 15px 25px rgba(0,0,0,.08);
    top: -10px;
    z-index: 1;
}
.style-08 .iconbox-inner {
    text-align: center;
    padding: 40px;
}
.cislen-iconbox.style-08 .icon {
    font-size: 50px;
    color: #ff3636;
}
.cislen-iconbox.style-08 h4.title {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0 5px;
}
.cislen-iconbox.style-08 .desc {
    color: #868686;
    font-size: 14px;
}
/*=================
1.6 CISLEN-TITLE
===================*/
/*.cislen-title.style1*/
.cislen-title.style1,
.cislen-title.style2 {
    text-align: center;
}
.cislen-title.style1 .block-title {
    font-size: 14px;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 0;
}
.cislen-title.style1.light .block-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.3em;
}

.cislen-title.style1 .block-title::before {
    position: absolute;
    content: '';
    width: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 2px solid #000;
    bottom: 0;
}

.cislen-title.style1.light .block-title::before {
    border-color: #4a4a4a;
}

.cislen-title.style1.light.line-red .block-title::before {
    border-bottom: 1px solid #ff3636;
}

/*.cislen-title.style2*/
.cislen-title.style2 .block-title {
    font-size: 40px;
    font-weight: 300;
    padding: 0 20px;
    background: #ffffff;
    z-index: 10;
    position: relative;
    display: inline-block;
}
.cislen-title.style2 .title-inner {
    position: relative;
    overflow: hidden;
}

.cislen-title.style2 .title-inner::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    top: 50%;
    left: 0;
}

/*.cislen-title.style3*/
.cislen-title.style3 .title-inner {
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
}
.cislen-title.style3 .block-title {
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: inline-block;
}

.cislen-title.style3.light .block-title {
    color: #ffffff;
}
.cislen-title.style3.light .block-title::after {
    content: url('assets/images/line-light.png');
}
/*.cislen-title.style4*/
.cislen-title.style4 .block-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 18px;

}
.cislen-title.style4 .block-title::before {
    position: absolute;
    content: '';
    width: 40px;
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 0;
}

/*.cislen-title.style6*/
.cislen-title.style6 .block-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid;
    padding: 0 25px;
    line-height: 50px;
    margin: 0;
    min-width: 230px;
}
.cislen-title.style6 .title-inner {
    position: relative;
    text-align: center;
}
.cislen-title.style6.light .block-title {
    color: #fff;
}
/*.cislen-title.style7 */
.cislen-title.style7 .block-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cislen-title.style7 .title-inner {
    position: relative;
    padding-top: 35px;
    margin-top: 85px;
}

.cislen-title.style7 .title-inner::before {
    position: absolute;
    content: '';
    height: 86px;
    border-left: 1px solid #ebebeb;
    left: 50%;
    bottom: 100%;
}
.cislen-title.style5 .block-title {
    font-size: 35px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.cislen-title.style5 .block-title::before {
    position: absolute;
    content: '';
    width: 50px;
    border-bottom: 1px solid #000000;
    bottom: 0;
    left: 0;
}

/*.cislen-title.style8*/
.cislen-title.style8 .block-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.2em;
    position: relative;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.cislen-title.style8 .block-title::before {
    position: absolute;
    content: '';
    width: 40px;
    border-bottom: 2px solid #ff3636;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*.cislen-title.style9*/
.cislen-title.style9 h3.block-title {
    FONT-SIZE: 16PX;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 15px 0;
    margin: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.cislen-title.style9 h3.block-title::before {
    content: "\f04b";
    font-family: Fontawesome;
    position: absolute;
    top: 0;
    font-size: 8px;
    color: #ff3636;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}
.cislen-title.style9 h3.block-title::after {
    content: "";
    width: 65px;
    border-bottom: 2px solid #ff3636;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*cislen-title.style10*/
.cislen-title.style10 .title-inner {
    text-align: center;
}
.cislen-title.style10 h3.block-title {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
    min-width: 225px;
    margin: 0;
    letter-spacing: 1px;
    background: #000;
    color: #fff;
}
/*cislen-title.style11*/
.cislen-title.style11 .block-title {
    position: relative;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}
.cislen-title.style11 figure.title-icon {
    margin-bottom: 22px;
    text-align: center;
}
/*.cislen-title.style12*/
.cislen-title.style12 h3.block-title::before {
    content: "";
    width: 115px;
    border-bottom: 1px solid;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cislen-title.style12 h3.block-title {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding-bottom: 33px;
    position: relative;
    text-align: center;
}
.cislen-title.style12 figure.title-icon {
    margin-bottom: 22px;
    text-align: center;
}
.cislen-title.style14 h3.block-title {
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
/*======================
1.7 CISLEN-NEWSLETTERS
========================*/
/*.cislen-newsletter.style-01.light*/
.cislen-newsletter.style-01.light .icon > span,
.cislen-newsletter.style-01.light .newsletter-title {
    color: #ffffff;
}

.cislen-newsletter.style-01.light .newsletter-form-wrap input {
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.cislen-newsletter.style-01.light .newsletter-form-wrap button {
    color: #ffffff;
}

/*.cislen-newsletter.style-06*/
.cislen-newsletter.style-06 .newsletter-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 34px;
}

.cislen-newsletter.style-10 .newsletter-form-wrap-inner,
.cislen-newsletter.style-06 .newsletter-form-wrap-inner {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 600px;
    max-width: 100%;
    margin: auto;
    border-bottom: 2px solid #fff;
    height: 50px;
}

.cislen-newsletter.style-10 .email,
.cislen-newsletter.style-06 .email {
    background: none;
    border: none;
    padding-left: 0;
}

.cislen-newsletter.style-06 .email {
    width: 100%;
    padding-right: 120px;
}

.cislen-newsletter.style-06 .newsletter-form-wrap-inner {
    border-bottom: 2px solid #000000;
    height: 50px;
}

.cislen-newsletter.style-06 .submit-newsletter {
    background: none;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    position: absolute;
    top: 0;
    right: 0;
}

.cislen-newsletter.style-06 .submit-newsletter:hover {
    color: #ff3636;
}

.cislen-newsletter.style-06 .submit-newsletter::before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 0;
    font-size: 18px;
    margin-top: -1px;
}

/*.cislen-newsletter.style-05*/
.cislen-newsletter.style-05 .newsletter-inner {
    text-align: center;
}
.cislen-newsletter.style-05 .newsletter-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.cislen-newsletter.style-05 .newsletter-description {
    font-size: 14px;
    color: #868686;
    margin-bottom: 20px;
}

.cislen-newsletter.style-05.light .newsletter-title {
    color: #fffefe;
}
.cislen-newsletter.style-05 .newsletter-form-wrap-inner {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 330px;
    margin: auto;
}
.cislen-newsletter.style-05 .email {
    border: 2px solid #fff;
    border-right: none;
    color: #868686;
    height: 56px;
    line-height: 52px;
    width: 100%;
    background: #fff;
}
.cislen-newsletter.style-05.light .email {
    border: 2px solid #3a3a3a;
    background: none;
    border-right: none;
    color: #868686;
    height: 52px;
    padding-left: 20px;
    line-height: 48px;
    width: 100%;
}
.cislen-newsletter.style-05 .submit-newsletter {
    font-size: 12px;
    color: #ffffff;
    background: #ff3636;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0 25px;
    position: absolute;
    top: 0;
    right: 0;
}
.cislen-newsletter.style-05 .submit-newsletter span,
.cislen-newsletter.style-11 .submit-newsletter span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.cislen-newsletter.style-04 .submit-newsletter:hover span,
.cislen-newsletter.style-09 .submit-newsletter:hover span,
.cislen-newsletter.style-11 .submit-newsletter:hover span {
    color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.cislen-newsletter.style-05 .submit-newsletter:hover{
    color: #ffffff;
}
.cislen-newsletter.style-05.light .submit-newsletter:hover,
.cislen-newsletter.style-04 .submit-newsletter:hover,
.cislen-newsletter.style-09 .submit-newsletter:hover,
.cislen-newsletter.style-11 .submit-newsletter:hover {
    color: #ff3636;
}
.cislen-newsletter.style-05 .submit-newsletter:hover::before{
    webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    background: #000;
}
.cislen-newsletter.style-05 .submit-newsletter::before,
.cislen-newsletter.style-04 .submit-newsletter::before,
.cislen-newsletter.style-09 .submit-newsletter::before,
.cislen-newsletter.style-11 .submit-newsletter::before {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1px;
    content: "";
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.cislen-newsletter.style-04 .submit-newsletter::before,
.cislen-newsletter.style-09 .submit-newsletter::before,
.cislen-newsletter.style-11 .submit-newsletter::before {
    background: #ff3636;
}
.cislen-newsletter.style-04 .newsletter-form-wrap button::after {
    content: "\f105";
    font-family: Flaticon;
    font-size: 22px;
    font-weight: 400;
    z-index: 1;
    color: #fff;
    position: relative;
}
.cislen-newsletter.style-05.light .submit-newsletter:hover::before,
.cislen-newsletter.style-04 .submit-newsletter:hover::before,
.cislen-newsletter.style-09 .submit-newsletter:hover::before,
.cislen-newsletter.style-11 .submit-newsletter:hover::before {
    webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.cislen-newsletter.style-09 .submit-newsletter:hover::before {
    border: 2px solid #ff3636;
    border-left: none;
}

/*.cislen-newsletter.style-07*/
.cislen-newsletter.style-07 .newsletter-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.cislen-newsletter.style-07.light .newsletter-title {
    color: #ffffff;
}

.cislen-newsletter.style-07 .newsletter-description {
    font-size: 14px;
    margin-bottom: 30px;
}

.cislen-newsletter.style-07.light .newsletter-description {
    color: #999999;
}

.cislen-newsletter.style-07 .newsletter-form-wrap-inner,
.cislen-newsletter.style-08 .newsletter-form-wrap-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-bottom: 2px solid #fff;
    width: 440px;
    max-width: 100%;
}

.cislen-newsletter.style-07 .newsletter-form-wrap-inner {
    text-align: left;
}

.cislen-newsletter.style-07 .newsletter-form-wrap-inner .email {
    background: none;
    border: none;
    padding-left: 0;
    line-height: 48px;
    height: 48px;
}

.cislen-newsletter.style-07 .submit-newsletter,
.cislen-newsletter.style-10 .submit-newsletter {
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding-right: 20px;
}

.cislen-newsletter.style-07.light .submit-newsletter,
.cislen-newsletter.style-10.light .submit-newsletter {
    color: #ffffff;
}

.cislen-newsletter.style-07 .submit-newsletter:hover,
.cislen-newsletter.style-10 .submit-newsletter:hover {
    color: #ff3636;
}

.cislen-newsletter.style-07 .submit-newsletter::before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    right: 0;
    font-size: 18px;
}

/*.cislen-newsletter.style-08.light*/
.cislen-newsletter.style-08 {
    text-align: center;
}
.cislen-newsletter.style-08 .icon {
    font-size: 50px;
    margin: 0 0 30px 0;
    color: #fff;
    background: #ff3636;
    display: inline-flex;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.cislen-newsletter.style-08.light .icon,
.cislen-newsletter.style-08.light .submit-newsletter {
    color: #ffffff;
}
.style-08 h3.newsletter-title {
    font-size: 22px;
    line-height: 34px;
}
.cislen-newsletter.style-08 .newsletter-form-wrap-inner {
    width: 438px;
    max-width: 100%;
    border-bottom: 1px solid #3c3e41;
    height: 45px;
}
.cislen-newsletter.style-08 .email {
    background: none;
    border: none;
    padding-left: 0;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    width: 100%;
    padding-right: 120px;
    color: #000;
}
.cislen-newsletter.style-08 .submit-newsletter {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding-right: 20px;
    height: 48px;
    line-height: 48px;
    color: #000;
}
.cislen-newsletter.style-08 .submit-newsletter::before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 0;
    font-size: 18px;
}

.cislen-newsletter.style-08.light .submit-newsletter:hover {
    color: #ff3636;
}

/*.cislen-newsletter.style-09*/
.cislen-newsletter.style-09 .newsletter-form-wrap-inner {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 320px;
}

.cislen-newsletter.style-09 .email {
    border: 2px solid #ffffff;
    background: none;
    border-right: none;
    color: #868686;
    height: 56px;
    line-height: 52px;
    width: 100%;
    padding-right: 100px;
}

.cislen-newsletter.style-09 .submit-newsletter {
    font-size: 14px;
    color: #010101;
    background: #ffffff;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}

.cislen-newsletter.style-09 .submit-newsletter:hover {
    color: #ff3636;
}

.cislen-newsletter.style-09 .newsletter-description {
    margin-bottom: 20px;
}

/*.cislen-newsletter.style-11*/
.cislen-newsletter.style-11 .newsletter-description {
    margin-bottom: 20px;
}

.cislen-newsletter.style-11 .newsletter-form-wrap-inner {
    display: block;
    overflow: hidden;
    position: relative;
    width: 359px;
    background: #ffffff;
    max-width: 100%;
}

.cislen-newsletter.style-11 .email {
    height: 56px;
    line-height: 52px;
    background: none;
    border: none;
}

.cislen-newsletter.style-11 .submit-newsletter {
    font-size: 14px;
    color: #ffffff;
    background: #000000;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}

.cislen-newsletter.style-11 .submit-newsletter:hover {
    color: #ff3636;
}

/*.cislen-newsletter.style-10*/
.cislen-newsletter.style-10 .newsletter-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.cislen-newsletter.style-10 .newsletter-description {
    margin-bottom: 25px;
}

.cislen-newsletter.style-10 .newsletter-form-wrap-inner .email:focus {
    color: #ffffff;
}

.cislen-newsletter.style-10 .submit-newsletter::before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 0;
    font-size: 18px;
}

/*.cislen-newsletter.style-11*/
.cislen-newsletter.style-11 .newsletter-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    overflow: hidden;
}

.cislen-newsletter.style-11 .newsletter-title::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #ff3636;
    width: 48px;
    bottom: 0;
}
/*.cislen-newsletter.style-12*/
.cislen-newsletter.style-12 {
    padding: 30px 0;
}
.cislen-newsletter.style-12 .newsletter-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cislen-newsletter.style-12 button.btn-submit.submit-newsletter span::before {
    content: "\f102";
    font-size: 24px;
    font-weight: 100;
    font-family: Flaticon;
}
.cislen-newsletter.style-12 .newsletter-form-wrap input {
    color: #868686;
    height: 60px;
    border: 1px solid #f3f3f3;
    line-height: 58px;
    width: 395px;
    float: left;
    max-width: calc(100% - 85px);
}
.cislen-newsletter.style-12 button.btn-submit.submit-newsletter {
    width: 85px;
    height: 60px;
}
.cislen-newsletter.style-12 button.btn-submit.submit-newsletter:hover{
    background-color: #ff3636;
    color: #ffffff;
}
.cislen-newsletter.style-12 button.btn-submit.submit-newsletter span{
    font-size: 0;
}
.cislen-newsletter.style-12 h3.newsletter-title::before {
    content: url(assets/images/letter-icon.png);
    margin-right: 30px;
}
.cislen-newsletter.style-12 h3.newsletter-title {
    margin: 0;
    font-size: 22px;
    display: flex;
    line-height: 34px;
    align-items: center;
}
/*.cislen-button.style-01*/
.cislen-button.style-01 .button {
    text-align: center;
    min-width: 190px;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    display: inline-block;
    border: 2px solid #000000;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #fff;
}
.cislen-button.style-01 .button:hover {
    background: #ff3636;
    border-color: #ff3636;
    color: #ffffff;
}
/*.cislen-button.style-02*/
.cislen-button.style-02 .button {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    min-width: 185px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    background: #000000;
    margin-top: 15px;
}
.cislen-button.style-02 .button:hover {
    background: #ff3636;
}
/*.cislen-button.style-03*/
.cislen-button.style-03 .button {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #000;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    background: #ffffff;
}
.cislen-button.style-03 .button:hover {
    background: #ff3636;
    color: #ffffff;
}
.vc_custom_heading.font-time {
    font-family: Time new roman;
    font-style: italic;
}
/*======================
    1.8 CISLEN-FOOTER
========================*/
footer.footer.wp-default {
    padding: 20px;
    text-align: center;
}

.cislen-custommenu ul {
    padding-left: 0;
    list-style-type: none;
}

.cislen-custommenu.center {
    text-align: center;
}

.cislen-custommenu.right {
    text-align: right;
}
footer h4.title {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 30px;
}
/*.cislen-custommenu.style-01*/
.cislen-custommenu.style-01 .widgettitle {
    font-size: 11px;
    letter-spacing: 0.2em;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 11px;
}

.cislen-custommenu.style-01 .widgettitle::before {
    position: absolute;
    content: '';
    width: 50px;
    border-bottom: 1px solid #000;
    bottom: 0;
}

.cislen-custommenu.style-01 .menu {
    padding: 5px 0 0;
}

.footer .cislen-custommenu .menu li a {
    line-height: 32px;
}

.cislen-custommenu.style-01 .menu li a {
    font-size: 14px;
    color: #868686;
}

.cislen-custommenu.style-01.light .widgettitle {
    color: #ffffff;
}
.cislen-custommenu.style-01.light .widgettitle::before {
    border-bottom: 1px solid #fff;
}
.cislen-custommenu.style-01.light .menu li a:hover,
.cislen-custommenu.style-01 .menu li a:hover,
.footer.style-10 .cislen-custommenu.style-01.light ul li a:hover {
    color: #ff3636;
}

.footer.style-10 .cislen-custommenu.style-01.light ul li a {
    color: #ffffff;
}

/*.cislen-custommenu.style-02*/
.cislen-custommenu.style-02 .menu li {
    display: inline-block;
    padding-right: 22px;
}

.cislen-custommenu.style-02 .menu li:last-child {
    padding-right: 0;
}
.cislen-custommenu.style-02 .menu li a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}
.cislen-custommenu.style-02.light .menu li a {
    color: #868686;
}

.cislen-custommenu.style-02 .menu li:hover a {
    color: #ff3636;
}

.cislen-custommenu.style-02.light.right .menu li {
    padding-right: 0;
}

.cislen-custommenu.style-02.light.right ul li a {
    border-right: 1px solid #dedede;
    padding-right: 15px;
    margin-right: 13px;
}

.cislen-custommenu.style-02.light.right ul li a {
    border-right: 1px solid #414141;
}

.cislen-custommenu.style-02.light.right ul li:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.footer.style-09 {
    background: linear-gradient(to right, #f8f8f8, #f8f8f8 50%, #1e1e1e 50%);
}

/*.cislen-custommenu.style-03*/
.cislen-custommenu.style-03.right {
    text-align: right;
}

.cislen-custommenu.style-03 ul li {
    display: inline-block;
}

.cislen-custommenu.style-03 ul li:not(:first-child) {
    margin-left: 20px;
}

.cislen-custommenu.style-03 ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.cislen-custommenu.style-03 ul li a:hover {
    color: #ff3636;
}

/*.cislen-custommenu.style-04*/
.cislen-custommenu.style-04 {
    text-align: center;
    margin-bottom: 0;
}

.cislen-custommenu.style-04 ul li {
    display: inline-block;
}

.cislen-custommenu.style-04 ul li a {
    border-right: 1px solid #dedede;
    padding-right: 15px;
    margin-right: 13px;
}

.cislen-custommenu.style-04.light ul li a {
    border-right: 1px solid #868686;
}

.cislen-custommenu.style-04 ul li:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.cislen-custommenu.style-04 ul li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #868686;
}

.cislen-custommenu ul li:hover a,
.cislen-custommenu.style-05.light ul li:hover a {
    color: #ff3636;
}

/*.cislen-custommenu.style-05.*/
.cislen-custommenu.style-05 ul li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 40px;
}

.cislen-custommenu.style-05.light ul li a {
    color: #ffffff;
}

@media (max-width: 1499px) {
    .cislen-custommenu.style-02 .menu li a {
        font-size: 12px;
        letter-spacing: 0;
    }
}

/*===============
1.8 CISLEN-SOCIAL
=============*/
/*.cislen-socials.style-01*/
.cislen-socials.right {
    text-align: right;
}

.cislen-socials.center {
    text-align: center;
}
.cislen-socials .social-item {
    min-width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 7px;
}
.cislen-socials.style-01 .social-item {
    color: #ffffff;
    background: #1e1e1e;
}

.cislen-socials.style-02 .social-item {
    border: 1px solid #000;
    color: #000;
}

.cislen-socials .social-item::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #ff3636;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    border-radius: 50%;
    transition: 0.8s;
}

.cislen-socials .social-item:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cislen-socials .social-item:hover i {
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.cislen-socials .social-item:last-child {
    margin-right: 0;
}

.cislen-socials.style-02 .social-item:hover {
    border-color: #ff3636;
}
.cislen-socials.style-02.layout-light .social-item {
    color: #8b8b8b;
    border-color: #2b2b2b;
}

/*=================
1.9 CISLEN-BUTTONVIDEO
=====================*/
.cislen-buttonvideo.style-01 .buttonvideo-inner {
    position: relative;
}

.cislen-buttonvideo.style-01 .cislen-bt-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 119px;
    height: 119px;
    background: #ff3636;
    border-radius: 50%;
}

.cislen-buttonvideo.style-01 .cislen-bt-video a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #ff3636;
    border-radius: 50%;
    -webkit-transition: transform 0.4s ease 0s;
    -moz-transition: transform 0.4s ease 0s;
    -o-transition: transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s;
}

.cislen-buttonvideo.style-01 .cislen-bt-video a:hover::after {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
}

.cislen-buttonvideo.style-01 .cislen-bt-video a::before {
    display: none;
}

.cislen-buttonvideo.style-01 .cislen-bt-video a span {
    position: static;
}

.cislen-buttonvideo.style-01 .cislen-bt-video a span::before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 45px;
    left: 52px;
    z-index: 1;
}

.cislen-buttonvideo.style-01 .cislen-bt-video a span::after {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 13px;
    border-color: transparent transparent transparent #ff3636;
    position: absolute;
    top: 50px;
    left: 55px;
    z-index: 1;
}

/*===========================================
1.10 CISLEN-INSTAGRAM
==============================================*/
.cislen-instagram-sc.style-05 .instagram-inner,
.cislen-instagram-sc.style-01 .instagram-inner {
    text-align: center;
    position: relative;
}
.cislen-instagram-sc.style-01 .title {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 25px;
}
.cislen-instagram-sc.style-01 .icon {
    text-align: center;
    font-size: 30px;
    color: #000000;
    width: 85px;
    height: 85px;
    line-height: 83px;
    border-radius: 50%;
    border: 2px solid #000000;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.cislen-instagram-sc.style-01 .icon::before {
    width: 99999em;
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 2px);
    border-bottom: 1px solid #e4e4e4;
}
.cislen-instagram-sc.style-01 .icon::after {
    width: 99999em;
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 2px);
    border-bottom: 1px solid #e4e4e4;
}
.cislen-instagram-sc.style-05 .title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}
.cislen-instagram-sc.style-05 .icon{
    text-align: center;
    font-size: 30px;
    color: #fff;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    background: #ff3636;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.cislen-instagram-sc.style-05 .desc,
.cislen-instagram-sc.style-01 .desc {
    margin-bottom: 35px;
    font-size: 16px;
}

.cislen-instagram-sc.style-05 .desc a,
.cislen-instagram-sc.style-01 .desc a {
    color: #868686;
}

.cislen-instagram-sc .item {
    position: relative;
}

.cislen-instagram-sc .item a {
    position: relative;
    overflow: hidden;
    display: block;
}

.cislen-instagram-sc .item a::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000000;
    opacity: 0;
    transition: opacity 0.5s;
}

.cislen-instagram-sc .item:hover a::before {
    opacity: 0.6;
    transition: opacity 0.5s;
}

.cislen-instagram-sc .info-img {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    color: #ffffff;
    opacity: 0;
    text-align: center;
}

.cislen-instagram-sc .item:hover .info-img {
    opacity: 1;
}

.cislen-instagram-sc .info-img .social-info {
    font-size: 15px;
}

.cislen-instagram-sc .info-img .social-info i {
    padding-right: 5px;
}

.cislen-instagram-sc .info-img .social-info:last-child i {
    margin-left: 10px;
}

/*cislen-instagram-sc.style-04*/
.cislen-instagram-sc.style-04 {
    text-align: center;
}
.cislen-instagram-sc.style-04 .icon {
    text-align: center;
    font-size: 50px;
    width: 154px;
    margin-bottom: 30px;
    height: 154px;
    line-height: 1;
    justify-content: center;
    display: inline-flex;
    margin-top: -77px;
    align-items: center;
    background: #ff3636;
    color: #fff;
    border-radius: 50%;
}
.cislen-instagram-sc.style-04 .title {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}
.cislen-instagram-sc.style-05 .owl-carousel.nav-center:hover.owl-carousel.nav-center .owl-nav > button {
    margin-left: -40px;
}
.cislen-instagram-sc.style-05 .owl-carousel.nav-center:hover.owl-carousel.nav-center .owl-nav .owl-next {
    margin-right: -40px;
}
/*===============================================================
9.16 CISLEN TESTIMONIAL
===============================================================*/
.cislen-testimonial .rating {
    white-space: nowrap;
    line-height: 100%;
    display: inline-block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100px;
    letter-spacing: 7px;
}

.cislen-testimonial .rating::before,
.cislen-testimonial .rating span::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.cislen-testimonial .rating::before {
    content: "\f005\f005\f005\f005\f005";
    color: #adadad;
}

.cislen-testimonial .rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 100%;
}

.cislen-testimonial .rating span::before {
    content: "\f005\f005\f005\f005\f005";
    color: #f5a826;
}

.cislen-testimonial .rating.rating-1 span {
    width: 20%;
}

.cislen-testimonial .rating.rating-2 span {
    width: 40%;
}

.cislen-testimonial .rating.rating-3 span {
    width: 60%;
}

.cislen-testimonial .rating.rating-4 span {
    width: 80%;
}

.cislen-testimonial .rating.rating-5 span {
    width: 100%;
}

/*.cislen-testimonial.style-01*/
.cislen-testimonial.style-01 .testimonial-wrap.equal-elem {
    text-align: center;
    background: #f7f7f7;
    padding: 30px 30px 70px;
}
.cislen-testimonial.style-01 .content {
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
}
.cislen-testimonial.style-01 .thumb {
    margin-top: -45px;
}

.cislen-testimonial.style-01 .thumb img {
    max-width: 86px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    margin-top: -45px;
}

.cislen-testimonial.style-01 .name {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cislen-testimonial.style-01 .position {
    font-size: 13px;
    color: #868686;
    text-align: center;
}

.cislen-testimonial.style-04 .thumb img {
    margin: auto;
    margin-bottom: 50px;
}

.cislen-testimonial.style-04 .content {
    font-size: 30px;
    color: #000000;
    line-height: 50px;
}

.cislen-testimonial.style-04 .content::before {
    content: '"';
}

.cislen-testimonial.style-04 .content::after {
    content: '"';
}

.cislen-testimonial.style-04 .name {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    padding-top: 30px;
    display: inline-block;
    margin-top: 64px;
    margin-bottom: 0;
}

.cislen-testimonial.style-04 .name::before {
    position: absolute;
    content: '';
    height: 44px;
    border: 1px solid #000000;
    left: 50%;
    bottom: 100%;
}

.cislen-testimonial.style-04 .position {
    font-size: 13px;
    line-height: 24px;
}

.cislen-testimonial.style-04 .testimonial-inner {
    padding: 0 10px;
}

/*===============================================================
9.16 CISLEN INSTAGRAM SHOP WRAP
===============================================================*/
div.ziss-shop-wrap {
    width: 100%;
    padding: 0;
    display: inline-block;
}
div.ziss-row {
    margin-right: -2.5px;
    margin-left: -2.5px;
}
div.ziss-item {
    margin-bottom: 5px;
    padding: 0 2.5px;
}
.ziss-shop-wrap .ziss-cart-icon,
.ziss-shop-wrap .hotspot-num {
    display: none;
}

.cislen-instagramshopwrap .ziss-shop-wrap {
    padding-left: 0;
    padding-right: 0;
}

.ziss-shop-wrap .ziss-item-inner {
    position: relative;
    cursor: pointer;
}

.ziss-shop-wrap .ziss-item-inner::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    z-index: 1;
    pointer-events: none;
}

.ziss-shop-wrap .ziss-item-inner:hover::before {
    opacity: 0.6;
    visibility: visible;
}

.ziss-shop-wrap .ziss-figure-wrap .pin-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.ziss-shop-wrap .ziss-figure-wrap .pin-text::before {
    content: "\f107";
    font-family: 'flaticon', sans-serif;
    font-size: 34px;
    font-weight: normal;
    color: #fff;
    z-index: 1;
    padding-bottom: 12px;
    pointer-events: none;
    display: block;
}

.ziss-shop-wrap .ziss-item-inner.no-products-pin::after {
    content: "\f107";
    font-family: 'flaticon', sans-serif;
    font-size: 34px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 12px;
    pointer-events: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.ziss-shop-wrap .ziss-item-inner.no-products-pin:hover::after,
.ziss-shop-wrap .ziss-figure-wrap:hover .pin-text {
    opacity: 1;
    visibility: visible;
}

/*.ziss-popup-wrap*/
.ziss-instagram-link {;
    font-size: 14px;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-right {
    padding-top: 40px !important;
    margin: 0;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
    z-index: 2;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content)::before {
    content: '';
    height: 35px;
    left: 0;
    top: 20px;
    right: 0;
    background-color: #fff;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-product-title {
    margin-bottom: 5px !important;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-product-title a {
    font-size: 16px;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-price-wrap {
    float: none !important;
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 5px;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-price-wrap ins {
    text-decoration: none;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-rating-wrap {
    float: none !important;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .add_to_cart_button {
    font-weight: 600;
}

.ziss-popup-wrap .add_to_cart_button::before,
.ziss-popup-wrap .product_type_simple.add_to_cart_button::before {
    margin-right: 5px;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-content {
    max-height: 80vh;
}

div.ziss-item .ziss-figure {
    background-size: calc(100% + 2px);
}

.ziss-handle {
    border-radius: 0 !important;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-nav {
    z-index: 3 !important;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-product-wrap {
    overflow: visible;
}
@media (min-width: 992px) {
    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body.ziss-right-no-content .ziss-popup-body-left,
    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) {
        padding: 20px;
        background-color: #fff;
        position: relative;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup i {
        font-size: 0;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) .ziss-close-popup {
        right: 10px;
        top: 10px;
        color: #000;
        z-index: 2;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::before,
    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::after {
        border-bottom: 2px solid;
        content: "";
        left: 7px;
        position: absolute;
        top: 19px;
        width: 26px;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav {
        top: 3px;
        margin-top: 0;
        color: #000;
        z-index: 2;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body.ziss-right-no-content ~ .ziss-popup-nav:hover,
    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav:hover {
        color: #ff3636;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-nav i {
        font-size: 30px !important;
        line-height: 50px;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav.ziss-popup-nav-prev {
        left: 60%;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav.ziss-popup-nav-next {
        right: auto;
        left: 60%;
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .ziss-popup-wrap .ziss-popup-inner {
        margin-top: 80px !important;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-nav {
        line-height: 46px;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
        margin-left: 0 !important;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-right {
        padding-top: 25px !important;
    }
}

/*.cislen-instagramshopwrap.style-02*/
.cislen-instagramshopwrap.imagetype.style-02 .title-insshop {
    text-align: center;
}

.cislen-instagramshopwrap.imagetype.style-02 .title-insshop img {
    max-width: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cislen-instagramshopwrap.imagetype.style-02 .title-insshop h3 {
    display: inline-block;
    min-width: 300px;
    height: 76px;
    padding: 0 15px;
    border: 2px solid;
    border-top: 0;
    line-height: 72px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 55px;
    margin-top: 18px;
    position: relative;
}

.cislen-instagramshopwrap.imagetype.style-02 .title-insshop h3::before,
.cislen-instagramshopwrap.imagetype.style-02 .title-insshop h3::after {
    content: '';
    position: absolute;
    top: 0;
    width: calc(50% - 31px);
    border-top: 2px solid;
}

.cislen-instagramshopwrap.style-02 .title-insshop h3::before {
    left: 0;
}

.cislen-instagramshopwrap.style-02 .title-insshop h3::after {
    right: 0;
}

.cislen-instagramshopwrap.style-02 .ziss-row {
    margin-right: 0;
    margin-left: 0;
}

.cislen-instagramshopwrap.style-02 .ziss-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.cislen-instagramshopwrap.style-02 span.flaticon-instagram {
    display: inline-block;
    width: 135px;
    height: 135px;
    background: #ff3636;
    line-height: 135px;
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
}
.cislen-instagramshopwrap.icontype.style-02 .title-insshop {
    font-size: 63px;
    text-align: center;
    color: #ff3636;
    position: relative;
    top: -67px;
    margin-bottom: -17px;
}
.cislen-instagramshopwrap.icontype.style-02 .title-insshop h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.cislen-instagramshopwrap.style-02 {
    margin-top: 70px;
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
}
/*.cislen-instagramshopwrap.style-03*/
.cislen-instagramshopwrap.style-03 .ziss-item {
    width: 25%;
}

.cislen-instagramshopwrap.style-03 .ziss-item:nth-child(5n+1) {
    width: 50%;
}

@media (min-width: 1281px) {
    .cislen-instagramshopwrap.style-03 .ziss-row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .cislen-instagramshopwrap.style-03 .ziss-item {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px;
    }
}

/*.cislen-instagramshopwrap.style-04*/
.cislen-instagramshopwrap.style-04 .ziss-row {
    margin-right: 0;
    margin-left: 0;
}

.cislen-instagramshopwrap.style-04 .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.cislen-instagramshopwrap.style-04 .ziss-item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    height: 100%;
    min-height: 1px;
}

@media (max-width: 1280px) {
    .cislen-newsletter.style-10 .newsletter-description {
        margin-bottom: 5px;
    }

    .cislen-banner.style-03 .banner-info {
        left: 5%;
    }

    .cislen-banner.style-03 .bigtitle {
        font-size: 30px;
    }

    .owl-carousel .owl-dots {
        margin-top: 40px;
    }

    .cislen-team.style-01 .name {
        margin-top: 20px;
    }

    .cislen-instagramshopwrap .fa {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }

    .cislen-instagramshopwrap .fa-angle-left {
        left: -20px;
    }

    .cislen-instagramshopwrap .fa-angle-right {
        right: -20px;
    }

    .cislen-instagram-sc.style-03 .item-wrap {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 20px;
    }

    .cislen-instagramshopwrap .slick-dots {
        margin-top: 40px;
    }

    .cislen-instagramshopwrap.style-04 .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .cislen-instagramshopwrap.style-04 .ziss-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cislen-banner.style-11 .title {
        max-width: 220px;
    }

    .cislen-banner.style-15 .desc {
        margin-bottom: 20px;
        max-width: 62%;
    }

    .cislen-banner.style-15 .desc br {
        display: none;
    }

    .cislen-iconbox.style-01 .iconbox-inner {
        padding: 25px 15px;
    }

    .cislen-iconbox.style-01 .title, .cislen-iconbox.style-02 .title, .cislen-iconbox.style-03 .title {
        letter-spacing: 0.1em;
    }
    .container .container {
        padding: 0;
        width: 100%;
    }

}

/*=========RESPONSIVE===========*/
@media (max-width: 1499px) {
    .cislen-blog.style-02 .blog-info {
        padding: 30px 15px 0 15px;
    }

    .cislen-blog.style-02 .blog-info .blog-content {
        margin-bottom: 15px;
    }

    .cislen-blog.style-02 .blog-info .blog-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .cislen-blog.style-02 .blog-readmore {
        min-width: 130px;
        height: 40px;
        line-height: 36px;
        border: 1px solid;
    }
}

@media (max-width: 1280px) {
    .cislen-instagram-sc.style-04 .icon {
        margin-bottom: 23px;
    }

    .cislen-instagram-sc.style-04 .title {
        margin-bottom: 35px;
    }

    .cislen-instagramshopwrap.imagetype.style-02 .title-insshop h3,
    .cislen-blog.style-01 .blog-heading {
        margin-bottom: 35px;
    }

    .cislen-instagramshopwrap.imagetype.style-02 .title-insshop h3 {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        padding-top: 3px;
        min-width: 250px;
    }

    .cislen-title.style8 .block-title {
        padding-bottom: 20px;
        letter-spacing: 0.1em;
    }
    div.cislen-breadcrumb .breadcrumb{
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1199px) {
    div.cislen-newsletter.style-02 .newsletter-top .newsletter-title {
        font-weight: 400;
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 30px;
        line-height: 38px;
    }
    .cislen-banner.style-01 .banner-info .bigtitle {
        margin-bottom: 5px;
        font-size: 22px;
    }
    .cislen-banner.style-10 .banner-info {
        bottom: 25px;
    }
    .cislen-iconbox.style-07 .icon {
        margin-bottom: 30px;
    }

    .owl-item .cislen-iconbox.style-04 .iconbox-inner,
    .owl-item .cislen-iconbox.style-02 .iconbox-inner {
        padding: 20px 12px;
    }

    .cislen-blog.style-02 .blog-info {
        padding: 15px 10px 0 10px;
    }

    .cislen-blog.style-02 .blog-info .blog-date {
        margin-bottom: 0;
    }

    .cislen-banner.style-01.small .banner-inner .banner-info {
        padding: 20px 0;
    }

    .cislen-newsletter.style-05.light .email {
        height: 44px;
        line-height: 40px;
    }

    .cislen-newsletter.style-05.light .submit-newsletter {
        height: 44px;
        line-height: 44px;
    }

    .product-item.style-5 {
        padding: 20px !important;
    }

    .cislen-tabs .tab-head .tab-link {
        margin-bottom: 30px;
    }

    .cislen-banner.style-13 .bigtitle {
        font-size: 28px;
    }

    .cislen-banner.style-13 .button {
        min-width: 210px;
        letter-spacing: 0.1em;
    }

    .cislen-banner.style-11 .title {
        max-width: 180px;
        margin-bottom: 8px;
        padding-bottom: 15px;
    }

    .cislen-banner.style-10 .bigtitle,
    .cislen-banner.style-11 .bigtitle {
        font-size: 22px;
    }

    .cislen-banner.style-10 .title,
    .cislen-banner.style-11 .title {
        font-size: 12px;
    }

    .cislen-banner.style-11 .bigtitle {
        margin-bottom: 10px;
        line-height: 32px;
    }

    .cislen-banner.style-11 .banner-inner::before {
        position: absolute;
        content: '';
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    .sidebar div.widget ul ul ul {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .cislen-banner.style-01 .banner-inner .banner-thumb::before {
        display: none;
    }

    .cislen-banner.style-01.small .banner-inner .banner-info,
    .cislen-banner.style-01 .banner-inner .banner-info {
        padding: 20px 0;
        width: 100%;
        max-width: 100%;
        opacity: 1;
        top: auto;
        bottom: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        background-color: rgba(255, 255, 255, 0.75);
        left: 0;
        right: 0;
    }

    .cislen-banner.style-01 .banner-info .bigtitle {
        font-size: 26px;
    }
    .cislen-banner.style-20 .banner-content {
        display: inline-block;
        width: 100%;
    }
    .cislen-banner.style-20 .banner-info {
        padding-left: 0;
        padding-bottom: 0;
    }
    .product-info.equal-elem .product-title a {
        font-size: 15px;
    }

    .toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap span.filter-text,
    div.prdctfltr_sc_products span.filter-text {
        font-size: 14px !important;
        display: inline !important;
    }

    .enable-header-mobile div.real-mobile-toolbar.toolbar-products-shortcode {
        padding-bottom: 25px;
    }

    .cislen-custommenu.right {
        text-align: left;
    }

    .footer.style-02 .cislen-custommenu.style-02 {
        text-align: center;
    }

    .cislen-instagramshopwrap.style-03 .ziss-item {
        width: 50%;
    }

    .cislen-instagramshopwrap.style-03 .ziss-item:nth-child(5n+1) {
        width: 100%;
    }

    .owl-carousel .owl-dots {
        margin-top: 30px;
    }

    .cislen-newsletter.style-01 .newsletter-top .icon {
        display: inline-block;
    }

    .cislen-newsletter.style-01 .newsletter-top {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .cislen-newsletter.style-01 .newsletter-top .newsletter-title {
        display: inherit;
        padding: 0;
        min-width: inherit;
        line-height: 28px;
    }

    .cislen-newsletter.style-01 .newsletter-form-wrap {
        text-align: center;
        width: 100%;
    }

    .cislen-newsletter.style-01 .newsletter-form-wrap input {
        width: 100%;
    }

    .cislen-newsletter.style-02 .newsletter-top .newsletter-title {
        font-size: 21px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .cislen-newsletter.style-03 .newsletter-top .newsletter-title {
        font-size: 14px;
        margin-top: 20px;
    }

    .cislen-testimonial.style-02 .content {
        font-size: 18px;
    }

    .cislen-testimonial.style-03 .content {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 10px;
        padding-bottom: 15px;
        line-height: 28px;
    }

    .cislen-testimonial.style-02 .name {
        margin-top: 20px;
    }

    .cislen-instagram-sc.style-03 .item-wrap:first-child {
        width: 100%;
        text-align: center;
    }

    .cislen-instagram-sc.style-03 .item-wrap {
        width: 50%;
    }

    .cislen-instagram-sc.style-02 .item-cell {
        width: 50%;
        display: inline-block;
        float: left;
        padding: 0 15px;
    }

    .cislen-instagram-sc.style-02 .item-cell img {
        width: 100%;
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(2), .cislen-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(3) {
        width: 50%;
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(4) .item:nth-child(1) {
        width: 50%;
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(1), .cislen-instagram-sc.style-02 .item-cell:nth-child(2), .cislen-instagram-sc.style-02 .item-cell:nth-child(3), .cislen-instagram-sc.style-02 .item-cell:nth-child(4) {
        width: 100%;
    }

    .cislen-instagram-sc.style-02 .item {
        margin-right: 0;
    }

    .cislen-instagram-sc .item img {
        width: 100%;
    }

    .cislen-instagram-sc.style-02 .item {
        width: 50%;
        display: inline-block;
        float: left;
        padding: 0 15px;
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(1) {
        width: 100%;
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(1) .item {
        width: 100%;
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(3) {
        width: 100%;
    }

    .product-item.style-01 .product-info .deal-title {
        font-size: 36px;
    }

    .cislen-instagramshopwrap .slick-dots {
        margin-top: 30px;
    }

    .contact-form-container input {
        height: 50px !important;
        padding: 0 10px !important;
    }

    .cislen-blog.style-02 .blog-info {
        padding-top: 35px;
    }

    .cislen-blog.style-02 .blog-readmore {
        min-width: 165px;
        height: 50px;
        line-height: 46px;
    }

    .cislen-blog.style-02 .blog-info .blog-title {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .cislen-blog.style-02 .blog-heading {
        margin-bottom: 30px;
        font-size: 18px;
        letter-spacing: 0.1em;
    }

    .cislen-blog.style-04 .blog-heading {
        font-size: 35px;
    }

    .cislen-banner.style-02 .bigtitle {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .cislen-banner.style-02.border::before {
        top: 15px;
        left: 30px;
        right: 30px;
        bottom: 15px;
    }

    .cislen-banner.style-03 .banner-info {
        width: 50%;
    }

    .cislen-banner.style-03 .bigtitle {
        font-size: 25px;
    }

    .cislen-banner.style-03 .desc {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 20px;
    }

    .cislen-banner.style-04 .bigtitle {
        font-size: 16px;
        min-width: 200px;
        height: 50px;
        line-height: 50px;
    }

    .cislen-banner.style-09 .bigtitle {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .cislen-banner.style-09 .desc {
        margin-bottom: 15px;
    }

    .cislen-banner.style-13 .button {
        min-width: 200px;
        padding: 0 10px;
        font-size: 12px;
        letter-spacing: 0.1em;
    }

    div.content-promobnaner {
        padding: 0 0 20px;
    }
    body .vc_toggle_default .vc_toggle_title > h4 {
        font-size: 16px;
    }

    body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
        font-size: 20px;
        padding: 20px 80px 20px 30px !important;
    }

    body .vc_toggle_default .vc_toggle_content {
        padding-right: 40px;
        line-height: 24px;
        font-size: 13px;
    }

    body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
        padding: 10px 29px 10px 25px !important;
    }

    body .vc_toggle_default:not(:last-child) {
        padding-bottom: 7px;
        margin-bottom: 7px;
    }

    .cislen-socials.style-02 .social-item {
        min-width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 16px;
        margin-right: 5px;
    }

    .cislen-iconbox.style-06 .title {
        font-size: 30px;
        line-height: 24px;
    }

    .cislen-iconbox.style-07 .desc {
        font-size: 20px;
        margin: 15px 0 15px;
        line-height: 26px;
    }

    .cislen-iconbox.style-07 .title,
    .cislen-blog.style-03 .blog-heading,
    .cislen-instagram-sc.style-04 .title {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .cislen-iconbox.style-07 .title {
        letter-spacing: 0.2em;
    }

    .cislen-blog.style-03 .blog-heading {
        margin-bottom: 30px;
    }

    .cislen-instagram-sc.style-04 .icon {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .cislen-banner br,
    .cislen-iconbox br,
    .cislen-newsletter br,
    .cislen-testimonial br,
    .cislen-title br {
        display: none;
    }

    .cislen-title.style3 .block-title {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .woocommerce-Tabs-panel h2 {
        line-height: 40px;
    }

    .cislen-banner.style-14 .bigtitle {
        font-size: 30px;
    }

    .cislen-banner.style-14 .banner-info {
        width: 50%;
    }

    .footer.style-09 {
        background: #f8f8f8;
    }

    .footer.style-09 .cislen-custommenu ul {
        text-align: center;
    }

    .cislen-newsletter.style-07 .newsletter-inner {
        text-align: center;
    }

    .cislen-newsletter.style-07.light .newsletter-title {
        color: #000;
        margin-bottom: 7px;
    }

    .cislen-newsletter.style-07 .newsletter-form-wrap-inner {
        border-bottom: 1px solid #999999;
        color: #999999;
    }

    .cislen-newsletter.style-07.light .submit-newsletter {
        color: #999999;
    }

    .cislen-title.style1.light .block-title {
        font-size: 16px;
    }

    .cislen-newsletter.style-07.light .newsletter-description {
        margin-bottom: 4px;
    }
    div.detail_special .cislen-bt-video a::before,
    div.detail_special .product-360-button a::before,
    div.detail_special .special-button a::before,
    div.detail_special .cislen-product-gallery-special-item a:before{
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .cislen-blog .owl-carousel .owl-nav > button {
        display: none !important;
    }
    .main-product .product-grid .owl-carousel.nav-center .owl-nav > button {
        font-size: 30px;
        width: 50px;
        box-shadow: none;
        height: 50px;
    }
    .cislen-newsletter.style-03 .newsletter-form-wrap {
        margin-top: 18px;
    }

    .cislen-instagram-sc.style-04 .icon {
        font-size: 50px;
        margin-bottom: 20px;
        letter-spacing: 0.1em;
    }

    .cislen-instagram-sc.style-04 .title {
        margin-bottom: 25px;
    }

    .cislen-iconbox.style-07 .icon {
        margin-bottom: 20px;
    }

    .cislen-iconbox.style-01 .iconbox-inner {
        text-align: center;
        padding: 20px 15px;
    }

    .cislen-iconbox.style-01 .icon {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .owl-item .cislen-iconbox.style-04 .iconbox-inner,
    .owl-item .cislen-iconbox.style-02 .iconbox-inner {
        padding: 0 10px;
    }

    .cislen-custommenu.style-03 ul li:not(:first-child) {
        margin-left: 10px;
    }

    .cislen-custommenu.style-03 ul li a {
        font-size: 14px;
        font-weight: 500;
    }

    .cislen-newsletter.style-06 .newsletter-title {
        margin-bottom: 0;
    }

    .cislen-instagramshopwrap.style-01 .ziss-shop-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }

    .cislen-instagramshopwrap.style-03 .ziss-row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .cislen-instagramshopwrap.style-03 .ziss-item {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .cislen-instagramshopwrap.style-04 .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .cislen-instagramshopwrap.style-04 .ziss-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cislen-products.style-1 .owl-carousel .owl-dots,
    .owl-carousel .owl-dots {
        margin-top: 20px;
    }
    .upsells div.owl-carousel .owl-dots, .related div.owl-carousel .owl-dots {
        margin-top: 0;
    }
    .cislen-newsletter.style-03 .newsletter-form-wrap {
        margin-top: 5px;
        width: 100%;
    }

    .cislen-newsletter.style-01 .newsletter-top .newsletter-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .cislen-newsletter.style-01 .newsletter-form-wrap input {
        width: 100%;
    }

    .cislen-newsletter.style-03 .newsletter-form-wrap input {
        width: 100%;
    }

    .cislen-newsletter.style-02 .newsletter-form-wrap input {
        display: block;
        max-width: 100%;
        height: 40px;
        line-height: 38px;
    }

    .cislen-newsletter.style-02 .newsletter-top .newsletter-title {
        line-height: 24px;
    }

    .cislen-newsletter.style-02 .newsletter-form-wrap button {
        width: 150px;
        height: 40px;
        font-size: 9px;
        margin-top: 10px;
        line-height: 40px;
    }

    .cislen-newsletter.style-04 .newsletter-form-wrap {
        width: 90%;
        margin-top: 20px;
    }

    .cislen-newsletter.style-04 .newsletter-form-wrap input {
        width: 100%;
    }

    .cislen-slider.Testimonials-style-02 .owl-carousel .owl-nav > button {
        font-size: 30px;
    }

    .cislen-testimonial.style-02 .content {
        font-size: 14px;
        line-height: 28px;
    }

    .cislen-testimonial.style-03 .content {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .owl-carousel.nav-center .owl-nav > button {
        opacity: 1;
        visibility: visible;
        margin: 0;
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 20px;
        border-radius: 50%;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.09);
        color: #000;
    }
    .products .owl-carousel.nav-center .owl-nav > button {
        display: none;
    }
    .owl-carousel.nav-center .owl-nav .owl-prev,
    .cislen-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-prev {
        left: -10px;
    }

    .owl-carousel.nav-center .owl-nav .owl-next,
    .cislen-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-next {
        right: -10px;
    }

    .owl-carousel.nav-center .owl-nav .owl-next {
        margin: 0;
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(1), .cislen-instagram-sc.style-02 .item-cell:nth-child(2), .cislen-instagram-sc.style-02 .item-cell:nth-child(3), .cislen-instagram-sc.style-02 .item-cell:nth-child(4) {
        width: 100%;
        padding: 0;
    }

    .cislen-instagram-sc.style-03 .item-wrap {
        width: 100%;
    }

    .cislen-instagram-sc.style-02 .item {
        width: 100%;
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(2), .cislen-instagram-sc.style-02 .item-cell:nth-child(3) .item:nth-child(3) {
        width: 100%;
    }

    .cislen-instagram-sc.style-02 .item-cell:nth-child(4) .item:nth-child(1) {
        width: 100%;
    }

    .product-item.style-01 .product-thumb {
        width: 100%;
    }

    .product-item.style-01 .product-info {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        padding: 0;
    }

    .product-item.style-01 .product-info .product-title {
        margin-bottom: 15px;
    }

    .cislen-instagramshopwrap .slick-dots {
        margin-top: 20px;
    }

    .contact-form-container input {
        height: 40px !important;
    }

    .contact-form-container .wpcf7-submit {
        line-height: 40px;
    }

    .cislen-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-prev {
        left: -10px;
    }

    .cislen-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-next {
        right: -10px;
    }

    .cislen-instagramshopwrap.imagetype.style-02 .title-insshop h3,
    .cislen-blog.style-01 .blog-heading {
        margin-bottom: 25px;
    }

    .cislen-blog.style-01 .blog-heading::before {
        width: 50px;
    }

    .cislen-blog.style-01 .blog-title {
        padding-bottom: 10px;
        margin-bottom: 8px;
    }

    .cislen-blog.style-02 .blog-info {
        padding-top: 20px;
    }

    .cislen-blog.style-02 .blog-info .blog-content {
        margin-bottom: 15px;
    }

    .cislen-blog.style-02 .blog-info .blog-date {
        margin-bottom: 0;
    }

    .cislen-banner .banner-thumb img {
        width: 100%;
    }
    .cislen-banner.style-21:hover .banner-thumb img{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .cislen-banner.style-02 .bigtitle {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 7px;
    }

    .cislen-banner.style-07 .banner-info {
        float: none;
        width: 100%;
        height: auto !important;
        padding: 35px 10px;
    }

    .cislen-banner.style-07 .desc {
        margin-bottom: 16px;
    }

    .cislen-banner.style-07.right .banner-thumb,
    .cislen-banner.style-07 .banner-thumb {
        float: none;
        height: auto !important;
        width: 100%;
    }

    .cislen-banner.style-09 .title::before {
        height: 30px;
        bottom: -10px;
    }

    .cislen-banner.style-09 .banner-info {
        right: 2%;
    }

    .cislen-banner.style-09 .title {
        font-size: 12px;
        padding-bottom: 25px;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }

    .cislen-banner.style-09 .bigtitle {
        font-size: 24px;
    }

    .cislen-banner.style-09 .banner-thumb::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        opacity: 0.5;
        z-index: 1;
    }

    .cislen-banner.style-11 .banner-inner::before {
        top: 25px;
        left: 25px;
        right: 25px;
        bottom: 25px;
    }

    .cislen-blog.style-04 .blog-heading {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .owl-item .cislen-iconbox.style-03 .content::before,
    .owl-item .cislen-iconbox.style-03 .content::after,
    .owl-item .cislen-iconbox.style-03 .title::before {
        display: none;
    }

    .cislen-banner.style-15 .desc {
        font-size: 13px;
        line-height: 24px;
        overflow: hidden;
        max-height: 48px;
    }

    .cislen-banner.style-15 .button {
        font-size: 11px;
        letter-spacing: 0.1em;
        min-width: 160px;
        height: 40px;
        line-height: 38px;
    }

    .cislen-banner.style-15 .bigtitle {
        font-size: 14px;
        letter-spacing: 0.1em;
        margin-bottom: 0;
    }

    .cislen-iconbox.style-06 .icon {
        margin-bottom: 15px;
    }

    .cislen-iconbox.style-06 .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .cislen-title.style3 .block-title {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .cislen-buttonvideo.style-01 .cislen-bt-video a {
        width: 70px;
        height: 70px;
    }

    .cislen-buttonvideo.style-01 .cislen-bt-video a span::before {
        border-width: 10px 0 10px 15px;
        top: 24px;
        left: 28px;
    }

    .cislen-buttonvideo.style-01 .cislen-bt-video a span::after {
        border-width: 7px 0 7px 10px;
        top: 27px;
        left: 30px;
    }

    .cislen-testimonial.style-04 .content {
        font-size: 26px;
        line-height: 34px;
    }

    .cislen-testimonial.style-04 .thumb img {
        margin-bottom: 25px;
    }

    .cislen-testimonial.style-04 .name {
        padding-top: 15px;
        margin-top: 55px;
        margin-bottom: 0;
    }

    .cislen-button.style-01 .button {
        min-width: 140px;
        height: 45px;
        line-height: 41px;
        padding: 0 20px;
        font-size: 12px;
    }

    .cislen-title.style7 .title-inner {
        padding-top: 15px;
        margin-top: 45px;
    }

    .cislen-title.style7 .title-inner::before {
        height: 50px;
    }

    .cislen-title.style7 .block-title {
        font-size: 17px;
        letter-spacing: 0.1em;
    }

    .cislen-tabs .tab-head .tab-link {
        margin-bottom: 15px;
    }

    .cislen-tabs .tab-head .tab-link li a {
        padding-bottom: 10px;
    }

    .cislen-iconbox.style-01 .title {
        font-size: 12px;
    }

    .cislen-blog.style-02 .blog-readmore {
        min-width: 130px;
        height: 40px;
        line-height: 36px;
    }

    .cislen-blog.style-02 .blog-info .blog-title {
        font-size: 16px;
    }

    .cislen-banner.style-02.border::before {
        display: none;
    }

    .cislen-banner.style-02 .banner-thumb img {
        min-height: 140px;
        object-fit: cover;
    }

    .cislen-banner.style-07 .title {
        font-size: 12px;
    }

    .cislen-banner.style-07 .bigtitle {
        font-size: 30px;
    }

    .cislen-banner.style-05 .bigtitle {
        font-size: 30px;
    }

    .cislen-banner.style-06 .bigtitle {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .cislen-banner.style-08 .bigtitle {
        font-size: 24px;
    }

    .cislen-banner.style-12 .bigtitle {
        font-size: 24px;
        color: #ffffff;
    }

    .cislen-title.style1 .block-title {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .cislen-blog.style-04 .blog-thumb .blog-date {
        min-width: 45px;
        padding: 0 5px;
        font-size: 13px;
    }

    .cislen-blog.style-04 .blog-month {
        font-size: 12px;
    }

    .cislen-blog.style-04 .blog-title {
        font-size: 16px;
    }

    .cislen-blog.style-01 .blog-thumb {
        margin-bottom: 20px;
    }

    .cislen-blog.style-01 .blog-content {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .cislen-tabs .tab-head .tab-link li {
        display: inline-block;
        margin-right: 20px;
    }

    .cislen-tabs .tab-head .tab-link li a {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .woocommerce-Price-amount.amount,
    .product-info.equal-elem .product-title a {
        font-size: 14px;
    }

    .cislen-instagram-sc.style-05 .icon,
    .cislen-instagram-sc.style-01 .icon {
        font-size: 26px;
        width: 70px;
        height: 70px;
        line-height: 67px;
        margin-bottom: 0;
    }

    .cislen-instagram-sc.style-03 .title {
        font-size: 32px;
    }

    .cislen-instagram-sc.style-05 .title,
    .cislen-instagram-sc.style-01 .title {
        font-size: 23px;
    }

    .cislen-instagram-sc.style-05 .desc,
    .cislen-instagram-sc.style-01 .desc {
        margin-bottom: 15px;
    }

    .cislen-instagramshopwrap.icontype.style-02 .title-insshop {
        font-size: 50px;
    }

    .cislen-banner.style-14 .bigtitle {
        font-size: 23px;
    }

    .cislen-banner.style-14 .desc {
        font-size: 13px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .cislen-banner.style-14 .button {
        min-width: 150px;
        height: 45px;
        padding: 0 20px;
        line-height: 43px;
        font-size: 13px;
        letter-spacing: 0.1em;
    }
    .footer .cislen-socials {
        text-align: center;
    }
    div.wpb_single_image.center767 {
        text-align: center;
    }
    .footer .cislen-custommenu .menu li a,
    .footer .cislen-custommenu .menu li {
        line-height: 24px;
    }

    .cislen-custommenu.style-01 .menu {
        padding: 0;
    }

    .product-item.style-5 {
        padding: 10px !important;
    }

    .product-item.style-5 .product-title {
        margin-top: 15px;
    }

    .cislen-newsletter.style-07 .newsletter-description {
        margin-bottom: 3px;
    }

    .cislen-newsletter.style-07 .newsletter-title {
        margin-bottom: 10px;
    }

    .cislen-newsletter.style-01 .newsletter-top .icon > span {
        font-size: 70px;
    }

    .prdctfltr-pagination-load-more.woocommerce-pagination {
        margin-top: 20px;
    }

    .cislen-title.style5 .block-title {
        padding-bottom: 10px;
        font-size: 22px;
    }

    h4.deals-title {
        font-size: 18px;
    }

    div.deals-in-wrap span.time {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    div.deals-in-wrap span.time-title {
        font-size: 12px;
        letter-spacing: 1px;
    }

    div.summary .attribute-pa_size a.change-value:not(.color) {
        width: 34px;
        border-width: 2px;
        height: 34px;
        margin-right: 7px;
        font-size: 11px;
        line-height: 30px;
    }
    div.cislen-slider .slick-arrow {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    div.cislen-slider .slick-arrow:last-child{
        left: auto;
        right: 0;
        top: 50%;
    }
    div.cislen-newsletter.style-03 {
        padding: 40px;
    }

}

@media (max-width: 600px) {
    .main-header.header-mobile{
        top:0!important;
    }
}
@media (max-width: 480px) {
    .cislen-blog.style-01 .blog-readmore,
    .cislen-blog.style-03 .blog-readmore {
        padding: 0 15px 0 0;
    }

    .cislen-blog.style-01 .blog-readmore::before,
    .cislen-blog.style-03 .blog-readmore::before {
        border-bottom: 1px solid #000;
        opacity: 1;
    }

    .cislen-blog.style-02 .blog-thumb {
        float: none;
        width: 100%;
    }

    .cislen-blog.style-02 .blog-info {
        float: none;
        width: 100%;
        padding: 15px;
    }

    .cislen-title.style2 .block-title {
        font-size: 14px;
        letter-spacing: 0.1em;
        padding: 0 15px;
    }

    .cislen-title.style4 .block-title {
        font-size: 16px;
        letter-spacing: 0.1em;
        padding-bottom: 10px;
    }

    .cislen-banner.style-03 .bigtitle {
        font-size: 18px;
    }

    .cislen-banner.style-03 .desc {
        margin-bottom: 10px;
    }

    .cislen-banner.style-12 .bigtitle {
        font-size: 20px;
    }

    .cislen-banner.style-12 .title {
        font-size: 12px;
        letter-spacing: 0.1em;
    }

    .cislen-banner.style-12 .button {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .cislen-banner.style-15 .desc {
        margin-bottom: 10px;
    }

    .cislen-testimonial.style-04 .content {
        font-size: 20px;
    }

    .cislen-testimonial.style-04 .name {
        padding-top: 10px;
        margin-top: 35px;
    }

    .cislen-testimonial.style-04 .name::before {
        height: 30px;
    }

    .cislen-custommenu.style-02.light.right ul li a {
        padding-right: 5px;
        margin-right: 2px;
    }

    .cislen-custommenu.style-02 .menu li a {
        font-size: 10px;
    }

    .cislen-custommenu.style-04 ul li {
        padding-right: 5px;
        margin-right: 5px;
    }

    .cislen-custommenu.style-04 ul li a {
        font-size: 11px;
    }

    .cislen-banner.style-14 .banner-thumb::before {
        content: '';
        position: absolute;
        background: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0.5;
    }

    .cislen-banner.style-14 .banner-info {
        width: 90%;
        left: 50%;
    }

    .cislen-banner.style-14 .desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .cislen-button.style-02 .button {
        font-size: 14px;
        letter-spacing: 2px;
        min-width: 180px;
        height: 48px;
        line-height: 48px;
        padding: 0 10px;
    }
    .cislen-iconbox.style-07 .desc {
        font-size: 13px;
    }
    .cislen-instagram-sc.style-05 .icon,
    .cislen-instagram-sc.style-01 .icon {
        font-size: 24px;
        width: 55px;
        height: 55px;
        line-height: 51px;
        margin-bottom: 5px;
    }
    .product-item.style-5 {
        padding: 10px !important;
    }
    .product-item.style-5 .woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    .product-item.style-5 .product-title {
        font-size: 12px;
        letter-spacing: 0.1em;
        margin-bottom: 0;
    }

    .cislen-newsletter.style-08 .icon {
        margin-bottom: 0px;
    }

    .categories-product-woo h2.block-grid-title {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        text-transform: uppercase;
    }
}

/* ==========================================================================
   10.0 PAGE THEME
========================================================================== */
/*Full Scroll*/
.page-template-fullscroll #fullpage .vc_row {
    margin-left: 0 !important;
    margin-right: 0!important;
}
.page-template-fullscroll #fullpage .section-slide {
    min-height: 100vh !important;
}
.page-template-fullscroll #fullpage .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0!important;
}
.enable-animation-on-scroll.page-template-fullscroll .cislen-wow {
    visibility: visible!important;
}
.page-template-fullscroll #fullpage .section-slide.fp-auto-height {
    min-height: 0 !important;
}
.page-template-fullscroll footer {
    display: none;
}
/* home parralax */
.cislen-bg-parallax {
    overflow: visible !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}

/*.woocommerce-page-headermid*/
.woocommerce-page-headermid {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 46px;
}

.header-pos-absolute + .woocommerce-page-headermid {
    padding-top: 170px;
}

.woocommerce-page-headermid .title-page {

    font-size: 40px;
    line-height: 1.2;
    color: #000000;
}

.woocommerce-page-headermid .trail-items {
    padding: 0 15px;
    background-color: transparent;
    margin-bottom: 20px;
}

.woocommerce-page-headermid .trail-items .trail-item + .trail-item::before {
    height: 1px;
    display: inline-block;
    padding: 0;
    content: "\f105";
    margin: 0 7px;
    font-family: FontAwesome;
}

.breadcrumb > li.active {
    color: #868686;
}

.breadcrumb > li a, .breadcrumb > li {
    color: #000;
    font-size: 12px;
}

.breadcrumb > li a:hover {
    color: #ff3636;
}

/*woocommerce-page-header*/
.woocommerce-page-header {
    padding: 35px 0 24px 0;
    border-bottom: 1px solid #ebebeb;
}

.woocommerce-page-header ul {
    padding: 0;
    text-align: center;
}

.woocommerce-page-header ul .line-hover {
    list-style: none;
    display: inline-block;
    margin: 0 11px 11px 11px;
}

.woocommerce-page-header ul .line-hover a {
    display: inline-block;
    height: 50px;
    line-height: 51px;

    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999999;
    padding: 0 30px;
    text-align: center;
    position: relative;
    border-radius: 35px;
}

.woocommerce-page-header ul .line-hover a:hover,
.woocommerce-page-header ul .line-hover.active a {
    color: #fff;
    background-color: #dc9814;
}

/* ==========================================================================
   10.2 MY ACCOUNT
========================================================================== */
.site-main .nav-tabs {
    border: none;
    margin-top: 50px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs > li > a {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    margin-right: 0;
    line-height: inherit;
    border: none;
    border-radius: 0;
    position: relative;
    padding: 0 0 8px;
    color: #000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

.woocommerce-account .woocommerce .customer-form {
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 400px;
    position: relative;
}

.login-icon {
    font-size: 35px;
    color: #000;
    margin-bottom: 34px;
    text-align: center;
}
p.des-login {
    margin: 0 0px 26px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}
p.des-res {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 8px;
    letter-spacing: 3px;
    margin: 25px 0 0;
}

form.login,
form.register {
    overflow: hidden;
    text-align: center;
}

.customer-form .form-row-wide label,
.login .form-row-wide label {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 9px;
}

.customer-form input[type="text"],
.customer-form input[type="email"],
.customer-form textarea,
.customer-form input[type="password"],
.customer-form input[type="tel"],
.login input[type="text"],
.login input[type="email"],
.login textarea,
.login input[type="password"],
.login input[type="tel"] {
    padding: 0 20px 0 40px;
    width: 100%;
}

.customer-form input[type="submit"],
.login input[type="submit"] {
    width: 100%;
    letter-spacing: 2px;
}

.lost_password {
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #a9a9a9;
    position: relative;
    margin-bottom: 22px;
}

.lost_password::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lost_password:hover,
.lost_password:focus {
    color: #000000;
}

.woocommerce-ResetPassword {
    margin: 0 auto 300px auto;
    max-width: 680px;
    position: relative;
    overflow: hidden;
}

.woocommerce-ResetPassword label {
    display: block;
}

.woocommerce-ResetPassword .form-row-first {
    width: 100%;
}

.woocommerce-ResetPassword input[type="text"] {
    padding: 0 22px;
    width: 100%;
}

.woocommerce-ResetPassword input[type="submit"] {
    width: 100%;
    text-align: center;
}

.rememberme {
    float: left;
    color: #a4a4a4;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 22px;
}

.rememberme input[type="checkbox"] {
    display: none;
}

.rememberme > span::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    border-radius: 50%;
    margin-right: 11px;
    margin-bottom: -1px;
    transition: all 0.3s;
}

.rememberme:hover span,
.rememberme input[type="checkbox"]:checked + span {
    color: #000000;
}

.rememberme:hover span::before,
.rememberme input[type="checkbox"]:checked + span::before {
    background: #000000;
    border-color: #000000;
}

.register-button,
.login-button {
    border: 1px solid #000000;
    display: inline-block;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    width: 100%;
}

.form-row {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

form.login.processing:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: url(assets/images/loading.svg);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
}

form.login.processing > * {
    opacity: 0.5;
}
.login-reg-note {
    display: table;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
    font-weight: 700;
    padding-top: 5px;
    color: #000;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.login-reg-note::before {
    content: '';
    width: 75px;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*login social*/
.divider {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 24px;
    color: #000000;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 27px;
}

.divider::before,
.divider::after {
    border-top: 1px solid #e4e4e4;
    top: 50%;
    content: "";
    position: absolute;
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
}

.divider::before {
    left: 0;
}

.divider::after {
    right: 0;
}

.theme-4 {
    text-align: center;
}

.theme-4 .apsl-icon-block {
    font-size: 14px !important;
    height: 50px;
    line-height: 34px !important;
    border-radius: 0 !important;
    margin: 0 7px 18px 7px;
}

.theme-4 .fa {
    vertical-align: middle !important;
    font-size: 18px !important;
    padding-top: 0 !important;
    padding-right: 10px !important;
}

.myaccount-wellcome {
    color: #000000;
    font-weight: 400;
    margin: 0 0 30px;
}

.woocommerce-Address {
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    padding: 20px;
}

.woocommerce-MyAccount-content .form-row label {
    color: #000000;
    display: block;
    font-weight: normal;
}

.woocommerce-MyAccount-content fieldset {
    width: 100%;
    margin-top: 50px;
}

.woocommerce-MyAccount-content fieldset legend {
    color: #000000;
    display: block;
    font-weight: 500;
    border-bottom: none;
}

.woocommerce-MyAccount-content input.button {
    background: #000000;
    border: medium none;
    color: #ffffff;
    line-height: 52px;
    padding: 0 40px;
}

.woocommerce-MyAccount-content input.button:hover {
    background: #ff3636;
    color: #ffffff;
}

.woocommerce-MyAccount-content .form-row {
    margin-top: 0;
}

.woocommerce-MyAccount-content .form-row input {
    width: 100%;
}

.woocommerce-MyAccount-content h3 {
    color: #000000;
    margin: 0 0 30px;
}

.woocommerce-MyAccount-navigation > ul {
    padding-left: 0;
    margin-bottom: 52px;
}

.woocommerce-MyAccount-navigation > ul li {
    border-top: 1px solid #ededed;
    line-height: 50px;
    list-style: none;
}

.woocommerce-MyAccount-navigation > ul li.is-active a {
    color: #ff3636;
}

/*.woocommerce-password*/
.woocommerce-password-strength {
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.woocommerce-password-strength::before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background-color: #c2c2c2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.woocommerce-password-strength::after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.woocommerce-password-strength.short::after {
    background-color: #f44336;
    width: 25%;
}

.woocommerce-password-strength.bad::after {
    background-color: #ff9800;
    width: 50%;
}

.woocommerce-password-strength.good::after {
    background-color: #2196F3;
    width: 75%;
}

.woocommerce-password-strength.strong::after {
    background-color: #4CAF50;
    width: 100%;
}

/*Shop Sidebar*/
.shop-sidebar div.widget:not(:last-child) {
    margin-bottom: 40px;
}
.shop-sidebar div.widget:not(:last-child) > ul {
    padding-bottom: 0;
}
.shop-sidebar .widget ul li {
    border: medium none;
    font-weight: 500;
}

.shop-sidebar .widget ul li a {
    color: #999999;
}

.shop-sidebar .widget ul li a:hover {
    color: #ff3636;
}
.widget.widget_product_categories ul li a {
    color: #000;
}

.widget.widget_product_categories ul li a:hover {
    color: #ff3636;
}

.sidebar .widget.widget_product_categories span.arow {
    border-top: 2px solid;
    width: 25px;
    display: none;
    float: left;
    position: relative;
    margin-right: 10px;
    align-items: center;
    height: 20px;
    margin-top: 5px;
}

.sidebar .widget.widget_product_categories span.arow:before {
    width: 12px;
    content: "";
    border-bottom: 2px solid;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}

.sidebar .widget.widget_product_categories span.arow:after {
    content: "";
    width: 20px;
    border-bottom: 2px solid;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 6px;
}

/* Products Filter */
.prdctfltr_wc.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
    background: #fff;
    padding: 40px 45px 0;
    box-shadow: 0 3px 45px rgba(0, 0, 0, .06);
    margin: 0 0 50px;
}
.prdctfltr_sc .prdctfltr_wc .prdctfltr_filter_title {
    font-weight: 500;
    color: #333;
    margin-bottom: 20px
}
.prdctfltr_sc.hiden-filter .prdctfltr_wc .prdctfltr_filter_title {
    display: none !important;
}
.prdctfltr_sc .prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter_title:hover {
    color: #ff3636;
}
.prdctfltr_sc .prdctfltr_showing {
    float: right;
}
.prdctfltr_sc .prdctfltr_showing:before{
    display: none;
}
.prdctfltr_wc .prdctfltr_filter_title span.prdctfltr_woocommerce_filter_title {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    margin-right: 5px;
    font-weight: 600;
    color: #000;
}
.prdctfltr_wc .prdctfltr_woocommerce_filter:not(.pf_ajax_loading) .prdctfltr-bars{
    width: 11px;
    position: absolute;
    border-bottom: 2px solid;
    display: inline-block;
    top: 50%;
    right: 0;
    margin-top: 3px;
    float: right;
    margin-right: 8px;
    color: #000;
}
.prdctfltr_wc .prdctfltr_woocommerce_filter:not(.pf_ajax_loading) .prdctfltr-bars::before {
    content: "";
    width: 8px;
    border-bottom: 2px solid;
    position: absolute;
    top: -4px;
    left: 0;
}
.prdctfltr_wc .prdctfltr_woocommerce_filter:not(.pf_ajax_loading) .prdctfltr-bars::after {
    content: "";
    width: 16px;
    position: absolute;
    border-bottom: 2px solid;
    left: 0;
    top: -8px;
}
.part-filter-wrap {
    float: left;
}

.prdctfltr_filter span.prdctfltr_title_selected {
    display: none;
}

.shop-prdctfltr-filter-wrap .prdctfltr_wc .prdctfltr_filter_title {
    display: none;
}

.products-size svg {
    -webkit-transition: .5s;
    transition: .5s;
    width: 18px;
    height: 18px;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
    stroke: #9f9f9f;
    stroke-width: 0;
    fill: #9f9f9f;
}

.products-size.active svg, .products-size:hover svg {
    stroke: #ff3636;
    fill: #ff3636;
}
a.filter-toggle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: right;
    margin-left: 15px;
}
span.icon-filter {
    width: 11px;
    position: relative;
    border-bottom: 2px solid;
    display: inline-block;
    margin-right: 8px;
}
span.icon-filter::before {
    content: "";
    width: 8px;
    border-bottom: 2px solid;
    position: absolute;
    top: -4px;
    right: 0;
}
span.icon-filter::after {
    content: "";
    width: 16px;
    position: absolute;
    border-bottom: 2px solid;
    right: 0;
    top: -8px;
}
.no-banner .toolbar-products.toolbar-top {
    border-top: 1px solid #dfdfdf;
}
/*Left sidebar*/
.left-sidebar .toolbar-products.toolbar-top {
    width: 100%;
    justify-content: flex-end;
    margin: 0;
    position: relative;
}
.left-sidebar .toolbar-products .part-acrion-order-wrap,
.left-sidebar .toolbar-products .part-filter-wrap{
    order: 1;
    min-width: inherit;
    margin-left: 18px;
}
.left-sidebar .toolbar-products .part-grid-mode {
    min-width: inherit;
    position: absolute;
    left: 0;
    order: -1;
    top: 0;
}
.left-sidebar .part-products-size-wrap {
    min-width: inherit;
}
.left-sidebar .part-products-size-wrap:hover .products-sizes {
    width: 200px;
    opacity: 1;
    visibility: visible;
}
.left-sidebar .products-sizes {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 4px;
    overflow: hidden;
    width: 0;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: width 0.3s linear 0s,opacity 0.3s linear 0s,visibility 0.3s linear 0s;
    -o-transition: width 0.3s linear 0s,opacity 0.3s linear 0s,visibility 0.3s linear 0s;
    -webkit-transition: width 0.3s linear 0s,opacity 0.3s linear 0s,visibility 0.3s linear 0s;
}
.left-sidebar .products-sizes a.products-size {
    margin: 0 4px;
    opacity: 1;
    visibility: visible;
}
.has-sidebar a.products-size.size-5,
.drawer_sidebar a.products-size.size-5{
    display: none;
}
/*Left sidebar*/
.right-sidebar .toolbar-products.toolbar-top {
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    position: relative;
}
.right-sidebar .toolbar-products .part-acrion-order-wrap,
.right-sidebar .toolbar-products .part-filter-wrap {
    min-width: inherit;
    margin-right: 18px;
}
.right-sidebar .toolbar-products .part-acrion-order-wrap {
    order: 1;
}
.right-sidebar .toolbar-products .part-grid-mode {
    min-width: inherit;
    position: absolute;
    right: 0;
    order: -1;
    top: 0;
}
.right-sidebar .part-products-size-wrap {
    min-width: inherit;
}
.right-sidebar .part-products-size-wrap:hover .products-sizes {
    width: 150px;
    opacity: 1;
    visibility: visible;
}
.right-sidebar .products-sizes {
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 0;
    left: auto;
    overflow: hidden;
    width: 0;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: width 0.3s linear 0s,opacity 0.3s linear 0s,visibility 0.3s linear 0s;
    -o-transition: width 0.3s linear 0s,opacity 0.3s linear 0s,visibility 0.3s linear 0s;
    -webkit-transition: width 0.3s linear 0s,opacity 0.3s linear 0s,visibility 0.3s linear 0s;
}
.right-sidebar .products-sizes a.products-size {
    margin: 0 4px;
    opacity: 1;
    visibility: visible;
}
.right-sidebar a.filter-toggle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: right;
    position: relative;
    margin-left: 0;
    padding-right: 35px;
}
.right-sidebar span.icon-filter {
    width: 11px;
    position: absolute;
    border-bottom: 2px solid;
    display: inline-block;
    top: 50%;
    right: 0;
    margin-top: 3px;
    float: right;
    margin-right: 8px;
}
.right-sidebar span.icon-filter::after,
.right-sidebar span.icon-filter::before {
    left: 0;
}
.toolbar-products.toolbar-top {
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: space-between;
    line-height: 40px;
    margin: 0;
    align-items: center;
}
.toolbar-products .part-wrap {
    min-width: 200px;
}
div.prdctfltr_topbar {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.prdctfltr_topbar > span:before {
    display: none;
}
a.filter-toggle:hover,
a.filter-toggle.active {
    color: #000000;
}

a.display-mode {
    width: 22px;
    overflow: hidden;
    display: inline-block;
    height: 16px;
    font-size: 0;
    position: relative;
    opacity: 0.4;
}

a.display-mode.active, a.display-mode:hover {
    opacity: 1;
}

.grid-mode a.display-mode::before {
    content: "";
    width: 16px;
    position: absolute;
    left: 0;
    height: 16px;
    background-image: url(assets/images/icon.png);
    background-position: 0 0;
}

.list-mode a.display-mode::before {
    content: "";
    width: 22px;
    position: absolute;
    left: 0;
    height: 16px;
    background-image: url(assets/images/icon.png);
    background-position: -24px 0;
}

.toolbar-products.toolbar-products-mobile,
.real-mobile-toolbar.toolbar-products-shortcode {
    padding-left: 5px;
    padding-right: 5px;
}

.enable-header-mobile div.toolbar-products.toolbar-products-mobile, .enable-header-mobile div.real-mobile-toolbar.toolbar-products-shortcode {
    padding-left: 0;
    padding-right: 0;
    border: none;
}
.enable-shop-page-mobile .top-bar-shop {
    display: inline-block;
    width: 100%;
}
.part-filter-wrap {
    float: left;
    line-height: 40px;
    text-align: right;
    min-width: 110px;
}
.part-cats-list-wrap {
    width: calc(100% - 220px);
    text-align: left;
    float: left;
}

.toolbar-products ul.category-filter {
    text-align: left;
}
.part-products-size-wrap {
    float: none;
    min-width: 210px;
    text-align: center;
    line-height: 42px;
    position: relative;
}
.products-sizes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
span.icon-products-sizes {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    z-index: 0;
    transition: all 0.3s cubic-bezier(0, 0, 0, 1.01) 0s;
    -o-transition: all 0.3s cubic-bezier(0, 0, 0, 1.01) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1.01) 0s;
    align-items: center;
    position: relative;
}
.no-sidebar span.icon-products-sizes:hover,
.no-sidebar .part-products-size-wrap:hover span.icon-products-sizes {
    opacity: 0;
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
    visibility: hidden;
}
.no-sidebar span.icon-products-sizes:hover + .products-sizes .products-size,
.no-sidebar .part-products-size-wrap:hover .products-size {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.no-sidebar a.products-size.size-2 {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}
.no-sidebar a.products-size.size-3 {
    -webkit-transform: translateX(24px);
    -moz-transform: translateX(24px);
    -ms-transform: translateX(24px);
    -o-transform: translateX(24px);
    transform: translateX(24px);
}
.no-sidebar a.products-size.size-4 {
    -webkit-transform: translateX(-23px);
    -moz-transform: translateX(-23px);
    -ms-transform: translateX(-23px);
    -o-transform: translateX(-23px);
    transform: translateX(-23px);
}
.no-sidebar a.products-size.size-5 {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}
a.products-size {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e5e5e5;
    margin: 0 2px;
    background: #fff;
    transition: all 0.3s cubic-bezier(0, 0, 0, 0.61) 0s;
    -o-transition: all 0.3s cubic-bezier(0, 0, 0, 0.61) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 0.61) 0s;
}
a.products-size:hover,
a.products-size.active{
    background: #000;
    color: #fff;
    border-color: #000;
}
.part-filter-wrap + .part-cats-list-wrap ul.category-filter {
    text-align: center;
}

.toolbar-products .category-filter li:first-child {
    margin-left: 0;
}

.toolbar-products .category-filter li:last-child {
    margin-right: 0;
}

.toolbar-products .filter-ordering {
    float: right;
}
.content-promobnaner {
    padding: 0 0 40px;
}
.main-product .prdctfltr_wc.shop-prdctfltr-filter-wrap .prdctfltr_filter_title {
    margin: 0;
    padding: 10px;
    display: block;
}
.main-product div.prdctfltr_wc.shop-prdctfltr-filter-wrap .prdctfltr_woocommerce_ordering {
    top: 0!important;
}
.enable-shop-page-mobile div.prdctfltr_wc.shop-prdctfltr-filter-wrap .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
    top: -2px;
    display: none;
}
.enable-shop-page-mobile div.prdctfltr_wc.shop-prdctfltr-filter-wrap {
    margin: 0;
}
.enable-shop-page-mobile div.prdctfltr_wc.shop-prdctfltr-filter-wrap .prdctfltr_collector {
    margin: 0 10px 10px 0;
}
.prdctfltr_wc.shop-prdctfltr-filter-wrap .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_product_brand label > span {
    border: 1px solid #e5e5e5;
    border-radius: 0;
}
.prdctfltr_wc.shop-prdctfltr-filter-wrap .prdctfltr_filter.prdctfltr_product_brand label {
    margin: 0 3px;
}
form.fami-woocommerce-ordering {
    background-image: url(assets/images/arr-drop.png);
    overflow: hidden;
    width: 200px;
    background-repeat: no-repeat;
    padding: 0;
    background-color: #f4f4f4;
    background-position: calc(100% - 20px) center;
}
.fami-woocommerce-ordering select.orderby {
    width: calc(100% + 20px);
    border: none;
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px;
    color: #868686;
}

.shop-prdctfltr-filter-wrap {
    margin-bottom: 20px;
}

.products-size:hover::before, .products-size.active::before {
    opacity: 1;
}

.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
    background: no-repeat;
    border: none;
    box-shadow: 0 0 0;
    color: #666666;
}

.chosen-container-single .chosen-single div b {
    background-image: url(assets/images/icon.png);
    background-position: -52px 2px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -52px 2px;
}

.chosen-container-single .chosen-drop {
    margin-top: 8px;
    border-width: 1px;
    border-color: #dfdfdf;
}

/*Filter price*/
.widget_price_filter form {
    margin-top: 44px;
    overflow: visible;
}

.price_label {
    color: #868686;
    float: left;
    font-size: 12px;
}

.price_slider_amount .button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #000000;
    color: #000000;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: 600;
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    text-transform: uppercase;
}

div.price_slider.ui-slider-horizontal {
    border: medium none;
    height: 3px;
}

.ui-slider-horizontal .ui-slider-range {
    background: #000000;
}

div.price_slider.ui-slider-horizontal {
    background: #cccccc;
    border: medium none;
    height: 3px;
}

.price_slider_wrapper .ui-slider-horizontal .ui-slider-handle:last-child {
    margin-left: -10px;
}

.price_slider_wrapper .ui-slider-horizontal .ui-slider-handle {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    top: -24px;
    width: 11px;
}

.price_slider_wrapper .ui-slider-horizontal .ui-slider-handle::before {
    content: "\F0d7";
    font-family: 'FontAwesome', sans-serif;
    font-size: 16px;
}

.price_slider_amount {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.price_slider_amount .button:hover, .price_slider_amount .button:focus {
    background-color: #ff3636;
    border: 2px solid #ff3636;
    color: #ffffff;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-bottom: -0.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/* .toolbar-products-shortcode.real-mobile-toolbar */
.toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap {
    width: 20px;
    min-width: inherit;
    text-align: right;
    position: relative;
    z-index: 10;
}

.toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap span.filter-text {
    font-size: 0;
    display: none;
}

/* ==========================================================================
   10.3 CHECKOUT
========================================================================== */
/*SELECT2 RESET*/
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #dddddd;
    border-radius: 0;
    height: 57px;
    line-height: 57px;
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
    line-height: 57px;
    padding-left: 20px;
    padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 57px;
}

.select2-container .select2-choice .select2-arrow b:after {
    border: none;
    font-family: 'FontAwesome', sans-serif;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px;
}

.select2-dropdown {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;;
}

.select2-dropdown .select2-search .select2-search__field {
    background-color: #ffffff;
    padding: 0 16px;
    height: 57px;
    line-height: 57px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e6e6;
}

.select2-results__option {
    padding: 0 20px;
    height: 57px;
    line-height: 57px;
}

.select2-dropdown .select2-result {
    color: #888888;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f0f2f5;
    color: #000000;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    color: #000000;
}

/*required*/
.validate-required label .required {
    display: none;
}

.validate-required label::after {
    content: '*';
    font-size: 15px;
    color: #ff3636;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    display: none;
}

.woocommerce-form__label-for-checkbox > span {
    display: inline-block;
}

.woocommerce-form__label-for-checkbox > span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    color: #e2e2e2;
    margin-right: 11px;
    margin-bottom: 3px;
    vertical-align: middle;
    transition: all 0.3s;
}

.woocommerce-form__label-for-checkbox:hover span::before,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
    font-family: FontAwesome;
    content: "\f00c";
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
    color: #000;
    border-color: #000000;
}

/*.woocommerce-checkout*/

.checkout.woocommerce-checkout .input-text {
    width: 100%;
}

.checkout.woocommerce-checkout label {
    font-weight: normal;
    margin-bottom: 11px;
}

.checkout.woocommerce-checkout p {
    margin-bottom: 40px;
}

.checkout.woocommerce-checkout .woocommerce-privacy-policy-text p {
    margin-bottom: 0;
}

.checkout.woocommerce-checkout .variation p {
    margin-bottom: 0;
}

.form-row-first,
.form-row-last {
    display: inline-block;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    overflow: visible;
}

.form-row-last {
    float: right;
}

#billing_phone_field,
#billing_email_field {
    width: 100%;
}

/*.checkout-before-top*/
.checkout-before-top {
    overflow: hidden;
}

.checkout-before-top .cislen-checkout-login {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
}

.checkout-before-top .cislen-checkout-login ~ .cislen-checkout-coupon {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: right;
}

.checkout-before-top .cislen-checkout-login form.login {
    margin-bottom: 64px;
}

.checkout-before-top .cislen-checkout-login form.login p:first-child {
    margin-bottom: 45px;
}

.login button.button {
    padding: 0 50px;
}

.login .woocommerce-form__label-for-checkbox {
    margin-top: 10px;
    margin-left: 15px;
}

.checkout-before-top .cislen-checkout-login form.login p:nth-child(4) {
    margin-bottom: 0;
}

.checkout-before-top .cislen-checkout-login form.login label {
    color: #a9a9a9;
    font-weight: normal;
}

.checkout-before-top .cislen-checkout-coupon .checkout_coupon {
    overflow: hidden;
    margin-bottom: 54px;
}

.checkout-before-top .cislen-checkout-coupon .checkout_coupon .form-row-first {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    padding-right: 15px;
}

.checkout-before-top .cislen-checkout-coupon .checkout_coupon .form-row-first .input-text {
    width: 100%;
}

.checkout-before-top .cislen-checkout-coupon .checkout_coupon .form-row-last {
    width: 240px;
}

.checkout-before-top .cislen-checkout-coupon .checkout_coupon .form-row-last .button {
    width: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.checkout-before-top .woocommerce-info {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding: 26px 15px;
    margin: 0 0 51px;
    background-color: transparent;
    color: #a9a9a9;
    border: 2px solid #e3e3e3;
}

/*.col2-set*/
.col2-set:not(.woocommerce-Addresses) {
    padding: 58px 80px 36px 80px;
    border: 2px solid #e3e3e3;
    overflow: hidden;
    margin-bottom: 64px;
}

.woocommerce-Address {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding: 20px !important;
}

.col2-set .col-1,
.col2-set .col-2 {
    padding: 0;
}

.woocommerce-account-fields,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
    overflow: hidden;
}

.woocommerce-account-fields .woocommerce-form__label-for-checkbox > span::before,
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox > span::before {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 49px;
}

.woocommerce-shipping-fields h2 {
    margin-bottom: 21px;
}

.woocommerce-shipping-fields #ship-to-different-address {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
}

/*.woocommerce-checkout-review-order-wrap*/
.woocommerce-checkout-review-order-wrap {
    padding: 48px 80px 38px 80px;
    border: 2px solid #e3e3e3;
    overflow: hidden;
}

.woocommerce-checkout-review-order-wrap #order_review_heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
    padding: 17px 30px 17px 0;
}

body .woocommerce .woocommerce-checkout-review-order-wrap .woocommerce-checkout-review-order {
    float: left;
}

body .woocommerce .woocommerce-checkout-review-order-wrap table.shop_table {
    border: none;
}

/*input[type="radio"]*/
.shipping #shipping_method {
    list-style: none;
    padding-left: 0;
}

.shipping th,
.shipping td {
    vertical-align: top;
}

.shipping input[type="radio"],
.wc_payment_methods input[type="radio"] {
    display: none;
}

.shipping input[type="radio"] + label::before,
.wc_payment_methods input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    border-radius: 50%;
    margin-right: 11px;
    transition: all 0.3s;
}

.shipping input[type="radio"]:checked + label::before,
.wc_payment_methods input[type="radio"]:checked + label::before {
    background: #000000;
    border-color: #000000;
}

body .woocommerce-checkout-review-order .shop_table {
    margin-bottom: 41px;
}

body .woocommerce-checkout-review-order .shop_table tr th,
body .woocommerce-checkout-review-order .shop_table tr td {
    border-width: 0 0 1px 0;
    padding: 17px 15px 17px 0;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

body .woocommerce-checkout-review-order .shop_table tr:last-child th,
body .woocommerce-checkout-review-order .shop_table tr:last-child td {
    padding: 23px 0;
    border-bottom: 1px solid #ebebeb;
}

body .woocommerce-checkout-review-order .shop_table .product-name img {
    margin-right: 20px;
    max-width: 60px;
    display: table-cell;
    float: left;
}

span.rv-titel {
    float: left;
    margin-right: 40px;
}

strong.product-quantity {
    float: left;
}

.total-price {
    display: none;
    width: 100%;
}

.woocommerce-checkout-review-order-table dl.variation {
    display: inline-block;
    width: 100%;
    margin: 0;
}

dl.variation {
    margin-top: 0;
    margin-bottom: 5px;
}

dl.variation p {
    margin: 0;
}

.variation dt, .variation dd {
    display: inline-block;
}

.woocommerce-thankyou-order-details {
    padding-bottom: 20px;
}

.review-wrap {
    overflow: hidden;
    padding-left: 20px;
    text-align: left;
}

body .woocommerce-table--order-details th,
body .woocommerce-table--order-details td,
body .woocommerce-table--customer-details th,
body .woocommerce-table--customer-details td {
    color: #000000;
    padding: 17px 10px !important;
    border-left: none;
    border-right: none;
}

body .woocommerce-table--order-details .product-quantity {
    vertical-align: bottom;
    float: none;
}
ul.wc-item-meta p {
    margin: 0;
}
section.woocommerce-bacs-bank-details {
    margin-bottom: 30px;
}
.woocommerce-checkout-payment {
    overflow: hidden;
}

.woocommerce-checkout-payment .wc_payment_methods {
    list-style: none;
    padding-left: 0;
}

.woocommerce-checkout-payment p {
    margin-bottom: 34px;
}

.woocommerce-checkout-payment li:last-child p {
    margin-bottom: 0;
}

#place_order {
    width: 100%;
    margin-top: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ==========================================================================
   10.5 SEARCH PAGE
========================================================================== */
.page-header {
    padding-bottom: 0;
    margin: 25px 0 86px;
    border-bottom: none;
}

body.search .search-page,
body.search .shop-page {
    min-height: 100px;
    margin: 60px 0;
    padding: 0;
}
body.search .main-content {
    width: 100%;
}
body.search .sidebar {
    display: none;
}
.search-page.blog-page {
    padding: 60px 0;
}

.search-page.left-sidebar .main-content {
    float: right;
}

.page-header .page-title,
body.search .main-product > h1 {

    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.page-header .page-title span,
body.search .main-product > h1 > span {

    display: block;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-top: 16px;
    text-transform: capitalize;
}

body.search .main-product > h1 {
    display: none;
}

body.search.shop-page-mobile .main-product > h1 {
    display: block;
    margin-bottom: 40px;
}

body.search .main-product > h1 > span {
    margin-bottom: 86px;
}

.search .prdctfltr_wc {
    display: none;
}

/* ==========================================================================
   10.7 PAGE 404
========================================================================== */
.error404 .header-pos-absolute {
    padding-bottom: 100px;
}

.page-404 {
    padding-top: 190px;
    padding-bottom: 110px;
}

.page-404 .heading {
    font-weight: 300;
    color: #000000;
    margin-bottom: 30px;
    font-size: 200px;
}

.page-404 .title {
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 40px;
}

.page-404 p {
    font-size: 18px;
    line-height: 36px;
    color: #a4a4a4;
    margin-bottom: 55px;
}

.error404 .banner-page {
    display: none;
}

.error404 form#searchform {
    max-width: 560px;
    margin: 25px auto 50px;
    width: 100%;
}

.error404 .cislen-searchform button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 20px;
}

.error404 .cislen-searchform button:hover {
    background: #ff3636;
    color: #fff;
}

.page-404 a.button {
    display: inline-block;
    padding: 0 30px;
    background-color: #ff3636;

    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    height: 48px;
    border-radius: 35px;
    line-height: 50px;
    color: #ffffff;
}

.page-404 a.button:hover {
    background-color: #000000;
    color: #ffffff;
}

/* ==========================================================================
   10.8 HOME INSTAGRAM PAGE
========================================================================== */
.page-template-default:not(.wpb-js-composer) .page-main-content {
    padding: 70px 0;
}

.woocommerce-page .page-main-content {
    padding: 20px 0 0;
}

.woocommerce-page .left-slidebar .page-main-content, .page-template-default:not(.wpb-js-composer) .left-slidebar .page-main-content,
.woocommerce-page .right-slidebar .page-main-content, .page-template-default:not(.wpb-js-composer) .right-slidebar .page-main-content {
    padding: 0;
}

.enable-shop-page-mobile.woocommerce-page .page-main-content,
.enable-shop-page-mobile.page-template-default:not(.wpb-js-composer) .page-main-content {
    padding: 30px 0px;
}

.vc_video-bg-container {
    background-position: center;
}

.vc_row-o-equal-height .vc_col-has-fill > .vc_column-inner {
    padding-top: 0;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic div.vc_tta-panel-heading {
    border-width: 1px 0;
}

.wpb-js-composer div.vc_tta.vc_tta-style-classic .vc_tta-panel-body {
    border-width: 0 0 1px;
    padding: 0 0 38px;
    font-size: 16px;
    color: #a9a9a9;
}

.wpb-js-composer div.vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 34px 0;
}

.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #000;
}

.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: transparent;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    bottom: 0;
    top: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 0 0 1px;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 1px 0 0;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.wpb-js-composer div.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    left: 0px;
    right: 6px;
    top: 6px;
    bottom: 0px;
}

.wpb-js-composer div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.wpb-js-composer div.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.wpb-js-composer div.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon::before {
    border-color: #ff3636;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    height: 18px;
    right: 0px !important;
    width: 18px;
}

.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #e5e5e5;
}

.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #e5e5e5;
}

.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel:first-child .vc_tta-panel-heading {
    border: none;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-color: #e5e5e5;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel:last-child .vc_tta-panel-body {
    border: none;
}

.page-template-sidebarpage .vc_row[data-vc-stretch-content="true"],
.page-template-sidebarpage .vc_row[data-vc-full-width="true"] {
    border-left: 360px solid #fff;
}

.vc_sep_width_80 {
    max-width: 420px;
    width: 100%;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

div.vc_separator.vc_separator_align_center h4 {
    padding: 0 25px;
    text-align: center;
}

.vc_separator.width-70 {
    width: 70px;
}

.owl-carousel .wpb_single_image:hover img {
    opacity: 0.8;
}
.vc_row.bg-center-top {
    background-position: center 75px !important;
}
/*Newsletter Popup*/
body.modal-open {
    padding: 0 !important;
}

div#popup-newsletter {
    padding: 0 !important;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
}

#popup-newsletter .vc_sep_width_30 {
    width: 40px;
}

#popup-newsletter h2.vc_custom_heading {
    font-weight: 600;
    letter-spacing: 1px;
}

#popup-newsletter .modal-content {
    padding: 20px;
    border-radius: 0;
    display: inline-block;
}

#popup-newsletter .newsletter-content {
    text-align: center;
}

#popup-newsletter .cislen-newsletter .newsletter-form-wrap-inner {
    position: relative;
    display: inline-block;
    width: 520px;
    max-width: 100%;
}

#popup-newsletter .newsletter-top {
    display: none;
}

#popup-newsletter .cislen-newsletter.style-02 .newsletter-form-wrap input {
    max-width: 520px;
    height: 40px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0;
    font-weight: 600;
    border-width: 0 0 1px 0;
    color: #000;
}

#popup-newsletter .cislen-newsletter {
    margin: 20px;
}

#popup-newsletter .title-news::before {
    content: "";
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid #ff3636;
}
#popup-newsletter .title-news {
    position: relative;
    color: #000;
    font-size: 25px;
    font-weight: 300;
    padding: 20px 30px 30px;
    line-height: 34px;
    margin-bottom: 35px;
}
.title-news span {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.newsletter-content button.close {
    background: transparent;
    color: #000;
    opacity: 1;
    font-size: 16px;
    height: 20px;
    text-transform: none;
    display: table;
    float: none;
    margin: 0px auto;
    line-height: 20px;
    border-bottom: 1px solid;
    margin-top: 45px;
}

.newsletter-content p {
    font-size: 14px;
    padding: 0 25px;
    color: #8b8b8b;
}

.modal-inner {
    z-index: 2;
    position: relative;
}

.modal-content > button.close:hover {
    color: #ff3636;
}

.modal-content > button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    color: #fff;
    border: 0;
    position: absolute;
    top: 0;
    font-size: 0;
    right: -30px;
    margin: 0;
    opacity: 1;
    z-index: 9;
    text-align: center;
}

.modal-content > button.close::after {
    content: "";
    width: 20px;
    border-top: 1px solid;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    left: 8px;
}

.modal-content > button.close::before {
    content: "";
    width: 20px;
    border-top: 1px solid;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 8px;
}

.modal-backdrop.fade.in {
    display: none;
    z-index: 99;
}

#popup-size-guide .modal-inner {
    padding-top: 50px;
}

/*Vendor Style*/
.wcmp_vendor_banner_template.template1 .vendor_description div.vendor_img_add {
    width: 550px;
}

.wcmp_vendor_banner_template.template1 div.img_div img {
    border: 0px solid #fff;
    max-width: 170px;
    max-height: 170px;
}

.wcmp_vendor_banner_template.template1 div.vendor_description {
    position: absolute;
    top: auto;
    height: auto;
    background: transparent;
    bottom: 0;
}

div.vendor_description .img_div {
    float: left;
    margin-right: 30px;
}

.wcmp_vendor_banner_template.template1 .wcmp_vendor_name {
    text-transform: capitalize;
    font-size: 20px;
}

.wcmp_vendor_banner_template.template1 .vendor_address {
    color: #fff;
    overflow: hidden;
    margin-top: 0;
}

.wcmp_vendor_detail i.wcmp-font {
    width: 20px;
    float: left;
    text-align: left;
}

div.wcmp_social_profile .wcmp-font {
    background: #fff;
    font-size: 35px;
    margin: -2px;
}

.vendor_description .vendor_address p, .vendor_description a.wcmp_vendor_detail {
    line-height: 1.2;
    font-size: 15px;
}

.vendor_description .vendor_address label {
    font-size: 15px;
}

.wcmp_vendor_banner_template.template1 .description_data {
    text-align: center;
}

div.description_data p {
    line-height: 1.6;
}

/*Custom REV*/
.persephone.tparrows {
    border-radius: 50%;
    border-width: 2px;
    font-weight: 600;
}

.persephone.tparrows::before {
    line-height: 50px;
}

@media screen and (max-width: 1100px) {
    div.wcmp_vendor_banner_template.template1 div.vendor_description {
        position: relative;
        padding-bottom: 70px;
    }

    div.wcmp_vendor_banner_template .vendor_img_add div.img_div img {
        max-width: 70px;
        max-height: 70px;
    }
}

@media (min-width: 992px) {
    #popup-newsletter .modal-dialog {
        width: 900px;
        margin: 0px auto 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/** Cislen Mobile **/
@media (max-width: 991px) {
    .single-container {
        padding-bottom: 50px
    }
    .single-post .banner-page.hero-banner-page.no_background {
        display: none
    }

    .archive .banner-page.no_background {
        min-height: 250px !important;
    }

}

@media (max-width: 767px) {
    .banner-page.no_background {
        min-height: 90px !important;
        padding-bottom: 30px !important;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }
    .cislen-theme .banner-page.no_background {
        display: none;
    }
    .banner-page.no_background .content-banner {
        padding: 0 10px;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .banner-page.no_background .content-banner .title-page {
        font-size: 30px;
        line-height: 1.25;
        font-weight: normal;
        color: #000000;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .tparrows {
        display: none !important;
    }
    div#popup-newsletter.disable-on-mobile {
        display: none !important;
    }

    ul.product-list .product-info {
        padding-top: 30px;
    }

    .center-mobile {
        text-align: center !important;
    }

    .famibt-right-part {
        padding: 40px 0 0;
    }

    .famibt-right-part::after, .famibt-right-part::before {
        display: none;
    }

    div.famibt-wrap {
        padding: 40px 20px;
        margin: 15px 0;
    }

    .no-sidebar div.upsells, .no-sidebar div.related {
        padding: 0 10px;
    }

    div.summary .entry-title {
        font-size: 20px;
        line-height: 36px;
        font-weight: 400;
        color: #333;
    }

    .single .reset_variations {
        background: #333;
        color: #fff;
        text-align: center;
        padding: 0 10px;
    }

    .vc_desktop .reset_variations {
        top: auto;
        bottom: auto;
        margin-top: -20px;
    }

    div .woocommerce-Tabs-panel {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .mobile-center {
        text-align: center !important;
    }

    div .more-items {
        margin-top: 15px;
    }

    .product-toolbar .post-navigation .nav-links > div::before {
        display: none;
    }

    .product-item .thumb-link img {
        width: 100%;
    }

    div .product-item .product-title {
        line-height: 20px;
    }

    .subtotal span.woocommerce-Price-amount.amount {
        font-size: 16px;
    }
    .container-search .search-results-wrap .product-item-search {
        padding: 10px 10px 0;
    }

}

@media (max-width: 576px) {
    /* small mobile */
    /* pages */
    .page-404 {
        padding: 80px 0
    }

    .wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
        font-size: 20px;
        line-height: 24px
    }

    /* single blog */
    .single-post .single-container .post-info {
        padding-bottom: 45px
    }

    .single-post .single-post-products-carousel-title {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.fb_dialog {
    z-index: 99 !important;
}

.fb_iframe_widget iframe {
    z-index: 99 !important;
}

/* ==========================================================================
   11.0 RESPONSIVE
========================================================================== */
@media ( min-width: 1280px) {
    body .header:not(.style-02):not(.style-03) .header-container {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media ( min-width: 1501px) and ( max-width: 1800px) {
    /*header*/
    .horizon-menu .main-navigation .main-menu > .menu-item {
        margin: 0 15px;
    }

    body:not(.cislen-theme) .header:not(.style-02):not(.style-03) .container.header-container{
        padding-left: 50px;
        padding-right: 50px;
    }
    div.product-toolbar {
        padding-left: 10px;
        padding-right: 10px;
    }
    header span.close-notice {
        right: 50px;
    }
    body.single-product .detail-content {
        padding-left: 30px;
    }
}

@media ( max-width: 1500px) {
    /*header*/
    .horizon-menu .main-navigation .main-menu > .menu-item {
        margin: 0 10px;
    }

    header.style-06 .horizon-menu .main-navigation .main-menu > .menu-item::after {
        left: -10px;
    }
    div.product-toolbar {
        padding-left: 5px;
        padding-right: 5px;
    }
    header span.close-notice {
        right: 20px;
    }

    header.style-03 .header-menu > div.header-logo {
        padding: 0 30px 0 0;
    }

    .style-05 .header-wrap .main-header-menu .header-position {
        padding: 20px 0;
    }
    body.single-product .detail-content {
        padding-left: 30px;
    }
    div.style-17 .bg-overlay {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
        -o-transform: translateX(-50%) translateY(-50%) scale(0.8);
        transform: translateX(-50%) translateY(-50%) scale(0.8);
    }
}

@media ( max-width: 1366px) {
    /*header*/
    .instant-search-modal .instant-search-title,
    .instant-search-modal .product-cats {
        margin-bottom: 10px;
    }

    .instant-search-modal .instant-search-wrap {
        padding-top: 20px;
    }

    .instant-search-close {
        top: 10px;
    }

    .container-search {
        margin-top: 20px;
    }

    .container-search .scrollbar-macosx {
        max-height: -webkit-calc(100vh - 300px);
        max-height: -moz-calc(100vh - 300px);
        max-height: calc(100vh - 300px);
    }

    .search-view {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .instant-search-modal .product-info {
        position: relative;
        overflow: hidden;
        margin-top: 17px;
        margin-bottom: 10px;
    }

    /*.header-control-left*/
    .header-control-left .currency-language .wcml-dropdown-click,
    .header-control-left .currency-language > li,
    .header-control-left .block-account,
    .header-control-left .cislen-minicart {
        margin-right: 10px;
    }

    /*.header-control-right*/
    .header-control-right .currency-language .wcml-dropdown-click,
    .header-control-right .currency-language > li,
    .header-control-right .block-account,
    .header-control-right .cislen-minicart {
        margin-left: 7px;
    }

    /*.header.style2*/
    .header.style2 .header-control-right {
        width: 470px;
    }

    .header.style2 .header-menu {
        width: -webkit-calc(100% - 670px);
        width: -moz-calc(100% - 670px);
        width: calc(100% - 670px);
    }

    /*SHOP THEME*/
    body.single-product .detail-content {
        padding-left: 30px;
    }

    .backtotop {
        right: 40px;
    }

    .slider_images .cislen-product-single-gallery:not(.cislen-center-mode) {
        display: table;
        width: 100%;
    }

    .slider_images .cislen-product-single-gallery:not(.cislen-center-mode) .cislen-product-gallery__image {
        display: table-cell;
    }

    .slider_images .cislen-product-single-gallery:not(.cislen-center-mode) .cislen-product-gallery__image a {
        display: block;
        padding: 0 4.7619048%;
    }

    .has-sidebar .vertical_thumnail .cislen-product-button {
        top: 10px;
        left: 130px;
        bottom: auto;
    }

    .has-sidebar .product-360-button a::before,
    .has-sidebar .cislen-bt-video a::before {
        margin-right: 0;
    }

    .has-sidebar .product-360-button a span,
    .has-sidebar .cislen-bt-video a {
        font-size: 0;
    }

    /*table cart wishlist*/
    .cart-collaterals .cart_totals h2,
    .cart-collaterals .cart_totals .shop_table {
        width: 100%;
    }

    .wc-proceed-to-checkout .checkout-button {
        margin: 0;
        min-width: 230px;
    }

    body .woocommerce table.shop_table .product-thumbnail {
        width: 120px;
        padding-left: 20px;
    }

    body .woocommerce table.shop_table tr td.product-remove {
        padding-right: 20px;
    }

    .yith-wcwl-share {
        padding-left: 0;
    }

    .actions .coupon,
    .cart-collaterals .cart_totals {
        padding: 25px 20px;
    }

    .cart-collaterals .cart_totals .shop_table tr th {
        width: 200px;
    }

    .cart-collaterals .cart_totals .shop_table tr td {
        width: auto;
    }

    /*table checkout*/
    body .woocommerce .woocommerce-checkout-review-order-wrap .woocommerce-checkout-review-order,
    .woocommerce-checkout-review-order-wrap #order_review_heading {
        display: block;
        width: 100%;
    }

    .col2-set:not(.woocommerce-Addresses),
    .woocommerce-checkout-review-order-wrap {
        padding: 25px 15px;
    }

    div.blog-content.blog-modern {
        padding: 0 20px;
    }
    div div.style-17 .bg-overlay {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.6);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.6);
        -o-transform: translateX(-50%) translateY(-50%) scale(0.6);
        transform: translateX(-50%) translateY(-50%) scale(0.6);
    }
}

@media (min-width: 1281px) {
    .summary.title-price-stars-outside-summary .cart .single_add_to_cart_button {
        width: calc(100% - 287px);
    }

}

@media (max-width: 1280px) {
    div.blog-content.grid .post-expand > div, div.blog-content.typography .post-expand > div {
        margin-left: 5px;
        margin-right: 5px;
    }

    .main-navigation .main-menu > .menu-item > a,
    .currency-language .dropdown > a,
    .block-account,
    .cislen-minicart .mini-cart-icon {
        letter-spacing: 1px;
    }

    .header .cislen-minicart .mini-cart-icon .minicart-text {
        display: none;
    }

    .header .cislen-minicart .mini-cart-icon span.minicart-number {
        right: auto;
    }
    header.header .cislen-minicart .mini-cart-icon {
        top: 0px;
    }
    /*SINGLE BLOG*/
    .comment:not(:last-child) {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .commentlist .children {
        padding-left: 25px;
        padding-top: 25px;
        margin-top: 25px;
    }

    .comment_container .flex {
        padding-right: 0;
        vertical-align: top;
    }

}

.page-template-default .main-container {
    padding-bottom: 60px;
    padding-top: 60px;
}

@media (min-width: 1200px) {
    .product-info.equal-elem {
        height: auto !important;
    }

}

@media (max-width: 1199px) {
    .single-post-products-carousel-wrap .container {
        width: 100%;
    }

    .main-container.shop-page.no-sidebar .container {
        width: 100%;
        padding: 0 10px;
    }

    .product-toolbar .container {
        width: 100%;
        padding: 0;
    }
    .single div.product-toolbar {
        padding-bottom: 15px;
        padding-top: 0;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    div.product-toolbar .breadcrumb-trail {
        padding: 0 10px;
    }
    div.product-toolbar .post-navigation {
        padding-left: 10px;
        padding-right: 10px;
    }
    div.products-size svg {
        margin: 0 0 0 5px;
    }

    .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
        margin-left: 8px;
    }

    /*header*/
    .header-wrap {
        display: none;
    }
    div.header-action-res {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,.1);
        align-items: center;
    }
    .style-06 .header-main-inner{
        display: none;
    }
    body .page-header-style06 .vc_row[data-vc-stretch-content="true"],
    body .page-header-style06 .vc_row[data-vc-full-width="true"],
    body .page-header-style06 .fullwidth-template .vc_row,
    body .page-header-style06 .site-main .vc_row,
    body .page-header-style06 footer .vc_row,
    body .page-header-style06 .slider-rev-wrap{
        border-left: none;
    }
    .single div.header-action-res {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .header-action-res > div {
        padding: 5px 17px;
        line-height: 40px;
    }
    .mobile-navigation {
        display: inline-block;
        margin: 0;
    }
    a.search-icon {
        display: inline-block;
        font-size: 20px;
        color: inherit;
        position: relative;
        top: 0;
        font-weight: 600;
        background: transparent!important;
        margin-right: 5px;
    }
    .block-account span.title-acc {
        display: none;
    }
    .header-action-res > div.logo img {
        padding: 5px;
    }
    .style-01 .header-action-res .logo img.fami-img,
    .style-08 .header-action-res .logo img.fami-img {
        display: none !important;
    }
    .header-action-res .acction-right {
        display: flex;
    }
    .header-action-res a.search-icon {
        display: inline-block;
        font-size: 19px;
        color: inherit;
        position: relative;
        top: 2px;
        margin: 0;
        line-height: 40px;
    }
    .header-action-res .search-block {
        display: inline-block;
        margin-left: 10px;
    }
    .header .header-action-res .cislen-minicart .mini-cart-icon, .header-action-res .block-account a {
        font-size: 24px;
        border: none;
        line-height: 34px;
        padding: 0;
        opacity: 1;
    }
    .header-action-res .block-account > a > span > span:first-child,.header-action-res .header-userlink > span:first-child {
        font-weight: 600;
        font-size: 21px;
        margin-right: 5px;
    }
    header .header-action-res form.search-form {
        top: 0;
        left: 0;
        z-index: 10;
        right: 0;
        position: relative;
        display: inline-block;
        background: #fff;
        color: #000;
        width: 100%;
    }
    html.instant-search-open .header-action-res .instant-search-close{
        right: 0;
        z-index: 111;
    }
    header.site-header div.instant-search-modal form.search-form .search-field.search-has-results {
        top: -5px;
    }
    header:not(.site-header-mobile) div.search-results-croll {
        max-height: calc(100vh - 100px);
    }
    header.site-header .header-action-res button.search-submit {
        width: 50px;
        left: 0;
        text-align: center;
        line-height: 44px;
        height: 44px;
    }
    .header:not(.style-02):not(.style-03) div.header-container, div.product-toolbar {
        padding-left: 25px;
        padding-right: 25px;
    }
    .box-mobile-menu-open .box-mobile-menu,
    .box-mobile-menu-open .body-overlay {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    body.page-template-sidebarpage {
        margin-left: 0;
    }

    header.header.header-sidebar {
        width: 100%;
        height: auto;
        position: relative;
        padding: 0;
        background: transparent;
    }

    header.header.header-sidebar .header-vertical-top .logo {
        line-height: 60px;
        margin-bottom: 0;
        padding: 0 20px;
    }

    .admin-bar header.header.header-sidebar {
        padding: 0;
    }

    /*vertical-menu*/
    body .vertical-menu .main-navigation .main-menu > .menu-item .submenu li {
        width: 100%;
    }

    .close-vertical-menu {
        margin-bottom: 10px;
    }

    .menu-scroll {
        padding-bottom: 20px;
        height: -webkit-calc(100vh - 100px);
        height: -moz-calc(100vh - 100px);
        height: calc(100vh - 100px);
        padding: 0 20px;
    }

    .menu-scroll .scrollbar-macosx {
        height: -webkit-calc(100vh - 125px);
        height: -moz-calc(100vh - 125px);
        height: calc(100vh - 125px);
    }

    .ic_r div.header-control-right {
        padding-right: 15px;
    }

    .cislen-header-sidebar {
        margin-left: 0;
    }

    .cislen-header-sidebar .btn-canvas {
        left: -16px;
    }

    .cislen-header-sidebar.sidebar-canvas-open .btn-canvas {
        left: 345px;
    }

    .header.header-sidebar .header-vertical-top {
        padding-bottom: 10px;
    }

    .header.header-sidebar .header-menu {
        position: fixed;
        top: 0;
        left: -400px;
        width: 360px;
        max-width: -webkit-calc(100% - 20px);
        max-width: -moz-calc(100% - 20px);
        max-width: calc(100% - 20px);
        min-height: 100vh;
        padding-top: 46px;
        padding-bottom: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
        transition: left 0.4s;
        -webkit-transition: left 0.4s;
        -o-transition: left 0.4s;
        z-index: 99;
    }

    .vertical-menu-open .header.header-sidebar .header-menu {
        left: 0;
        padding-top: 0;
        width: 280px;
    }

    .vertical-menu .main-navigation .main-menu > .menu-item > span.toggle-submenu {
        top: 12px;
        right: -6px;
    }

    .vertical-menu .main-navigation .main-menu > .menu-item > .submenu {
        padding: 0;
    }

    header.header.header-sidebar .header-vertical-top .header-vertical-control > div {
        padding: 10px;
        text-align: center;
    }

    header .vertical-menu .main-navigation .main-menu > .menu-item > a {
        padding: 15px 0;
    }

    .header.header-sidebar .header-logo,
    .header.header-sidebar .header-control-right {
        display: block;
        width: 50% !important;
    }

    .header.header-sidebar .header-logo {
        text-align: left;
    }

    .header.header-sidebar .header-control-right {
        text-align: right;
    }

    /*single product*/
    .vertical_thumnail .cislen-product-button {
        top: 10px;
        left: 130px;
        bottom: auto
    }
    div.vertical_thumnail .cislen-product-button:not(.detail_special) {
        left: 17px;
    }
    .product-360-button a::before,
    .cislen-bt-video a::before {
        margin-right: 0;
        padding: 1px;
    }

    .product-360-button a span,
    .cislen-bt-video a {
        font-size: 0;
        letter-spacing: 0;
        padding: 0 15px;
    }
    .product-360-button a span{
        display: none;
    }
    div.famibt-wrap .famibt-products-wrap div.famibt-product .famibt-thumb-wrap::before {
        margin-left: -11px;
    }
    /*.product-type-grouped*/
    .product-type-grouped:not(.slider_images) .summary .cart .group_table tr:last-child td {
        border-bottom: 1px solid #ebebeb;
    }

    .product-type-grouped:not(.slider_images):not(.product-mobile-layout) .summary .cart .group_table tr:last-child td:last-child {
        border-bottom: none;
    }

    .product-type-grouped:not(.slider_images) .summary .cart .group_table .quantity {
        margin: 0 auto !important;
        float: none;
    }

    /*table*/
    body .shop_table tr td.product-stock-status,
    body .shop_table tr td.product-stock-status > span {
        width: auto;
    }

    body .woocommerce table.shop_table .product-add-to-cart {
        width: auto;
    }

    body .woocommerce table.shop_table .product-add-to-cart .add_to_cart {
        width: 57px;
        font-size: 0;
    }

    body .woocommerce table.shop_table .product-add-to-cart .add_to_cart::before {
        font-family: 'FontAwesome', sans-serif;
        content: '\f217';
        font-size: 20px;
    }

    .checkout-before-top .cislen-checkout-login,
    .checkout-before-top .cislen-checkout-login ~ .cislen-checkout-coupon {
        width: 100%;
    }

    .left-sidebar div.main-single-content, .left-sidebar div.main-content.has-sidebar {
        display: inline-block;
        float: none;
    }

    .prdctfltr_sc .fami-products-shortcode-wrap .products li {
        margin: -1px -1px 0 0;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        padding: 0;
        border-color: #e5e5e5;
    }

    .prdctfltr_sc .fami-products-shortcode-wrap .products {
        border-bottom: 1px solid #e5e5e5;
    }

    .prdctfltr_sc .fami-products-shortcode-wrap .product-info {
        padding-left: 17px;
    }

    .prdctfltr_sc .fami-products-shortcode-wrap .products {
        margin-right: -18px;
        margin-left: -16px;
    }

    div .tagcloud a {
        margin: 0 10px 10px 0;
        padding: 0px 10px;
    }
    .product-item.style-03 .product-inner > div {
        margin: 0;
    }
    .product-item.style-03 div.product-info .deal-title {
        font-size: 50px;
    }
    .product-item.style-03 div.product-info {
        padding-top: 50px;
    }

}

@media (max-width: 1100px) {
    div.product-list .product-item .product-thumb {
        position: relative;
        max-width: 100%;
        float: left;
        margin-right: 0;
    }

    ul.product-list .product-item {
        width: 100%;
    }

    ul.product-list .info-top {
        position: relative;
        overflow: hidden;
        margin-bottom: 0;
    }

    .cislen-is-real-mobile .product-info.equal-elem {
        height: auto !important;
    }

    .cislen-is-real-mobile .product-grid .info-top {
        margin-bottom: 0px;
        position: static;
    }

    .cislen-is-real-mobile .shop-page .product-grid .info-top {
        margin-bottom: 0;
    }

    .enable-shop-page-mobile .product-inner .star-rating {
        display: none;
    }

    .enable-shop-page-mobile .product-list .product-inner {
        border: none;
        width: 100%;
        padding: 0;
    }

    .enable-shop-page-mobile .shop-page .product-list .product-item .product-des {
        display: inline-block;
        width: 95%;
        margin-top: 0;
        font-size: 14px;
    }

    .enable-shop-page-mobile .shop-page .product-list .product-item .product-des ul {
        display: none;
    }

    .enable-shop-page-mobile .product-list .product-des p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 0;
    }

    .enable-shop-page-mobile .shop-page .product-list .product-item {
        width: 100%;
        padding: 7.5px;
    }

    .enable-shop-page-mobile .shop-page .product-list .product-item .product-thumb {
        width: 40%;
        float: left;
        margin-right: 20px;
    }

    .enable-shop-page-mobile .shop-page .product-list .product-item .product-info {
        width: 60%;
        float: left;
        height: auto !important;
        padding: 0;
    }

    .product-list .product-des {
        margin: 20px 0 0;
        max-height: 56px;
        overflow: hidden;
    }

    .top-bar-shop {
        display: none;
    }
    .shop-page {
        padding-left: 5px;
        padding-top: 0;
        padding-right: 5px;
    }
    .header-pos-relative div.banner-page.has_background {
        margin: 0;
    }

    .main-product {
        display: inline-block;
        width: 100%;
    }

    .cislen-single-container .main-product {
        margin-top: 0;
    }

    .cislen-is-real-mobile .main-product {
        margin-top: 0px;
    }

    .single div.product-toolbar {
        padding-bottom: 15px;
        padding-top: 0;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.product-list .product-item .product-thumb {
        max-width: 250px;
    }
    ul.product-list div.product-info {
        min-height: 85px;
        padding: 10px 0 10px 20px;
    }
}

@media (min-width: 1025px) {
    /* big_images detail */
    body.single-product .big_images .single-left {
        width: 100vw;
        text-align: center;
        left: 50%;
        margin-left: -50vw;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /*slider_images*/
    .slider_images {
        left: 50%;
        width: 100vw;
        position: relative;
        margin-left: -50vw;
    }
    .single-product .wrapper_menu-sticky.sticky-info_single_wrap footer {
        margin-bottom: 75px;
    }

    .sticky_detail .woocommerce-product-gallery .flex-viewport {
        height: auto !important;
    }

    .sticky_detail .flex-viewport figure.woocommerce-product-gallery__wrapper * {
        float: none !important;
    }

    body .woocommerce-checkout-review-order table.shop_table tr th, body .woocommerce-checkout-review-order table.shop_table tr td {
        padding: 30px 70px 30px 0;
    }

    div.woocommerce-checkout-review-order-wrap #order_review_heading {
        padding: 30px 170px 17px 0;
    }

    .single-post-products-carousel-wrap .owl-carousel.nav-center .owl-nav .owl-next {
        right: -20px;
    }

    .single-post-products-carousel-wrap .owl-carousel.nav-center .owl-nav .owl-prev {
        left: -20px;
    }

    div.modal-backdrop.fade.in {
        display: block;
    }

    .summary p.stock.out-of-stock {
        border: 1px solid;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog-content.list.simple .post-list-item-cols .post-thumb + div.post-info {
        padding-left: 30px;
        padding-bottom: 15px;
    }
    .cislen_socials_list_widget a.social {
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        background: #000;
        color: #fff;
        margin-bottom: 7px;
        border-radius: 50%;
        margin-right: 7px;
    }
    .single-product-mobile.enable-shop-page-mobile .upsells div.product-item, .single-product-mobile.enable-shop-page-mobile .related div.product-item {
        border-width: 1px;
    }

    div.prdctfltr_sc .fami-products-shortcode-wrap .products {
        margin-right: 0;
        margin-left: 0;
    }

    .toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap {
        margin-right: 30px;
    }

    div.deals-in-wrap span.time {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }
    div.cislen-banner.style-07 span.banner-image-icon {
        display: none;
    }
    .cislen-is-real-mobile div.main-product {
        margin-top: 5px;
    }
    body.single-product div.detail-content , body.single-product div.single-left{
        width: 50%;
    }
    .shop-page .sidebar {
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .style-il_tr div.product-info-wrap {
        right: 20px;
        left: auto;
    }
}

@media (max-width: 1024px) {
    html.box-mobile-menu-open,
    html.minicart-canvas-open,
    html.sidebar-canvas-open,
    html.instant-search-open,
    html.vertical-menu-open,
    html.real-mobile-show-menu,
    body.minicart-canvas-open,
    body.sidebar-canvas-open,
    body.instant-search-open,
    body.vertical-menu-open,
    body.real-mobile-show-menu {
        height: 100% !important;
        overflow: hidden !important;
        margin: 0 !important;
    }
    .shop-page-mobile div .woocommerce-pagination {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    div .woocommerce-pagination {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .has-sidebar div ul.page-numbers {
        text-align: center;
    }
    html .page-template-default .main-container {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    /*header responsive*/
    header .cislen-demo.style-02,
    .box-mobile-menu-open .cislen-demo.style-02 {
        display: none;
    }

    header .cislen-demo.style-02 .demo-left,
    .box-mobile-menu-open .cislen-demo.style-02 .demo-left {
        width: 100%;
    }

    header .cislen-demo.style-02 .demo-right,
    .box-mobile-menu-open .cislen-demo.style-02 .demo-right {
        margin-top: 10px;
        text-align: left;
    }

    header .cislen-demo.style-02 .demo-title,
    .box-mobile-menu-open .cislen-demo.style-02 .demo-title {
        margin-bottom: 20px;
        white-space: nowrap;
    }

    header .cislen-demo.style-02 .demo-title span,
    .box-mobile-menu-open .cislen-demo.style-02 .demo-title span {
        white-space: normal;
    }

    span.menu-btn-icon {
        height: 22px;
    }
    header.header-pos-absolute .banner-page .content-banner {
        padding-top: 0;
    }

    /*header*/
    .horizon-menu .main-navigation .main-menu > .menu-item:first-child {
        margin-left: 25px;
    }

    .horizon-menu .main-navigation .main-menu > .menu-item:last-child {
        margin-right: 25px;
    }

    .row-table {
        position: relative;
    }

    .row-table > div {
        position: static;
    }

    header form.search-form {
        display: none;
        top: calc(100% + 15px);
        position: absolute;
        left: 0;
        right: 0;
    }

    header.site-header form.search-form .search-field {
        border-radius: 0;
        padding: 0 20px 0 60px;
        border: none;
    }

    .header-topbar {
        display: none;
    }

    .header-menu.horizon-menu {
        display: none;
    }

    .header-logo {
        text-align: center;
    }

    header #sticky-wrapper {
        height: auto !important;
    }

    header .header-s_l-lg_c-mm_c-ic_r .header-logo .logo {
        padding-bottom: 5px;
        padding-top: 7px;
    }

    header .header-s_l-lg_m-mm_c-ic_r .header-logo > .logo {
        display: block;
    }

    .sticky_info_single_product {
        display: none;
    }

    .page-template-minimal .site-main div.vc_row[data-vc-full-width] {
        border: none;
    }

    .toolbar-products .prdctfltr_topbar {
        display: none;
    }
    div.shop-page.shop-modern {
        padding: 0 30px;
    }

    .shop-modern .main-modern {
        padding: 20px 0;
        margin-top: -25px;
    }

    .cislen-is-real-mobile .shop-page .main-content {
        display: inline-block;
        width: 100%;
    }

    .product-grid .style-3 div.product-info {
        position: static;
        height: auto !important;
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    .product-grid .style-3 div.info-top {
        display: none;
    }

    .product-grid .style-3 .info-product-content {
        padding-bottom: 0;
    }

    .page-template-sidebarpage div.vc_row[data-vc-stretch-content="true"],
    .page-template-sidebarpage div.vc_row[data-vc-full-width="true"] {
        border-left: 0 solid #fff;
    }

    .vc_video-bg.vc_hidden-xs {
        display: none;
    }

    .header-wrap .header-position {
        position: static !important;
    }

    .error404 header.header-pos-absolute {
        padding-bottom: 0px;
    }

    header.s_l .header-search {
        padding: 25px 5px;
    }

    header.s_l .header-search-box {
        margin-left: 10px;
    }

    .s_l .header-search-box > .icons {
        position: relative;
        top: 3px;
    }

    header.site-header {
        display: block; /* inline-block */
        width: 100%;
    }

    .horizon-menu .main-navigation {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div.header-logo .logo, header.header-s_l-lg_c-mm_c-ic_r .header-logo .logo {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.header-control-wrap {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .header-s_l-lg_c-mm_c-ic_r div.header-control-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-s_l-lg_c-mm_c-ic_r div.header-logo {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-s_l-lg_c-mm_c-ic_r div.header-search {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    div h3.single-post-products-carousel-title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .cislen-content-single-product-mobile .summary .compare, .cislen-content-single-product-mobile .summary .social-share {
        width: calc(50% - 7px);
        margin: 0 0px 0 14px !important;
    }

    div.summary .price .woocommerce-Price-amount.amount {
        font-size: 20px;
        font-weight: 600;
    }

    div.summary .price del .woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    div span.size-guide-text {
        display: none;
    }

    .cislen-content-single-product-mobil .reset_variations {
        width: auto;
        display: inline-block;
        margin: 10px auto 0;
        position: inherit;
    }


    /*sticky menu*/
    header .header-wrap .is-sticky .header-position {
        position: relative !important;
        box-shadow: 0 0 0;
        top: auto !important;
    }

    header .header-wrap .header-wrap-stick .header-position {
        padding: 5px;
        border: none;
    }

    .header-position:not(.hide-header).fixed {
        box-shadow: none;
        position: static;
    }

    .header-type-transparent-light .header-position:not(.hide-header).fixed,
    .header-type-transparent-dark .header-position:not(.hide-header).fixed {
        background-color: transparent;
    }

    .horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu {
        display: block;
    }

    .horizon-menu .main-navigation .main-menu > .menu-item > .submenu .submenu {
        top: 100%;
        left: -31px;
    }

    .horizon-menu .main-navigation .main-menu .menu-item .submenu .toggle-submenu::before {
        content: '\f107';
    }

    .sidebar-canvas-open .page-wrapper {
        margin-left: 0;
    }

    div.big_images .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        position: relative;
        left: 50%;
        margin: 0;
        max-width: 400px;
        bottom: 0;
        top: auto;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin-bottom: 10px;
    }

    div.big_images .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
        margin-left: 10px;
        margin-right: 10px;
    }

    /*owl*/
    .upsells div.owl-carousel .owl-stage-outer, .related div.owl-carousel .owl-stage-outer {
        padding-bottom: 0;
    }
    .owl-carousel .owl-dots .owl-dot {
        height: auto;
    }
    .owl-carousel.nav-angle .owl-nav .owl-prev,
    .owl-carousel.nav-caret .owl-nav .owl-prev {
        left: 0;
    }

    .owl-carousel.nav-angle .owl-nav .owl-next,
    .owl-carousel.nav-caret .owl-nav .owl-next {
        right: 0;
    }

    .owl-carousel .owl-dots .owl-dot {
        bottom: 10px;
    }

    /*shop*/
    .product-item div.info-top h3.product-title {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px!important;
        margin-top: 7px!important;
    }
    form.woocommerce-cart-form {
        width: 100%;
        overflow: auto;
    }

    div .product-second-figure {
        display: none;
    }

    .product-inner .add_to_cart_button,
    .product-inner .added_to_cart,
    .product-inner .product_type_variable,
    .product-inner .product_type_simple,
    .product-inner .product_type_external,
    .product-inner .product_type_grouped {
        opacity: 1;
        position: static;
        background: transparent;
        box-shadow: 0 0 0;
        font-size: 10px;
        width: auto;
        margin: 0;
        line-height: 30px;
        height: 30px;
    }

    .product-inner .add_to_cart_button::before,
    .product-inner .added_to_cart::before,
    .product-inner .product_type_variable::before,
    .product-inner .product_type_simple::before,
    .product-inner .product_type_external::before,
    .product-inner .product_type_grouped::before {
        display: none;
    }

    .product-item.style-1 .product-inner:hover .price {
        opacity: 1;
    }

    .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
    }

    .cislen-products a.button.btn.cislen-button.owl-btn-link {
        margin: 10px 0 50px;
    }

    div.product-info.equal-elem .list-button-action .button, .product-list .product-des, .list-button-action {
        display: none;
    }

    .enable-shop-page-mobile .product-list .product-inner {
        border: none;
        padding: 0;
    }

    /*single product vertical*/
    .vertical_thumnail .flex-viewport,
    .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        width: 100%;
    }

    .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        margin-top: 20px;
        padding-right: 0;
    }

    .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
        width: 100%;
        margin: 0;
        padding: 5px;
        border: none;
    }
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
        padding: 0 5px;
    }
    .has-sidebar .vertical_thumnail .cislen-product-button,
    .vertical_thumnail .cislen-product-button {
        left: 10px;
    }

    .backtotop {
        right: 20px;
        bottom: 100px;
    }

    div.testimonial-item-inner {
        padding: 25px;
    }

    .woocommerce-account .woocommerce div.customer-form {
        margin: 0 auto 50px auto;
    }

    div.vc_custom_1502413911995 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    div.vc_custom_1502413927985 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 50px !important;
    }

    div.media-item-lookbook .item-lookbook-content .lookbook-desc::before {
        width: 30px;
    }

    div.item-lookbook-inner .media-item-lookbook {
        height: 425px;
    }

    .product-info-wrap h3.product-title {
        font-size: 35px;
    }

    .prdctfltr_buttons > span {
        margin-bottom: 10px !important;
    }

    .prdctfltr_woocommerce.pf_sidebar .prdctfltr_close_sidebar, .prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_close_sidebar, .prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_close_sidebar, .prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_close_sidebar {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 2px;
        color: #000;
        font-weight: 600;
        padding: 20px 15px 0;
        cursor: pointer;
        text-transform: uppercase;
    }

    div.container-search {
        margin-top: 0;
    }

    div div.scroll-wrapper.search-results-croll::before {
        content: "";
        border-top: 1px solid #e5e5e5;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    div div.scroll-wrapper.search-results-croll::after {
        content: "";
        border-bottom: 1px solid #e5e5e5;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .instant-search-close span {
        right: 0;
        z-index: 9;
        top: 0;
        position: relative;
        height: 50px;
        text-align: center;
        width: 100%;
    }

    div.instant-search-close:hover span {
        right: 0;
    }

    div.instant-search-close span::before, div.instant-search-close span::after {
        width: 24px;
        left: 50%;
        margin-left: -16px;
    }

    .instant-search-modal div.instant-search-wrap {
        padding-top: 5px;
    }

    header .instant-search .search-field {
        width: 100%;
    }

    div div.search-results-croll {
        margin: 0;
        padding: 0 !important;
    }

    .instant-search .container {
        padding-left: 0;
        padding-right: 0;
    }

    .instant-search .product-info {
        position: relative;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 10px;
        min-height: 80px;
        padding-left: 3px;
    }

    .instant-search-modal div.search-fields {
        padding-left: 0;
        padding-right: 0;
    }

    .blog-content.list.simple .post-list-item-cols:first-child {
        margin-bottom: 0;
    }

    div a.change-value.color {
        width: 10px;
        height: 10px;
    }

    .single div a.change-value.color {
        width: 15px;
        height: 15px;
    }

    div a.change-value::before {
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
    }

    div .product-item .variations {
        margin-bottom: 3px;
        bottom: 0;
        visibility: visible;
        opacity: 1;
        left: 0;
        display: none;
        right: auto;
    }

    div .product-item .reset_variations {
        bottom: 2px;
    }

    .product-grid .product-inner div.button-loop-action {
        display: none !important;
    }

    .product-info.equal-elem a.button.yith-wcqv-button {
        display: none !important;;
    }

    div .yith-wcqv-button {
        display: none;
    }
    div.style-08 .iconbox-inner {
        text-align: center;
        padding: 20px 15px;
    }
    div.cislen-iconbox.style-08 h4.title {
        font-size: 12px;
        margin: 20px 0 0;
    }
    /*Toolbar top*/
    .toolbar-products.toolbar-top .part-wrap.filter-ordering, .toolbar-products.toolbar-top .part-wrap.part-products-size-wrap {
        display: none;
    }

    .toolbar-products.toolbar-top .part-wrap.grid-mode {
        border: none;
    }

    .toolbar-products.toolbar-top div.part-wrap:last-child {
        text-align: center;
        line-height: 50px;
    }

    .product-list-owl .owl-nav {
        display: none;
    }

    div.no-sidebar .upsells, div.no-sidebar .related {
        padding: 0 20px;
    }

    .single-product div.shop-page {
        padding: 0;
    }

    div.blog-modern .post-item {
        width: 100%;
    }

    /*Blog*/
    .main-single-content:not(.single-standard) div.single-post-meta {
        width: 100%;
        display: inline-block;
        padding-bottom: 10px;
    }
    div.single-container .post-info + h3.related-posts-title {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    div.cislen-related-posts-wrap {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    div.single-container .post-single + .comments-area {
        margin-top: 30px;
    }
    div.post-info .cat-post, div.post-info .tag-post {
        width: 100%;
        max-width: 100%;
    }

    div.tag-post span.title-tag {
        display: inline-block;
    }

    div.main-single-content:not(.single-standard) .post-info .tag-post a {
        color: #aaaaaa;
        font-size: 12px;
        font-weight: 600;
        border: none;
        display: inline-block;
        padding: 0;
        margin-right: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 15px;
    }

    div blockquote, div q {
        padding: 5px 10px 5px 10px;
    }

    div .commentlist ~ .comment-respond, div .commentlist .comment-respond {
        border-top: 1px solid #e3e3e3;
        padding-top: 30px;
        margin: 30px auto 0;
    }

    div.comment_container .cislen-avatar {
        width: 75px;
    }

    .commentlist .avatar {
        width: 60px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .comment-text {
        padding-left: 0;
    }
    .comment_container div.cislen-avatar {
        width: 60px;
        margin-right: 15px;
    }
    .single-post div.single-container .post-info {
        padding-bottom: 0px;
        margin: 0;
    }

    .blog-modern div .post-title {
        padding: 10px 0px 17px;
    }

    div .checkout.woocommerce-checkout label {
        font-weight: normal;
        margin-bottom: 5px;
    }

    div .checkout.woocommerce-checkout p {
        margin-bottom: 15px;
    }

    div .col2-set:not(.woocommerce-Addresses) {
        padding: 30px 20px;
        border: 2px solid #e3e3e3;
        overflow: hidden;
        margin-bottom: 30px;
    }

    div.page-header .page-title, div.banner-page .content-banner .title-page {
        margin-bottom: 10px;
    }

    .enable-shop-page-mobile.page-template-default .breadcrumb-trail.breadcrumbs {
        display: block;
    }
    /*Banner*/
    div.cislen-banner .banner-thumb img {
        min-height: 250px;
        object-fit: cover;
        width: 100%;
    }
    div.cislen-banner.style-26 .banner-thumb img{
        min-height: 400px;
    }
    div.cislen-banner.style-17 h3.bigtitle {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    div.layout-02 .owl-carousel.nav-center .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    div.cislen-banner.style-16 .banner-info {
        left: 20px;
    }
    div.cislen-banner.style-16 h3.bigtitle {
        font-size: 30px;
        font-weight: 300;
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 9px;
    }
    div.cislen-banner.style-07 .banner-info-inner {
        padding: 0 15px;
    }
    div.cislen-banner.style-07 .bigtitle {
        font-size: 30px;
    }
    div.cislen-banner.style-19 .banner-thumb img {
        min-height: 400px;
    }
    div.cislen-banner.style-19 h3.bigtitle {
        font-size: 23px;
        line-height: 34px;
    }
    div.cislen-banner.style-19 a.button {
        margin-top: 15px;
    }
    .cislen-newsletter.style-12 h3.newsletter-title::before {
        display: none;
    }
    div.cislen-categories.style-01 .category-name {
        opacity: 1;
        visibility: visible;
    }
    div.cislen-categories.style-01 .category-name::before,
    div.cislen-categories.style-01 .category-name::after{
        width:100%;
    }
    .cislen-banner.style-01 .banner-inner .banner-thumb::before {
        opacity: 0.75;
        transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        -webkit-transition: opacity 0.4s;
    }
    .cislen-banner.style-01 .banner-inner .banner-info {
        opacity: 1;
    }
    div.style-24 .banner-info {
        -webkit-transform:  translate3d(0,0,0);
        -moz-transform:  translate3d(0,0,0);
        -ms-transform:  translate3d(0,0,0);
        -o-transform:  translate3d(0,0,0);
        transform:  translate3d(0,0,0);
        padding: 35px 0 30px 30px;
    }
    div.cislen-slider .owl-item.item-hover {
        filter: brightness(1);
    }
    div.style-24 .bigtitle {
        font-size: 24px;
    }
    div.style-26 h3.bigtitle {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .page-template-fullscroll #fullpage div.section-slide {
        min-height: inherit!important;
    }
    div.cislen-banner.style-25 .banner-thumb img {
        min-height: 400px;
    }
    div.cislen-banner.style-25.text-light h3.bigtitle {
        font-size: 40px;
        margin-bottom: 0;
    }
    .yt-video-background:before{
        display: none;
    }
    header .banner-page {
        min-height: 200px!important;
    }
    div.shop-top-categories.cate-image {
        margin-top: 20px;
    }
    div.shop-top-categories .shop-top-categories-inner{
        max-width:100%;
        width:100%;
        padding: 0 10px;
    }
    div.comment_container .cislen-avatar {
        width: 60px;
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .header-s_l-lg_c-mm_c-ic_r .mobile-navigation {
        display: inline-block;
        margin-right: 5px;
        margin-left: 0;
    }

    .header-s_l-lg_c-mm_c-ic_r .header-menu.horizon-menu {
        display: none;
    }

    header.header-s_l-lg_c-mm_c-ic_r div.header-control-right {
        padding-top: 0;
        padding-bottom: 0;
    }

    header.header-s_l-lg_c-mm_c-ic_r div.header-search {
        padding-top: 8px;
        padding-bottom: 10px;
        float: left;
    }

    header.header-s_l-lg_c-mm_c-ic_r div.header-logo {
        position: absolute;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        left: 50%;
    }

    .header-s_l-lg_c-mm_c-ic_r .header-control-right .header-search-box {
        display: none;
    }

    header .header-wrap .header-position {
        padding: 5px;
        width: 100% !important;
        border-bottom: 1px solid #e7e7e7;
    }

    /*reset post-title*/
    .post-title {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .single-container .header-post .post-title {
        font-size: 18px !important;
    }

    /*single blog*/
    .single-container .post-expand {
        position: static;
        transform: inherit;
    }

    .has-sidebar .footer-post .post-navigation .nav-links .nav-previous,
    .has-sidebar .footer-post .post-navigation .nav-links .nav-next {
        width: 100%;
    }

    .has-sidebar .footer-post .post-navigation .nav-links .nav-previous {
        padding-bottom: 40px;
    }

    .post-thumb img {
        width: 100%;
    }

    /*blog-content.list*/
    .has-sidebar .blog-content.list .post-list-item-cols,
    .has-sidebar .blog-content.list .post-list-item-cols .post-thumb,
    .has-sidebar .blog-content.list .post-list-item-cols .post-info {
        display: inline-block;
        width: 100%;
        margin: 30px 0px 0;
        border-top: none;
    }

    .blog-content.list.simple article:last-child {
        margin-bottom: 0;
        border: none;
        padding-bottom: 0;
    }

    div.blog-content.list.simple .post-list-item-cols {
        margin-bottom: 15px;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    /*SHOP THEME*/
    body.single-product .has-sidebar .single-left,
    body.single-product .has-sidebar .detail-content {
        width: 100%;
    }

    body.single-product .has-sidebar .detail-content {
        padding-left: 0;
        padding-top: 30px;
    }

    body .woocommerce-checkout-review-order .shop_table .product-name img {
        margin-right: 10px;
        float: left;
        display: table-cell;
    }

    body .woocommerce-checkout-review-order .shop_table .product-name strong {
        margin-left: 0;
    }

    .woocommerce-page-header ul li.line-hover {
        margin: 0 5px 5px 5px;
    }

    /*Filter*/
    div span.filter-text {
        font-size: 0;
    }
    div.shop-prdctfltr-filter-wrap .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
        padding: 20px;
    }

    /*quickview*/
    #yith-quick-view-modal {
        display: none;
    }

    div.actions .coupon .input-text {
        margin: 0;
        width: 100%;
    }

    div.actions .coupon .button {
        display: inline-block;
        margin-top: 10px;
        width: 100%;
    }

    div.actions-btn .button {
        min-width: 0;
        padding: 0 30px;
    }

    .actions-btn .shopping {
        padding: 0 30px;
        width: auto;
    }

    div.media-item-lookbook .item-lookbook-content {
        left: 20px;
    }

    div.media-item-lookbook .item-lookbook-content > a {
        margin-top: 20px;
        min-width: 0;
    }

    div.media-item-lookbook .item-lookbook-content .lookbook-title {
        font-size: 25px;
    }

    /*Blog Classic*/
    .blog-content.list.simple .post-list-item-cols div.pst-info {
        padding-left: 0;
        padding-top: 30px;
    }

    div span.text-search {
        font-size: 25px;
    }

    div .instant-search-modal .search-fields .search-field {
        font-size: 25px;
    }

    .enable-shop-page-mobile .content-slide {
        margin-top: -30px;
    }

    #fp-nav {
        right: 15px;
    }

    div.big_images .main-content-product {
        margin: 0;
    }
    .summary a.change-value:not(.color) {
        margin-right: 5px;
    }
    /*Banner*/
    div.style-21 h3.bigtitle {
        font-size: 20px;
    }
    /*cislen-newsletter*/
    div.cislen-newsletter.style-12 .newsletter-inner {
        display: inline-block;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        text-align: center;
    }
    .cislen-newsletter.style-12 form.newsletter-form-wrap {
        display: inline-block;
        width: 100%;
    }
    div.cislen-newsletter.style-12 h3.newsletter-title {
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    /*newsletter*/
    .cislen-newsletter.style-12 .newsletter-top {
        margin-bottom: 20px;
    }
    div.layout-02 .owl-carousel.nav-center .owl-nav button {
        top: calc(50% - 48px);
        left: 30px;
    }
    div.layout-02 .owl-carousel.nav-center .owl-nav button.owl-next {
        right: 30px;
    }
}

@media (max-width: 767px) {

    .header-sidebar .menu-social {
        display: none;
    }

    body.enable-shop-page-mobile .woocommerce-page-header ul {
        text-align: left;
    }

    .instant-search-modal .product-cats {
        display: none;
    }

    div.menu-scroll {
        padding-bottom: 20px;
        height: -webkit-calc(100vh - 210px);
        height: -moz-calc(100vh - 210px);
        height: calc(100vh - 210px);
    }

    .container-search .scrollbar-macosx {
        max-height: -webkit-calc(100vh - 240px);
        max-height: -moz-calc(100vh - 240px);
        max-height: calc(100vh - 240px);
    }

    .header-type-transparent-white .header-wrap,
    .header-type-transparent-dark .header-wrap {
        position: static;
    }

    .header-type-transparent-white .header-wrap {
        background-color: #ffffff;
    }

    .header-type-transparent-dark .header-wrap {
        background-color: #000000;
    }

    body.enable-shop-page-mobile .woocommerce-page-headermid .title-page {
        text-align: left;
    }

    header:not(.style-02):not(.style-03) div.header-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    header span.close-notice {
        right: 10px;
    }

    /*menu mobile*/
    .header-menu.horizon-menu {
        display: none;
    }

    .header-control-left {
        display: none;
    }

    div.header-logo {
        max-width: 150px;
        width: auto;
    }

    .header-control-right {
        width: auto;
        float: right;
    }

    .ic_r div.header-control-right {
        margin-right: 0;
    }

    .header-control-right .header-control-wrap {
        float: none;
    }

    /*Control*/
    .toolbar-products .filter-ordering {
        display: none;
    }

    div .products-size svg {
        margin: 0;
    }

    div .part-products-size-wrap {
        min-width: 70px;
        margin-top: 0px;
        margin-right: 10px;
    }

    div .part-filter-wrap {
        min-width: 70px;
    }

    div .part-cats-list-wrap {
        width: calc(100% - 140px);
    }

    .cislen-none-mobile-device .part-cats-list-wrap {
        display: none;
    }

    .main-product .product-item {
        margin: 0 0 20px;
    }

    .product-item div.star-rating {
        margin-top: 10px;
    }

    ul.product-list .product-inner {
        padding-bottom: 15px;
    }

    /*REV*/
    .tparrows {
        display: none;
        opacity: 1;
        visibility: hidden;
    }

    /*search*/
    .instant-search-close {
        top: 5px;
        right: 0;
        font-size: 0;
        min-width: 33px;
        position: relative;
        width: 100%;
        padding: 0;
    }
    .instant-search-modal .instant-search-title {
        font-size: 24px;
    }

    /*owl*/
    .owl-carousel .owl-nav > button {
        opacity: 1;
    }

    .owl-carousel.nav-angle .owl-nav .owl-prev, .owl-carousel.nav-caret .owl-nav .owl-prev {
        left: 30px;
        -webkit-transform: translateY(-50%) translateX(-30px) !important;
        -moz-transform: translateY(-50%) translateX(-30px) !important;
        -ms-transform: translateY(-50%) translateX(-30px) !important;
        -o-transform: translateY(-50%) translateX(-30px) !important;
        transform: translateY(-50%) translateX(-30px) !important;
    }

    .owl-carousel.nav-angle .owl-nav .owl-next, .owl-carousel.nav-caret .owl-nav .owl-next {
        right: 30px;
        -webkit-transform: translateY(-50%) translateX(30px) !important;
        -moz-transform: translateY(-50%) translateX(30px) !important;
        -ms-transform: translateY(-50%) translateX(30px) !important;
        -o-transform: translateY(-50%) translateX(30px) !important;
        transform: translateY(-50%) translateX(30px) !important;
    }

    .style-3 .owl-carousel.nav-angle .owl-nav .owl-next, .style-3 .owl-carousel.nav-caret .owl-nav .owl-next,
    .style-3 .owl-carousel.nav-angle .owl-nav .owl-prev, .style-3 .owl-carousel.nav-caret .owl-nav .owl-prev {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    .product-list-owl div.style-3 .product-info-inner {
        opacity: 1;
    }

    /*page*/
    .page-header .page-title,
    .banner-page .content-banner .title-page {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .cislen-banner:not(.style-08):not(.style-19):not(.style-16):not(.style-17) div.banner-inner {
        min-width: inherit;
        max-width: 100%;
        background: #fff;
    }
    div.layout-02 .owl-carousel.nav-center .owl-nav button {
        left: 30px;
    }
    div.layout-02 .owl-carousel.nav-center .owl-nav button.owl-next {
        right: 30px;
        left: auto;
    }
    .blog-content.list.simple .post-list-item-cols div.post-info {
        padding-top: 30px;
    }

    div.blog-content.list.simple .post-list-item-cols .post-thumb + .post-info {
        padding-left: 0;
        width: 100%;
        padding-bottom: 15px;
        display: inline-block;
    }

    /*single blog*/
    .single-container .post-expand {
        position: static;
        transform: inherit;
        padding-bottom: 0px;
    }

    .single-container .header-post {
        margin-bottom: 30px;
        overflow: hidden;
        max-height: 300px;
        min-height: inherit;
    }

    .single-container .header-post .post-thumb {
        margin-top: 30px;
    }

    .single-container div.footer-post {
        padding-top: 30px;
    }

    .blog-content.classic .cislen-post-meta > span:not(:last-child)::after {
        content: '';
    }

    .footer-post .post-navigation .nav-links .nav-previous,
    .footer-post .post-navigation .nav-links .nav-next {
        width: 100%;
    }

    .footer-post .post-navigation .nav-links .nav-previous {
        padding-bottom: 40px;
    }

    /*sidebar*/
    body:not(.archive) .sidebar {
        padding-top: 50px;
    }

    /*.blog-content.list*/
    .blog-content.list .post-list-item-cols,
    .blog-content.list .post-list-item-cols .post-thumb,
    .blog-content.list .post-list-item-cols .post-info {
        display: block;
        width: 100%;
        border-top: none;
        padding-right: 0;
    }

    div.header-action-res > div {
        padding: 5px 15px;
    }

    /*SHOP THEME*/
    .single-product div.shop-page {
        margin: 0 -15px;
    }
    .single div div.product-toolbar {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-toolbar .post-navigation {
        position: static;
        transform: none;
        margin-top: 10px;
    }

    .product-toolbar .post-navigation .nav-links {
        overflow: hidden;
        padding: 0px 25px;
        margin: 0px -22px;
    }

    .product-toolbar .post-navigation .nav-links > div {
        float: left;
    }

    .product-toolbar .post-navigation .nav-links .nav-next {
        float: right;
    }

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

    /*quickview*/
    .yith-wcqv-button {
        display: none;
    }

    .slider_images .summary .compare,
    .summary .compare,
    .compare {
        display: none;
    }

    body.single-product .single-left,
    body.single-product .detail-content {
        width: 100%;
    }

    body.single-product .detail-content {
        padding-left: 0;
        padding-top: 30px;
    }

    .slider_images .product_meta > span {
        position: relative;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }

    .slider_images .product_meta > span::before {
        display: none;
    }

    .summary .stock {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    div .product-grid-title {
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .variations .variation select,
    .reset_variations {
        float: none;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .product-mobile-layout .detail-content .summary tr.variation select {
        margin: 15px 0;
        width: 100%;
    }
    .product-mobile-layout div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap::before {
        margin-left: -10px;
    }
    .reset_variations {
        height: 26px;
        line-height: 26px;
        top: 8px;
        background: none;
        color: #000;
        text-align: right;
        padding: 0;
    }

    .summary .compare,
    .summary .social-share {
        margin: 7px;
    }

    .big_images .product_meta > span::before {
        display: none;
    }

    /*.product-type-grouped*/
    .product-type-grouped.slider_images .summary .cart .group_table tbody,
    .product-type-grouped.slider_images .summary .cart .group_table tr,
    .product-type-grouped.slider_images .summary .cart .group_table tr td {
        display: block !important;
        border-width: 0 0 1px 0;
        text-align: center !important;
    }

    .product-type-grouped.slider_images .summary .cart .group_table tr:last-child td {
        border-bottom: 1px solid #ebebeb;
    }

    .product-type-grouped.slider_images .summary .cart .group_table .quantity {
        margin: 0 auto !important;
    }

    /*table cart wishlist*/
    body .woocommerce table.shop_table,
    body .woocommerce table.shop_table tbody,
    body .woocommerce table.shop_table tfoot,
    body .woocommerce table.shop_table tr,
    body .woocommerce table.shop_table tr th,
    body .woocommerce table.shop_table tr td,
    .actions .coupon label,
    .actions .coupon .input-text,
    .cart-collaterals .cart_totals .shop_table,
    .cart-collaterals .cart_totals .shop_table tbody,
    .cart-collaterals .cart_totals .shop_table tr,
    .cart-collaterals .cart_totals .shop_table tr th,
    .cart-collaterals .cart_totals .shop_table tr td {
        text-align: center;
        display: block;
        width: 100% !important;
    }

    body .woocommerce table.shop_table {
        border: 1px solid #e3e3e3;
    }

    body .woocommerce table.shop_table thead {
        display: none;
    }

    body .woocommerce .woocommerce-checkout-review-order table.shop_table td.product-total {
        text-align: center;
        color: #333;
        border: none;
        padding: 10px;
        display: none;
    }

    body .woocommerce table.shop_table tr {
        width: 100% !important;
        border-bottom: 1px solid #e3e3e3;
        display: block;
        overflow: hidden;
        position: relative;
    }

    body .woocommerce table.shop_table tr:last-child {
        border-bottom: none;
    }

    body .woocommerce table.shop_table tr th, body .woocommerce table.shop_table tr td {
        text-align: left;
        width: auto !important;
        border: none;
        float: left;
        padding: 5px 15px;
    }

    .woocommerce table.shop_table tr td.product-name {
        width: calc(70% - 50px) !important;
        padding-top: 23px;
    }
    .woocommerce table.shop_table.wishlist_table tr td.product-name {
        width: calc(70% - 50px) !important;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 0;
    }
    body .woocommerce table.shop_table.wishlist_table .product-add-to-cart {
        padding-bottom: 15px;
    }
    body .woocommerce table.shop_table tr.cart-subtotal th {
        padding-left: 0;
    }

    body .woocommerce table.shop_table tr td .amount {
        line-height: 32px;
        height: 32px;
    }

    .woocommerce table.shop_table tr td.product-thumbnail {
        width: 30% !important;
        padding: 15px;
        float: left;
    }

    body .woocommerce table.shop_table .product-thumbnail a {
        width: 100%;
    }

    body .woocommerce table.shop_table .product-thumbnail img {
        width: 100%;
        height: auto;
    }

    table.shop_table td.product-price {
        clear: left;
    }

    .woocommerce table.shop_table tr td.product-name a {
        font-weight: 700;
        max-height: inherit;
        font-size: 14px;
    }

    .woocommerce-cart-form .variation {
        color: #000;
    }

    .woocommerce table.shop_table tr td.product-quantity, .woocommerce table.shop_table tr td.product-price, .woocommerce table.shop_table tr td.product-subtotal {
        width: 33.33333333% !important;
        color: #666;
        line-height: 24px;
    }

    .woocommerce table.shop_table tr td .cislen-cart-mobile-lb {
        width: 100%;
        display: block;
        color: #333;
    }

    .woocommerce table.shop_table .quantity {
        height: auto;
        border: 1px solid #e3e3e3;
        padding: 0;
    }

    .woocommerce table.shop_table .quantity .control {
        border: none;
    }

    .woocommerce table.shop_table .quantity .control .input-qty {
        width: 100%;
        border: none;
        height: 32px;
        line-height: 24px;
        float: none;
        display: block;
        color: #333;
    }

    .woocommerce table.shop_table .quantity .control .btn-number {
        display: none;
    }
    .woocommerce table.shop_table tr td.product-remove a {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        line-height: 41px;
    }

    body .woocommerce .cart_totals table.shop_table {
        display: table;
    }

    body .woocommerce .cart_totals table.shop_table tbody {
        display: table-row-group;
    }

    body .woocommerce .cart_totals table.shop_table tr {
        display: table-row;
    }

    body .woocommerce .cart_totals table.shop_table tr th, td {
        display: table-cell;
        float: none;
    }

    body .woocommerce .cart_totals table.shop_table tr th {
        text-align: left !important;
    }

    .woocommerce-checkout-review-order span.rv-titel {
        float: left;
        margin-right: 0px;
    }

    .actions .coupon label {
        text-decoration: underline;
    }

    .actions .coupon .input-text {
        margin: 0 0 20px 0;
    }

    .actions .coupon .button {
        float: none;
        margin: 0 auto;
    }

    .actions-btn {
        text-align: center;
    }

    .actions-btn .shopping {
        margin-left: 0;
    }

    .cart-collaterals .cart_totals h2 {
        padding: 17px 20px;
        text-align: center;

    }

    .cart-collaterals .cart_totals .shop_table tr th {
        border-bottom: none;
    }

    .wc-proceed-to-checkout {
        float: none;
        text-align: center;
        width: 100%;
    }

    /*table checkout*/
    .form-row-first,
    .form-row-last {
        width: 100%;
    }

    .woocommerce-billing-fields h3,
    .woocommerce-shipping-fields h2 {
        text-align: center;
    }

    .woocommerce-checkout-review-order-wrap #order_review_heading {
        text-align: center;
        padding: 17px 20px;
    }

    body .woocommerce-checkout-review-order .shop_table tr th,
    body .woocommerce-checkout-review-order .shop_table tr td {
        width: 100%;
    }

    body .woocommerce-checkout-review-order .shop_table tfoot tr th, body .woocommerce-checkout-review-order .shop_table tfoot tr td {
        width: 50% !important;
        text-align: left;
        display: table-cell;
        line-height: 32px;
        padding-left: 0;
    }

    body .woocommerce-checkout-review-order .shop_table tfoot tr {
        display: table;
    }

    body .woocommerce-checkout-review-order .shop_table .product-name img {
        display: block;
        margin: 0 auto 0px auto;
    }

    body .woocommerce-checkout-review-order .shop_table tr td.product-name {
        padding: 10px 0;
        border-bottom: 1px solid #ebebeb;
        display: inline-block;
        width: 100%!important;
    }

    body .woocommerce-checkout-review-order .shop_table .product-name strong {
        margin-left: 0;
    }

    div.total-price {
        display: inline-block;
    }

    .checkout-before-top .cislen-checkout-coupon .checkout_coupon .form-row-first,
    .checkout-before-top .cislen-checkout-coupon .checkout_coupon .form-row-last {
        width: 100%;
        padding-right: 0;
    }

    div.actions div.coupon .button, div.wc-proceed-to-checkout .checkout-button, .woocommerce-cart-form-mobile div.actions .actions-btn .shopping, div .actions-btn .shopping, div.actions-btn .button, .woocommerce form input[type="text"], .woocommerce form input[type="email"], .woocommerce form input[type="password"], .woocommerce form input[type="tel"], .woocommerce form input[type="search"] {
        width: 100%;
    }
    header.site-header-mobile button.search-submit {
        height: 44px;
        line-height: 44px;
        width:50px;
    }
    div.checkout.woocommerce-checkout p {
        margin-bottom: 25px;
    }

    div.woocommerce-billing-fields h3, div.woocommerce-shipping-fields h2 {
        text-align: center;
        margin-bottom: 25px;
    }

    .woocommerce form .select2-container--default .select2-selection--single {
        height: 44px;
        line-height: 44px;
    }

    .woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 44px;
    }

    .woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 44px;
    }

    .enable-shop-page-mobile.woocommerce-checkout .page-main-content {
        padding-bottom: 0px;
        padding-top: 0;
    }

    /*quickview*/
    .yith-wcqv-button {
        display: none;
    }

    .woocommerce-page-header ul .line-hover {
        width: 100%;
    }

    /*order tracking*/
    .track_order .form-tracking {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.page-404*/
    .page-404 .heading {
        font-size: 140px;
    }

    .toolbar-products.toolbar-top {
        clear: both;
        float: left;
    }

    .header-pos-absolute div.header-wrap {
        position: relative;
    }

    .header-wrap-stick {
        height: auto !important;
    }

    div div.blog-content.blog-modern {
        padding: 0;
    }

    div.blog-modern .post-item {
        margin-bottom: 20px;
    }

    div.blog-modern .post-thumb, div.blog-modern .post-info {
        width: 100%;
        display: inline-block;
        max-width: inherit;
    }

    div.blog-modern a.read-more-blog {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .woocommerce-info {
        border-color: #dff0d8;
        margin: 0;
    }

    div #place_order {
        margin-top: 30px;
    }
    .product-item.style-03 div.product-inner > div {
        width: 100%;
        float: none;
    }
    div.cislen-banner.style-26 .banner-info {
        min-width: 70%;
        min-height: 50%;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    div div.style-17 div.bg-overlay {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.4);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.4);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.4);
        -o-transform: translateX(-50%) translateY(-50%) scale(0.4);
        transform: translateX(-50%) translateY(-50%) scale(0.4);
    }
    div.cislen-banner.style-17 {
        padding: 0 30px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .product-list .product-item .product-thumb {
        position: relative;
        max-width: 200px;
        float: left;
        margin-right: 0;
    }

}

@media (max-width: 639px) {
    .blog-page .blog-content article.post-item,
    .has-sidebar .simplpe .post-item,
    .has-sidebar .simplpe .post-item:nth-child(4n+1){
        width: 100%;
    }
}
@media (max-width: 480px) {
    /*header*/
    div.menu-scroll {
        padding: 0;
    }

    .toolbar-products .category-filter li {
        display: block;
    }

    /*single blog*/
    #cancel-comment-reply-link {
        display: block;
        margin-top: 10px;
    }

    /*blog*/
    .blog-content.list .post-expand,
    .blog-content.list .post-product-carousel,
    .blog-content.list .social-share {
        position: static;
    }

    .blog-content.list .post-product-carousel .post-product-list {
        max-width: 100%;
        right: 0;
    }

    /*vertical menu*/
    .close-vertical-menu {
        margin-left: 20px;
    }

    .menu-scroll .menu-scroll-inner,
    .menu-social {
        padding: 0 20px;
    }

    /*sidebar-canvas*/
    .sidebar-canvas {
        width: 265px;
    }

    .sidebar-canvas-open .btn-canvas {
        left: 249px;
    }

    .sidebar-canvas-inner {
        padding: 0 20px;
    }

    header div.header-logo {
        max-width: 110px;
    }

    body .woocommerce .woocommerce-checkout-review-order table.shop_table tr td {
        border-top: none;
        text-align: left;
    }

    ul.product-list .product-info {
        min-height: 85px;
        padding-left: 0;
        padding-top: 30px;
    }

    html div#cookie-notice {
        right: 15px;
        bottom: 15px;
    }
    ul.product-list .product-item .product-thumb {
        max-width: 150px;
    }
}

@media (max-width: 360px) {
    header .logo img {
        max-width: 90px;
    }

    div.deals-in-wrap .box {
        margin: 0 5px;
    }

    .deals-in-wrap button.cislen-single-add-to-cart-deal {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    th, td {
        padding: 6px;
    }

    .gallery-columns-1 .gallery-caption,
    .gallery-columns-2 .gallery-caption,
    .gallery-columns-3 .gallery-caption,
    .gallery-columns-4 .gallery-caption,
    .gallery-columns-5 .gallery-caption {
        display: none;
    }

    .instant-search-modal .product-cats label {
        display: block;
    }

    .product-grid.product-list-owl .product-item {
        padding: 0;
    }

    div.main-single-content .cislen-social a {
        margin: 0 2px;
    }

    .comment_container .cislen-avatar {
        width: 100%;
    }

    .comment-text {
        padding-left: 0;
        width: 100%;
    }

}

/*Cookie*/
div#cookie-notice {
    min-width: 300px;
    max-width: 100%;
    width: 340px;
    font-size: 13px;
    line-height: 19px;
    left: 40px;
    bottom: 40px;
    text-align: left;
    padding: 20px;
}

div.cookie-notice-container {
    padding: 0px;
    text-align: left;
    position: relative;
}

span#cn-notice-text {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

body #cookie-notice .cookie-notice-container a {
    color: #fff;
    background: none !important;
    border-bottom: 1px solid transparent;
    float: right;
    margin-left: 20px;
    border-radius: 0;
    padding: 0 0 2px 0;
    font-weight: 400;
    background: none;
    font-size: 14px;
    box-shadow: none;
}

body #cookie-notice .cookie-notice-container #cn-accept-cookie,
body #cookie-notice .cookie-notice-container #cn-refuse-cookie {
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    box-shadow: none;
    font-size: 13px;
}

body #cookie-notice .cookie-notice-container #cn-accept-cookie:hover {
    color: #ccc;
}

body #cookie-notice .cookie-notice-container #cn-accept-cookie::after {
    content: "\f00c";
    font-weight: 400;
    font-family: FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 5px;
}

/* 12.0 LOADING, POPUP */
.cssload-square {
    margin: 68px auto;
    width: 19px;
    height: 19px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.cssload-square-part {
    position: absolute;
    width: 19px;
    height: 19px;
    z-index: 1;
    animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

.cssload-square-green {
    background: rgb(84, 250, 212);
    right: 0;
    bottom: 0;
    animation-direction: alternate-reverse;
    -o-animation-direction: alternate-reverse;
    -ms-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
}

.cssload-square-pink {
    background: rgb(233, 111, 146);
    left: 0;
    top: 0;
}

.cssload-square-blend {
    background: rgb(117, 81, 125);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    animation: blend-anim 0.92s ease-in infinite;
    -o-animation: blend-anim 0.92s ease-in infinite;
    -ms-animation: blend-anim 0.92s ease-in infinite;
    -webkit-animation: blend-anim 0.92s ease-in infinite;
    -moz-animation: blend-anim 0.92s ease-in infinite;
}
.shop-page .main-content.loading::before {
    content: "";
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.shop-page .main-content.loading::after {
    content: url("assets/images/spin.svg");
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
}

/*****************Slick Slider******************/

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

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

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

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

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

    display: block;
}

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

    content: '';
}

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

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

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

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

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100003;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
    width: 640px;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* ==========================================================================
   1.13 PRODUCT ITEM
========================================================================== */
.product-item .product-title {
    margin: 8px 0;
}
.product-item .star-rating + .product-title {
    margin: 0 0 7px;
}
.product-thumb {
    position: relative;
    overflow: hidden;
}
.product-item .thumb-link {
    width: 100%;
    display: block;
    position: relative;
    transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
}
.product-item .thumb-link img {
    width: 100%;
}
.style-1 .product-thumb {
    border: 1px solid #ececec;
}
.product-item.style-1 .product-title {
    margin: 2px 0 6px 0;
}
.loading-lazy {
    position: relative;
}
.loading-lazy::after, .tab-container.loading::after {
    width: 50px;
    height: 50px;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-image: url(assets/images/loading-icon.gif);
    background-size: 50px 50px;
    z-index: 11;
}
.product-second-figure {
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.product-inner:hover .product-second-figure {
    opacity: 1;
    visibility: visible;
}

.product-list-owl .product-item {
    margin: 0;
}
.tooltip{
    font-size: 12px!important;
}
.btn-wrap.owl-btn-wrap {
    text-align: center;
}

a.button.btn.cislen-button.owl-btn-link {
    font-size: 12px;
    box-shadow: 0 0 0;
    background: #000;
    color: #fff;
    border-radius: 0;
    line-height: 52px;
    height: 52px;
    padding: 0 20px;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 080px 0;
}

a.button.btn.cislen-button.owl-btn-link:hover {
    background: #ff3636;
    color: #fff;
}

/*.product-item*/
ul.row {
    padding-left: 0;
}

.product-list-grid {
    padding-left: 0;
}

.owl-products .product-item {
    margin-bottom: 0px;
}

.product-item {
    list-style: none;
    margin-bottom: 30px;
}

.product-inner .product-title a {
    color: inherit;
}

.product-inner .product-title a:hover {
    color: #ff3636;
}

.woocs_price_code ins {
    text-decoration: none;
    padding-left: 5px;
}

.product-inner .price {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #979797;
    font-weight: 400;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

del .woocommerce-Price-amount.amount {
    font-size: 12px;
}
.product-inner .price del {
    font-size: 14px;
    color: #999999;
}

.price ins {
    text-decoration: none;
}

/*.add_to_cart_button*/
.button-loop-action .clear {
    display: none;
}

.product-inner .add_to_cart_button,
.product-inner .added_to_cart,
.product-inner .product_type_variable,
.product-inner .product_type_simple,
.product-inner .product_type_external,
.product-inner .product_type_grouped {
    opacity: 1;
    top: 0;
    display: inline-block;
    font-size: 0;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
    letter-spacing: 0.075em;
    line-height: 46px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    width: 46px;
    z-index: 9;
    height: 46px;
    background: #fff;
    margin: 0px 5px;
    position: relative;
}

.product-inner .add_to_cart_button:hover,
.product-inner .added_to_cart:hover,
.product-inner .product_type_variable:hover,
.product-inner .product_type_simple:hover,
.product-inner .product_type_external:hover,
.product-inner .product_type_grouped:hover {
    background: #ff3636;
    color: #fff;
}

.add_to_cart_button::before,
.product_type_simple.add_to_cart_button::before {
    content: "\f129";
    font-family: "Flaticon";
    position: relative;
    top: 0px;
    line-height: 46px;
    font-weight: 500;
    margin: 0;
    font-size: 18px;
}

.product_type_variable::before, .product_type_grouped::before, .product_type_simple::before, .product_type_external::before {
    content: "\f105";
    font-family: Flaticon;
    line-height: 46px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 0px;
}
.wishlist_table .add_to_cart_button::before,
.wishlist_table .add_to_cart::before{
    display: none;
}
.wishlist_table .add_to_cart_button::after,.wishlist_table .add_to_cart::after {
    margin-left: 5px;
    font-size: 14px;
    content: "\f105";
    font-family: Flaticon;
    line-height: 46px;
    font-weight: 600;
}
.grouped_form .product_type_variable::before,
.grouped_form .product_type_grouped::before,
.grouped_form .product_type_simple::before,
.grouped_form .product_type_external::before {
    display: none;
}

a.added_to_cart::before {
    content: "\f116";
    font-size: 18px;
    font-family: Flaticon;
}

.add_to_cart_button.loading::before {
    font-size: 0;
}

.product-inner .add_to_cart_button.loading::after {
    font-family: 'FontAwesome', sans-serif;
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
    content: "\f110";
    font-size: 16px;
    display: inline-block;
    margin-left: 0px;
}

.product-inner .add_to_cart_button.added {
    display: none;
}

.add-to-cart {
    display: inline-block;
}

/* Products loop attributes */
.product-item form.variations_form {
    position: static;
}

.product-item .variations {
    position: absolute;
    z-index: 1000;
    right: 0;
    bottom: 60px;
    width: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
}

.product-item:hover .variations {
    opacity: 1;
    visibility: visible;
}

.product-item .variations select {
    display: none;
}

.product-item .variations .data-val {
    text-align: center;
}

.product-item .variations a.change-value {
    display: block;
    margin: 10px 5px;
}

.product-item .variations tr, .product-item .variations td {
    border: none;
}

.product-item .variations td.value {
    padding-top: 0;
    padding-bottom: 0;
}

.product-item .reset_variations {
    position: absolute;
    z-index: 2;
    bottom: 13px;
    top: auto;
    left: 13px;
    right: auto;
    background-color: transparent;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: none !important;
}

.product-item .reset_variations::before {
    display: block;
    font-family: Flaticon;
    font-size: 16px;
    content: "\f119";
}

.product-item .reset_variations:hover {
    color: #ff0000;
    background-color: transparent;
}
/*wishlist*/
#yith-wcwl-popup-message {
    background: #2ecc71 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 500;
    left: auto;
    padding: 0 30px;
    right: 20px;
    top: 52px;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    opacity: 0;
}

.yith-wcwl-add-to-wishlist {
    font-size: 0;
}

.yith-wcwl-add-to-wishlist a {
    display: inline-block;
    width: 100%;
}

.yith-wcwl-add-to-wishlist a {
    color: inherit;
}

.yith-wcwl-add-to-wishlist:hover {
    background: #ff3636;
    border-color: #ff3636;
    color: #fff;
}

.yith-wcwl-add-button {
    position: relative;
}

.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist a:focus {
    color: inherit;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.loading::before {
    content: "\f110";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    animation: spin 0.6s linear 0s;
    -o-animation: spin 0.6s linear 0s;
    -webkit-animation: spin 0.6s linear 0s;
}

.product-item .product-inner:hover .yith-wcwl-add-to-wishlist {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-grid .product-item .yith-wcwl-add-to-wishlist {
    transition: transform 0.4s linear 0s;
    -o-transition: -o-transform 0.4s linear 0s;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.yith-wcwl-add-button .ajax-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.add_to_wishlist::before {
    content: "\f10a";
    font-family: Flaticon;
    font-size: 18px;
}

.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f004';
    font-size: 17px;
}

.yith-wcwl-add-to-wishlist .feedback {
    display: none;
}

.yith-wcwl-add-to-wishlist {
    font-size: 0;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 47px;
    text-align: center;
    background: #fff;
    margin: 0 5px;
    color: #000;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
}

/*compare*/
.compare {
    font-size: 0;
}

.compare::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f0ec';
    font-size: 15px;
}

.compare.added::before {
    content: '\f00c';
}
.fami-wccp-content-wrap {
    margin: 60px 0 50px;
}
div.products-compare-list .compare-item {
    border-radius: 0;
}
div.fami-wccp-products-list-wrap .actions-wrap a {
    border-radius: 0;
}
.fami-wccp-button.processing:before {
    width: 19px;
    height: 19px;
    content: '';
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #ff2323;
    animation: fami-spinner 1s linear infinite;
    -webkit-animation: fami-spinner 1s linear infinite;
    z-index: 9;
    display: inline-block;
}
.fami-wccp-content-wrap .field-add-to-cart > a::before {
    content: "";
}
.fami-wccp-content-wrap .owl-carousel .owl-nav > button span {
    font-size: 0;
    line-height: 0;
}
.fami-wccp-content-wrap .owl-carousel .owl-nav > button span::before {
    content: "\f104";
    font-family: Fontawesome;
    font-size: 22px;
}
.fami-wccp-content-wrap .owl-carousel .owl-nav > button.owl-next span::before {
    content: "\f105";
}
/*.product-inner:hover*/
.product-inner:hover .add_to_cart_button,
.product-inner:hover .added_to_cart,
.product-inner:hover .product_type_variable,
.product-inner:hover .product_type_grouped,
.product-inner:hover .product_type_simple,
.product-inner:hover .product_type_external {
    opacity: 1;
    top: 0;
}

/*.star-rating*/
.product-list .product-item .star-rating {
    margin-top: 0;
    margin-bottom: 8px;
}

.star-rating {
    white-space: nowrap;
    line-height: 100%;
    display: block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 87px;
    letter-spacing: 7px;
}

.star-rating::before,
.star-rating span::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f005\f005\f005\f005\f005";
    font-size: 12px;
    color: #cccccc;
    line-height: 100%;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 100%;
}

.star-rating span::before {
    color: #ffd015;
}

@media (max-width: 991px) {
    .cislen-newsletter.style-06 .newsletter-form-wrap {
        padding-bottom: 10px;
    }

    .ziss-shop-wrap .ziss-item-inner::before {
        opacity: 0.6;
        visibility: visible;
    }

    .ziss-shop-wrap .ziss-item-inner.no-products-pin::after,
    .ziss-shop-wrap .ziss-figure-wrap .pin-text {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .footer.style-02 .wpb_single_image.vc_align_left {
        text-align: center;
    }

    .footer.style-02 .cislen-newsletter.style-06 {
        text-align: center;
    }

    .footer.style-02 .cislen-custommenu.style-01 {
        text-align: center;
    }

    .footer.style-02 .cislen-custommenu.style-01 .widgettitle::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .product-item .flash-wrap .outofstock {
        font-size: 9px;
        letter-spacing: 1px;
        padding: 0px 8px;
    }

    .product-item .onsale, .product-item .onnew {
        padding: 0 9px;
        min-width: 40px;
        letter-spacing: 1px;
    }
}

/* Category page*/

.categories-product-woo .product-grid {
    padding-bottom: 20px;
}

.categories-slide .owl-carousel {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
}
.categories-slide .owl-carousel .owl-dots {
    margin-top: 30px;
}
h2.block-grid-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
}
.categories-product-woo .block-title {
    padding-bottom: 25px;
    line-height: 28px;
}
.block-title > a {
    font-size: 14px;
    float: right;
    font-weight: 500;
    border-bottom: 1px solid;
}
.categories-slide span.cat-name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 25px 0 0;
    display: block;
}

.cat-name span {
    font-size: 18px;
    margin-left: 5px;
    color: #868686;
}

.categories-slide a:hover span.cat-name {
    color: #ff3636;
}

.bestseller-cat-products {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.categories-product-woo .categories-slide a:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.categories-product-woo .categories-slide a img {
    transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
}

.categories-product-woo .categories-slide a figure {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.bestseller-cat-products .cislen-products .owl-carousel .owl-dots {
    margin-top: 0;
}
/*Update lang currentcy*/
.box-mobile-menu .main-menu li.menu-item.item-lang-currency > div {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin: 0;
    border: none;
}

.box-mobile-menu .main-menu li.menu-item.item-lang-currency span.screen-reader-text {
    clip: auto;
    clip-path: inherit;
    height: auto;
    width: auto;
    font-size: 12px;
}

.box-mobile-menu .main-menu li.menu-item.item-lang-currency {
    overflow: visible;
    width: 100%;
    position: relative;
    padding: 20px 10px;
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency li a {
    width: 100%;
    line-height: 36px;
    padding: 0px 15px;
    font-weight: 400;
    color: #000;
    border-color: #e1e1e1;
    border-radius: 0;
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency {
    overflow: visible;
    width: 100%;
    position: relative;
}

.box-mobile-menu .main-menu li.menu-item.item-lang-currency li {
    overflow: visible;
    width: 100%;
    position: relative;
}
header .box-mobile-menu .wcml_currency_switcher li {
    border: 1px solid #e5e5e5!important;
    top: 1px;
}
.box-mobile-menu .main-menu .currency-language {
    display: inline-block;
    padding-left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.box-mobile-menu .main-menu .wcml-dropdown-click > ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
    line-height: 36px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: 36px;
}

.box-mobile-menu .main-menu .dropdown.open > .submenu {
    display: block;
    border: none;
    background: #f9f9f9;
}

.box-mobile-menu-tabs .mn-mobile-content-tab {
    padding-bottom: 20px;
}

header .box-mobile-menu .wcml_currency_switcher li .wcml-cs-submenu {
    background: #f4f4f4;
    min-width: inherit;
    border-radius: 0;
    width: 100%;
}

span.purchase-price {
    font-size: 0 !important;
}

span.purchase-price::before {
    content: '59';
    font-size: 20px;
}
/*Cursor*/
header:hover .cursor-visible {
    opacity:1;
}
.cursor-visible{
    opacity:0;
    -webkit-transition: opacity 0.5s linear 0s;
    -moz-transition: opacity 0.5s linear 0s;
    -o-transition: opacity 0.5s linear 0s;
    -ms-transition: opacity 0.5s linear 0s;
    transition: opacity 0.5s linear 0s;
}
.cursor2 {
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
    z-index: 99998;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    mix-blend-mode: difference;
}
.cursor {
    background-color: #EC2026;
    height: 5px;
    width: 5px;
    z-index: 99999;
}
.cursor,header  .cursor2 {
    position: fixed;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
}
.cursor2.hover {
    -webkit-transform: scale(2.5) translateX(-25%) translateY(-25%);
    -moz-transform: scale(2.5) translateX(-25%) translateY(-25%);
    -ms-transform: scale(2.5) translateX(-25%) translateY(-25%);
    -o-transform: scale(2.5) translateX(-25%) translateY(-25%);
    transform: scale(2.5) translateX(-25%) translateY(-25%);
    background: #fff;
    border: none;
}
.yt-video-background {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.yt-video-background:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 1;
}
a.switch-ltr {
    display: none;
}
body.rtl .switch-rtl {
    display: none;
}
.btn-switch-rtl {
    opacity: .8;
    background: #f33c3c;
    color: #FFF!important;
    font-weight: 600;
    width: 45px;
    height: 45px;
    border: none;
    padding: 0;
    display: block;
    position: fixed;
    bottom: 95px;
    right: 33px;
    z-index: 99;
    line-height: 45px;
    font-size: 85%;
    text-align: center;
    letter-spacing: 1px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.1), 0 0 0 0.5px rgba(0,0,0,.04);
    -moz-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.1),0 0 0 .5px rgba(0,0,0,.04);
    -ms-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.1),0 0 0 .5px rgba(0,0,0,.04);
    -o-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.1),0 0 0 .5px rgba(0,0,0,.04);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3 linear;
    -moz-transition: all .3 linear;
    transition: all .3 linear;
    z-index: 100;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes arrow-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes arrow-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes smoothFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes smoothFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes smoothFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes smoothFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes smoothFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes smoothFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes smoothFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes smoothFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes smoothFadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
}

@keyframes smoothFadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
}

@-webkit-keyframes smoothFadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes smoothFadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@-webkit-keyframes smoothFadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
}

@keyframes smoothFadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
}

@-webkit-keyframes smoothFadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes smoothFadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@keyframes move_down_admin {
    0% {
        top: -75px;
    }
    100% {
        top: 32px;
    }
}

@-webkit-keyframes move_down_admin {
    0% {
        top: -75px;
    }
    100% {
        top: 32px;
    }
}

@keyframes move_down {
    0% {
        top: -75px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes move_down {
    0% {
        top: -75px;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes mouse-line-right {
    0% {
        right: 120px;
        width: 0px;
    }
    50% {
        width: 20px;
    }
    80% {
        width: 20px;
        right: 30px;
    }
    100% {
        width: 0px;
        right: 30px;
    }
}

@keyframes mouse-line-right {
    0% {
        right: 120px;
        width: 0px;
    }
    50% {
        width: 20px;
    }
    80% {
        width: 20px;
        right: 30px;
    }
    100% {
        width: 0px;
        right: 30px;
    }
}@-webkit-keyframes loading_p {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
     }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }

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

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes underline-link {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50.01% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes underline-link {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50.01% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes kenburns {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    90% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(-30px, -20px, 0);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-50px, -20px, 0px);
        opacity: 0;
    }
}
@keyframes blend-anim {
    0% {
        transform: scale(0.01, 0.01) rotateY(0);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        transform: scale(1, 1) rotateY(0);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-o-keyframes blend-anim {
    0% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -o-transform: scale(1, 1) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-webkit-keyframes blend-anim {
    0% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -webkit-transform: scale(1, 1) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-moz-keyframes blend-anim {
    0% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -moz-transform: scale(1, 1) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@keyframes cssload-part-anim {
    0% {
        transform: translate3d(-10px, -10px, 0);
    }
    100% {
        transform: translate3d(10px, 10px, 0);
    }
}

@-o-keyframes cssload-part-anim {
    0% {
        -o-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -o-transform: translate3d(10px, 10px, 0);
    }
}

@-webkit-keyframes cssload-part-anim {
    0% {
        -webkit-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -webkit-transform: translate3d(10px, 10px, 0);
    }
}

@-moz-keyframes cssload-part-anim {
    0% {
        -moz-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -moz-transform: translate3d(10px, 10px, 0);
    }
}
/*Animation shortode*/
.enable-animation-on-scroll .cislen-wow {
    visibility: hidden; }
.enable-animation-on-scroll .cislen-wow.animated {
    visibility: visible; }

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

@-webkit-keyframes cislen-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
@keyframes cislen-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
.cislen-wow.fadeInUp,
.wpb_fadeInUp.fadeInUp {
    -webkit-animation-name: cislen-fadeInUp;
    animation-name: cislen-fadeInUp; }

@-webkit-keyframes cislen-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
@keyframes cislen-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
.cislen-wow.fadeInDown,
.wpb_fadeInUp.fadeInDown {
    -webkit-animation-name: cislen-fadeInDown;
    animation-name: cislen-fadeInDown; }

@-webkit-keyframes cislen-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
@keyframes cislen-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
.cislen-wow.fadeInLeft,
.wpb_fadeInUp.fadeInLeft {
    -webkit-animation-name: cislen-fadeInLeft;
    animation-name: cislen-fadeInLeft; }

@-webkit-keyframes cislen-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
@keyframes cislen-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
.cislen-wow.fadeInRight,
.wpb_fadeInUp.fadeInRight {
    -webkit-animation-name: cislen-fadeInRight;
    animation-name: cislen-fadeInRight; }